Builder curl-ares-solaris10-sparc Build #2905
Results:
Failed runtest
SourceStamp:
Project | curl |
Repository | https://github.com/curl/curl.git |
Branch | master |
Revision | d413ed2d400dc5986e8725d2da6abb08f688b6ed |
Got Revision | d413ed2d400dc5986e8725d2da6abb08f688b6ed |
Changes | 17 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 | 2905 | Build |
codebase | Build | |
got_revision | d413ed2d400dc5986e8725d2da6abb08f688b6ed | Git |
osplatform | SPARC | SetPropertyFromCommand Step |
osrelease | 10 | SetPropertyFromCommand Step |
project | curl | Build |
repository | https://github.com/curl/curl.git | Build |
revision | d413ed2d400dc5986e8725d2da6abb08f688b6ed | 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
- Dominik Tomeckimy-name-is-already-taken@users.noreply.github.com
- Stefan Eissingstefan@eissing.org
- Viktor Szakatscommit@vsz.me
Timing:
Start | Wed Jul 30 16:56:39 2025 |
End | Thu Jul 31 06:20:15 2025 |
Elapsed | 13 hrs, 23 mins, 35 secs |
All Changes:
:
Change #241233
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Wed 30 Jul 2025 02:38:13 Repository https://github.com/curl/curl.git Project curl Branch master Revision 00887aee8ca0efe0b40fa41b2a36e2d853d49b57 Comments
tests: merge clients into libtests, drop duplicate code libtests and clients were built the same way after recent overhauls. libtests are used by runtests, clients by pytests. Merge clients into libtests, aligning their entry function signature, dropping common utility functions, and simplifying the build. Note: After this patch `CURLDEBUG` applies to cli tests, when enabled. Also: - lib552: drop local copy-paste debug callback in favor of testtrace. - lib552: drop local copy-paste dump function in favor of testtrace. - clients: use `long` for HTTP version, drop casts. - clients: replace local dump function in favor of testrace clone. - sync cli test entry function prototype with libtests'. - h2_serverpush: replace local trace callback with testtrace. - de-duplicate 3 websocket close, ping, ping, functions. Kept the pong iteration from `ws_pingpong`. Note: the pong clone in `lib2304` was returning an error when `curl_ws_recv()` returned non-zero and the payload matched the expected one anyway. After this patch, this case returns success, as it does in `ws_pingpong`. `lib2304` keeps passing, but I'm not sure if the previous behavior was intentional. - display full value in websocket close, ping, pong, drop casts. Closes #18079
Changed files
- .github/workflows/windows.yml
- configure.ac
- tests/CMakeLists.txt
- tests/Makefile.am
- tests/client/.gitignore
- tests/client/CMakeLists.txt
- tests/client/Makefile.am
- tests/client/Makefile.inc
- tests/client/first.c
- tests/client/first.h
- tests/client/h2_pausing.c
- tests/client/h2_serverpush.c
- tests/client/h2_upgrade_extreme.c
- tests/client/hx_download.c
- tests/client/hx_upload.c
- tests/client/tls_session_reuse.c
- tests/client/upload_pausing.c
- tests/client/ws_data.c
- tests/client/ws_pingpong.c
- tests/http/Makefile.am
- tests/http/test_02_download.py
- tests/http/test_07_upload.py
- tests/http/test_08_caddy.py
- tests/http/test_09_push.py
- tests/http/test_17_ssl_use.py
- tests/http/test_19_shutdown.py
- tests/http/test_20_websockets.py
- tests/http/testenv/client.py
- tests/libtest/Makefile.inc
- 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
- tests/libtest/first.c
- tests/libtest/first.h
- tests/libtest/lib1515.c
- tests/libtest/lib1522.c
- tests/libtest/lib1540.c
- tests/libtest/lib1542.c
- tests/libtest/lib1553.c
- tests/libtest/lib1915.c
- tests/libtest/lib2301.c
- tests/libtest/lib2304.c
- tests/libtest/lib2502.c
- tests/libtest/lib2700.c
- tests/libtest/lib3033.c
- tests/libtest/lib500.c
- tests/libtest/lib552.c
- tests/libtest/lib573.c
- tests/libtest/lib753.c
- tests/libtest/testtrace.c
- tests/libtest/testtrace.h
Change #241234
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Wed 30 Jul 2025 02:38:14 Repository https://github.com/curl/curl.git Project curl Branch master Revision daa5b044b8dc9e14f9393e4d73da8732fb647276 Comments
cmake: defer building `unitprotos.h` till a test target needs it Follow-up to c9bb9cd165c1b25c2fe005befdcfe479fc9b68e1 #17750 Ref: https://github.com/curl/curl/pull/17750#issuecomment-3133749477 Closes #18086
Changed files
- lib/CMakeLists.txt
Change #241242
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Wed 30 Jul 2025 03:46:21 Repository https://github.com/curl/curl.git Project curl Branch master Revision 58e0ff809f8be27de334504bb9755d657c43cdfa Comments
tidy-up: whitespace, indent, `#if 0` Closes #18090
Changed files
- .github/workflows/linux.yml
- configure.ac
- include/curl/typecheck-gcc.h
- lib/vquic/curl_ngtcp2.c
- lib/vtls/schannel.c
- m4/curl-functions.m4
- tests/libtest/cli_hx_download.c
- tests/libtest/lib1507.c
- tests/libtest/lib661.c
Change #241260
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 30 Jul 2025 09:06:35 Repository https://github.com/curl/curl.git Project curl Branch master Revision 7ed349de4cd579c3f3c268f738d1446f1f50b1ec Comments
unit-tests: build the unitprotos.h from here Make the bundle depend on the header in the lib dir and built it now if not present. Reported-by: Todd Gamblin Fixes #18088 Closes #18089
Changed files
- lib/Makefile.am
- tests/unit/Makefile.am
Change #241265
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 30 Jul 2025 09:12:10 Repository https://github.com/curl/curl.git Project curl Branch master Revision d7918861d1bb6a2a5e96063ce65e4c6933b0f79e Comments
openssl: split cert_stuff into smaller sub functions - rename it client_cert - make it return CURLcode Closes #18081
Changed files
- lib/vtls/openssl.c
Change #241266
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 30 Jul 2025 09:13:50 Repository https://github.com/curl/curl.git Project curl Branch master Revision 4b1a5fe43622a6c6e904f9f9d127b41ca6c93cfd Comments
top-complexity: set cutoff level to 80 Closes #18080
Changed files
- scripts/top-complexity
Change #241268
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 30 Jul 2025 09:31:18 Repository https://github.com/curl/curl.git Project curl Branch master Revision 3ccffad28dcfc9efce003b46f179ca84599c0df3 Comments
RELEASE-NOTES: synced
Changed files
- RELEASE-NOTES
Change #241270
Category curl Changed by Dominik Tomecki <my-name-is-already-taken @users.noreply.github.com>Changed at Wed 30 Jul 2025 09:52:34 Repository https://github.com/curl/curl.git Project curl Branch master Revision 450c00f983fa54393019bb3c355de509a3523955 Comments
smtp: allow suffix behind a mail address for RFC 3461 Verified in test 3215 Closes #16643
Changed files
- .github/scripts/spellcheck.words
- docs/libcurl/opts/CURLOPT_MAIL_FROM.md
- docs/libcurl/opts/CURLOPT_MAIL_RCPT.md
- lib/smtp.c
- tests/data/Makefile.am
- tests/data/test3215
Change #241276
Category curl Changed by Stefan Eissing <stefan @eissing.org>Changed at Wed 30 Jul 2025 10:56:19 Repository https://github.com/curl/curl.git Project curl Branch master Revision 83da4d9d3ba3d6e1609435dbbf269ba0b9b72562 Comments
connectdata: remove primary+secondary ip_quadruple Since the content varies during connection setup and while doing it (eyeballing), remove these strcut from `connectdata` and replace use with querying the connection filters. Those keep that information already. Change the info logging of established connections to also give the local address and port. Closes #17960
Changed files
- lib/cf-haproxy.c
- lib/cf-socket.c
- lib/cfilters.c
- lib/cfilters.h
- lib/connect.c
- lib/ftp.c
- lib/http.c
- lib/ldap.c
- lib/socks.c
- lib/url.c
- lib/url.h
- lib/urldata.h
- tests/http/testenv/vsftpd.py
Change #241283
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 30 Jul 2025 11:26:04 Repository https://github.com/curl/curl.git Project curl Branch master Revision 8d00527e9ee270f5f5578dad12995657c9f7311d Comments
schannel: use if(result) like the code style says instead of comparing != CURLE_OK Closes #18094
Changed files
- lib/vtls/schannel.c
Change #241290
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Wed 30 Jul 2025 11:55:54 Repository https://github.com/curl/curl.git Project curl Branch master Revision 217ae24a94d1700d1377f59b4ee829dce4b559a8 Comments
build: fix mingw-w64 version guard for mingw32ce Follow-up to a28f5f68b965119d9dd1ab6c2a2ccc66c6ed5d1f #18010 Closes #18095
Changed files
- lib/curl_setup.h
Change #241291
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Wed 30 Jul 2025 11:55:54 Repository https://github.com/curl/curl.git Project curl Branch master Revision 58906838c562d9e6ffd78403fb0ab057ffe42fcc Comments
schannel: fix recent update for mingw32ce Follow-up to 952c929bdf70645ee263c45a19518ae976a0292d #18084 Closes #18097
Changed files
- lib/vtls/schannel_int.h
Change #241297
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Wed 30 Jul 2025 12:24:37 Repository https://github.com/curl/curl.git Project curl Branch master Revision dfe3844c562ccff182ea442c9626e2c29c18538f Comments
schannel: drop fallbacks for unused `BCRYPT_*` macros In case they are used again in the future, the fallbacks are not necessary for the supported mingw-w64 (v3+) and MSVC versions. Follow-up to 6238888ca7f0e473e9713a7c372fac8f025db569 #15621 Closes #18091
Changed files
- lib/vtls/schannel.c
Change #241298
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Wed 30 Jul 2025 12:24:37 Repository https://github.com/curl/curl.git Project curl Branch master Revision e32a6dc51005a9ee09db81a54428dd545239ff58 Comments
schannel: drop fallbacks for 4 macros They are defined by all mingw-w64 versions and all supported MSVC versions (SDK 7.1A+). Also by OpenWatcom 2: https://github.com/open-watcom/open-watcom-v2/blob/ce6c37eb29f3fda95f9c4e8e37dee866b8c4e496/bld/w32api/include/wincrypt.mh These aren't defined by mingw32ce. And likely defined by MS WinCE SDK, but curl code doesn't use them in WinCE builds. Closes #18093
Changed files
- lib/vtls/schannel_int.h
Change #241311
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Wed 30 Jul 2025 14:21:17 Repository https://github.com/curl/curl.git Project curl Branch master Revision 801800aca24a2186d4f13f2db1524b7270211273 Comments
tests: fix prechecks to call the bundle libtest tool Some tests make a hard-coded call to the libtest binary in the precheck step. With bundle builds the binary changed name and calling convention. Before this patch these tests failed the pre-check and did not run for the 5 affected tests: 518, 537, 678, 1517, 1960 Fixing, e.g.: ``` test 1517 SKIPPED: precheck command error ``` https://github.com/curl/curl/actions/runs/16611990422/job/46996698437?pr=18039#step:13:4832 It also fixes builds with a custom `CURL_DIRSUFFIX` set. Follow-up to 2c27a67daa1b76859c18d63e4e1f528db05b5e13 #17590 Follow-up to 71cf0d1fca9e1f53524e1545ef0c08d174458d80 #14772 Closes #18099
Changed files
- tests/data/test1517
- tests/data/test1960
- tests/data/test518
- tests/data/test537
- tests/data/test678
- tests/servers.pm
Change #241312
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Wed 30 Jul 2025 14:21:17 Repository https://github.com/curl/curl.git Project curl Branch master Revision 1140c8bc047ff847f8f5f0105802f2c265c3426f Comments
tests: fix perl warnings in http2-server, http3-server AM libressl heimdal: ``` Global symbol "$verbose" requires explicit package name (did you forget to declare "my $verbose"?) at tests/http2-server.pl line 52. Global symbol "$certfile" requires explicit package name (did you forget to declare "my $certfile"?) at tests/http2-server.pl line 109. Global symbol "$keyfile" requires explicit package name (did you forget to declare "my $keyfile"?) at tests/http2-server.pl line 110. Execution of tests/http2-server.pl aborted due to compilation errors. [...] ``` Ref: https://github.com/curl/curl/actions/runs/16622030370/job/47028537336?pr=18099#step:39:3148 Follow-up to 2ec54556d4e3f3ab551b5298adab0c703d85a463 #17877 Closes #18100
Changed files
- tests/http2-server.pl
- tests/http3-server.pl
Change #241327
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Wed 30 Jul 2025 15:28:28 Repository https://github.com/curl/curl.git Project curl Branch master Revision d413ed2d400dc5986e8725d2da6abb08f688b6ed Comments
windows: drop `CRYPT_E_*` macro fallbacks, limit one to mingw32ce They are defined by all mingw-w64 versions and all supported MSVC versions (VS2008 and up). Also by OpenWatcom 2: https://github.com/open-watcom/open-watcom-v2/blob/ce6c37eb29f3fda95f9c4e8e37dee866b8c4e496/bld/w32api/include/winerror.mh mingw32ce misses `CRYPT_E_NOT_IN_REVOCATION_DATABASE`. Closes #18092
Changed files
- lib/curl_sspi.h