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

Builder curl-ares-solaris10-sparc Build #3535

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision80b2a5dd37e8fbea3aa70229ab7685f535f1a6cc
Got Revision80b2a5dd37e8fbea3aa70229ab7685f535f1a6cc
Changes11 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 20 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 16 mins, 33 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3535 Build
codebase Build
got_revision 80b2a5dd37e8fbea3aa70229ab7685f535f1a6cc Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 80b2a5dd37e8fbea3aa70229ab7685f535f1a6cc Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartWed Apr 8 10:15:09 2026
EndWed Apr 8 10:32:03 2026
Elapsed16 mins, 54 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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
  7. 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
  8. Change #263934

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 07 Apr 2026 20:04:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b2a767dbcef3d9442d51cc22ffb52804927e473f

    Comments

    gtls: fail for large files in `load_file()`
    Used for issuer certs. Limit the size at `CURL_MAX_INPUT_LENGTH`, 8MB.
    
    Bug: https://github.com/curl/curl/pull/21256#discussion_r3045854654
    
    Closes #21257

    Changed files

    • lib/vtls/gtls.c
  9. Change #263959

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 08 Apr 2026 02:31:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f82ed74ed6f64c2bcfff17e8ea6b0806e9ac6cf5

    Comments

    GHA/linux: bump mbedTLS 3 to 3.6.5 (from 3.6.4), also verify hash
    Also:
    - fix incorrect version in cache id.
      Follow-up to 3a305831d1a9d10b2bfd4fa3939ed41275fee7f7 #19077
    - latest version 3.6.6 fails pytests. Seems similar to the v4.1.0
      regression.
      https://github.com/curl/curl/pull/21178
      https://github.com/Mbed-TLS/mbedtls/issues/10668
    
    Closes #21262

    Changed files

    • .github/workflows/linux.yml
  10. Change #263960

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 08 Apr 2026 03:51:54
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c9af8b6d183ba4f84564dda9c17303b6c10d6f8

    Comments

    configure: silence useless clang warnings in C89 builds
    Syncing with CMake.
    
    Follow-up to 43397b0283d4cdb10797e7ead6eacbe09f8a3e77 #21015
    Follow-up to 09c9afdd711d0b2ee9f524a235803e755e1074b7 #20363
    
    Closes #21263

    Changed files

    • m4/curl-compilers.m4
  11. Change #263961

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 08 Apr 2026 08:03:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 80b2a5dd37e8fbea3aa70229ab7685f535f1a6cc

    Comments

    tool_getparam: reduce opt_string complexity
    - move arguments taking unsigned numbers into opt_num
    
    - move arugments taking seconds into opt_secs
    
    Closes #21261

    Changed files

    • src/tool_getparam.c
    • src/tool_getparam.h