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

Builder curl-threaded-solaris10-sparc Build #3543

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

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

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3543 Build
codebase Build
got_revision 6828df7d2116fe680a0d012b06a4501e26efa99b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 6828df7d2116fe680a0d012b06a4501e26efa99b 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. Dan Fandrich
  2. Daniel Stenberg
  3. Viktor Szakats

Timing:

StartTue Mar 31 16:45:15 2026
EndWed Apr 1 05:00:53 2026
Elapsed12 hrs, 15 mins, 38 secs

All Changes:

:

  1. Change #262940

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 05:33:45
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b9690e9cd14188a5f6ab994cfea98f33447c487e

    Comments

    cmake: silence bad library `Threads::Threads` warning
    Seen on macOS:
    ```
    CMake Warning at CMakeLists.txt:2158 (message):
      Bad lib in library list: Threads::Threads
    ```
    
    Follow-up to 2d546d239ecd455b6459e68b85ef8d4b045c0a00 #21163
    
    Closes #21170

    Changed files

    • CMakeLists.txt
  2. Change #262942

    Category curl
    Changed by Dan Fandrich <danohnoyoudont@coneharvesters.com>
    Changed at Tue 31 Mar 2026 06:54:39
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision bae6237c45aece328295a5b03013c779dc2d5655

    Comments

    docs: list more dependencies for running Python HTTP tests
    Reviewed-by: Daniel Stenberg <daniel@haxx.se>
    Reviewed-by: Viktor Szakats <commit@vsz.me>
    Closes #21110

    Changed files

    • docs/tests/HTTP.md
    • tests/http/testenv/env.py
  3. Change #262950

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 07:43:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 8e89646a3da04ff3a45a1ef459888c1308f0a6d5

    Comments

    tool_operhlp: iterate through all slashes to find name
    If there is no trailing file name for -O or --remote-name-all, continue
    searching until there is no more to search. A URL ending with multiple
    slashes would previously make it do wrong.
    
    Add test 1639 and 1644 to verify.
    
    Follow-up to e26eefd9ce19b1b954a
    
    Reported-by: James Fuller
    
    Closes #21165

    Changed files

    • src/tool_operhlp.c
    • tests/data/Makefile.am
    • tests/data/test1639
    • tests/data/test1644
  4. Change #262951

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 07:50:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 2f93a0e6bb584b6a6a5f9d5586d9454dffda5c3c

    Comments

    CURLOPT_SSL_CTX_FUNCTION.md: expand on effects connection reuse
    Closes #21164

    Changed files

    • docs/libcurl/opts/CURLOPT_SSL_CTX_FUNCTION.md
  5. Change #262964

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 08:59:07
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9b36748938a1827d2d7658de531751a31bd6b608

    Comments

    http2: return error on OOM in push headers
    Reported-by: M42kL33 on hackerone
    Bug: https://hackerone.com/reports/3636044
    Closes #21171

    Changed files

    • lib/http2.c
  6. Change #262965

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 31 Mar 2026 09:02:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3e677a9a26f22192dc82d3b7d178dae3aa6af913

    Comments

    RELEASE-NOTES: synced

    Changed files

    • RELEASE-NOTES
  7. Change #263008

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 31 Mar 2026 13:23:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 6828df7d2116fe680a0d012b06a4501e26efa99b

    Comments

    cmake: improve passing build options to `try_compile()`
    Pass build options directly via `COMPILE_DEFINTIONS` and
    `LINK_LIBRARIES`, instead of "tunneling" them through `CMAKE_FLAGS`.
    The latter method breaks when passing `Threads::Threads` as library via
    `CMAKE_REQUIRED_LIBRARIES`, while also being complex and fragile.
    
    Example:
    ```
    -- Performing Test HAVE_FSETXATTR_5
    CMake Error at bld/CMakeFiles/CMakeTmp/CMakeLists.txt:27 (target_link_libraries):
      Target "cmTC_3386e" links to:
    
        Threads::Threads
    
      but the target was not found.  Possible reasons include:
    
        * There is a typo in the target name.
        * A find_package call is missing for an IMPORTED target.
        * An ALIAS target is missing.
    
    CMake Error at CMake/Macros.cmake:51 (try_compile):
      Failed to generate test project build system.
    Call Stack (most recent call first):
      CMakeLists.txt:1684 (curl_internal_test)
    ```
    Ref: https://github.com/curl/curl/actions/runs/23792043930/job/69329796592?pr=21168#step:38:318
    
    Note: a side-effect is no longer passing C compiler flags (e.g.
    `CMAKE_REQUIRED_FLAGS`) to the _linker_. This should not be an issue,
    though CMake is passing them during its built-in detections.
    
    Ref: https://cmake.org/cmake/help/v3.18/command/try_compile.html
    
    Closes #21176

    Changed files

    • CMake/Macros.cmake
    • CMakeLists.txt