Skip to content

Gui: fixes #12891: Random color not working for App::Part #217

Gui: fixes #12891: Random color not working for App::Part

Gui: fixes #12891: Random color not working for App::Part #217

Triggered via push March 16, 2024 14:21
Status Success
Total duration 1h 40m 10s
Artifacts 12

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 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.
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L886
contex ==> context
Lint / Lint: src/Mod/Material/materialtests/TestMaterials.py#L46
assertIn ==> asserting, assert in, assertion
Lint / Lint: src/Mod/Material/materialtests/TestMaterials.py#L47
assertIn ==> asserting, assert in, assertion
Lint / Lint: src/Mod/Material/materialtests/TestMaterials.py#L90
assertIn ==> asserting, assert in, assertion
Lint / Lint: src/Mod/Material/materialtests/TestMaterials.py#L92
assertIn ==> asserting, assert in, assertion
Lint / Lint: src/Mod/Material/materialtests/TestMaterials.py#L93
assertIn ==> asserting, assert in, assertion
Lint / Lint: src/Mod/Material/materialtests/TestMaterials.py#L95
assertIn ==> asserting, assert in, assertion
Lint / Lint: src/Mod/Material/materialtests/TestMaterials.py#L96
assertIn ==> asserting, assert in, assertion
Lint / Lint: src/Mod/Material/materialtests/TestMaterials.py#L97
assertIn ==> asserting, assert in, assertion
Lint / Lint: src/Mod/Material/materialtests/TestMaterials.py#L114
assertIn ==> asserting, assert in, assertion
Lint / Lint: src/Mod/Fem/femtest/data/calculix/box_static.inp#L589
*END STEP <-- trailing whitespace
Lint / Lint: src/Mod/Fem/femtest/data/calculix/box_static.inp#L595
** file name --> <-- trailing whitespace
Lint / Lint: src/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_circle.inp#L109
** file name --> <-- trailing whitespace
Lint / Lint: src/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_pipe.inp#L109
** file name --> <-- trailing whitespace
Lint / Lint: src/Mod/Fem/femtest/data/calculix/ccx_cantilever_beam_rect.inp#L109
** file name --> <-- trailing whitespace
Lint / Lint: src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_hexa20.inp#L272
193, 62, 103, 219, 190, <-- trailing whitespace
Lint / Lint: src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_hexa20.inp#L274
220, 103, 33, 132, 219, <-- trailing whitespace
Lint / Lint: src/Mod/Fem/femsolver/calculix/solver.py#L1
would reformat src/Mod/Fem/femsolver/calculix/solver.py
Lint / Lint: src/Mod/Material/materialtools/cardutils.py#L1
would reformat src/Mod/Material/materialtools/cardutils.py
Lint / Lint: src/Mod/Material/materialtests/TestMaterials.py#L1
would reformat src/Mod/Material/materialtests/TestMaterials.py
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L1
would reformat src/Mod/Arch/ArchBuildingPart.py
Lint / Lint: src/Mod/TechDraw/TechDrawTools/TaskHoleShaftFit.py#L1
would reformat src/Mod/TechDraw/TechDrawTools/TaskHoleShaftFit.py
Lint / Lint: src/Mod/Part/TestPartApp.py#L1
would reformat src/Mod/Part/TestPartApp.py
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L234
Line too long (136/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L244
Line too long (127/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L258
Line too long (149/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L269
Line too long (109/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L272
Line too long (122/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L273
Line too long (101/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L291
Line too long (118/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L333
Line too long (137/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L335
Line too long (172/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchBuildingPart.py#L338
Line too long (161/100) (line-too-long)
Lint / Lint: src/Mod/Drawing/Gui/DrawingView.cpp#L221
connect(m_backgroundAction, SIGNAL(toggled(bool)), m_view, SLOT(setViewBackground(bool)));
Lint / Lint: src/Mod/Drawing/Gui/DrawingView.cpp#L227
connect(m_outlineAction, SIGNAL(toggled(bool)), m_view, SLOT(setViewOutline(bool)));
Lint / Lint: src/Mod/Drawing/Gui/DrawingView.cpp#L245
SIGNAL(toggled(bool)),
Lint / Lint: src/Mod/Drawing/Gui/DrawingView.cpp#L247
SLOT(setHighQualityAntialiasing(bool)));
Lint / Lint: src/Mod/Drawing/Gui/DrawingView.cpp#L256
connect(rendererGroup, SIGNAL(triggered(QAction*)), this, SLOT(setRenderer(QAction*)));
Lint / Lint: src/Mod/Drawing/Gui/DrawingView.cpp#L563
connect(&dlg, SIGNAL(paintRequested(QPrinter*)), this, SLOT(print(QPrinter*)));
Lint / Lint: src/Mod/Mesh/App/Exporter.h#L208
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
Lint / Lint: src/Mod/Part/App/Attacher.cpp#L1886
Small and focused functions are preferred: AttachEngine3D::_calculateAttachedPlacement() has 644 non-comment lines (error triggered by exceeding 500 lines). [readability/fn_size] [1]
Lint / Lint: src/Mod/Part/App/TopoShape.cpp#L1937
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/Gui/CommandExtensionPack.cpp#L177
Multi-line string ("...") found. This lint script doesn't do well with such strings, and may give bogus warnings. Use C++11 raw strings or concatenation instead. [readability/multiline_string] [5]
Windows / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@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-8308396419-Logs Expired
83.4 KB
Lint-8308396419-report.md Expired
82.2 KB
MacOS_13_Conda_Intel-8308396419-Logs Expired
40.2 KB
MacOS_13_Conda_Intel-8308396419-report.md Expired
529 Bytes
Prepare-8308396419-Logs Expired
36.1 KB
Prepare-8308396419-report.md Expired
1.06 KB
Ubuntu_20-04-8308396419-Logs Expired
164 KB
Ubuntu_20-04-8308396419-report.md Expired
3.13 KB
Ubuntu_22-04_Conda-8308396419-Logs Expired
178 KB
Ubuntu_22-04_Conda-8308396419-report.md Expired
3.7 KB
Windows-8308396419-Logs Expired
2.07 MB
Windows_Conda-8308396419-Logs Expired
1.83 MB