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

Builder curl-unthreaded-solaris10-i386 Build #16641

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiond2f8e231a7548ef77db5438f21d484936775b72f
Got Revisiond2f8e231a7548ef77db5438f21d484936775b72f
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 52 mins, 44 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 16641 Build
codebase Build
got_revision d2f8e231a7548ef77db5438f21d484936775b72f Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision d2f8e231a7548ef77db5438f21d484936775b72f 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:

StartTue Jun 2 11:37:07 2026
EndTue Jun 2 21:42:03 2026
Elapsed10 hrs, 4 mins, 55 secs

All Changes:

:

  1. Change #269136

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 02 Jun 2026 08:27:00
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 31cb54e1fa52cd954dba5ee1a902c6d4ae3746d1

    Comments

    cfilters: remove close method
    closing a filter chain and reconnecting it again is a complication
    that only the HTTP/1.x proxy filter used. Remove it from all filters.
    
    Instead, a filter can return CURLE_AGAIN during the connect phase
    and the cf-setup filter will tear down all "sub filters" and restart
    over.
    
    With this, a filter never resets to the initial phase but progresses
    through connect -> connected -> shutdown -> destroy once.
    
    Closes #21831

    Changed files

    • lib/cf-capsule.c
    • lib/cf-dns.c
    • lib/cf-h1-proxy.c
    • lib/cf-h2-proxy.c
    • lib/cf-h3-proxy.c
    • lib/cf-haproxy.c
    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/connect.c
    • lib/cshutdn.c
    • lib/ftp.c
    • lib/http2.c
    • lib/http_proxy.c
    • lib/socks.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_quiche.c
    • lib/vtls/vtls.c
    • tests/unit/unit2600.c
  2. Change #269143

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 02 Jun 2026 08:44:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 669e795e9427cbda973a0ba9f8f4028716f0cdd4

    Comments

    Makefile.am: drop test1190 listed twice
    Spotted by GitHub Code Quality
    
    Closes #21839

    Changed files

    • tests/data/Makefile.am
  3. Change #269144

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Jun 2026 08:45:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7d2382ebfacc7a3c7bdfb47994be9341beee645a

    Comments

    tool_help: rectify a bad assert
    The condition was wrong, and now it also verifies 'tlen'.
    
    Reported-by: Gao Liyou
    Ref: #21825
    Closes #21837

    Changed files

    • src/tool_help.c
  4. Change #269145

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Jun 2026 08:48:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b825417043faa016a52ee400ce3a1c94f719a6e4

    Comments

    tool_operhlp: avoid NULL to %s
    If the filename allocation fails.
    
    Reported-by: Gao Liyou
    Ref: #21825
    Closes #21836

    Changed files

    • src/tool_operhlp.c
  5. Change #269158

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 02 Jun 2026 10:05:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4c49ed1b7b817d5a4e991a88aa1b5a68e6c7975e

    Comments

    os400sys: fix theoretical length overflows
    When converting a `size_t` to `unsigned int`.
    
    Another instance spotted by Copilot.
    
    Reported-by: Gao Liyou
    Ref: #21825
    Closes #21840

    Changed files

    • projects/OS400/os400sys.c
  6. Change #269178

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Jun 2026 11:13:50
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 277db5490c3b0be58020cfdec17cd11e5cfb8c08

    Comments

    URL-SYNTAX: document more URL parsing details
    - IPv4 numerical address
    - IPv6 numerical address + zone id mention
    - No IPvFuture support
    - Some path parsing details
    
    Closes #21841

    Changed files

    • docs/URL-SYNTAX.md
  7. Change #269179

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 02 Jun 2026 11:17:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d2f8e231a7548ef77db5438f21d484936775b72f

    Comments

    KNOWN_BUGS: Digest does not care for 'domain'
    Room for improvement.
    
    Closes #21838

    Changed files

    • docs/KNOWN_BUGS.md