Skip to content

Merge branch 'FreeCAD:main' into main #38

Merge branch 'FreeCAD:main' into main

Merge branch 'FreeCAD:main' into main #38

Triggered via push April 4, 2024 11:05
Status Success
Total duration 1h 35m 22s
Artifacts 12

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

15 errors and 38 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/Arch/ArchCommands.py#L305
The raise statement is not inside an except clause (misplaced-bare-raise)
Lint / Lint: src/Mod/Arch/ArchCommands.py#L310
The raise statement is not inside an except clause (misplaced-bare-raise)
Lint / Lint: src/Mod/Arch/ArchWall.py#L181
Module 'ArchSketchObject' has no 'makeArchSketch' member (no-member)
Lint / Lint: src/Mod/Arch/ArchWall.py#L838
Instance of 'list' has no 'fuse' member (no-member)
Lint / Lint: src/Mod/Arch/ArchWall.py#L1148
Module 'ArchSketchObject' has no 'sortSketchWidth' member (no-member)
Lint / Lint: src/Mod/Arch/ArchWall.py#L1193
Module 'ArchSketchObject' has no 'sortSketchAlign' member (no-member)
Lint / Lint: src/Mod/CAM/Path/Base/Generator/drill.py#L138
Module 'Path' has no 'Command' member (no-member)
Lint / Lint: src/Mod/CAM/Path/Op/Drilling.py#L204
Module 'Path' has no 'Command' member (no-member)
Lint / Lint: src/Mod/CAM/Path/Op/Drilling.py#L207
Module 'Path' has no 'Command' member (no-member)
Lint / Lint: src/Mod/CAM/Path/Op/Drilling.py#L211
Module 'Path' has no 'Command' 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 2117k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Mod/CAM/Path/Op/Drilling.py#L250
re-use ==> reuse
Lint / Lint: src/Mod/Arch/ArchRoof.py#L848
# <-- trailing whitespace
Lint / Lint: src/Mod/Arch/ArchRoof.py#L851
# <-- trailing whitespace
Lint / Lint: src/Mod/Draft/draftgeoutils/geometry.py#L412
# - get_normal() use this function, may had created problems <-- trailing whitespace
Lint / Lint: src/Mod/Arch/ArchPipe.py#L1
would reformat src/Mod/Arch/ArchPipe.py
Lint / Lint: src/Mod/Arch/ArchRoof.py#L1
would reformat src/Mod/Arch/ArchRoof.py
Lint / Lint: src/Mod/CAM/Path/Base/Generator/drill.py#L1
would reformat src/Mod/CAM/Path/Base/Generator/drill.py
Lint / Lint: src/Mod/CAM/Path/Op/Drilling.py#L1
would reformat src/Mod/CAM/Path/Op/Drilling.py
Lint / Lint: src/Mod/Arch/ArchWall.py#L1
would reformat src/Mod/Arch/ArchWall.py
Lint / Lint: src/Mod/Arch/importIFCHelper.py#L1
would reformat src/Mod/Arch/importIFCHelper.py
Lint / Lint: src/Mod/Draft/DraftGeomUtils.py#L1
would reformat src/Mod/Draft/DraftGeomUtils.py
Lint / Lint: src/Mod/Fem/femexamples/ccx_cantilever_beam_rect.py#L1
would reformat src/Mod/Fem/femexamples/ccx_cantilever_beam_rect.py
Lint / Lint: src/Mod/CAM/Path/Op/Gui/Drilling.py#L1
would reformat src/Mod/CAM/Path/Op/Gui/Drilling.py
Lint / Lint: src/Mod/Fem/feminout/exportNastranMesh.py#L1
would reformat src/Mod/Fem/feminout/exportNastranMesh.py
Lint / Lint: src/Mod/Arch/ArchCommands.py#L101
Line too long (123/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchCommands.py#L145
Line too long (136/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchCommands.py#L556
Line too long (107/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchCommands.py#L558
Line too long (102/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchCommands.py#L560
Line too long (103/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchCommands.py#L593
Line too long (112/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchCommands.py#L594
Line too long (109/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchCommands.py#L609
Line too long (108/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchCommands.py#L665
Unnecessary parens after 'not' keyword (superfluous-parens)
Lint / Lint: src/Mod/Arch/ArchCommands.py#L690
Unnecessary parens after 'not' keyword (superfluous-parens)
Lint / Lint: src/Gui/Application.cpp#L2114
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/Mod/Drawing/Gui/TaskOrthoViews.cpp#L972
connect(c_boxes[i][j], SIGNAL(toggled(bool)), this, SLOT(cb_toggled(bool))); <--Consider using Functor-Based Connections
Lint / Lint: src/Mod/Drawing/Gui/TaskOrthoViews.cpp#L974
SIGNAL(customContextMenuRequested(const QPoint&)), <--Consider using Functor-Based Connections
Lint / Lint: src/Mod/Drawing/Gui/TaskOrthoViews.cpp#L976
SLOT(ShowContextMenu(const QPoint&))); <--Consider using Functor-Based Connections
Lint / Lint: src/Mod/Drawing/Gui/TaskOrthoViews.cpp#L990
SIGNAL(textEdited(const QString&)), <--Consider using Functor-Based Connections
Lint / Lint: src/Mod/Drawing/Gui/TaskOrthoViews.cpp#L992
SLOT(data_entered(const QString&))); <--Consider using Functor-Based Connections
Lint / Lint: src/Mod/Drawing/Gui/TaskOrthoViews.cpp#L993
connect(inputs[i], SIGNAL(returnPressed()), this, SLOT(text_return())); <--Consider using Functor-Based Connections
Lint / Lint: src/Mod/Drawing/Gui/TaskOrthoViews.cpp#L996
connect(ui->projection, SIGNAL(currentIndexChanged(int)), this, SLOT(projectionChanged(int))); <--Consider using Functor-Based Connections
Lint / Lint: src/Mod/Drawing/Gui/TaskOrthoViews.cpp#L997
connect(ui->smooth, SIGNAL(stateChanged(int)), this, SLOT(smooth(int))); <--Consider using Functor-Based Connections
Lint / Lint: src/Mod/Drawing/Gui/TaskOrthoViews.cpp#L998
connect(ui->hidden, SIGNAL(stateChanged(int)), this, SLOT(hidden(int))); <--Consider using Functor-Based Connections
Lint / Lint: src/Base/Parameter.cpp#L809
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
Lint / Lint: src/Base/Parameter.cpp#L878
Never use sprintf. Use snprintf instead. [runtime/printf] [5]
Windows / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3. 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-8553582339-Logs Expired
181 KB
Lint-8553582339-report.md Expired
180 KB
MacOS_13_Conda_Intel-8553582339-Logs Expired
37.7 KB
MacOS_13_Conda_Intel-8553582339-report.md Expired
540 Bytes
Prepare-8553582339-Logs Expired
45.5 KB
Prepare-8553582339-report.md Expired
1.06 KB
Ubuntu_20-04-8553582339-Logs Expired
160 KB
Ubuntu_20-04-8553582339-report.md Expired
3.15 KB
Ubuntu_22-04_Conda-8553582339-Logs Expired
218 KB
Ubuntu_22-04_Conda-8553582339-report.md Expired
3.72 KB
Windows-8553582339-Logs Expired
1.73 MB
Windows_Conda-8553582339-Logs Expired
1.99 MB