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

Builder curl-ares-solaris11-sparc Build #5941

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision032b15c4342e8eddb51fbe089a9d8ba3ee2070fb
Got Revision032b15c4342e8eddb51fbe089a9d8ba3ee2070fb
Changes3 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 5 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 39 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 5941 Build
codebase Build
got_revision 032b15c4342e8eddb51fbe089a9d8ba3ee2070fb Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 032b15c4342e8eddb51fbe089a9d8ba3ee2070fb 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:

StartMon Jun 1 16:55:06 2026
EndMon Jun 1 17:45:14 2026
Elapsed50 mins, 7 secs

All Changes:

:

  1. Change #269042

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 01 Jun 2026 16:42:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 12869080a1ded242e512bc764031949539241619

    Comments

    data creds: detect change
    Reshuffle code a little to detect when the transfer's credentials
    actually change. Otherwise, leave the existing creds in place.
    
    This gives the precise location where we may want to reset other
    states that become invalid with change credentials. Also, by
    keeping a creds instance as long as it is valid, we can associate
    meta data with it.
    
    Closes #21755

    Changed files

    • lib/creds.c
    • lib/creds.h
    • lib/url.c
  2. Change #269043

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Jun 2026 16:46:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c53426231daf6acf5fcc4292fbff024082fd9934

    Comments

    setopt: CURLOPT_MAXCONNECTS set to 0 restores default value
    Closes #21829

    Changed files

    • lib/setopt.c
  3. Change #269044

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 01 Jun 2026 16:47:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 032b15c4342e8eddb51fbe089a9d8ba3ee2070fb

    Comments

    cf-setup: improve readability
    Restructure the code in cf-setup connect to make it better readable what
    is happening for establishing the connection's filter chain.
    
    Closes #21827

    Changed files

    • lib/cf-h3-proxy.c
    • lib/connect.c
    • lib/http_proxy.c
    • tests/http/test_60_h3_proxy.py