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

Builder curl-unthreaded-solaris10-sparc Build #12297

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisionbc5261a1b47688928a1467b9d0c46d577723a8e1
Got Revisionbc5261a1b47688928a1467b9d0c46d577723a8e1
Changes3 changes

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris10-sparc' triggered this build

Steps and Logfiles:

  1. git update ( 21 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 7 mins, 43 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 3 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri May 10 11:15:45 2024
EndFri May 10 17:45:30 2024
Elapsed6 hrs, 29 mins, 45 secs

All Changes:

:

  1. Change #196732

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 10 May 2024 09:29:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bc6e3e60491f68cda11e86e89747ff5cc09d16be

    Comments

    h3/ngtcp2: improve error handling
    - identify ngtcp2 and nghttp3 error codes that are fatal
    - close quic connection on fatal errors
    - refuse further filter operations once connection is closed
    - confusion about the nghttp3 API. We should close the QUIC stream on
      cancel and not use the nghttp3 calls intended to be invoked when the
      QUIC stream was closed by the peer.
    
    Closes #13562

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • tests/http/test_16_info.py
  2. Change #196733

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 10 May 2024 09:33:26
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6e6be487d6f1689e0c7550663087b7affcc84c0e

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #196744

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Fri 10 May 2024 10:57:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bc5261a1b47688928a1467b9d0c46d577723a8e1

    Comments

    dmaketgz: accept a SOURCE_DATE_EPOCH as an second argument
    to make it easier to reproduce a tarball
    
    Closes #13573

    Changed files

    • scripts/dmaketgz