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

Builder curl-threaded-solaris11-sparc Build #5634

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona28540787c528f0378a38cfb839f8576fb08c089
Got Revisiona28540787c528f0378a38cfb839f8576fb08c089
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 51 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 10 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5634 Build
codebase Build
got_revision a28540787c528f0378a38cfb839f8576fb08c089 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a28540787c528f0378a38cfb839f8576fb08c089 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartThu Apr 9 09:35:06 2026
EndThu Apr 9 10:23:39 2026
Elapsed48 mins, 32 secs

All Changes:

:

  1. Change #264053

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 09 Apr 2026 09:30:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d99df64405b72690bc03ff5115d4ee909c91fe45

    Comments

    h3: HTTPS-RR use in HTTP/3
    When HTTPS-RR is needed for the HTTP/3 handshake, delay the connect
    until it arrives. Relevant only for TLS backends that support ECH, for
    now.
    
    Closes #21253

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_quiche.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • lib/vtls/wolfssl.c
    • lib/vtls/wolfssl.h
  2. Change #264054

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 09 Apr 2026 09:32:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a28540787c528f0378a38cfb839f8576fb08c089

    Comments

    asyn-ares: connect async
    Make separate queries for A and AAAA records. Hand out A/AAAA/HTTPS
    information before all queries are complete.
    
    Closes #21205

    Changed files

    • lib/asyn-ares.c
    • lib/asyn.h
    • lib/hostip.c
    • tests/data/test2104
    • tests/http/test_21_resolve.py