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

Builder curl-ares-solaris11-i386 Build #4894

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 6 mins, 37 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 30 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 4894 Build
codebase Build
got_revision 3536730f331f2482b10226db231dfb63b5c24faa Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3536730f331f2482b10226db231dfb63b5c24faa 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. Daniel Stenberg
  2. Stefan Eissing
  3. renovate[bot]

Timing:

StartTue Apr 7 16:53:45 2026
EndTue Apr 7 18:45:30 2026
Elapsed1 hrs, 51 mins, 44 secs

All Changes:

:

  1. Change #263902

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 07 Apr 2026 16:09:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 44c19a2cce7effa8ab59cbae913b6e911516c41a

    Comments

    GHA: update openssl/openssl to v3.6.2
    Closes #21254

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  2. 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
  3. 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
  4. 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