Skip to content

Merge branch 'FreeCAD:main' into fontweight #46

Merge branch 'FreeCAD:main' into fontweight

Merge branch 'FreeCAD:main' into fontweight #46

Triggered via push February 12, 2024 13:52
Status Success
Total duration 51m 25s
Artifacts 12

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 48 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Arch/ArchWindow.py#L586
Class 'ArchSketch' has no 'setPropertiesLinkCommon' member (no-member)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L966
Module 'ArchSketchObject' has no 'updateAttachmentOffset' member (no-member)
Lint / Lint: src/Mod/Arch/importIFC.py#L59
Using variable 'open' before assignment (used-before-assignment)
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/TechDraw/Gui/QGIView.cpp#L785
'Mod/TechDraw/Gui/moc_QGIView.cpp' file not found [clang-diagnostic-error]
Lint / Lint: src/Mod/TechDraw/Gui/QGSPage.cpp#L1280
'Mod/TechDraw/Gui/moc_QGSPage.cpp' file not found [clang-diagnostic-error]
Lint / Lint: src/Mod/TechDraw/Gui/TaskSurfaceFinishSymbols.cpp#L39
'ui_TaskSurfaceFinishSymbols.h' file not found [clang-diagnostic-error]
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lint / Lint: src/Mod/AddonManager/install_to_toolbar.py#L1
would reformat src/Mod/AddonManager/install_to_toolbar.py
Lint / Lint: src/Mod/Help/Help.py#L1
would reformat src/Mod/Help/Help.py
Lint / Lint: src/Mod/Arch/importIFC.py#L1
would reformat src/Mod/Arch/importIFC.py
Lint / Lint: src/Mod/Arch/ArchWindow.py#L1
would reformat src/Mod/Arch/ArchWindow.py
Lint / Lint: src/Mod/TechDraw/App/Geometry.cpp#L127
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/App/Geometry.cpp#L1018
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/App/Geometry.cpp#L1035
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/App/Geometry.cpp#L1560
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/Gui/CommandAnnotate.cpp#L344
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/Gui/CommandAnnotate.cpp#L371
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/Gui/CommandAnnotate.cpp#L375
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/Gui/CommandAnnotate.cpp#L742
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/Gui/CommandAnnotate.cpp#L929
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/TechDraw/Gui/CommandAnnotate.cpp#L1027
Missing space around colon in range-based for loop [whitespace/forcolon] [2]
Lint / Lint: src/Mod/AddonManager/install_to_toolbar.py#L225
Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
Lint / Lint: src/Mod/AddonManager/install_to_toolbar.py#L231
Unused variable 'dirs' (unused-variable)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L165
Line too long (137/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L213
Line too long (102/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L221
Line too long (119/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L246
Line too long (117/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L247
Line too long (108/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L281
Line too long (138/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L287
Line too long (122/100) (line-too-long)
Lint / Lint: src/Mod/Arch/ArchWindow.py#L299
Line too long (109/100) (line-too-long)
Lint / Lint
fatal error: 'Mod/TechDraw/Gui/moc_QGIView.cpp' file not found
Lint / Lint
fatal error: 'Mod/TechDraw/Gui/moc_QGSPage.cpp' file not found
Lint / Lint
fatal error: 'ui_TaskSurfaceFinishSymbols.h' file not found
Lint / Lint: src/Mod/TechDraw/Gui/ViewProviderViewPart.cpp#L72
non-POD static (Constraints) [-Wclazy-non-pod-global-static]
Lint / Lint: src/Mod/TechDraw/App/DrawView.cpp#L76
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
Lint / Lint: src/Mod/TechDraw/App/DrawView.cpp#L76
variable 'ScaleTypeEnums' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
Lint / Lint: src/Mod/TechDraw/App/DrawView.cpp#L81
variable 'scaleRange' is non-const and globally accessible, consider making it const [cppcoreguidelines-avoid-non-const-global-variables]
Lint / Lint: src/Mod/TechDraw/App/DrawView.cpp#L86
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/Mod/TechDraw/App/DrawView.cpp#L86
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/Mod/TechDraw/App/DrawView.cpp#L99
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
Lint / Lint: src/Mod/TechDraw/App/DrawView.cpp#L109
use '= default' to define a trivial destructor [modernize-use-equals-default]
Ubuntu_20-04 / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, 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: actions/checkout@v3, conda-incubator/setup-miniconda@v2, 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
Mamba support is still experimental and can result in differently solved environments!
Windows_Conda / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, conda-incubator/setup-miniconda@v2, 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_Conda / Build
Mamba support is still experimental and can result in differently solved environments!
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/.
MacOS_13_Conda_Intel / Build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, conda-incubator/setup-miniconda@v2, 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
Mamba support is still experimental and can result in differently solved environments!
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-7872761857-Logs Expired
49.7 KB
Lint-7872761857-report.md Expired
48.6 KB
MacOS_13_Conda_Intel-7872761857-Logs Expired
40 KB
MacOS_13_Conda_Intel-7872761857-report.md Expired
527 Bytes
Prepare-7872761857-Logs Expired
15.4 KB
Prepare-7872761857-report.md Expired
596 Bytes
Ubuntu_20-04-7872761857-Logs Expired
183 KB
Ubuntu_20-04-7872761857-report.md Expired
3.32 KB
Ubuntu_22-04_Conda-7872761857-Logs Expired
240 KB
Ubuntu_22-04_Conda-7872761857-report.md Expired
3.79 KB
Windows-7872761857-Logs Expired
1.6 MB
Windows_Conda-7872761857-Logs Expired
1.39 MB