Builder curl-ares-solaris10-sparc Build #3410
Results:
Failed runtest
SourceStamp:
| Project | curl |
| Repository | https://github.com/curl/curl.git |
| Branch | master |
| Revision | c6cd54d3a2a5cbbb9c1ec52a9b995bc3876ff067 |
| Got Revision | c6cd54d3a2a5cbbb9c1ec52a9b995bc3876ff067 |
| Changes | 15 changes |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc | slave |
| buildername | curl-ares-solaris10-sparc | Builder |
| buildnumber | 3410 | Build |
| codebase | Build | |
| got_revision | c6cd54d3a2a5cbbb9c1ec52a9b995bc3876ff067 | Git |
| osplatform | SPARC | SetPropertyFromCommand Step |
| osrelease | 10 | SetPropertyFromCommand Step |
| project | curl | Build |
| repository | https://github.com/curl/curl.git | Build |
| revision | c6cd54d3a2a5cbbb9c1ec52a9b995bc3876ff067 | Build |
| scheduler | schedule-curl-ares-solaris10-sparc | Scheduler |
| slavename | unstable10s | BuildSlave |
| workdir | /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- Daniel Stenbergdaniel@haxx.se
- Viktor Szakatscommit@vsz.me
- dependabot[bot]49699333+dependabot[bot]@users.noreply.github.com
Timing:
| Start | Wed Jan 14 13:03:40 2026 |
| End | Thu Jan 15 06:46:52 2026 |
| Elapsed | 17 hrs, 43 mins, 12 secs |
All Changes:
:
Change #255152
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Tue 13 Jan 2026 19:37:34 Repository https://github.com/curl/curl.git Project curl Branch master Revision 8680a075898e3adaa014286eeed6aac202291f3b Comments
examples: omit forward declarations, apply misc fixes - reorder functions to not need forward declarations. - sync `ephiperfifo.c` and `evhiperfifo.c`. - drop redundant casts for `calloc()` return value. - ephiperfifo: silence unused variable warning. - fix indent and apply clang-format more. Closes #20296
Changed files
- docs/examples/block_ip.c
- docs/examples/ephiperfifo.c
- docs/examples/evhiperfifo.c
- docs/examples/ghiper.c
- docs/examples/hiperfifo.c
- docs/examples/multi-event.c
Change #255156
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Tue 13 Jan 2026 21:15:36 Repository https://github.com/curl/curl.git Project curl Branch master Revision 60f9d3dd7b52ec6eed890e74856de767de6b6a34 Comments
build: omit forward declarations - drop redundant forward declarations. - reorder local functions to not need forward declarations. - tftpd: merge two `ifdef` blocks. Closes #20297
Changed files
- lib/curlx/inet_pton.c
- lib/hostip.c
- lib/http_aws_sigv4.c
- lib/parsedate.c
- lib/vtls/openssl.c
- src/tool_cb_hdr.c
- tests/http/testenv/mod_curltest/mod_curltest.c
- tests/server/sws.c
- tests/server/tftpd.c
Change #255157
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Tue 13 Jan 2026 21:15:36 Repository https://github.com/curl/curl.git Project curl Branch master Revision 1593eeb264c8a5e5cc55e00e1d9a4fa373aa4c2a Comments
mime: drop fallback for unused `R_OK` macro Follow-up to fc81bf42bea37d1381c9796311df014b09ac3b30 #13497 Closes #20298
Changed files
- lib/mime.c
Change #255171
Category curl Changed by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Changed at Tue 13 Jan 2026 23:17:10 Repository https://github.com/curl/curl.git Project curl Branch master Revision ad8374aedc93225f564bbf190ccfc5ede763f7c9 Comments
GHA: bump pip-dependencies - update `ruff` from 0.14.10 to 0.14.11 - update `filelock` from 3.20.1 to 3.20.3 (CVE-2026-22701) (used in pytests) - update `psutil` from 7.2.0 to 7.2.1 Closes #20300
Changed files
- .github/scripts/requirements.txt
- tests/http/requirements.txt
Change #255172
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Tue 13 Jan 2026 23:17:10 Repository https://github.com/curl/curl.git Project curl Branch master Revision 0431cbe71af8dfa4081dd8e769546a1fc1e7946d Comments
build: globally suppress DJGPP warnings in `FD_SET()` Replacing the many local `#pragma` used before this patch, reducing the number of `__DJGPP__` guards from 58 to 13. Closes #20299
Changed files
- CMake/PickyWarnings.cmake
- configure.ac
- docs/examples/sendrecv.c
- lib/cshutdn.c
- lib/multi.c
- src/tool_cb_rea.c
- tests/libtest/lib530.c
- tests/libtest/lib582.c
- tests/libtest/lib758.c
- tests/server/mqttd.c
- tests/server/sockfilt.c
- tests/server/socksd.c
- tests/server/sws.c
Change #255189
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 14 Jan 2026 00:55:04 Repository https://github.com/curl/curl.git Project curl Branch master Revision ea94afe3180c90cd2f4eb89719c53d0e7eed0f56 Comments
ldap: silence potential unused variable warning (OS400) Also: - add `endif` comment. - unfold a line. Follow-up to 64350280d3b9aca54856f73d109aab8f49615de3 #20197 Closes #20302
Changed files
- lib/ldap.c
Change #255190
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 14 Jan 2026 00:55:05 Repository https://github.com/curl/curl.git Project curl Branch master Revision 7d9004ee478878a494eb11776a53e9a58d08a8ef Comments
build: drop duplicate C includes - `stdlib.h` and `string.h` is included via `curl_setup_once.h`, allowing to drop from `tests/server` sources and `tool_doswin.c`. - `stdlib.h` is also included via `setup-vms.h` (earlier than above), allowing to drop it from `curl_addrinfo.h` on VMS. Closes #20303
Changed files
- lib/curl_addrinfo.h
- src/tool_doswin.c
- tests/server/first.c
- tests/server/mqttd.c
- tests/server/socksd.c
Change #255191
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 14 Jan 2026 00:55:05 Repository https://github.com/curl/curl.git Project curl Branch master Revision 60ab58a8a50b7d4e8d9df8591ba5cc0ba3516553 Comments
cmake: replace an outlier `set(var)` with `set(var, "")` For consistency with the rest of these expressions and readability. Closes #20305
Changed files
- CMakeLists.txt
Change #255203
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 14 Jan 2026 02:35:00 Repository https://github.com/curl/curl.git Project curl Branch master Revision 4651d4c76b2e2cddbf1f28cd2efe81a22a79262c Comments
badwords: catch and fix more variants of `NN-bit` Closes #20304
Changed files
- .github/scripts/badwords.txt
- docs/SSL-PROBLEMS.md
- docs/libcurl/curl_version_info.md
- docs/libcurl/opts/CURLOPT_PORT.md
- docs/libcurl/opts/CURLOPT_PROXYPORT.md
- docs/libcurl/opts/CURLOPT_SSH_HOST_PUBLIC_KEY_MD5.md
- include/curl/curl.h
- lib/arpa_telnet.h
- lib/curlx/inet_ntop.c
- lib/doh.c
- lib/ftp.c
- lib/mime.c
- lib/sha256.c
- lib/socks_gssapi.c
- lib/socks_sspi.c
- lib/tftp.c
- lib/ws.c
- tests/data/test649
- tests/runtests.pl
- tests/unit/unit1658.c
Change #255205
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 14 Jan 2026 03:11:33 Repository https://github.com/curl/curl.git Project curl Branch master Revision 2949faa93c94a624256f46b42f2dfbbee7d56fdb Comments
badwords: fix typos found Not caught in CI. Closes #20308
Changed files
- docs/HSTS.md
- docs/MANUAL.md
- docs/TheArtOfHttpScripting.md
- docs/libcurl/curl_mime_filename.md
- docs/libcurl/libcurl.m4
- docs/libcurl/opts/CURLOPT_COOKIELIST.md
- docs/libcurl/opts/CURLOPT_DOH_SSL_VERIFYHOST.md
- docs/libcurl/opts/CURLOPT_HTTPPOST.md
- docs/libcurl/opts/CURLOPT_NOPROXY.md
- tests/http/testenv/curl.py
Change #255229
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Wed 14 Jan 2026 09:57:00 Repository https://github.com/curl/curl.git Project curl Branch master Revision 134fb6612141a856d649c758ce3d7db0d075d628 Comments
digest: handle quotes in the path - The 'uri' component needs to be escaped as well - Rewrote the quote function to use dynbuf - Build the digest at least partly with dynbuf - Use goto as a general error mechanism - Make test 64 use a double quote in the URL Closes #20295
Changed files
- lib/vauth/digest.c
- tests/data/test64
Change #255233
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 14 Jan 2026 10:38:34 Repository https://github.com/curl/curl.git Project curl Branch master Revision 59a5fd8518f6136494d04f694e16cd8879f03730 Comments
build: drop redundant unused variable suppressions Also: - digest_sspi: merge some `ifdef`s. Closes #20310
Changed files
- lib/altsvc.c
- lib/asyn-thrdd.c
- lib/cf-h2-proxy.c
- lib/cf-haproxy.c
- lib/cf-https-connect.c
- lib/cf-socket.c
- lib/cfilters.c
- lib/conncache.c
- lib/connect.c
- lib/curl_gssapi.c
- lib/hostip4.c
- lib/http2.c
- lib/http_proxy.c
- lib/imap.c
- lib/rtsp.c
- lib/select.c
- lib/sendf.c
- lib/smtp.c
- lib/url.c
- lib/vauth/digest_sspi.c
- lib/vauth/krb5_sspi.c
- lib/vauth/ntlm.c
- lib/vauth/ntlm_sspi.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/vtls/gtls.c
- lib/vtls/mbedtls.c
- lib/vtls/openssl.c
- lib/vtls/vtls.c
- lib/ws.c
Change #255239
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 14 Jan 2026 12:06:33 Repository https://github.com/curl/curl.git Project curl Branch master Revision 20900e4a1e34dd84cac43dc341ec4f9bb13bffe8 Comments
tool_doswin: merge `if` blocks, drop forward declarations Closes #20311
Changed files
- src/tool_doswin.c
Change #255244
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 14 Jan 2026 12:53:14 Repository https://github.com/curl/curl.git Project curl Branch master Revision 2623e333fd614ce7185068907b5ee4b4a7f09283 Comments
build: drop stray `ifndef` guards for local/internal macros For: - lib/vtls: `MAX_PINNED_PUBKEY_SIZE`. - src: `UNPRINTABLE_CHAR`. - tests/server/tftpd: `PKTSIZE`. Closes #20314
Changed files
- lib/vtls/vtls.h
- src/tool_setup.h
- tests/server/tftpd.c
Change #255245
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 14 Jan 2026 12:53:14 Repository https://github.com/curl/curl.git Project curl Branch master Revision c6cd54d3a2a5cbbb9c1ec52a9b995bc3876ff067 Comments
tool_doswin: document `ENABLE_VIRTUAL_TERMINAL_PROCESSING` toolchain support Closes #20315
Changed files
- src/tool_doswin.c