Builder curl-threaded-solaris10-i386 Build #4167
Results:
Failed runtest
SourceStamp:
| Project | curl |
| Repository | https://github.com/curl/curl.git |
| Branch | master |
| Revision | e70436a88a7ba16f6a49237054dde41f181fd9c4 |
| Got Revision | e70436a88a7ba16f6a49237054dde41f181fd9c4 |
| Changes | 5 changes |
BuildSlave:
unstable10xReason:
The SingleBranchScheduler scheduler named 'schedule-curl-threaded-solaris10-i386' triggered this build
Steps and Logfiles:
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | master | Build |
| builddir | /export/home/buildbot/slave/curl-threaded-solaris10-i386 | slave |
| buildername | curl-threaded-solaris10-i386 | Builder |
| buildnumber | 4167 | Build |
| codebase | Build | |
| got_revision | e70436a88a7ba16f6a49237054dde41f181fd9c4 | Git |
| osplatform | I386 | SetPropertyFromCommand Step |
| osrelease | 10 | SetPropertyFromCommand Step |
| project | curl | Build |
| repository | https://github.com/curl/curl.git | Build |
| revision | e70436a88a7ba16f6a49237054dde41f181fd9c4 | Build |
| scheduler | schedule-curl-threaded-solaris10-i386 | Scheduler |
| slavename | unstable10x | BuildSlave |
| workdir | /export/home/buildbot/slave/curl-threaded-solaris10-i386 | 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 Jan 7 17:00:37 2026 |
| End | Thu Jan 8 01:38:38 2026 |
| Elapsed | 8 hrs, 38 mins, 1 secs |
All Changes:
:
Change #254404
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 07 Jan 2026 12:44:42 Repository https://github.com/curl/curl.git Project curl Branch master Revision c25fdaf0810d9590e68cf06a939712e089aba8be Comments
GHA/macos: merge two autotools `!ssl` jobs into others, switch one to cmake Number of jobs down to 34 (from 56 at end of last year.) Out of them 7 autotools (was 24 at end of last year.) Also: - stop install brew packages preinstalled. - make some dependency options explicit. Closes #20203
Changed files
- .github/workflows/macos.yml
Change #254418
Category curl Changed by Stefan Eissing <stefan@eissing.org> Changed at Wed 07 Jan 2026 14:30:21 Repository https://github.com/curl/curl.git Project curl Branch master Revision f6e8531c03edcef9da222d1794d52d14247cd5ce Comments
http/3: add description for known server error codes When a server resets a stream with an error code, list that code and its known name in the failure message of the transfer. Ref: #20195 Closes #20202
Changed files
- lib/vquic/curl_ngtcp2.c
- lib/vquic/curl_osslq.c
- lib/vquic/curl_quiche.c
- lib/vquic/vquic.c
- lib/vquic/vquic_int.h
Change #254419
Category curl Changed by Daniel Stenberg <daniel@haxx.se> Changed at Wed 07 Jan 2026 14:31:08 Repository https://github.com/curl/curl.git Project curl Branch master Revision 5f612acaa1936998677f5e664be706374de93efe Comments
urlapi: split parts of parseurl() into sub functions - parse_file - parse_scheme - guess_scheme - handle_fragment - handle_query - handle_path Closes #20205
Changed files
- lib/urlapi.c
- tests/data/test1560
Change #254435
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 07 Jan 2026 16:10:23 Repository https://github.com/curl/curl.git Project curl Branch master Revision 4c9e4e99c107b8d0bda5b204c5b69a50425567b9 Comments
build: detect and include `inttypes.h` again For `PRI*` printf masks for fixed-size C99 types. Also: - add simple fallback for `PRIu32`, `PRIx32`, if `inttypes.h` is missing. Cherry-picked from #20200 Ref: #20207 Follow-up to 4701a6d2ae9f0b66a0feac4061868e944353449b #19695 Ref: 60359ad5049c42f333ac179a58cda87d6e4143a0 #12275 Closes #20208
Changed files
- .github/scripts/cmp-config.pl
- CMake/unix-cache.cmake
- CMake/win32-cache.cmake
- CMakeLists.txt
- lib/config-os400.h
- lib/config-plan9.h
- lib/config-riscos.h
- lib/config-win32.h
- lib/curl_config-cmake.h.in
- lib/curl_setup.h
Change #254439
Category curl Changed by Viktor Szakats <commit@vsz.me> Changed at Wed 07 Jan 2026 16:28:30 Repository https://github.com/curl/curl.git Project curl Branch master Revision e70436a88a7ba16f6a49237054dde41f181fd9c4 Comments
lib: sync printf masks with `uint32_t` types Also adjust a printf mask for signedness. Fixing with MS-DOS DJGPP gcc 12.2.0: ``` lib/conncache.c:612:22: error: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:394:22: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:520:20: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:520:20: error: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:611:20: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:614:22: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:887:20: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:887:20: error: format '%u' expects argument of type 'unsigned int', but argument 5 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:2719:26: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:2725:30: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:2729:28: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:3126:34: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:3348:34: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi.c:3991:28: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi_ev.c:343:24: error: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'uint32_t' {aka 'long unsigned int'} lib/multi_ev.c:413:24: error: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} lib/multi_ev.c:584:36: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi_ntfy.c:113:34: error: format '%d' expects argument of type 'int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/multi_ntfy.c:113:34: error: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} lib/multi_ntfy.c:171:22: error: format '%u' expects argument of type 'unsigned int', but argument 4 has type 'uint32_t' {aka 'long unsigned int'} lib/url.c:883:22: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} lib/url.c:889:22: error: format '%u' expects argument of type 'unsigned int', but argument 3 has type 'uint32_t' {aka 'long unsigned int'} ``` Bug: https://github.com/curl/curl/pull/20199#discussion_r2666363334 Follow-up to 4c9e4e99c107b8d0bda5b204c5b69a50425567b9 #20208 Closes #20200Changed files
- lib/conncache.c
- lib/multi.c
- lib/multi_ev.c
- lib/multi_ntfy.c
- lib/url.c