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

Builder curl-unthreaded-solaris10-i386 Build #16623

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 46 mins, 38 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-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16623 Build
codebase Build
got_revision fc90bdbaf9c9336912671715af0a778529b8f6c1 Git
osplatform I386 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-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartFri May 22 19:30:45 2026
EndSat May 23 05:24:54 2026
Elapsed9 hrs, 54 mins, 8 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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