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

Builder curl-ares-solaris10-i386 Build #4296

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 3 mins, 45 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-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4296 Build
codebase Build
got_revision ecd09257d8643bbe4a06da1ac5d77352db6a0366 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ecd09257d8643bbe4a06da1ac5d77352db6a0366 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartMon Apr 6 18:57:57 2026
EndTue Apr 7 00:17:51 2026
Elapsed5 hrs, 19 mins, 54 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