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

Builder curl-threaded-solaris11-i386 Build #4787

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 11 mins, 2 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 4787 Build
codebase Build
got_revision 41aaac61e215a827619b896d5b8588200cfdae28 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 41aaac61e215a827619b896d5b8588200cfdae28 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartWed Mar 18 14:51:43 2026
EndWed Mar 18 18:02:11 2026
Elapsed3 hrs, 10 mins, 27 secs

All Changes:

:

  1. Change #261458

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 18 Mar 2026 13:07:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 77c5470147a8fb31c79184f2d373e441c6131efa

    Comments

    scripts: drop unused CI scripts
    Replaced by Test Clutch:
    https://testclutch.curl.se/static/reports/feature-matrix.html
    
    Closes #20981

    Changed files

    • .github/scripts/distfiles.sh
    • scripts/ciconfig.pl
    • scripts/cijobs.pl
  2. Change #261460

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 18 Mar 2026 13:38:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 41aaac61e215a827619b896d5b8588200cfdae28

    Comments

    lib: always use Curl_1st_fatal instead of Curl_1st_err
    Curl_1st_err() does not return the second error if the first result is
    CURLE_AGAIN. This may cause errors to not become noticeable when they
    should be.
    
    Replace all use of Curl_1st_err() with Curl_1st_fatal(), which handles
    CURLE_AGAIN as a not-a-real-error case.
    
    Closes #20980

    Changed files

    • lib/easy.c
    • lib/http.c
    • lib/multi.c
    • lib/url.c
    • lib/url.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_quiche.c