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

Builder curl-ares-solaris11-i386 Build #5152

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione4139a73c82d2035142f5ae36196adb4e9831dae
Got Revisione4139a73c82d2035142f5ae36196adb4e9831dae
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 46 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 5152 Build
codebase Build
got_revision e4139a73c82d2035142f5ae36196adb4e9831dae Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e4139a73c82d2035142f5ae36196adb4e9831dae 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartThu May 28 15:12:39 2026
EndThu May 28 17:14:37 2026
Elapsed2 hrs, 1 mins, 58 secs

All Changes:

:

  1. Change #268689

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 12:52:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f2183f51b6651dae759164d064c62fa075d8f695

    Comments

    build: say 'experimental' in option descriptions
    Also:
    - INSTALL-CMAKE.md: alpha-sort enable options.
    - cmake: sync a description between source and docs.
    
    Closes #21795

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • m4/curl-confopts.m4
  2. Change #268691

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 28 May 2026 12:52:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cfa735c40a46b19c787f540606495881452384d1

    Comments

    h3-proxy: rename feature 'Proxy/PROXY-HTTP3' to 'proxy-HTTP3'
    For consistency and to follow existing 'HTTPS-proxy' (with lowercase
    'proxy') feature tag more closely.
    
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21796

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/libcurl/curl_version_info.md
    • lib/version.c
    • tests/http/test_60_h3_proxy.py
  3. 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
  4. 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