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

Builder curl-threaded-solaris10-sparc Build #3583

Build In Progress:

[waiting for Lock]

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision19695e815c51f8830fc542557a50f6a7100cd862
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3583 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 19695e815c51f8830fc542557a50f6a7100cd862 Build
scheduler schedule-curl-threaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartTue Apr 21 09:16:51 2026
Elapsed3 hrs, 41 mins, 45 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
  3. Change #265075

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Apr 2026 08:33:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4e0bfd8cf73603697ddad5d25e946e9f53d6831a

    Comments

    mprintf: simplify parsefmt
    - split out parse_flags() and parse_conversion() to reduce complexity
      from 57 to 30.
    
    Closes #21391

    Changed files

    • lib/mprintf.c
  4. Change #265077

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Apr 2026 08:35:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 19695e815c51f8830fc542557a50f6a7100cd862

    Comments

    tool_operate: split create_single into smaller sub functions
    Reduces complexity from 58 => 32.
    
    Closes #21389

    Changed files

    • src/tool_operate.c