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

Builder curl-ares-solaris11-i386 Build #4266

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision44e64919cf11c6027d02123c0a02371c0fbf1b48
Got Revision44e64919cf11c6027d02123c0a02371c0fbf1b48
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 21 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 4266 Build
codebase Build
got_revision 44e64919cf11c6027d02123c0a02371c0fbf1b48 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 44e64919cf11c6027d02123c0a02371c0fbf1b48 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

Timing:

StartTue Dec 9 16:08:15 2025
EndTue Dec 9 16:13:20 2025
Elapsed5 mins, 4 secs

All Changes:

:

  1. Change #251653

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 09 Dec 2025 15:59:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5ed7b5b01bb1a5645a9937573fddbf34782b5c83

    Comments

    alt-svc: more flexibility on same destination
    When the Alt-Svc points to the same host and port, add the destination
    ALPN to the `wanted` versions and set it also as the `preferred` version
    in negotiations.
    
    This allows Alt-Svc for h3 to point to h2 and have it tried first. Also,
    this allows Alt-Svc to say http/1.1 is preferred and changes the ALPN
    protocol ordering for the TLS handshake.
    
    Add tests in various combination to verify this works.
    
    Reported-by: yushicheng7788 on github
    Fixes #19740
    Closes #19874

    Changed files

    • lib/altsvc.c
    • lib/altsvc.h
    • lib/cf-https-connect.c
    • lib/http.h
    • lib/url.c
    • lib/vtls/vtls.c
    • tests/http/test_06_eyeballs.py
    • tests/http/test_12_reuse.py
    • tests/http/testenv/curl.py
  2. Change #251654

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 09 Dec 2025 16:01:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9711c986ba832507e8248bfff112623916cbc367

    Comments

    multi: remove MSTATE_TUNNELING
    MSTATE_TUNNELING is no longer in use now that we have proxy connection
    filters. Remove the state.
    
    Remove the http handler `connect_it` method as it was merely a NOP.
    
    Closes #19894

    Changed files

    • lib/cfilters.c
    • lib/curl_trc.c
    • lib/http.c
    • lib/http.h
    • lib/multi.c
    • lib/multihandle.h
    • lib/rtsp.c
    • lib/ws.c
  3. Change #251655

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 09 Dec 2025 16:03:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 44e64919cf11c6027d02123c0a02371c0fbf1b48

    Comments

    pytest: socksd startup delay
    Add a small delay after the startup of the danted socks daemon to
    give it more time to become responsive.
    
    Closes #19895

    Changed files

    • tests/http/test_40_socks.py