Builder curl-ares-solaris10-sparc Build #3412
Results:
Failed runtest
SourceStamp:
| Project | curl |
| Repository | https://github.com/curl/curl.git |
| Branch | master |
| Revision | 65714f8130f65fb36e94d60686281d63165f858d |
| Got Revision | 65714f8130f65fb36e94d60686281d63165f858d |
| Changes | 7 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 | 3412 | Build |
| codebase | Build | |
| got_revision | 65714f8130f65fb36e94d60686281d63165f858d | Git |
| osplatform | SPARC | SetPropertyFromCommand Step |
| osrelease | 10 | SetPropertyFromCommand Step |
| project | curl | Build |
| repository | https://github.com/curl/curl.git | Build |
| revision | 65714f8130f65fb36e94d60686281d63165f858d | 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
- Michał Antoniakm.antoniak@posnet.com.pl
- Stefan Eissingstefan@eissing.org
- Viktor Szakatscommit@vsz.me
- calm329calmdev0329@gmail.com
Timing:
| Start | Fri Jan 16 00:30:25 2026 |
| End | Fri Jan 16 18:59:37 2026 |
| Elapsed | 18 hrs, 29 mins, 12 secs |
All Changes:
:
Change #255328
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Thu 15 Jan 2026 13:06:13 Repository https://github.com/curl/curl.git Project curl Branch master Revision ac6264366fbe6ff0cc4fe9f30364285ffefb8043 Comments
tidy-up: miscellaneous - tool_bname: scope an include. - `endif` comments. - Markdown fixes. - comment tidy-ups. - whitespace, newlines, indent. Closes #20309
Changed files
- .github/workflows/http3-linux.yml
- .github/workflows/linux-old.yml
- .github/workflows/macos.yml
- .github/workflows/non-native.yml
- Makefile.am
- docs/CONTRIBUTE.md
- docs/HELP-US.md
- docs/HSTS.md
- docs/HTTP3.md
- docs/INSTALL-CMAKE.md
- docs/INSTALL.md
- docs/INTERNALS.md
- docs/KNOWN_BUGS.md
- docs/KNOWN_RISKS.md
- docs/MANUAL.md
- docs/Makefile.am
- docs/TODO.md
- docs/URL-SYNTAX.md
- docs/VULN-DISCLOSURE-POLICY.md
- docs/examples/htmltitle.cpp
- docs/internals/CONNECTION-FILTERS.md
- docs/internals/MQTT.md
- docs/internals/WEBSOCKET.md
- docs/libcurl/Makefile.inc
- docs/libcurl/curl_formget.md
- docs/libcurl/curl_multi_info_read.md
- docs/libcurl/libcurl-multi.md
- docs/libcurl/opts/CURLOPT_CONV_FROM_UTF8_FUNCTION.md
- docs/libcurl/opts/CURLOPT_INTERLEAVEDATA.md
- docs/runtests.md
- docs/testcurl.md
- docs/tests/CI.md
- docs/tests/FILEFORMAT.md
- include/curl/Makefile.am
- lib/Makefile.am
- lib/curl_range.c
- lib/curl_sasl.c
- lib/curl_sha512_256.c
- lib/curlx/fopen.h
- lib/easy.c
- lib/formdata.c
- lib/memdebug.c
- lib/mime.c
- lib/mime.h
- lib/multi.c
- lib/multi_ev.c
- lib/multi_ntfy.c
- lib/pop3.c
- lib/progress.c
- lib/ratelimit.h
- lib/strerror.c
- lib/url.h
- lib/vauth/cram.c
- lib/vauth/vauth.c
- lib/vtls/schannel.c
- m4/curl-confopts.m4
- projects/README.md
- projects/Windows/README.md
- projects/vms/Makefile.am
- projects/vms/gnv_curl_configure.sh
- scripts/checksrc-all.pl
- scripts/contributors.sh
- scripts/managen
- scripts/mk-ca-bundle.pl
- src/config2setopts.c
- src/tool_bname.c
- src/tool_cb_hdr.c
- src/tool_cb_prg.c
- src/tool_cb_rea.c
- src/tool_cb_see.h
- src/tool_cb_wrt.c
- src/tool_cfgable.c
- src/tool_cfgable.h
- src/tool_findfile.c
- src/tool_getparam.c
- src/tool_getpass.c
- src/tool_help.h
- src/tool_libinfo.c
- src/tool_main.c
- src/tool_progress.h
- src/tool_sdecls.h
- tests/Makefile.am
- tests/data/test1292
- tests/data/test16
- tests/data/test1630
- tests/data/test2
- tests/data/test218
- tests/data/test3
- tests/data/test571
- tests/data/test97
- tests/data/test98
- tests/getpart.pm
- tests/http/Makefile.am
- tests/libtest/lib562.c
- tests/server/tftpd.c
- tests/unit/unit1609.c
- tests/unit/unit3211.c
- tests/unit/unit3213.c
Change #255329
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Thu 15 Jan 2026 13:08:19 Repository https://github.com/curl/curl.git Project curl Branch master Revision 84ff0f6474fb74465c286371046fac3d6c111299 Comments
lib: fix two `CURLDEBUG` guards to be `DEBUGBUILD` Both guard the use of `CURL_DNS_SERVER` debug env. Follow-up to df2b4ccc229c9de61dd798e4b3a7cf74a073144e #18157 Follow-up to 02e9690c3ee2feb7c78c93c1c544c898df733383 #17015 Follow-up to 59dc9f7e69c399102e9ebe3670360ef52706ff23 #13718 Closes #20328
Changed files
- lib/asyn-ares.c
- lib/asyn-thrdd.c
Change #255351
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Thu 15 Jan 2026 17:49:29 Repository https://github.com/curl/curl.git Project curl Branch master Revision 5fac56a8b305263502440ecf7ea7f05b3a2cacea Comments
GOVERNANCE.md: Post-Daniel BDFL Some words on what happens at the point in a future when Daniel steps away from the project Closes #20325
Changed files
- docs/GOVERNANCE.md
Change #255362
Category curl Changed by calm329 <calmdev0329@gmail.com> Changed at Thu 15 Jan 2026 22:38:15 Repository https://github.com/curl/curl.git Project curl Branch master Revision de69e6779317d8de0a4e884beec25f21bfa9ef3a Comments
imap: skip literals inside quoted strings Fixes #20320 Closes #20322
Changed files
- lib/imap.c
- tests/data/test3206
Change #255363
Category curl Changed by Michał Antoniak <m.antoniak@posnet.com.pl> Changed at Thu 15 Jan 2026 22:41:07 Repository https://github.com/curl/curl.git Project curl Branch master Revision 75c7d2aeba63cd6874d2fb7cf31c285e38f6ed60 Comments
mbedtls: no pinnedpubkey wo MBEDTLS_SSL_KEEP_PEER_CERTIFICATE Behavior similar to when MBEDTLS_PK_WRITE_C is not defined. Closes #20319
Changed files
- lib/vtls/mbedtls.c
Change #255364
Category curl Changed by Stefan Eissing <stefan@eissing.org> Changed at Thu 15 Jan 2026 22:42:28 Repository https://github.com/curl/curl.git Project curl Branch master Revision fd827738207507beda7d63fa55fa91db4f2d84a6 Comments
TODO: add point about improving SIGPIPE handling Closes #20330
Changed files
- docs/TODO.md
Change #255372
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Thu 15 Jan 2026 23:32:52 Repository https://github.com/curl/curl.git Project curl Branch master Revision 65714f8130f65fb36e94d60686281d63165f858d Comments
easy: fix build with --disable-form-api and --disable-mime Follow-up to 44312b4b11094e0 Closes #20332
Changed files
- lib/easy.c
- lib/url.c