Builder curl-unthreaded-solaris10-sparc Build #13206
Results:
Failed runtest
SourceStamp:
Project | curl |
Repository | https://github.com/curl/curl.git |
Branch | master |
Revision | 639d5e0f5e943885d053e266c342379dcfa83563 |
Got Revision | 639d5e0f5e943885d053e266c342379dcfa83563 |
Changes | 10 changes |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc | slave |
buildername | curl-unthreaded-solaris10-sparc | Builder |
buildnumber | 13206 | Build |
codebase | Build | |
got_revision | 639d5e0f5e943885d053e266c342379dcfa83563 | Git |
osplatform | SPARC | SetPropertyFromCommand Step |
osrelease | 10 | SetPropertyFromCommand Step |
project | curl | Build |
repository | https://github.com/curl/curl.git | Build |
revision | 639d5e0f5e943885d053e266c342379dcfa83563 | Build |
scheduler | schedule-curl-unthreaded-solaris10-sparc | Scheduler |
slavename | unstable10s | BuildSlave |
workdir | /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Daniel McCarneydaniel@binaryparadox.net
- Rod Widdowsonrdw@steadingsoftware.com
- Stefan Eissingstefan@eissing.org
- Theodore A. Rothtroth@openavr.org
- Viktor Szakatscommit@vsz.me
Timing:
Start | Sun Jun 15 16:10:45 2025 |
End | Mon Jun 16 07:29:35 2025 |
Elapsed | 15 hrs, 18 mins, 50 secs |
All Changes:
:
Change #232235
Category curl Changed by Rod Widdowson <rdw @steadingsoftware.com>Changed at Sun 15 Jun 2025 00:55:08 Repository https://github.com/curl/curl.git Project curl Branch master Revision df1ff17f88a623b12c13ffd893ca4ac47c5f04d1 Comments
schannel: allow partial chains for manual peer verification - Align --cacert behaviour with OpenSSL and LibreSSL. This changes the default behavior of Schannel manual certificate verification, which is used when the user provides their own CA certificates for verification, to accept partial chains. In other words, the user may provide an intermediate certificate without having to provide the root CA. Win8/Server2012 widened the PKIX chain traversal API to allow certificate traversal to terminate at an intermediate. This behaviour (terminate at the fist matching intermediate) is the default for LibreSSL and OpenSSL (with OpenSSL allowing control via CURLSSLOPT_NO_PARTIALCHAIN). This change uses the new API if it is available, and also allows the behaviour to revert legacy if CURLSSLOPT_NO_PARTIALCHAIN is present. Closes https://github.com/curl/curl/pull/17418
Changed files
- docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md
- docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md
- lib/vtls/schannel_verify.c
Change #232238
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Sun 15 Jun 2025 01:31:34 Repository https://github.com/curl/curl.git Project curl Branch master Revision bb7ea30fb604cdd9059d85eafe972349f56c42b0 Comments
GHA/windows: enable H3 in the MSVC OpenSSL job Requires windows-runner 20250602.1 for ngtcp2 1.13.0. Follow-up to c129d0b1a8769b352a3cf906fa0d3919b4a8ea3d #17561 Ref: https://github.com/curl/curl/pull/17561#issuecomment-2959583138 Closes #17577
Changed files
- .github/workflows/windows.yml
Change #232240
Category curl Changed by Daniel McCarney <daniel @binaryparadox.net>Changed at Sun 15 Jun 2025 01:38:25 Repository https://github.com/curl/curl.git Project curl Branch master Revision 4dabcf4c48be33b92a430b1f49670d86a8ea5b80 Comments
lib: remove superfluous setopt break for CURLOPT_SSL_FALSESTART Reported-by: 4lan.m Ref: https://github.com/curl/curl/commit/1e2e808defe6850295baa002d07cde9a129ec791#r159957160 Follow-up to 1e2e808defe6850295baa002d07cde9a129ec791 #17595 Closes #17615
Changed files
- lib/setopt.c
Change #232241
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Sun 15 Jun 2025 01:38:26 Repository https://github.com/curl/curl.git Project curl Branch master Revision 924c7e15dce54cfe70920e4a3bad4886835f1c4e Comments
tidy-up: update deprecated status of some symbols/options `CURLOPT_SSL_FALSESTART` / `--false-start`, Secure Transport, BearSSL, GSKit, MesaLink, NSS. Follow-up to 1e2e808defe6850295baa002d07cde9a129ec791 #17595 Follow-up to 08a3e8e19a59d1530bfb208e187ac7c34c978dfd #16677 Closes #17605
Changed files
- docs/cmdline-opts/false-start.md
- docs/libcurl/curl_easy_setopt.md
- docs/libcurl/opts/CURLOPT_SSL_FALSESTART.md
- docs/libcurl/symbols-in-versions
- include/curl/curl.h
- src/tool_listhelp.c
Change #232244
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Sun 15 Jun 2025 02:02:28 Repository https://github.com/curl/curl.git Project curl Branch master Revision 2f312a14da94068d58b6a39f79f82acd0bf82149 Comments
warnless: replace `read()`/`write()` wrapper functions with macros (Windows) Map them to `_read()`/`_write()` (with underscore) to avoid recursive mapping and to use the non-compatibility naming on Windows. https://learn.microsoft.com/cpp/c-runtime-library/reference/read https://learn.microsoft.com/cpp/c-runtime-library/reference/write Follow-up to 6239146e931fd3127f6994975a56d1b4884a708a Closes #17619
Changed files
- lib/curlx/warnless.c
- lib/curlx/warnless.h
Change #232247
Category curl Changed by Theodore A. Roth <troth @openavr.org>Changed at Sun 15 Jun 2025 05:15:04 Repository https://github.com/curl/curl.git Project curl Branch master Revision 17f2a220a99db30bacd66df4df677dfb0a18b405 Comments
openssl: Fix openssl engines - Return CURLE_OK if the engine successfully loaded. Prior to this change: When loading an openssl engine, the result code is initialized to CURLE_SSL_ENGINE_NOTFOUND, but is never set to CURLE_OK when the engine was successfully loaded. This causes curl to error out, falsely stating engine not found when it actually was. Broken since f2ce6c46 (precedes 8.14.0) which added support for using engines and providers at the same time. Fixes https://github.com/curl/curl/issues/17617 Closes https://github.com/curl/curl/pull/17618
Changed files
- lib/vtls/openssl.c
Change #232788
Category curl Changed by Stefan Eissing <stefan @eissing.org>Changed at Sun 15 Jun 2025 09:22:25 Repository https://github.com/curl/curl.git Project curl Branch master Revision 66d35ee5d4c184fff90d545426ca4525c6ad966d Comments
lib: avoid reusing unclean connection When `curl_easy_cleanup()` is invoked while still being part of a multi handle, the code will auto-remove it. But since the connection was detached first, the code in `curl_multi_remove_handle()` that invalidates dirty connections did not bite. Attach the connection *after* the possible remove from a multi handle, so that connection reuse can be prevented. Add test753 to reproduce and verify the fix. This required adding the new debug env var CURL_FTP_PWD_STOP, to have a transfer return from multi_perform() early with a connection that does not show and pending input. Reported-by: Brian Harris Fixes https://github.com/curl/curl/issues/17578 Closes https://github.com/curl/curl/pull/17607
Changed files
- docs/libcurl/libcurl-env-dbg.md
- lib/ftp.c
- lib/url.c
- tests/data/Makefile.am
- tests/data/test753
- tests/libtest/Makefile.inc
- tests/libtest/lib753.c
Change #234227
Category curl Changed by Stefan Eissing <stefan @eissing.org>Changed at Sun 15 Jun 2025 12:07:22 Repository https://github.com/curl/curl.git Project curl Branch master Revision 984c96e307a84f16cf62976f81414e98f7b7ad22 Comments
digest: fix build with disabled digest auth Fix building with `--disable-digest-auth`. Make test cases run in such a build. Add such a build to our CI jobs. Reported-by: Tristan Perrault Fixes #17612 Closes #17614
Changed files
- .github/workflows/linux.yml
- lib/vauth/vauth.h
- tests/data/test1001
- tests/data/test1002
- tests/data/test1030
- tests/data/test1060
- tests/data/test1061
- tests/data/test1071
- tests/data/test1079
- tests/data/test1095
- tests/data/test1229
- tests/data/test1284
- tests/data/test1285
- tests/data/test1286
- tests/data/test1412
- tests/data/test1418
- tests/data/test1437
- tests/data/test153
- tests/data/test154
- tests/data/test1568
- tests/data/test167
- tests/data/test168
- tests/data/test169
- tests/data/test175
- tests/data/test177
- tests/data/test2024
- tests/data/test2026
- tests/data/test2027
- tests/data/test2028
- tests/data/test2030
- tests/data/test2058
- tests/data/test2059
- tests/data/test206
- tests/data/test2061
- tests/data/test2063
- tests/data/test2064
- tests/data/test2066
- tests/data/test2067
- tests/data/test2069
- tests/data/test2076
- tests/data/test245
- tests/data/test246
- tests/data/test258
- tests/data/test259
- tests/data/test273
- tests/data/test335
- tests/data/test388
- tests/data/test540
- tests/data/test551
- tests/data/test552
- tests/data/test565
- tests/data/test579
- tests/data/test64
- tests/data/test65
- tests/data/test70
- tests/data/test72
- tests/data/test821
- tests/data/test823
- tests/data/test830
- tests/data/test832
- tests/data/test833
- tests/data/test835
- tests/data/test864
- tests/data/test867
- tests/data/test869
- tests/data/test876
- tests/data/test878
- tests/data/test879
- tests/data/test88
- tests/data/test881
- tests/data/test891
- tests/data/test905
- tests/data/test907
- tests/data/test932
- tests/data/test934
- tests/data/test935
- tests/data/test937
- tests/http/test_14_auth.py
Change #234935
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Sun 15 Jun 2025 13:32:24 Repository https://github.com/curl/curl.git Project curl Branch master Revision 6b016cec5528542d701fe630d7ee17f0d53fe3d8 Comments
tidy-up: two comments Follow-up to 2c27a67daa1b76859c18d63e4e1f528db05b5e13 #17590 Follow-up to df1ff17f88a623b12c13ffd893ca4ac47c5f04d1 #17418 Closes #17624
Changed files
- CMakeLists.txt
- lib/vtls/schannel_verify.c
Change #235190
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Sun 15 Jun 2025 14:11:21 Repository https://github.com/curl/curl.git Project curl Branch master Revision 639d5e0f5e943885d053e266c342379dcfa83563 Comments
tests: tidy up server main function, whitespace and README Follow-up to 2c27a67daa1b76859c18d63e4e1f528db05b5e13 #17590 Closes #17625
Changed files
- tests/server/first.c
- tests/unit/README.md
- tests/unit/curlcheck.h