Skip to content

FEM: Start examples rework (#15786) #201

FEM: Start examples rework (#15786)

FEM: Start examples rework (#15786) #201

Triggered via push August 19, 2024 15:50
Status Success
Total duration 2h 15m 32s
Artifacts 8

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 76 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
Process completed with exit code 1.
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 6947k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/App/StringHasher.cpp#L319
re-use ==> reuse
Lint / Lint: src/Base/StackWalker.cpp#L900
ptd ==> pdf
Lint / Lint: src/Base/StackWalker.cpp#L901
ptd ==> pdf
Lint / Lint: src/Base/StackWalker.cpp#L902
ptd ==> pdf
Lint / Lint: src/Gui/PreferencePages/DlgSettingsUI.ui#L435
overlayed ==> overlaid
Lint / Lint: src/Gui/SoFCCSysDragger.cpp#L366
incrementIn ==> incrementing, increment in
Lint / Lint: src/Gui/SoFCCSysDragger.cpp#L374
incrementIn ==> incrementing, increment in
Lint / Lint: src/Gui/SoFCCSysDragger.cpp#L375
incrementIn ==> incrementing, increment in
Lint / Lint: src/Gui/SoFCCSysDragger.cpp#L376
incrementIn ==> incrementing, increment in
Lint / Lint: src/Gui/SoFCCSysDragger.cpp#L377
incrementIn ==> incrementing, increment in
Lint / Lint: src/App/MeasureManager.cpp#L152
<-- trailing whitespace
Lint / Lint: src/App/MeasureManager.cpp#L185
<-- trailing whitespace
Lint / Lint: src/App/Resources/translations/App_hr.ts#L10
<translation>Pamti posljednji izbor korisnika o tome treba li primijeniti postavljanje CopyOnChange <-- trailing whitespace
Lint / Lint: src/App/Resources/translations/App_tr.ts#L10
<translation>Aynı yapılandırılabilir nesneye başvuran tüm bağlantılara CopyOnChange kurulumunun uygulanıp <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_ca.ts#L5736
<translation>%1. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_ca.ts#L12492
<translation>Trieu la vostra preferència per a la mida de la icona de la barra d’eines. Podeu ajustar <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L1780
<translation>'%1'. <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L2893
Zadaná hodnota je koeficient pro vynásobení velikosti <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L3438
Pouze když je propojený dokument automaticky otevřen společně s hlavním <-- trailing whitespace
Lint / Lint: src/Gui/Language/FreeCAD_cs.ts#L3440
Částečně načtený dokument nemůže být upravován. Plně jej načtete <-- trailing whitespace
Lint / Lint: src/Gui/RemoteDebugger.py#L1
would reformat src/Gui/RemoteDebugger.py
Lint / Lint: src/Mod/AddonManager/AddonManagerTest/app/test_git.py#L1
would reformat src/Mod/AddonManager/AddonManagerTest/app/test_git.py
Lint / Lint: src/Mod/AddonManager/AddonManager.py#L1
would reformat src/Mod/AddonManager/AddonManager.py
Lint / Lint: src/Gui/RemoteDebugger.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Gui/RemoteDebugger.py#L30
Missing class docstring (missing-class-docstring)
Lint / Lint: src/Gui/RemoteDebugger.py#L31
Unused argument 'parent' (unused-argument)
Lint / Lint: src/Gui/RemoteDebugger.py#L37
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Gui/RemoteDebugger.py#L61
Catching too general exception Exception (broad-exception-caught)
Lint / Lint: src/Gui/RemoteDebugger.py#L44
Import outside toplevel (rpdb2) (import-outside-toplevel)
Lint / Lint: src/Gui/RemoteDebugger.py#L51
Import outside toplevel (debugpy) (import-outside-toplevel)
Lint / Lint: src/Mod/AddonManager/AddonManager.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Mod/AddonManager/AddonManager.py#L133
Using open without explicitly specifying an encoding (unspecified-encoding)
Lint / Lint: src/Mod/AddonManager/AddonManager.py#L107
Too many branches (16/12) (too-many-branches)
Lint / Lint: src/Gui/Application.cpp#L2146
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
Lint / Lint: src/Gui/PropertyPage.cpp#L258
connect(topLevel, SIGNAL(addMacroAction( const QByteArray& )),
Lint / Lint: src/Gui/PropertyPage.cpp#L259
this, SLOT(onAddMacroAction( const QByteArray& )));
Lint / Lint: src/Gui/PropertyPage.cpp#L260
connect(topLevel, SIGNAL(removeMacroAction( const QByteArray& )),
Lint / Lint: src/Gui/PropertyPage.cpp#L261
this, SLOT(onRemoveMacroAction( const QByteArray& )));
Lint / Lint: src/Gui/PropertyPage.cpp#L262
connect(topLevel, SIGNAL(modifyMacroAction( const QByteArray& )),
Lint / Lint: src/Gui/PropertyPage.cpp#L263
this, SLOT(onModifyMacroAction( const QByteArray& )));
Lint / Lint: src/Gui/PropertyPage.cpp#L266
disconnect(topLevel, SIGNAL(addMacroAction( const QByteArray& )),
Lint / Lint: src/Gui/PropertyPage.cpp#L267
this, SLOT(onAddMacroAction( const QByteArray& )));
Lint / Lint: src/Gui/PropertyPage.cpp#L268
disconnect(topLevel, SIGNAL(removeMacroAction( const QByteArray& )),
Lint / Lint: src/App/Application.cpp#L33
At least two spaces is best between code and comments [whitespace/comments] [2]
Lint / Lint: src/App/Application.cpp#L131
Found C system header after other header. Should be: Application.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/Application.cpp#L136
Found C system header after other header. Should be: Application.h, c system, c++ system, other. [build/include_order] [4]
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(352): conda version: 24.3.0 INFO conda.conda_libmamba_solver.solver:_log_info(353): conda-libmamba-solver version: 24.1.0
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(354): libmambapy version: 1.5.8
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(355): Target prefix: '/Users/runner/work/FreeCAD/FreeCAD/.conda/freecad'
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(356): Command: ['/Users/runner/miniconda3/condabin/mamba', 'update', '--prefix', '.conda/freecad', '--file', 'conda/conda-env.yaml']
MacOS_13_Conda_Apple / Build
info libmamba Reading repodata.json file "/var/folders/hw/1f0gcr8d6kn9ms0_wn0_57qc0000gn/T/tmpksmmmv8k.json" for repo installed
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 0 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Darwin/23.6.0 OSX/14.6.1 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8', '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(431): Apply 0 patches 5fef5ecd58e910a9… → 5fef5ecd58e910a9…
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 715638 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Darwin/23.6.0 OSX/14.6.1 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8', '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(431): Apply 0 patches 63cd651a378e2a3f… → 63cd651a378e2a3f…
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 2050706 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Darwin/23.6.0 OSX/14.6.1 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'}
Ubuntu_22-04_Conda / Build
INFO conda.conda_libmamba_solver.solver:_log_info(352): conda version: 24.3.0 INFO conda.conda_libmamba_solver.solver:_log_info(353): conda-libmamba-solver version: 24.1.0
Ubuntu_22-04_Conda / Build
INFO conda.conda_libmamba_solver.solver:_log_info(354): libmambapy version: 1.5.8 INFO conda.conda_libmamba_solver.solver:_log_info(355): Target prefix: '/home/runner/work/FreeCAD/FreeCAD/.conda/freecad' INFO conda.conda_libmamba_solver.solver:_log_info(356): Command: ['/home/runner/miniconda3/condabin/mamba', 'update', '--prefix', '.conda/freecad', '--file', 'conda/conda-env.yaml']
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 715638 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8', '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(431): Apply 0 patches 63cd651a378e2a3f… → 63cd651a378e2a3f…
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 2050706 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8', '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(431): Apply 0 patches c25462d7872987b0… → c25462d7872987b0…
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 1613518 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8', '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(431): Apply 0 patches c5cc347082717df0… → c5cc347082717df0…
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 6331022 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8', '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(431): Apply 0 patches b56dcaa6074fb2fc… → b56dcaa6074fb2fc…
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(352): conda version: 24.3.0 INFO conda.conda_libmamba_solver.solver:_log_info(353): conda-libmamba-solver version: 24.1.0
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(354): libmambapy version: 1.5.8 INFO conda.conda_libmamba_solver.solver:_log_info(355): Target prefix: '/home/runner/work/FreeCAD/FreeCAD/.conda/freecad' INFO conda.conda_libmamba_solver.solver:_log_info(356): Command: ['/home/runner/miniconda3/condabin/mamba', 'update', '--prefix', '.conda/freecad', '--file', 'conda/conda-env-qt6.yaml']
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 715638 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8', '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(431): Apply 0 patches 63cd651a378e2a3f… → 63cd651a378e2a3f…
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 1613518 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8', '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(431): Apply 0 patches c5cc347082717df0… → c5cc347082717df0…
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 2050706 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8', '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(431): Apply 0 patches c25462d7872987b0… → c25462d7872987b0…
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 6331022 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Linux/6.5.0-1025-azure ubuntu/22.04.4 glibc/2.35 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8', '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(431): Apply 0 patches b56dcaa6074fb2fc… → b56dcaa6074fb2fc…

Artifacts

Produced during runtime
Name Size
Lint-10456647601-Logs
506 KB
MacOS_13_Conda_Apple-10456647601-Logs
44.7 KB
Prepare-10456647601-Logs
221 KB
Ubuntu_20-04-10456647601-Logs
179 KB
Ubuntu_22-04_Conda-10456647601-Logs
244 KB
Ubuntu_22-04_Conda-Qt6-10456647601-Logs
243 KB
Ubuntu_22-04_Conda-Qt6-10456647601-report.md
3.76 KB
Windows-10456647601-Logs
2.73 MB