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

Builder curl-threaded-solaris10-sparc Build #3613

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg

Timing:

StartFri May 8 14:03:01 2026
EndSat May 9 02:03:04 2026
Elapsed12 hrs, 3 secs

All Changes:

:

  1. Change #266590

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 08 May 2026 10:27:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cda0268593071b833e113751c46513d35f8f4767

    Comments

    x509asn1: fix operator order in do_pubkey
    Check the range before reading data, as it would otherwise read one byte
    too many.
    
    Reported-by: Andrew Nesbit
    Closes #21533

    Changed files

    • lib/vtls/x509asn1.c
  2. Change #266607

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 08 May 2026 13:09:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b174b8b326622574dd49fce71589f414f6af937f

    Comments

    ECH: cleanups
    - passing an unknown string to CURLOPT_ECH now returns error
    
      To properly allow applications to spot if they pass in a typo or
      something to libcurl.
    
    - CURLECH_DISABLE is now a plain zero internally, not a dedicated bit which
      simplifies checks for when ECH is enabled
    
    - Dropped the CURLECH_CLA_CFG bit, and just check STRING_ECH_CONFIG
    
    - Turn grease/enable/hard into three different numerical values, no bitmask
      needed
    
    - Convert the struct field 'tls_ech' from an int to a byte.
    
    Closes #21532

    Changed files

    • lib/setopt.c
    • lib/urldata.h
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/vtls.h
    • lib/vtls/wolfssl.c
    • tests/libtest/mk-lib1521.pl