Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-unthreaded-solaris11-sparc Build #6269

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5d6dc816785358f505ba6922ceb507b4521c5421
Got Revision5d6dc816785358f505ba6922ceb507b4521c5421
Changes2 changes

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 25 mins, 35 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 6269 Build
codebase Build
got_revision 5d6dc816785358f505ba6922ceb507b4521c5421 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5d6dc816785358f505ba6922ceb507b4521c5421 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartFri Aug 21 10:04:06 2026
EndFri Aug 21 10:59:39 2026
Elapsed55 mins, 33 secs

All Changes:

:

  1. Change #278854

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 21 Aug 2026 11:25:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f1dda96911c41c725747eb1775da1759ef9bc95

    Comments

    u8_strset: start with 8 default entries
    The previous 4 entries were exhausted on simple command lines, depending
    on environment/build. Grow the initial size to 8 to avoid early allocs.
    
    Closes #22633

    Changed files

    • lib/uint-hashset.h
    • tests/unit/unit3211.c
  2. Change #278856

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 21 Aug 2026 11:36:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5d6dc816785358f505ba6922ceb507b4521c5421

    Comments

    GHA/checksrc: preprocess workflows to lint more shell code
    `zizmor` keeps being confused by non-"well-known" shell designators
    `msys2 {0}`, `<path>\bash.exe '{0}'`, `cpa.sh {0}`, while `actionlint`
    silently skips checking such shell code. Though it's all POSIX/bash.
    Replace the unrecognized shell designators with `bash` before running
    the linters, to remove these blind spots.
    
    zizmor pedantic persona:
    Before: `No findings to report. Good job! (1 ignored, 61 suppressed)`
    After: `No findings to report. Good job! (1 ignored)`
    
    zizmor auditor persona:
    Before: `No findings to report. Good job! (62 ignored)`
    After: `No findings to report. Good job! (1 ignored)`
    
    Closes #22626

    Changed files

    • .github/workflows/checksrc.yml