Builder curl-ares-solaris11-sparc Build #4294
Results:
Build successful
SourceStamp:
Project | curl |
Repository | https://github.com/curl/curl.git |
Branch | master |
Revision | a33893dac738997ecab7a57e827687ecdb410305 |
Got Revision | a33893dac738997ecab7a57e827687ecdb410305 |
Changes | 6 changes |
BuildSlave:
unstable11sReason:
The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build
Steps and Logfiles:
Build Properties:
Name | Value | Source |
---|---|---|
branch | master | Build |
builddir | /export/home/buildbot/slave/curl-ares-solaris11-sparc | slave |
buildername | curl-ares-solaris11-sparc | Builder |
buildnumber | 4294 | Build |
codebase | Build | |
got_revision | a33893dac738997ecab7a57e827687ecdb410305 | Git |
osplatform | SPARC | SetPropertyFromCommand Step |
osrelease | 11 | SetPropertyFromCommand Step |
project | curl | Build |
repository | https://github.com/curl/curl.git | Build |
revision | a33893dac738997ecab7a57e827687ecdb410305 | Build |
scheduler | schedule-curl-ares-solaris11-sparc | Scheduler |
slavename | unstable11s | BuildSlave |
workdir | /export/home/buildbot/slave/curl-ares-solaris11-sparc | slave (deprecated) |
Forced Build Properties:
Name | Label | Value |
---|
Responsible Users:
- Viktor Szakatscommit@vsz.me
Timing:
Start | Fri Aug 1 20:18:51 2025 |
End | Fri Aug 1 21:42:45 2025 |
Elapsed | 1 hrs, 23 mins, 53 secs |
All Changes:
:
Change #241634
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Fri 01 Aug 2025 18:48:07 Repository https://github.com/curl/curl.git Project curl Branch master Revision 1d56c1401f14d12c02f6fff09baf1b562b8cda7a Comments
lib2700: use `testnum` Follow-up to 02dd471bbf8e04fc595ad0f28c965c278ffcefd0 #17591 Follow-up to d3594be6531df3d5eafcdd09f84ad9dee1777028 #17136 Closes #18138
Changed files
- tests/data/test2708
- tests/libtest/lib2700.c
Change #241635
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Fri 01 Aug 2025 18:49:23 Repository https://github.com/curl/curl.git Project curl Branch master Revision ac0222d35561fe952b5f26c26bac891f89a618c9 Comments
CURLOPT: bump `CURLWS_NOAUTOPONG`, `CURLWS_RAW_MODE` 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: - CURLWS_NOAUTOPONG - CURLWS_RAW_MODE Also: - keep existing cast within the documentation to make sure it applies to older curl versions as well. Closes #18137
Changed files
- include/curl/websockets.h
- tests/libtest/lib2301.c
- tests/libtest/lib2700.c
Change #241636
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Fri 01 Aug 2025 18:49:23 Repository https://github.com/curl/curl.git Project curl Branch master Revision ebbb8e3da75ee57925560ae0d352edfde86def07 Comments
CURLOPT: bump `CURL_SSLVERSION_*` 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_SSLVERSION_DEFAULT - CURL_SSLVERSION_SSLv2 - CURL_SSLVERSION_SSLv3 - CURL_SSLVERSION_TLSv1 - CURL_SSLVERSION_TLSv1_0 - CURL_SSLVERSION_TLSv1_1 - CURL_SSLVERSION_TLSv1_2 - CURL_SSLVERSION_TLSv1_3 - CURL_SSLVERSION_MAX_DEFAULT - CURL_SSLVERSION_MAX_NONE - CURL_SSLVERSION_MAX_TLSv1_0 - CURL_SSLVERSION_MAX_TLSv1_1 - CURL_SSLVERSION_MAX_TLSv1_2 - CURL_SSLVERSION_MAX_TLSv1_3 Also: - keep existing cast within the documentation to make sure it applies to older curl versions as well. Closes #18135
Changed files
- include/curl/curl.h
Change #241637
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Fri 01 Aug 2025 18:49:23 Repository https://github.com/curl/curl.git Project curl Branch master Revision b131db54106ea009835eb4c01968a9e7181f0fd4 Comments
CURLOPT: bump `CURLPROTO_*` 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: - CURLPROTO_HTTP - CURLPROTO_HTTPS - CURLPROTO_FTP - CURLPROTO_FTPS - CURLPROTO_SCP - CURLPROTO_SFTP - CURLPROTO_TELNET - CURLPROTO_LDAP - CURLPROTO_LDAPS - CURLPROTO_DICT - CURLPROTO_FILE - CURLPROTO_TFTP - CURLPROTO_IMAP - CURLPROTO_IMAPS - CURLPROTO_POP3 - CURLPROTO_POP3S - CURLPROTO_SMTP - CURLPROTO_SMTPS - CURLPROTO_RTSP - CURLPROTO_RTMP - CURLPROTO_RTMPT - CURLPROTO_RTMPE - CURLPROTO_RTMPTE - CURLPROTO_RTMPS - CURLPROTO_RTMPTS - CURLPROTO_GOPHER - CURLPROTO_SMB - CURLPROTO_SMBS - CURLPROTO_MQTT - CURLPROTO_GOPHERS - CURLPROTO_ALL Also: - keep existing cast within the documentation to make sure it applies to older curl versions as well. Closes #18136
Changed files
- include/curl/curl.h
- lib/doh.c
- lib/urldata.h
- tests/libtest/lib1535.c
Change #241638
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Fri 01 Aug 2025 18:49:23 Repository https://github.com/curl/curl.git Project curl Branch master Revision 80297e1dcb26b353464096be276fca3bc258614f Comments
CURLOPT: bump remaining 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: - CURLGSSAPI_DELEGATION_FLAG - CURLGSSAPI_DELEGATION_NONE - CURLGSSAPI_DELEGATION_POLICY_FLAG - CURLMIMEOPT_FORMESCAPE - CURLSSH_AUTH_AGENT - CURLSSH_AUTH_ANY - CURLSSH_AUTH_DEFAULT - CURLSSH_AUTH_GSSAPI - CURLSSH_AUTH_HOST - CURLSSH_AUTH_KEYBOARD - CURLSSH_AUTH_NONE - CURLSSH_AUTH_PASSWORD - CURLSSH_AUTH_PUBLICKEY Also: - keep existing cast within the documentation to make sure it applies to older curl versions as well. Closes #18134
Changed files
- docs/examples/sftpget.c
- include/curl/curl.h
Change #241642
Category curl Changed by Viktor Szakats <commit @vsz.me>Changed at Fri 01 Aug 2025 18:54:27 Repository https://github.com/curl/curl.git Project curl Branch master Revision a33893dac738997ecab7a57e827687ecdb410305 Comments
examples: drop long cast for `CURLALTSVC_*` Follow-up to d45b85d79198a0259123923a6aa186ded2aaca6c #18063
Changed files
- docs/examples/altsvc.c