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

Builder curl-threaded-solaris11-sparc Build #5628

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 37 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 9 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 5628 Build
codebase Build
got_revision 283db12e05e870207b63bb1b096b1269477afee0 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 283db12e05e870207b63bb1b096b1269477afee0 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. Viktor Szakats

Timing:

StartWed Apr 8 12:25:03 2026
EndWed Apr 8 13:15:11 2026
Elapsed50 mins, 7 secs

All Changes:

:

  1. Change #263977

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 08 Apr 2026 11:41:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5d84aa41a0f1ee0f786fa0d113eba1b813b9886a

    Comments

    RELEASE-NOTES: update the entry for `mk-ca-bundle.pl` [ci skip]
    To dsecribe the feature remaiming after follow-up commits.
    
    Follow-up to 351e4f956a11bdf419c14f1f69758a15e77e7fea #21116

    Changed files

    • RELEASE-NOTES
  2. Change #263981

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 08 Apr 2026 12:00:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 283db12e05e870207b63bb1b096b1269477afee0

    Comments

    parsedate: bsearch the time zones
    There are 69 entries, bsearch is faster than linear search for random
    access.
    
    This now also makes the matching case sensitive (zone names always in
    uppercase). No docs said otherwise and all tests assumed uppercase.
    
    Extended test 517
    
    Closes #21266

    Changed files

    • lib/parsedate.c
    • tests/libtest/lib517.c