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

Builder curl-unthreaded-solaris11-i386 Build #4889

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4889 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-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. renovate[bot]

Timing:

StartTue Apr 7 16:49:00 2026
EndTue Apr 7 18:37:04 2026
Elapsed1 hrs, 48 mins, 3 secs

All Changes:

:

  1. Change #263900

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 07 Apr 2026 15:59:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b168fc79ff20807e592678bfc85272c1e1edd278

    Comments

    libssh: split myssh_statemach_act into sub functions and rename
    Follow-up to bd3b2a626a33434a1e9e83a
    
    - rename it to myssh_statemachine
    
    - remove the use of ternary operators in the switch
    
    - fix the error handling for if 'sshp' actually ever is NULL
    
    Closes #21250

    Changed files

    • lib/vssh/libssh.c
  2. 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
  3. 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
  4. 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
  5. 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