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

Builder curl-ares-solaris11-i386 Build #5350

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 13 mins, 22 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 8 mins, 35 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 5350 Build
codebase Build
got_revision e5e1c356107ea4f8208757deb69776d94496cfae Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e5e1c356107ea4f8208757deb69776d94496cfae Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Sep 8 10:17:23 2026
EndTue Sep 8 12:43:55 2026
Elapsed2 hrs, 26 mins, 32 secs

All Changes:

:

  1. Change #281061

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 08 Sep 2026 10:23:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e5e1c356107ea4f8208757deb69776d94496cfae

    Comments

    GHA/linux: enable egress firewall reporting in one job, disable MotD
    In the 'CM awslc' job. It's a preview feature and needs downgrading to
    Ubuntu 24.04. It uses a MitM proxy to record network access and causes
    a 15-20% runtime increase according to documentation.
    
    Notably it breaks pytests 50 and 51 (SCP/SFTP):
    https://github.com/curl/curl/actions/runs/34165541078/job/101875730179?pr=22864
    
    The observed performance impact is higher than documented, at 1m37s ->
    2m6s. apt install steps takes 2x time, configure/build: +20-40%, running
    tests: +10%. This makes this practical only for security critical jobs,
    e.g. creating build artifacts or other lasting or external impact (once
    URL filtering is supported/documented). Also useful for occasional
    review and debugging.
    
    Before: https://github.com/curl/curl/actions/runs/34192638355/job/101953659576
    After: https://github.com/curl/curl/actions/runs/34201459582/job/101981056237?pr=22864
    
    Also:
    - GHA/checksrc: add actionlint exception for the firewalled runner image.
    - GHA/linux: disable MotD (message of the day) Ubuntu feature, discovered
      via the firewall log, accessing `https://motd.ubuntu.com/aptnews.json`
      twice, during package install.
    
    Ref: https://github.com/github-early-access/actions-native-egress-firewall
    
    Closes #22864

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/linux.yml