Fem: Rename enable/disable electromagnetic properties #352
CI_master.yml
on: push
Prepare
/
Prepare
4s
Matrix: Pixi / build_with_pixi
Ubuntu_20-04
/
Build
13m 20s
Windows
/
Build
26m 54s
Lint
/
Lint
7m 5s
WrapUp
/
WrapUp
5s
Annotations
12 errors and 68 warnings
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L630
Possibly using variable 'FreeCADGui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L633
Possibly using variable 'QtGui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L635
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/bimcommands/BimLayers.py#L210
Module 'nativeifc.ifc_tools' has no 'create_layer' member (no-member)
|
Lint / Lint:
src/Mod/BIM/bimcommands/BimLayers.py#L216
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L213
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L1900
No value for argument 'elm' in method call (no-value-for-parameter)
|
Lint / Lint:
src/Mod/Draft/DraftGui.py#L1654
Instance of 'DraftToolBar' has no 'ui' member (no-member)
|
Lint / Lint:
src/Mod/Draft/draftguitools/gui_layers.py#L184
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/Draft/draftutils/gui_utils.py#L108
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
|
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/importSH3DHelper.py#L908
correspondance ==> correspondence
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L909
elemement ==> element
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L1690
countour ==> contour, counter
|
Lint / Lint:
src/Mod/Draft/draftutils/gui_utils.py#L376
overide ==> override
|
Lint / Lint:
src/Mod/Draft/draftutils/gui_utils.py#L381
overide ==> override
|
Lint / Lint:
src/Mod/Draft/draftutils/gui_utils.py#L385
overide ==> override
|
Lint / Lint:
src/Mod/Draft/draftutils/gui_utils.py#L395
overide ==> override
|
Lint / Lint:
src/Mod/Draft/draftutils/gui_utils.py#L398
overide ==> override
|
Lint / Lint:
src/Mod/BIM/bimcommands/BimLayers.py#L1
would reformat src/Mod/BIM/bimcommands/BimLayers.py
|
Lint / Lint:
src/Mod/Draft/draftguitools/gui_annotationstyleeditor.py#L1
would reformat src/Mod/Draft/draftguitools/gui_annotationstyleeditor.py
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L1
would reformat src/Mod/BIM/ArchSchedule.py
|
Lint / Lint:
src/Mod/Draft/draftguitools/gui_groups.py#L1
would reformat src/Mod/Draft/draftguitools/gui_groups.py
|
Lint / Lint:
src/Mod/Draft/draftguitools/gui_layers.py#L1
would reformat src/Mod/Draft/draftguitools/gui_layers.py
|
Lint / Lint:
src/Mod/Draft/draftutils/gui_utils.py#L1
would reformat src/Mod/Draft/draftutils/gui_utils.py
|
Lint / Lint:
src/Mod/Draft/draftviewproviders/view_draft_annotation.py#L1
would reformat src/Mod/Draft/draftviewproviders/view_draft_annotation.py
|
Lint / Lint:
src/Mod/Draft/DraftGui.py#L1
would reformat src/Mod/Draft/DraftGui.py
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L1
would reformat src/Mod/BIM/importers/importSH3DHelper.py
|
Lint / Lint:
src/Mod/Draft/draftutils/utils.py#L1
would reformat src/Mod/Draft/draftutils/utils.py
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L100
Line too long (124/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L109
Line too long (114/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L110
Line too long (112/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L116
Line too long (144/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L118
Line too long (141/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L120
Line too long (140/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L122
Line too long (142/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L124
Line too long (141/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L126
Line too long (194/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/ArchSchedule.py#L128
Line too long (202/100) (line-too-long)
|
Lint / Lint:
src/App/Application.cpp#L161
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/App/Application.cpp#L162
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/App/Application.cpp#L163
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/App/Application.cpp#L164
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/App/Application.cpp#L165
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/App/Application.cpp#L684
Is this a non-const reference? If so, make const or use a pointer: bool &f [runtime/references] [2]
|
Lint / Lint:
src/App/Application.cpp#L684
Is this a non-const reference? If so, make const or use a pointer: boost::signals2::signal<void ()> &s [runtime/references] [2]
|
Lint / Lint:
src/App/Application.cpp#L1254
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
Lint / Lint:
src/App/Application.cpp#L1262
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
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/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]
|
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-12910157397-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-12910157397-Logs
|
71.7 KB |
|
Pixi-12910157397-macos-latest-Logs
|
45.7 KB |
|
Pixi-12910157397-macos-latest-report.md
|
406 Bytes |
|
Pixi-12910157397-ubuntu-latest-Logs
|
46.1 KB |
|
Pixi-12910157397-ubuntu-latest-report.md
|
590 Bytes |
|
Prepare-12910157397-Logs
|
49.2 KB |
|
Ubuntu_20-04-12910157397-Logs
|
187 KB |
|
Windows-12910157397-Logs
|
1.65 MB |
|