Skip to content

[Gui] remove unnecessary pretext #1204

[Gui] remove unnecessary pretext

[Gui] remove unnecessary pretext #1204

Triggered via push January 23, 2025 23:47
Status Failure
Total duration 2h 16m 16s
Artifacts 4

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

12 errors and 55 warnings
Pixi / build_with_pixi (ubuntu-latest): src/Gui/Application.cpp#L109
#include expects "FILENAME" or <FILENAME>
Pixi / build_with_pixi (ubuntu-latest)
Process completed with exit code 1.
Pixi / build_with_pixi (macos-latest): src/Gui/Application.cpp#L109
invalid suffix on literal; C++11 requires a space between literal and identifier [-Wreserved-user-defined-literal]
Pixi / build_with_pixi (macos-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: src/Gui/Application.cpp#L78
'GuiInitScript.h' file not found [clang-diagnostic-error]
Lint / Lint
Process completed with exit code 1.
Pixi / build_with_pixi (windows-latest): src/Gui/Application.cpp#L109
'#include': expected "FILENAME" or <FILENAME>
Pixi / build_with_pixi (windows-latest)
Process completed with exit code 1.
Ubuntu_20-04 / Build
Process completed with exit code 1.
Windows / Build
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
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 (ubuntu-latest)
No files were found with the provided path: /home/runner/work/FreeCAD/FreeCAD/report/Pixi-12940237341-ubuntu-latest-report.md. No artifacts will be uploaded.
Pixi / build_with_pixi (ubuntu-latest)
No files were found with the provided path: /home/runner/work/FreeCAD/FreeCAD/logs/ /var/crash/*FreeCAD*. No artifacts will be uploaded.
Pixi / build_with_pixi (macos-latest)
No files were found with the provided path: /Users/runner/work/FreeCAD/FreeCAD/logs/ /var/crash/*FreeCAD*. No artifacts will be uploaded.
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)
No files were found with the provided path: /Users/runner/work/FreeCAD/FreeCAD/report/Pixi-12940237341-macos-latest-report.md. No artifacts will be uploaded.
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/Application.cpp#L140
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/Gui/Application.cpp#L141
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/Gui/Application.cpp#L142
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/Gui/Application.cpp#L1728
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
Lint / Lint: src/Gui/Application.cpp#L2162
Is this a non-const reference? If so, make const or use a pointer: GUISingleApplication& mainApp [runtime/references] [2]
Lint / Lint: src/Gui/Application.cpp#L2213
Is this a non-const reference? If so, make const or use a pointer: GUISingleApplication& mainApp [runtime/references] [2]
Lint / Lint: src/Gui/Application.cpp#L2262
Is this a non-const reference? If so, make const or use a pointer: GUISingleApplication& mainApp [runtime/references] [2]
Lint / Lint: src/Gui/Application.cpp#L2360
Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
Lint / Lint: src/Gui/Application.cpp#L2365
Using C-style cast. Use static_cast<size_t>(...) instead [readability/casting] [4]
Lint / Lint: src/Gui/Application.cpp#L2484
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
Lint / Lint
fatal error: 'GuiInitScript.h' file not found
Lint / Lint: src/Gui/Application.cpp#L2330
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/Application.cpp#L151
constructor does not initialize these fields: map [cppcoreguidelines-pro-type-member-init]
Lint / Lint: src/Gui/Application.cpp#L159
do not use const_cast to remove const qualifier [cppcoreguidelines-pro-type-const-cast]
Lint / Lint: src/Gui/Application.cpp#L167
do not use const_cast to remove const qualifier [cppcoreguidelines-pro-type-const-cast]
Lint / Lint: src/Gui/Application.cpp#L189
class 'ApplicationP' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator [cppcoreguidelines-special-member-functions]
Lint / Lint: src/Gui/Application.cpp#L191
constructor does not initialize these fields: documents, passive [cppcoreguidelines-pro-type-member-init]
Lint / Lint: src/Gui/Application.cpp#L225
32 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
Lint / Lint: src/Gui/Application.cpp#L230
variable 'o' is not initialized [cppcoreguidelines-init-variables]
Lint / Lint: src/Gui/Application.cpp#L231
do not call c-style vararg functions [cppcoreguidelines-pro-type-vararg]
Lint / Lint: src/Gui/Application.cpp#L231
implicit conversion 'int' -> 'bool' [readability-implicit-bool-conversion]
Lint / Lint: src/Gui/Application.cpp#L297
variable 'proxy' is not initialized [cppcoreguidelines-init-variables]
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-12940237341-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
Lint-12940237341-Logs
10.6 KB
Prepare-12940237341-Logs
3.88 KB
Ubuntu_20-04-12940237341-Logs
76.7 KB
Windows-12940237341-Logs
1.68 MB