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

Builder curl-unthreaded-solaris10-sparc Build #13775

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision1b24428d62d80c7c6515322e477e37f12bb2b1eb
Got Revision1b24428d62d80c7c6515322e477e37f12bb2b1eb
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 36 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 59 mins, 16 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 2 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13775 Build
codebase Build
got_revision 1b24428d62d80c7c6515322e477e37f12bb2b1eb Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1b24428d62d80c7c6515322e477e37f12bb2b1eb 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:

StartSun Jan 11 19:00:47 2026
EndMon Jan 12 12:40:14 2026
Elapsed17 hrs, 39 mins, 27 secs

All Changes:

:

  1. Change #254781

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 11 Jan 2026 01:01:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d9fe60d4572bf82e407ae33277f81def896d06f2

    Comments

    GHA/linux: fix 'mbedtls' internal name confusion
    `mbedtls-arm` and `mbedtls-prev` were matching `contains()` expressions
    looking for `mbedtls`. It caused an unnecessary cache restore and an
    redundant mbedtls build on bumps, and made the build flavors require
    different local directory names to avoid this accidental collision.
    
    Also drop `-threadsafe` from internal names. All local builds are.
    
    Follow-up to 88060353440df4e1b7167c180b39074fd2ab457a #20240
    Follow-up to 3a305831d1a9d10b2bfd4fa3939ed41275fee7f7 #19077
    
    Closes #20248

    Changed files

    • .github/workflows/linux.yml
  2. Change #254788

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 11 Jan 2026 01:42:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 219245a61654274752d4d17710edeb835b3ae327

    Comments

    GHA: include runner CPU arch in cache keys (revert)
    Turns out in practice the internal cache name contains the arch where it
    matters (arm or dual-arch local builds), which is part of the cache key
    string. Drop `runner.arch` to avoid two arch strings in the key.
    
    Cache keys without an explicit arch designator mean intel.
    
    Revert ff78af5752fdf580e5beef743f932cc1625228c3 #20234
    
    Closes #20249

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  3. Change #254794

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 11 Jan 2026 10:44:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2725d3cb85f05ab7d18eb81b8635472b2deede17

    Comments

    altsvc: move logic from setopt into Curl_altsvc_ctrl()
    To keep it all in one place.
    
    Closes #20247

    Changed files

    • lib/altsvc.c
    • lib/altsvc.h
    • lib/setopt.c
  4. Change #254815

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sun 11 Jan 2026 11:52:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0596357584834628a30342351959aad690d4874c

    Comments

    wolfssl: fix build without USE_BIO_CHAIN
    Reported-by: Megamouse on github
    Fixes #20250
    Closes #20251

    Changed files

    • lib/vtls/wolfssl.c
  5. Change #254838

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 11 Jan 2026 15:25:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a6087d69a9ae31be50dd6311758e428f0d51ac90

    Comments

    GHA: delete new apt sources adding the flaky distro source
    CI workflows deleted apt package source `microsoft-prod.list` due to
    flakiness seen in the past with those sources. Sources are still flaky
    and they are now also used from `azure-cli.sources` which is included
    by default by the runner images. Add it to the delete list.
    
    Also: remove another new, unnecessary (for curl CI) package source seen
    on the `ubuntu-24.04-arm` runner, for good measure, and performance.
    
    Fixing:
    ```
    Reading package lists...
    E: Failed to fetch https://packages.microsoft.com/repos/azure-cli/dists/noble/InRelease  403  Forbidden [IP: 13.107.246.66 443]
    E: The repository 'https://packages.microsoft.com/repos/azure-cli noble InRelease' is no longer signed.
    Error: Process completed with exit code 100.
    ```
    Ref: https://github.com/curl/curl/actions/runs/20896127602/job/60034941964?pr=20142#step:2:79
    
    Follow-up to 303bb8785c45fcad879c9c1c86e9c7e09ff68097 #13473
    
    Closes #20253

    Changed files

    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/codeql.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  6. Change #254840

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 11 Jan 2026 15:40:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1b24428d62d80c7c6515322e477e37f12bb2b1eb

    Comments

    GHA: delete disable-man-db hack, runners doing it by default now
    Refs:
    https://github.com/actions/runner-images/commit/1f107542aed3879d2565b59d48cb3cb7776b342f
    https://github.com/actions/runner-images/pull/13268
    https://github.com/actions/runner-images/issues/13213
    
    Follow-up to 5acba8bc367c0248e3cacb05e60aba209c0821c9 #17181
    
    Closes #20254

    Changed files

    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/codeql.yml
    • .github/workflows/configure-vs-cmake.yml
    • .github/workflows/distcheck.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • .github/workflows/non-native.yml
    • .github/workflows/windows.yml