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

Builder curl-ares-solaris11-sparc Build #6078

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu Jun 18 17:09:48 2026
EndThu Jun 18 17:36:38 2026
Elapsed26 mins, 50 secs

All Changes:

:

  1. Change #271662

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 18 Jun 2026 17:01:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5a2af800dea30b8ca5e6fa064ce2b8f2b9f0eb44

    Comments

    GHA/linux: bump analyzer job to gcc-16, and ubuntu-26.04
    To fix false positive gcc analyzer warning
    `-Wanalyzer-deref-before-check`, seen with gcc-15 and lower.
    
    Also bump its pair job.
    
    Tests with #22082 applied:
    gcc-13: https://github.com/curl/curl/actions/runs/27761999978/job/82138558662 (warning)
    gcc-15: https://github.com/curl/curl/actions/runs/27767571050/job/82158465527 (warning)
    gcc-16: https://github.com/curl/curl/actions/runs/27767332723/job/82157636394 (OK)
    
    Ref: #22082
    Fixes #22083
    
    Closes #22084

    Changed files

    • .github/workflows/linux.yml
  2. Change #271663

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 18 Jun 2026 17:06:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b71d3d9aeaacdd32bb4ae93b1dd647f66c6c437e

    Comments

    CURLMOPT_SOCKETFUNCTION.md: this sends *all* file descriptors
    Since libcurl has more than just the main tranfer sockets to worry
    about.
    
    Closes #22081

    Changed files

    • docs/libcurl/opts/CURLMOPT_SOCKETFUNCTION.md