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

Builder curl-ares-solaris10-sparc Build #3524

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision99d5b908781f452a1c2b549d53e0c9b96ed3942f
Got Revision99d5b908781f452a1c2b549d53e0c9b96ed3942f
Changes6 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 ...' ( 17 mins, 48 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 3524 Build
codebase Build
got_revision 99d5b908781f452a1c2b549d53e0c9b96ed3942f Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 99d5b908781f452a1c2b549d53e0c9b96ed3942f 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. Dan Fandrich
  2. Daniel Stenberg
  3. Stefan Eissing

Timing:

StartThu Apr 2 13:29:49 2026
EndFri Apr 3 01:23:50 2026
Elapsed11 hrs, 54 mins, 1 secs

All Changes:

:

  1. Change #263235

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Thu 02 Apr 2026 02:44:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 38b626e7908e944d362cbf200f75de24ed0a28c1

    Comments

    CI: Improve labeler tag detection
    Add entries for relevant new files added in the last two years.

    Changed files

    • .github/labeler.yml
  2. Change #263262

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 Apr 2026 09:55:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d888a53e14597f0fd252f14d8595b1e9adb7bcf5

    Comments

    libssh: path length precaution
    Make sure the string is non-zero before indexing it -1. Right now, the
    path is always non-zero length so this is more for (future) safety
    reasons.
    
    Closes #21193

    Changed files

    • lib/vssh/libssh.c
  3. Change #263264

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 Apr 2026 10:22:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 93e80c75b419cc6ec5639404b11773ee58e63073

    Comments

    hsts: accept 10K entries in the list
    Up from 1K.
    
    Reduces the risk that someone could flush the list by tricking a user to
    do many transfers to new hostnames.
    
    Document the limit.
    
    Follow-up to 03a792b186da7fdfbe4b85b022d7
    
    Closes #21200

    Changed files

    • docs/HSTS.md
    • docs/cmdline-opts/hsts.md
    • docs/libcurl/opts/CURLOPT_HSTS.md
    • lib/hsts.h
    • tests/data/test1674
    • tests/unit/unit1674.c
  4. Change #263270

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 02 Apr 2026 10:50:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b27e828b938777b75cf627093e1c9c9d4af2cbd2

    Comments

    url: init req.no_body in DO so that it works for h2 push
    req.no_body was only initialized in Curl_connect, while HTTP/2 server
    push adds a duplicated handle via Curl_multi_add_perform and calls
    Curl_init_do with conn==NULL, never invoking Curl_connect.
    
    Verify it by amending test 1620
    
    Found by Codex Security
    
    Closes #21194

    Changed files

    • lib/url.c
    • tests/unit/unit1620.c
  5. Change #263296

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 02 Apr 2026 13:14:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 33e43985b8f3b9e66691d06e70be0395849856cd

    Comments

    url: improve connection reuse on negotiate
    Check state of negotiate to allow proper connection reuse.
    
    Closes #21203

    Changed files

    • lib/url.c
  6. Change #263297

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 02 Apr 2026 13:15:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 99d5b908781f452a1c2b549d53e0c9b96ed3942f

    Comments

    asyn-thrdd: item cleanup using resolv_id
    Now that we support multiple async operations at the same transfer,
    fix the thread queue cleanup to match not only the mid but also the
    resolv_id.
    
    Found by Codex Security
    
    Closes #21202

    Changed files

    • lib/asyn-thrdd.c