Skip to content

DAA

DAA #136

Triggered via pull request October 25, 2024 15:46
@maierdevmaierdev
opened #8
7-daa
Status Failure
Total duration 5h 1m 57s
Artifacts

ci.yml

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

Annotations

12 errors and 26 warnings
Build (macos-13, llvm, Debug, DEBUG)
No formulae or casks found for venv.
Test (macos-13, llvm, Release, DEBUG)
No formulae or casks found for venv.
Clang-tidy: src/Navigation/Atmosphere/Pressure/Pressure.hpp#L20
enum 'PressureModel' uses a larger base type ('int', size: 4 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size [performance-enum-size,-warnings-as-errors]
Clang-tidy: src/Navigation/GNSS/Core/Frequency.hpp#L62
enum 'Enum' uses a larger base type ('size_t' (aka 'unsigned long'), size: 8 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size [performance-enum-size,-warnings-as-errors]
Clang-tidy: src/Navigation/GNSS/Core/SatelliteSystem.hpp#L46
enum 'Enum' uses a larger base type ('size_t' (aka 'unsigned long'), size: 8 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size [performance-enum-size,-warnings-as-errors]
Clang-tidy: src/Navigation/Math/Math.hpp#L38
use C++20 requires constraints instead of enable_if [modernize-use-constraints,-warnings-as-errors]
Clang-tidy: src/Navigation/Math/Math.hpp#L50
use C++20 requires constraints instead of enable_if [modernize-use-constraints,-warnings-as-errors]
Clang-tidy: src/Navigation/Math/Math.hpp#L74
use C++20 requires constraints instead of enable_if [modernize-use-constraints,-warnings-as-errors]
Clang-tidy: src/Navigation/Math/Math.hpp#L124
use C++20 requires constraints instead of enable_if [modernize-use-constraints,-warnings-as-errors]
Clang-tidy: src/Navigation/Math/Math.hpp#L132
use C++20 requires constraints instead of enable_if [modernize-use-constraints,-warnings-as-errors]
Clang-tidy: src/Navigation/Time/InsTime.hpp#L1099
initializer for member '_mjd' is redundant [readability-redundant-member-init,-warnings-as-errors]
Clang-tidy: src/Navigation/Time/TimeSystem.hpp#L25
enum 'TimeSystem_' uses a larger base type ('unsigned int', size: 4 bytes) than necessary for its value set, consider using 'std::uint8_t' (1 byte) as the base type to reduce its size [performance-enum-size,-warnings-as-errors]
Build (macos-13, llvm, Debug, DEBUG)
No available formula with the name "venv".
Build (macos-13, llvm, Debug, DEBUG)
Failed to install venv: Error: Command failed with exit code 1: /usr/local/bin/brew install venv --overwrite. Ignoring...
Build (windows-2022, msvc-2022, Debug, DEBUG): src/Navigation/GNSS/Core/Code.cpp#L1207
'<<': shift count negative or too big, undefined behavior [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Build (windows-2022, msvc-2022, Debug, DEBUG): src/Navigation/GNSS/Core/Code.cpp#L1207
'<': expression is always false [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Build (windows-2022, msvc-2022, Debug, DEBUG): src/Navigation/GNSS/Core/Code.cpp#L1218
'<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Build (windows-2022, msvc-2022, Debug, DEBUG): src/Navigation/GNSS/Core/Frequency.cpp#L559
'<<': shift count negative or too big, undefined behavior [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Build (windows-2022, msvc-2022, Debug, DEBUG): src/Navigation/GNSS/Core/Frequency.cpp#L559
'<': expression is always false [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Build (windows-2022, msvc-2022, Debug, DEBUG): src/Navigation/GNSS/Core/Frequency.cpp#L569
'<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Build (windows-2022, msvc-2022, Debug, DEBUG): src/Navigation/GNSS/Core/SatelliteIdentifier.cpp#L63
'<<': shift count negative or too big, undefined behavior [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Build (windows-2022, msvc-2022, Debug, DEBUG): src/Navigation/GNSS/Core/SatelliteIdentifier.cpp#L63
'<': expression is always false [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Build (windows-2022, msvc-2022, Debug, DEBUG): src/Navigation/GNSS/Core/SatelliteIdentifier.cpp#L70
'<<': shift count negative or too big, undefined behavior [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Build (windows-2022, msvc-2022, Debug, DEBUG): src/Navigation/GNSS/Core/SatelliteIdentifier.cpp#L70
'<': expression is always false [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Build (windows-2022, msvc-2022, Debug, DEBUG)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
Test (macos-13, llvm, Release, DEBUG)
No available formula with the name "venv".
Test (macos-13, llvm, Release, DEBUG)
Failed to install venv: Error: Command failed with exit code 1: /usr/local/bin/brew install venv --overwrite. Ignoring...
Test (windows-2022, msvc-2022, Release, DEBUG): src/Navigation/GNSS/Core/Code.cpp#L1207
'<<': shift count negative or too big, undefined behavior [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Test (windows-2022, msvc-2022, Release, DEBUG): src/Navigation/GNSS/Core/Code.cpp#L1207
'<': expression is always false [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Test (windows-2022, msvc-2022, Release, DEBUG): src/Navigation/GNSS/Core/Code.cpp#L1218
'<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Test (windows-2022, msvc-2022, Release, DEBUG): src/Navigation/GNSS/Core/Frequency.cpp#L559
'<<': shift count negative or too big, undefined behavior [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Test (windows-2022, msvc-2022, Release, DEBUG): src/Navigation/GNSS/Core/Frequency.cpp#L559
'<': expression is always false [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Test (windows-2022, msvc-2022, Release, DEBUG): src/Navigation/GNSS/Core/Frequency.cpp#L569
'<<': result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift intended?) [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Test (windows-2022, msvc-2022, Release, DEBUG): src/Navigation/GNSS/Core/SatelliteIdentifier.cpp#L63
'<<': shift count negative or too big, undefined behavior [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Test (windows-2022, msvc-2022, Release, DEBUG): src/Navigation/GNSS/Core/SatelliteIdentifier.cpp#L63
'<': expression is always false [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Test (windows-2022, msvc-2022, Release, DEBUG): src/Navigation/GNSS/Core/SatelliteIdentifier.cpp#L70
'<<': shift count negative or too big, undefined behavior [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Test (windows-2022, msvc-2022, Release, DEBUG): src/Navigation/GNSS/Core/SatelliteIdentifier.cpp#L70
'<': expression is always false [D:\a\INSTINCT\INSTINCT\build\src\instinct.vcxproj]
Test (windows-2022, msvc-2022, Release, DEBUG)
Failed to install venv: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...