Skip to content

migrate isInside to isPartOfDomain #16

migrate isInside to isPartOfDomain

migrate isInside to isPartOfDomain #16

Triggered via push March 13, 2025 18:22
Status Success
Total duration 27m 53s
Artifacts 8

CI_master.yml

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

Annotations

9 errors and 37 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L508
Module 'Path' has no 'Command' member (no-member)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L496
Module 'Path' has no 'Command' member (no-member)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L486
Module 'Path' has no 'Command' member (no-member)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L484
Module 'Path' has no 'Command' member (no-member)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L397
Module 'Path' has no 'Voronoi' member (no-member)
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L207
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L196
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L150
Class '_Geometry' inherits from object, can be safely removed from bases in python3 (useless-object-inheritance)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L70
Consider iterating with .items() (consider-using-dict-items)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L68
Consider iterating with .items() (consider-using-dict-items)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L67
Consider iterating with .items() (consider-using-dict-items)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L56
Too many local variables (16/15) (too-many-locals)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L46
Using a conditional statement with a constant value (using-constant-test)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L28
Use 'from PathScripts import PathUtils' instead (consider-using-from-import)
Lint / Lint: src/Mod/CAM/Path/Op/Vcarve.py#L596
Line too long (118/100) (line-too-long)
Pixi / build_with_pixi (ubuntu-latest): src/Base/PyObjectBase.cpp#L262
'PyObject* PyWeakref_GetObject(PyObject*)' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (ubuntu-latest): src/Base/PyObjectBase.cpp#L231
missing initializer for member '_typeobject::tp_versions_used' [-Wmissing-field-initializers]
Pixi / build_with_pixi (ubuntu-latest): src/Base/PyObjectBase.cpp#L173
missing initializer for member '_typeobject::tp_versions_used' [-Wmissing-field-initializers]
Pixi / build_with_pixi (ubuntu-latest): src/Base/Interpreter.cpp#L631
'wchar_t* Py_GetPath()' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (ubuntu-latest): .pixi/envs/default/lib/gcc/x86_64-conda-linux-gnu/13.3.0/include/c++/bits/char_traits.h#L435
'void* __builtin_memcpy(void*, const void*, long unsigned int)' accessing 2 or more bytes at offsets 0 and 1 overlaps 1 or more bytes at offset 1 [-Wrestrict]
Pixi / build_with_pixi (ubuntu-latest): src/3rdParty/PyCXX/CXX/Python3/cxxsupport.cxx#L49
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (macos-latest): src/3rdParty/PyCXX/CXX/Python3/cxxsupport.cxx#L49
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
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/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#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#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#L491
implicit conversion from 'const int64_t' (aka 'const long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
Ubuntu / 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 / 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/report/Pixi-13841883163-windows-latest-report.md. 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
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.

Artifacts

Produced during runtime
Name Size Digest
Lint-13841883163-Logs Expired
6.05 KB
sha256:46d9bb77b1e69a7a9c8b46c1de3cfbca484e85eb0fc1c5551dc6d6353158fb11
Pixi-13841883163-macos-latest-Logs Expired
46 KB
sha256:a2c9c790c7bcf17e72d89d76902f475e42f3a4081e8bd52a0b78fe3f64ea20c7
Pixi-13841883163-macos-latest-report.md Expired
406 Bytes
sha256:96858b30420570a812fd75751f2c61ba57eca3bc4a6eba0e3ff9e51af0ba03af
Pixi-13841883163-ubuntu-latest-Logs Expired
46.1 KB
sha256:c5671024daf5128e791612e8c17a475a89b6c9966ac5473a9f3571f0c5f171c8
Pixi-13841883163-ubuntu-latest-report.md Expired
608 Bytes
sha256:29f491ddea27355ef4dabb10281e075025ef1cc25aad75b784a18ab694f87668
Prepare-13841883163-Logs Expired
3.14 KB
sha256:637b48b36d09ded00555caf0805ba033d6c6bc03f0bb51ee3ab612ba68a13bac
Ubuntu-13841883163-Logs Expired
175 KB
sha256:6e3642fa64bf21c6f449ac5d92cef17aed4bf53d61c84c24502b693530a35d4a
Windows-13841883163-Logs Expired
1.64 MB
sha256:48032cf261f8cecb1c22e124eba4ab8f9e478f0ca9dde1994b705c326f3ae607