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

Builder curl-unthreaded-solaris11-i386 Build #2388

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 2 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 19 mins, 34 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-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 2388 Build
codebase Build
got_revision c8e0cd1de8db9eba00c284ebf5fd5b3cba263e06 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c8e0cd1de8db9eba00c284ebf5fd5b3cba263e06 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Apr 26 14:23:05 2024
EndFri Apr 26 15:22:09 2024
Elapsed59 mins, 3 secs

All Changes:

:

  1. Change #196006

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Apr 2024 14:03:05
    Repository https://github.com/curl/curl.git
    Project 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