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

Builder curl-ares-solaris11-sparc Build #4252

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 35 mins, 26 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 37 mins, 38 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 8 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 4252 Build
codebase Build
got_revision b453a447ce4e6aa2a352b196fe0b080fea0342da Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b453a447ce4e6aa2a352b196fe0b080fea0342da 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:

StartSun Jul 27 23:12:25 2025
EndMon Jul 28 01:48:06 2025
Elapsed2 hrs, 35 mins, 41 secs

All Changes:

:

  1. Change #240872

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Sun 27 Jul 2025 22:49:12
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b453a447ce4e6aa2a352b196fe0b080fea0342da

    Comments

    connection: terminate after goaway
    When a multiplex connection (h2/h3) is shutdown by the server, the
    reported number of parallel transfers allowed drops to 0.
    
    Determine that when the last transfer is done and terminate the
    connection instead of keeping it in the cache.
    
    We detect the drop to 0 also when we try to reuse such a connection, but
    if we know this at the time the last transfer is done, we better
    terminate it right away.
    
    Have a consistent trace logging to this with the connections current
    hostname and port. Adjust test expectations to carry port numbers.
    
    Closes #17884

    Changed files

    • lib/cfilters.c
    • lib/multi.c
    • tests/data/test1506
    • tests/data/test1510
    • tests/data/test1542
    • tests/data/test2402
    • tests/data/test2404
    • tests/data/test2502