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

Builder curl-threaded-solaris11-i386 Build #5341

Results:

Exception setproperty

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 1 mins, 35 secs )
    1. stdio
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5341 Build
codebase Build
got_revision 772b3e110d038fb48ec7e3cfd4dccb34004da776 Git
project curl Build
repository https://github.com/curl/curl.git Build
revision 772b3e110d038fb48ec7e3cfd4dccb34004da776 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

Timing:

StartTue Sep 8 12:21:55 2026
EndTue Sep 8 14:19:15 2026
Elapsed1 hrs, 57 mins, 20 secs

All Changes:

:

  1. Change #281091

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 08 Sep 2026 12:39:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 772b3e110d038fb48ec7e3cfd4dccb34004da776

    Comments

    GHA: start using `background: true` to parallelize job steps
    Saving around 40-60 seconds across 5 jobs.
    
    - checksrc: parallelize steps.
    - checksrc: run steps without tool dependencies first.
    - checksrc: install typos-cli in the background.
    - actionlint: add exceptions for background control keys.
    - checkdocs: prepare sources while installing tools.
    - checkdocs: cut verify-examples job time in half by running gcc and
      clang in parallel.
    - verify-examples: make it support parallel runs.
    
    Ref: https://github.blog/changelog/2026-06-25-actions-steps-can-now-be-run-in-parallel/
    
    checksrc:
    Before: https://github.com/curl/curl/actions/runs/34202115545
    After: https://github.com/curl/curl/actions/runs/34215398251
    
    checkdocs:
    Before: https://github.com/curl/curl/actions/runs/34103387501
    After: https://github.com/curl/curl/actions/runs/34215398288
    
    Closes #22872

    Changed files

    • .github/scripts/verify-examples.pl
    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml