Python API #45
Triggered via pull request
September 16, 2024 12:53
Status
Failure
Total duration
23m 15s
Artifacts
–
cpp.yml
on: pull_request
Matrix: Build
Matrix: Test
Clang tidy
2m 37s
Valgrind memcheck
18m 14s
Matrix: sanitize
Annotations
2 errors and 4 warnings
Sanitize undefined behavior
The runner has received a shutdown signal. This can happen when the runner service is stopped, or a manually started runner is canceled.
|
Sanitize undefined behavior
The operation was canceled.
|
Test (ubuntu-24.04)
array subscript 1 is above array bounds of ‘std::__array_traits<float, 1>::_Type’ {aka ‘const float [1]’} [-Warray-bounds=]
|
Test (ubuntu-24.04)
array subscript 1 is above array bounds of ‘std::__array_traits<float, 1>::_Type’ {aka ‘const float [1]’} [-Warray-bounds=]
|
Clang tidy:
library/cpp/src/core/utils/sdf/quasi_euclidean_sdf_generator.cc#L105
Value stored to 'half_max_neighbor_distance_offset' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
|
Clang tidy:
library/cpp/src/core/utils/sdf/full_euclidean_sdf_generator.cc#L114
Value stored to 'half_max_neighbor_distance_offset' during its initialization is never read [clang-analyzer-deadcode.DeadStores]
|