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

Builder curl-threaded-solaris10-i386 Build #4563

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 12 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 50 mins, 59 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-threaded-solaris10-i386 slave
buildername curl-threaded-solaris10-i386 Builder
buildnumber 4563 Build
codebase Build
got_revision 755e36ead1e8dfb8d9c650359afd81f5d3d8eb05 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 755e36ead1e8dfb8d9c650359afd81f5d3d8eb05 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:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartSat Sep 26 16:55:39 2026
EndSat Sep 26 21:46:53 2026
Elapsed4 hrs, 51 mins, 14 secs

All Changes:

:

  1. Change #283250

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 26 Sep 2026 11:12:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 941cda6f8d9aea37d7d41a8829243eafd07f5236

    Comments

    mprintf: make mprintf() and mfprintf() return -1 on error
    Previously they returned the number of characters it output at the time
    of the error, but that is not only contrary to what POSIX does, it also
    makes it next to impossible for a caller to know when for example the
    output failed because out of disk space or similar.
    
    Verified by test 2380
    Closes #23112

    Changed files

    • docs/libcurl/curl_mprintf.md
    • lib/mprintf.c
    • tests/data/Makefile.am
    • tests/data/test2380
    • tests/libtest/Makefile.inc
    • tests/libtest/lib2380.c
  2. Change #283280

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 14:14:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 47c08c8282aba97ffdaf3095b713620c83465c5f

    Comments

    GHA: update dependency cloudflare/quiche to v0.30.0 (revert)
    It takes longer than expected to figure out how to keep building it.
    (autotools works already. CMake not yet.)
    
    This reverts commit efc5e67bda67b9573694e820cc8c1273f01ce937 #22988
    
    Ref: #23088
    
    Closes #23116

    Changed files

    • .github/workflows/http3-linux.yml
  3. Change #283282

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 14:53:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1fd01914286378e3db040b8ea8415fed317a5268

    Comments

    GHA/http3-linux: reduce quiche cache blob size
    With quiche:
    - 0.29.3: 170 -> 87MB
    - 0.30.0: 220 -> 120MB
    
    Cherry-picked from #23088
    
    Closes #23117

    Changed files

    • .github/workflows/http3-linux.yml
  4. Change #283284

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 15:20:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a9396148364758269b8b8621d90683912da4c2fe

    Comments

    GHA/curl-for-win: drop redundant env
    No need to set llvm version for a gcc job.
    
    Closes #23118

    Changed files

    • .github/workflows/curl-for-win.yml
  5. Change #283286

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Sat 26 Sep 2026 16:10:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0feb52b3ba0fbbed3747c400cdb4a1f7725c1252

    Comments

    cf-socket: adjust NO_SYN_RETRANSMISSIONS for older Windows
    The flag TCP_INITIAL_RTO_NO_SYN_RETRANSMISSIONS, could not be set to
    zero before Windows 10, version 1709. Instead set it to 1 on those
    system.
    
    Ref: https://mail.openjdk.org/pipermail/net-dev/2020-July/014213.html
    Reported-by: aschank on github
    Fixes #23084
    Closes #23103

    Changed files

    • lib/cf-socket.c
  6. Change #283288

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 26 Sep 2026 18:00:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 755e36ead1e8dfb8d9c650359afd81f5d3d8eb05

    Comments

    GHA/curl-for-win: switch to arm64 runners for Linux and Windows builds (5 jobs)
    Slightly faster than Intel. Also more efficient. Saving ~3 minutes.
    
    Refs:
    https://github.com/curl/curl-for-win/commit/5d368c620abfbd769d81076c45c69b3478925d66
    https://github.com/curl/curl-for-win/commit/652a3e9b733cea19e9fbfb9690dab05ac44f5de6
    
    Closes #23115

    Changed files

    • .github/workflows/curl-for-win.yml