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

Builder curl-unthreaded-solaris10-sparc Build #12272

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 hrs, 6 mins, 30 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 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 12272 Build
codebase Build
got_revision c8e0cd1de8db9eba00c284ebf5fd5b3cba263e06 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision c8e0cd1de8db9eba00c284ebf5fd5b3cba263e06 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. Stefan Eissing

Timing:

StartFri Apr 26 15:45:17 2024
EndSat Apr 27 00:20:25 2024
Elapsed8 hrs, 35 mins, 8 secs

All Changes:

:

  1. Change #196004

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 26 Apr 2024 13:58:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision fb22459dc176d50c36fb8996e4a7980bc098cc35

    Comments

    vtls: TLS session storage overhaul
    - add session with destructor callback
    - remove vtls `session_free` method
    - let `Curl_ssl_addsessionid()` take ownership
      of session object, freeing it also on failures
    - change tls backend use
    - test_17, add tests for SSL session resumption
    
    Closes #13386

    Changed files

    • lib/urldata.h
    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/bearssl.c
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • lib/vtls/rustls.c
    • lib/vtls/schannel.c
    • lib/vtls/sectransp.c
    • lib/vtls/vtls.c
    • lib/vtls/vtls_int.h
    • lib/vtls/wolfssl.c
    • tests/http/test_17_ssl_use.py
    • tests/http/testenv/curl.py
    • tests/http/testenv/httpd.py
    • tests/http/testenv/mod_curltest/mod_curltest.c
  2. 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