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

Builder curl-ares-solaris11-i386 Build #2385

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Apr 26 14:03:13 2024
EndFri Apr 26 14:43:07 2024
Elapsed39 mins, 54 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