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

Builder curl-threaded-solaris10-i386 Build #3505

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision02dd471bbf8e04fc595ad0f28c965c278ffcefd0
Got Revision02dd471bbf8e04fc595ad0f28c965c278ffcefd0
Changes8 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 9 mins, 20 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 3505 Build
codebase Build
got_revision 02dd471bbf8e04fc595ad0f28c965c278ffcefd0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 02dd471bbf8e04fc595ad0f28c965c278ffcefd0 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 Stenberg
  2. Edwin Török
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartWed Jun 11 19:11:38 2025
EndThu Jun 12 04:49:48 2025
Elapsed9 hrs, 38 mins, 9 secs

All Changes:

:

  1. Change #231947

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Jun 2025 09:25:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d4db75612807c283612fce3bf83f4dce9d32e9bc

    Comments

    RELEASE-NOTES: synced
    Bump to 8.15.0

    Changed files

    • RELEASE-NOTES
    • include/curl/curlver.h
  2. Change #231957

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 11 Jun 2025 10:15:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 950bd724014bc757ecc184dbd843667fdb3714a9

    Comments

    pytest test_07_70, weaken early data check
    Since the amount of early data sent in the upload test_07_70 varies
    much with how fast the server respondes and completes the handshake,
    assert that we did sent at least *some* early data instead of relying
    on a specific amount.
    
    Closes #17575

    Changed files

    • tests/http/test_07_upload.py
  3. Change #231958

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Jun 2025 10:15:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 55865207457ba860956aea7a31a3774a55397817

    Comments

    http_ntlm: protect against null deref
    Closes #17585

    Changed files

    • lib/http_ntlm.c
  4. Change #231962

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 11 Jun 2025 10:44:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 14b42c89dbd9768995b5bde17f2489bb079d53a1

    Comments

    openssl: error on SSL_ERROR_SYSCALL
    Convert the debug-only handling of SSL_ERROR_SYSCALL so that it is
    enabled in all builds with openssl. This should not make a difference in
    supported OpenSSL versions, but if whatever version or fork we link
    against *does* return SSL_ERROR_SYSCALL, handle this as a fatal error.
    
    Fixes #17471
    Reported-by: Michael Kaufmann
    Closes #17531

    Changed files

    • lib/vtls/openssl.c
    • lib/vtls/wolfssl.c
    • tests/http/test_05_errors.py
  5. Change #231968

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 11 Jun 2025 11:14:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3934431421eaf881dc093bb915fa0d9e4c47f7d3

    Comments

    tidy-up: drop BearSSL and Secure Transport reference remains
    Follow-up to 08a3e8e19a59d1530bfb208e187ac7c34c978dfd #16677
    
    Closes #17582

    Changed files

    • .github/workflows/macos.yml
    • docs/cmdline-opts/ca-native.md
    • docs/cmdline-opts/proxy.md
    • tests/data/test2089
    • tests/http/test_17_ssl_use.py
    • tests/unit/unit1657.c
  6. Change #231969

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 11 Jun 2025 11:21:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 20c90ba2987b8924fbb99fca405e23acb901d0ad

    Comments

    lib: unify recv/send function signatures
    cfilter/conn: change send/recv function signatures. Unify the
    calling/return conventions in our send/receive handling.
    
    Curl_conn_recv(), adjust pnread type
    
    Parameter `pnread` was a `ssize_t *`, but `size_t *` is better since the
    function returns any error in its `CURLcode` return value.
    
    Closes #17546

    Changed files

    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/cf-haproxy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/curl_rtmp.c
    • lib/easy.c
    • lib/http2.c
    • lib/krb5.c
    • lib/mqtt.c
    • lib/multi.c
    • lib/openldap.c
    • lib/pingpong.c
    • lib/smb.c
    • lib/socks.c
    • lib/socks.h
    • lib/socks_gssapi.c
    • lib/socks_sspi.c
    • lib/telnet.c
    • lib/transfer.c
    • lib/transfer.h
    • lib/urldata.h
    • lib/vquic/curl_msh3.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vssh/libssh.c
    • lib/vssh/libssh2.c
    • lib/vssh/wolfssh.c
    • 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/wolfssl.c
  7. Change #231985

    Category curl
    Changed by Edwin Török <edwin.torokohnoyoudont@cloud.com>
    Changed at Wed 11 Jun 2025 13:26:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision aea336aa231540c9d638939774474fc24b465ed5

    Comments

    openssl: enable readahead
    Speeds up TLS operations up to ~%13.
    
    Closes #17548
    
    Signed-off-by: Edwin Török <edwin.torok@cloud.com>

    Changed files

    • lib/vtls/openssl.c
  8. Change #231988

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Jun 2025 14:25:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 02dd471bbf8e04fc595ad0f28c965c278ffcefd0

    Comments

    libtests: make test 1503,1504,1505 use the 1502 binary
    Adjust the differences at runtime instead of build-time, to avoid
    extra buillds.
    
    Set the `CURL_TESTNUM` env variable to pass test numbers to tests.
    
    Make libtest/first.c use that env variable to set the `testnum` global
    variable to allow tests to differ based on which test that runs it.
    
    Closes #17591

    Changed files

    • tests/data/test1503
    • tests/data/test1504
    • tests/data/test1505
    • tests/libtest/Makefile.inc
    • tests/libtest/first.c
    • tests/libtest/lib1502.c
    • tests/libtest/test.h
    • tests/runner.pm