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

Builder curl-ares-solaris10-i386 Build #3529

Results:

Failed runtest

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revisione54c80b397d9396dc4b260935efce7f8d2c47b99
Got Revisione54c80b397d9396dc4b260935efce7f8d2c47b99
Changes1 change

BuildSlave:

unstable10x

Reason:

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

Steps and Logfiles:

  1. git update ( 9 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' failed ( 2 hrs, 56 mins, 56 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-solaris10-i386 slave
buildername curl-ares-solaris10-i386 Builder
buildnumber 3529 Build
codebase Build
got_revision e54c80b397d9396dc4b260935efce7f8d2c47b99 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 10 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision e54c80b397d9396dc4b260935efce7f8d2c47b99 Build
scheduler schedule-curl-ares-solaris10-i386 Scheduler
slavename unstable10x BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris10-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartSat Jul 5 09:20:14 2025
EndSat Jul 5 18:01:52 2025
Elapsed8 hrs, 41 mins, 38 secs

All Changes:

:

  1. Change #238370

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Sat 05 Jul 2025 00:40:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision e54c80b397d9396dc4b260935efce7f8d2c47b99

    Comments

    cmake: `curl_add_clang_tidy_test_target` tidy-ups
    - simplify gathering header directories and compiler definitions
      recursively.
    
    - handle the case when the cmake directory object doesn't define header
      directories or compiler definitions.
    
    - honor more corners cases:
      - `INTERFACE_INCLUDE_DIRECTORIES` of the initial target.
      - handle no header directory for initial target.
    
    - de-duplicate header directories and compiler redefinitions to mimic
      CMake.
    
    - drop unnecessary `unset()`s.
    
    Note that the order of header directories remains different compared to
    how CMake passes them to the compiler when building tests. The order is
    already different in the test target `INCLUDE_DIRECTORIES` property,
    preventing to reproduce the exact CMake order. The distinction between
    `-I` and `-isystem` is also missing from target properties.
    
    Cherry-picked from #17768
    
    Closes #17814

    Changed files

    • CMake/Macros.cmake