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

Builder curl-unthreaded-solaris10-sparc Build #13347

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 7 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 4 hrs, 10 mins, 24 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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13347 Build
codebase Build
got_revision b4f57c804573016ac7eb0a43e6af0f427a556571 Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision b4f57c804573016ac7eb0a43e6af0f427a556571 Build
scheduler schedule-curl-unthreaded-solaris10-sparc Scheduler
slavename unstable10s BuildSlave
workdir /export/home/buildbot-unstable10s/slave/curl-unthreaded-solaris10-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartTue Oct 21 10:04:15 2025
EndTue Oct 21 22:19:05 2025
Elapsed12 hrs, 14 mins, 50 secs

All Changes:

:

  1. Change #246296

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 21 Oct 2025 01:08:04
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 921ff012636c99f9f8bce946a29cb4d158621a20

    Comments

    cmake: two minor tidy-ups
    - flatten an if tree.
    - fix a typo in comment.
    
    Closes #19171

    Changed files

    • CMake/PickyWarnings.cmake
  2. Change #246297

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 21 Oct 2025 01:08:05
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 1afdb65b554bf6ae601998965053efc0f1e82460

    Comments

    INSTALL-CMAKE.md: fix descriptions for LDAP dependency options
    After introducing the local FindLDAP module, these options work the same
    way as with other dependencies.
    
    Follow-up to 49f2a23d509645d534cbb2e2ffbd6347fac6e59e #15273
    
    Closes #19170

    Changed files

    • docs/INSTALL-CMAKE.md
  3. Change #246301

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Tue 21 Oct 2025 01:53:35
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b4f57c804573016ac7eb0a43e6af0f427a556571

    Comments

    cmake: inline linter instructions
    To avoid it applying to all the rest of the script.
    
    Follow-up to b761eb5addb9e29b2ee0e5841633c09d1fd77704 #17576
    
    Closes #19172

    Changed files

    • CMakeLists.txt