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

Builder curl-ares-solaris10-sparc Build #3507

Build In Progress:

ETA: 02:55:35 [14 mins, 45 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3507 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 988b352f917151452c4f1483214ba7012299b1e2 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartWed Mar 25 00:20:28 2026
Elapsed2 hrs, 20 mins, 21 secs

All Changes:

:

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