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

Builder curl-unthreaded-solaris11-i386 Build #5255

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 55 mins, 54 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 31 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 5255 Build
codebase Build
got_revision b71d3d9aeaacdd32bb4ae93b1dd647f66c6c437e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b71d3d9aeaacdd32bb4ae93b1dd647f66c6c437e Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 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 19:01:39 2026
Elapsed1 hrs, 51 mins, 51 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