Skip to content

Clean ConfigureChecks.cmake #19

Clean ConfigureChecks.cmake

Clean ConfigureChecks.cmake #19

Triggered via push February 27, 2024 14:13
Status Failure
Total duration 2h 3m 51s
Artifacts 12

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 48 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Ubuntu_22-04_Conda / Build
Process completed with exit code 1.
MacOS_13_Conda_Intel / Build
Process completed with exit code 1.
Windows_Conda / Build
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 5546k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: cMake/FindPyCXX.cmake#L121
#set old 6.2 pycxx compatibility <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/inc/SMESH_MeshVSLink.hxx#L1
// SMESH SMESH_MeshVSLink : Connection of SMESH with MeshVS from OCC <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp#L117
//purpose : <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp#L125
//purpose : <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp#L233
//purpose : <-- trailing whitespace
Lint / Lint: src/3rdParty/salomesmesh/src/DriverSTL/DriverSTL_R_SMDS_Mesh.cpp#L244
// Open the file <-- trailing whitespace
Lint / Lint: src/Ext/freecad/part.py#L1
would reformat src/Ext/freecad/part.py
Lint / Lint: src/Ext/freecad/partdesign.py#L1
would reformat src/Ext/freecad/partdesign.py
Lint / Lint: src/Ext/freecad/sketcher.py#L1
would reformat src/Ext/freecad/sketcher.py
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.py#L1
would reformat src/Gui/PreferencePages/DlgSettingsUI.py
Lint / Lint: src/Ext/freecad/part.py#L1
Final newline missing (missing-final-newline)
Lint / Lint: src/Ext/freecad/part.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Ext/freecad/part.py#L1
Wildcard import Part (wildcard-import)
Lint / Lint: src/Ext/freecad/partdesign.py#L1
Final newline missing (missing-final-newline)
Lint / Lint: src/Ext/freecad/partdesign.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Ext/freecad/partdesign.py#L1
Wildcard import PartDesign (wildcard-import)
Lint / Lint: src/Ext/freecad/sketcher.py#L1
Final newline missing (missing-final-newline)
Lint / Lint: src/Ext/freecad/sketcher.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Ext/freecad/sketcher.py#L1
Wildcard import Sketcher (wildcard-import)
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.py#L24
Multiple imports on one line (cog, sys) (multiple-imports)
Lint / Lint: src/Gui/Application.cpp#L2111
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/StartupProcess.cpp#L269
QObject::connect(qtApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/StartupProcess.cpp#L270
mainWindow, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Tree.cpp#L975
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L68
Unknown NOLINT error category: modernize-macro-to-enum [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L69
Unknown NOLINT error category: modernize-macro-to-enum [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L70
Unknown NOLINT error category: modernize-macro-to-enum [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L4039
Unknown NOLINT error category: cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L4045
Unknown NOLINT error category: cppcoreguidelines-pro-type-vararg,hicpp-vararg [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L4381
Unknown NOLINT error category: cppcoreguidelines-non-private-member-variables-in-classes [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L4385
Unknown NOLINT error category: bugprone-throw-keyword-missing [readability/nolint] [5]
Lint / Lint: src/3rdParty/json/single_include/nlohmann/json.hpp#L4811
Unknown NOLINT error category: cppcoreguidelines-avoid-c-arrays,hicpp-avoid-c-arrays,modernize-avoid-c-arrays [readability/nolint] [5]
Windows / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3, actions/cache/save@v3, microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
WrapUp / WrapUp
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: geekyeggo/delete-artifact@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
Lint-8066151304-Logs Expired
424 KB
Lint-8066151304-report.md Expired
423 KB
MacOS_13_Conda_Intel-8066151304-Logs Expired
40.7 KB
MacOS_13_Conda_Intel-8066151304-report.md Expired
825 Bytes
Prepare-8066151304-Logs Expired
254 KB
Prepare-8066151304-report.md Expired
2.36 KB
Ubuntu_20-04-8066151304-Logs Expired
164 KB
Ubuntu_20-04-8066151304-report.md Expired
3.12 KB
Ubuntu_22-04_Conda-8066151304-Logs Expired
159 KB
Ubuntu_22-04_Conda-8066151304-report.md Expired
3.86 KB
Windows-8066151304-Logs Expired
2.63 MB
Windows_Conda-8066151304-Logs Expired
2.31 MB