Builder curl-threaded-solaris10-sparc Build #2928
Results:
Failed runtest
SourceStamp:
Project | curl |
Repository | https://github.com/curl/curl.git |
Branch | master |
Revision | 58e0ff809f8be27de334504bb9755d657c43cdfa |
Got Revision | 58e0ff809f8be27de334504bb9755d657c43cdfa |
Changes | 11 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 | 2928 | Build |
codebase | Build | |
got_revision | 58e0ff809f8be27de334504bb9755d657c43cdfa | Git |
osplatform | SPARC | SetPropertyFromCommand Step |
osrelease | 10 | SetPropertyFromCommand Step |
project | curl | Build |
repository | https://github.com/curl/curl.git | Build |
revision | 58e0ff809f8be27de334504bb9755d657c43cdfa | 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
- Stefan Eissingstefan@eissing.org
- Viktor Szakatscommit@vsz.me
Timing:
Start | Wed Jul 30 05:56:58 2025 |
End | Wed Jul 30 21:23:02 2025 |
Elapsed | 15 hrs, 26 mins, 3 secs |
All Changes:
:
Change #241122
Category curl Changed by Stefan Eissing <stefan @eissing.org>Changed at Tue 29 Jul 2025 11:18:26 Repository https://github.com/curl/curl.git Project curl Branch master Revision 55c045c86338bfcc1de676c496f1db084b7410d4 Comments
multi: add CURLMOPT_NETWORK_CHANGED to signal network changed New multi option CURLMOPT_NETWORK_CHANGED with a long bitmask value: - CURLM_NWCOPT_CLEAR_CONNS: do not reuse existing connections, close all idle connections. - CURLM_NWCOPT_CLEAR_DNS: clear the multi's DNS cache. All other bits reserved for future extensions. Fixes #17225 Reported-by: ウさん Closes #17613
Changed files
- docs/libcurl/curl_multi_setopt.md
- docs/libcurl/opts/CURLMOPT_NETWORK_CHANGED.md
- docs/libcurl/opts/CURLOPT_FORBID_REUSE.md
- docs/libcurl/opts/CURLOPT_FRESH_CONNECT.md
- docs/libcurl/opts/Makefile.inc
- docs/libcurl/symbols-in-versions
- include/curl/multi.h
- lib/conncache.c
- lib/conncache.h
- lib/easy.c
- lib/hostip.c
- lib/hostip.h
- lib/multi.c
- lib/url.c
- lib/urldata.h
- tests/data/Makefile.am
- tests/data/test3033
- tests/libtest/Makefile.inc
- tests/libtest/lib3033.c
Change #241126
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Tue 29 Jul 2025 13:07:22 Repository https://github.com/curl/curl.git Project curl Branch master Revision 3407bee8c8f145557fc9f8baa97a71154e9911b7 Comments
setopt: refactor out the booleans from setopt_long to setopt_bool - add a message if a boolean is set to something not 1 or 0 (as it might be made to mean something else in a future) - use 's->' in all setopt_* functions Closes #17887
Changed files
- lib/setopt.c
Change #241141
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Tue 29 Jul 2025 13:44:50 Repository https://github.com/curl/curl.git Project curl Branch master Revision cd586149d5609e8b564fe8fc45ccbcb14c3b25ea Comments
tests: constify command-line arguments For libtests, tunits, units. Also: - lib3033: tidy up headers. - lib/netrc: constify an arg in `Curl_parsenetrc()`. Closes #18076
Changed files
- lib/netrc.c
- lib/netrc.h
- tests/libtest/first.c
- tests/libtest/first.h
- tests/libtest/lib1156.c
- tests/libtest/lib1301.c
- tests/libtest/lib1308.c
- tests/libtest/lib1485.c
- tests/libtest/lib1500.c
- tests/libtest/lib1501.c
- tests/libtest/lib1502.c
- tests/libtest/lib1506.c
- tests/libtest/lib1507.c
- tests/libtest/lib1508.c
- tests/libtest/lib1509.c
- tests/libtest/lib1510.c
- tests/libtest/lib1511.c
- tests/libtest/lib1512.c
- tests/libtest/lib1513.c
- tests/libtest/lib1514.c
- tests/libtest/lib1515.c
- tests/libtest/lib1517.c
- tests/libtest/lib1518.c
- tests/libtest/lib1520.c
- tests/libtest/lib1522.c
- tests/libtest/lib1523.c
- tests/libtest/lib1525.c
- tests/libtest/lib1526.c
- tests/libtest/lib1527.c
- tests/libtest/lib1528.c
- tests/libtest/lib1529.c
- tests/libtest/lib1530.c
- tests/libtest/lib1531.c
- tests/libtest/lib1532.c
- tests/libtest/lib1533.c
- tests/libtest/lib1534.c
- tests/libtest/lib1535.c
- tests/libtest/lib1536.c
- tests/libtest/lib1537.c
- tests/libtest/lib1538.c
- tests/libtest/lib1540.c
- tests/libtest/lib1541.c
- tests/libtest/lib1542.c
- tests/libtest/lib1545.c
- tests/libtest/lib1550.c
- tests/libtest/lib1551.c
- tests/libtest/lib1552.c
- tests/libtest/lib1553.c
- tests/libtest/lib1554.c
- tests/libtest/lib1555.c
- tests/libtest/lib1556.c
- tests/libtest/lib1557.c
- tests/libtest/lib1558.c
- tests/libtest/lib1559.c
- tests/libtest/lib1560.c
- tests/libtest/lib1564.c
- tests/libtest/lib1565.c
- tests/libtest/lib1567.c
- tests/libtest/lib1568.c
- tests/libtest/lib1569.c
- tests/libtest/lib1571.c
- tests/libtest/lib1576.c
- tests/libtest/lib1591.c
- tests/libtest/lib1592.c
- tests/libtest/lib1593.c
- tests/libtest/lib1594.c
- tests/libtest/lib1597.c
- tests/libtest/lib1598.c
- tests/libtest/lib1599.c
- tests/libtest/lib1662.c
- tests/libtest/lib1900.c
- tests/libtest/lib1901.c
- tests/libtest/lib1903.c
- tests/libtest/lib1905.c
- tests/libtest/lib1906.c
- tests/libtest/lib1907.c
- tests/libtest/lib1908.c
- tests/libtest/lib1910.c
- tests/libtest/lib1911.c
- tests/libtest/lib1912.c
- tests/libtest/lib1913.c
- tests/libtest/lib1915.c
- tests/libtest/lib1916.c
- tests/libtest/lib1918.c
- tests/libtest/lib1919.c
- tests/libtest/lib1933.c
- tests/libtest/lib1934.c
- tests/libtest/lib1935.c
- tests/libtest/lib1936.c
- tests/libtest/lib1937.c
- tests/libtest/lib1938.c
- tests/libtest/lib1939.c
- tests/libtest/lib1940.c
- tests/libtest/lib1945.c
- tests/libtest/lib1947.c
- tests/libtest/lib1948.c
- tests/libtest/lib1955.c
- tests/libtest/lib1956.c
- tests/libtest/lib1957.c
- tests/libtest/lib1958.c
- tests/libtest/lib1959.c
- tests/libtest/lib1960.c
- tests/libtest/lib1964.c
- tests/libtest/lib1970.c
- tests/libtest/lib1971.c
- tests/libtest/lib1972.c
- tests/libtest/lib1973.c
- tests/libtest/lib1974.c
- tests/libtest/lib1975.c
- tests/libtest/lib1977.c
- tests/libtest/lib1978.c
- tests/libtest/lib2023.c
- tests/libtest/lib2032.c
- tests/libtest/lib2082.c
- tests/libtest/lib2301.c
- tests/libtest/lib2302.c
- tests/libtest/lib2304.c
- tests/libtest/lib2306.c
- tests/libtest/lib2308.c
- tests/libtest/lib2309.c
- tests/libtest/lib2402.c
- tests/libtest/lib2404.c
- tests/libtest/lib2405.c
- tests/libtest/lib2502.c
- tests/libtest/lib2700.c
- tests/libtest/lib3010.c
- tests/libtest/lib3025.c
- tests/libtest/lib3026.c
- tests/libtest/lib3027.c
- tests/libtest/lib3033.c
- tests/libtest/lib3100.c
- tests/libtest/lib3101.c
- tests/libtest/lib3102.c
- tests/libtest/lib3103.c
- tests/libtest/lib3104.c
- tests/libtest/lib3105.c
- tests/libtest/lib3207.c
- tests/libtest/lib3208.c
- tests/libtest/lib500.c
- tests/libtest/lib501.c
- tests/libtest/lib502.c
- tests/libtest/lib503.c
- tests/libtest/lib504.c
- tests/libtest/lib505.c
- tests/libtest/lib506.c
- tests/libtest/lib507.c
- tests/libtest/lib508.c
- tests/libtest/lib509.c
- tests/libtest/lib510.c
- tests/libtest/lib511.c
- tests/libtest/lib512.c
- tests/libtest/lib513.c
- tests/libtest/lib514.c
- tests/libtest/lib515.c
- tests/libtest/lib516.c
- tests/libtest/lib517.c
- tests/libtest/lib518.c
- tests/libtest/lib519.c
- tests/libtest/lib520.c
- tests/libtest/lib521.c
- tests/libtest/lib523.c
- tests/libtest/lib524.c
- tests/libtest/lib525.c
- tests/libtest/lib526.c
- tests/libtest/lib530.c
- tests/libtest/lib533.c
- tests/libtest/lib536.c
- tests/libtest/lib537.c
- tests/libtest/lib539.c
- tests/libtest/lib540.c
- tests/libtest/lib541.c
- tests/libtest/lib542.c
- tests/libtest/lib543.c
- tests/libtest/lib544.c
- tests/libtest/lib547.c
- tests/libtest/lib549.c
- tests/libtest/lib552.c
- tests/libtest/lib553.c
- tests/libtest/lib554.c
- tests/libtest/lib555.c
- tests/libtest/lib556.c
- tests/libtest/lib557.c
- tests/libtest/lib558.c
- tests/libtest/lib559.c
- tests/libtest/lib560.c
- tests/libtest/lib562.c
- tests/libtest/lib564.c
- tests/libtest/lib566.c
- tests/libtest/lib567.c
- tests/libtest/lib568.c
- tests/libtest/lib569.c
- tests/libtest/lib570.c
- tests/libtest/lib571.c
- tests/libtest/lib572.c
- tests/libtest/lib573.c
- tests/libtest/lib574.c
- tests/libtest/lib575.c
- tests/libtest/lib576.c
- tests/libtest/lib578.c
- tests/libtest/lib579.c
- tests/libtest/lib582.c
- tests/libtest/lib583.c
- tests/libtest/lib586.c
- tests/libtest/lib589.c
- tests/libtest/lib590.c
- tests/libtest/lib591.c
- tests/libtest/lib597.c
- tests/libtest/lib598.c
- tests/libtest/lib599.c
- tests/libtest/lib643.c
- tests/libtest/lib650.c
- tests/libtest/lib651.c
- tests/libtest/lib652.c
- tests/libtest/lib653.c
- tests/libtest/lib654.c
- tests/libtest/lib655.c
- tests/libtest/lib658.c
- tests/libtest/lib659.c
- tests/libtest/lib661.c
- tests/libtest/lib666.c
- tests/libtest/lib667.c
- tests/libtest/lib668.c
- tests/libtest/lib670.c
- tests/libtest/lib674.c
- tests/libtest/lib676.c
- tests/libtest/lib677.c
- tests/libtest/lib678.c
- tests/libtest/lib694.c
- tests/libtest/lib695.c
- tests/libtest/lib751.c
- tests/libtest/lib753.c
- tests/libtest/mk-lib1521.pl
- tests/tunit/tool1394.c
- tests/tunit/tool1604.c
- tests/tunit/tool1621.c
- tests/unit/README.md
- tests/unit/unit1300.c
- tests/unit/unit1302.c
- tests/unit/unit1303.c
- tests/unit/unit1304.c
- tests/unit/unit1305.c
- tests/unit/unit1307.c
- tests/unit/unit1309.c
- tests/unit/unit1323.c
- tests/unit/unit1330.c
- tests/unit/unit1395.c
- tests/unit/unit1396.c
- tests/unit/unit1397.c
- tests/unit/unit1398.c
- tests/unit/unit1399.c
- tests/unit/unit1600.c
- tests/unit/unit1601.c
- tests/unit/unit1602.c
- tests/unit/unit1603.c
- tests/unit/unit1605.c
- tests/unit/unit1606.c
- tests/unit/unit1607.c
- tests/unit/unit1608.c
- tests/unit/unit1609.c
- tests/unit/unit1610.c
- tests/unit/unit1611.c
- tests/unit/unit1612.c
- tests/unit/unit1614.c
- tests/unit/unit1615.c
- tests/unit/unit1616.c
- tests/unit/unit1620.c
- tests/unit/unit1650.c
- tests/unit/unit1651.c
- tests/unit/unit1652.c
- tests/unit/unit1653.c
- tests/unit/unit1654.c
- tests/unit/unit1655.c
- tests/unit/unit1656.c
- tests/unit/unit1657.c
- tests/unit/unit1658.c
- tests/unit/unit1660.c
- tests/unit/unit1661.c
- tests/unit/unit1663.c
- tests/unit/unit1664.c
- tests/unit/unit1979.c
- tests/unit/unit1980.c
- tests/unit/unit2600.c
- tests/unit/unit2601.c
- tests/unit/unit2602.c
- tests/unit/unit2603.c
- tests/unit/unit2604.c
- tests/unit/unit3200.c
- tests/unit/unit3205.c
- tests/unit/unit3211.c
- tests/unit/unit3212.c
- tests/unit/unit3213.c
- tests/unit/unit3214.c
Change #241153
Category curl Changed by Stefan Eissing <stefan @eissing.org>Changed at Tue 29 Jul 2025 15:02:30 Repository https://github.com/curl/curl.git Project curl Branch master Revision 6b70e8a838ae99d3e3fd1e828c4e96c63b894833 Comments
pytest: use dante-server in CI - add startup check for 'danted' to avoid fails on low cpu - rename 'sockd' to 'danted' everywhere to clarify what we use - add proper defaults for 'danted' for debian - install 'dante-server' in pytest ci runs Closes #18075
Changed files
- .github/workflows/http3-linux.yml
- .github/workflows/linux.yml
- configure.ac
- docs/INSTALL-CMAKE.md
- docs/internals/SCORECARD.md
- docs/tests/HTTP.md
- tests/http/CMakeLists.txt
- tests/http/config.ini.in
- tests/http/test_40_socks.py
- tests/http/testenv/dante.py
- tests/http/testenv/env.py
Change #241167
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Tue 29 Jul 2025 16:15:05 Repository https://github.com/curl/curl.git Project curl Branch master Revision b2ccfbf2fbdf1c22abf6c43882d1d5b84ab88bbf Comments
tool_operate: simplify single_transfer - let the caller do the cleanup on fail - avoid gotos and use direct returns more - use while() loop Closes #18077
Changed files
- src/tool_cfgable.h
- src/tool_operate.c
- src/tool_operhlp.c
Change #241168
Category curl Changed by Daniel Stenberg <daniel @haxx.se>Changed at Tue 29 Jul 2025 16:18:58 Repository https://github.com/curl/curl.git Project curl Branch master Revision cc27bb07a8e6e7717175026a8ccaf1ff52e40274 Comments
config2setopts: set more options unconditionally This function would set some options to NULL and some not. This change now more consistently set the value, even if NULL/0/default. Also removes the 'new in [version]' comments as they were not consistently used and as they have moved around probably aren't correct anymore. Closes #18078
Changed files
- src/config2setopts.c
Change #241183
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Tue 29 Jul 2025 22:31:29 Repository https://github.com/curl/curl.git Project curl Branch master Revision 1a27fcf22f8225af4c263ae3a2d609ec1c523e02 Comments
GHA/windows: enable HTTP/3 in an MSYS2 mingw-w64 OpenSSL job Closes #18087
Changed files
- .github/workflows/windows.yml
Change #241184
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Tue 29 Jul 2025 22:35:06 Repository https://github.com/curl/curl.git Project curl Branch master Revision 952c929bdf70645ee263c45a19518ae976a0292d Comments
schannel: drop old-mingw special case mingw-w64 always defines `CERT_CHAIN_REVOCATION_CHECK_CHAIN`. Also confirmed in CI. Follow-up to 38029101e2d78ba125732b3bab6ec267b80a0e72 #11625 Ref: a28f5f68b965119d9dd1ab6c2a2ccc66c6ed5d1f #18010 Closes #18084
Changed files
- lib/vtls/schannel_int.h
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