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

Builder curl-threaded-solaris10-i386 Build #4440

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 55 mins, 54 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4440 Build
codebase Build
got_revision 6ac42e569112bfb8fb6bfec02db6d83612b184e3 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6ac42e569112bfb8fb6bfec02db6d83612b184e3 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. Stefan Eissing
  3. Viktor Szakats

Timing:

StartFri May 29 00:55:05 2026
EndFri May 29 10:49:29 2026
Elapsed9 hrs, 54 mins, 23 secs

All Changes:

:

  1. Change #268712

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 14:31:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 59213f8248cfc10e97a6a23f5e4da9b1e5057400

    Comments

    GHA: enable H3 proxy in CI, also enable h2o tests on Linux
    Also:
    - GHA/http3-linux: enable deprecated APIs in openssl-prev local
      OpenSSL builds. Required by h2o and its vendored dependencies.
      Tried OpenSSL 4, LibreSSL 4.x, BoringSSL: all failed at one point.
    - GHA/http3-linux: build h2o from source.
      libuv1-dev may not be stricly required.
      Tried installing libwslay-dev, but it wasn't recognized.
      Also disable building h2o libs for a much smaller dist directory and
      slightly faster build.
      Sadly, h2o is not versioned, so I pinned to the current latest commit
      at the master branch. It advertises itself as 2.3.0-DEV in pytest.
    - drop redundant `libnghttp3` installs. Remains of openssl-quic builds.
      Follow-up to 6aaac9dd388a64d0f511544496608693e1105d13 #20226
    
    Note GHA/macos pytests may or not not be stable with the H3 proxy tests.
    
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21789

    Changed files

    • .github/workflows/codeql.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/windows.yml
  2. Change #268716

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 28 May 2026 14:41:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e4139a73c82d2035142f5ae36196adb4e9831dae

    Comments

    h3-proxy: fixes around H3 proxy
    code:
    - less exception handling in existing code
    - true ip happy eyeballing
    - enable certificate verification
    - cf-h2-proxy: abort connection when server closed connection
    
    tests:
    - remove all --insecure and --proxy-insecure args
    - make session reuse test_60_12 a working one
    - resolve port conflicts between h2o and nghttpx
    - use proxy args better
    - make test_60_06 run shorter
    - kill h2o at the end of tests, normal stop takes too long
    
    Ref: 59213f8248cfc10e97a6a23f5e4da9b1e5057400 #21789
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21798

    Changed files

    • lib/cf-capsule.c
    • lib/cf-capsule.h
    • lib/cf-h2-proxy.c
    • lib/cf-h3-proxy.c
    • lib/cf-h3-proxy.h
    • lib/cf-ip-happy.c
    • lib/cf-ip-happy.h
    • lib/cf-socket.c
    • lib/cf-socket.h
    • lib/cfilters.c
    • lib/connect.c
    • lib/http_proxy.c
    • lib/http_proxy.h
    • lib/url.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_quiche.c
    • lib/vquic/vquic.c
    • lib/vquic/vquic.h
    • tests/http/conftest.py
    • tests/http/test_60_h3_proxy.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/env.py
    • tests/http/testenv/h2o.py
    • tests/http/testenv/nghttpx.py
    • tests/unit/unit2600.c
  3. Change #268733

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 16:37:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c2ca16f3ff2ad8300e67ea5a3cc4060738473e45

    Comments

    h3: sync printf masks with types, drop two casts
    Also fix `nwritten` signedness in `cb_h3_read_req_body()`.
    
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    Ref: #20848
    
    Closes #21799

    Changed files

    • lib/cf-h3-proxy.c
    • lib/vquic/curl_ngtcp2.c
  4. Change #268742

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 17:42:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a0c559ff030d859135a32bf8f753166309b0e546

    Comments

    h3: fix signedness of two printf masks
    Follow-up to c2ca16f3ff2ad8300e67ea5a3cc4060738473e45 #21799

    Changed files

    • lib/cf-h3-proxy.c
    • lib/vquic/curl_ngtcp2.c
  5. Change #268743

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 28 May 2026 17:45:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5e661767339f1c300b01dc7e0cffe5a8290324a5

    Comments

    http: don't pass on set cookies to new origins
    Verified by test 2015
    
    Reported-by: azraelxuemo on hackerone
    
    Closes #21794

    Changed files

    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test2015
  6. Change #268759

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 23:32:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c37405cb065e1605acb35700a3bb2ed0f59ff59e

    Comments

    h3-proxy: fix callback return values, and a typo in tests
    - replace literal -1 with `NGHTTP3_ERR_CALLBACK_FAILURE` in nghttp3
      callback.
    - replace `NGHTTP3_ERR_CALLBACK_FAILURE` with
      `NGTCP2_ERR_CALLBACK_FAILURE` in ngtcp2 callbacks.
    - test_60_h3_proxy: fix non-critical typo in symbol.
    
    Spotted by GitHub Code Quality
    
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21802

    Changed files

    • lib/cf-h3-proxy.c
    • tests/http/test_60_h3_proxy.py
  7. Change #268765

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 29 May 2026 00:15:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ac42e569112bfb8fb6bfec02db6d83612b184e3

    Comments

    h3-proxy: disable frequently failing pytests
    - test_60_02_connect_tunnel_fail[fail_h1_over_h3_proxytunnel]
    - test_60_02_connect_tunnel_fail[fail_h3_over_h2_proxytunnel]
    - test_60_02_connect_tunnel_fail[fail_h3_over_h3_proxytunnel]
    - test_60_03_h3_target_auto_connect_udp[proxy_h3]
    - test_60_15_connect_timeout
    
    Further flaky ones may be disabled in future commits.
    All to be re-enabled after stabilizing them.
    
    Follow-up to 59213f8248cfc10e97a6a23f5e4da9b1e5057400 #21789
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21803

    Changed files

    • tests/http/test_60_h3_proxy.py