Builder curl-ares-solaris10-sparc Build #3667
Build In Progress:
ETA: 16:42:47 [18 mins, 11 secs]
[waiting for Lock]SourceStamp:
| Project | curl |
| Repository | https://github.com/curl/curl.git |
| Branch | master |
| Revision | d2886c5ac47bf5e08f74ee2c027ab16b23a64587 |
| Changes | 4 changes |
BuildSlave:
unstable10sReason:
The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' triggered this build
Steps and Logfiles:
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
-
- - no logs -
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 | 3667 | Build |
| codebase | Build | |
| project | curl | Build |
| repository | https://github.com/curl/curl.git | Build |
| revision | d2886c5ac47bf5e08f74ee2c027ab16b23a64587 | 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
- Stefan Eissingstefan@eissing.org
Timing:
| Start | Wed Jun 17 14:20:11 2026 |
| Elapsed | 2 hrs, 4 mins, 24 secs |
All Changes:
:
Change #271417
Category curl Changed by Stefan Eissing <stefan@eissing.org> Changed at Wed 17 Jun 2026 07:54:11 Repository https://github.com/curl/curl.git Project curl Branch master Revision 74ac8e74ec61575f506645ce5eb786ff8fb5503d Comments
creds: create with empty user+pass Allow creation of a `Curl_creds` instance with empty username and password (not NULL username/password). There are authentication schemes like <insert greek mythology'> that do not use the actual values of username/password but trigger on the mere existance. We have no test cases for this, so this is a shot in the dark here. Fixes #21943 Reported-by: Dan Fandrich Closes #22044
Changed files
- lib/creds.c
Change #271447
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Wed 17 Jun 2026 12:03:41 Repository https://github.com/curl/curl.git Project curl Branch master Revision 39caaff7b3a5f571b49b8a6a7168c1f19089c878 Comments
libtest: unify on easy_setopt macro - drop the old test_setopt() which did the same thing - remove #if 0'ed macros from first.h These macros now store results in 'result' more aggressively, but I believe that is generally favorable. Closes #22057
Changed files
- tests/libtest/first.h
- tests/libtest/lib1156.c
- tests/libtest/lib1517.c
- tests/libtest/lib1518.c
- tests/libtest/lib1520.c
- tests/libtest/lib1522.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/lib1533.c
- tests/libtest/lib1540.c
- tests/libtest/lib1549.c
- tests/libtest/lib1553.c
- tests/libtest/lib1571.c
- tests/libtest/lib1576.c
- tests/libtest/lib1582.c
- tests/libtest/lib1591.c
- tests/libtest/lib1598.c
- tests/libtest/lib1686.c
- tests/libtest/lib1906.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/lib1955.c
- tests/libtest/lib1956.c
- tests/libtest/lib1957.c
- tests/libtest/lib1958.c
- tests/libtest/lib1959.c
- tests/libtest/lib1960.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/lib1978.c
- tests/libtest/lib2023.c
- tests/libtest/lib2502.c
- tests/libtest/lib2504.c
- tests/libtest/lib2505.c
- tests/libtest/lib2506.c
- tests/libtest/lib3025.c
- tests/libtest/lib3034.c
- tests/libtest/lib3100.c
- tests/libtest/lib3101.c
- tests/libtest/lib3102.c
- tests/libtest/lib3103.c
- tests/libtest/lib3104.c
- tests/libtest/lib500.c
- tests/libtest/lib501.c
- tests/libtest/lib505.c
- tests/libtest/lib506.c
- tests/libtest/lib508.c
- tests/libtest/lib509.c
- tests/libtest/lib510.c
- tests/libtest/lib511.c
- tests/libtest/lib513.c
- tests/libtest/lib514.c
- tests/libtest/lib515.c
- tests/libtest/lib516.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/lib536.c
- tests/libtest/lib537.c
- tests/libtest/lib539.c
- tests/libtest/lib541.c
- tests/libtest/lib542.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/lib556.c
- tests/libtest/lib559.c
- tests/libtest/lib562.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/lib574.c
- tests/libtest/lib576.c
- tests/libtest/lib578.c
- tests/libtest/lib579.c
- tests/libtest/lib586.c
- tests/libtest/lib589.c
- tests/libtest/lib590.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/lib654.c
- tests/libtest/lib655.c
- tests/libtest/lib661.c
- tests/libtest/lib666.c
- tests/libtest/lib667.c
- tests/libtest/lib668.c
- tests/libtest/lib670.c
- tests/libtest/lib676.c
- tests/libtest/lib694.c
- tests/libtest/lib695.c
- tests/libtest/lib757.c
- tests/libtest/lib758.c
Change #271448
Category curl Changed by Stefan Eissing <stefan@eissing.org> Changed at Wed 17 Jun 2026 12:04:49 Repository https://github.com/curl/curl.git Project curl Branch master Revision 8c3ef95adf33efedc8fd338a6307015b898a273b Comments
dns-httpsrr-lookup: use origin, not peer Origin is the correct peer for lookup of HTTPS-RR records. Closes #22059
Changed files
- lib/vtls/openssl.c
- lib/vtls/rustls.c
- lib/vtls/wolfssl.c
Change #271459
Category curl Changed by Stefan Eissing <stefan@eissing.org> Changed at Wed 17 Jun 2026 14:05:03 Repository https://github.com/curl/curl.git Project curl Branch master Revision d2886c5ac47bf5e08f74ee2c027ab16b23a64587 Comments
http: for basic+digest auth, do not engage on empty user+passwd Since we have the quirky of empty credentials (the empty string for username and password) for Negotiate reactivated, we need to check for this when considering Basic and Digest auth. Verify a redirect to blank user+password in test 2208 Closes #22060
Changed files
- lib/creds.h
- lib/http.c
- tests/data/Makefile.am
- tests/data/test2208