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

Builder curl-ares-solaris10-sparc Build #2908

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision30daac9f2f33c78545cc93e2e7772b87ff1ede2d
Got Revision30daac9f2f33c78545cc93e2e7772b87ff1ede2d
Changes6 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 14 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 10 mins, 0 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2908 Build
codebase Build
got_revision 30daac9f2f33c78545cc93e2e7772b87ff1ede2d Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 30daac9f2f33c78545cc93e2e7772b87ff1ede2d Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing

Timing:

StartFri Aug 1 12:58:59 2025
EndSat Aug 2 02:11:29 2025
Elapsed13 hrs, 12 mins, 30 secs

All Changes:

:

  1. Change #241515

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 31 Jul 2025 23:29:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e688fe18a9fb4ae54ed6c0feca5786e98e283818

    Comments

    spacecheck.pl: when detecting unicode, mention line number
    Closes #18120

    Changed files

    • .github/scripts/spacecheck.pl
  2. Change #241518

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 31 Jul 2025 23:30:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4654493fedfccbae18bd9c30903456e348ab937c

    Comments

    curl: add --parallel-max-host to limit concurrent connections per host
    Where 'host' is protocol + hostname + portnumber.
    
    Closes #18052

    Changed files

    • docs/cmdline-opts/Makefile.inc
    • docs/cmdline-opts/parallel-max-host.md
    • docs/cmdline-opts/parallel-max.md
    • docs/options-in-versions
    • src/tool_cfgable.h
    • src/tool_getparam.c
    • src/tool_getparam.h
    • src/tool_listhelp.c
    • src/tool_main.h
    • src/tool_operate.c
  3. 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
  4. 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
  5. Change #241559

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Fri 01 Aug 2025 10:49:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 077fd6aac846016af0026bf67ad5b6cfe5620e5a

    Comments

    curl_easy_ssls_export: make the example more clear
    As mentioned in #18031
    Closes #18117

    Changed files

    • docs/libcurl/curl_easy_ssls_export.md
  6. Change #241566

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

    Comments

    cli_hx_download: fix compiler warnings about format strings
    Follow-up to ba9ddb935794a9fdd6906f
    
    Closes #18127

    Changed files

    • tests/libtest/cli_hx_download.c