Skip to content

Merge branch 'FreeCAD:master' into patch-4 #338

Merge branch 'FreeCAD:master' into patch-4

Merge branch 'FreeCAD:master' into patch-4 #338

Triggered via push June 30, 2023 06:03
Status Success
Total duration 2h 1m 35s
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

13 errors and 37 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Draft/importDWG.py#L101
Assigning result of a function call, where the function has no return (assignment-from-no-return)
Lint / Lint: src/Mod/Fem/femtest/app/test_ccxtools.py#L178
Assigning result of a function call, where the function has no return (assignment-from-no-return)
Lint / Lint: src/Mod/Path/Path/Post/scripts/heidenhain_post.py#L356
Module 'Path.Op' has no 'ProfileEdges' member (no-member)
Lint / Lint: src/Mod/Path/Path/Post/scripts/heidenhain_post.py#L813
Using variable 'Axis_Result' before assignment (used-before-assignment)
Lint / Lint: src/Mod/Path/PathScripts/PathUtils.py#L250
Module 'Path' has no 'Area' member (no-member)
Lint / Lint: src/Mod/Path/PathScripts/PathUtils.py#L262
Module 'Path' has no 'Area' member (no-member)
Lint / Lint: src/Mod/Path/PathScripts/PathUtils.py#L324
Module 'Path' has no 'Area' member (no-member)
Lint / Lint: src/Mod/Path/PathScripts/PathUtils.py#L837
Module 'Path' has no 'Command' member (no-member)
Lint / Lint: src/Mod/Path/PathScripts/PathUtils.py#L904
Module 'Path' has no 'Path' member (no-member)
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Gui/Language/FreeCAD_de.ts#L3467
im Grafikspeicher und nicht im Systemspeicher liegen und somit direkt durch die GPU gerendert werden können. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_de.ts#L3481
Es stehen 3 Optionen zur Verfügung: <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_de.ts#L6411
<translation>%1. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_es-AR.ts#L2458
<translation>'%1' <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_es-AR.ts#L3473
pueden ser renderizados directamente por GPU. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_es-AR.ts#L3489
Hay 3 opciones disponibles para lograr esto: <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_es-AR.ts#L5332
<translation>Pulse 'Empezar Recuperación' para iniciar el proceso de recuperación del documento indicado a continuación. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_es-ES.ts#L2459
<translation>'%1' <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_es-ES.ts#L3474
pueden ser renderizados directamente por GPU. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_es-ES.ts#L3490
Hay 3 opciones disponibles para lograr esto: <-- trailing whitespace
Lint / Lint: src/Mod/Arch/import3DS.py#L1
would reformat src/Mod/Arch/import3DS.py
Lint / Lint: src/Mod/Arch/importDAE.py#L1
would reformat src/Mod/Arch/importDAE.py
Lint / Lint: src/Mod/Arch/importOBJ.py#L1
would reformat src/Mod/Arch/importOBJ.py
Lint / Lint: src/Mod/Arch/importSH3D.py#L1
would reformat src/Mod/Arch/importSH3D.py
Lint / Lint: src/Mod/Fem/femexamples/manager.py#L1
would reformat src/Mod/Fem/femexamples/manager.py
Lint / Lint: src/Mod/Draft/importDWG.py#L1
would reformat src/Mod/Draft/importDWG.py
Lint / Lint: src/Mod/Fem/femtest/app/test_ccxtools.py#L1
would reformat src/Mod/Fem/femtest/app/test_ccxtools.py
Lint / Lint: src/Mod/Fem/femtest/app/test_result.py#L1
would reformat src/Mod/Fem/femtest/app/test_result.py
Lint / Lint: src/Mod/Fem/femtest/app/test_solver_calculix.py#L1
would reformat src/Mod/Fem/femtest/app/test_solver_calculix.py
Lint / Lint: src/Mod/Fem/femmesh/gmshtools.py#L1
would reformat src/Mod/Fem/femmesh/gmshtools.py
Lint / Lint: src/Mod/Arch/import3DS.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Mod/Arch/import3DS.py#L49
Redefining built-in 'open' (redefined-builtin)
Lint / Lint: src/Mod/Arch/import3DS.py#L22
Multiple imports on one line (os, FreeCAD, Mesh) (multiple-imports)
Lint / Lint: src/Mod/Arch/import3DS.py#L41
Redefining name 'dom3ds' from outer scope (line 39) (redefined-outer-name)
Lint / Lint: src/Mod/Arch/import3DS.py#L38
Using the global statement (global-statement)
Lint / Lint: src/Mod/Arch/import3DS.py#L40
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
Lint / Lint: src/Mod/Arch/import3DS.py#L41
Import outside toplevel (Dice3DS.dom3ds) (import-outside-toplevel)
Lint / Lint: src/Mod/Arch/import3DS.py#L49
Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
Lint / Lint: src/Mod/Arch/import3DS.py#L61
Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
Lint / Lint: src/Mod/Arch/import3DS.py#L74
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/Part/App/PartFeature.cpp#L294
If statement had no body and no else clause [whitespace/empty_if_body] [4]
Lint / Lint: src/Mod/Part/App/TopoShape.cpp#L1981
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/Gui/ViewProviderViewPart.cpp#L203
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint
fatal error: 'moc_Action.cpp' file not found
Lint / Lint: src/Mod/Part/App/PartFeature.cpp#L72
non-POD static (LogLevel) [-Wclazy-non-pod-global-static]
Lint / Lint
note: expanded from macro 'FC_LOG_LEVEL_INIT'
Lint / Lint
note: expanded from macro '_FC_LOG_LEVEL_INIT'

Artifacts

Produced during runtime
Name Size
Lint-5419817791-Logs Expired
627 KB
Prepare-5419817791-Logs Expired
1.32 MB
Ubuntu_20-04-5419817791-Logs Expired
1.32 MB
Ubuntu_22-04-5419817791-Logs Expired
1.32 MB
Windows-5419817791-Logs Expired
13.7 MB