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

Builder curl-threaded-solaris11-i386 Build #3791

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 52 mins, 0 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 25 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave
buildername curl-threaded-solaris11-i386 Builder
buildnumber 3791 Build
codebase Build
got_revision ba9ddb935794a9fdd6906f043102a0d3e5795113 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision ba9ddb935794a9fdd6906f043102a0d3e5795113 Build
scheduler schedule-curl-threaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-threaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartFri Aug 1 09:42:41 2025
EndFri Aug 1 11:41:11 2025
Elapsed1 hrs, 58 mins, 29 secs

All Changes:

:

  1. Change #241542

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 Aug 2025 09:30:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision af69c9d636c099b8e9086828def3a92de8db3449

    Comments

    ip happy eyeballing: keep attempts running
    When `CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS` expires, start the next ip
    connect attempt, but keep all ongoing attempts alive.
    
    Separate happy-eyeballs connection filter into own source files.
    
    Closes #18105

    Changed files

    • docs/libcurl/opts/CURLOPT_HAPPY_EYEBALLS_TIMEOUT_MS.md
    • lib/Makefile.inc
    • lib/cf-ip-happy.c
    • lib/cf-ip-happy.h
    • lib/connect.c
    • lib/connect.h
    • lib/curl_trc.c
    • tests/unit/unit2600.c
  2. Change #241543

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 Aug 2025 09:37:36
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ba9ddb935794a9fdd6906f043102a0d3e5795113

    Comments

    tls: CURLINFO_TLS_SSL_PTR testing
    Add tests of CURLINFO_TLS_SSL_PTR and its returned value in test client
    'hx-download'. Use obtained pointer to look up the negotiated TLS
    version.
    
    Update manpage of CURLINFO_TLS_SSL_PTR to also describe the behaviour of
    wolfSSL similar to OpenSSL. Fix the wolfSSl implementation for TCP to
    behave like that. Update the QUIC queries.
    
    Fix rustls `get_internals()` to return the rustls_connection* and not
    the address of the pointer.
    
    Assisted-by: Viktor Szakats
    Closes #18066

    Changed files

    • docs/libcurl/opts/CURLINFO_TLS_SESSION.md
    • lib/vquic/curl_ngtcp2.c
    • lib/vquic/curl_osslq.c
    • lib/vquic/curl_quiche.c
    • lib/vtls/rustls.c
    • lib/vtls/wolfssl.c
    • tests/libtest/cli_hx_download.c