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

Builder curl-ares-solaris10-sparc Build #3455

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisiona55f160b13b9700e582cbc7b06556f212efe512b
Got Revisiona55f160b13b9700e582cbc7b06556f212efe512b
Changes3 changes

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 2 mins, 36 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 46 mins, 44 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3455 Build
codebase Build
got_revision a55f160b13b9700e582cbc7b06556f212efe512b Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a55f160b13b9700e582cbc7b06556f212efe512b Build
scheduler schedule-curl-ares-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSun Feb 15 13:12:43 2026
EndMon Feb 16 06:57:13 2026
Elapsed17 hrs, 44 mins, 29 secs

All Changes:

:

  1. Change #257836

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 15 Feb 2026 12:48:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9e1e5ea67c527df81e7746a2955abeba26651680

    Comments

    curl_setup.h: update/expand `OPENSSL_SUPPRESS_DEPRECATED` comment
    Document functions/features requiring it.
    
    Follow-up to cab040248d3fba3600825d77d56383019066b447 #10543
    Cherry-picked from #20593
    
    Closes #20600

    Changed files

    • lib/curl_setup.h
  2. Change #257838

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 15 Feb 2026 12:48:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 298f73f95b820889dfa6132839e59adcd2ccbe84

    Comments

    cmake: enable binutils ld workaround for all toolchains at build-time (revert)
    The change was valid, but caused an annoying warning with perfectly
    working non-binutils ld linkers:
    ```
    ld: warning: ignoring duplicate libraries: 'my/path/usr/local/lib/libcrypto.a'
    ```
    (seen with Apple clang, when using static `libcrypto.a`)
    
    It means that for the binutil ld hack to work at consumption-time, curl
    must be built with the same picky binutils (gcc) toolchain.
    
    Reverts 795433b923fc7953ae0a20b44249055fe334ae33 #20434
    
    Closes #20594

    Changed files

    • CMakeLists.txt
  3. Change #257839

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sun 15 Feb 2026 12:48:46
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a55f160b13b9700e582cbc7b06556f212efe512b

    Comments

    src: simplify declaring `curl_ca_embed`
    Also to avoid `-Wunused-macros` warnings.
    
    Follow-up to 8a3740bc8e558b9a9d4a652b74cf27a0961d7010 #14059
    Cherry-picked from #20593
    
    Closes #20601

    Changed files

    • src/config2setopts.c
    • src/mk-file-embed.pl
    • src/tool_operate.c
    • src/tool_setup.h