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

Builder curl-ares-solaris10-i386 Build #4330

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 10 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4330 Build
codebase Build
got_revision 0838297ad185a75de3d9a1f81f2a0f52e7d063ef Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 0838297ad185a75de3d9a1f81f2a0f52e7d063ef Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue Apr 21 06:47:16 2026
EndTue Apr 21 16:47:53 2026
Elapsed10 hrs, 37 secs

All Changes:

:

  1. Change #265066

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 20 Apr 2026 23:47:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 809dda3a37363160d4bf5ea2dafa0bcb8188a3f0

    Comments

    Happy Eyeballs: add resolution time delay
    HEv3 describes conditions on when first connect attempts shall be
    started.
    https://www.ietf.org/archive/id/draft-ietf-happy-happyeyeballs-v3-01.html
    Chapter 4.2
    
    libcurl now waits 50ms for AAAA and HTTPS results (when requested) to
    return before continuing with the connect.
    
    Added HTTPS-RR to the "was resolved" information info message. Changed
    logging of HTTPS-RR to a one-liner with RFC 9460 like formatting. This
    way the user can see if/what was resolved and used in connecting.
    
    Closes #21354

    Changed files

    • lib/asyn-ares.c
    • lib/asyn-thrdd.c
    • lib/asyn.h
    • lib/cf-dns.c
    • lib/cf-dns.h
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/hostip.c
    • lib/hostip.h
    • lib/httpsrr.c
    • lib/httpsrr.h
  2. Change #265067

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 20 Apr 2026 23:48:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0838297ad185a75de3d9a1f81f2a0f52e7d063ef

    Comments

    lib: minor comment typos
    Closes #21388

    Changed files

    • lib/vtls/vtls_scache.h
    • lib/ws.c