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

Builder curl-ares-solaris11-sparc Build #5945

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision31cb54e1fa52cd954dba5ee1a902c6d4ae3746d1
Got Revision31cb54e1fa52cd954dba5ee1a902c6d4ae3746d1
Changes1 change

BuildSlave:

unstable11s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 42 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-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 5945 Build
codebase Build
got_revision 31cb54e1fa52cd954dba5ee1a902c6d4ae3746d1 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 31cb54e1fa52cd954dba5ee1a902c6d4ae3746d1 Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue Jun 2 08:33:07 2026
EndTue Jun 2 08:35:57 2026
Elapsed2 mins, 50 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