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

Builder curl-pr-unthreaded-solaris10-sparc Build #1055

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The AnyBranchScheduler scheduler named 'schedule-curl-pr' triggered this build

Steps and Logfiles:

  1. git update ( 4 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 20 mins, 1 secs )
    1. stdio
    2. resultlog

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave
buildername curl-pr-unthreaded-solaris10-sparc Builder
buildnumber 1055 Build
codebase Build
got_revision c8e0cd1de8db9eba00c284ebf5fd5b3cba263e06 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl/curl Build
repository https://github.com/curl/curl Build
revision c8e0cd1de8db9eba00c284ebf5fd5b3cba263e06 Build
scheduler schedule-curl-pr Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-pr-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Apr 26 20:07:59 2024
EndSat Apr 27 05:05:34 2024
Elapsed8 hrs, 57 mins, 34 secs

All Changes:

:

  1. Change #196005

    Category None
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Apr 2024 14:03:05
    Repository https://github.com/curl/curl
    Project curl/curl
    Branch master
    Revision c8e0cd1de8db9eba00c284ebf5fd5b3cba263e06

    Comments

    http3: quiche+ngtcp2 improvements
    
    - quiche: error transfers that try to receive on a closed
      or draining connection
    - ngtcp2: use callback for extending max bidi streams. This
      allows more precise calculation of MAX_CONCURRENT as we
      only can start a new stream when the server acknowledges
      the close - not when we locally have closed it.
    - remove a fprintf() from h2-download client to avoid excess
      log files on tests timing out.
    
    Closes #13475

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_quiche.c
    • tests/http/clients/h2-download.c