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

Builder curl-unthreaded-solaris11-i386 Build #5209

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond77b4b74073440d9e32555e6594727f7ddaa6e32
Got Revisiond77b4b74073440d9e32555e6594727f7ddaa6e32
Changes3 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jun 12 03:09:10 2026
EndFri Jun 12 05:21:59 2026
Elapsed2 hrs, 12 mins, 49 secs

All Changes:

:

  1. Change #270548

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 12 Jun 2026 01:08:53
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b3bc61ab6853924e8114184b22538fb81f28ba0f

    Comments

    GHA/distcheck: use `https://curl.se/info`
    Suggested-by: Daniel Stenberg
    Ref: https://github.com/curl/curl/pull/21977#issuecomment-4684764838
    Follow-up to 0cd0a64de4731ad5da138f3b4a314c735cd1dc02 #21977
    
    Closes #21978

    Changed files

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

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 12 Jun 2026 01:33:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision abdfa2baff7a1b30e997f370d4a8a7a0ef04929f

    Comments

    lib695, lib757: fix truncated newline in error messages
    Closes #21980

    Changed files

    • tests/libtest/lib695.c
    • tests/libtest/lib757.c
  3. Change #270564

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 12 Jun 2026 02:46:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d77b4b74073440d9e32555e6594727f7ddaa6e32

    Comments

    GHA: drop `brew update` from all jobs
    After adding it a month ago (where missing) to fix a failure.
    
    Removing this time to fix a different failure (on Linux), and also to
    improve CI performance. Some install steps take over a minute, most of
    that spent on `brew update`.
    
    GH runner images also enabled extra taps which may contribute to further
    delays, and seen to make it more fragile if GH itself struggles (taps
    are hosted there.)
    
    Refs:
    https://github.com/curl/curl/actions/runs/27384213554/job/80927624171
    https://github.com/curl/curl/actions/runs/27382368348/job/80921910973
    
    Follow-up to db5d8886738ca8a335898c497ae4808f65ea7781 #21608
    
    Closes #21981

    Changed files

    • .github/workflows/checksrc.yml
    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/linux.yml
    • .github/workflows/macos.yml