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

Builder curl-unthreaded-solaris11-i386 Build #3584

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision20c90ba2987b8924fbb99fca405e23acb901d0ad
Got Revision20c90ba2987b8924fbb99fca405e23acb901d0ad
Changes7 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 26 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-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 3584 Build
codebase Build
got_revision 20c90ba2987b8924fbb99fca405e23acb901d0ad Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 20c90ba2987b8924fbb99fca405e23acb901d0ad Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartWed Jun 11 13:08:07 2025
EndWed Jun 11 17:28:00 2025
Elapsed4 hrs, 19 mins, 53 secs

All Changes:

:

  1. Change #231943

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

    Comments

    RELEASE-PROCEDURE.md: update docs/VERSIONS
    Add it as an item to fix in each release
    
    Closes #17584

    Changed files

    • docs/RELEASE-PROCEDURE.md
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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