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

Builder curl-threaded-solaris10-sparc Build #3655

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision032b15c4342e8eddb51fbe089a9d8ba3ee2070fb
Got Revision032b15c4342e8eddb51fbe089a9d8ba3ee2070fb
Changes13 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. htasta

Timing:

StartMon Jun 1 20:44:08 2026
EndTue Jun 2 08:39:51 2026
Elapsed11 hrs, 55 mins, 42 secs

All Changes:

:

  1. Change #268965

    Category curl
    Changed by htasta <htastaohnoyoudont@htasta.com>
    Changed at Mon 01 Jun 2026 08:40:58
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c5fb460e7c7a57bf3e3a985d10a8b175bbd61500

    Comments

    tool: add a retry delay for transfers to same origin on 429
    Closes #21355

    Changed files

    • src/tool_operate.c
    • src/tool_operate.h
    • tests/data/test142
    • tests/data/test440
    • tests/data/test445
    • tests/data/test767
  2. Change #268966

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Jun 2026 08:50:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8da87fcef1671e1a8985163ee3b596ec794e310f

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  3. Change #268976

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Jun 2026 09:28:31
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4beffe7737d935e87cc188b8258ca5cc4f6b6b59

    Comments

    Revert "tool: add a retry delay for transfers to same origin on 429"
    This reverts commit c5fb460e7c7a57bf3e3a985d10a8b175bbd61500.
    
    This needs some further work before we can do this.
    
    Fixes #21822
    Closes #21824

    Changed files

    • src/tool_operate.c
    • src/tool_operate.h
    • tests/data/test142
    • tests/data/test440
    • tests/data/test445
    • tests/data/test767
  4. Change #268978

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 01 Jun 2026 09:39:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d3391229b0a0eb04f1ffe85f1483a890c5e00009

    Comments

    vtls_config: adjust to origin
    When a transfer goes against another origin than the initial one, do not
    add the following to the ssl configuration: client cert, client key, srp
    user/pass, pinned key.
    
    Closes #21695

    Changed files

    • lib/Makefile.inc
    • lib/url.c
    • lib/urldata.h
    • lib/vtls/vtls.c
    • lib/vtls/vtls.h
    • lib/vtls/vtls_config.c
    • lib/vtls/vtls_config.h
    • tests/unit/unit3303.c
  5. Change #268982

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Jun 2026 09:50:49
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 872c313d7647ac437c83128e6bea7a8ed16cd2ef

    Comments

    lib1560: drop unused variable 'url'
    Spotted by Copilot
    
    Closes #21821

    Changed files

    • tests/libtest/lib1560.c
  6. Change #269009

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 01 Jun 2026 15:07:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d806323ffd5142e4c6d7a5b88f2fd496742730a4

    Comments

    pytest: fixes and tidy-ups to h3-proxy tests
    - merge tests into a single class.
      For shorter names, to fix sort order by test number, and to align with
      other tests.
    - fix preconditions to make `test_60_04_guard_proxy_http3_unsupported`
      actually run.
    - replace local precondition with constant of the same effect.
    - drop redundant non-`ngtcp2` requirement for
      `test_60_04_guard_proxy_http3_unsupported`.
      (seemed relevant for no longer supported openssl-quic builds.)
    - drop unused `NGTCP2_ONLY_MSG` constant.
      Follow-up to e4139a73c82d2035142f5ae36196adb4e9831dae #21798
    - avoid creating unnecessary test data blobs, and minimize their scopes.
    
    Follow-up to 91facd7bb3bb366525b7cb41221f6359c5e936db #21791
    Follow-up to e78b1b3eccfa6a2e367a1225ea1b66dafcdac3c4 #21153
    
    Closes #21811

    Changed files

    • tests/http/test_60_h3_proxy.py
  7. Change #269010

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 01 Jun 2026 15:07:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2802e65f6dcf1c59776fc191d158f3376a22da5c

    Comments

    pytest: pass `--disable` to curl
    To avoid a local `.curlrc` interfering with tests.
    
    Closes #21816

    Changed files

    • tests/http/testenv/curl.py
  8. Change #269011

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 01 Jun 2026 15:07:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 5364e6e60ee1cd42a7bf0bbf014b01ffe1cf803a

    Comments

    cmake: add basic way to select pytests to run
    Not documented and experimental, example:
    `-D_CURL_PYTEST=/test_60_h3_proxy.py`
    
    Ideally, this should be an env like `TFLAGS` and it should allow
    selecting any test ID or a group of them, but so far could not figure
    out how even a basic env could work.
    
    Closes #21818

    Changed files

    • tests/CMakeLists.txt
  9. Change #269012

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 01 Jun 2026 15:07:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6ff5c8ac4a7e195fada7297906c72bc45c3cac4f

    Comments

    badwords: exclude wordlist input file from search
    To avoid hitting all lines in it. It doesn't happen in curl at the
    moment, but may happen in the future or in other projects using this
    script.
    
    Closes #21819

    Changed files

    • scripts/badwords
  10. Change #269017

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Jun 2026 15:23:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ff300ac4aa546748b27415e7fd2527315435ef8e

    Comments

    setopt: defref the old referer when setting a new
    Closes #21826

    Changed files

    • lib/setopt.c
  11. Change #269042

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 01 Jun 2026 16:42:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 12869080a1ded242e512bc764031949539241619

    Comments

    data creds: detect change
    Reshuffle code a little to detect when the transfer's credentials
    actually change. Otherwise, leave the existing creds in place.
    
    This gives the precise location where we may want to reset other
    states that become invalid with change credentials. Also, by
    keeping a creds instance as long as it is valid, we can associate
    meta data with it.
    
    Closes #21755

    Changed files

    • lib/creds.c
    • lib/creds.h
    • lib/url.c
  12. Change #269043

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 01 Jun 2026 16:46:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c53426231daf6acf5fcc4292fbff024082fd9934

    Comments

    setopt: CURLOPT_MAXCONNECTS set to 0 restores default value
    Closes #21829

    Changed files

    • lib/setopt.c
  13. Change #269044

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 01 Jun 2026 16:47:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 032b15c4342e8eddb51fbe089a9d8ba3ee2070fb

    Comments

    cf-setup: improve readability
    Restructure the code in cf-setup connect to make it better readable what
    is happening for establishing the connection's filter chain.
    
    Closes #21827

    Changed files

    • lib/cf-h3-proxy.c
    • lib/connect.c
    • lib/http_proxy.c
    • tests/http/test_60_h3_proxy.py