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

Builder curl-ares-solaris11-i386 Build #3585

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 19 mins, 28 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 3585 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-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Orgad Shaneh
  3. Stefan Eissing
  4. Viktor Szakats

Timing:

StartWed Jun 11 11:45:17 2025
EndWed Jun 11 16:01:17 2025
Elapsed4 hrs, 15 mins, 59 secs

All Changes:

:

  1. Change #231920

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Jun 2025 07:54:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 08a3e8e19a59d1530bfb208e187ac7c34c978dfd

    Comments

    TLS: remove support for Secure Transport and BearSSL
    These libraries do not support TLS 1.3 and have been marked for removal
    for over a year. We want to help users select a TLS dependency that is
    future-proof and reliable, and not supporting TLS 1.3 in 2025 does not
    infer confidence. Users who build libcurl are likely to be served better
    and get something more future-proof with a TLS library that supports
    1.3.
    
    Closes #16677

    Changed files

    • .github/labeler.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • CMake/FindBearSSL.cmake
    • CMakeLists.txt
    • Makefile.am
    • configure.ac
    • docs/CIPHERS.md
    • docs/CURLDOWN.md
    • docs/DEPRECATE.md
    • docs/FAQ
    • docs/INSTALL-CMAKE.md
    • docs/INSTALL.md
    • docs/KNOWN_BUGS
    • docs/SSLCERTS.md
    • docs/cmdline-opts/_ENVIRONMENT.md
    • docs/cmdline-opts/cacert.md
    • docs/cmdline-opts/cert-type.md
    • docs/cmdline-opts/cert.md
    • docs/cmdline-opts/false-start.md
    • docs/cmdline-opts/key.md
    • docs/cmdline-opts/pinnedpubkey.md
    • docs/cmdline-opts/proxy-cert-type.md
    • docs/cmdline-opts/proxy-cert.md
    • docs/cmdline-opts/proxy.md
    • docs/cmdline-opts/write-out.md
    • docs/libcurl/curl_easy_ssls_export.md
    • docs/libcurl/curl_easy_ssls_import.md
    • docs/libcurl/curl_global_sslset.md
    • docs/libcurl/libcurl-env.md
    • docs/libcurl/opts/CURLINFO_CERTINFO.md
    • docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.md
    • docs/libcurl/opts/CURLOPT_ALTSVC_CTRL.md
    • docs/libcurl/opts/CURLOPT_CAINFO.md
    • docs/libcurl/opts/CURLOPT_CAINFO_BLOB.md
    • docs/libcurl/opts/CURLOPT_CERTINFO.md
    • docs/libcurl/opts/CURLOPT_PINNEDPUBLICKEY.md
    • docs/libcurl/opts/CURLOPT_PROXY.md
    • docs/libcurl/opts/CURLOPT_PROXYTYPE.md
    • docs/libcurl/opts/CURLOPT_PROXY_CAINFO.md
    • docs/libcurl/opts/CURLOPT_PROXY_CAINFO_BLOB.md
    • docs/libcurl/opts/CURLOPT_PROXY_SSLCERT.md
    • docs/libcurl/opts/CURLOPT_PROXY_SSLCERTTYPE.md
    • docs/libcurl/opts/CURLOPT_PROXY_SSLCERT_BLOB.md
    • docs/libcurl/opts/CURLOPT_PROXY_SSLKEY.md
    • docs/libcurl/opts/CURLOPT_PROXY_SSLKEYTYPE.md
    • docs/libcurl/opts/CURLOPT_PROXY_SSL_CIPHER_LIST.md
    • docs/libcurl/opts/CURLOPT_SSLCERT.md
    • docs/libcurl/opts/CURLOPT_SSLCERTTYPE.md
    • docs/libcurl/opts/CURLOPT_SSLCERT_BLOB.md
    • docs/libcurl/opts/CURLOPT_SSLKEY.md
    • docs/libcurl/opts/CURLOPT_SSLKEYTYPE.md
    • docs/libcurl/opts/CURLOPT_SSL_CIPHER_LIST.md
    • docs/libcurl/opts/CURLOPT_SSL_CTX_DATA.md
    • docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md
    • docs/libcurl/opts/CURLOPT_SSL_FALSESTART.md
    • docs/libcurl/opts/CURLOPT_SSL_VERIFYHOST.md
    • docs/tests/FILEFORMAT.md
    • lib/CMakeLists.txt
    • lib/Makefile.inc
    • lib/curl_config.h.cmake
    • lib/curl_des.c
    • lib/curl_des.h
    • lib/curl_ntlm_core.c
    • lib/curl_setup.h
    • lib/curl_sha512_256.c
    • lib/url.c
    • lib/vtls/bearssl.c
    • lib/vtls/bearssl.h
    • lib/vtls/cipher_suite.c
    • lib/vtls/cipher_suite.h
    • lib/vtls/sectransp.c
    • lib/vtls/sectransp.h
    • lib/vtls/vtls.c
    • lib/vtls/x509asn1.c
    • lib/vtls/x509asn1.h
    • m4/curl-bearssl.m4
    • m4/curl-sectransp.m4
    • scripts/cd2nroff
    • tests/data/test2088
    • tests/data/test3102
    • tests/data/test313
    • tests/data/test417
    • tests/http/test_10_proxy.py
    • tests/http/test_17_ssl_use.py
    • tests/runtests.pl
    • tests/unit/unit1651.c
    • tests/unit/unit1656.c
    • tests/unit/unit3205.c
  2. Change #231922

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 11 Jun 2025 07:58:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3c26e6a896247ccf872d3f15a35e431cfe394fe7

    Comments

    libssh: de-complex myssh_statemach_act()
    Make static functions for the largest state handling code
    with a common signature and naming scheme.
    
    Closes #17573

    Changed files

    • lib/vssh/libssh.c
  3. Change #231923

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 11 Jun 2025 07:58:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f9d8ed63ede3aaab0f26f37d768528a8030b7ad8

    Comments

    urlapi: simplify and split into sub functions
    Closes #17565

    Changed files

    • lib/urlapi.c
  4. Change #231928

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 11 Jun 2025 08:07:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e39b8c4819f1cddf21c5cc493c80989ec1d28ce2

    Comments

    url: fix connection lifetime checks
    The checks for a connection being "too long idle" or "too old" where
    rounding down the elapsed time to seconds before comparing to the
    configured max values. This caused connections to be reused for up to
    999ms longer than intended.
    
    Change the compares to scale the configured seconds up to ms, so
    connection will properly be "too old" 1 ms after the coonfigured values.
    
    Fixes sporadic failures of test1542 on platforms where "sleep(2)"
    returnes before 2 full seconds on the internal clock where passed.
    
    Reported-by: Christian Weisgerber
    URL: https://curl.se/mail/lib-2025-06/0004.html
    Closes #17571

    Changed files

    • lib/cf-https-connect.c
    • lib/connect.c
    • lib/ftp.c
    • lib/pingpong.c
    • lib/setopt.c
    • lib/url.c
    • lib/urldata.h
  5. Change #231939

    Category curl
    Changed by Orgad Shaneh <orgad.shanehohnoyoudont@audiocodes.com>
    Changed at Wed 11 Jun 2025 08:49:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b244371bf4967d53645e3dcd9dd2c54194b95a3e

    Comments

    VERSIONS.md: update
    Closes #17583

    Changed files

    • docs/VERSIONS.md
  6. 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
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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