Builder curl-unthreaded-solaris10-sparc Build #13368
Results:
Failed runtest
SourceStamp:
| Project | curl |
| Repository | https://github.com/curl/curl.git |
| Branch | master |
| Revision | 6a97bc2c97b54dc981f9a5d5ab542c30ea0acaad |
| Got Revision | 6a97bc2c97b54dc981f9a5d5ab542c30ea0acaad |
| Changes | 11 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 | 13368 | Build |
| codebase | Build | |
| got_revision | 6a97bc2c97b54dc981f9a5d5ab542c30ea0acaad | Git |
| osplatform | SPARC | SetPropertyFromCommand Step |
| osrelease | 10 | SetPropertyFromCommand Step |
| project | curl | Build |
| repository | https://github.com/curl/curl.git | Build |
| revision | 6a97bc2c97b54dc981f9a5d5ab542c30ea0acaad | 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
- Stefan Eissingstefan@eissing.org
- Viktor Szakatscommit@vsz.me
- x2018xkernel.wang@foxmail.com
Timing:
| Start | Sat Nov 1 09:45:26 2025 |
| End | Sat Nov 1 22:08:17 2025 |
| Elapsed | 12 hrs, 22 mins, 50 secs |
All Changes:
:
Change #247238
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Fri 31 Oct 2025 20:56:05 Repository https://github.com/curl/curl.git Project curl Branch master Revision 70f240b2ed835a5f88968f1ea2e0239f9724c9f0 Comments
tests/libtest/cli*: fix init/deinit, leaks, and more - add global init and deinit where missing. - check global init success. - improve cleaning up on error codepaths. - drop `CLI_ERR()` macro, that could quit. Also make error messages tell the reason. Closes #19309
Changed files
- tests/libtest/cli_h2_pausing.c
- tests/libtest/cli_h2_serverpush.c
- tests/libtest/cli_h2_upgrade_extreme.c
- tests/libtest/cli_hx_download.c
- tests/libtest/cli_hx_upload.c
- tests/libtest/cli_tls_session_reuse.c
- tests/libtest/cli_upload_pausing.c
- tests/libtest/cli_ws_data.c
- tests/libtest/cli_ws_pingpong.c
Change #247242
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Fri 31 Oct 2025 21:31:32 Repository https://github.com/curl/curl.git Project curl Branch master Revision 9c0b239ec1e970c8da2806c0550eb09ad4478232 Comments
spelling: fix new finds by typos-cli 1.39.0 Closes #19312
Changed files
- lib/cfilters.h
- lib/ws.c
- tests/server/rtspd.c
Change #247247
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Fri 31 Oct 2025 23:09:05 Repository https://github.com/curl/curl.git Project curl Branch master Revision d646d5a130993b8c438aa193463556e5efb2a54b Comments
openssl: fix the ocsp len arg to Curl_vtls_apple_verify If it has no data, pass in a zero. Fixes #19303 Reported-by: Harry Sintonen Closes #19305
Changed files
- lib/vtls/openssl.c
Change #247248
Category curl Changed by Stefan Eissing <stefan@eissing.org> Changed at Fri 31 Oct 2025 23:10:35 Repository https://github.com/curl/curl.git Project curl Branch master Revision b4630ed8faef1834e2b64f30acc24e5101d4d2fb Comments
sectrust: fix verifystatus via sectrust When openssl does not verify the certificate, but apple sectrust does, we also pass it the ocsp stapled response when configured and available. When openssl does not verify the cert chain, it will also not be able to verify the ocsp stapling. Do not call it if sectrust is the verifier of the cert chain. Fixes #19307 Reported-by: Harry Sintonen Closes #19308
Changed files
- lib/vtls/openssl.c
Change #247253
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Fri 31 Oct 2025 23:24:38 Repository https://github.com/curl/curl.git Project curl Branch master Revision d4d7139e70affc5f667d12d7e9c9d5bb71ae61ca Comments
openssl: combine all the x509-store flags ... intead of overwriting the previous ones in ossl_populate_x509_store() Pointed out by ZeroPath Closes #19306
Changed files
- lib/vtls/openssl.c
Change #247256
Category curl Changed by x2018 <xkernel.wang@foxmail.com> Changed at Fri 31 Oct 2025 23:27:06 Repository https://github.com/curl/curl.git Project curl Branch master Revision 27f55383fb9e3e8e84eaa06caaf164288a6b01ae Comments
schannel: properly close the certfile on error Closes #19304
Changed files
- lib/vtls/schannel.c
Change #247257
Category curl Changed by Stefan Eissing <stefan@eissing.org> Changed at Fri 31 Oct 2025 23:27:59 Repository https://github.com/curl/curl.git Project curl Branch master Revision c35a87d7768716bb270f5b161cbdf7e664d74f4b Comments
scorecard: more params for upload tests Add --upload-parallel=n for controlling upload parallelism. Make upload processing similar to download processing. Closes #19302
Changed files
- tests/http/scorecard.py
Change #247260
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Fri 31 Oct 2025 23:44:21 Repository https://github.com/curl/curl.git Project curl Branch master Revision d2f0a0e7961301a2d1181ed7e3926201d60870a0 Comments
tests/libtest: consistent variable naming for easy/multi/share handles Follow-up to 928363f28ca533d743adcb70597c3e30917c6cbd #19299 Closes #19311
Changed files
- tests/libtest/cli_h2_pausing.c
- tests/libtest/cli_h2_serverpush.c
- tests/libtest/cli_h2_upgrade_extreme.c
- tests/libtest/cli_hx_download.c
- tests/libtest/cli_hx_upload.c
- tests/libtest/cli_tls_session_reuse.c
- tests/libtest/cli_ws_data.c
- tests/libtest/lib1485.c
- tests/libtest/lib1500.c
- tests/libtest/lib1501.c
- tests/libtest/lib1502.c
- tests/libtest/lib1506.c
- tests/libtest/lib1507.c
- tests/libtest/lib1508.c
- tests/libtest/lib1515.c
- tests/libtest/lib1523.c
- tests/libtest/lib1531.c
- tests/libtest/lib1533.c
- tests/libtest/lib1540.c
- tests/libtest/lib1541.c
- tests/libtest/lib1542.c
- tests/libtest/lib1545.c
- tests/libtest/lib1550.c
- tests/libtest/lib1552.c
- tests/libtest/lib1553.c
- tests/libtest/lib1554.c
- tests/libtest/lib1557.c
- tests/libtest/lib1565.c
- tests/libtest/lib1568.c
- tests/libtest/lib1569.c
- tests/libtest/lib1592.c
- tests/libtest/lib1662.c
- tests/libtest/lib1900.c
- tests/libtest/lib1903.c
- tests/libtest/lib1905.c
- tests/libtest/lib1908.c
- tests/libtest/lib1910.c
- tests/libtest/lib1911.c
- tests/libtest/lib1913.c
- tests/libtest/lib1915.c
- tests/libtest/lib1939.c
- tests/libtest/lib1940.c
- tests/libtest/lib1945.c
- tests/libtest/lib2032.c
- tests/libtest/lib2301.c
- tests/libtest/lib2302.c
- tests/libtest/lib2306.c
- tests/libtest/lib2402.c
- tests/libtest/lib2404.c
- tests/libtest/lib2405.c
- tests/libtest/lib2502.c
- tests/libtest/lib3027.c
- tests/libtest/lib3033.c
- tests/libtest/lib3105.c
- tests/libtest/lib3207.c
- tests/libtest/lib502.c
- tests/libtest/lib503.c
- tests/libtest/lib504.c
- tests/libtest/lib506.c
- tests/libtest/lib507.c
- tests/libtest/lib525.c
- tests/libtest/lib526.c
- tests/libtest/lib530.c
- tests/libtest/lib533.c
- tests/libtest/lib540.c
- tests/libtest/lib543.c
- tests/libtest/lib544.c
- tests/libtest/lib547.c
- tests/libtest/lib552.c
- tests/libtest/lib555.c
- tests/libtest/lib560.c
- tests/libtest/lib564.c
- tests/libtest/lib573.c
- tests/libtest/lib575.c
- tests/libtest/lib576.c
- tests/libtest/lib582.c
- tests/libtest/lib583.c
- tests/libtest/lib586.c
- tests/libtest/lib591.c
- tests/libtest/lib597.c
- tests/libtest/lib643.c
- tests/libtest/lib653.c
- tests/libtest/lib654.c
- tests/libtest/lib658.c
- tests/libtest/lib659.c
- tests/libtest/lib667.c
- tests/libtest/lib668.c
- tests/libtest/lib670.c
- tests/libtest/lib674.c
- tests/libtest/lib678.c
- tests/libtest/lib751.c
- tests/libtest/lib753.c
- tests/libtest/lib758.c
- tests/libtest/lib766.c
- tests/libtest/testtrace.c
- tests/libtest/testtrace.h
Change #247261
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Fri 31 Oct 2025 23:44:21 Repository https://github.com/curl/curl.git Project curl Branch master Revision 2e408aa5ccafedd3dec3197b8a29d1dd8477f50a Comments
tests: replace standalone significant tabs with macro Follow-up to d29f14b9cf0d38f3887b6eadc71af16903bc7f5b #19300 Closes #19315
Changed files
- tests/data/test1105
- tests/data/test1185
Change #247268
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Sat 01 Nov 2025 02:24:17 Repository https://github.com/curl/curl.git Project curl Branch master Revision cf4a62725d641ff0879f6a145e6131665f6761e4 Comments
CI: two display name tweaks - use `AM`/`CM` where missing. In GHA/linux-old and AppVeyor CI. To denote autotools and CMake, and to align with rest of the jobs. - rename `Old Linux` to `Linux Old` to align with the rest of Linux jobs on GitHub web views sorted by name. Closes #19316
Changed files
- .github/workflows/linux-old.yml
- appveyor.yml
Change #247273
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Sat 01 Nov 2025 04:36:09 Repository https://github.com/curl/curl.git Project curl Branch master Revision 6a97bc2c97b54dc981f9a5d5ab542c30ea0acaad Comments
tests/data: delete stray CRLFs in markup lines Closes #19317
Changed files
- tests/data/test1406
- tests/data/test816
- tests/data/test861
- tests/data/test862