Skip to content

Sketcher: refactor, drop return in void returning functions #1

Sketcher: refactor, drop return in void returning functions

Sketcher: refactor, drop return in void returning functions #1

Triggered via push November 18, 2024 19:00
Status Success
Total duration 3h 50m 55s
Artifacts 8

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 79 warnings
Lint / Lint
Process completed with exit code 2.
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 2.
Lint / Lint
Process completed with exit code 2.
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 2.
Lint / Lint: src/App/SafeMode.h#L27
unknown type name 'AppExport'
Lint / Lint: src/App/SafeMode.h#L28
unknown type name 'AppExport'
Lint / Lint: src/App/SafeMode.h#L29
unknown type name 'AppExport'
Lint / Lint: src/Gui/CallTips.h#L78
no type named 'String' in namespace 'Py'; did you mean 'QString'?
Lint / Lint
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 6152k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: contrib/clion/attach_pydevd.py.patch#L6
<-- trailing whitespace
Lint / Lint: contrib/clion/attach_pydevd.py.patch#L17
<-- trailing whitespace
Lint / Lint: src/Gui/Application.cpp#L2286
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/DAGView/DAGModel.cpp#L1094
(&contextMenu, this, SLOT(editingStartSlot())); //const hack. <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/DlgActionsImp.cpp#L133
connect(this, SIGNAL(addMacroAction( const QByteArray& )),
Lint / Lint: src/Gui/DlgActionsImp.cpp#L134
topLevel, SIGNAL(addMacroAction( const QByteArray& )));
Lint / Lint: src/Gui/DlgActionsImp.cpp#L135
connect(this, SIGNAL(removeMacroAction( const QByteArray& )),
Lint / Lint: src/Gui/DlgActionsImp.cpp#L136
topLevel, SIGNAL(removeMacroAction( const QByteArray& )));
Lint / Lint: src/Gui/DlgActionsImp.cpp#L137
connect(this, SIGNAL(modifyMacroAction( const QByteArray& )),
Lint / Lint: src/Gui/DlgActionsImp.cpp#L138
topLevel, SIGNAL(modifyMacroAction( const QByteArray& )));
Lint / Lint: src/Gui/DlgActionsImp.cpp#L140
disconnect(this, SIGNAL(addMacroAction( const QByteArray& )),
Lint / Lint: src/Gui/DlgActionsImp.cpp#L141
topLevel, SIGNAL(addMacroAction( const QByteArray& )));
Lint / Lint: src/3rdParty/libE57Format/src/CheckedFile.h#L42
e57::CheckedFile has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_MeshNode.hxx#L67
'SMDS_MeshNode::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_VtkEdge.hxx#L40
'SMDS_VtkEdge::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_VtkFace.hxx#L35
'SMDS_VtkFace::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_VtkVolume.hxx#L35
'SMDS_VtkVolume::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_BallElement.hxx#L38
'SMDS_BallElement::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_MeshNode.hxx#L67
'SMDS_MeshNode::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_VtkEdge.hxx#L40
'SMDS_VtkEdge::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_VtkFace.hxx#L35
'SMDS_VtkFace::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint: src/3rdParty/salomesmesh/inc/SMDS_VtkVolume.hxx#L35
'SMDS_VtkVolume::init' hides overloaded virtual function [-Woverloaded-virtual]
Lint / Lint: build/src/App/ComplexGeoDataPy.h#L135
function 'Data::ComplexGeoDataPy::setTag' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
Lint / Lint: build/src/App/ComplexGeoDataPy.h#L143
function 'Data::ComplexGeoDataPy::setHasher' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
Lint / Lint: build/src/App/ComplexGeoDataPy.h#L158
function 'Data::ComplexGeoDataPy::setElementMap' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
Lint / Lint: build/src/App/DocumentObjectPy.h#L96
function 'App::DocumentObjectPy::getSubObject' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
Lint / Lint: build/src/App/DocumentObjectPy.h#L108
function 'App::DocumentObjectPy::getLinkedObject' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
Lint / Lint: build/src/App/DocumentObjectPy.h#L267
function 'App::DocumentObjectPy::setNoTouch' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
Lint / Lint: build/src/App/MetadataPy.h#L48
function 'App::MetadataPy::getLastSupportedFreeCADVersion' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
Lint / Lint: build/src/App/MetadataPy.h#L52
function 'App::MetadataPy::getFirstSupportedFreeCADVersion' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
Lint / Lint: build/src/App/MetadataPy.h#L56
function 'App::MetadataPy::supportsCurrentFreeCAD' has a definition with different parameter names [readability-inconsistent-declaration-parameter-name]
MacOS_13_Conda_Apple / Build
/Users/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:198: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
MacOS_13_Conda_Apple / Build
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
MacOS_13_Conda_Apple / Build
/Users/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead. action(self, namespace, argument_values, option_string)
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(377): conda version: 24.9.2
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(378): conda-libmamba-solver version: 24.9.0
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(379): libmambapy version: 1.5.9 INFO conda.conda_libmamba_solver.solver:_log_info(380): Target prefix: '/Users/runner/work/FreeCAD/FreeCAD/.conda/freecad' INFO conda.conda_libmamba_solver.solver:_log_info(381): Command: ['/Users/runner/miniconda3/condabin/mamba', 'create', '--prefix', '.conda/freecad', '--file', 'conda/conda-env.yaml']
MacOS_13_Conda_Apple / Build
info libmamba Reading repodata.json file "/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/tmp7mmaakpq.json" for repo installed
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 0 bytes {'User-Agent': 'conda/24.9.2 requests/2.32.3 CPython/3.12.7 Darwin/23.6.0 OSX/14.7 solver/libmamba conda-libmamba-solver/24.9.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(432): Apply 0 patches 5fef5ecd58e910a9… → 5fef5ecd58e910a9…
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 728653 bytes {'User-Agent': 'conda/24.9.2 requests/2.32.3 CPython/3.12.7 Darwin/23.6.0 OSX/14.7 solver/libmamba conda-libmamba-solver/24.9.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
MacOS_13_Conda_Apple / 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.
MacOS_13_Conda_Apple / 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_22-04_Conda / 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_22-04_Conda / Build
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:198: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
Ubuntu_22-04_Conda / Build
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
Ubuntu_22-04_Conda / Build
/home/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead. action(self, namespace, argument_values, option_string)
Ubuntu_22-04_Conda / Build
INFO conda.conda_libmamba_solver.solver:_log_info(377): conda version: 24.9.2
Ubuntu_22-04_Conda / Build
INFO conda.conda_libmamba_solver.solver:_log_info(378): conda-libmamba-solver version: 24.9.0
Ubuntu_22-04_Conda / Build
INFO conda.conda_libmamba_solver.solver:_log_info(379): libmambapy version: 1.5.9
Ubuntu_22-04_Conda / Build
INFO conda.conda_libmamba_solver.solver:_log_info(380): Target prefix: '/home/runner/work/FreeCAD/FreeCAD/.conda/freecad'
Ubuntu_22-04_Conda / Build
INFO conda.conda_libmamba_solver.solver:_log_info(381): Command: ['/home/runner/miniconda3/condabin/mamba', 'create', '--prefix', '.conda/freecad', '--file', 'conda/conda-env.yaml']
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 728653 bytes {'User-Agent': 'conda/24.9.2 requests/2.32.3 CPython/3.12.7 Linux/6.5.0-1025-azure ubuntu/22.04.5 glibc/2.35 solver/libmamba conda-libmamba-solver/24.9.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(432): Apply 0 patches 01b861907e9e40ad… → 01b861907e9e40ad…
Ubuntu_22-04_Conda / 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.
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_22-04_Conda_Qt6 / 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_22-04_Conda_Qt6 / 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_22-04_Conda_Qt6 / Build
/home/runner/miniconda3/lib/python3.12/site-packages/conda/base/context.py:198: FutureWarning: Adding 'defaults' to channel list implicitly is deprecated and will be removed in 25.3. To remove this warning, please choose a default channel explicitly with conda's regular configuration system, e.g. by adding 'defaults' to the list of channels: conda config --add channels defaults For more information see https://docs.conda.io/projects/conda/en/stable/user-guide/configuration/use-condarc.html deprecated.topic(
Ubuntu_22-04_Conda_Qt6 / Build
The 'defaults' channel might have been added implicitly. If this is intentional, add 'defaults' to the 'channels' list. Otherwise, consider setting 'conda-remove-defaults' to 'true'.
Ubuntu_22-04_Conda_Qt6 / Build
/home/runner/miniconda3/lib/python3.12/argparse.py:2006: FutureWarning: `remote_definition` is deprecated and will be removed in 25.9. Use `conda env create --file=URL` instead. action(self, namespace, argument_values, option_string)
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(377): conda version: 24.9.2
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(378): conda-libmamba-solver version: 24.9.0
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(379): libmambapy version: 1.5.9
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(380): Target prefix: '/home/runner/work/FreeCAD/FreeCAD/.conda/freecad'
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(381): Command: ['/home/runner/miniconda3/condabin/mamba', 'create', '--prefix', '.conda/freecad', '--file', 'conda/conda-env-qt6.yaml']
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 728653 bytes {'User-Agent': 'conda/24.9.2 requests/2.32.3 CPython/3.12.7 Linux/6.5.0-1025-azure ubuntu/22.04.5 glibc/2.35 solver/libmamba conda-libmamba-solver/24.9.0 libmambapy/1.5.9', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(432): Apply 0 patches 01b861907e9e40ad… → 01b861907e9e40ad…
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-11899219847-Logs
436 KB
MacOS_13_Conda_Apple-11899219847-Logs
45 KB
Prepare-11899219847-Logs
300 KB
Ubuntu_20-04-11899219847-Logs
184 KB
Ubuntu_22-04_Conda-11899219847-Logs
243 KB
Ubuntu_22-04_Conda-Qt6-11899219847-Logs
241 KB
Ubuntu_22-04_Conda-Qt6-11899219847-report.md
3.76 KB
Windows-11899219847-Logs
2.78 MB