Skip to content

fix: enable CMP0177 + update CI versions #612

fix: enable CMP0177 + update CI versions

fix: enable CMP0177 + update CI versions #612

Triggered via pull request February 24, 2026 07:27
@aminyaaminya
synchronize #293
policy
Status Failure
Total duration 8m 25s
Artifacts

ci.yml

on: pull_request
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 40 warnings
Test (ubuntu-22.04, gcc-14, true)
Failed to install the gcc compiler 14
Test (ubuntu-22.04, gcc-14, true)
Error: Failed to install apt packages: Could not find package 'g++' 14 Error: Could not find package 'g++' 14 at pS (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:45:1374) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Ja (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:45:433) at async Promise.all (index 1) at async Am (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:45:337) at async de (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:45:2548) at async In (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:53:22009) at async n$ (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:64:662) at async s$ (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:64:2502) at async o$ (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:64:2888) at de (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:46:29) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async In (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:53:22009) at async n$ (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:64:662) at async s$ (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:64:2502) at async o$ (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:64:2888)
Test (ubuntu-22.04, gcc-14, true)
Error: Failed to install apt packages: Could not find package 'g++' 14 Error: Could not find package 'g++' 14 at pS (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:45:1374) at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Ja (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:45:433) at async Promise.all (index 1) at async Am (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:45:337) at async de (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:45:2548) at async In (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:53:22009) at async n$ (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:64:662) at async s$ (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:64:2502) at async o$ (file:///home/runner/work/_actions/aminya/setup-cpp/v1/dist/modern/setup-cpp.mjs:64:2888)
Test (windows-2022, gcc-14, true)
Process completed with exit code 1.
Task 'test' failed
task: Failed to run task "myproj:test": task: Failed to run task "myproj:build": exit status 1
Test (ubuntu-22.04, llvm-19, true): tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
Test (ubuntu-22.04, llvm-19, true): tests/myproj/src/main/main.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
Test (ubuntu-22.04, llvm-19, true): tests/myproj/src/main/main.cpp#L22
no header providing "fmt::print" is directly included [misc-include-cleaner]
Test (ubuntu-22.04, llvm-19, true): tests/myproj/src/main/main.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
Test (ubuntu-22.04, llvm-19, true): tests/myproj/src/main/main.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
Test (ubuntu-22.04, llvm-19, true): tests/myproj/src/main/main.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm-19, true): tests/myproj/src/main/main.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm-19, true): tests/myproj/src/main/main.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm-19, true): tests/myproj/src/main/main.cpp#L8
included header string is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm-19, true): tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
Test (macos-14, gcc-14, true): tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
Test (macos-14, gcc-14, true): tests/myproj/src/mylib2/lib.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
Test (macos-14, gcc-14, true): tests/myproj/src/mylib2/lib.cpp#L22
no header providing "fmt::print" is directly included [misc-include-cleaner]
Test (macos-14, gcc-14, true): tests/myproj/src/mylib2/lib.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
Test (macos-14, gcc-14, true): tests/myproj/src/mylib2/lib.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
Test (macos-14, gcc-14, true): tests/myproj/src/mylib2/lib.cpp#L18
function 'some_fun2' can be made static or moved into an anonymous namespace to enforce internal linkage [misc-use-internal-linkage]
Test (macos-14, gcc-14, true): tests/myproj/src/mylib2/lib.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
Test (macos-14, gcc-14, true): tests/myproj/src/mylib2/lib.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
Test (macos-14, gcc-14, true): tests/myproj/src/mylib2/lib.cpp#L8
included header string is not used directly [misc-include-cleaner]
Test (macos-14, gcc-14, true): tests/myproj/src/mylib2/lib.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
Test (macos-14, llvm-19, true): tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
Test (macos-14, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L25
10 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
Test (macos-14, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L22
no header providing "fmt::print" is directly included [misc-include-cleaner]
Test (macos-14, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
Test (macos-14, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
Test (macos-14, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L18
function 'some_fun2' can be made static or moved into an anonymous namespace to enforce internal linkage [misc-use-internal-linkage]
Test (macos-14, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
Test (macos-14, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
Test (macos-14, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L8
included header string is not used directly [misc-include-cleaner]
Test (macos-14, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
Test (windows-2022, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L21
no header providing "Eigen::VectorXd" is directly included [misc-include-cleaner]
Test (windows-2022, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L19
no header providing "fmt::print" is directly included [misc-include-cleaner]
Test (windows-2022, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L18
function 'some_fun2' can be made static or moved into an anonymous namespace to enforce internal linkage [misc-use-internal-linkage]
Test (windows-2022, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L16
included header cstring is not used directly [misc-include-cleaner]
Test (windows-2022, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
Test (windows-2022, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
Test (windows-2022, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L13
included header cctype is not used directly [misc-include-cleaner]
Test (windows-2022, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
Test (windows-2022, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L8
included header string is not used directly [misc-include-cleaner]
Test (windows-2022, llvm-19, true): tests/myproj/src/mylib2/lib.cpp#L7
included header iostream is not used directly [misc-include-cleaner]