Skip to content

Part: fix -Wextra-semi #9

Part: fix -Wextra-semi

Part: fix -Wextra-semi #9

Triggered via push February 20, 2024 07:20
Status Failure
Total duration 1h 22m 42s
Artifacts 12

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

16 errors and 42 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/AddonManager/Addon.py#L517
Access to member 'cached_icon_filename' before its definition line 544 (access-member-before-definition)
Lint / Lint: src/Mod/AddonManager/Addon.py#L518
Access to member 'cached_icon_filename' before its definition line 544 (access-member-before-definition)
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L291
Using variable 'app' before assignment (used-before-assignment)
Lint / Lint: src/Mod/AddonManager/addonmanager_macro.py#L146
Macro.blocking_get is not callable (not-callable)
Lint / Lint: src/Mod/AddonManager/addonmanager_macro.py#L207
Macro.blocking_get is not callable (not-callable)
Lint / Lint: src/Mod/AddonManager/addonmanager_macro.py#L244
Macro.blocking_get is not callable (not-callable)
Lint / Lint: src/Mod/AddonManager/addonmanager_macro.py#L365
Macro.blocking_get is not callable (not-callable)
Lint / Lint: src/Mod/AddonManager/addonmanager_macro.py#L416
Macro.blocking_get is not callable (not-callable)
Lint / Lint: src/Mod/AddonManager/addonmanager_utilities.py#L394
Using variable 'ssl' before assignment (used-before-assignment)
Lint / Lint: src/Mod/AddonManager/addonmanager_utilities.py#L395
Using variable 'urllib' before assignment (used-before-assignment)
Lint / Lint
Process completed with exit code 1.
Ubuntu_20-04 / Build
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 1744k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/App/StringHasher.cpp#L319
re-use ==> reuse
Lint / Lint: src/Gui/Application.cpp#L227
mApp ==> map
Lint / Lint: src/Gui/Application.cpp#L244
mApp ==> map
Lint / Lint: src/Gui/Application.cpp#L248
mApp ==> map
Lint / Lint: src/Gui/Application.cpp#L256
mApp ==> map
Lint / Lint: src/Gui/Application.cpp#L275
mApp ==> map
Lint / Lint: src/Gui/Application.cpp#L276
mApp ==> map
Lint / Lint: src/Gui/Application.cpp#L403
mApp ==> map
Lint / Lint: src/Gui/Application.h#L53
mApp ==> map
Lint / Lint: src/Mod/Part/App/TopoShape.h#L1461
overriden ==> overridden
Lint / Lint: cMake/FindPyCXX.cmake#L121
#set old 6.2 pycxx compatibility <-- trailing whitespace
Lint / Lint: src/Gui/View3DInventorViewer.cpp#L3549
<-- trailing whitespace
Lint / Lint: src/Mod/AddonManager/NetworkManager.py#L1
would reformat src/Mod/AddonManager/NetworkManager.py
Lint / Lint: src/Mod/AddonManager/Widgets/addonmanager_widget_addon_buttons.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_addon_buttons.py
Lint / Lint: src/Mod/AddonManager/AddonManagerTest/app/test_metadata.py#L1
would reformat src/Mod/AddonManager/AddonManagerTest/app/test_metadata.py
Lint / Lint: src/Mod/AddonManager/Addon.py#L1
would reformat src/Mod/AddonManager/Addon.py
Lint / Lint: src/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_global_buttons.py
Lint / Lint: src/Mod/AddonManager/Widgets/addonmanager_widget_progress_bar.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_progress_bar.py
Lint / Lint: src/Mod/AddonManager/AddonManager.py#L1
would reformat src/Mod/AddonManager/AddonManager.py
Lint / Lint: src/Mod/AddonManager/Widgets/addonmanager_widget_filter_selector.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_filter_selector.py
Lint / Lint: src/Mod/AddonManager/Widgets/addonmanager_widget_search.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_search.py
Lint / Lint: src/Mod/AddonManager/Widgets/addonmanager_widget_view_selector.py#L1
would reformat src/Mod/AddonManager/Widgets/addonmanager_widget_view_selector.py
Lint / Lint: src/Mod/AddonManager/Addon.py#L411
Line too long (152/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/Addon.py#L419
Line too long (158/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/Addon.py#L615
Line too long (117/100) (line-too-long)
Lint / Lint: src/Mod/AddonManager/Addon.py#L647
Unnecessary parens after 'not' keyword (superfluous-parens)
Lint / Lint: src/Mod/AddonManager/Addon.py#L68
Too many instance attributes (32/15) (too-many-instance-attributes)
Lint / Lint: src/Mod/AddonManager/Addon.py#L120
Too few public methods (0/1) (too-few-public-methods)
Lint / Lint: src/Mod/AddonManager/Addon.py#L224
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/AddonManager/Addon.py#L357
Too many branches (14/12) (too-many-branches)
Lint / Lint: src/Mod/AddonManager/Addon.py#L548
Too many branches (13/12) (too-many-branches)
Lint / Lint: src/Mod/AddonManager/Addon.py#L633
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Gui/Application.cpp#L256
QObject::connect(&mApp, SIGNAL(messageReceived(const QList<QByteArray> &)), <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L257
&mw, SLOT(processMessages(const QList<QByteArray> &))); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L2436
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/ComboView.h#L70
Constructors callable with one argument should be marked explicit. [runtime/explicit] [5]
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/.
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/.
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/.
Windows / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/cache/restore@v3, pat-s/always-upload-cache@v3, microsoft/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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/.
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-7969820122-Logs Expired
153 KB
Lint-7969820122-report.md Expired
152 KB
MacOS_13_Conda_Intel-7969820122-Logs Expired
40.2 KB
MacOS_13_Conda_Intel-7969820122-report.md Expired
527 Bytes
Prepare-7969820122-Logs Expired
160 KB
Prepare-7969820122-report.md Expired
1.63 KB
Ubuntu_20-04-7969820122-Logs Expired
150 KB
Ubuntu_20-04-7969820122-report.md Expired
3.33 KB
Ubuntu_22-04_Conda-7969820122-Logs Expired
176 KB
Ubuntu_22-04_Conda-7969820122-report.md Expired
3.78 KB
Windows-7969820122-Logs Expired
1.99 MB
Windows_Conda-7969820122-Logs Expired
1.93 MB