Skip to content

cMake: Add base support for LibPack3 #605

cMake: Add base support for LibPack3

cMake: Add base support for LibPack3 #605

Triggered via push October 8, 2023 23:35
Status Success
Total duration 2h 46m 19s
Artifacts 5
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 45 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/Mod/Fem/femsolver/z88/writer.py#L279
Using variable 'z88_man_template' before assignment (used-before-assignment)
Lint / Lint
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 8995k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/App/PropertyStandard.cpp#L1390
readed ==> read, re-add, re-added
Lint / Lint: src/Mod/Fem/femmesh/meshtools.py#L1243
tupels ==> tuples
Lint / Lint: src/Mod/Part/Gui/DlgProjectionOnSurface.cpp#L1090
placment ==> placement
Lint / Lint: src/Mod/Part/Gui/DlgProjectionOnSurface.cpp#L1091
placment ==> placement
Lint / Lint: src/Mod/Part/Gui/DlgProjectionOnSurface.cpp#L1092
placment ==> placement
Lint / Lint: src/App/ExtensionContainer.h#L214
<-- trailing whitespace
Lint / Lint: src/App/PropertyContainer.cpp#L478
<-- trailing whitespace
Lint / Lint: src/App/PropertyContainer.cpp#L496
<-- trailing whitespace
Lint / Lint: src/App/PropertyContainer.cpp#L526
<-- trailing whitespace
Lint / Lint: src/Gui/Application.cpp#L934
<-- trailing whitespace
Lint / Lint: src/Gui/Application.cpp#L946
<-- trailing whitespace
Lint / Lint: src/Gui/MainWindow.cpp#L1197
<-- trailing whitespace
Lint / Lint: src/Gui/PreferencePages/DlgSettingsGeneral.ui#L90
<-- trailing whitespace
Lint / Lint: src/Gui/PreferencePages/DlgSettingsGeneral.ui#L98
<-- trailing whitespace
Lint / Lint: src/Gui/PreferencePages/DlgSettingsGeneral.ui#L106
<-- trailing whitespace
Lint / Lint: src/Mod/Fem/femexamples/boxanalysis_static.py#L1
would reformat src/Mod/Fem/femexamples/boxanalysis_static.py
Lint / Lint: src/Mod/Fem/femexamples/buckling_lateraltorsionalbuckling.py#L1
would reformat src/Mod/Fem/femexamples/buckling_lateraltorsionalbuckling.py
Lint / Lint: src/Mod/Fem/femexamples/buckling_platebuckling.py#L1
would reformat src/Mod/Fem/femexamples/buckling_platebuckling.py
Lint / Lint: src/Mod/Fem/femexamples/ccx_buckling_flexuralbuckling.py#L1
would reformat src/Mod/Fem/femexamples/ccx_buckling_flexuralbuckling.py
Lint / Lint: src/Mod/Fem/femexamples/ccx_cantilever_base_edge.py#L1
would reformat src/Mod/Fem/femexamples/ccx_cantilever_base_edge.py
Lint / Lint: src/Mod/Fem/femexamples/ccx_cantilever_faceload.py#L1
would reformat src/Mod/Fem/femexamples/ccx_cantilever_faceload.py
Lint / Lint: src/Mod/Fem/femexamples/ccx_cantilever_base_face.py#L1
would reformat src/Mod/Fem/femexamples/ccx_cantilever_base_face.py
Lint / Lint: src/Mod/Fem/femexamples/ccx_cantilever_nodeload.py#L1
would reformat src/Mod/Fem/femexamples/ccx_cantilever_nodeload.py
Lint / Lint: src/Mod/Fem/femexamples/constraint_contact_shell_shell.py#L1
would reformat src/Mod/Fem/femexamples/constraint_contact_shell_shell.py
Lint / Lint: src/Mod/Fem/femexamples/constraint_tie.py#L1
would reformat src/Mod/Fem/femexamples/constraint_tie.py
Lint / Lint: src/Mod/Fem/femexamples/boxanalysis_static.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Mod/Fem/femexamples/boxanalysis_static.py#L60
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/Fem/femexamples/boxanalysis_static.py#L80
The u prefix for strings is no longer necessary in Python >=3.0 (redundant-u-string-prefix)
Lint / Lint: src/Mod/Fem/femexamples/boxanalysis_static.py#L86
Formatting a regular string which could be an f-string (consider-using-f-string)
Lint / Lint: src/Mod/Fem/femexamples/boxanalysis_static.py#L89
Consider merging these comparisons with 'in' by using 'solvertype in ('calculix', 'ccxtools')'. Use a set instead if elements are hashable. (consider-using-in)
Lint / Lint: src/Mod/Fem/femexamples/buckling_lateraltorsionalbuckling.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Mod/Fem/femexamples/buckling_lateraltorsionalbuckling.py#L70
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/Fem/femexamples/buckling_lateraltorsionalbuckling.py#L70
Too many local variables (21/15) (too-many-locals)
Lint / Lint: src/Mod/Fem/femexamples/buckling_lateraltorsionalbuckling.py#L113
The u prefix for strings is no longer necessary in Python >=3.0 (redundant-u-string-prefix)
Lint / Lint: src/Mod/Fem/femexamples/buckling_lateraltorsionalbuckling.py#L116
Formatting a regular string which could be an f-string (consider-using-f-string)
Lint / Lint: src/Gui/Application.cpp#L2159
QObject::connect(&mainApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2160
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2381
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Tree.cpp#L902
objitem->object()->setupContextMenu(&editMenu, this, SLOT(onStartEditing()));
Lint / Lint: src/Mod/Sandbox/Gui/Command.cpp#L105
QObject::connect(dt, SIGNAL(finished()), dt, SLOT(deleteLater()));
Lint / Lint: src/Mod/Sandbox/Gui/Command.cpp#L130
QObject::connect(dt, SIGNAL(finished()), dt, SLOT(deleteLater()));
Lint / Lint: src/Mod/Sandbox/Gui/Command.cpp#L153
QObject::connect(dt, SIGNAL(finished()), dt, SLOT(deleteLater()));
Lint / Lint: src/Mod/Sandbox/Gui/Command.cpp#L183
QObject::connect(dt, SIGNAL(finished()), dt, SLOT(deleteLater()));
Lint / Lint: src/Mod/Sandbox/Gui/Command.cpp#L222
QObject::connect(dt, SIGNAL(finished()), dt, SLOT(deleteLater()));

Artifacts

Produced during runtime
Name Size
Lint-6450650774-Logs Expired
7.61 MB
Prepare-6450650774-Logs Expired
716 KB
Ubuntu_20-04-6450650774-Logs Expired
1.37 MB
Ubuntu_22-04-6450650774-Logs Expired
3.55 MB
Windows-6450650774-Logs Expired
27 MB