Builder curl-unthreaded-solaris10-sparc Build #13513
Results:
Build successful
SourceStamp:
| Project | curl |
| Repository | https://github.com/curl/curl.git |
| Branch | master |
| Revision | 0180af248119d373b74b6906c5adac71d4b6cdfe |
| Got Revision | 0180af248119d373b74b6906c5adac71d4b6cdfe |
| Changes | 5 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 | 13513 | Build |
| codebase | Build | |
| got_revision | 0180af248119d373b74b6906c5adac71d4b6cdfe | Git |
| osplatform | SPARC | SetPropertyFromCommand Step |
| osrelease | 10 | SetPropertyFromCommand Step |
| project | curl | Build |
| repository | https://github.com/curl/curl.git | Build |
| revision | 0180af248119d373b74b6906c5adac71d4b6cdfe | 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:
- Viktor Szakatscommit@vsz.me
Timing:
| Start | Sun Nov 30 11:08:28 2025 |
| End | Sun Nov 30 12:03:01 2025 |
| Elapsed | 54 mins, 32 secs |
All Changes:
:
Change #250517
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Sun 30 Nov 2025 11:01:50 Repository https://github.com/curl/curl.git Project curl Branch master Revision 2253bc330f56315faaa287c29d7612f5a34d8058 Comments
lib/subdirs: fix formatting nits Closes #19757
Changed files
- lib/curlx/base64.c
- lib/curlx/dynbuf.c
- lib/curlx/dynbuf.h
- lib/curlx/fopen.h
- lib/curlx/inet_ntop.c
- lib/curlx/inet_ntop.h
- lib/curlx/inet_pton.c
- lib/curlx/inet_pton.h
- lib/curlx/nonblock.c
- lib/curlx/strerr.c
- lib/curlx/strparse.c
- lib/curlx/timediff.c
- lib/curlx/timeval.c
- lib/curlx/wait.c
- lib/curlx/warnless.c
- lib/curlx/warnless.h
- lib/curlx/winapi.c
- lib/vauth/cleartext.c
- lib/vauth/cram.c
- lib/vauth/digest.c
- lib/vauth/digest_sspi.c
- lib/vauth/gsasl.c
- lib/vauth/krb5_gssapi.c
- lib/vauth/krb5_sspi.c
- lib/vauth/ntlm.c
- lib/vauth/ntlm_sspi.c
- lib/vauth/oauth2.c
- lib/vauth/spnego_sspi.c
- lib/vauth/vauth.c
- lib/vquic/curl_ngtcp2.c
- lib/vquic/curl_osslq.c
- lib/vquic/curl_quiche.c
- lib/vquic/vquic-tls.c
- lib/vquic/vquic-tls.h
- lib/vquic/vquic.c
- lib/vquic/vquic_int.h
- lib/vssh/libssh.c
- lib/vssh/libssh2.c
- lib/vssh/ssh.h
- lib/vssh/vssh.c
- lib/vtls/apple.c
- lib/vtls/cipher_suite.c
- lib/vtls/gtls.c
- lib/vtls/gtls.h
- lib/vtls/hostcheck.c
- lib/vtls/keylog.c
- lib/vtls/mbedtls.c
- lib/vtls/mbedtls_threadlock.c
- lib/vtls/mbedtls_threadlock.h
- lib/vtls/openssl.c
- lib/vtls/openssl.h
- lib/vtls/rustls.c
- lib/vtls/schannel.c
- lib/vtls/schannel.h
- lib/vtls/schannel_verify.c
- lib/vtls/vtls.c
- lib/vtls/vtls.h
- lib/vtls/vtls_int.h
- lib/vtls/vtls_scache.c
- lib/vtls/vtls_scache.h
- lib/vtls/vtls_spack.c
- lib/vtls/wolfssl.c
- lib/vtls/wolfssl.h
- lib/vtls/x509asn1.c
Change #250518
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Sun 30 Nov 2025 11:01:50 Repository https://github.com/curl/curl.git Project curl Branch master Revision 47a1ab2ebecb21485c0e955316d90511e80a3c43 Comments
lib: fix formatting nits (part 1) From `lib/a*` to `lib/cs*`. Closes #19764
Changed files
- lib/altsvc.c
- lib/altsvc.h
- lib/amigaos.c
- lib/arpa_telnet.h
- lib/asyn-ares.c
- lib/asyn-base.c
- lib/asyn-thrdd.c
- lib/asyn.h
- lib/bufq.c
- lib/bufq.h
- lib/bufref.c
- lib/bufref.h
- lib/cf-h1-proxy.c
- lib/cf-h1-proxy.h
- lib/cf-h2-proxy.c
- lib/cf-haproxy.c
- lib/cf-ip-happy.c
- lib/cf-socket.c
- lib/cf-socket.h
- lib/cfilters.c
- lib/cfilters.h
- lib/conncache.c
- lib/conncache.h
- lib/connect.c
- lib/connect.h
- lib/cookie.c
- lib/cookie.h
- lib/cshutdn.c
Change #250519
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Sun 30 Nov 2025 11:01:50 Repository https://github.com/curl/curl.git Project curl Branch master Revision 6d156bc05f6d96a84a5c6a464dee638870e92094 Comments
tests/data: replace Perl `&&` with `and` for XML-compliance Bringing down non-XML-compliant files to 50 (from 58). Follow-up to 7f3731ce142c1d74023abad183cc8ce0fd527fab #19595 Closes #19765
Changed files
- tests/data/test1506
- tests/data/test1510
- tests/data/test1512
- tests/data/test1542
- tests/data/test2402
- tests/data/test2404
- tests/data/test2502
- tests/data/test96
Change #250520
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Sun 30 Nov 2025 11:01:50 Repository https://github.com/curl/curl.git Project curl Branch master Revision 2d2d70b6e568f229d140264361a219851de1fd56 Comments
test613.pl: integrate mtime check for test 1445, 1446 Move check logic from postchecks to `test613.pl`. To make these test data files XML-compliant. Also to avoid POSIX/bash-shellisms in postcheck. Closes #19766
Changed files
- tests/data/test1445
- tests/data/test1446
- tests/libtest/test613.pl
Change #250521
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Sun 30 Nov 2025 11:01:50 Repository https://github.com/curl/curl.git Project curl Branch master Revision 0180af248119d373b74b6906c5adac71d4b6cdfe Comments
tests/data: add `%PERL` to postcheck commands where missing To avoid potentially executing a different Perl than used by the rest of the build and tests. Also to be more portable by not relying on shebang support, though these particular tests require POSIX shell anyway. Closes #19767
Changed files
- tests/data/test1013
- tests/data/test1014
- tests/data/test1022
- tests/data/test1023