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

Builder curl-ares-solaris10-sparc Build #3621

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision7b9613fa9b1a5e04301a3920eef58e8138dad05e
Got Revision7b9613fa9b1a5e04301a3920eef58e8138dad05e
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 16 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 18 mins, 36 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 46 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3621 Build
codebase Build
got_revision 7b9613fa9b1a5e04301a3920eef58e8138dad05e Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 7b9613fa9b1a5e04301a3920eef58e8138dad05e Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. 11soda11
  2. Daniel Stenberg
  3. Stefan Eissing

Timing:

StartFri May 22 12:44:15 2026
EndSat May 23 01:12:51 2026
Elapsed12 hrs, 28 mins, 36 secs

All Changes:

:

  1. Change #268012

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 May 2026 07:48:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e350dd147ff64aead4595c3658c1f60e2dc749f

    Comments

    urlapi: fix redirect handling if CURLU_NO_GUESS_SCHEME is set
    Verified by test 1967
    
    Reported-by: Joshua Rogers
    Closes #21721

    Changed files

    • lib/urlapi.c
    • tests/data/Makefile.am
    • tests/data/test1967
    • tests/libtest/Makefile.inc
    • tests/libtest/lib1967.c
  2. Change #268014

    Category curl
    Changed by 11soda11 <115734183+Sodastream11ohnoyoudont@users.noreply.github.com>
    Changed at Fri 22 May 2026 08:13:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2056498625d183248a9d435a43a2b41f58b2e74d

    Comments

    KNOWN_BUGS.md: remove fixed GnuTLS <-> OpenSSL incompat bug
    The entry is about GnuTLS not sending the client cert when it doesn't
    match the `DN` the server requested.  OpenSSL does the opposite.
    
    The issue was already fixed by #4958 and removed from KNOWN_BUGS,
    but it was added back to the list by #16677, seemingly by mistake.
    
    The issue is still fixed for GnuTLS >= 3.5.0.
    As curl only supports GnuTLS >= 3.6.5, remove the bug entry from
    KNOWN_BUGS.md
    
    Fixes #21720
    Closes #21722

    Changed files

    • docs/KNOWN_BUGS.md
  3. Change #268025

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 22 May 2026 09:44:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bfbff7852f050232edd3e5ca5c6bf2021c340f5a

    Comments

    http2: remove stream dependency tracking
    The HTTP/2 feature is deprecated, few servers implement it and our
    implementation is complicated by its state management. Make the two
    CURLOPT_* involved a nop and deprecate them.
    
    Closes #21723

    Changed files

    • docs/libcurl/curl_easy_setopt.md
    • docs/libcurl/opts/CURLOPT_STREAM_DEPENDS.md
    • docs/libcurl/opts/CURLOPT_STREAM_DEPENDS_E.md
    • docs/libcurl/symbols-in-versions
    • include/curl/curl.h
    • lib/http2.c
    • lib/setopt.c
    • lib/url.c
    • lib/urldata.h
  4. Change #268026

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 22 May 2026 09:48:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f69405b38f0144cab73aa1237d5b9dc46a6f50b2

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  5. Change #268039

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 22 May 2026 10:03:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7b9613fa9b1a5e04301a3920eef58e8138dad05e

    Comments

    ngtcp2: fail handshake directly
    When certificate verification fails, error out of the handshake
    callback, forcing ngtcp2 to stop processing the connection any further.
    
    Closes #21712

    Changed files

    • lib/vquic/curl_ngtcp2.c