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

Builder curl-unthreaded-solaris11-sparc Build #6229

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri Aug 14 09:09:36 2026
EndFri Aug 14 10:03:12 2026
Elapsed53 mins, 35 secs

All Changes:

:

  1. Change #278142

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 14 Aug 2026 10:36:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e825e5586733af9049d7cff8b4c1b4fd46e7b2f9

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  2. Change #278143

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 14 Aug 2026 10:39:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a3aaca10d9acf4a51d2bf1fb9ea0b933e18e3f33

    Comments

    multi: cap expire times to INT_MAX internally
    When the time-out value is passed to the outside world it needs to fit
    in a signed 32-bit variable (on Windows and 32-bit architectures)
    anyway. Also, this is 3.5 weeks and we should not knowingly set timeouts
    that long anyway.
    
    The previous cap introduced in 3089e7eec8b694ff was only partial.
    
    Closes #22579

    Changed files

    • lib/multi.c