Skip to content

Merge pull request #12525 from bgbsww/bgbsww-toponamingMakeElementSolid #72

Merge pull request #12525 from bgbsww/bgbsww-toponamingMakeElementSolid

Merge pull request #12525 from bgbsww/bgbsww-toponamingMakeElementSolid #72

Triggered via push February 23, 2024 08:55
Status Success
Total duration 1h 45m 46s
Artifacts 12

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 52 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L291
Using variable 'app' before assignment (used-before-assignment)
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Fem/femmesh/meshtools.py#L2525
<-- trailing whitespace
Lint / Lint: src/Mod/Fem/femsolver/calculix/write_mesh.py#L57
<-- 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_seg2.inp#L245
*END STEP <-- trailing whitespace
Lint / Lint: src/Mod/Fem/femtest/data/calculix/ccx_cantilever_ele_seg3.inp#L103
*END STEP <-- 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/Fem/femsolver/calculix/write_femelement_geometry.py#L1
would reformat src/Mod/Fem/femsolver/calculix/write_femelement_geometry.py
Lint / Lint: src/Mod/Fem/femsolver/calculix/write_mesh.py#L1
would reformat src/Mod/Fem/femsolver/calculix/write_mesh.py
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L1
would reformat src/Mod/AddonManager/NetworkManager.py
Lint / Lint: src/Mod/AddonManager/package_list.py#L1
would reformat src/Mod/AddonManager/package_list.py
Lint / Lint: src/Mod/Fem/femmesh/meshtools.py#L1
would reformat src/Mod/Fem/femmesh/meshtools.py
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L94
Line too long (195/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L131
Line too long (119/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L244
Line too long (103/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L259
Line too long (110/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L330
Line too long (101/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L331
Line too long (103/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L353
Line too long (101/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L459
Line too long (112/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L460
Line too long (103/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L607
Line too long (101/100) (line-too-long)
Lint / Lint: src/Mod/Part/App/TopoShape.h#L1032
'Part::TopoShape::resetElementMap' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint
note: hidden overloaded virtual function 'Data::ComplexGeoData::resetElementMap' declared here: different number of parameters (2 vs 1)
Lint / Lint
'iterator<std::forward_iterator_tag, OSD_Parallel::UniversalIterator>' is deprecated [-Wdeprecated-declarations]
Lint / Lint
note: 'iterator<std::forward_iterator_tag, OSD_Parallel::UniversalIterator>' has been explicitly marked deprecated here
Lint / Lint
note: expanded from macro '_GLIBCXX17_DEPRECATED'
Lint / Lint: src/Mod/Part/App/TopoShape.h#L1032
'Part::TopoShape::resetElementMap' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint
note: hidden overloaded virtual function 'Data::ComplexGeoData::resetElementMap' declared here: different number of parameters (2 vs 1)
Lint / Lint: src/Mod/Part/App/TopoShapeExpansion.cpp#L90
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'
Lint / Lint: src/App/VarSet.cpp#L34
variable 'classTypeId' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
Lint / Lint
note: expanded from macro 'PROPERTY_SOURCE'
Lint / Lint
note: expanded from macro '\TYPESYSTEM_SOURCE_P'
Lint / Lint: src/App/VarSet.cpp#L34
variable 'propertyData' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
Lint / Lint
note: expanded from macro 'PROPERTY_SOURCE'
Lint / Lint: src/Gui/PythonWrapper.cpp#L222
do not use static_cast to downcast from a base to a derived class [cppcoreguidelines-pro-type-static-cast-downcast]
Lint / Lint: src/Gui/PythonWrapper.cpp#L235
variable name 'q' is too short, expected at least 2 characters [readability-identifier-length]
Lint / Lint: src/Gui/PythonWrapper.cpp#L235
do not use static_cast to downcast from a base to a derived class [cppcoreguidelines-pro-type-static-cast-downcast]
Lint / Lint: src/Gui/PythonWrapper.cpp#L236
do not use C-style cast to convert between unrelated types [cppcoreguidelines-pro-type-cstyle-cast]
Lint / Lint: src/Gui/PythonWrapper.cpp#L248
parameter name 'w' is too short, expected at least 2 characters [readability-identifier-length]
Windows_Conda / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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 / 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/setup-msbuild@v1.3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Ubuntu_20-04 / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: 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: 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/.
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-8016806330-Logs Expired
27.8 KB
Lint-8016806330-report.md Expired
26.7 KB
MacOS_13_Conda_Intel-8016806330-Logs Expired
40.2 KB
MacOS_13_Conda_Intel-8016806330-report.md Expired
529 Bytes
Prepare-8016806330-Logs Expired
25 KB
Prepare-8016806330-report.md Expired
618 Bytes
Ubuntu_20-04-8016806330-Logs Expired
164 KB
Ubuntu_20-04-8016806330-report.md Expired
3.13 KB
Ubuntu_22-04_Conda-8016806330-Logs Expired
175 KB
Ubuntu_22-04_Conda-8016806330-report.md Expired
3.62 KB
Windows-8016806330-Logs Expired
1.83 MB
Windows_Conda-8016806330-Logs Expired
1.58 MB