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

Builder curl-threaded-solaris11-sparc Build #5555

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 22 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 5555 Build
codebase Build
got_revision 8f3f470baec57f5e53e11fc2ecaa749201ca9c0c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 8f3f470baec57f5e53e11fc2ecaa749201ca9c0c 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. Daniel Stenberg
  2. Dexter Gerig

Timing:

StartSat Mar 28 23:05:00 2026
EndSat Mar 28 23:28:30 2026
Elapsed23 mins, 29 secs

All Changes:

:

  1. Change #262692

    Category curl
    Changed by Dexter Gerig <Fullmetal5ohnoyoudont@users.noreply.github.com>
    Changed at Sat 28 Mar 2026 22:59:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fde2e9a6b2653baccea6a870a919fd0d411e743d

    Comments

    configure: remove superfluous experimental warning for HTTP/3
    This warning was created at a time when all backends for HTTP/3 were
    experimental. Since there are now non-experimental backends this warning
    is incorrect in some cases and was already handled by backends that were
    added to the experimental list.
    
    Follow-up to 0535f6ec71cf950d7ad412b19ed706fcc7e4a7a9
    
    Closes #21139

    Changed files

    • configure.ac
  2. Change #262693

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 28 Mar 2026 23:00:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8f3f470baec57f5e53e11fc2ecaa749201ca9c0c

    Comments

    tool_cb_rea: make waitfd() return void
    Nothing cared about the return code. Simplified.
    
    Closes #21127

    Changed files

    • src/tool_cb_rea.c