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

Builder curl-unthreaded-solaris10-sparc Build #13990

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfc90bdbaf9c9336912671715af0a778529b8f6c1
Got Revisionfc90bdbaf9c9336912671715af0a778529b8f6c1
Changes7 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 47 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 49 mins, 24 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 0 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. 11soda11
  2. Daniel Stenberg
  3. Jay Satiro
  4. Joshua Rogers
  5. Stefan Eissing

Timing:

StartFri May 22 19:00:04 2026
EndSat May 23 07:04:19 2026
Elapsed12 hrs, 4 mins, 15 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
  6. Change #268080

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Fri 22 May 2026 17:18:02
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2ba0a0e41e6296c23e735981168c64972a13ed70

    Comments

    CIPHERS.md: fix the example that uses only TLS 1.3
    - Add --tls-max 1.3 to set the maximum version to TLS 1.3.
    
    - Remove Schannel because it doesn't support TLS 1.3 ciphers since
      6238888.
    
    Prior to this change the example set the minimum version to TLS 1.3 but
    not the maximum version to TLS 1.3.
    
    Ref: https://github.com/curl/curl/issues/21702
    
    Closes https://github.com/curl/curl/pull/21719

    Changed files

    • docs/CIPHERS.md
  7. Change #268081

    Category curl
    Changed by Joshua Rogers <MegaManSecohnoyoudont@users.noreply.github.com>
    Changed at Fri 22 May 2026 17:22:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fc90bdbaf9c9336912671715af0a778529b8f6c1

    Comments

    schannel: error on TLS 1.3-only with cipher list
    The legacy SCHANNEL_CRED path cannot negotiate TLS 1.3. When TLS 1.3
    is the only enabled protocol and a cipher list is set, fail instead of
    silently downgrading to TLS 1.2.
    
    Fixes https://github.com/curl/curl/issues/21702
    Closes https://github.com/curl/curl/pull/21725

    Changed files

    • lib/vtls/schannel.c