Skip to content

Merge pull request #12237 from bgbsww/bgbsww-toponamingMakeRefine #2

Merge pull request #12237 from bgbsww/bgbsww-toponamingMakeRefine

Merge pull request #12237 from bgbsww/bgbsww-toponamingMakeRefine #2

Triggered via push February 8, 2024 02:37
Status Success
Total duration 2h 2m 42s
Artifacts 12

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 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: src/App/FreeCADInit.py#L413
Instance of 'FCADLogger' has no 'parent' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L413
Instance of 'FCADLogger' has no 'parent' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L537
Instance of 'FCADLogger' has no 'timing' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L542
Instance of 'FCADLogger' has no 'printTag' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L545
Instance of 'FCADLogger' has no 'lineno' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L556
Instance of 'FCADLogger' has no 'noUpdateUI' member (no-member)
Lint / Lint: src/App/FreeCADInit.py#L680
Instance of 'FCADLogger' has no 'title' member (no-member)
Lint / Lint
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 7897k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint / Lint: src/3rdParty/salomesmesh/inc/SMESH_MeshEditor.hxx#L107
quanities ==> quantities, qualities
Lint / Lint: src/3rdParty/salomesmesh/inc/SMESH_MeshEditor.hxx#L109
quanities ==> quantities, qualities
Lint / Lint: src/3rdParty/salomesmesh/inc/SMESH_MeshEditor.hxx#L111
quanities ==> quantities, qualities
Lint / Lint: src/3rdParty/salomesmesh/inc/SMESH_MeshEditor.hxx#L113
quanities ==> quantities, qualities
Lint / Lint: contrib/.vscode/launch.json#L9
"program": "${command:cmake.buildDirectory}/tests/Tests_run", <-- trailing whitespace
Lint / Lint: contrib/.vscode/launch.json#L36
"program": "${command:cmake.buildDirectory}/bin/FreeCAD", <-- trailing whitespace
Lint / Lint: contrib/.vscode/scripts/VSCodeAutostartDebug.FCMacro#L14
# Open another port that the script WaitForDebugpy can probe to see if <-- trailing whitespace
Lint / Lint: contrib/.vscode/scripts/WaitForDebugpy.py#L4
<-- trailing whitespace
Lint / Lint: contrib/.vscode/settings.json#L1
{ <-- trailing whitespace
Lint / Lint: contrib/.vscode/settings.json#L2
// This disables vscode from adding lines to files.associations, <-- trailing whitespace
Lint / Lint: contrib/.vscode/settings.json#L5
"C_Cpp.autoAddFileAssociations": false, <-- trailing whitespace
Lint / Lint: contrib/.vscode/settings.json#L15
}, <-- trailing whitespace
Lint / Lint: contrib/.vscode/settings.json#L23
"debug.showInStatusBar": "never", <-- trailing whitespace
Lint / Lint: contrib/.vscode/settings.json#L24
<-- trailing whitespace
Lint / Lint: src/Ext/freecad/partdesign.py#L1
would reformat src/Ext/freecad/partdesign.py
Lint / Lint: src/Ext/freecad/part.py#L1
would reformat src/Ext/freecad/part.py
Lint / Lint: src/Ext/freecad/sketcher.py#L1
would reformat src/Ext/freecad/sketcher.py
Lint / Lint: contrib/.vscode/scripts/WaitForDebugpy.py#L1
would reformat contrib/.vscode/scripts/WaitForDebugpy.py
Lint / Lint: src/App/FreeCADInit.py#L1
would reformat src/App/FreeCADInit.py
Lint / Lint: contrib/.vscode/scripts/WaitForDebugpy.py#L29
Final newline missing (missing-final-newline)
Lint / Lint: contrib/.vscode/scripts/WaitForDebugpy.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: contrib/.vscode/scripts/WaitForDebugpy.py#L15
Missing function or method docstring (missing-function-docstring)
Lint / Lint: contrib/.vscode/scripts/WaitForDebugpy.py#L24
Consider using 'sys.exit' instead (consider-using-sys-exit)
Lint / Lint: contrib/.vscode/scripts/WaitForDebugpy.py#L26
Consider using 'sys.exit' instead (consider-using-sys-exit)
Lint / Lint: src/App/FreeCADInit.py#L67
Line too long (125/100) (line-too-long)
Lint / Lint: src/App/FreeCADInit.py#L95
Unnecessary parens after 'if' keyword (superfluous-parens)
Lint / Lint: src/App/FreeCADInit.py#L130
Line too long (115/100) (line-too-long)
Lint / Lint: src/App/FreeCADInit.py#L179
Unnecessary parens after 'if' keyword (superfluous-parens)
Lint / Lint: src/App/FreeCADInit.py#L188
Line too long (108/100) (line-too-long)
Lint / Lint: src/Gui/Application.cpp#L2168
QObject::connect(&mainApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2169
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2390
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Ubuntu_20-04 / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pat-s/always-upload-cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
MacOS_13_Conda_Intel / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, conda-incubator/setup-miniconda@v2, pat-s/always-upload-cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
MacOS_13_Conda_Intel / Build
Mamba support is still experimental and can result in differently solved environments!
Ubuntu_22-04_Conda / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, conda-incubator/setup-miniconda@v2, pat-s/always-upload-cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Ubuntu_22-04_Conda / Build
Mamba support is still experimental and can result in differently solved environments!
Windows_Conda / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, conda-incubator/setup-miniconda@v2, pat-s/always-upload-cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Windows_Conda / Build
Mamba support is still experimental and can result in differently solved environments!
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, pat-s/always-upload-cache@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-7824145234-Logs Expired
627 KB
Lint-7824145234-report.md Expired
626 KB
MacOS_13_Conda_Intel-7824145234-Logs Expired
40 KB
MacOS_13_Conda_Intel-7824145234-report.md Expired
527 Bytes
Prepare-7824145234-Logs Expired
274 KB
Prepare-7824145234-report.md Expired
2.44 KB
Ubuntu_20-04-7824145234-Logs Expired
183 KB
Ubuntu_20-04-7824145234-report.md Expired
3.32 KB
Ubuntu_22-04_Conda-7824145234-Logs Expired
239 KB
Ubuntu_22-04_Conda-7824145234-report.md Expired
3.78 KB
Windows-7824145234-Logs Expired
2.57 MB
Windows_Conda-7824145234-Logs Expired
2.21 MB