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

Builder curl-unthreaded-solaris10-sparc Build #13901

Results:

Failed

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfc3261b284b7abf737818abcc693360d40124d37
Changes5 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git updating ( 1 mins, 20 secs )
    1. stdio
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13901 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision fc3261b284b7abf737818abcc693360d40124d37 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Apr 7 02:17:55 2026
EndTue Apr 7 08:04:19 2026
Elapsed5 hrs, 46 mins, 24 secs

All Changes:

:

  1. Change #263782

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 06 Apr 2026 18:49:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 596f685da5e59bfce1f3432b5c5cfeae7073c4bb

    Comments

    GHA: autoreconf downloaded tarballs where missing
    To avoid using pre-built `./configure` scripts.
    
    Also: drop unrecognized nettle `./configure` option.
    
    Closes #21240

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  2. Change #263783

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 06 Apr 2026 18:49:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ecd09257d8643bbe4a06da1ac5d77352db6a0366

    Comments

    GHA/curl-for-win: drop certdata dependency and `GITHUB_TOKEN` with it
    `certdata` dependency requires accessing api.github.com for
    a reproducible timestamp, which in turn requires a GitHub token to avoid
    errors due to rate limiting. Avoid all this by omitting this dependency,
    which isn't necessary for these build tests anyway.
    
    The `zero` job already did not use `certdata`, but disable explicitly
    anyway just in case.
    
    Reported-by: James Fuller
    
    Follow-up to https://github.com/curl/curl-for-win/commit/9514184977347dbfcd7a4f48daeda7bdb8222458
    Follow-up to 128c252975423856d1403c42267a8a1f1b97433f #21105
    
    Closes #21241

    Changed files

    • .github/workflows/curl-for-win.yml
  3. Change #263801

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 06 Apr 2026 22:09:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4cb4f9d6024caff5ef3629f6fe3f6e54aa810f3a

    Comments

    cfilters: fix Curl_pollset_poll() return code mixup
    Curl_conn_cf_poll did not map adjust_pollset failures to poll-style
    errors properly, so error codes were treated as ready events.
    
    Found by Codex Security
    
    Closes #21231

    Changed files

    • lib/cfilters.c
    • lib/select.c
  4. Change #263812

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 06 Apr 2026 23:12:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9f5d1a38d15fa0812865e620c1911a02b18c8e67

    Comments

    lib: reserve 'result' for CURLcode
    For consistency, whereever we use a local variable named 'result' that
    is a CURLcode type. Make other types use other names.
    
    Closes #21244

    Changed files

    • lib/conncache.c
    • lib/conncache.h
    • lib/curlx/fopen.c
    • lib/fake_addrinfo.c
    • lib/mime.c
    • lib/progress.c
    • lib/socks_gssapi.c
    • lib/url.c
    • lib/vtls/rustls.c
  5. Change #263823

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 07 Apr 2026 00:33:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fc3261b284b7abf737818abcc693360d40124d37

    Comments

    cmake: pre-fill `HAVE_PIPE2` for two more platforms
    For DragonFlyBSD and SunOS.
    
    Also opt-in `BSD`, which is covering those listed explicitly, when using
    CMake 3.25+.
    
    Follow-up to 131a2fd5aaa1a809211695d2ef8151ffadbebc0c #16987
    
    Closes #21243

    Changed files

    • CMake/unix-cache.cmake