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

Builder curl-ares-solaris10-sparc Build #2268

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 17 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 23 mins, 0 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2268 Build
codebase Build
got_revision 842f88434f627c0330e263a3881b2d9438786b32 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 842f88434f627c0330e263a3881b2d9438786b32 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Sep 28 21:41:06 2024
EndSun Sep 29 04:58:22 2024
Elapsed7 hrs, 17 mins, 15 secs

All Changes:

:

  1. Change #209166

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 28 Sep 2024 20:59:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 842f88434f627c0330e263a3881b2d9438786b32

    Comments

    GHA linux: restore `apt-get update`
    It seems like the Ubuntu apt mirror list or other preloaded data on the
    Linux runner can go stale (?) throughout a single week causing failures
    like this, in some of the jobs:
    ```
    Ign:16 http://security.ubuntu.com/ubuntu jammy-updates/main amd64 libapr1-dev amd64 1.7.0-8ubuntu0.22.04.1
    Err:16 mirror+file:/etc/apt/apt-mirrors.txt jammy-updates/main amd64 libapr1-dev amd64 1.7.0-8ubuntu0.22.04.1
      404  Not Found [IP: 40.81.13.82 80]
    Get:24 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 libnghttp2-dev amd64 1.43.0-1ubuntu0.2 [117 kB]
    Get:25 http://azure.archive.ubuntu.com/ubuntu jammy-updates/main amd64 vsftpd amd64 3.0.5-0ubuntu1.1 [123 kB]
    Fetched 4029 kB in 2s (1682 kB/s)
    E: Failed to fetch mirror+file:/etc/apt/apt-mirrors.txt/pool/main/a/apr/libapr1-dev_1.7.0-8ubuntu0.22.04.1_amd64.deb  404  Not Found [IP: 40.81.13.82 80]
    E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
    Error: Process completed with exit code 100.
    ```
    https://github.com/curl/curl/actions/runs/11074211380/job/30772496037#step:32:63
    
    Restore `apt update` to fix it.
    
    Follow-up to 1b8449674adb57ee0f60e761d654c69b20ee8fcf #14992
    
    Closes #15082

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml