Skip to content

Merge branch 'FreeCAD:main' into main #14

Merge branch 'FreeCAD:main' into main

Merge branch 'FreeCAD:main' into main #14

Triggered via push January 13, 2025 16:58
Status Failure
Total duration 2h 52m 18s
Artifacts 8

CI_master.yml

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

Annotations

8 errors and 71 warnings
Pixi / build_with_pixi (macos-latest)
Process completed with exit code 1.
Pixi / build_with_pixi (ubuntu-latest)
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.
Ubuntu_20-04 / Build
Process completed with exit code 1.
Windows / Build
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 2683k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Prepare / Prepare
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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]
Lint / Lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Lint / Lint: src/Gui/CommandDoc.cpp#L808
Rever ==> Revert, Refer, Fever
Lint / Lint: src/Gui/CommandDoc.cpp#L1753
Propert ==> Property
Lint / Lint: src/Mod/Test/Document.py#L1
would reformat src/Mod/Test/Document.py
Lint / Lint: src/Mod/Test/Document.py#L234
Line too long (114/100) (line-too-long)
Lint / Lint: src/Mod/Test/Document.py#L958
Line too long (113/100) (line-too-long)
Lint / Lint: src/Mod/Test/Document.py#L1719
Line too long (101/100) (line-too-long)
Lint / Lint: src/Mod/Test/Document.py#L2336
Line too long (108/100) (line-too-long)
Lint / Lint: src/Mod/Test/Document.py#L90
FIXME: Causes somehow a ref count error but it's _not_ FreeCAD.getDocument()!!! (fixme)
Lint / Lint: src/Mod/Test/Document.py#L1296
FIXME: See bug #1820554 (fixme)
Lint / Lint: src/Mod/Test/Document.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Mod/Test/Document.py#L24
Multiple imports on one line (FreeCAD, os, unittest, tempfile) (multiple-imports)
Lint / Lint: src/Mod/Test/Document.py#L34
Missing class docstring (missing-class-docstring)
Lint / Lint: src/Mod/Test/Document.py#L47
Missing class docstring (missing-class-docstring)
Lint / Lint: src/App/Branding.cpp#L31
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/App/Branding.cpp#L94
Add #include <string> for string [build/include_what_you_use] [4]
Lint / Lint: src/App/Datums.cpp#L39
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/App/Datums.cpp#L213
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
Lint / Lint: src/App/Datums.cpp#L291
Add #include <vector> for vector<> [build/include_what_you_use] [4]
Lint / Lint: src/App/Datums.cpp#L304
Add #include <set> for set<> [build/include_what_you_use] [4]
Lint / Lint: src/App/Datums.h#L24
#ifndef header guard has wrong style, please use: SRC_APP_DATUMS_H_ [build/header_guard] [5]
Lint / Lint: src/App/Datums.h#L265
#endif line should be "#endif // SRC_APP_DATUMS_H_" [build/header_guard] [5]
Lint / Lint: src/App/Datums.h#L49
Constructors callable with one argument should be marked explicit. [runtime/explicit] [4]
Lint / Lint: src/App/Datums.h#L202
Use int16_t/int64_t/etc, rather than the C type short [runtime/int] [4]
Lint / Lint: src/App/Branding.cpp#L118
QString(QLatin1String) being called [-Wclazy-qstring-allocations]
Lint / Lint: src/App/Branding.cpp#L119
QString(QLatin1String) being called [-Wclazy-qstring-allocations]
Lint / Lint: src/CXX/Python3/Objects.hxx#L1021
Pass small and trivially-copyable type by value (const Py_complex &) [-Wclazy-function-args-by-value]
Lint / Lint: src/CXX/Python3/Objects.hxx#L1088
Py::seqref has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
Lint / Lint: src/CXX/Python3/Objects.hxx#L1437
Py::SeqBase::iterator has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
Lint / Lint: src/CXX/Python3/Objects.hxx#L1596
Py::SeqBase::const_iterator has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
Lint / Lint: src/CXX/Python3/Objects.hxx#L2932
Py::MapBase::iterator has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
Lint / Lint: src/CXX/Python3/Objects.hxx#L2970
Missing reference on non-trivial type (class Py::List) [-Wclazy-function-args-by-ref]
Lint / Lint: src/CXX/Python3/Objects.hxx#L3051
Py::MapBase::const_iterator has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
Lint / Lint: src/CXX/Python3/Objects.hxx#L3075
Missing reference on non-trivial type (class Py::List) [-Wclazy-function-args-by-ref]
Lint / Lint: src/App/Branding.cpp#L107
variable 'errorLine' is not initialized [cppcoreguidelines-init-variables]
Lint / Lint: src/App/Branding.cpp#L108
variable 'errorColumn' is not initialized [cppcoreguidelines-init-variables]
Lint / Lint: src/App/Branding.cpp#L118
do not use 'else' after 'return' [readability-else-after-return]
Lint / Lint: src/App/Datums.cpp#L50
avoid do-while loops [cppcoreguidelines-avoid-do-while]
Lint / Lint
note: expanded from macro 'ADD_PROPERTY_TYPE'
Lint / Lint
note: expanded from macro '_ADD_PROPERTY_TYPE'
Lint / Lint: src/App/Datums.cpp#L133
avoid do-while loops [cppcoreguidelines-avoid-do-while]
Lint / Lint
note: expanded from macro 'ADD_PROPERTY_TYPE'
Lint / Lint
note: expanded from macro '_ADD_PROPERTY_TYPE'
Lint / Lint: src/App/Datums.cpp#L286
avoid repeating the return type from the declaration; use a braced initializer list instead [modernize-return-braced-init-list]
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-12752185029-windows-latest-report.md. No artifacts will be uploaded.
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.
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.
WrapUp / WrapUp
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636

Artifacts

Produced during runtime
Name Size Digest
Lint-12752185029-Logs Expired
182 KB
sha256:428ec26799a61e132de176fb0c1e9f6a6c94da4d814b6fea8f8a38705e0d4069
Pixi-12752185029-macos-latest-Logs Expired
46.4 KB
sha256:2d2c346c2c89af96a5f4ac4866ddeb93a54a8aaa76d06a10b0c5c1946f7f47a4
Pixi-12752185029-macos-latest-report.md Expired
421 Bytes
sha256:1e9ed94e1d8b0dac726f2a648af580e33cf37b8d0a659f2b295ed0c464b23969
Pixi-12752185029-ubuntu-latest-Logs Expired
47.3 KB
sha256:76476a4f6ef3a1788216dfbee557590bf87bef2d8eeef02b304cb0cb42913976
Pixi-12752185029-ubuntu-latest-report.md Expired
1.12 KB
sha256:aa1306cc40e9abcd257f15a9d79591bcaafb52993b5c57a8229f754f5cab9a26
Prepare-12752185029-Logs Expired
24 KB
sha256:fd5ebbdbe5cfee3e1b5202968a5bd25f5b938a06f7685018cef74623aba372ac
Ubuntu_20-04-12752185029-Logs Expired
167 KB
sha256:031dfdebf8e6c1868700a6ff253180b117566bade099db6973bd12c0ebcc0fa2
Windows-12752185029-Logs Expired
2.8 MB
sha256:852d1f7efe43c81b81d3c278fdbfa2792be9c3a23401a1af114deb17290a498a