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

Builder curl-threaded-solaris10-sparc Build #3534

Build In Progress:

Runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond63432d1f8e759f4c6c64a100fa307656883d0f3
Got Revisiond63432d1f8e759f4c6c64a100fa307656883d0f3
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 35 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( running )
    1. stdio
    2. resultlog
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3534 Build
codebase Build
got_revision d63432d1f8e759f4c6c64a100fa307656883d0f3 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d63432d1f8e759f4c6c64a100fa307656883d0f3 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartFri Mar 27 01:46:11 2026
Elapsed9 hrs, 50 mins, 7 secs

All Changes:

:

  1. Change #262394

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Mar 2026 14:20:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 20914e37530022957ee16397ac9fa7270088479c

    Comments

    perl: harden external command invocations
    In `adddocsref.pl`, `checksrc-all.pl`, `singleuse.pl` and tests 307, 1013,
    1022, 1275, 1707, 1708, 1710.
    
    Closes #21097

    Changed files

    • docs/examples/adddocsref.pl
    • scripts/checksrc-all.pl
    • scripts/singleuse.pl
    • tests/data/test1707
    • tests/data/test1708
    • tests/data/test1710
    • tests/libtest/test1013.pl
    • tests/libtest/test1022.pl
    • tests/libtest/test307.pl
    • tests/test1275.pl
    • tests/test1707.pl
  2. Change #262408

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Mar 2026 16:08:37
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 128c252975423856d1403c42267a8a1f1b97433f

    Comments

    GHA/curl-for-win: pass GH token to the containers
    To avoid rate limits when accessing GH APIs during the build.
    
    Aiming to avoid (while trying to retrieve a file timestamp):
    ```
    ++ [[ 2026-02-11-1a84aee6387d2f9c9531c655edeea4a80aa0fcfa =~ (.+)-([a-f0-9]{40,}) ]]
    ++ ver=2026-02-11
    ++ commit=1a84aee6387d2f9c9531c655edeea4a80aa0fcfa
    ++ set +x
    curl: (22) The requested URL returned error: 403
    curl: (22) The requested URL returned error: 403
    curl: (22) The requested URL returned error: 403
    curl: (22) The requested URL returned error: 403
    [...]
    ```
    Ref: https://github.com/curl/curl/actions/runs/23598912140/job/68723120977?pr=21104
    
    Follow-up to:
    https://github.com/curl/curl-for-win/commit/a26898fe489e2721b709d1eebc3b5e95c7332417
    https://github.com/curl/curl-for-win/commit/17f2fb3ead747d375ea1d6c08e649efd17017c8b
    https://github.com/curl/curl-for-win/commit/6dd6e47e9876ffe615544977ff6cfd684e6d421b
    https://github.com/curl/curl-for-win/commit/b461404b5a800bcfebe34d524d9c6a32bc08b9a5
    
    Closes #21105

    Changed files

    • .github/workflows/curl-for-win.yml
  3. Change #262453

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Mar 2026 23:05:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5172ba5475cffc525c2338dfa63f818e11e80a42

    Comments

    GHA: try workaround for slow Azure Ubuntu distro server
    It's been going on for almost a year, chances seem slim to have this
    fixed upstream.
    
    The observed issue is that on GitHub-supplied CI runner images,
    sometimes, `apt-get install` using the stock distro server
    `http://azure.archive.ubuntu.com/ubuntu` sees extreme slowness while
    downloading data, then reaching the job timeout and aborting, making CI
    red and necessitating a manual restart of the failed job(s).
    
    In majority of cases the install step takes no longer than 8-40 seconds
    (download + install), while in the failing case it takes 10-20+ minutes
    just to download.
    
    Earlier I slimmed down installs to avoid unnecessary packages, which
    mitigated, but did not completely fix the issue.
    
    Example:
    https://github.com/curl/curl/actions/runs/23599596928/job/68725576899?pr=21105
    
    Follow-up to 0455d8772a1af20ce63c46c5738582aa9b1b8441 #18509
    
    Closes #21107

    Changed files

    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
  4. Change #262457

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Mar 2026 23:27:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e1fdbdd16f269da33938d39725a074b4684fd132

    Comments

    hsts: when a dupe host adds subdomains, use that
    Otherwise a weaker earlier entry is allowed to override a later more
    restrictive one.
    
    Add test 1638 to verify.
    
    Closes #21108

    Changed files

    • docs/tests/FILEFORMAT.md
    • lib/curlx/strparse.c
    • lib/curlx/strparse.h
    • lib/hsts.c
    • tests/data/Makefile.am
    • tests/data/test1638
  5. Change #262463

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Mar 2026 23:39:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d63432d1f8e759f4c6c64a100fa307656883d0f3

    Comments

    tool_cb_hdr: only truncate etags output when regular file
    When sending the output to stdout it cannot truncate.
    
    Add test1619 to verify --etag-save to stdout
    
    Spotted by Codex Security
    
    Closes #21103

    Changed files

    • src/tool_cb_hdr.c
    • tests/data/Makefile.am
    • tests/data/test1619