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

Builder curl-unthreaded-solaris11-i386 Build #4772

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionad9836dfa46a565f02f58835d08f9aa08dc773e8
Got Revisionad9836dfa46a565f02f58835d08f9aa08dc773e8
Changes4 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Timing:

StartWed Mar 18 15:42:45 2026
EndWed Mar 18 19:01:59 2026
Elapsed3 hrs, 19 mins, 14 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
  3. Change #261467

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 18 Mar 2026 14:47:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d986b89c88f35d909ac39c52ae7718ea2b8f50c5

    Comments

    rand: use `BCryptGenRandom()` in UWP builds
    Also:
    - fix build configuration to correctly set Win10 target in the mingw-w64
      CI build, to enable the `BCryptGenRandom()` prototype in v6+ SDK
      headers.
    
    Ref: https://learn.microsoft.com/windows/win32/api/bcrypt/nf-bcrypt-bcryptgenrandom
    
    Issue raised by Codex Security
    
    Closes #20983

    Changed files

    • .github/workflows/windows.yml
    • lib/rand.c
  4. Change #261469

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 18 Mar 2026 15:06:44
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ad9836dfa46a565f02f58835d08f9aa08dc773e8

    Comments

    GHA: update dependency nghttp2/nghttp2 to v1.68.1
    Closes #20982

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml