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

Builder curl-threaded-solaris10-sparc Build #3649

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision6597e6d4610d95cada3f3b2768b39705ae158e2d
Got Revision6597e6d4610d95cada3f3b2768b39705ae158e2d
Changes19 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 30 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 11 mins, 52 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 16 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 3649 Build
codebase Build
got_revision 6597e6d4610d95cada3f3b2768b39705ae158e2d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6597e6d4610d95cada3f3b2768b39705ae158e2d 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
  2. Viktor Szakats
  3. renovate[bot]

Timing:

StartThu May 28 01:22:52 2026
EndThu May 28 13:51:15 2026
Elapsed12 hrs, 28 mins, 22 secs

All Changes:

:

  1. Change #268497

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 16:53:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7e1001bcd69967707cf6fee9e71fc10dd244d509

    Comments

    tidy-up: miscellaneous
    - H3 proxy: re-sync code with original source `curl_ngtcp2.c` to reduce
      differences, and to apply missed minor fixes. Also apply clang-format.
      Drop redundant `#undef`s, casts, `#endif` comments, includes, drop
      intermediate variables, sync include and macro order.
      Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    - INSTALL-CMAKE.md: move `CURL_ENABLE_SMB` to the enable section.
    - tests/http/env: rename `tcpdmp` to `tcpdump` to match object variable.
    - mbedtls: drop incorrect `mbedTLS 4+` comments.
      (features are also supported by 3+, meaning it's always supported.)
    - lib1648: rename a variable to match purpose.
    - CIPHERS.md: alpha-sort link list.
    - replace rare `X''` hex markup with `0x`.
    - `IP v4/6` -> `IPv4/6`.
    - 'version X.Y' -> 'vX.Y', where sensible.
    - 'VX.Y' -> 'vX.Y', where sensible.
    - fix indents, casing, newlines, typos.
    
    Closes #21772

    Changed files

    • .github/workflows/linux-old.yml
    • RELEASE-NOTES
    • configure.ac
    • docs/CIPHERS.md
    • docs/CONTRIBUTE.md
    • docs/INSTALL-CMAKE.md
    • docs/RUSTLS.md
    • docs/internals/CHECKSRC.md
    • include/curl/curlver.h
    • lib/capsule.c
    • lib/cf-capsule.c
    • lib/cf-h2-proxy.c
    • lib/cf-h3-proxy.c
    • lib/cf-h3-proxy.h
    • lib/curl_sha512_256.c
    • lib/http.c
    • lib/http2.c
    • lib/md5.c
    • lib/netrc.c
    • lib/sha256.c
    • lib/socks.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/vquic.c
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/schannel_verify.c
    • projects/vms/build_gnv_curl_pcsi_desc.com
    • projects/vms/build_vms.com
    • projects/vms/curl_gnv_build_steps.txt
    • projects/vms/readme
    • src/tool_getpass.c
    • tests/http/test_20_websockets.py
    • tests/http/testenv/env.py
    • tests/libtest/lib1560.c
    • tests/libtest/lib1648.c
    • tests/server/socksd.c
  2. Change #268498

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 16:53:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4f31f076c2b4470fa74c359f7bd85fa74a4af9a6

    Comments

    INSTALL-CMAKE.md: document `H2O` config variable
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21769

    Changed files

    • docs/INSTALL-CMAKE.md
  3. Change #268499

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 16:53:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7bcf34672d059313edb6f6bbab83c4285ef0a5ca

    Comments

    vtls_spack: drop redundant macro fallbacks
    For `UINT16_MAX` and `UINT32_MAX`. They are used in other sources
    without this fallback.
    
    Closes #21768

    Changed files

    • lib/vtls/vtls_spack.c
  4. Change #268500

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 16:57:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c7f0267eb774104173d49625d98d2da6f91fdf81

    Comments

    curl_sha512_256: fix result code on error
    Replace result code `CURLE_SSL_CIPHER` with
    `CURLE_BAD_FUNCTION_ARGUMENT` in case of a low-level digest function
    fails. Functionality is related to vauth, not SSL, and the operation is
    a digest, not a cipher.
    
    Also fix a indentation.
    
    Follow-up to 05268cf801a193b68411cfa298413c3e5ca79d4f #13070
    
    Closes #21767

    Changed files

    • lib/curl_sha512_256.c
  5. Change #268501

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 16:57:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a1baacc670127ece13d8d4664ca4f768b283ae99

    Comments

    schannel: check `schannel_sha256sum()` success, and more
    Also:
    - support 4GiB+ SHA-256 digest inputs.
    - check `CryptGetHashParam()` output size.
    - avoid overwriting existing digest when new digest calculation fails.
    - avoid adding digest hash element on failure.
    
    Closes #21739

    Changed files

    • lib/vtls/schannel.c
  6. Change #268502

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 16:57:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 40f2da6ec3d032b1645c17cfa8dffeaaf7052c2a

    Comments

    vtls: more large buffer support and error checks for SHA-256
    - gnutls: support 4GiB+ SHA-256 digest inputs.
    - openssl: check success of low-level update/finish digest calls.
    - openssl: pass NULL to `EVP_DigestFinal_ex()` instead of discarding
      returned value.
    - wolfssl: support 4GiB+ SHA-256 digest inputs.
    - wolfssl: check success of low-level update/finish digest calls.
    - sync and tidy up argument names in low-level sha256_sum functions.
    
    Closes #21771

    Changed files

    • lib/vtls/gtls.c
    • lib/vtls/openssl.c
    • lib/vtls/wolfssl.c
  7. Change #268503

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 16:57:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 50b1408f97d9e8fc585c5351cbf86bf60a30eb59

    Comments

    autotools: mbedtls detection fixes
    - fix symbol used for first-round detection.
    - skip detecting mbedtls on custom path if custom path was not supplied.
    
    Reported-by: Ross Burton
    Fixes #21727
    
    Closes #21729

    Changed files

    • m4/curl-mbedtls.m4
  8. Change #268564

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 27 May 2026 22:38:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1c302362e01672fa272da0b1186b159a4ece64b0

    Comments

    GHA: update dependency cloudflare/quiche to v0.29.1
    Closes #21783

    Changed files

    • .github/workflows/http3-linux.yml
  9. Change #268590

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:12:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4f8ed62c49c426fd7e06d4799f5b4e6533bcebe8

    Comments

    cf-h3-proxy.c: bring back include
    Without it, it breaks regular (non-unity) builds.
    
    Fix regression from 7e1001bcd69967707c
    
    Closes #21785

    Changed files

    • lib/cf-h3-proxy.c
  10. Change #268591

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:13:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ead2e13a8e26b517f29e90bf953e298de3cb2eb0

    Comments

    dnscache: remove Curl_dns_entry_link
    Unused function
    
    Closes #21774

    Changed files

    • lib/dnscache.c
    • lib/dnscache.h
  11. Change #268592

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:15:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7bc2bf7917afbc4a0abb836f942e1a55e95494e4

    Comments

    http_proxy: make two proxy_create functions static
    And drop their `Curl_` prefixes. They are only used within this file.
    
    Closes #21775

    Changed files

    • lib/http_proxy.c
    • lib/http_proxy.h
  12. Change #268593

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:16:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98431e89bbfdae6ea096403fcd0cd1eb7599e3bc

    Comments

    creds: remove two unused functions
    Curl_creds_same_user and Curl_creds_same_password
    
    Closes #21776

    Changed files

    • lib/creds.c
    • lib/creds.h
  13. Change #268594

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 27 May 2026 23:17:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 73c2b4b4355aab31561af4b74d2f9a7732f75ae8

    Comments

    capsule: make capsule_encap_udp_hdr static
    And drop the Curl_ prefix.
    
    Closes #21777

    Changed files

    • lib/capsule.c
    • lib/capsule.h
  14. Change #268601

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 23:26:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 15356f0d3651dc044423bcd361d58ac6ba8843bb

    Comments

    lib1560: fix to propagate failure from `get_nothing()`
    Also:
    - check `curl_url()` for NULL where missing.
    - free memory `curl_url_get()` return pointer where missing.
    - propagate `curl_url_set()` errors in `clear_url()`, where missing.
    - add missing NULL-check before `strcmp()` in `clear_url()`.
    
    Closes #21780

    Changed files

    • tests/libtest/lib1560.c
  15. Change #268602

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 23:26:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a5fcaa85536603d765234d9e97156458bf95c485

    Comments

    m4: drop redundant conditions in TLS library detections
    Omit checking `OPT_<BACKEND>` against `no` twice.
    
    Also:
    - openssl: drop stray `OPT_OPENSSL=off` check.
      Follow-up to 68d89f242cf9f6326e3b2f6fe119b7c74ef41c66 #6897
    - rustls: drop no-op line.
      Follow-up to 9c4209837094781d5eef69ae6bcad0e86b64bf99 #13202
    - gnutls: fix casing in comment.
    - merge `if` branches where possible after these changes.
    
    Closes #21781

    Changed files

    • m4/curl-amissl.m4
    • m4/curl-gnutls.m4
    • m4/curl-mbedtls.m4
    • m4/curl-openssl.m4
    • m4/curl-rustls.m4
    • m4/curl-schannel.m4
    • m4/curl-wolfssl.m4
  16. Change #268603

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 27 May 2026 23:27:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cdb266738b9057cf73a241f267271a6a5e47d1ca

    Comments

    pytest: re-enable test test_05_01 and test_05_02 for quiche 0.29.0+
    The upstream issue seems to have been fixed or mitigated in quiche
    v0.29.0. Though the original upstream report and patch remain open at
    the time of writing this.
    
    Ref: https://github.com/cloudflare/quiche/issues/2277
    Ref: https://github.com/cloudflare/quiche/pull/2278
    
    Follow-up to 252b82f693574e884fb36dfde9371b409716a0fc #21730
    Follow-up to 91b422d356a52d32708c02514d8ede66363e8847 #20952
    Follow-up to 14478429e71ef0eee6d12b73113e9ff8e3ae9e75 #19916
    
    Closes #21784

    Changed files

    • tests/http/test_05_errors.py
  17. Change #268616

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 00:05:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 59320082b06e6bf9b6063c9fe5d2a447671533dc

    Comments

    tidy-up: apply clang-format fixes
    To lib, vtls/vauth, vtls/vquic, lib/vtls.
    
    Also:
    - unit3400: drop redundant `(void)arg`.
      Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    - fix comment typos.
    
    Closes #21786

    Changed files

    • lib/arpa_telnet.h
    • lib/asyn-ares.c
    • lib/cf-capsule.c
    • lib/cf-h3-proxy.c
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.h
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/conncache.c
    • lib/connect.c
    • lib/connect.h
    • lib/content_encoding.c
    • lib/cookie.c
    • lib/curl_addrinfo.c
    • lib/curl_fopen.c
    • lib/curl_hmac.h
    • lib/curl_md5.h
    • lib/curl_ntlm_core.h
    • lib/curl_sasl.c
    • lib/curl_sha512_256.c
    • lib/curl_share.h
    • lib/easy.c
    • lib/ftp.c
    • lib/hsts.c
    • lib/http.c
    • lib/http2.c
    • lib/http_proxy.c
    • lib/http_proxy.h
    • lib/imap.c
    • lib/mprintf.c
    • lib/socks.c
    • lib/uint-bset.c
    • lib/uint-spbset.c
    • lib/url.c
    • lib/vauth/digest_sspi.c
    • lib/vauth/vauth.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/gtls.c
    • lib/vtls/keylog.c
    • lib/vtls/keylog.h
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_int.h
    • lib/vtls/vtls_scache.c
    • lib/vtls/wolfssl.c
    • tests/libtest/lib1560.c
    • tests/unit/unit3400.c
  18. Change #268620

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 28 May 2026 00:13:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d1b482caec886b3215340cd7374c5befb04d930e

    Comments

    unit3400: repair after capsule_encap_udp_hdr went static
    Access the static function with UNITTEST as designed.
    
    Follow-up to 73c2b4b4355aab3156
    
    Closes #21788

    Changed files

    • lib/capsule.c
    • lib/capsule.h
    • tests/unit/unit3400.c
  19. Change #268621

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 28 May 2026 00:14:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6597e6d4610d95cada3f3b2768b39705ae158e2d

    Comments

    tftp: avoid the timeout calc if the timeout is crazy
    Avoids integer overflow when a silly value is set.
    
    Fixes #21782
    Reported-by: Mike-menny on github
    Closes #21787

    Changed files

    • lib/tftp.c