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

Builder curl-threaded-solaris10-sparc Build #3618

Results:

Exception git

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision10d4b34e5c962a0b17836b0bc7483ce3b7c518cc
Changes4 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git git exception ( 0 secs )
    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-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3618 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 10d4b34e5c962a0b17836b0bc7483ce3b7c518cc 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. Kai Pastor
  3. Viktor Szakats

Timing:

StartMon May 11 12:37:42 2026
EndMon May 11 18:56:36 2026
Elapsed6 hrs, 18 mins, 53 secs

All Changes:

:

  1. Change #266689

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Mon 11 May 2026 08:07:24
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6f1dfab6a29242525cdc7b48f5ee49269b9cc316

    Comments

    ftp: avoid accessing EPSV response one byte past the NULL
    If the response is just a single "(".
    
    Reported-by: Andrew Nesbit
    Closes #21545

    Changed files

    • lib/ftp.c
  2. 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
  3. 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
  4. 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