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

Builder curl-ares-solaris11-sparc Build #6264

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 36 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 6264 Build
codebase Build
got_revision 406edd036ae560dd1c37da327f213b2c1a82b654 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 406edd036ae560dd1c37da327f213b2c1a82b654 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:

StartMon Aug 17 21:54:43 2026
EndMon Aug 17 21:57:30 2026
Elapsed2 mins, 46 secs

All Changes:

:

  1. Change #278516

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 17 Aug 2026 23:35:57
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 406edd036ae560dd1c37da327f213b2c1a82b654

    Comments

    filter: change time reporting
    Replace the QUERY filter methods for connect and appconnect time with a
    new control CF_CTRL_REPORT_STATS that is triggered when a connect ends
    (successful or not).
    
    Filters in the connection can then report their statistics. Socket and
    TLS filters do this only once. Subsequent CF_CTRL_REPORT_STATS will do
    nothing.
    
    This prevents timers to be reported twice in STARTTLS scenarios.
    
    Fixes #22587 (again)
    Closes #22596

    Changed files

    • lib/cf-https-connect.c
    • lib/cf-ip-happy.c
    • lib/cf-socket.c
    • lib/cfilters.c
    • lib/cfilters.h
    • lib/connect.c
    • lib/vquic/cf-ngtcp2-cmn.c
    • lib/vquic/cf-ngtcp2-cmn.h
    • lib/vquic/cf-ngtcp2-proxy.c
    • lib/vquic/cf-ngtcp2.c
    • lib/vquic/cf-quiche.c
    • lib/vquic/vquic.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls_int.h