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

Builder curl-unthreaded-solaris10-sparc Build #13236

Build In Progress:

[waiting for Lock]

SourceStamp:

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

BuildSlave:

unstable10s

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-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-unthreaded-solaris10-sparc slave
buildername curl-unthreaded-solaris10-sparc Builder
buildnumber 13236 Build
codebase Build
project curl Build
repository https://github.com/curl/curl.git Build
revision 7ad985cad58f8d4746e2a6042b9472b97f22f737 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:

StartFri Jul 4 04:30:21 2025
Elapsed7 hrs, 18 mins, 43 secs

All Changes:

:

  1. Change #238197

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 03 Jul 2025 17:51:51
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision a88907fd96c946d17867a491b4cf7c72a1982be4

    Comments

    cmake/FindGSS: initialize result variables
    Also rename `_GSS*` local variables to `_gss*` to please `clang-lint`,
    which emitted new warnings after adding the initializations.
    
    Ref: https://github.com/curl/curl/issues/17802#issuecomment-3029455984
    
    Closes #17806

    Changed files

    • CMake/FindGSS.cmake
  2. Change #238304

    Category curl
    Changed by Viktor Szakats <commitohnoyoudont@vsz.me>
    Changed at Thu 03 Jul 2025 23:49:25
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 7ad985cad58f8d4746e2a6042b9472b97f22f737

    Comments

    tests/unit: hook up unitprotos to the `units-clang-tidy` target
    To make `ninja units-clang-tidy` target work without manually building
    core components first.
    
    Also rename the clang-tidy test target generator macro to align its name
    with the built-in `add_custom_target()` function.
    
    Follow-up to c9bb9cd165c1b25c2fe005befdcfe479fc9b68e1 #17750
    
    Closes #17810

    Changed files

    • CMake/Macros.cmake
    • tests/client/CMakeLists.txt
    • tests/libtest/CMakeLists.txt
    • tests/server/CMakeLists.txt
    • tests/tunit/CMakeLists.txt
    • tests/unit/CMakeLists.txt