Builder curl-threaded-solaris10-sparc Build #2930
Results:
Failed runtest
SourceStamp:
Project | curl |
Repository | https://github.com/curl/curl.git |
Branch | master |
Revision | b5c245045e9606508a50d7d4eefcbffdb814339d |
Got Revision | b5c245045e9606508a50d7d4eefcbffdb814339d |
Changes | 12 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 | 2930 | Build |
codebase | Build | |
got_revision | b5c245045e9606508a50d7d4eefcbffdb814339d | Git |
osplatform | SPARC | SetPropertyFromCommand Step |
osrelease | 10 | SetPropertyFromCommand Step |
project | curl | Build |
repository | https://github.com/curl/curl.git | Build |
revision | b5c245045e9606508a50d7d4eefcbffdb814339d | 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:
- Cole Leavittcoleleavitt@protonmail.com
- Daniel Stenbergdaniel@haxx.se
- Viktor Szakatscommit@vsz.me
Timing:
Start | Thu Jul 31 12:24:03 2025 |
End | Fri Aug 1 03:41:07 2025 |
Elapsed | 15 hrs, 17 mins, 3 secs |
All Changes:
:
Change #241372
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 30 Jul 2025 23:13:45 Repository https://github.com/curl/curl.git Project curl Branch master Revision 98bcb885fe8b4003139d95aaa535f2c2dec21c99 Comments
curl: make the URL indexes 64 bit Otherwise we could misbehave already at 2 billion URLs and we can't have that. A few of the counters are already correctly using the right type. Closes #18096
Changed files
- src/tool_operate.c
- src/tool_operate.h
- src/tool_sdecls.h
- src/tool_writeout.c
Change #241373
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Wed 30 Jul 2025 23:16:33 Repository https://github.com/curl/curl.git Project curl Branch master Revision f028667131025100a0caeb59a8ae8a2bb8722239 Comments
test757: MIME parts reused as a child part, using data_cb An attempt to reproduce #18070. That turned out to not be a bug, but the test is still a good one. Based on test695 Closes #18101
Changed files
- tests/data/Makefile.am
- tests/data/test757
- tests/libtest/Makefile.inc
- tests/libtest/lib757.c
Change #241387
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Thu 31 Jul 2025 00:41:36 Repository https://github.com/curl/curl.git Project curl Branch master Revision 25119fbaaa76a182d4b08d64853d0a8db9181219 Comments
GHA/distcheck: add more tarball builds - add AM out-of-tree no perl job. - add AM in-tree no perl job. - make CM out-of-tree job use no perl. - add CM in-tree no perl job. - run `curl -V` after builds. - show the number of `--manual` lines. - set `--enable-werror` in autotools jobs. Ref: https://github.com/curl/curl/issues/18088#issuecomment-3135112176 Closes #18104
Changed files
- .github/workflows/distcheck.yml
Change #241388
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Thu 31 Jul 2025 00:41:36 Repository https://github.com/curl/curl.git Project curl Branch master Revision 08acef2aabfaa549a1d627f637ba5f23acd85d35 Comments
schannel: assume `CERT_CHAIN_REVOCATION_CHECK_CHAIN` Always available in supported mingw-w64 and MSVC compilers, except in UWP mode. For mingw32ce this macro is defined later in the code. Also available in OpenWatcom 2. https://github.com/open-watcom/open-watcom-v2/blob/ce6c37eb29f3fda95f9c4e8e37dee866b8c4e496/bld/w32api/include/winerror.mh Closes #18108
Changed files
- lib/vtls/schannel_int.h
Change #241392
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Thu 31 Jul 2025 00:43:57 Repository https://github.com/curl/curl.git Project curl Branch master Revision 3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23 Comments
windows: document toolchain support for some macros The oldest MS SDK I checked is 6.0A (VS2008). Versions are approximate beyond 7.1A. I only have two Win10 SDKs to verify: 10.0.16299.0 (VS2017-15.4) and 10.0.22621.0 (VS2022). Ref: https://en.wikipedia.org/wiki/Microsoft_Windows_SDK Ref: https://developer.microsoft.com/windows/downloads/sdk-archive/index-legacy (recent versions mostly) Closes #18085
Changed files
- lib/cf-socket.c
- lib/curl_sspi.h
- lib/rand.c
- lib/sha256.c
- lib/urldata.h
- lib/vtls/schannel.c
- lib/vtls/schannel_int.h
- lib/vtls/schannel_verify.c
Change #241410
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Thu 31 Jul 2025 08:55:58 Repository https://github.com/curl/curl.git Project curl Branch master Revision 4d025fd9120603dfbb3a9bd40747d954de9e9147 Comments
curl: make --retry-delay and --retry-max-time accept decimal seconds Like other time options already do. Reported-by: Alice Lee Poetics Fixes #18109 Closes #18111
Changed files
- docs/cmdline-opts/retry-delay.md
- docs/cmdline-opts/retry-max-time.md
- src/tool_cfgable.h
- src/tool_getparam.c
- src/tool_operate.c
Change #241421
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Thu 31 Jul 2025 09:29:48 Repository https://github.com/curl/curl.git Project curl Branch master Revision 5f99b45693e9d649397b7b7781f498d9c175bfa2 Comments
windows: document toolchain support for some macros (cont.) Follow-up to 3bfcfe82b9e7fe18cdbd3a06b219a8ce40188a23 #18085 Closes #18113
Changed files
- lib/vtls/schannel.c
Change #241422
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Thu 31 Jul 2025 09:29:49 Repository https://github.com/curl/curl.git Project curl Branch master Revision e5cf6223d79f8b7849c7b9b46227cca76bb4bdad Comments
CURLOPT: bump `CURL_REDIR_*` macros to `long` This patch bumps the size of these macros from `int` to `long`, while keeping their actual values the same. It may cause incompatibilities in user code, requiring the bump of holder variables and/or adding casts: - CURL_REDIR_GET_ALL - CURL_REDIR_POST_301 - CURL_REDIR_POST_302 - CURL_REDIR_POST_303 - CURL_REDIR_POST_ALL Also: - keep existing cast within the documentation to make sure it applies to older curl versions as well. Closes #18110
Changed files
- include/curl/curl.h
- tests/libtest/lib1571.c
- tests/libtest/lib650.c
Change #241423
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Thu 31 Jul 2025 09:29:49 Repository https://github.com/curl/curl.git Project curl Branch master Revision 37913c01a51653d257dc7d57f676504cedbf16f6 Comments
libtests: update format strings to avoid casts, drop some macros - bump format strings to show the full value, drop casts. - drop redundant casts (enum -> `%d`). - drop some single-use macros. - replace `int` with `bool` in testtrace. Closes #18106
Changed files
- tests/libtest/cli_h2_pausing.c
- tests/libtest/cli_h2_serverpush.c
- tests/libtest/cli_hx_download.c
- tests/libtest/cli_hx_upload.c
- tests/libtest/cli_ws_data.c
- tests/libtest/cli_ws_pingpong.c
- tests/libtest/first.h
- tests/libtest/lib1485.c
- tests/libtest/lib1506.c
- tests/libtest/lib1507.c
- tests/libtest/lib1512.c
- tests/libtest/lib1515.c
- tests/libtest/lib1520.c
- tests/libtest/lib1522.c
- tests/libtest/lib1538.c
- tests/libtest/lib1540.c
- tests/libtest/lib1542.c
- tests/libtest/lib1553.c
- tests/libtest/lib1556.c
- tests/libtest/lib1559.c
- tests/libtest/lib1560.c
- tests/libtest/lib1565.c
- tests/libtest/lib1907.c
- tests/libtest/lib1911.c
- tests/libtest/lib1915.c
- tests/libtest/lib1940.c
- tests/libtest/lib1945.c
- tests/libtest/lib2032.c
- tests/libtest/lib2301.c
- tests/libtest/lib2402.c
- tests/libtest/lib2404.c
- tests/libtest/lib2502.c
- tests/libtest/lib2700.c
- tests/libtest/lib3026.c
- tests/libtest/lib3033.c
- tests/libtest/lib3105.c
- tests/libtest/lib500.c
- tests/libtest/lib506.c
- tests/libtest/lib526.c
- tests/libtest/lib530.c
- tests/libtest/lib536.c
- tests/libtest/lib540.c
- tests/libtest/lib544.c
- tests/libtest/lib547.c
- tests/libtest/lib552.c
- tests/libtest/lib554.c
- tests/libtest/lib555.c
- tests/libtest/lib557.c
- tests/libtest/lib571.c
- tests/libtest/lib573.c
- tests/libtest/lib574.c
- tests/libtest/lib576.c
- tests/libtest/lib582.c
- tests/libtest/lib583.c
- tests/libtest/lib586.c
- tests/libtest/lib650.c
- tests/libtest/lib651.c
- tests/libtest/lib670.c
- tests/libtest/lib677.c
- tests/libtest/lib753.c
- tests/libtest/testtrace.c
- tests/libtest/testtrace.h
- tests/unit/unit1309.c
Change #241426
Category curl Changed by Cole Leavitt <coleleavitt @protonmail.com>Changed at Thu 31 Jul 2025 10:07:11 Repository https://github.com/curl/curl.git Project curl Branch master Revision 4108d11008030c5c25adb28bf73ba392f80708a8 Comments
bufq: add integer overflow checks before chunk allocations Closes #18112
Changed files
- lib/bufq.c
Change #241432
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Thu 31 Jul 2025 10:48:53 Repository https://github.com/curl/curl.git Project curl Branch master Revision d21e75a6ae0cda978e68b26579e5665a0a92ca0d Comments
curl_mime_data_cb.md: mention what datasize is for Closes #18115
Changed files
- docs/libcurl/curl_mime_data_cb.md
Change #241441
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Thu 31 Jul 2025 11:54:18 Repository https://github.com/curl/curl.git Project curl Branch master Revision b5c245045e9606508a50d7d4eefcbffdb814339d Comments
windows: drop two interim, single-use macros Follow-up to e77d8670685d38d80c940877a4fdfa3382c4d6cc Closes #18114
Changed files
- lib/curl_sspi.c
- lib/curl_sspi.h
- lib/vtls/schannel.c