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

Builder curl-threaded-solaris11-sparc Build #5626

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartWed Apr 8 10:15:15 2026
EndWed Apr 8 10:40:48 2026
Elapsed25 mins, 33 secs

All Changes:

:

  1. 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
  2. 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
  3. 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