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

Builder curl-ares-solaris11-sparc Build #4151

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision42fdc65a989d9e57c418eb56770ab8e31736d56a
Got Revision42fdc65a989d9e57c418eb56770ab8e31736d56a
Changes2 changes

BuildSlave:

unstable11s

Reason:

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

Steps and Logfiles:

  1. git update ( 6 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 26 mins, 2 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 1 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave
buildername curl-ares-solaris11-sparc Builder
buildnumber 4151 Build
codebase Build
got_revision 42fdc65a989d9e57c418eb56770ab8e31736d56a Git
osplatform SPARC SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 42fdc65a989d9e57c418eb56770ab8e31736d56a Build
scheduler schedule-curl-ares-solaris11-sparc Scheduler
slavename unstable11s BuildSlave
workdir /export/home/buildbot/slave/curl-ares-solaris11-sparc slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Viktor Szakats

Timing:

StartFri Jul 4 07:15:08 2025
EndFri Jul 4 08:45:37 2025
Elapsed1 hrs, 30 mins, 29 secs

All Changes:

:

  1. Change #238314

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 04 Jul 2025 05:57:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision b2c9e5ea10b6029b9330207b5655c894e0bae9e2

    Comments

    cmake: gather options recursively in `curl_add_clang_tidy_test_target`
    Also look into `INTERFACE_INCLUDE_DIRECTORIES` target properties
    for include directories.
    
    Ref: #16973
    
    Closes #17812

    Changed files

    • CMake/Macros.cmake
  2. Change #238319

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 04 Jul 2025 06:28:40
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 42fdc65a989d9e57c418eb56770ab8e31736d56a

    Comments

    cmake: fix `curl_add_clang_tidy_test_target` when no `-D` option
    Fix `curl_add_clang_tidy_test_target` generating an invalid option for
    `clang-tidy` if the tested target has no custom macro definition.
    
    Current build doesn't hit this case, but a pending PR does.
    
    Fixing:
    ```
    [...] -Ilib -Itests/client -DCURL_HIDDEN_SYMBOLS -DHAVE_CONFIG_H -D_definitions_t-NOTFOUND
    ```
    error: ISO C99 requires whitespace after the macro name [clang-diagnostic-c99-extensions,-warnings-as-errors]
    
    Cherry-picked from #17768
    Closes #17813

    Changed files

    • CMake/Macros.cmake