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

Builder curl-threaded-solaris10-i386 Build #4300

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 50 mins, 16 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4300 Build
codebase Build
got_revision 128c252975423856d1403c42267a8a1f1b97433f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 128c252975423856d1403c42267a8a1f1b97433f Build
scheduler schedule-curl-threaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu Mar 26 18:30:22 2026
EndFri Mar 27 04:24:37 2026
Elapsed9 hrs, 54 mins, 15 secs

All Changes:

:

  1. Change #262368

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Mar 2026 11:06:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f660b77f74ee3c6993d49aa2952501fda32ffe10

    Comments

    DEPRECATE.md: fix copy-and-paste mistaken subtitles
    Closes #21102

    Changed files

    • docs/DEPRECATE.md
  2. Change #262370

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

    Comments

    cmake: add CMake Config-based dependency detection for c-ares, wolfSSL
    For wolfSSL it requires v5.2.1+, and with 5.9.0+ it's also supported when
    wolfSSL was built with autotools.
    
    Follow-up to 8fce3e17e6cb310cd6dbe38ff14869b8fe5827d2 #20814
    
    Closes #21098

    Changed files

    • CMake/FindCares.cmake
    • CMake/FindWolfSSL.cmake
    • docs/INSTALL-CMAKE.md
  3. 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
  4. 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