Skip to content

CONDA: Various fixes to allow packaging of python bindings. #3034

CONDA: Various fixes to allow packaging of python bindings.

CONDA: Various fixes to allow packaging of python bindings. #3034

Triggered via pull request September 17, 2023 21:19
Status Failure
Total duration 28s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

format_pr.yml

on: pull_request
clang_format_pr
16s
clang_format_pr
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 3 warnings
clang_format_pr
Process completed with exit code 1.
clang_format_pr: test/PluginTest.cpp#L36
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr: test/PluginTest.cpp#L76
code should be clang-formatted [-Wclang-format-violations]
clang_format_pr
Process completed with exit code 1.
clang_format_pr: test/PluginTest.cpp#L36
[clang-format] reported by reviewdog 🐶 Raw Output: test/PluginTest.cpp:36:- std::cout << "Incorrect number of plugins were loaded.\n" << "Expected: " << COMPLEX_PLUGIN_COUNT << "\nLoaded: " << plugins.size() << "\nLoaded Plugins are:\n"; test/PluginTest.cpp:36:+ std::cout << "Incorrect number of plugins were loaded.\n" test/PluginTest.cpp:37:+ << "Expected: " << COMPLEX_PLUGIN_COUNT << "\nLoaded: " << plugins.size() << "\nLoaded Plugins are:\n";
clang_format_pr: test/PluginTest.cpp#L76
[clang-format] reported by reviewdog 🐶 Raw Output: test/PluginTest.cpp:76:- std::cout << "Incorrect number of plugins were loaded.\n" << "Expected: " << COMPLEX_PLUGIN_COUNT << "\nLoaded: " << plugins.size() << "\nLoaded Plugins are:\n"; test/PluginTest.cpp:77:+ std::cout << "Incorrect number of plugins were loaded.\n" test/PluginTest.cpp:78:+ << "Expected: " << COMPLEX_PLUGIN_COUNT << "\nLoaded: " << plugins.size() << "\nLoaded Plugins are:\n";
clang_format_pr
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, ammaraskar/gcc-problem-matcher@a141586609e2a558729b99a8c574c048f7f56204. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/