Builder curl-unthreaded-solaris10-sparc Build #13791
Results:
Failed runtest
SourceStamp:
| Project | curl |
| Repository | https://github.com/curl/curl.git |
| Branch | master |
| Revision | 7c3a4a4b4cffa7a335ce383da84e8b758ee5cafa |
| Got Revision | 7c3a4a4b4cffa7a335ce383da84e8b758ee5cafa |
| Changes | 7 changes |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc | slave |
| buildername | curl-unthreaded-solaris10-sparc | Builder |
| buildnumber | 13791 | Build |
| codebase | Build | |
| got_revision | 7c3a4a4b4cffa7a335ce383da84e8b758ee5cafa | Git |
| osplatform | SPARC | SetPropertyFromCommand Step |
| osrelease | 10 | SetPropertyFromCommand Step |
| project | curl | Build |
| repository | https://github.com/curl/curl.git | Build |
| revision | 7c3a4a4b4cffa7a335ce383da84e8b758ee5cafa | 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:
| Name | Label | Value |
|---|
Responsible Users:
- Daniel Stenbergdaniel@haxx.se
- Viktor Szakatscommit@vsz.me
Timing:
| Start | Fri Jan 23 19:07:23 2026 |
| End | Sat Jan 24 12:48:37 2026 |
| Elapsed | 17 hrs, 41 mins, 13 secs |
All Changes:
:
Change #256143
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Fri 23 Jan 2026 12:39:43 Repository https://github.com/curl/curl.git Project curl Branch master Revision 9bcdfb3809a41327054421368bdea77ea17e6f90 Comments
GHA/distcheck: bump old cmake, switch to arm64 for performance Bump CMake version in CMake integration tests for better performance (8x on macOS, 2-3x on Windows) and native arm64 binaries. - bump old CMake in integration tests to v3.19.8 (was: v3.11.4) - switch to native arm64 CMake binaries on macOS. - switch Linux CMake integration job to arm64. Speed gains: - Linux: 2m -> 1m30s - macOS: 9-10m -> 1m15s - Windows: 6-7m -> 2m43s Before: https://github.com/curl/curl/actions/runs/21255697172 https://github.com/curl/curl/actions/runs/21255020621 After: https://github.com/curl/curl/actions/runs/21272021446 With this, CI is: - no longer testing deprecated CMake versions. Follow-up to a7c974e038572bd1d4a653afbd6de5fad5a10215 #19902 - not testing the next (from 2026 April) minimum 3.18, but going for 3.19 instead. For arm64 binaries on both macOS and Linux. There is no 3.18-specific CMake code in curl. Cherry-picked from #20407 Closes #20408
Changed files
- .github/workflows/distcheck.yml
Change #256145
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Fri 23 Jan 2026 12:44:43 Repository https://github.com/curl/curl.git Project curl Branch master Revision 19b1e44660d68d38a2f48f24740a3aac1d46b9a0 Comments
GHA/windows: fail CI early on stunnel install failure Before this patch CI silently ignored stunnel install failures. This pushed the failure to the test run step due to not meeting the minimum number of tests. Make the root cause obvious by failing early in this case. Reported-by: Stefan Eissing Follow-up to 3f1cd809eeae05f39fec72fe780f3a69d21972fb #19942 Ref: https://github.com/curl/curl/actions/runs/21245626382/job/61134101176?pr=20397 Ref: #16819 Closes #20409
Changed files
- .github/workflows/windows.yml
Change #256153
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Fri 23 Jan 2026 13:16:19 Repository https://github.com/curl/curl.git Project curl Branch master Revision 55fc4e0dbb9bd7e4b67d96138411952eb0ba87d4 Comments
cmake: sync two unix pre-fill comments with win32 [ci skip] Cherry-picked from #20406
Changed files
- CMake/unix-cache.cmake
Change #256167
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Fri 23 Jan 2026 14:34:44 Repository https://github.com/curl/curl.git Project curl Branch master Revision c04ce3af0e50d5ae665da4b44a1b3b05276f4e88 Comments
verbose.md: explain the { and } prefixes The prefixes are now made as subtitles Reported-by: Thibault de Villèle Fixes #20386 Closes #20396Changed files
- docs/cmdline-opts/verbose.md
Change #256176
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Fri 23 Jan 2026 15:58:16 Repository https://github.com/curl/curl.git Project curl Branch master Revision bd1cd21caa784061410b5e988b4c275c84b4b7ef Comments
renovate: merge two custom regex rules, escape dots There are no longer envs ending with `_VER` in Circle CI config. Follow-up to 17a669426f36b467dfd945b4b35f6211598b7977 #17537 Closes #20412
Changed files
- renovate.json
Change #256182
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Fri 23 Jan 2026 16:51:47 Repository https://github.com/curl/curl.git Project curl Branch master Revision d176f58a2003e4231c75f09813125c5a5bb26913 Comments
runtests: pass config filename to stunnel in native format (Windows) Fixing (Seen when enabling stunnel for Cygwin in CI): ``` === Start of file https_stunnel.log [ ] Initializing inetd mode configuration [ ] Running on Windows 6.2 [...] [.] Reading configuration from file /cygdrive/d/a/curl/curl/bld/tests/log/6/server/https_stunnel.conf [!] Cannot open configuration file ``` Ref: https://github.com/curl/curl/actions/runs/21289677523/job/61279662459?pr=20410 Cherry-picked from #20410 Closes #20413
Changed files
- tests/secureserver.pl
Change #256189
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Fri 23 Jan 2026 17:38:06 Repository https://github.com/curl/curl.git Project curl Branch master Revision 7c3a4a4b4cffa7a335ce383da84e8b758ee5cafa Comments
GHA/windows: install stunnel manually, enable for Cygwin Replace Chocolatey install with direct download and unpack. To reduce CI dependencies (Chocolatey, NuGet), improve install performance (10s -> 1s) and hopefully reliability. Last but not least to enable it for the Cygwin CI job. Caveats: - Need to bump stunnel versions manually (2-3 times a year). Renovate could likely do it, but I failed to understand its documentation and miss tooling/interface to make tests. - FIPS not enabled. (can be done if necessary) - Possibly losing checksum verification (not sure if Chocolatey did it automatically for this package.) Also: - Increase minimum tests by 100 for the Cygwin job. Ref: #16819 (earlier attempt) Ref: https://www.stunnel.org/archive/ Ref: https://www.githubstatus.com/incidents/cqb5hcy0gx18 Follow-up to d176f58a2003e4231c75f09813125c5a5bb26913 #20413 Follow-up to 19b1e44660d68d38a2f48f24740a3aac1d46b9a0 #20409 Closes #20410
Changed files
- .github/workflows/windows.yml