Skip to content

Toponaming: Missing shape hasher line; fixed cleaned Transformed #1339

Toponaming: Missing shape hasher line; fixed cleaned Transformed

Toponaming: Missing shape hasher line; fixed cleaned Transformed #1339

Triggered via push August 13, 2024 12:00
Status Success
Total duration 1h 47m 34s
Artifacts 8

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 77 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/App/StringHasher.cpp#L319
re-use ==> reuse
Lint / Lint: src/Mod/Fem/femtest/app/test_result.py#L1
would reformat src/Mod/Fem/femtest/app/test_result.py
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestLinearPattern.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestLinearPattern.py
Lint / Lint: src/Mod/Fem/femmesh/femmesh2mesh.py#L1
would reformat src/Mod/Fem/femmesh/femmesh2mesh.py
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestPolarPattern.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestPolarPattern.py
Lint / Lint: src/Mod/Material/MaterialEditor.py#L1
would reformat src/Mod/Material/MaterialEditor.py
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py
Lint / Lint: src/Mod/Fem/femmesh/femmesh2mesh.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Mod/Fem/femmesh/femmesh2mesh.py#L43
String statement has no effect (pointless-string-statement)
Lint / Lint: src/Mod/Fem/femmesh/femmesh2mesh.py#L92
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/Fem/femmesh/femmesh2mesh.py#L92
Too many local variables (30/15) (too-many-locals)
Lint / Lint: src/Mod/Fem/femmesh/femmesh2mesh.py#L133
Consider iterating with .items() (consider-using-dict-items)
Lint / Lint: src/Mod/Fem/femmesh/femmesh2mesh.py#L92
Too many branches (23/12) (too-many-branches)
Lint / Lint: src/Mod/Fem/femmesh/femmesh2mesh.py#L92
Too many statements (73/50) (too-many-statements)
Lint / Lint: src/Mod/Fem/femmesh/femmesh2mesh.py#L216
Unused variable 'mesh2femmesh' (unused-variable)
Lint / Lint: src/Mod/Fem/femmesh/femmesh2mesh.py#L221
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/Fem/femmesh/femmesh2mesh.py#L221
Too many local variables (17/15) (too-many-locals)
Lint / Lint: src/App/StringHasher.cpp#L29
Found C system header after C++ system header. Should be: StringHasher.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/StringHasher.cpp#L30
Found C system header after C++ system header. Should be: StringHasher.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/StringHasher.cpp#L31
Found C system header after C++ system header. Should be: StringHasher.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/StringHasher.cpp#L32
Found C system header after C++ system header. Should be: StringHasher.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/StringHasher.cpp#L50
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/App/StringHasher.cpp#L55
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: src/App/StringHasher.cpp#L57
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: src/App/StringHasher.cpp#L65
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: src/App/StringHasher.cpp#L78
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
Lint / Lint: src/App/StringHasher.cpp#L81
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: build/_deps/fmt-src/include/fmt/core.h#L971
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
Lint / Lint: build/_deps/fmt-src/include/fmt/core.h#L1002
fmt::detail::iterator_buffer has dtor but not copy-ctor, copy-assignment [-Wclazy-rule-of-three]
Lint / Lint: build/_deps/fmt-src/include/fmt/core.h#L2095
Returning a void expression [-Wclazy-returning-void-expression]
Lint / Lint: build/_deps/fmt-src/include/fmt/core.h#L2197
fmt::detail::specs_setter has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
Lint / Lint: build/_deps/fmt-src/include/fmt/core.h#L2233
fmt::detail::dynamic_specs_handler has copy-ctor but not dtor, copy-assignment [-Wclazy-rule-of-three]
Lint / Lint: build/_deps/fmt-src/include/fmt/core.h#L3126
Pass small and trivially-copyable type by value (const signed char &) [-Wclazy-function-args-by-value]
Lint / Lint: build/_deps/fmt-src/include/fmt/core.h#L3127
Pass small and trivially-copyable type by value (const unsigned char &) [-Wclazy-function-args-by-value]
Lint / Lint: build/_deps/fmt-src/include/fmt/core.h#L3128
Pass small and trivially-copyable type by value (const short &) [-Wclazy-function-args-by-value]
Lint / Lint: build/_deps/fmt-src/include/fmt/core.h#L3129
Pass small and trivially-copyable type by value (const unsigned short &) [-Wclazy-function-args-by-value]
Lint / Lint: build/_deps/fmt-src/include/fmt/core.h#L3130
Pass small and trivially-copyable type by value (const long &) [-Wclazy-function-args-by-value]
Lint / Lint: src/App/StringHasher.cpp#L301
function 'getID' has cognitive complexity of 60 (threshold 25) [readability-function-cognitive-complexity]
Lint / Lint
note: +1, including nesting penalty of 0, nesting level increased to 1
Lint / Lint
note: +1, including nesting penalty of 0, nesting level increased to 1
Lint / Lint
note: +1, nesting level increased to 1
Lint / Lint
note: +1, including nesting penalty of 0, nesting level increased to 1
Lint / Lint
note: +2, including nesting penalty of 1, nesting level increased to 2
Lint / Lint
note: +1, including nesting penalty of 0, nesting level increased to 1
Lint / Lint
note: +1
Lint / Lint
note: +1, including nesting penalty of 0, nesting level increased to 1
Lint / Lint
note: +1
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/m_/cksx93ys47x4621g0zbw_m4m0000gn/T/tmphnpjuf6a.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 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 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 solver/libmamba conda-libmamba-solver/24.1.0 libmambapy/1.5.8', 'Accept-Encoding': 'gzip, deflate, br, zstd', 'Accept': '*/*', 'Connection': 'keep-alive'} INFO conda.gateways.repodata.jlap.fetch:request_url_jlap_state(431): Apply 0 patches c25462d7872987b0… → c25462d7872987b0…
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'
Ubuntu_22-04_Conda / Build
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 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 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 6320983 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.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'
Ubuntu_22-04_Conda_Qt6 / Build
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 libmamba Reading repodata.json file "/tmp/tmpqsiwi_gt.json" for repo installed
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…

Artifacts

Produced during runtime
Name Size
Lint-10369285949-Logs
30.1 KB
MacOS_13_Conda_Apple-10369285949-Logs
44.7 KB
Prepare-10369285949-Logs
8.25 KB
Ubuntu_20-04-10369285949-Logs
180 KB
Ubuntu_22-04_Conda-10369285949-Logs
244 KB
Ubuntu_22-04_Conda-Qt6-10369285949-Logs
243 KB
Ubuntu_22-04_Conda-Qt6-10369285949-report.md
3.76 KB
Windows-10369285949-Logs
1.63 MB