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

Builder curl-ares-solaris11-i386 Build #3724

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 5 mins, 57 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 3724 Build
codebase Build
got_revision e9ae1bd404e9ec095ebebb9a89d62566555c36b4 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e9ae1bd404e9ec095ebebb9a89d62566555c36b4 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:

StartMon Jul 14 17:53:45 2025
EndMon Jul 14 20:59:20 2025
Elapsed3 hrs, 5 mins, 35 secs

All Changes:

:

  1. Change #239743

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 14 Jul 2025 14:33:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e9ae1bd404e9ec095ebebb9a89d62566555c36b4

    Comments

    connection: clarify `transport`
    The `transport` to use for a transfer, e.g. TCP/QUIC/UNIX/UDP, is
    initially selected by options and protocol used. This is set at the
    `struct connectdata` as `transport` member.
    
    During connection establishment, this transport may change due to
    Alt-Svc or Happy-Eyeballing. Most common is the switch from TCP to QUIC.
    
    Rename the connection member to `transport_wanted` and add a way to
    query the connection for the transport in use via a new connection
    filter query.
    
    The filter query can also be used in the happy eyeballing attempts when
    code needs to know which transport is used by the "filter below". This
    happens in wolfssl initialization, as one example.
    
    Closes #17923

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
    • lib/cf-https-connect.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/connect.c
    • lib/ftp.c
    • lib/hostip6.c
    • lib/http.c
    • lib/tftp.c
    • lib/url.c
    • lib/urldata.h
    • lib/vquic/vquic.c
    • lib/vquic/vquic.h
    • lib/vtls/wolfssl.c