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

Builder curl-threaded-solaris10-sparc Build #3533

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 35 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 5 hrs, 53 mins, 20 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 3533 Build
codebase Build
got_revision a56ab9dbc84d6f20c3a91af8a11bc0edc2897b56 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision a56ab9dbc84d6f20c3a91af8a11bc0edc2897b56 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartThu Mar 26 13:36:07 2026
EndFri Mar 27 01:46:09 2026
Elapsed12 hrs, 10 mins, 1 secs

All Changes:

:

  1. Change #262342

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Mar 2026 07:56:42
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 0c14ed62c45b71ffcc6b7ef905e321288eea3eee

    Comments

    location/follow: mention netrc
    Closes #21091

    Changed files

    • docs/cmdline-opts/follow.md
    • docs/cmdline-opts/location.md
  2. Change #262343

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Mar 2026 07:57:19
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 970f0a8cecd982cb646a9897642e274cd87ab498

    Comments

    cleancmd.pl: remove markdown links before spellcheck
    Closes #21085

    Changed files

    • .github/scripts/cleancmd.pl
  3. Change #262344

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Mar 2026 07:57:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 897f7143c53ec1ec53df149f869af956157d161b

    Comments

    docs/VERIFY.md: verify curl
    Don't trust, verify!
    
    Closes #21085

    Changed files

    • docs/Makefile.am
    • docs/VERIFY.md
  4. Change #262368

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Thu 26 Mar 2026 11:06:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision f660b77f74ee3c6993d49aa2952501fda32ffe10

    Comments

    DEPRECATE.md: fix copy-and-paste mistaken subtitles
    Closes #21102

    Changed files

    • docs/DEPRECATE.md
  5. Change #262370

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 26 Mar 2026 11:20:03
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a56ab9dbc84d6f20c3a91af8a11bc0edc2897b56

    Comments

    cmake: add CMake Config-based dependency detection for c-ares, wolfSSL
    For wolfSSL it requires v5.2.1+, and with 5.9.0+ it's also supported when
    wolfSSL was built with autotools.
    
    Follow-up to 8fce3e17e6cb310cd6dbe38ff14869b8fe5827d2 #20814
    
    Closes #21098

    Changed files

    • CMake/FindCares.cmake
    • CMake/FindWolfSSL.cmake
    • docs/INSTALL-CMAKE.md