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

Builder curl-threaded-solaris10-i386 Build #4402

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione8ce697973ba7c7c8667c48ab6cd8509c77c37e1
Got Revisione8ce697973ba7c7c8667c48ab6cd8509c77c37e1
Changes7 changes

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 57 mins, 32 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Daniel Stenberg
  2. Kai Pastor
  3. Viktor Szakats
  4. amitbidlan

Timing:

StartMon May 11 19:38:44 2026
EndTue May 12 05:45:18 2026
Elapsed10 hrs, 6 mins, 34 secs

All Changes:

:

  1. Change #266701

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 11 May 2026 11:57:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ed3cd8b0463844056e039f283f8e43e2795f269a

    Comments

    cmake: auto-select static nghttp2/nghttp3/ngtcp2 Config
    When detecting these dependencies via CMake Config and their main
    imported target is undefined, automatically assume and use their static
    imported target instead.
    
    Adopting from vcpkg downstream, where it's done for nghttp3 and ngtcp2,
    but not for nghttp2.
    
    Refs:
    https://github.com/microsoft/vcpkg/blob/773e092a82fc3b4c3e73ee7b049a5e119fa45898/ports/curl/dependencies.patch
    https://github.com/microsoft/vcpkg/commit/70b941a5d2443e79eeab62507acb41bd22201277
    
    Downstream-patch-by: Kai Pastor
    
    Closes #21470

    Changed files

    • CMake/FindNGHTTP2.cmake
    • CMake/FindNGHTTP3.cmake
    • CMake/FindNGTCP2.cmake
  2. Change #266702

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 11 May 2026 11:57:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 48150707948cc1390c816934691524bdfde6c4af

    Comments

    tidy-up: sort TLS backends, distros, alphabetically
    Also:
    - replace stray [Rr]ustls-ffi with Rustls for consistency.
    - add AWS-LC to a couple of lists where missing.
    
    Closes #21481

    Changed files

    • .github/workflows/http3-linux.yml
    • .github/workflows/linux.yml
    • CMakeLists.txt
    • docs/CIPHERS.md
    • docs/CURLDOWN.md
    • docs/ECH.md
    • docs/FAQ.md
    • docs/INSTALL.md
    • docs/cmdline-opts/ca-native.md
    • docs/cmdline-opts/tls-earlydata.md
    • docs/libcurl/curl_global_sslset.md
    • docs/libcurl/opts/CURLOPT_PROXY_SSL_OPTIONS.md
    • docs/libcurl/opts/CURLOPT_SSL_OPTIONS.md
    • lib/dllmain.c
    • lib/ldap.c
    • lib/vquic/curl_ngtcp2.c
    • lib/vtls/openssl.c
    • lib/vtls/openssl.h
    • m4/curl-openssl.m4
    • tests/libtest/lib1587.c
    • tests/runtests.pl
  3. Change #266703

    Category curl
    Changed by Kai Pastor <dg0ytohnoyoudont@darc.de>
    Changed at Mon 11 May 2026 12:08:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 10d4b34e5c962a0b17836b0bc7483ce3b7c518cc

    Comments

    cmake: fix zstd CMake config name
    They install `zstdConfig.cmake`,
    https://github.com/facebook/zstd/blob/885c79ba4ae8345e006f61bc97b270d4cf7ff076/build/cmake/CMakeModules/ZstdPackage.cmake#L33-L38.
    With the `Config.cmake` pattern, this is a case-sensitive package name,
    `zstd`.
    
    Follow-up to 8fce3e17e6cb310cd6dbe38ff14869b8fe5827d2 #20814
    Closes #21538

    Changed files

    • CMake/FindZstd.cmake
  4. Change #266736

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 11 May 2026 13:43:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 37b2403f48959c632c8dd1dac688087237410ea2

    Comments

    lib: drop support for CURLAUTH_DIGEST_IE
    This bit was used to do Digest authentication like Internet Explorer
    before version 7 (released on October 18, 2006). Presumably no one uses
    this anymore and since it is hard to use and does broken auth, starting
    in 8.21.0 this bit does nothing (except setting the actual Digest bit).
    
    Closes #21486

    Changed files

    • docs/libcurl/opts/CURLOPT_HTTPAUTH.md
    • docs/libcurl/symbols-in-versions
    • lib/http_digest.c
    • lib/setopt.c
    • lib/urldata.h
  5. Change #266737

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 11 May 2026 14:51:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision daf6f541cc1fc4f5d17989d317464764d1bd7cd7

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  6. Change #266742

    Category curl
    Changed by amitbidlan <a.bidlanohnoyoudont@androots.co.jp>
    Changed at Mon 11 May 2026 16:19:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e0e56e9ae434552bd6ac5570ed91483188d75788

    Comments

    hostip: remove unused MAX_HOSTCACHE_LEN and MAX_DNS_CACHE_SIZE
    These macros are leftovers from when DNS caching was moved out of
    hostip.c into its own source file. Both are still defined and used in
    lib/dnscache.c; the copies in lib/hostip.c are unreferenced.
    
    Detected with clang -Wunused-macros.
    
    Follow-up to 96d5b5c688
    Closes #21550

    Changed files

    • lib/hostip.c
  7. Change #266746

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 11 May 2026 17:01:34
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e8ce697973ba7c7c8667c48ab6cd8509c77c37e1

    Comments

    idn: replace header guards with forward declaration
    Follow-up to bc40e09f63889a8bc14fa8f7221921eb5b4a559e #21472
    
    Closes #21551

    Changed files

    • lib/idn.h