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

Builder curl-ares-solaris11-i386 Build #4518

Results:

Build successful

SourceStamp:

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

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-ares-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 11 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 1 hrs, 3 mins, 14 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-ares-solaris11-i386 slave
buildername curl-ares-solaris11-i386 Builder
buildnumber 4518 Build
codebase Build
got_revision 9703dabd77b5fbfda26944462afcc84242eaa486 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9703dabd77b5fbfda26944462afcc84242eaa486 Build
scheduler schedule-curl-ares-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing
  2. Viktor Szakats

Timing:

StartMon Jan 19 10:54:15 2026
EndMon Jan 19 14:00:19 2026
Elapsed3 hrs, 6 mins, 3 secs

All Changes:

:

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