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

Builder curl-unthreaded-solaris10-i386 Build #16394

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 50 mins, 36 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16394 Build
codebase Build
got_revision af508e364193a0343e06233fbd5912a8c7d25f2e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision af508e364193a0343e06233fbd5912a8c7d25f2e Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Billy O'Neal
  2. Dan Fandrich

Timing:

StartTue Jan 27 11:22:01 2026
EndWed Jan 28 02:19:47 2026
Elapsed14 hrs, 57 mins, 46 secs

All Changes:

:

  1. Change #256454

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Mon 26 Jan 2026 21:12:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 08b31b1c8b49fc399ee16adf626fc7483543ecdd

    Comments

    docs: add LibreELEC to DISTROS.md

    Changed files

    • docs/DISTROS.md
  2. 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