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

Builder curl-threaded-solaris11-i386 Build #5241

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisioneb6d1e098e98f6e15cb8fdd24f87419bd7a8787f
Got Revisioneb6d1e098e98f6e15cb8fdd24f87419bd7a8787f
Changes9 changes

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 51 mins, 59 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 5241 Build
codebase Build
got_revision eb6d1e098e98f6e15cb8fdd24f87419bd7a8787f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision eb6d1e098e98f6e15cb8fdd24f87419bd7a8787f Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartMon Jun 15 16:47:11 2026
EndMon Jun 15 19:05:11 2026
Elapsed2 hrs, 18 mins, 0 secs

All Changes:

:

  1. Change #271130

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 15 Jun 2026 14:32:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b0d733e143e53d2e99cd2d2b935741ce21561e1a

    Comments

    VULN-DISCLOSURE-POLICY: non-released code
    Closes #22025

    Changed files

    • docs/VULN-DISCLOSURE-POLICY.md
  2. Change #271136

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 15 Jun 2026 14:42:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9f25dcea55713aa37451c52b809e16ae1509bfe4

    Comments

    checksrc: detect and warn for (void)!
    It's plain weird. Don't do it.
    
    Closes #22023

    Changed files

    • scripts/checksrc.pl
  3. Change #271137

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 15 Jun 2026 14:43:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c8d8f081fd62c68c588f8963a8e441c730a23b5b

    Comments

    src/test: avoid (void)! constructs
    The reason to use them seems to be that just (void) before a function
    call is not enough to silence compiler warnings when return codes are
    ignored and -Werror=unused-result is used.
    
    While (void)! apparently works to silence those warnings, it is just too
    weird and surprising to readers to use.
    
    It is rather a reason to reconsider the usefulness of the warning.
    
    Closes #22023

    Changed files

    • src/tool_setopt.c
    • tests/server/util.c
  4. Change #271146

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 15 Jun 2026 15:42:22
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7333f6674c8d3dbbe3728c2bf18f24d43a666ea0

    Comments

    cf-capsule: complete filter
    Make the capsule filter complete, implement:
    
    - pollset handling
    - flush handling and querying
    - shutdown handling
    - replace allocated send buffer with a bufq
    
    Closes #22019

    Changed files

    • lib/vquic/capsule.c
    • lib/vquic/capsule.h
    • lib/vquic/cf-capsule.c
    • lib/vquic/cf-capsule.h
    • lib/vquic/vquic.c
    • lib/vquic/vquic_int.h
    • tests/unit/unit3400.c
  5. Change #271147

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 15 Jun 2026 15:44:08
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ce740403eeb6b948d769b0418ea6066541a7f07

    Comments

    verify-release: verify more thoroughly with git
    If the script is invoked in a git repository it verifies the tarball
    better.
    
    Closes #22018

    Changed files

    • docs/VERIFY.md
    • scripts/verify-release
  6. Change #271152

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 15:52:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d09426187a1a0e3ad735fc257c6b8eed3612f9a

    Comments

    servers: accept `unlink()` failing due to the file missing
    In `bind_unix_socket()`, before retrying `bind()`.
    
    This patch uses `ENOENT`. This was last time in source between
    d25b0503795f1fbf557632ce870298f52f2a78c1 (2018) and
    dffd996e3b54a0c9314b1c93c7f837a5b2b1fc3d (2023), and also earlier. Also
    defined by supported Windows envs. Seems safe to use.
    
    Reported-by CodeQL
    Follow-up to 99fb36797a3f0b64ad20fcb8b83026875640f8e0
    Cherry-picked from #22010
    
    Closes #22028

    Changed files

    • tests/server/util.c
  7. Change #271153

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 15 Jun 2026 15:55:29
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8932063828393b76403e1048948257ccdd2965e9

    Comments

    lib668: do not assume null-terminator in test input data
    For correctness. Did not cause an issue, because the null-terminator is
    present.
    
    Also:
    - change a size type to avoid casts.
    - reuse input length value.
    
    Spotted by GitHub Code Quality
    
    Follow-up to 1e4cb333ef632bf081045bb7b36f0736bec52708 #4826
    
    Closes #22027

    Changed files

    • tests/libtest/lib668.c
  8. Change #271154

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 15 Jun 2026 15:55:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f497b25672227df564e523097845f7169724520e

    Comments

    cf-setup: own source file
    Move the setup filter into its own source file.
    
    Move the main connect driving function, `Curl_conn_connect()`,
    from cfilters.c to connect.c.
    
    Closes #22022

    Changed files

    • lib/Makefile.inc
    • lib/cf-https-connect.c
    • lib/cf-setup.c
    • lib/cf-setup.h
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/connect.c
    • lib/connect.h
    • lib/curl_trc.c
  9. Change #271156

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 15 Jun 2026 15:59:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision eb6d1e098e98f6e15cb8fdd24f87419bd7a8787f

    Comments

    ratelimits: use minimal burst rate
    Some protocols (and servers) prefer to batch IO and will not send data
    unless the window is of sufficient size. Set the burst rate for our
    rate limits to a minimum of 32KB to prevent stalling.
    
    Reported-by: Tatsuhiro Tsujikawa
    
    Closes #22016

    Changed files

    • lib/ratelimit.c
    • lib/setopt.c