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

Builder curl-unthreaded-solaris10-i386 Build #16381

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

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

Build Properties:

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

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartMon Jan 19 12:16:19 2026
EndTue Jan 20 03:23:28 2026
Elapsed15 hrs, 7 mins, 8 secs

All Changes:

:

  1. 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
  2. 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
  3. 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
  4. 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