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

Builder curl-ares-solaris11-sparc Build #5925

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione4139a73c82d2035142f5ae36196adb4e9831dae
Got Revisione4139a73c82d2035142f5ae36196adb4e9831dae
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 38 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-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5925 Build
codebase Build
got_revision e4139a73c82d2035142f5ae36196adb4e9831dae Git
osplatform SPARC 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-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu May 28 15:08:55 2026
EndThu May 28 16:00:08 2026
Elapsed51 mins, 12 secs

All Changes:

:

  1. 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