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

Builder curl-unthreaded-solaris11-sparc Build #5681

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 47 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 12 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 5681 Build
codebase Build
got_revision e0b2ec24005288b965311c274c3b3ed1cdce0285 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e0b2ec24005288b965311c274c3b3ed1cdce0285 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
  2. Stefan Eissing

Timing:

StartFri Apr 17 22:25:04 2026
EndFri Apr 17 23:13:46 2026
Elapsed48 mins, 42 secs

All Changes:

:

  1. Change #264859

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 17 Apr 2026 22:16:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6daf4bc7e276b764a96cf450d4dab34327cd8d53

    Comments

    http: clear digest nonce on cross-orgin redirect
    Verify in test 1966
    
    Reported-by: Yalguun Tumenkhuu
    Closes #21359

    Changed files

    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test1966
  2. Change #264860

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 17 Apr 2026 22:17:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0b2ec24005288b965311c274c3b3ed1cdce0285

    Comments

    pytest: check 429 handling
    Add a "limit" handler to httpd that responds 429 after 5 requests and
    then 429s all requests for 2 seconds. After which another 4 requests are
    served before 429 strikes again.
    
    Closes #21357

    Changed files

    • tests/http/test_05_errors.py
    • tests/http/testenv/httpd.py
    • tests/http/testenv/mod_curltest/mod_curltest.c