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

Builder curl-threaded-solaris10-i386 Build #3507

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioncbc062a7b82ce3f58617290b579a526176dd3932
Got Revisioncbc062a7b82ce3f58617290b579a526176dd3932
Changes4 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 6 mins, 14 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 9 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 3507 Build
codebase Build
got_revision cbc062a7b82ce3f58617290b579a526176dd3932 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision cbc062a7b82ce3f58617290b579a526176dd3932 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. Daniel McCarney
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartThu Jun 12 14:24:19 2025
EndThu Jun 12 23:53:37 2025
Elapsed9 hrs, 29 mins, 17 secs

All Changes:

:

  1. Change #232059

    Category curl
    Changed by Daniel McCarney <danielohnoyoudont@binaryparadox.net>
    Changed at Thu 12 Jun 2025 08:29:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1e2e808defe6850295baa002d07cde9a129ec791

    Comments

    tls: remove Curl_ssl false_start
    The secure transport vTLS backend was the only Curl_ssl struct instance
    that populated the false_start field. Since its removed, we can now
    remove that field entirely. This was a protocol feature specific to TLS
    1.2 that has been replaced by the more widely adopted TLS 1.3 early data
    mechanisms.
    
    --false-start is now deprecated
    
    Closes #17595

    Changed files

    • lib/doh.c
    • lib/setopt.c
    • lib/urldata.h
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_int.h
    • lib/vtls/wolfssl.c
    • src/config2setopts.c
    • src/tool_cfgable.h
    • src/tool_getparam.c
  2. Change #232076

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 12 Jun 2025 12:01:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 49a1cfaec299a48fd87631eaa3aa1a93233b9ac3

    Comments

    GHA/non-native: skip test 2707 instead of all WebSocket tests on OpenBSD
    Narrowing down the test which may be causing the flaky 6-minute long
    delays and CI failures.
    
    Suggested-by: Calvin Ruocco
    Ref: https://github.com/curl/curl/pull/17562#issuecomment-2961629713
    
    Follow-up to 05db18e0541851a6fa71fb61e9c37bba4f56bce8 #17562
    Follow-up to d3594be6531df3d5eafcdd09f84ad9dee1777028 #17136
    
    Closes #17588

    Changed files

    • .github/workflows/non-native.yml
  3. Change #232084

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Jun 2025 12:53:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c257753ee9017a045baae572bde4946fb3c09722

    Comments

    asyn-thrdd: free the previous name before strdup'ing the new
    Fixes #17602
    Reported-by: hiimmat on github
    Closes #17604

    Changed files

    • lib/asyn-thrdd.c
  4. Change #232089

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 12 Jun 2025 13:13:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cbc062a7b82ce3f58617290b579a526176dd3932

    Comments

    http: split http_header into sub functions
    Closes #17603

    Changed files

    • lib/http.c