Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-unthreaded-solaris10-i386 Build #16365

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision3b261e2ad7269d88291aa44480caa66e1f7a690e
Got Revision3b261e2ad7269d88291aa44480caa66e1f7a690e
Changes6 changes

BuildSlave:

unstable10x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-i386' triggered this build

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 55 mins, 40 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16365 Build
codebase Build
got_revision 3b261e2ad7269d88291aa44480caa66e1f7a690e Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 3b261e2ad7269d88291aa44480caa66e1f7a690e Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats

Timing:

StartFri Jan 9 17:16:12 2026
EndSat Jan 10 08:00:06 2026
Elapsed14 hrs, 43 mins, 53 secs

All Changes:

:

  1. Change #254589

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 09 Jan 2026 07:54:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 470e26ff6eb55e8d18d6fa44104834e9d1f71274

    Comments

    RELEASE-NOTES: synced
    Bump to 8.18.1 tentatively

    Changed files

    • RELEASE-NOTES
    • include/curl/curlver.h
  2. Change #254592

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 09 Jan 2026 09:42:01
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision df7718b5cf61de2e4c1f0452957cc41e0034c576

    Comments

    curl: limit Windows-specific code to Windows builds, other tidy-ups
    Prior to this patch, some Windows logic, including a Windows-specific
    warning message was compiled in for all platforms.
    
    Also:
    - fix double space in warning message on UWP.
    - formatting.
    
    Follow-up to 9a2663322c330ff11275abafd612e9c99407a94a #17572
    
    Closes #20213

    Changed files

    • src/tool_cb_rea.c
    • src/tool_operate.c
  3. Change #254595

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 09 Jan 2026 09:45:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3402036e1a1e7e017d1acffd8758e70700b69c66

    Comments

    spacecheck: exclude `RELEASE-NOTES` from a check

    Changed files

    • .github/scripts/spacecheck.pl
  4. Change #254635

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 09 Jan 2026 13:32:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d881b911336eed4a939631f56e5ebe05b7954481

    Comments

    urldata: convert 'long' fields to fixed variable types
    Makes sure they work identically cross-platform, as long varies in size
    between Windows vs non-Windows. Makes Curl_easy 16 bytes smaller on 64
    bit Linux.
    
    This reduces support for the RTSP cseq counters to 32 bit (down from 63
    bit previously on 64 bit non-Windows), but it is probably safe.
    Implementations probably rarely support anything above 32 bits anyway
    and this is how curl has worked on Windows since always.
    
    There is now only one 'long' left in urldata.h (in the ssl_config_data
    struct). That field, certverifyresult, is used to store the response
    code from TLS backend code and in the OpenSSL case that function returns
    an actual 'long'.
    
    Closes #20227

    Changed files

    • lib/getinfo.c
    • lib/progress.c
    • lib/rtsp.c
    • lib/setopt.c
    • lib/urldata.h
  5. Change #254637

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 09 Jan 2026 14:59:30
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9552d9c0c03d9c4a813439607201ef76eb750077

    Comments

    build: detect and include `inttypes.h` again (revert)
    Since not using `PRI*` macros, it isn't needed.
    
    Follow-up to 13c1a934144e98d06214a043ff4538791c7d9583 #20215
    Revert 4c9e4e99c107b8d0bda5b204c5b69a50425567b9 #20208
    
    Closes #20225

    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
  6. Change #254644

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 09 Jan 2026 15:47:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3b261e2ad7269d88291aa44480caa66e1f7a690e

    Comments

    pytest: bump quiche version check update
    Since the Lazy Lucas did not manage to get the fix merged in 0.24.7,
    increase the pytest version check number in the hope that it will happen
    in the next release.
    
    Closes #20229

    Changed files

    • tests/http/test_05_errors.py