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

Builder curl-ares-solaris10-sparc Build #3548

Build In Progress:

ETA: 06:45:52 [16 mins, 23 secs]

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris10-sparc' 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-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3548 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 2e5acc1b15044b00b8aca6fac7efbb6c4e7fb156 Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Stefan Eissing
  3. Viktor Szakats
  4. renovate[bot]

Timing:

StartTue Apr 14 20:33:53 2026
Elapsed9 hrs, 55 mins, 35 secs

All Changes:

:

  1. Change #264407

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

    Comments

    http: use header_has_value() instead of duplicate code
    Closes #21302

    Changed files

    • lib/http.c
  2. Change #264415

    Category curl
    Changed by renovate[bot] <29139614+renovate[bot]ohnoyoudont@users.noreply.github.com>
    Changed at Tue 14 Apr 2026 11:04:10
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 67795ff7304e8b93cb2ec9d9aec3349e05c7a79e

    Comments

    GHA: update dependency google/boringssl to v0.20260413.0
    Closes #21310

    Changed files

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

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 11:24:21
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 99ead4e0f0e8efa5ff838d933c4da39d6da12c60

    Comments

    request: cleanup the auth headers on soft rest as well
    To avoid the risk them lingering around.
    
    Follow-up to 3512b673ddc54074676d
    
    Closes #21311

    Changed files

    • lib/request.c
  4. Change #264435

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 12:09:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision d7a991cc9bd4d5641746c2b4f0f5d1089bcdab4b

    Comments

    lib1560: fix comment typo

    Changed files

    • tests/libtest/lib1560.c
  5. Change #264436

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 12:09:38
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0b4ebebb06b3148a234a5a7bc95f8253dd6cb8df

    Comments

    test1675: unit tests for URL API helper functions
    - ipv4_normalize
    - urlencode_str
    - ipv6_parse
    - parse_file
    
    urlapi: make the string URL encoder normalize to uppercase
    percent-encoding
    
    Closes #21296

    Changed files

    • lib/urlapi-int.h
    • lib/urlapi.c
    • tests/data/Makefile.am
    • tests/data/test1675
    • tests/data/test58
    • tests/libtest/lib1560.c
    • tests/unit/Makefile.inc
    • tests/unit/unit1675.c
  6. Change #264437

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 14 Apr 2026 12:09:48
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9ceb3ff46a90c3badc2d81be81275c3fcef4c00a

    Comments

    urlapi: stop extracting hostname from file:// URLs on Windows
    There is no reason we should treat this part different on Windows. Noe
    anything except blank, localhost or 127.0.0.1 cause error there as well.
    
    Also: fix query handling in urlencode_str
    
    Closes #21296

    Changed files

    • lib/urlapi-int.h
    • lib/urlapi.c
    • tests/unit/unit1675.c
  7. 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
  8. 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
  9. 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
  10. 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
  11. 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
  12. 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
  13. 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