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

Builder curl-threaded-solaris11-sparc Build #5216

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionaf508e364193a0343e06233fbd5912a8c7d25f2e
Got Revisionaf508e364193a0343e06233fbd5912a8c7d25f2e
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 20 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-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5216 Build
codebase Build
got_revision af508e364193a0343e06233fbd5912a8c7d25f2e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision af508e364193a0343e06233fbd5912a8c7d25f2e Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Billy O'Neal

Timing:

StartTue Jan 27 09:16:41 2026
EndTue Jan 27 10:01:39 2026
Elapsed44 mins, 57 secs

All Changes:

:

  1. Change #256470

    Category curl
    Changed by Billy O'Neal <bionohnoyoudont@microsoft.com>
    Changed at Tue 27 Jan 2026 09:07:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision af508e364193a0343e06233fbd5912a8c7d25f2e

    Comments

    curl_multi_perform.md: resolve inconsistency
    ... between curl_multi_perform and curl_multi_wait/poll documentation
    
    The `curl_multi_perform` documentation uses integer contextual
    conversion to `bool` to test the resulting `CURLMcode`, while other
    functions like `curl_multi_wait` and `curl_multi_poll` test against
    `CURLM_OK`. (I was initially confused by this as it looked like some
    docs call curl_multi_wait/poll on error, while some called only on
    success. But that was my misread, not a docs problem.)
    
    Also fixed the example to print which function call failed; previously
    an error reported by `curl_multi_perform` was printed as a failure of
    `curl_multi_wait`.
    
    Closes #20444

    Changed files

    • docs/libcurl/curl_multi_perform.md