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

Builder curl-ares-solaris10-sparc Build #3480

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

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

Steps and Logfiles:

  1. git  
    1. - no logs -
    1. - no logs -
    1. - no logs -
  2. Runtest  
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot-unstable10s/slave/curl-ares-solaris10-sparc slave
buildername curl-ares-solaris10-sparc Builder
buildnumber 3480 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 009facd23216d0884913d7db32c54bcd36ab002c 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. Viktor Szakats

Timing:

StartFri Mar 6 06:57:28 2026
Elapsed9 hrs, 18 mins, 51 secs

All Changes:

:

  1. Change #259922

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 05 Mar 2026 13:50:56
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 3a2fdeb5af069a71d7b51214183e84fe0eafe6bf

    Comments

    unit3205: drop `NOLINT`
    In favor or a small code change the silences the clang-tidy warning.
    
    Follow-up to b1f853a3849d0e8116ae4e2aedfb9ca65f92282d #20731
    
    Closes #20820

    Changed files

    • tests/unit/unit3205.c
  2. Change #259956

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 06 Mar 2026 00:30:32
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 37f5e3960f5e6491616d19e7989db9a5104e4212

    Comments

    spelling: bump codespell to 2.4.2, fix fallouts
    Closes #20825
    Closes #20827

    Changed files

    • .github/scripts/requirements.txt
    • tests/server/sockfilt.c
  3. Change #259975

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 06 Mar 2026 04:04:09
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision c6cfb2a2f34df80c6d746d1cb07705d3fac7e67a

    Comments

    cmake: fix `LOCATION` property read errors in target debug function
    Exclude reading certain props for certain target types to avoid these errors:
    ```
    CMake Error at CMake/Utilities.cmake:71 (get_property):
      The LOCATION property may not be read from target "...".  Use the target
      name directly with add_custom_command, or use the generator expression
      $<TARGET_FILE>, as appropriate.
    ```
    (and the same in line 78.)
    
    Follow-up to 855acb3bb07e0dd06b5722218eb5fded333f7ce0 #17701
    
    Closes #20828

    Changed files

    • CMake/Utilities.cmake
  4. Change #259982

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Fri 06 Mar 2026 04:56:33
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 009facd23216d0884913d7db32c54bcd36ab002c

    Comments

    cmake: improve clang-tidy test command-line reproduction
    - also query `INTERFACE_COMPILE_DEFINITIONS` and
      `INTERFACE_COMPILE_OPTIONS`.
      To further sync clang-tidy manual command-lines with the C compiler
      command-lines generated by CMake. In practice this adds `-I` options
      (via `INTERFACE_COMPILE_OPTIONS`) to the end of the command-line for
      dependency header directories. It does not change the outcome of
      clang-tidy runs.
    
    - limit querying `COMPILE_DEFINITIONS` and `COMPILE_OPTIONS` to the top
      target, the test itself. To not include options such as
      `-DCURL_HIDDEN_SYMBOLS` and `-fvisibility=hidden` (when set) via
      the libcurl shared lib.
      To sync with the actual C compiler command-line.
    
    - drop redundant `unset()`.
    
    - rename local function to be more specific.
    
    Follow-up to d9386a2f8ec3c4bd5ababc4eeb96ecd3e522b77c #20759
    
    Closes #20829

    Changed files

    • CMake/Macros.cmake
    • scripts/cmakelint.sh