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

Builder curl-ares-solaris11-i386 Build #4471

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond9fe60d4572bf82e407ae33277f81def896d06f2
Got Revisiond9fe60d4572bf82e407ae33277f81def896d06f2
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 48 mins, 33 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-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4471 Build
codebase Build
got_revision d9fe60d4572bf82e407ae33277f81def896d06f2 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d9fe60d4572bf82e407ae33277f81def896d06f2 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:

StartSun Jan 11 01:35:51 2026
EndSun Jan 11 04:04:12 2026
Elapsed2 hrs, 28 mins, 21 secs

All Changes:

:

  1. Change #254758

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 10 Jan 2026 23:03:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bfacfb23557b0b148733202831d5ab9384152e29

    Comments

    plan9: drop special build and orphaned references
    Would need 64-bit support.
    
    Ref: https://github.com/curl/curl/pull/20233#issuecomment-3732556015
    Follow-up to 0159100f4f782432fa3d27998dbea7b827ffba2d #20233
    
    Closes #20243

    Changed files

    • .github/labeler.yml
    • .github/scripts/spacecheck.pl
    • .github/workflows/checksrc.yml
    • .github/workflows/codeql.yml
    • .github/workflows/curl-for-win.yml
    • .github/workflows/fuzz.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux-old.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml
    • Makefile.am
    • REUSE.toml
    • appveyor.yml
    • lib/curl_setup.h
    • plan9/README
    • plan9/include/mkfile
    • plan9/lib/mkfile
    • plan9/lib/mkfile.inc
    • plan9/mkfile
    • plan9/mkfile.proto
    • plan9/src/mkfile
    • plan9/src/mkfile.inc
  2. Change #254759

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 10 Jan 2026 23:03:18
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ff78af5752fdf580e5beef743f932cc1625228c3

    Comments

    GHA: include runner CPU arch in cache keys
    To clarify the arch for cache entries, also to allow building/caching
    multiple archs in parallel if necessary.
    
    Closes #20234

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  3. Change #254775

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 10 Jan 2026 23:43:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5225e69ed92d766dc140efa29af43cd12d97b03d

    Comments

    GHA/linux: move 6 jobs with locally built dependencies to arm
    All libresll jobs, wolfssl-all, and one mbedtls job.
    
    As noted earlier, arm jobs run faster than intel ones, especially
    valgrind steps that run almost twice as fast. Package install runs
    slower, but this is offset by faster build and test steps, even in
    non-valgrind jobs.
    
    Follow-up to ff78af5752fdf580e5beef743f932cc1625228c3 #20234
    Follow-up to 2b0d8dcc16c531d3154ab54347a3eaabf9bd2c7d #20231
    
    Closes #20246

    Changed files

    • .github/workflows/linux.yml
  4. Change #254781

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 11 Jan 2026 01:01:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d9fe60d4572bf82e407ae33277f81def896d06f2

    Comments

    GHA/linux: fix 'mbedtls' internal name confusion
    `mbedtls-arm` and `mbedtls-prev` were matching `contains()` expressions
    looking for `mbedtls`. It caused an unnecessary cache restore and an
    redundant mbedtls build on bumps, and made the build flavors require
    different local directory names to avoid this accidental collision.
    
    Also drop `-threadsafe` from internal names. All local builds are.
    
    Follow-up to 88060353440df4e1b7167c180b39074fd2ab457a #20240
    Follow-up to 3a305831d1a9d10b2bfd4fa3939ed41275fee7f7 #19077
    
    Closes #20248

    Changed files

    • .github/workflows/linux.yml