[Gui] Load Structure and View toolbar items based on CMake build options #1125
CI_master.yml
on: push
Prepare
/
Prepare
2s
Matrix: Pixi / build_with_pixi
Ubuntu_20-04
/
Build
9m 33s
Windows
/
Build
2h 18m
Lint
/
Lint
3m 4s
WrapUp
/
WrapUp
8s
Annotations
20 errors and 54 warnings
Lint / Lint
Process completed with exit code 2.
|
Lint / Lint
Process completed with exit code 2.
|
Lint / Lint:
src/Mod/Part/Gui/WorkbenchManipulator.cpp#L36
out-of-line definition of 'modifyToolBars' does not match any declaration in 'PartGui::WorkbenchManipulator'
|
Lint / Lint:
src/Mod/Part/Gui/WorkbenchManipulator.cpp#L38
use of undeclared identifier 'addSelectionFilter'
|
Lint / Lint:
src/Mod/Part/Gui/WorkbenchManipulator.cpp#L39
use of undeclared identifier 'addDatums'
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Mod/Part/Gui/WorkbenchManipulator.cpp#L36
out-of-line definition of 'modifyToolBars' does not match any declaration in 'PartGui::WorkbenchManipulator' [clang-diagnostic-error]
|
Lint / Lint:
src/Mod/Part/Gui/WorkbenchManipulator.cpp#L38
use of undeclared identifier 'addSelectionFilter' [clang-diagnostic-error]
|
Lint / Lint:
src/Mod/Part/Gui/WorkbenchManipulator.cpp#L39
use of undeclared identifier 'addDatums' [clang-diagnostic-error]
|
Lint / Lint
Process completed with exit code 1.
|
Ubuntu_20-04 / Build
Process completed with exit code 1.
|
Pixi / build_with_pixi (macos-latest):
src/Mod/Part/Gui/WorkbenchManipulator.cpp#L36
out-of-line definition of 'modifyToolBars' does not match any declaration in 'PartGui::WorkbenchManipulator'
|
Pixi / build_with_pixi (macos-latest):
src/Mod/Part/Gui/WorkbenchManipulator.cpp#L38
use of undeclared identifier 'addSelectionFilter'
|
Pixi / build_with_pixi (macos-latest):
src/Mod/Part/Gui/WorkbenchManipulator.cpp#L39
use of undeclared identifier 'addDatums'
|
Pixi / build_with_pixi (macos-latest)
Process completed with exit code 1.
|
Pixi / build_with_pixi (ubuntu-latest):
src/Mod/Part/Gui/WorkbenchManipulator.cpp#L36
no declaration matches 'void PartGui::WorkbenchManipulator::modifyToolBars(Gui::ToolBarItem*)'
|
Pixi / build_with_pixi (ubuntu-latest)
Process completed with exit code 1.
|
Pixi / build_with_pixi (windows-latest):
src/Mod/Part/Gui/WorkbenchManipulator.cpp#L37
'modifyToolBars': member function not declared in 'PartGui::WorkbenchManipulator'
|
Pixi / build_with_pixi (windows-latest)
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
|
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/Base/Type.h#L119
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Base/Type.h#L150
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Base/Type.h#L155
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Base/Type.h#L160
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Base/Type.h#L165
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Base/Type.h#L170
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Base/Type.h#L175
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L971
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L1002
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L2095
Returning a void expression [-Wclazy-returning-void-expression]
|
Lint / Lint:
src/Gui/Workbench.cpp#L252
function 'setupCustomToolbars' has cognitive complexity of 32 (threshold 25) [readability-function-cognitive-complexity]
|
Lint / Lint:
src/Gui/Workbench.cpp#L252
the const qualified parameter 'hGrp' is copied for each invocation; consider making it a reference [performance-unnecessary-value-param]
|
Lint / Lint:
src/Gui/Workbench.cpp#L328
all parameters should be named in a function [readability-named-parameter]
|
Lint / Lint:
src/Gui/Workbench.cpp#L342
do not declare C-style arrays, use std::array<> instead [cppcoreguidelines-avoid-c-arrays,modernize-avoid-c-arrays]
|
Lint / Lint:
src/Gui/Workbench.cpp#L346
do not implicitly decay an array into a pointer; consider using gsl::array_view or an explicit cast instead [cppcoreguidelines-pro-bounds-array-to-pointer-decay]
|
Lint / Lint:
src/Gui/Workbench.cpp#L573
initializer for base class 'Gui::Workbench' is redundant [readability-redundant-member-init]
|
Lint / Lint:
src/Gui/Workbench.cpp#L891
initializer for base class 'Gui::Workbench' is redundant [readability-redundant-member-init]
|
Lint / Lint:
src/Gui/Workbench.cpp#L942
initializer for base class 'Gui::StdWorkbench' is redundant [readability-redundant-member-init]
|
Lint / Lint:
src/Gui/Workbench.cpp#L1010
initializer for base class 'Gui::StdWorkbench' is redundant [readability-redundant-member-init]
|
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 (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):
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 (macos-latest)
No files were found with the provided path: /Users/runner/work/FreeCAD/FreeCAD/report/Pixi-12457180350-macos-latest-report.md. No artifacts will be uploaded.
|
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/FullMatrix.h#L700
unused variable 'aaaa' [-Wunused-variable]
|
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)
No files were found with the provided path: /home/runner/work/FreeCAD/FreeCAD/report/Pixi-12457180350-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 (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):
src/Mod/Measure/Gui/TaskMeasure.cpp#L150
not enough arguments for function-like macro invocation 'QStringLiteral'
|
Pixi / build_with_pixi (windows-latest):
src/Mod/Measure/Gui/TaskMeasure.cpp#L150
not enough arguments for function-like macro invocation 'QT_UNICODE_LITERAL'
|
Pixi / build_with_pixi (windows-latest)
No files were found with the provided path: D:\a\FreeCAD\FreeCAD/report/Pixi-12457180350-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.
|
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-12457180350-Logs
|
7.83 KB |
|
Prepare-12457180350-Logs
|
4.75 KB |
|
Ubuntu_20-04-12457180350-Logs
|
92.7 KB |
|
Windows-12457180350-Logs
|
2.51 MB |
|