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

Builder curl-unthreaded-solaris10-sparc Build #13363

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision25aee8648ab1c8c5db03db0d3494523491511772
Got Revision25aee8648ab1c8c5db03db0d3494523491511772
Changes8 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 18 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 2 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 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 13363 Build
codebase Build
got_revision 25aee8648ab1c8c5db03db0d3494523491511772 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 25aee8648ab1c8c5db03db0d3494523491511772 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. Jay Satiro
  3. Stefan Eissing
  4. Viktor Szakats
  5. renovate[bot]

Timing:

StartWed Oct 29 18:02:13 2025
EndThu Oct 30 06:01:18 2025
Elapsed11 hrs, 59 mins, 4 secs

All Changes:

:

  1. Change #247014

    Category curl
    Changed by Jay Satiro <raysatiroohnoyoudont@yahoo.com>
    Changed at Wed 29 Oct 2025 07:46:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0ba006601ffa813388bf4b4f01a181767fbdad15

    Comments

    tool_operate: move the checks that skip ca cert detection
    - Move the checks into the function that needs them, cacertpaths().
    
    Prior to this change the caller made the determination whether to skip
    calling cacertpaths for cert detection. However for posterity it is
    better to have the checks in cacertpaths since other code could call it.
    
    Closes https://github.com/curl/curl/pull/19148

    Changed files

    • src/tool_operate.c
  2. Change #247015

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 29 Oct 2025 08:07:59
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c82a70628dea815364ed41f30e2f6b8eb87f9fdd

    Comments

    ssl-session-cache: check use on config and availability
    Replace the check if a ssl session cache is configured with
    a function checking if it is configured *and* if an ssl session
    cache is available.
    
    During normal operations, a session cache is always there, however
    for "connect-only" transfers this might not be the case. When such
    transfers receive new sessions/tickets, they need to silently
    discard those and not fail.
    
    Reported-by: Marc Aldorasi
    
    Fixes https://github.com/curl/curl/issues/18983
    Closes https://github.com/curl/curl/pull/19251

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/gtls.c
    • lib/vtls/mbedtls.c
    • lib/vtls/openssl.c
    • lib/vtls/schannel.c
    • lib/vtls/vtls_scache.c
    • lib/vtls/vtls_scache.h
    • lib/vtls/wolfssl.c
  3. Change #247018

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 29 Oct 2025 08:31:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3e7bef1efd6c9683cb5ed8cf8782c83439d0674

    Comments

    GHA: update reuse to v6.2.0
    Closes #19257

    Changed files

    • .github/scripts/requirements.txt
  4. Change #247019

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Wed 29 Oct 2025 08:32:28
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 614895c0450828edbedf667acb496de6cdceb8f1

    Comments

    GHA: update pyspelling to v2.12
    Closes #19262

    Changed files

    • .github/scripts/requirements-docs.txt
  5. Change #247031

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Wed 29 Oct 2025 10:03:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a97f9d41cc01c733cec085008d644397ee6edd74

    Comments

    openldap/ldap; check for binary attribute case insensitively
    This bug was found with ZeroPath
    
    Fixes #19240
    Reported-by: Joshua Rogers
    Closes #19273

    Changed files

    • lib/ldap.c
    • lib/openldap.c
  6. Change #247040

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Wed 29 Oct 2025 13:34:27
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 446dae5bfe3277d9458321f6888d7e214f832a21

    Comments

    ngtcp2: overwrite rate-limits defaults
    In pytests test_08 with the Caddy server, the new rate-limiting in
    ngtcp2 did close the connection because it found "too many" stream data
    packet repeats.
    
    It is unclear if this is some Caddy issue or if the ngtcp2 implementaton
    is wrong. Or if curl can do anything here.
    
    Reported as https://github.com/ngtcp2/ngtcp2/issues/1850
    
    This PR overwrites the ratelimit defaults in ngtcp2 with ten times
    increased values. This makes the errors disappear on macOS.
    
    Enable test_08_04/05 in CI again to see if there are any issues
    to be found there. (We had those disabled before having parallel
    pytests.)
    
    Closes #19274

    Changed files

    • lib/vquic/curl_ngtcp2.c
    • tests/http/test_08_caddy.py
  7. Change #247046

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 29 Oct 2025 16:17:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7973cb0b3ef2f2de677e65bc29062c122536262b

    Comments

    http: fix `-Wunreachable-code` in !websockets !unity builds
    Also requires non-unity build. Possibly more non-default options are
    necessary to reproduce. Seen with llvm/clang.
    
    ```
    lib/http.c:1856:15: error: code will never be executed [-Werror,-Wunreachable-code]
     1856 |     httpreq = HTTPREQ_GET;
          |               ^~~~~~~~~~~
    1 error generated.
    ```
    
    Closes #19275

    Changed files

    • lib/http.c
  8. Change #247047

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Wed 29 Oct 2025 16:17:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 25aee8648ab1c8c5db03db0d3494523491511772

    Comments

    http: fix `-Wunused-variable` in !alt-svc !proxy !ws builds
    ```
    lib/http.c:2783:23: error: unused variable 'conn' [-Werror,-Wunused-variable]
     2783 |   struct connectdata *conn = data->conn;
          |                       ^~~~
    1 error generated.
    ```
    
    Closes #19276

    Changed files

    • lib/http.c