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

Builder curl-ares-solaris10-i386 Build #4299

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 4 mins, 44 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 4299 Build
codebase Build
got_revision d3dc5dbc87f3047ecac73aa0e7fb190cee59eb86 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d3dc5dbc87f3047ecac73aa0e7fb190cee59eb86 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
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartTue Apr 7 19:36:23 2026
EndWed Apr 8 05:14:40 2026
Elapsed9 hrs, 38 mins, 17 secs

All Changes:

:

  1. Change #263856

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 07 Apr 2026 11:58:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f974a00abaaa7d30610c1951e012d3220e033c24

    Comments

    lib: replace `PRI*32` printf masks with C89 ones
    Also: fix indent.
    
    Follow-up to 13c1a934144e98d06214a043ff4538791c7d9583 #20215
    
    Closes #21234

    Changed files

    • lib/cf-h2-proxy.c
    • lib/http2.c
  2. Change #263857

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 07 Apr 2026 11:58:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a0d5d8fea393d65c4cafc4feb6bc4ec0eb8e1b1d

    Comments

    curl_ntlm_core: use wolfCrypt DES API with wolfSSL
    Replacing the last uses of the OpenSSL compatibility API, and dropping
    the redefinition of external symbols.
    
    Closes #21247

    Changed files

    • CMakeLists.txt
    • configure.ac
    • docs/INSTALL-CMAKE.md
    • lib/curl_config-cmake.h.in
    • lib/curl_ntlm_core.c
    • lib/curl_setup.h
    • m4/curl-wolfssl.m4
  3. Change #263883

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 07 Apr 2026 14:50:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a20989b82c5c6ac98997734726aed891f806fd45

    Comments

    libssh2: split ssh_statemachine into more sub functions
    The pieces of the state machine that were not separate functions before, now
    are.
    
    Also removed the use of ternary operators in the function calls.
    
    Follow-up to f0bf43e20936cf4aa2665
    
    Closes #21249

    Changed files

    • lib/vssh/libssh2.c
  4. 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
  5. 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
  6. 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
  7. 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
  8. 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
  9. 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