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

Builder curl-threaded-solaris11-sparc Build #4437

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionfa9151b41ad986e0514d99dd3fe149f26a7a57a3
Got Revisionfa9151b41ad986e0514d99dd3fe149f26a7a57a3
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 1 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 15 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 4 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave
buildername curl-threaded-solaris11-sparc Builder
buildnumber 4437 Build
codebase Build
got_revision fa9151b41ad986e0514d99dd3fe149f26a7a57a3 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision fa9151b41ad986e0514d99dd3fe149f26a7a57a3 Build
scheduler schedule-curl-threaded-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. XCas13

Timing:

StartFri Aug 29 16:55:18 2025
EndFri Aug 29 18:18:15 2025
Elapsed1 hrs, 22 mins, 56 secs

All Changes:

:

  1. Change #244092

    Category curl
    Changed by XCas13 <xcas13ohnoyoudont@gmail.com>
    Changed at Fri 29 Aug 2025 15:59:06
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 21c288902d76d70ec31a1ae3994e438ac2650472

    Comments

    ngtcp2: handshake timeout should be equal to --connect-timeout
    Default timeout is hardcoded (10 seconds) and doesn't respect
    --connect-timeout parameter. In some cases 10 seconds can be not enough
    or too long to "establish a connection". Moreover the non-working
    --connect-timeout parameter for http3 is confusing. This change makes
    the handshake timeout equal to --connect-timeout, if it's set.
    Discussion is here https://github.com/curl/curl/discussions/18427
    
    Closes #18431

    Changed files

    • lib/vquic/curl_ngtcp2.c
  2. Change #244094

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 29 Aug 2025 16:01:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fa9151b41ad986e0514d99dd3fe149f26a7a57a3

    Comments

    cw-out: handle error codes for 0len writes
    Handle errors returned by the callback the same for 0-length writes as
    for all the others.
    
    Closes #18428

    Changed files

    • lib/cw-out.c