Skip to content

Fix some warnings #3168

Fix some warnings

Fix some warnings #3168

Triggered via pull request July 20, 2023 19:27
Status Failure
Total duration 46m 11s
Artifacts

ci.yml

on: pull_request
Formatting
18s
Formatting
Matrix: CPU
Matrix: GPU-CUDA
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 18 warnings
Docker
Process completed with exit code 126.
Lint-cppcheck
Process completed with exit code 8.
Docker
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
CPU (macos-latest, RelWithDebInfo)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
CPU (ubuntu-latest, Debug)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
CPU (ubuntu-latest, RelWithDebInfo)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint-codeql
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
GPU-HIP
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
GPU-CUDA (11.4)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint-clang-tidy
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint-cppcheck
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint-cppcheck: amr-wind/boundary_conditions/BCInterface.cpp#L128
Condition 'has_inflow_udf' is always false [knownConditionTrueFalse]
Lint-cppcheck: amr-wind/boundary_conditions/BCInterface.cpp#L143
Condition 'has_wall_udf' is always false [knownConditionTrueFalse]
Lint-cppcheck: amr-wind/turbulence/LES/AMD.cpp#L14
Member variable 'AMD::m_rho' is not initialized in the constructor. [uninitMemberVar]
Lint-cppcheck: amr-wind/turbulence/LES/AMD.cpp#L14
Member variable 'AMD::m_temperature' is not initialized in the constructor. [uninitMemberVar]
Lint-cppcheck: amr-wind/turbulence/LES/AMD.cpp#L14
Member variable 'AMD::m_vel' is not initialized in the constructor. [uninitMemberVar]
Lint-cppcheck: amr-wind/turbulence/LES/AMDNoTherm.cpp#L16
Member variable 'AMDNoTherm::m_rho' is not initialized in the constructor. [uninitMemberVar]
Lint-cppcheck: amr-wind/turbulence/LES/AMDNoTherm.cpp#L16
Member variable 'AMDNoTherm::m_vel' is not initialized in the constructor. [uninitMemberVar]
Lint-cppcheck: amr-wind/turbulence/RANS/KOmegaSSTIDDES.cpp#L22
Member variable 'KOmegaSSTIDDES::m_rans_ind' is not initialized in the constructor. [uninitMemberVar]
GPU-SYCL
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected]. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/