Skip to content

Draft: New path array features - reverse path, etc (#19017) #1692

Draft: New path array features - reverse path, etc (#19017)

Draft: New path array features - reverse path, etc (#19017) #1692

Triggered via push February 5, 2025 17:31
Status Success
Total duration 28m 34s
Artifacts 8

CI_master.yml

on: push
Prepare  /  Prepare
3s
Prepare / Prepare
Matrix: Pixi / build_with_pixi
WrapUp  /  WrapUp
5s
WrapUp / WrapUp
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 65 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L678
Possibly using variable 'FreeCADGui' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L681
Possibly using variable 'QtGui' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L683
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/Draft/draftobjects/patharray.py#L718
Possibly using variable 'steps' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/Fem/femsolver/calculix/write_femelement_material.py#L94
Possibly using variable 'density_in_tonne_per_mm3' before assignment (possibly-used-before-assignment)
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L59
'ui_AboutApplication.h' file not found [clang-diagnostic-error]
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/BIM/nativeifc/ifc_tools.py#L1486
anumber ==> a number
Lint / Lint: src/Mod/BIM/nativeifc/ifc_tools.py#L1488
anumber ==> a number
Lint / Lint: src/Mod/Draft/draftobjects/shape2dview.py#L1
would reformat src/Mod/Draft/draftobjects/shape2dview.py
Lint / Lint: src/Mod/Draft/draftobjects/patharray.py#L1
would reformat src/Mod/Draft/draftobjects/patharray.py
Lint / Lint: src/Mod/Fem/femsolver/calculix/write_femelement_material.py#L1
would reformat src/Mod/Fem/femsolver/calculix/write_femelement_material.py
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L1
would reformat src/Mod/BIM/ArchSchedule.py
Lint / Lint: src/Mod/BIM/nativeifc/ifc_tools.py#L1
would reformat src/Mod/BIM/nativeifc/ifc_tools.py
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L100
Line too long (124/100) (line-too-long)
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L109
Line too long (114/100) (line-too-long)
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L110
Line too long (112/100) (line-too-long)
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L116
Line too long (144/100) (line-too-long)
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L118
Line too long (141/100) (line-too-long)
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L120
Line too long (140/100) (line-too-long)
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L122
Line too long (142/100) (line-too-long)
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L124
Line too long (141/100) (line-too-long)
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L126
Line too long (194/100) (line-too-long)
Lint / Lint: src/Mod/BIM/ArchSchedule.py#L128
Line too long (202/100) (line-too-long)
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L61
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L62
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L791
Do not include .cpp files from other packages [build/include] [4]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L184
Add #include <algorithm> for min [build/include_what_you_use] [4]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L577
Add #include <map> for map<> [build/include_what_you_use] [4]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L747
Add #include <string> for string [build/include_what_you_use] [4]
Lint / Lint
fatal error: 'ui_AboutApplication.h' file not found
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L156
constructor does not initialize these fields: ui [cppcoreguidelines-pro-type-member-init]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L184
narrowing conversion from 'int' to 'float' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L185
narrowing conversion from 'int' to 'float' [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L248
8 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L332
7 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L624
function is not thread safe [concurrency-mt-unsafe]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L628
function is not thread safe [concurrency-mt-unsafe]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L778
'browser' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L791
suspicious #include of file with '.cpp' extension [bugprone-suspicious-include]
Lint / Lint: src/Gui/Dialogs/DlgAbout.h#L92
function 'Gui::Dialog::AboutDialog::addModuleInfo' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
Pixi / build_with_pixi (macos-latest): src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L491
implicit conversion from 'const int64_t' (aka 'const long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
Pixi / build_with_pixi (macos-latest): src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L203
implicit conversion from 'const int32_t' (aka 'const int') to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion]
Pixi / build_with_pixi (macos-latest): src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L215
implicit conversion from 'const uint32_t' (aka 'const unsigned int') to 'float' changes value from 4294967295 to 4294967296 [-Wimplicit-const-int-float-conversion]
Pixi / build_with_pixi (macos-latest): src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L227
implicit conversion from 'const int64_t' (aka 'const long long') to 'float' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
Pixi / build_with_pixi (macos-latest): src/3rdParty/libE57Format/src/SourceDestBufferImpl.cpp#L227
implicit conversion from 'const int64_t' (aka 'const long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
Pixi / build_with_pixi (macos-latest): src/3rdParty/OndselSolver/OndselSolver/FunctionX.cpp#L90
variable 'answer' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
Pixi / build_with_pixi (ubuntu-latest): src/CXX/Python3/Objects.hxx#L1787
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (ubuntu-latest): src/CXX/Python3/Objects.hxx#L1788
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (ubuntu-latest): src/CXX/Python3/Objects.hxx#L1983
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (ubuntu-latest): src/CXX/Python3/Objects.hxx#L2029
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (ubuntu-latest): src/CXX/Python3/Objects.hxx#L1992
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (ubuntu-latest): src/CXX/Python3/Objects.hxx#L2014
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
Ubuntu_20-04 / Build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
Ubuntu_20-04 / Build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
Pixi / build_with_pixi (windows-latest)
No files were found with the provided path: D:\a\FreeCAD\FreeCAD/logs/ /var/crash/*FreeCAD*. No artifacts will be uploaded.
Pixi / build_with_pixi (windows-latest)
'=': conversion from 'size_t' to '_Ty', possible loss of data
Pixi / build_with_pixi (windows-latest)
No files were found with the provided path: D:\a\FreeCAD\FreeCAD/report/Pixi-13163150117-windows-latest-report.md. No artifacts will be uploaded.
Windows / Build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.
Windows / Build
Input 'save-always' has been deprecated with message: save-always does not work as intended and will be removed in a future release. A separate `actions/cache/restore` step should be used instead. See https://github.com/actions/cache/tree/main/save#always-save-cache for more details.

Artifacts

Produced during runtime
Name Size
Lint-13163150117-Logs
15.8 KB
Pixi-13163150117-macos-latest-Logs
45.7 KB
Pixi-13163150117-macos-latest-report.md
406 Bytes
Pixi-13163150117-ubuntu-latest-Logs
45.8 KB
Pixi-13163150117-ubuntu-latest-report.md
593 Bytes
Prepare-13163150117-Logs
15.8 KB
Ubuntu_20-04-13163150117-Logs
180 KB
Windows-13163150117-Logs
1.64 MB