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

Builder curl-threaded-solaris11-sparc Build #5536

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision5172ba5475cffc525c2338dfa63f818e11e80a42
Got Revision5172ba5475cffc525c2338dfa63f818e11e80a42
Changes1 change

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 22 mins, 59 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-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 5536 Build
codebase Build
got_revision 5172ba5475cffc525c2338dfa63f818e11e80a42 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 5172ba5475cffc525c2338dfa63f818e11e80a42 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartThu Mar 26 23:15:20 2026
EndThu Mar 26 23:38:28 2026
Elapsed23 mins, 7 secs

All Changes:

:

  1. 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