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

Builder curl-ares-solaris11-sparc Build #5500

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 30 mins, 13 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5500 Build
codebase Build
got_revision 708b3f8b4e56aa6e8423e805b362bfc15389846c Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 708b3f8b4e56aa6e8423e805b362bfc15389846c Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Mar 20 19:16:16 2026
EndFri Mar 20 20:47:08 2026
Elapsed1 hrs, 30 mins, 51 secs

All Changes:

:

  1. Change #261779

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 20 Mar 2026 17:46:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1eb9096897b31423bf2d11bf4c263530df4e8ec7

    Comments

    transfer: enable custom methods again on next transfer
    `http_ignorecustom` is set on redirect handling but was not reset
    between transfers, so once a redirect occurs in the new follow modes,
    custom request methods were ignored for later transfers on the same
    handle.
    
    Follow-up to fb13923dd67d5196c47e8d
    
    Detected by Codex Security
    
    Closes #21037

    Changed files

    • lib/transfer.c
  2. Change #261780

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 20 Mar 2026 17:48:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 708b3f8b4e56aa6e8423e805b362bfc15389846c

    Comments

    wolfssl: fix handling of abrupt connection close
    A closed connection without TLS notify shutdowns, has been reported as a
    correct EOF instead of an error. Fix the error handling in wolfSSL
    backend receive handling.
    
    Spotted by Codex Security
    
    Closes #21002

    Changed files

    • lib/vtls/wolfssl.c