Builder curl-threaded-solaris10-sparc Build #3032
Results:
Failed runtest
SourceStamp:
| Project | curl |
| Repository | https://github.com/curl/curl.git |
| Branch | master |
| Revision | d7d4de07c29d9c945800be05c63d78a0c2072d1b |
| Got Revision | d7d4de07c29d9c945800be05c63d78a0c2072d1b |
| Changes | 14 changes |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc | slave |
| buildername | curl-threaded-solaris10-sparc | Builder |
| buildnumber | 3032 | Build |
| codebase | Build | |
| got_revision | d7d4de07c29d9c945800be05c63d78a0c2072d1b | Git |
| osplatform | SPARC | SetPropertyFromCommand Step |
| osrelease | 10 | SetPropertyFromCommand Step |
| project | curl | Build |
| repository | https://github.com/curl/curl.git | Build |
| revision | d7d4de07c29d9c945800be05c63d78a0c2072d1b | Build |
| scheduler | schedule-curl-threaded-solaris10-sparc | Scheduler |
| slavename | unstable10s | BuildSlave |
| workdir | /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Dan Fandrichdan@coneharvesters.com
- Daniel Stenbergdaniel@haxx.se
- Thomas Klausnerwiz@gatalith.at
- Viktor Szakatscommit@vsz.me
- renovate[bot]29139614+renovate[bot]@users.noreply.github.com
- x2018xkernel.wang@foxmail.com
Timing:
| Start | Wed Nov 5 23:51:30 2025 |
| End | Thu Nov 6 13:17:28 2025 |
| Elapsed | 13 hrs, 25 mins, 58 secs |
All Changes:
:
Change #247650
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 05 Nov 2025 11:50:13 Repository https://github.com/curl/curl.git Project curl Branch master Revision a39ff61a7bbccd237c0aeae43db68b2a9ff6fd94 Comments
GHA/windows: switch a dl-mingw job to skeeto/w64devkit gcc 15.1.0 To add another, so far untested standalone toolchain variant to the mix. This distro is a fairly compact, GCC mingw-w64. Replacing an existing 15.0.1 snapshot toolchain build job. Ref: https://github.com/skeeto/w64devkit/releases Closes #19369
Changed files
- .github/workflows/windows.yml
Change #247651
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 05 Nov 2025 11:50:13 Repository https://github.com/curl/curl.git Project curl Branch master Revision 8d00e28136baf661455f1fe5980a0d18c4d872e3 Comments
GHA/non-native: revert to OpenBSD 7.7 due to test hangs with 7.8 test 701 (SOCKS5) and 708 (SOCKS4) started hanging occasionally, and most likely others too. https://github.com/curl/curl/actions/runs/19081279902/job/54510279013 (701 hangs) https://github.com/curl/curl/actions/runs/19095657593/job/54555001348?pr=19370 (708 hangs) https://github.com/curl/curl/actions/runs/19097996671/job/54562669865?pr=19371 (unknown test hangs) Reverts c3b890b2c005401e18b54dacf9e63d33412e2b4f #19368 Closes #19372
Changed files
- .github/workflows/non-native.yml
Change #247657
Category curl Changed by Thomas Klausner <wiz@gatalith.at> Changed at Wed 05 Nov 2025 12:47:16 Repository https://github.com/curl/curl.git Project curl Branch master Revision 2e770b33e883ee34c45b4e29a9e4134f2629f938 Comments
m4/sectrust: fix test(1) operator '=' is the operator defined by POSIX, only bash supports '==' Closes #19371
Changed files
- m4/curl-apple-sectrust.m4
Change #247664
Category curl Changed by x2018 <xkernel.wang@foxmail.com> Changed at Wed 05 Nov 2025 14:07:28 Repository https://github.com/curl/curl.git Project curl Branch master Revision dd71f61ea224e135b7ac3e16c8c83b2ca7d01b15 Comments
lib: cleanup for some typos about spaces and code style Closes #19370
Changed files
- lib/asyn-base.c
- lib/asyn-thrdd.c
- lib/cf-h1-proxy.c
- lib/cf-h2-proxy.c
- lib/cf-ip-happy.c
- lib/conncache.c
- lib/curl_addrinfo.c
- lib/curl_fnmatch.c
- lib/curl_gssapi.c
- lib/curl_ntlm_core.c
- lib/curl_sasl.c
- lib/curl_sha512_256.c
- lib/cw-out.c
- lib/doh.c
- lib/escape.c
- lib/formdata.c
- lib/ftp.c
- lib/http.c
- lib/http1.c
- lib/http2.c
- lib/http_aws_sigv4.c
- lib/httpsrr.c
- lib/mime.c
- lib/multi.c
- lib/openldap.c
- lib/parsedate.c
- lib/pingpong.c
- lib/request.c
- lib/setopt.c
- lib/smtp.c
- lib/socks.c
- lib/socks_gssapi.c
- lib/socks_sspi.c
- lib/tftp.c
- lib/url.c
- lib/vauth/spnego_sspi.c
- lib/vquic/curl_ngtcp2.c
- lib/vquic/curl_osslq.c
- lib/vquic/curl_quiche.c
- lib/vquic/vquic.c
- lib/vssh/libssh.c
- lib/vssh/libssh2.c
- lib/vtls/gtls.c
- lib/vtls/mbedtls.c
- lib/vtls/rustls.c
- lib/vtls/schannel.c
- lib/vtls/vtls.c
- lib/vtls/wolfssl.c
- lib/vtls/x509asn1.c
- lib/ws.c
- packages/vms/curl_crtl_init.c
- src/tool_operate.c
- src/tool_progress.c
Change #247665
Category curl Changed by x2018 <xkernel.wang@foxmail.com> Changed at Wed 05 Nov 2025 14:09:34 Repository https://github.com/curl/curl.git Project curl Branch master Revision 2db36f11b8e2c3de99552fc9db830ac22f248a64 Comments
gtls: add return checks and optimize the code This commit does the following things: 1. Update the description of gtls_init() 2. In gtls_client_init(), check the invaild SSLVERSION at first. Note that this part refactors the duplicate/incompatible checks and removes the useless local variable `sni`. 3. Check the return value of gnutls_ocsp_resp_init(). Although the original code is safe because gnutls_ocsp_resp_import() will check the validity of `ocsp_resp`, it is better to catch the error in time and record the proper message to output log. Closes #19366
Changed files
- lib/vtls/gtls.c
Change #247666
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Wed 05 Nov 2025 14:12:23 Repository https://github.com/curl/curl.git Project curl Branch master Revision 33e7745eef3b9f537715b228c53f8ed6be553f3f Comments
RELEASE-NOTES: synced bumped to 8.17.1 for now fixed typo in THANKS-filter
Changed files
- RELEASE-NOTES
- docs/THANKS-filter
- include/curl/curlver.h
Change #247667
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Wed 05 Nov 2025 14:14:58 Repository https://github.com/curl/curl.git Project curl Branch master Revision a8bef390360518d6e89e17d975ac0210cb3b9a8c Comments
openssl: remove code handling default version Since it is no longer actually kept as default internally, that's just dead code. Follow-up to 9d8998c99408e1adf8eba629fad9f Closes #19354
Changed files
- lib/vtls/openssl.c
Change #247682
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Wed 05 Nov 2025 15:17:29 Repository https://github.com/curl/curl.git Project curl Branch master Revision c12a1fdd0e8151e2d36fb695ea96959c2aa85f07 Comments
tests: remove trailing spaces in server responses Allows us to drop lots of %spc% from test cases making them easier on the eye. Closes #19374
Changed files
- tests/data/test1349
- tests/data/test1350
- tests/data/test1351
- tests/data/test1352
- tests/data/test1353
- tests/data/test1354
- tests/data/test1357
- tests/data/test1358
- tests/data/test1359
- tests/data/test1360
- tests/data/test1361
- tests/data/test1362
- tests/data/test1379
- tests/data/test1380
- tests/data/test1381
- tests/data/test1382
- tests/data/test1383
- tests/data/test1384
- tests/data/test1387
- tests/data/test1388
- tests/data/test1389
- tests/data/test1390
- tests/data/test1391
- tests/data/test1392
- tests/data/test897
- tests/ftpserver.pl
Change #247683
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Wed 05 Nov 2025 15:18:28 Repository https://github.com/curl/curl.git Project curl Branch master Revision 6d7e924e80096a7e2cebad16235674fd3d3012af Comments
checksrc.pl: detect assign followed by more than one space And fix some code previously doing this. Closes #19375
Changed files
- lib/cf-h2-proxy.c
- scripts/checksrc.pl
- tests/libtest/lib557.c
- tests/server/tftpd.c
- tests/unit/unit1303.c
Change #247684
Category curl Changed by renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Changed at Wed 05 Nov 2025 15:24:21 Repository https://github.com/curl/curl.git Project curl Branch master Revision 87f448ed525c88515dfdf6f055eee744a6180e6a Comments
Dockerfile: update debian:bookworm-slim digest to 936abff Closes #19348
Changed files
- Dockerfile
Change #247695
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 05 Nov 2025 15:59:43 Repository https://github.com/curl/curl.git Project curl Branch master Revision 403a2c2b06eb1ab483f7140f43f062865248269d Comments
tests: shorten space and tab macro names Easier to write and read. Follow-up to d29f14b9cf0d38f3887b6eadc71af16903bc7f5b #19300 Closes #19349
Changed files
- docs/tests/FILEFORMAT.md
- tests/data/test1029
- tests/data/test1070
- tests/data/test1090
- tests/data/test1105
- tests/data/test1185
- tests/data/test136
- tests/data/test1461
- tests/data/test1654
- tests/data/test1664
- tests/data/test17
- tests/data/test1700
- tests/data/test1701
- tests/data/test1702
- tests/data/test188
- tests/data/test189
- tests/data/test1940
- tests/data/test1955
- tests/data/test1958
- tests/data/test212
- tests/data/test2302
- tests/data/test2306
- tests/data/test2400
- tests/data/test2401
- tests/data/test2403
- tests/data/test2406
- tests/data/test2500
- tests/data/test2501
- tests/data/test2503
- tests/data/test358
- tests/data/test359
- tests/data/test378
- tests/data/test4
- tests/data/test421
- tests/data/test459
- tests/data/test46
- tests/data/test54
- tests/data/test646
- tests/data/test792
- tests/data/test793
- tests/testutil.pm
Change #247696
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 05 Nov 2025 15:59:43 Repository https://github.com/curl/curl.git Project curl Branch master Revision 60dd72b1be7b06110922f5f0690de0b88592667c Comments
GHA/checksrc: add actionlint, fix or silence issues found It also does shellcheck on `run:` elements, overlapping with the homegrown `shellcheck-ci.sh` with the same purpose. But it also does more and perhaps could replace the script too, especially in curl sub-repos. Also: - GHA/macos: delete potentially useful, but commented, and ultimately unused, non-default Xcode-testing logic. It's causing unused matrix exceptions, upsetting actionlint. Ref: https://github.com/rhysd/actionlint Closes #19373
Changed files
- .github/workflows/checksrc.yml
- .github/workflows/http3-linux.yml
- .github/workflows/macos.yml
- .github/workflows/windows.yml
Change #247711
Category curl Changed by Dan Fandrich <dan@coneharvesters.com> Changed at Wed 05 Nov 2025 20:03:35 Repository https://github.com/curl/curl.git Project curl Branch master Revision e6e1899b6e35466343f17a41ceabfcfb65bf11ce Comments
tests: Add tests to validate that path is ignored with -J curl is correctly dropping the Content-Disposition: filename path, but there was no test ensuring that. Ref: https://hackerone.com/reports/3408126
Changed files
- tests/data/Makefile.am
- tests/data/test1584
- tests/data/test1585
Change #247727
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Wed 05 Nov 2025 23:13:55 Repository https://github.com/curl/curl.git Project curl Branch master Revision d7d4de07c29d9c945800be05c63d78a0c2072d1b Comments
tests/Makefile.am: fix 'checksrc' target Skip the http and client subdirs as they contain no code to check. The http clients are in libtests/ now. Closes #19376
Changed files
- tests/Makefile.am