Builder curl-threaded-solaris10-sparc Build #3432
Results:
Failed runtest
SourceStamp:
| Project | curl |
| Repository | https://github.com/curl/curl.git |
| Branch | master |
| Revision | db86f2de9bd36e981e4962babf0ec979cf72d91f |
| Got Revision | db86f2de9bd36e981e4962babf0ec979cf72d91f |
| 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 | 3432 | Build |
| codebase | Build | |
| got_revision | db86f2de9bd36e981e4962babf0ec979cf72d91f | Git |
| osplatform | SPARC | SetPropertyFromCommand Step |
| osrelease | 10 | SetPropertyFromCommand Step |
| project | curl | Build |
| repository | https://github.com/curl/curl.git | Build |
| revision | db86f2de9bd36e981e4962babf0ec979cf72d91f | 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:
- Daniel Stenbergdaniel@haxx.se
- Jay Satiroraysatiro@yahoo.com
- Viktor Szakatscommit@vsz.me
Timing:
| Start | Tue Jan 13 12:47:40 2026 |
| End | Wed Jan 14 06:42:14 2026 |
| Elapsed | 17 hrs, 54 mins, 34 secs |
All Changes:
:
Change #255033
Category curl Changed by Jay Satiro <raysatiro@yahoo.com> Changed at Mon 12 Jan 2026 21:36:44 Repository https://github.com/curl/curl.git Project curl Branch master Revision 3652127e81f0527f604338f4b950bf7a8bd4fe73 Comments
tool_cb_hdr: suppress header output when --out-null This change brings --out-null more in line with the documentation which says --out-null is expected to behave like a portable -o /dev/null. Prior to this change curl did not suppress the header output from --head when --out-null was used to suppress output. Assisted-by: Daniel Stenberg Reported-by: Andrew Kvalheim Ref: https://curl.se/docs/manpage.html#--out-null Fixes https://github.com/curl/curl/discussions/20235 Closes https://github.com/curl/curl/pull/20256
Changed files
- src/tool_cb_hdr.c
- tests/data/test756
Change #255039
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Mon 12 Jan 2026 22:19:40 Repository https://github.com/curl/curl.git Project curl Branch master Revision 716637520d9b533efc33951a8aa55be83c3cc79f Comments
Makefile.am: delete RPM targets referencing non-existent files Follow-up to bae0d473f5912d38fc8da1f9850a70b015b53c9e #3331 Closes #20270
Changed files
- Makefile.am
Change #255040
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Mon 12 Jan 2026 22:19:40 Repository https://github.com/curl/curl.git Project curl Branch master Revision 27a1e629b5fc41677804e8f92926d305951ac5b1 Comments
Makefile.am: drop stray VC project files from dist Most files were removed 2 years ago, the remaining two do not work without those. Follow-up to 3d93d18dede1d0f7fa54c6aa57300f9de12c5476 #12288 Closes #20272
Changed files
- .github/scripts/distfiles.sh
- Makefile.am
Change #255041
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Mon 12 Jan 2026 22:21:01 Repository https://github.com/curl/curl.git Project curl Branch master Revision e52e6dac8e83dd06306e3e9eca32a39575e8fec6 Comments
spacecheck: show line numbers of duplicate empty lines Also: - drop separate check for 3 or more consecutive empty lines. Ref: https://github.com/curl/curl/pull/20266#issuecomment-3738955165 Closes #20269
Changed files
- scripts/spacecheck.pl
Change #255044
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Mon 12 Jan 2026 23:18:48 Repository https://github.com/curl/curl.git Project curl Branch master Revision 0d4beb26d2101ad780e12b0bd7426a33328bd7fe Comments
RELEASE-NOTES: synced
Changed files
- RELEASE-NOTES
Change #255047
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Mon 12 Jan 2026 23:49:35 Repository https://github.com/curl/curl.git Project curl Branch master Revision 3ee1d3b573e6ea36fb478dbd0d9913483b900928 Comments
tidy-up: merge root `packages` directory into `projects` To simplify the directory layout. - OS400 and vms support move from `packages` to `projects`. - Windows README and `generate.bat` files move from `projects` to `projects/Windows`. Closes #20271
Changed files
- .github/labeler.yml
- .github/scripts/codespell.sh
- .github/scripts/distfiles.sh
- .github/scripts/typos.toml
- .github/workflows/checkdocs.yml
- .github/workflows/codeql.yml
- .github/workflows/curl-for-win.yml
- .github/workflows/fuzz.yml
- .github/workflows/http3-linux.yml
- .github/workflows/linux-old.yml
- .github/workflows/linux.yml
- .github/workflows/macos.yml
- .github/workflows/non-native.yml
- .github/workflows/windows.yml
- Makefile.am
- REUSE.toml
- appveyor.sh
- appveyor.yml
- configure.ac
- docs/INSTALL-CMAKE.md
- docs/INSTALL.md
- lib/setopt.c
- packages/Makefile.am
- packages/OS400/.checksrc
- packages/OS400/README.OS400
- packages/OS400/ccsidcurl.c
- packages/OS400/ccsidcurl.h
- packages/OS400/config400.default
- packages/OS400/curl.cmd
- packages/OS400/curl.inc.in
- packages/OS400/curlcl.c
- packages/OS400/curlmain.c
- packages/OS400/initscript.sh
- packages/OS400/make-docs.sh
- packages/OS400/make-include.sh
- packages/OS400/make-lib.sh
- packages/OS400/make-src.sh
- packages/OS400/make-tests.sh
- packages/OS400/makefile.sh
- packages/OS400/os400sys.c
- packages/OS400/os400sys.h
- packages/OS400/rpg-examples/HEADERAPI
- packages/OS400/rpg-examples/HTTPPOST
- packages/OS400/rpg-examples/INMEMORY
- packages/OS400/rpg-examples/SIMPLE1
- packages/OS400/rpg-examples/SIMPLE2
- packages/OS400/rpg-examples/SMTPSRCMBR
- packages/README.md
- packages/vms/Makefile.am
- packages/vms/backup_gnv_curl_src.com
- packages/vms/build_curl-config_script.com
- packages/vms/build_gnv_curl.com
- packages/vms/build_gnv_curl_pcsi_desc.com
- packages/vms/build_gnv_curl_pcsi_text.com
- packages/vms/build_gnv_curl_release_notes.com
- packages/vms/build_libcurl_pc.com
- packages/vms/build_vms.com
- packages/vms/clean_gnv_curl.com
- packages/vms/compare_curl_source.com
- packages/vms/config_h.com
- packages/vms/curl_crtl_init.c
- packages/vms/curl_gnv_build_steps.txt
- packages/vms/curl_release_note_start.txt
- packages/vms/curl_startup.com
- packages/vms/curlmsg.h
- packages/vms/curlmsg.msg
- packages/vms/curlmsg.sdl
- packages/vms/curlmsg_vms.h
- packages/vms/generate_config_vms_h_curl.com
- packages/vms/generate_vax_transfer.com
- packages/vms/gnv_conftest.c_first
- packages/vms/gnv_curl_configure.sh
- packages/vms/gnv_libcurl_symbols.opt
- packages/vms/gnv_link_curl.com
- packages/vms/macro32_exactcase.patch
- packages/vms/make_gnv_curl_install.sh
- packages/vms/make_pcsi_curl_kit_name.com
- packages/vms/pcsi_gnv_curl_file_list.txt
- packages/vms/pcsi_product_gnv_curl.com
- packages/vms/readme
- packages/vms/report_openssl_version.c
- packages/vms/setup_gnv_curl_build.com
- packages/vms/stage_curl_install.com
- packages/vms/vms_eco_level.h
- projects/Makefile.am
- projects/OS400/.checksrc
- projects/OS400/README.OS400
- projects/OS400/ccsidcurl.c
- projects/OS400/ccsidcurl.h
- projects/OS400/config400.default
- projects/OS400/curl.cmd
- projects/OS400/curl.inc.in
- projects/OS400/curlcl.c
- projects/OS400/curlmain.c
- projects/OS400/initscript.sh
- projects/OS400/make-docs.sh
- projects/OS400/make-include.sh
- projects/OS400/make-lib.sh
- projects/OS400/make-src.sh
- projects/OS400/make-tests.sh
- projects/OS400/makefile.sh
- projects/OS400/os400sys.c
- projects/OS400/os400sys.h
- projects/OS400/rpg-examples/HEADERAPI
- projects/OS400/rpg-examples/HTTPPOST
- projects/OS400/rpg-examples/INMEMORY
- projects/OS400/rpg-examples/SIMPLE1
- projects/OS400/rpg-examples/SIMPLE2
- projects/OS400/rpg-examples/SMTPSRCMBR
- projects/README.md
- projects/Windows/README.md
- projects/Windows/generate.bat
- projects/generate.bat
- projects/vms/Makefile.am
- projects/vms/backup_gnv_curl_src.com
- projects/vms/build_curl-config_script.com
- projects/vms/build_gnv_curl.com
- projects/vms/build_gnv_curl_pcsi_desc.com
- projects/vms/build_gnv_curl_pcsi_text.com
- projects/vms/build_gnv_curl_release_notes.com
- projects/vms/build_libcurl_pc.com
- projects/vms/build_vms.com
- projects/vms/clean_gnv_curl.com
- projects/vms/compare_curl_source.com
- projects/vms/config_h.com
- projects/vms/curl_crtl_init.c
- projects/vms/curl_gnv_build_steps.txt
- projects/vms/curl_release_note_start.txt
- projects/vms/curl_startup.com
- projects/vms/curlmsg.h
- projects/vms/curlmsg.msg
- projects/vms/curlmsg.sdl
- projects/vms/curlmsg_vms.h
- projects/vms/generate_config_vms_h_curl.com
- projects/vms/generate_vax_transfer.com
- projects/vms/gnv_conftest.c_first
- projects/vms/gnv_curl_configure.sh
- projects/vms/gnv_libcurl_symbols.opt
- projects/vms/gnv_link_curl.com
- projects/vms/macro32_exactcase.patch
- projects/vms/make_gnv_curl_install.sh
- projects/vms/make_pcsi_curl_kit_name.com
- projects/vms/pcsi_gnv_curl_file_list.txt
- projects/vms/pcsi_product_gnv_curl.com
- projects/vms/readme
- projects/vms/report_openssl_version.c
- projects/vms/setup_gnv_curl_build.com
- projects/vms/stage_curl_install.com
- projects/vms/vms_eco_level.h
- scripts/singleuse.pl
- scripts/spacecheck.pl
- tests/test1544.pl
Change #255057
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Tue 13 Jan 2026 01:31:27 Repository https://github.com/curl/curl.git Project curl Branch master Revision 07926b59828936117a7c6662f850bc09edb14357 Comments
lib: reorder protocol functions to avoid forward declarations (misc) For protocols: dict, file, gopher, tftp, http, mqtt, smb. Move protocol hander table to the end of sources, rearrange static functions is reverse dependency order as necessary. Closes #20274
Changed files
- lib/dict.c
- lib/file.c
- lib/gopher.c
- lib/http.c
- lib/mqtt.c
- lib/smb.c
- lib/tftp.c
Change #255058
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Tue 13 Jan 2026 01:31:27 Repository https://github.com/curl/curl.git Project curl Branch master Revision 2ded1e3c6e9c1ad78c1ca04a44b09d73c488070d Comments
lib: reorder protocol functions to avoid forward declarations (email) For protocols: imap, pop3, smtp. Move protocol hander table to the end of sources, rearrange static functions is reverse dependency order as necessary. Closes #20275
Changed files
- lib/imap.c
- lib/pop3.c
- lib/smtp.c
Change #255059
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Tue 13 Jan 2026 01:31:27 Repository https://github.com/curl/curl.git Project curl Branch master Revision 9570d53b756dc4bc5ba36e1e81b0d7c62f8ccbbc Comments
lib: reorder protocol functions to avoid forward declarations (ftp) There remains 4 forward declarations. Move protocol hander table to the end of sources, rearrange static functions is reverse dependency order as possible. Closes #20276
Changed files
- lib/ftp.c
Change #255074
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Tue 13 Jan 2026 07:32:53 Repository https://github.com/curl/curl.git Project curl Branch master Revision 4b566d8310d2216990ce7f3af813313b9776176a Comments
top-complexity: always show the top-25 Accept argument as a custom amount. Previously it showed all functions with a complexity score above 57. This way it adapts better as we gradually decrease complexity in functions. Closes #20273
Changed files
- scripts/top-complexity
Change #255090
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Tue 13 Jan 2026 09:46:49 Repository https://github.com/curl/curl.git Project curl Branch master Revision dac98ccfa27a392edd946227483bfac8f466219a Comments
mqtt: better too-big-message-check Reported-by: gudyuu on hackerone Reviewed-by: Daniel Gustafsson Bug: https://hackerone.com/reports/3508500 Closes #20281
Changed files
- lib/mqtt.c
Change #255091
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Tue 13 Jan 2026 09:52:26 Repository https://github.com/curl/curl.git Project curl Branch master Revision f057ed05beb2f03eb77dab446d8ff9c3f62cac42 Comments
checksrc: warn for leading spaces before the preprocessor hash Fix the 40+ fallouts Closes #20282
Changed files
- lib/curl_ntlm_core.c
- lib/file.c
- lib/http_negotiate.c
- lib/md4.c
- lib/md5.c
- lib/sha256.c
- lib/vquic/curl_ngtcp2.c
- lib/vssh/libssh.c
- scripts/checksrc.pl
- tests/data/test1185
Change #255092
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Tue 13 Jan 2026 09:55:09 Repository https://github.com/curl/curl.git Project curl Branch master Revision 8582ecf5bb3b507fe0a9714cf3ea14733ccde02a Comments
setopt: split up setopt_long and setopt_cptr - Split setopt_long() into multiple functions (setopt_long_bool/net/http/proxy/ssl/proto/misc) and dispatch them using a small function table - Extract proxy string option handling into setopt_cptr_proxy() and call it early from setopt_cptr() - Reorder options to simplify #ifdef blocks and reduce per-function size - Updates code paths to return CURLE_UNKNOWN_OPTION from helper defaults so dispatching can continue cleanly Closes #20280
Changed files
- lib/setopt.c
Change #255098
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Tue 13 Jan 2026 11:16:47 Repository https://github.com/curl/curl.git Project curl Branch master Revision db86f2de9bd36e981e4962babf0ec979cf72d91f Comments
tftp: correct the filename length check Reported-by: z2_ Bug: https://hackerone.com/reports/3508321 Closes #20283
Changed files
- lib/tftp.c