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

Builder curl-unthreaded-solaris10-sparc Build #13904

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 mins, 57 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 17 mins, 46 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13904 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-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartWed Apr 8 10:15:10 2026
EndWed Apr 8 16:56:50 2026
Elapsed6 hrs, 41 mins, 39 secs

All Changes:

:

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