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

Builder curl-ares-solaris10-sparc Build #2975

Results:

Failed runtest

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git update ( 22 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 3 hrs, 56 mins, 28 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-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 2975 Build
codebase Build
got_revision 9e198618dea14231488005b53c7800d4e80e2dce Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9e198618dea14231488005b53c7800d4e80e2dce 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. Daniel Stenberg
  2. Viktor Szakats

Timing:

StartTue Oct 21 14:18:40 2025
EndWed Oct 22 02:15:58 2025
Elapsed11 hrs, 57 mins, 18 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
  4. Change #246308

    Category curl
    Changed by Daniel Stenberg <danielohnoyoudont@haxx.se>
    Changed at Tue 21 Oct 2025 10:11:43
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9e198618dea14231488005b53c7800d4e80e2dce

    Comments

    tool_parsecfg: detect and error on recursive --config use
    The config file parser now has a maximum level of inclusions allowed (5)
    to detect and prevent recursive inclusions of itself leading to badness.
    
    Bonus: clean up return code handling from the config parser.
    
    Test 774 verifies
    Closes #19168

    Changed files

    • src/tool_getparam.c
    • src/tool_getparam.h
    • src/tool_helpers.c
    • src/tool_operate.c
    • src/tool_parsecfg.c
    • src/tool_parsecfg.h
    • tests/data/Makefile.am
    • tests/data/test2080
    • tests/data/test462
    • tests/data/test774