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

Builder curl-ares-solaris10-i386 Build #4542

Results:

Failed

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision98519dac83b42317bdd22b296f493090d2e56fd6
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git updating ( 1 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4542 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 98519dac83b42317bdd22b296f493090d2e56fd6 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. renovate[bot]

Timing:

StartSat Sep 26 01:27:10 2026
EndSat Sep 26 11:24:59 2026
Elapsed9 hrs, 57 mins, 48 secs

All Changes:

:

  1. Change #283188

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 25 Sep 2026 23:15:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e2625409e25fb8e71b40a298259202f3c9a61fb7

    Comments

    GHA/linux: use Rustls bare zip package (was: .deb)
    To be on par with Rustls arm64 binary package.
    
    Also add `intel` suffix/comment to prepare for introducing arm64
    binaries.
    
    Closes #23109

    Changed files

    • .github/workflows/linux.yml
  2. Change #283191

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 25 Sep 2026 23:30:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 49b34a08fa44e4610ecf0276314bbc1c7cbe654f

    Comments

    GHA: update dependency wolfSSL/wolfssl to v5.9.4
    Closes #23110

    Changed files

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 00:04:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5f921cb948961a12302a484bf47cac3d0818beba

    Comments

    GHA/linux: switch Rustls valgrind jobs to arm64 for >2x performance
    Reduces runtime for test steps in two jobs from 15-16 minutes to 6-7.
    
    Rustls-arm64-binaries-thanks-to: Daniel McCarney
    Ref: https://github.com/rustls/rustls-ffi/pull/682
    Ref: https://github.com/curl/curl/pull/23065#issuecomment-5813156375
    Follow-up to aff6f9332aa673a8cec31cde0be9992e84f0162d #23065
    
    Closes #23079

    Changed files

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 00:36:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d79df5711006edc6409c1f5ee83f13983b5174c2

    Comments

    tests: require valgrind 3+ (2007-08-03)
    Also drop detection and compatibility logic for older versions.
    
    Ref: https://valgrind.org/downloads/old.html
    
    Closes #23111

    Changed files

    • docs/DEPENDENCIES.md
    • tests/runner.pm
    • tests/runtests.pl
  5. Change #283224

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 00:36:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3a0d22a103cd841173be6f9997fbd7c5bc3bc148

    Comments

    GHA/linux: skip test 1674 in valgrind jobs
    To save ~45 seconds in 5 jobs, ~25 in 1 job (~4+ minutes total).
    
    HSTS low-level functions remain valgrind-tests via 1660.
    
    Follow-up to 5f921cb948961a12302a484bf47cac3d0818beba #23079
    
    Closes #23113

    Changed files

    • .github/workflows/linux.yml
  6. Change #283228

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 00:53:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c63d1c057f6e5a53b6740fbbda64275db62a5e19

    Comments

    DEPENDENCIES.md: fix release date for valgrind 3.0.0 to 2005-08-03
    Ref: https://valgrind.org/info/news.html
    Follow-up to d79df5711006edc6409c1f5ee83f13983b5174c2 #23111

    Changed files

    • docs/DEPENDENCIES.md
  7. Change #283229

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 01:08:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 98519dac83b42317bdd22b296f493090d2e56fd6

    Comments

    GHA/linux: pin ubuntu-24.04 in jobs where it makes sense
    To prepare for ubuntu-latest switching to ubuntu-26.04 soon.
    
    Keep ubuntu-latest where using locally built dependencies, pin to
    ubuntu-24.04 where using system packages.
    
    Also:
    - tested all ubuntu-latest jobs with ubuntu-26.04.
    
    Ref: https://github.com/actions/runner-images/issues/14748
    
    Closes #23114

    Changed files

    • .github/workflows/linux.yml