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

Builder curl-ares-solaris10-i386 Build #3483

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3483 Build
codebase Build
got_revision 1454aa17d631b49cf35b149271a62193b31a1068 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 1454aa17d631b49cf35b149271a62193b31a1068 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue Jun 17 12:02:19 2025
EndTue Jun 17 20:20:47 2025
Elapsed8 hrs, 18 mins, 27 secs

All Changes:

:

  1. Change #236876

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 17 Jun 2025 11:57:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1454aa17d631b49cf35b149271a62193b31a1068

    Comments

    http2: do not delay RST send on aborted transfer
    When a transfer is done prematurely, a RST is generated to the server,
    but was not send right away due to send buffering.
    
    Flush the send buffer in a best effort when transfer is done.
    
    Reported-by: Michael Kaufmann
    Fixes #17611
    Closes #17638

    Changed files

    • lib/http2.c