Update ondselsolver #304
CI_master.yml
on: push
Prepare
/
Prepare
3s
Matrix: Pixi / build_with_pixi
Ubuntu_20-04
/
Build
15m 30s
Windows
/
Build
33m 3s
Lint
/
Lint
3m 55s
WrapUp
/
WrapUp
9s
Annotations
8 errors and 69 warnings
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L36
'ui_SceneInspector.h' file not found [clang-diagnostic-error]
|
Lint / Lint:
src/Mod/Measure/Gui/QuickMeasure.cpp#L258
'moc_QuickMeasure.cpp' file not found [clang-diagnostic-error]
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L227
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L2186
No value for argument 'elm' in method call (no-value-for-parameter)
|
Lint / Lint:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.cpp#L68
prevEnd ==> prevent
|
Lint / Lint:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.cpp#L195
prevEnd ==> prevent
|
Lint / Lint:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.cpp#L200
prevEnd ==> prevent
|
Lint / Lint:
src/3rdParty/OndselSolver/OndselSolver/SymbolicParser.h#L61
prevEnd ==> prevent
|
Lint / Lint:
src/Mod/Fem/femsolver/calculix/write_femelement_material.py#L1
would reformat src/Mod/Fem/femsolver/calculix/write_femelement_material.py
|
Lint / Lint:
src/Mod/Fem/femexamples/thermomech_bimetal.py#L1
would reformat src/Mod/Fem/femexamples/thermomech_bimetal.py
|
Lint / Lint:
src/Mod/Fem/femtaskpanels/task_material_common.py#L1
would reformat src/Mod/Fem/femtaskpanels/task_material_common.py
|
Lint / Lint:
src/Mod/OpenSCAD/OpenSCAD2Dgeom.py#L1
would reformat src/Mod/OpenSCAD/OpenSCAD2Dgeom.py
|
Lint / Lint:
src/Mod/Draft/importSVG.py#L1
would reformat src/Mod/Draft/importSVG.py
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L1
would reformat src/Mod/BIM/importers/importSH3DHelper.py
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L47
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L236
Using C-style cast. Use reinterpret_cast<void*>(...) instead [readability/casting] [4]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L282
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L410
Do not include .cpp files from other packages [build/include] [4]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L369
Add #include <string> for string [build/include_what_you_use] [4]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L369
Add #include <vector> for vector<> [build/include_what_you_use] [4]
|
Lint / Lint:
src/Mod/Measure/Gui/QuickMeasure.cpp#L48
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Mod/Measure/Gui/QuickMeasure.cpp#L49
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Mod/Measure/Gui/QuickMeasure.cpp#L258
Do not include .cpp files from other packages [build/include] [4]
|
Lint / Lint:
src/Mod/Measure/Gui/QuickMeasure.cpp#L155
Add #include <string> for string [build/include_what_you_use] [4]
|
Lint / Lint
fatal error: 'ui_SceneInspector.h' file not found
|
Lint / Lint
fatal error: 'moc_QuickMeasure.cpp' file not found
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L77
qualified name 'QAbstractItemModel::flags' refers to a member overridden in subclass; did you mean 'QStandardItemModel'? [bugprone-parent-virtual-call]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L83
statement should be inside braces [readability-braces-around-statements]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L109
all parameters should be named in a function [readability-named-parameter]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L304
constructor does not initialize these fields: ui [cppcoreguidelines-pro-type-member-init]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L345
300 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L347
200 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L349
140 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L351
200 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Lint / Lint:
src/Gui/SceneInspector.cpp#L410
suspicious #include of file with '.cpp' extension [bugprone-suspicious-include]
|
Lint / Lint:
src/Mod/Measure/Gui/QuickMeasure.cpp#L57
'selectionTimer' should be initialized in a member initializer of the constructor [cppcoreguidelines-prefer-member-initializer]
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L233
Line too long (106/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L251
Line too long (114/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L264
Line too long (125/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L338
Line too long (103/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L378
Line too long (105/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L445
Line too long (104/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L453
Line too long (113/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L455
Line too long (124/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L522
Bad indentation. Found 6 spaces, expected 8 (bad-indentation)
|
Lint / Lint:
src/Mod/BIM/importers/importSH3DHelper.py#L530
Bad indentation. Found 6 spaces, expected 8 (bad-indentation)
|
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 (ubuntu-latest):
src/CXX/Python3/Objects.hxx#L2022
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
|
Pixi / build_with_pixi (ubuntu-latest):
src/CXX/Python3/Objects.hxx#L2168
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
|
Pixi / build_with_pixi (ubuntu-latest):
src/CXX/Python3/Objects.hxx#L2191
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
|
Pixi / build_with_pixi (ubuntu-latest):
src/CXX/Python3/cxxsupport.cxx#L49
'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/CXX/Python3/Objects.hxx#L1787
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
|
Pixi / build_with_pixi (macos-latest):
src/CXX/Python3/Objects.hxx#L1788
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
|
Pixi / build_with_pixi (macos-latest):
src/CXX/Python3/Objects.hxx#L1983
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
|
Pixi / build_with_pixi (macos-latest):
src/CXX/Python3/Objects.hxx#L2029
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
|
Pixi / build_with_pixi (macos-latest):
src/CXX/Python3/Objects.hxx#L1992
'Py_UNICODE' is deprecated [-Wdeprecated-declarations]
|
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-13077300370-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-13077300370-Logs
|
19 KB |
|
Pixi-13077300370-macos-latest-Logs
|
45.7 KB |
|
Pixi-13077300370-macos-latest-report.md
|
406 Bytes |
|
Pixi-13077300370-ubuntu-latest-Logs
|
45.7 KB |
|
Pixi-13077300370-ubuntu-latest-report.md
|
593 Bytes |
|
Prepare-13077300370-Logs
|
14.2 KB |
|
Ubuntu_20-04-13077300370-Logs
|
180 KB |
|
Windows-13077300370-Logs
|
1.82 MB |
|