Skip to content

Draft: Avoid setRadiusValue error message (#19405) #1690

Draft: Avoid setRadiusValue error message (#19405)

Draft: Avoid setRadiusValue error message (#19405) #1690

Triggered via push February 4, 2025 19:31
Status Success
Total duration 21m 35s
Artifacts 8

CI_master.yml

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

Annotations

7 errors and 40 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/BIM/importers/importWebGL.py#L734
unsupported operand type(s) for | (unsupported-binary-operation)
Lint / Lint: src/Mod/BIM/importers/importWebGL.py#L734
unsupported operand type(s) for | (unsupported-binary-operation)
Lint / Lint: src/Mod/BIM/importers/importWebGL.py#L912
unsupported operand type(s) for | (unsupported-binary-operation)
Lint / Lint: src/Mod/BIM/importers/importWebGL.py#L935
unsupported operand type(s) for | (unsupported-binary-operation)
Lint / Lint: src/Mod/Draft/DraftGui.py#L1651
Instance of 'DraftToolBar' has no 'ui' member (no-member)
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/BIM/importers/importWebGL.py#L1
would reformat src/Mod/BIM/importers/importWebGL.py
Lint / Lint: src/Mod/BIM/bimcommands/BimClassification.py#L1
would reformat src/Mod/BIM/bimcommands/BimClassification.py
Lint / Lint: src/Mod/Draft/DraftGui.py#L1
would reformat src/Mod/Draft/DraftGui.py
Lint / Lint: src/Mod/BIM/bimcommands/BimClassification.py#L67
Line too long (108/100) (line-too-long)
Lint / Lint: src/Mod/BIM/bimcommands/BimClassification.py#L35
Missing class docstring (missing-class-docstring)
Lint / Lint: src/Mod/BIM/bimcommands/BimClassification.py#L53
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/BIM/bimcommands/BimClassification.py#L53
Too many local variables (21/15) (too-many-locals)
Lint / Lint: src/Mod/BIM/bimcommands/BimClassification.py#L54
Import outside toplevel (Draft) (import-outside-toplevel)
Lint / Lint: src/Mod/BIM/bimcommands/BimClassification.py#L55
Import outside toplevel (PySide.QtCore, PySide.QtGui) (import-outside-toplevel)
Lint / Lint: src/Mod/BIM/bimcommands/BimClassification.py#L56
Import outside toplevel (bimcommands.BimMaterial) (import-outside-toplevel)
Lint / Lint: src/Mod/BIM/bimcommands/BimClassification.py#L105
Import outside toplevel (nativeifc.ifc_classification) (import-outside-toplevel)
Lint / Lint: src/Mod/BIM/bimcommands/BimClassification.py#L53
Too many branches (20/12) (too-many-branches)
Lint / Lint: src/Mod/BIM/bimcommands/BimClassification.py#L53
Too many statements (87/50) (too-many-statements)
Pixi / build_with_pixi (ubuntu-latest): src/CXX/Python3/Objects.hxx#L1787
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (ubuntu-latest): src/CXX/Python3/Objects.hxx#L1788
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (ubuntu-latest): src/CXX/Python3/Objects.hxx#L1983
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (ubuntu-latest): src/CXX/Python3/Objects.hxx#L2029
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (ubuntu-latest): src/CXX/Python3/Objects.hxx#L1992
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
Pixi / build_with_pixi (ubuntu-latest): src/CXX/Python3/Objects.hxx#L2014
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
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/FunctionX.cpp#L90
variable 'answer' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
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-13143358973-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.

Artifacts

Produced during runtime
Name Size
Lint-13143358973-Logs
9.61 KB
Pixi-13143358973-macos-latest-Logs
45.7 KB
Pixi-13143358973-macos-latest-report.md
406 Bytes
Pixi-13143358973-ubuntu-latest-Logs
45.9 KB
Pixi-13143358973-ubuntu-latest-report.md
594 Bytes
Prepare-13143358973-Logs
12 KB
Ubuntu_20-04-13143358973-Logs
180 KB
Windows-13143358973-Logs
1.64 MB