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

Builder curl-threaded-solaris10-sparc Build #3554

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionecd09257d8643bbe4a06da1ac5d77352db6a0366
Got Revisionecd09257d8643bbe4a06da1ac5d77352db6a0366
Changes2 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 30 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 44 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-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3554 Build
codebase Build
got_revision ecd09257d8643bbe4a06da1ac5d77352db6a0366 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ecd09257d8643bbe4a06da1ac5d77352db6a0366 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. Viktor Szakats

Timing:

StartMon Apr 6 19:56:39 2026
EndTue Apr 7 08:02:42 2026
Elapsed12 hrs, 6 mins, 2 secs

All Changes:

:

  1. Change #263782

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 06 Apr 2026 18:49:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 596f685da5e59bfce1f3432b5c5cfeae7073c4bb

    Comments

    GHA: autoreconf downloaded tarballs where missing
    To avoid using pre-built `./configure` scripts.
    
    Also: drop unrecognized nettle `./configure` option.
    
    Closes #21240

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  2. Change #263783

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 06 Apr 2026 18:49:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ecd09257d8643bbe4a06da1ac5d77352db6a0366

    Comments

    GHA/curl-for-win: drop certdata dependency and `GITHUB_TOKEN` with it
    `certdata` dependency requires accessing api.github.com for
    a reproducible timestamp, which in turn requires a GitHub token to avoid
    errors due to rate limiting. Avoid all this by omitting this dependency,
    which isn't necessary for these build tests anyway.
    
    The `zero` job already did not use `certdata`, but disable explicitly
    anyway just in case.
    
    Reported-by: James Fuller
    
    Follow-up to https://github.com/curl/curl-for-win/commit/9514184977347dbfcd7a4f48daeda7bdb8222458
    Follow-up to 128c252975423856d1403c42267a8a1f1b97433f #21105
    
    Closes #21241

    Changed files

    • .github/workflows/curl-for-win.yml