Skip to content

Doubled wall spacing #1941

Doubled wall spacing

Doubled wall spacing #1941

Triggered via pull request November 4, 2024 22:23
Status Failure
Total duration 17m 14s
Artifacts

ci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 17 warnings
fix-style
Process completed with exit code 1.
build-and-test
Process completed with exit code 2.
build-and-test: soccer/src/soccer/strategy/agent/position/waller.cpp#L40
use of undeclared identifier 'robot_diameter_multiplier_'; did you mean 'kRobotDiameterMultiplier'?
fix-style
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
fix-style
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build-and-test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build-and-test: external/rrt/src/rrt/2dplane/GridStateSpace.hpp#L27
'RRT::GridStateSpace::intermediateState' hides overloaded virtual function
build-and-test: external/rrt/src/rrt/Tree.hpp#L321
unused variable 'n'
build-and-test: external/rrt/src/rrt/Tree.hpp#L134
initializer order does not match the declaration order
build-and-test: external/rrt/src/rrt/Tree.hpp#L29
initializer order does not match the declaration order
build-and-test: rj_utils/src/logging.cpp#L30
enumeration value 'n_levels' not handled in switch
build-and-test: rj_utils/src/logging.cpp#L33
format string is not a string literal (potentially insecure)
build-and-test: rj_utils/src/logging.cpp#L36
format string is not a string literal (potentially insecure)
build-and-test: rj_utils/src/logging.cpp#L39
format string is not a string literal (potentially insecure)
build-and-test: rj_utils/src/logging.cpp#L42
format string is not a string literal (potentially insecure)
build-and-test: rj_utils/src/logging.cpp#L45
format string is not a string literal (potentially insecure)
build-and-test: soccer/src/soccer/soccer_mom.cpp#L7
the parameter 'color' is copied for each invocation but only used as a const reference; consider making it a const reference
build-and-test: soccer/src/soccer/strategy/agent/position/runner.hpp#L6
class 'Runner' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
build-and-test: soccer/src/soccer/strategy/agent/position/runner.hpp#L9
annotate this function with 'override' or (rarely) 'final'