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

Builder curl-unthreaded-solaris11-sparc Build #5622

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 23 mins, 43 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-unthreaded-solaris11-sparc slave
buildername curl-unthreaded-solaris11-sparc Builder
buildnumber 5622 Build
codebase Build
got_revision d3dc5dbc87f3047ecac73aa0e7fb190cee59eb86 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d3dc5dbc87f3047ecac73aa0e7fb190cee59eb86 Build
scheduler schedule-curl-unthreaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartTue Apr 7 17:17:07 2026
EndTue Apr 7 18:07:37 2026
Elapsed50 mins, 30 secs

All Changes:

:

  1. Change #263907

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 07 Apr 2026 16:26:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision db9b6fa82e9062d5c1e1bfb9e9faf898075fbb99

    Comments

    cf-ip-happy: limit concurrent attempts
    Introduce a limit on the concurrent connect attempts of 6:
    
    - document this in CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS
    - close the oldest attempt before opening a new one that would
      exceed the limit
    - closing failed attempts early to avoid sockets use beyong their
      usefulness
    - add tests for limits in unit2600
    
    These changes are externally visible as file descriptors will be
    reassigned where we previously kept the old one around and started a
    new socket, allocating always a new descriptor.
    
    Closes #21252

    Changed files

    • docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md
    • lib/cf-ip-happy.c
    • tests/unit/unit2600.c
  2. Change #263910

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 07 Apr 2026 16:32:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 09f9035045718bcaa7c794a0dece1f724c8d0883

    Comments

    clang-tidy: drop readability-math-missing-parentheses
    It's mostly annoying and not helpful

    Changed files

    • .clang-tidy.yml
  3. Change #263911

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 07 Apr 2026 16:32:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3536730f331f2482b10226db231dfb63b5c24faa

    Comments

    parsedate: clarify time2epoch and add more variations to test 517
    Polish the time2epoch function to become a little more readable.
    
    Corrected the military time zones: they were going in the wrong
    direction.
    
    Add more curl_getdate() input varations to test 517
    
    Closes #21251

    Changed files

    • lib/parsedate.c
    • tests/libtest/lib517.c
  4. Change #263919

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 07 Apr 2026 16:57:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3dc5dbc87f3047ecac73aa0e7fb190cee59eb86

    Comments

    clang-tidy: avoid assigments in `if` expressions
    Also enable check in clang-tidy.
    
    Cherry-picked from #20794
    
    Closes #21256

    Changed files

    • .clang-tidy.yml
    • lib/vtls/gtls.c
    • lib/vtls/x509asn1.c