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

Builder curl-ares-solaris10-i386 Build #4320

Build In Progress:

ETA: 10:49:42 [4 mins, 34 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 4320 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 021a87cf81638af5317e142610ea0dd9f9fb4890 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartFri Apr 17 07:11:51 2026
Elapsed3 hrs, 33 mins, 16 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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
  5. 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
  6. 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