[ArchSpace] Improve Space Creation and ensureBase #187
CI_master.yml
on: push
Prepare
/
Prepare
4s
Matrix: Pixi / build_with_pixi
Ubuntu_20-04
/
Build
12m 46s
Windows
/
Build
24m 49s
Lint
/
Lint
5m 36s
WrapUp
/
WrapUp
4s
Annotations
7 errors and 73 warnings
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L685
Possibly using variable 'FreeCADGui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L723
Possibly using variable 'QtGui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L728
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/Draft/DraftGui.py#L1631
Instance of 'DraftToolBar' has no 'ui' member (no-member)
|
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/BIM/importers/importDAE.py#L169
occured ==> occurred
|
Lint / Lint:
src/Mod/Draft/draftmake/make_sketch.py#L1
would reformat src/Mod/Draft/draftmake/make_sketch.py
|
Lint / Lint:
src/Mod/BIM/importers/importDAE.py#L1
would reformat src/Mod/BIM/importers/importDAE.py
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L1
would reformat src/Mod/BIM/ArchSpace.py
|
Lint / Lint:
src/Mod/Draft/DraftGui.py#L1
would reformat src/Mod/Draft/DraftGui.py
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L193
Line too long (106/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L221
Line too long (175/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L223
Line too long (146/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L225
Line too long (158/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L227
Line too long (158/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L229
Line too long (160/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L231
Line too long (180/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L233
Line too long (140/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L236
Line too long (151/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSpace.py#L238
Line too long (170/100) (line-too-long)
|
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:
build/_deps/fmt-src/include/fmt/core.h#L3130
Pass small and trivially-copyable type by value (const long &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3131
Pass small and trivially-copyable type by value (const unsigned long &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
build/_deps/fmt-src/include/fmt/core.h#L3134
Pass small and trivially-copyable type by value (const std::nullptr_t &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Gui/CommandLink.cpp#L56
do not call c-style vararg functions [cppcoreguidelines-pro-type-vararg]
|
Lint / Lint:
src/Gui/CommandLink.cpp#L69
function 'StdCmdLinkMakeGroup::activated' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
|
Lint / Lint
note: the definition seen here
|
Lint / Lint
note: differing parameters are named here: ('iMsg'), in definition: ('option')
|
Lint / Lint:
src/Gui/CommandLink.cpp#L88
implicit conversion 'App::Document *' -> 'bool' [readability-implicit-bool-conversion]
|
Lint / Lint:
src/Gui/CommandLink.cpp#L112
statement should be inside braces [readability-braces-around-statements]
|
Lint / Lint:
src/Gui/CommandLink.cpp#L122
function 'activated' has cognitive complexity of 36 (threshold 25) [readability-function-cognitive-complexity]
|
Lint / Lint
note: +1, including nesting penalty of 0, nesting level increased to 1
|
Lint / Lint
note: +2, including nesting penalty of 1, nesting level increased to 2
|
Lint / Lint
note: expanded from macro 'FC_ERR'
|
Lint / Lint:
src/Gui/CommandLink.cpp#L51
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Gui/CommandLink.cpp#L587
Missing username in TODO; it should look like "// TODO(my_username): Stuff." [readability/todo] [2]
|
Lint / Lint:
src/Gui/CommandLink.cpp#L744
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
Lint / Lint:
src/Gui/CommandLink.cpp#L827
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
Lint / Lint:
src/Gui/CommandLink.cpp#L231
Add #include <set> for set<> [build/include_what_you_use] [4]
|
Lint / Lint:
src/Gui/CommandLink.cpp#L371
Add #include <utility> for make_pair [build/include_what_you_use] [4]
|
Lint / Lint:
src/Gui/CommandLink.cpp#L397
Add #include <unordered_map> for unordered_map<> [build/include_what_you_use] [4]
|
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/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 (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]
|
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-12713407346-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-12713407346-Logs
|
39.1 KB |
|
Pixi-12713407346-macos-latest-Logs
|
45.7 KB |
|
Pixi-12713407346-macos-latest-report.md
|
406 Bytes |
|
Pixi-12713407346-ubuntu-latest-Logs
|
46.1 KB |
|
Pixi-12713407346-ubuntu-latest-report.md
|
591 Bytes |
|
Prepare-12713407346-Logs
|
17.9 KB |
|
Ubuntu_20-04-12713407346-Logs
|
186 KB |
|
Windows-12713407346-Logs
|
1.66 MB |
|