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

Builder curl-threaded-solaris10-i386 Build #4429

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4429 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-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Jay Satiro
  2. Joshua Rogers

Timing:

StartSat May 23 00:34:13 2026
EndSat May 23 10:26:08 2026
Elapsed9 hrs, 51 mins, 55 secs

All Changes:

:

  1. 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
  2. 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