Skip to content

Working version

Working version #42

Triggered via push January 26, 2025 11:23
Status Success
Total duration 2h 46m 31s
Artifacts 8

CI_master.yml

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

Annotations

4 errors and 58 warnings
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.
Prepare / Prepare
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
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/Dialogs/DlgAbout.cpp#L664
status = PP_Run_Codestr(PP_EXPRESSION, <-- trailing whitespace
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L673
PP_Run_Codestr(PP_STATEMENT, <-- trailing whitespace
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L680
status = PP_Run_Codestr(PP_EXPRESSION, <-- trailing whitespace
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L689
PP_Run_Codestr(PP_STATEMENT, <-- trailing whitespace
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L704
printf("Python error during validation.\n"); <-- trailing whitespace
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L744
<-- trailing whitespace
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L747
// or alternatively `PyObject_Str` for `str()`. <-- trailing whitespace
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L758
// const char* my_result = PyUnicode_AsUTF8(result); <-- trailing whitespace
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L760
<-- trailing whitespace
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L765
<-- trailing whitespace
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#L883
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#L839
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#L870
'browser' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer]
Lint / Lint: src/Gui/Dialogs/DlgAbout.cpp#L883
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 (ubuntu-latest)
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]
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-12974175507-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.
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
Lint-12974175507-Logs
6.3 KB
Pixi-12974175507-macos-latest-Logs
45.7 KB
Pixi-12974175507-macos-latest-report.md
406 Bytes
Pixi-12974175507-ubuntu-latest-Logs
45.8 KB
Pixi-12974175507-ubuntu-latest-report.md
588 Bytes
Prepare-12974175507-Logs
2.85 KB
Ubuntu_20-04-12974175507-Logs
187 KB
Windows-12974175507-Logs
2.8 MB