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

Builder curl-threaded-solaris11-i386 Build #5358

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision805b9418a9287e3a477c3bd0ba322ad22158656c
Got Revision805b9418a9287e3a477c3bd0ba322ad22158656c
Changes2 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 56 mins, 59 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-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5358 Build
codebase Build
got_revision 805b9418a9287e3a477c3bd0ba322ad22158656c Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 805b9418a9287e3a477c3bd0ba322ad22158656c Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats
  2. renovate[bot]

Timing:

StartFri Sep 11 12:04:36 2026
EndFri Sep 11 13:59:09 2026
Elapsed1 hrs, 54 mins, 32 secs

All Changes:

:

  1. Change #281465

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 11 Sep 2026 13:19:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision cbd19a9b267ae4c38037bde30644e90f92dae103

    Comments

    GHA: drop local fuzzer job in favor of running within the curl-fuzzer repo
    To save resources by fuzzing on a scheduled basis within the
    curl/curl-fuzzer repo, replacing runs on every curl/curl PR commit push
    and master pushes. Also to keep the CI build cycle under the 10-minute
    mark.
    
    As the scope of fuzzing extends, the necessary resources are growing
    with it. At the time of writing this, these consist of:
    - 1 build job. (building curl, curl dependencies, and fuzzer
      components.)
    - taking 15 minutes (with optimizations and build caching).
      Actual fuzzing starts after completing this step.
    - 39 fuzzing jobs.
    - taking 2-4 minutes (average ~3.5 minutes) per job.
      They are parallelized by GHA, taking 4-5 minutes in total.
    - build + fuzzing completing in 18-20 minutes.
    - 700 MB worth of fuzzer artifacts per run.
    - 31 Action build cache entries, 74 MB each, 2.2 GB in total.
      (that's with trimming the build directory before caching it)
    
    Compare this to the rest of jobs where the longest running one finishes
    under 10 minutes.
    
    (The local fuzzer job was also using an unpinned Action (and another
    unpinned one transitively), which is in practice unfixable, and which
    caused exceptions in systems ensuring that we pin everything. The scope
    of this issue reduces to the fuzzer repo after this patch.)
    
    Ref: https://github.com/curl/curl/pull/22904#issuecomment-5625358492
    Ref: #22907
    
    Closes #22908

    Changed files

    • .github/workflows/fuzz.yml
    • docs/tests/CI.md
  2. Change #281466

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Fri 11 Sep 2026 13:23:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 805b9418a9287e3a477c3bd0ba322ad22158656c

    Comments

    GHA: update pip dependencies
    - pyrefly to v1.3.0
    - ruff to v0.16.7
    
    Closes #22891
    Closes #22909

    Changed files

    • .github/scripts/requirements.txt