Skip to content

fix: Disable gcc sanitizer on macos by default #479

fix: Disable gcc sanitizer on macos by default

fix: Disable gcc sanitizer on macos by default #479

Triggered via pull request April 16, 2024 06:50
Status Failure
Total duration 13m 5s
Artifacts

ci.yml

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

Annotations

1 error, 87 warnings, and 6 notices
Test (macos-13, gcc, true, true)
Process completed with exit code 201.
Test (ubuntu-22.04, gcc, true, true)
Vcpkg folder already exists at /home/runner/vcpkg. This might mean that ~/vcpkg is restored from the cache.
Test (ubuntu-22.04, llvm, true, true)
Vcpkg folder already exists at /home/runner/vcpkg. This might mean that ~/vcpkg is restored from the cache.
Test (windows-2022, msvc, true, Ninja)
Vcpkg folder already exists at C:\Users\runneradmin\vcpkg. This might mean that ~/vcpkg is restored from the cache.
Test (windows-2022, msvc, false, Ninja)
Vcpkg folder already exists at C:\Users\runneradmin\vcpkg. This might mean that ~/vcpkg is restored from the cache.
Test (windows-2022, msvc, false)
Vcpkg folder already exists at C:\Users\runneradmin\vcpkg. This might mean that ~/vcpkg is restored from the cache.
Test (windows-2022, msvc, true, true)
Vcpkg folder already exists at C:\Users\runneradmin\vcpkg. This might mean that ~/vcpkg is restored from the cache.
Test (macos-13, gcc, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (macos-13, gcc, true, 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-13, gcc, true, 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 (macos-13, gcc, true, true): tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
Test (macos-13, gcc, true, true): tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
Test (macos-13, gcc, true, true): tests/myproj/src/main/main.cpp#L34
variable name 'a' is too short, expected at least 3 characters [readability-identifier-length]
Test (macos-13, gcc, true, true): tests/myproj/src/main/main.cpp#L34
Unused variable: a [unusedVariable]
Test (macos-13, gcc, true, true): tests/myproj/src/main/main.cpp#L34
unused variable 'a' [-Wunused-variable]
Test (macos-13, gcc, true, true)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (ubuntu-22.04, gcc, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (ubuntu-22.04, gcc, true, true): tests/myproj/src/main/main.cpp#L2
included header Dense is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, gcc, true, true): tests/myproj/src/main/main.cpp#L4
included header ranges.h is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, gcc, true, true): tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, gcc, true, true): tests/myproj/src/main/main.cpp#L8
included header string is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, gcc, true, true): tests/myproj/src/main/main.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, gcc, true, true): tests/myproj/src/main/main.cpp#L12
included header cassert is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, gcc, true, true): tests/myproj/src/main/main.cpp#L13
included header cctype is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, gcc, true, true): tests/myproj/src/main/main.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, gcc, true, true): tests/myproj/src/main/main.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, gcc, true, true): tests/myproj/src/main/main.cpp#L16
included header cstring is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (ubuntu-22.04, llvm, true, true): tests/myproj/src/mylib2/lib.cpp#L2
included header Dense is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm, true, true): tests/myproj/src/mylib2/lib.cpp#L4
included header ranges.h is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm, true, true): tests/myproj/src/mylib2/lib.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm, true, true): tests/myproj/src/mylib2/lib.cpp#L8
included header string is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm, true, true): tests/myproj/src/mylib2/lib.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm, true, true): tests/myproj/src/mylib2/lib.cpp#L12
included header cassert is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm, true, true): tests/myproj/src/mylib2/lib.cpp#L13
included header cctype is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm, true, true): tests/myproj/src/mylib2/lib.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm, true, true): tests/myproj/src/mylib2/lib.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
Test (ubuntu-22.04, llvm, true, true): tests/myproj/src/mylib2/lib.cpp#L16
included header cstring is not used directly [misc-include-cleaner]
Test (macos-12, llvm, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (macos-12, llvm, true, 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-12, llvm, true, 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 (macos-12, llvm, true, true): tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
Test (macos-12, llvm, true, true): tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
Test (macos-12, llvm, true, true): tests/myproj/src/main/main.cpp#L34
variable name 'a' is too short, expected at least 3 characters [readability-identifier-length]
Test (macos-12, llvm, true, true): tests/myproj/src/main/main.cpp#L34
Unused variable: a [unusedVariable]
Test (macos-12, llvm, true, true): tests/myproj/src/main/main.cpp#L34
unused variable 'a' [-Wunused-variable]
Test (macos-12, llvm, true, 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 (macos-12, llvm, true, true): tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
Test (macos-12, llvm, true, true): tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
Test (macos-12, llvm, true, true)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, msvc, true, Ninja)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2022, msvc, true, Ninja)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, msvc, false, Ninja)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2022, msvc, false, Ninja)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, msvc, false)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2022, msvc, false)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, msvc, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2022, msvc, true, true)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (macos-11, gcc, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (macos-11, gcc, true, true)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (macos-11, gcc, true, 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 (macos-11, gcc, true, true): tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
Test (macos-11, gcc, true, true): tests/myproj/src/main/main.cpp#L34
variable 'a' is not initialized [cppcoreguidelines-init-variables]
Test (macos-11, gcc, true, true): tests/myproj/src/main/main.cpp#L34
variable name 'a' is too short, expected at least 3 characters [readability-identifier-length]
Test (macos-11, gcc, true, true): tests/myproj/src/main/main.cpp#L34
Unused variable: a [unusedVariable]
Test (macos-11, gcc, true, true): tests/myproj/src/main/main.cpp#L34
unused variable 'a' [-Wunused-variable]
Test (macos-11, gcc, true, 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-11, gcc, true, 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-11, gcc, true, 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 (macos-11, gcc, true, true): tests/myproj/src/main/main.cpp#L34
unused variable 'a' [clang-diagnostic-unused-variable]
Test (windows-2022, llvm, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2022, llvm, true, true)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (windows-2022, llvm, true, true): tests/myproj/src/main/main.cpp#L2
included header Dense is not used directly [misc-include-cleaner]
Test (windows-2022, llvm, true, true): tests/myproj/src/main/main.cpp#L4
included header ranges.h is not used directly [misc-include-cleaner]
Test (windows-2022, llvm, true, true): tests/myproj/src/main/main.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
Test (windows-2022, llvm, true, true): tests/myproj/src/main/main.cpp#L8
included header string is not used directly [misc-include-cleaner]
Test (windows-2022, llvm, true, true): tests/myproj/src/main/main.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
Test (windows-2022, llvm, true, true): tests/myproj/src/main/main.cpp#L12
included header cassert is not used directly [misc-include-cleaner]
Test (windows-2022, llvm, true, true): tests/myproj/src/main/main.cpp#L13
included header cctype is not used directly [misc-include-cleaner]
Test (windows-2022, llvm, true, true): tests/myproj/src/main/main.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
Test (windows-2022, llvm, true, true): tests/myproj/src/main/main.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
Test (windows-2022, llvm, true, true): tests/myproj/src/main/main.cpp#L16
included header cstring is not used directly [misc-include-cleaner]
Test (windows-2022, gcc, true, true)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test (windows-2022, gcc, true, true): tests/myproj/src/mylib2/lib.cpp#L2
included header Dense is not used directly [misc-include-cleaner]
Test (windows-2022, gcc, true, true): tests/myproj/src/mylib2/lib.cpp#L4
included header ranges.h is not used directly [misc-include-cleaner]
Test (windows-2022, gcc, true, true): tests/myproj/src/mylib2/lib.cpp#L7
included header iostream is not used directly [misc-include-cleaner]
Test (windows-2022, gcc, true, true): tests/myproj/src/mylib2/lib.cpp#L8
included header string is not used directly [misc-include-cleaner]
Test (windows-2022, gcc, true, true): tests/myproj/src/mylib2/lib.cpp#L9
included header string_view is not used directly [misc-include-cleaner]
Test (windows-2022, gcc, true, true): tests/myproj/src/mylib2/lib.cpp#L12
included header cassert is not used directly [misc-include-cleaner]
Test (windows-2022, gcc, true, true): tests/myproj/src/mylib2/lib.cpp#L13
included header cctype is not used directly [misc-include-cleaner]
Test (windows-2022, gcc, true, true): tests/myproj/src/mylib2/lib.cpp#L14
included header cstddef is not used directly [misc-include-cleaner]
Test (windows-2022, gcc, true, true): tests/myproj/src/mylib2/lib.cpp#L15
included header cstdint is not used directly [misc-include-cleaner]
Test (windows-2022, gcc, true, true): tests/myproj/src/mylib2/lib.cpp#L16
included header cstring is not used directly [misc-include-cleaner]
Test (windows-2022, gcc, true, true)
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...