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

Builder curl-threaded-solaris10-sparc Build #3530

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 3 mins, 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 35 mins, 14 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 mins, 6 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartWed Mar 25 00:06:39 2026
EndWed Mar 25 13:07:48 2026
Elapsed13 hrs, 1 mins, 9 secs

All Changes:

:

  1. Change #262160

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Mar 2026 11:08:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 372d721e92899b138e92dcae83d3c3af590e502f

    Comments

    wolfssl: document v5.0.0 (2021-11-01) as minimum required
    The previously documented version was based on version checks made in
    the source. In practice though, curl doesn't build with <5.0.0.
    
    Also:
    - bump main internal version check.
    - drop superfluous internal version checks.
    
    Closes #21080

    Changed files

    • docs/INTERNALS.md
    • lib/vtls/wolfssl.c
  2. Change #262211

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 24 Mar 2026 16:25:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 797bc316bf24f2c0e8abf2d4f7de225c8cd24d64

    Comments

    ratelimit: reset on start
    On any `Curl_rlimit_start()` the rate limit needs to reset its
    values before calculating the effective step duration and adjust
    the tokens/burst per step.
    
    Add two fields to the struct to remember the original values.
    
    Closes #21086

    Changed files

    • lib/ratelimit.c
    • lib/ratelimit.h
  3. Change #262217

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Mar 2026 19:29:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 28f0932073bfbcb977e2638e137e2519cb2b14e2

    Comments

    curl_sha512_256: support delegating to wolfSSL API
    Offered by wolfSSL v5.0.0+ (2021-11-01).
    
    Closes #21077

    Changed files

    • lib/curl_sha512_256.c
  4. Change #262218

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 24 Mar 2026 19:29:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 988b352f917151452c4f1483214ba7012299b1e2

    Comments

    sha256: support delegating to wolfSSL API
    Offered by wolfSSL v3.11.0+ (2017-05-04).
    
    Closes #21078

    Changed files

    • lib/sha256.c