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

Builder curl-threaded-solaris10-sparc Build #3575

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision021a87cf81638af5317e142610ea0dd9f9fb4890
Got Revision021a87cf81638af5317e142610ea0dd9f9fb4890
Changes9 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 28 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 6 hrs, 12 mins, 21 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 12 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 3575 Build
codebase Build
got_revision 021a87cf81638af5317e142610ea0dd9f9fb4890 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 021a87cf81638af5317e142610ea0dd9f9fb4890 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. renovate[bot]

Timing:

StartFri Apr 17 02:45:24 2026
EndFri Apr 17 15:23:12 2026
Elapsed12 hrs, 37 mins, 47 secs

All Changes:

:

  1. Change #264674

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 16 Apr 2026 15:00:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 32a513e180ce83d5e9b708211306045407074134

    Comments

    urlapi: same origin tests
    Add new internal `curl_url_same_origin()` to check if a href has the
    same origin as a base URL. Add test cases in test1675 and use this in
    http2 push handling.
    
    Closes #21328

    Changed files

    • lib/http2.c
    • lib/urlapi-int.h
    • lib/urlapi.c
    • tests/unit/unit1675.c
  2. Change #264677

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Thu 16 Apr 2026 15:08:16
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0a6f815ff708e59d72539e72ee5866c62acb26f3

    Comments

    GHA/http3-linux: update dependency ngtcp2/ngtcp2 to v1.22.1
    Closes #21343

    Changed files

    • .github/workflows/http3-linux.yml
  3. Change #264682

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 16 Apr 2026 15:37:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3e0e2cc1ab6f3f44c7d35e84256858edc2ef73f5

    Comments

    GHA: drop 3rd-party apt source `docker.list`
    Seen on `ubuntu-slim` runners.
    
    Also:
    - extend to two jobs to `ls -l` package sources on both ubuntu-latest,
      ubuntu-24.04-arm, and ubuntu-slim.
    - drop former stray apt source `ondrej-ubuntu-php-noble.sources`.
      It's no longer present on the image.
    
    Closes #21344

    Changed files

    • .github/workflows/checkdocs.yml
    • .github/workflows/checksrc.yml
    • .github/workflows/codeql.yml
    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
  4. Change #264706

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 16 Apr 2026 21:51:41
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b4024bf808bd558026fdc6096e8457f199ace306

    Comments

    http: clear credentials better on redirect
    Verify with test 2506: netrc with redirect using proxy
    
    Updated test 998 which was wrong.
    
    Reported-by: Muhamad Arga Reksapati
    
    Closes #21345

    Changed files

    • lib/http.c
    • tests/data/Makefile.am
    • tests/data/test2506
    • tests/data/test998
    • tests/libtest/Makefile.inc
    • tests/libtest/lib2506.c
  5. Change #264718

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 16 Apr 2026 22:50:52
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 885b553545a74365f4fc2541a0829f7745e80d37

    Comments

    lib: rename more CURLcode variables to 'result'
    Closes #21348

    Changed files

    • lib/asyn-ares.c
    • lib/cookie.c
    • lib/curl_sha512_256.c
    • lib/formdata.c
    • lib/http.c
    • lib/http_ntlm.c
    • lib/ldap.c
    • lib/mime.c
    • lib/openldap.c
    • lib/rtsp.c
    • lib/urlapi.c
  6. Change #264719

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 16 Apr 2026 22:52:13
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1bf1f8ed6a28244a90dc7b56823f94c18c9d3aba

    Comments

    pytest_05_09: increase reliability
    Test has been flaky due to not waiting for the test server to be
    listening. On slow CI systems, the started thread is late and the curl
    command gets a refused connection.
    
    Closes #21337

    Changed files

    • lib/cf-socket.c
    • tests/http/test_05_errors.py
  7. Change #264725

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Thu 16 Apr 2026 22:53:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a973377cd7836313728195db3826acbc98cc0098

    Comments

    dnsd: implement HTTPS-RR with alpn pref and no-default-alpn
    Support HTTPS records in dnsd that have ALPN preferences.
    
    Add pytest test_22_* to verify that HTTPS record ALPN
    preferencces take effect if the HTTPS resolve arrives in time.
    
    Fix HTTPS eyeballing use of timeouts for second attempt. Also,
    make an initial HTTP/1.1 attempt switch off HTTP/2.
    
    Closes #21329

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/cf-https-connect.c
    • tests/http/Makefile.am
    • tests/http/test_06_eyeballs.py
    • tests/http/test_22_httpsrr.py
    • tests/http/testenv/dnsd.py
    • tests/server/dnsd.c
  8. Change #264727

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 16 Apr 2026 22:56:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bb771cec34d1ebeeb1e188c90afdf19623b97b88

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  9. Change #264729

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 16 Apr 2026 22:57:17
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 021a87cf81638af5317e142610ea0dd9f9fb4890

    Comments

    vtls_scache: rename `CURLcode` variable to `result`
    Closes #21346

    Changed files

    • lib/vtls/vtls_scache.c