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

Builder curl-ares-solaris11-i386 Build #4544

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision19b1e44660d68d38a2f48f24740a3aac1d46b9a0
Got Revision19b1e44660d68d38a2f48f24740a3aac1d46b9a0
Changes2 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, 6 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 4544 Build
codebase Build
got_revision 19b1e44660d68d38a2f48f24740a3aac1d46b9a0 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 19b1e44660d68d38a2f48f24740a3aac1d46b9a0 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:

StartFri Jan 23 12:59:03 2026
EndFri Jan 23 15:37:19 2026
Elapsed2 hrs, 38 mins, 16 secs

All Changes:

:

  1. Change #256143

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 23 Jan 2026 12:39:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9bcdfb3809a41327054421368bdea77ea17e6f90

    Comments

    GHA/distcheck: bump old cmake, switch to arm64 for performance
    Bump CMake version in CMake integration tests for better performance
    (8x on macOS, 2-3x on Windows) and native arm64 binaries.
    
    - bump old CMake in integration tests to v3.19.8 (was: v3.11.4)
    - switch to native arm64 CMake binaries on macOS.
    - switch Linux CMake integration job to arm64.
    
    Speed gains:
    - Linux: 2m -> 1m30s
    - macOS: 9-10m -> 1m15s
    - Windows: 6-7m -> 2m43s
    
    Before:
    https://github.com/curl/curl/actions/runs/21255697172
    https://github.com/curl/curl/actions/runs/21255020621
    
    After:
    https://github.com/curl/curl/actions/runs/21272021446
    
    With this, CI is:
    - no longer testing deprecated CMake versions.
      Follow-up to a7c974e038572bd1d4a653afbd6de5fad5a10215 #19902
    - not testing the next (from 2026 April) minimum 3.18, but going for
      3.19 instead. For arm64 binaries on both macOS and Linux. There is
      no 3.18-specific CMake code in curl.
    
    Cherry-picked from #20407
    Closes #20408

    Changed files

    • .github/workflows/distcheck.yml
  2. Change #256145

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 23 Jan 2026 12:44:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 19b1e44660d68d38a2f48f24740a3aac1d46b9a0

    Comments

    GHA/windows: fail CI early on stunnel install failure
    Before this patch CI silently ignored stunnel install failures. This
    pushed the failure to the test run step due to not meeting the minimum
    number of tests.
    
    Make the root cause obvious by failing early in this case.
    
    Reported-by: Stefan Eissing
    Follow-up to 3f1cd809eeae05f39fec72fe780f3a69d21972fb #19942
    Ref: https://github.com/curl/curl/actions/runs/21245626382/job/61134101176?pr=20397
    Ref: #16819
    
    Closes #20409

    Changed files

    • .github/workflows/windows.yml