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

Builder curl-threaded-solaris10-sparc Build #3440

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9703dabd77b5fbfda26944462afcc84242eaa486
Got Revision9703dabd77b5fbfda26944462afcc84242eaa486
Changes5 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 21 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 46 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-unstable10s/slave/curl-threaded-solaris10-sparc slave
buildername curl-threaded-solaris10-sparc Builder
buildnumber 3440 Build
codebase Build
got_revision 9703dabd77b5fbfda26944462afcc84242eaa486 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9703dabd77b5fbfda26944462afcc84242eaa486 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. Stefan Eissing
  2. Viktor Szakats

Timing:

StartMon Jan 19 12:57:18 2026
EndTue Jan 20 06:47:45 2026
Elapsed17 hrs, 50 mins, 27 secs

All Changes:

:

  1. Change #255521

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 18 Jan 2026 18:56:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0fdc61ffd7005a35e95bb15ef3507293338b31f5

    Comments

    INSTALL.md: suggest `-Wl,-dead_strip` for Apple targets
    For reducing binary size. Also to remove (or greatly mitigate)
    the side-effect of using "unity" builds. Similar to `-Wl,--gc-sections`
    on non-Apple platforms.
    
    For example with curl-for-win builds, macOS arm+intel:
    
    curl (unity):                      7.7MB -> 6.8MB
    libcurl.dylib (unity):             7.2MB -> 6.4MB
    trurl /w static libcurl (!unity):  535KB -> 251KB (same size with unity)
    
    Ref: https://github.com/curl/curl-for-win/commit/c4008d658ad82aed7d70e410a91f6d14273ebb0f
    
    Closes #20346

    Changed files

    • docs/INSTALL.md
  2. Change #255549

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 19 Jan 2026 07:48:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision ec1dbaabe41c3f1c3d1de540e08c7c8622b4f842

    Comments

    REUSE: drop broken reference to `MAIL-ETIQUETTE`
    It has been renamed and converted to Markdown.
    
    Follow-up to 271896ab337cf9ea1c7a386306df3728eff7c661 #13247
    
    Closes #20348

    Changed files

    • REUSE.toml
  3. Change #255550

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 19 Jan 2026 07:48:15
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0e8683ee2adfc45ae3f5f4c0690aa1ee66972242

    Comments

    cmake: fix variable name for Apple Security framework
    Follow-up to eefd03c572996e5de4dec4fe295ad6f103e0eefc #18703
    
    Closes #20349

    Changed files

    • CMakeLists.txt
  4. Change #255571

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Mon 19 Jan 2026 08:55:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 4ed578af7a08b7fce4a116ef2aedfedade750da4

    Comments

    INSTALL-CMAKE.md: document Apple framework options
    Also document when they are used.
    
    Closes #20350

    Changed files

    • docs/INSTALL-CMAKE.md
  5. Change #255583

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Mon 19 Jan 2026 09:37:47
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9703dabd77b5fbfda26944462afcc84242eaa486

    Comments

    lib: make sigpipe handling more lazy
    Define `struct Curl_sigpipe_ctx` that can be passed as argunent
    to "lower" functions so that applying a transfers 'no_signal'
    setting can be delayed as much as possible and sometimes avoided
    alltogether.
    
    Fixes #20326
    Closes #20329
    Reported-by: Dag Haavi Finstad

    Changed files

    • lib/conncache.c
    • lib/cshutdn.c
    • lib/cshutdn.h
    • lib/easy.c
    • lib/multi.c
    • lib/sigpipe.h