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

Builder curl-unthreaded-solaris10-i386 Build #16538

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 13 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 52 mins, 8 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave
buildername curl-unthreaded-solaris10-i386 Builder
buildnumber 16538 Build
codebase Build
got_revision 36295347bc7aaac162503f459d1c631fe8644e33 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 36295347bc7aaac162503f459d1c631fe8644e33 Build
scheduler schedule-curl-unthreaded-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

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

Timing:

StartWed Apr 15 00:38:35 2026
EndWed Apr 15 10:24:54 2026
Elapsed9 hrs, 46 mins, 18 secs

All Changes:

:

  1. Change #264472

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 16:14:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 188c2f166a20fa97c2325b2da7d0e5cecc13725f

    Comments

    http: clear the proxy credentials as well on port or scheme change
    Add tests 2009-2011 to verify switching between proxies with credentials
    when the switch is driven by a redirect
    
    Reported-by: Dwij Mehta
    
    Closes #21304

    Changed files

    • lib/http.c
    • lib/transfer.c
    • lib/transfer.h
    • tests/data/Makefile.am
    • tests/data/test2009
    • tests/data/test2010
    • tests/data/test2011
  2. Change #264473

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 16:18:14
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0567e72168ee71273cd8f0b968e69de0519ebe15

    Comments

    tests: use %b64[] instead of "raw" base64
    Closes #21313

    Changed files

    • tests/data/test795
    • tests/data/test849
    • tests/data/test893
    • tests/data/test953
    • tests/data/test954
  3. Change #264484

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 14 Apr 2026 16:48:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bcd94e275076680bcad673478950ab19a7b2c9ee

    Comments

    socks: use dns filter for resolving
    Use a dns connection filter to resolve hostnames where their addresses
    are locally resolved and forwarded to the SOCKS proxy.
    
    This makes all improvements, like in #21295 for example, also apply
    to socks connections. Curl_resolv() is now only called from a DNS
    filter.
    
    (ftp still calls Curl_resolv_blocking() in two places, one of which
     may be replaceable with a DNS filter as well to remove the block, tbd)
    
    Closes #21297

    Changed files

    • lib/cf-dns.c
    • lib/cf-dns.h
    • lib/socks.c
  4. Change #264485

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 14 Apr 2026 16:49:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 86f1e5b3f6c90e453368fdf23c366c1d4a8c953b

    Comments

    test dnsd: implement delayed responses
    Add "Delay-A: ms", "Delay-AAAA: ms" and "Delay-HTTPS: ms" to the test
    dnsd config and implement delayed response handling.
    
    Add test_21_09 and test_21_10 to check that delayed responses connect
    using the undelayed address family.
    
    Closes #21299

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/asyn-thrdd.c
    • src/config2setopts.c
    • src/tool_operate.c
    • tests/http/test_21_resolve.py
    • tests/http/testenv/dnsd.py
    • tests/server/dnsd.c
  5. Change #264489

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 16:59:11
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3a19987a87f393d9394fe5acc7643f6c263c92db

    Comments

    urldata: move cookiehost to struct SingleRequest
    To make it scoped for the single request appropriately.
    
    Reported-by: Muhamad Arga Reksapati
    
    Verify with libtest 2504: a custom Host *disabled* on reused handle
    
    Closes #21312

    Changed files

    • lib/http.c
    • lib/request.c
    • lib/request.h
    • lib/url.c
    • lib/urldata.h
    • tests/data/Makefile.am
    • tests/data/test2504
    • tests/libtest/Makefile.inc
    • tests/libtest/lib2504.c
  6. Change #264498

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 14 Apr 2026 18:54:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7767b56862556da1e5272f589cfee87d8b31c1f5

    Comments

    GHA/http3-linux: bump OpenSSL 4 beta to final
    Closes #21318

    Changed files

    • .github/workflows/http3-linux.yml
  7. Change #264499

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 14 Apr 2026 18:54:23
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2e5acc1b15044b00b8aca6fac7efbb6c4e7fb156

    Comments

    GHA/linux: rename mbedtls-prev env to align with Renovate
    - rename version env to stay compatible with Renovate `matchStrings`.
    - also switch to manual bumps.
      Bump rule was wrong, and deemed not worthy the complexity to fix.
    
    Closes #21319

    Changed files

    • .github/workflows/linux.yml
  8. Change #264514

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 14 Apr 2026 23:30:55
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 880cd0c34bbaf18fd568ee416d9743fe7b0df8bb

    Comments

    GHA/non-native: bump cross-platform-actions to 1.0.0
    Closes #21320

    Changed files

    • .github/workflows/non-native.yml
  9. Change #264517

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 14 Apr 2026 23:39:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 36295347bc7aaac162503f459d1c631fe8644e33

    Comments

    GHA/linux: tidy up and extend address-sanitizer job options
    Also tried `integer` which has hits, but too slow to be practical to run on
    every commit.
    
    Closes #20785

    Changed files

    • .github/workflows/linux.yml