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

Builder curl-ares-solaris11-i386 Build #5145

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 6 mins, 19 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 27 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 5145 Build
codebase Build
got_revision 50b1408f97d9e8fc585c5351cbf86bf60a30eb59 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 50b1408f97d9e8fc585c5351cbf86bf60a30eb59 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. Viktor Szakats

Timing:

StartWed May 27 17:03:09 2026
EndWed May 27 19:13:02 2026
Elapsed2 hrs, 9 mins, 52 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