Remove unused ifndefs for GL_MULTISAMPLE #1609
CI_master.yml
on: push
Prepare
/
Prepare
2s
Matrix: Pixi / build_with_pixi
Ubuntu_20-04
/
Build
12m 38s
Windows
/
Build
19m 59s
Lint
/
Lint
4m 9s
WrapUp
/
WrapUp
8s
Annotations
4 errors and 64 warnings
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L63
'Quarter/devices/Mouse.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/Mod/Sandbox/Gui/GLGraphicsView.cpp#L366
connect(this, SIGNAL(sceneRectChanged(const QRectF&)), <--Consider using Functor-Based Connections
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L367
this, SLOT(onSceneRectChanged(const QRectF&))); <--Consider using Functor-Based Connections
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L586
QTimer::singleShot(20, this, SLOT(update())); <--Consider using Functor-Based Connections
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L67
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L496
Using C-style cast. Use reinterpret_cast<SoCamera *>(...) instead [readability/casting] [4]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L684
Use int16_t/int64_t/etc, rather than the C type long [runtime/int] [4]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L692
Do not include .cpp files from other packages [build/include] [4]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L201
Add #include <memory> for unique_ptr<> [build/include_what_you_use] [4]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L656
Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Lint / Lint:
src/Mod/Sandbox/Gui/Overlay.cpp#L45
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Mod/Sandbox/Gui/Overlay.cpp#L57
Single-parameter constructors should be marked explicit. [runtime/explicit] [4]
|
Lint / Lint:
src/Mod/Sandbox/Gui/Overlay.cpp#L244
Using C-style cast. Use reinterpret_cast<QMouseEvent *>(...) instead [readability/casting] [4]
|
Lint / Lint
fatal error: 'Quarter/devices/Mouse.h' file not found
|
Lint / Lint:
src/Mod/Sandbox/Gui/Overlay.h#L42
'SandboxGui::DrawingPlane::terminate' hides overloaded virtual function [-Woverloaded-virtual]
|
Lint / Lint
note: hidden overloaded virtual function 'Gui::AbstractMouseSelection::terminate' declared here: different number of parameters (1 vs 0)
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L2095
Returning a void expression [-Wclazy-returning-void-expression]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L2197
fmt::detail::specs_setter has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L2233
fmt::detail::dynamic_specs_handler has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3126
Pass small and trivially-copyable type by value (const signed char &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3127
Pass small and trivially-copyable type by value (const unsigned char &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3128
Pass small and trivially-copyable type by value (const short &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3129
Pass small and trivially-copyable type by value (const unsigned short &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L71
use '= default' to define a trivial default constructor [modernize-use-equals-default]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L75
use '= default' to define a trivial destructor [modernize-use-equals-default]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L84
do not use 'else' after 'return' [readability-else-after-return]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L89
use auto when initializing with a cast to avoid duplicating the type name [modernize-use-auto]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L104
statement should be inside braces [readability-braces-around-statements]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L113
constructor does not initialize these fields: scene [cppcoreguidelines-pro-type-member-init]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L123
narrowing conversion from 'int' to signed type 'short' is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L124
narrowing conversion from 'int' to signed type 'short' is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L136
narrowing conversion from 'int' to signed type 'short' is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Lint / Lint:
src/Mod/Sandbox/Gui/GLGraphicsView.cpp#L136
narrowing conversion from 'int' to signed type 'short' is implementation-defined [bugprone-narrowing-conversions,cppcoreguidelines-narrowing-conversions]
|
Pixi / build_with_pixi (macos-latest)
Failed to save: uploadChunk (start: 436207616, end: 469762047) failed: read ECONNRESET
|
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/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (macos-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
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):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
Pixi / build_with_pixi (ubuntu-latest):
src/3rdParty/OndselSolver/OndselSolver/FullVector.h#L183
unused parameter 'tol' [-Wunused-parameter]
|
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-12481217495-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-12481217495-Logs
|
15.6 KB |
|
Pixi-12481217495-macos-latest-Logs
|
45.8 KB |
|
Pixi-12481217495-macos-latest-report.md
|
406 Bytes |
|
Pixi-12481217495-ubuntu-latest-Logs
|
46.2 KB |
|
Pixi-12481217495-ubuntu-latest-report.md
|
590 Bytes |
|
Prepare-12481217495-Logs
|
3.74 KB |
|
Ubuntu_20-04-12481217495-Logs
|
186 KB |
|
Windows-12481217495-Logs
|
1.63 MB |
|