Skip to content

Update FeatureLoft.cpp (#15851) #1337

Update FeatureLoft.cpp (#15851)

Update FeatureLoft.cpp (#15851) #1337

Triggered via push August 12, 2024 09:06
Status Success
Total duration 1h 46m 37s
Artifacts 8

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 73 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/AddonManager/addonmanager_installer.py#L340
Possibly using variable 'NetworkManager' before assignment (possibly-used-before-assignment)
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Draft/draftgeoutils/faces.py#L1
would reformat src/Mod/Draft/draftgeoutils/faces.py
Lint / Lint: src/Mod/AddonManager/addonmanager_installer.py#L1
would reformat src/Mod/AddonManager/addonmanager_installer.py
Lint / Lint: src/Mod/AddonManager/addonmanager_workers_startup.py#L1
would reformat src/Mod/AddonManager/addonmanager_workers_startup.py
Lint / Lint: src/Mod/AddonManager/addonmanager_installer.py#L162
Catching too general exception Exception (broad-exception-caught)
Lint / Lint: src/Mod/AddonManager/addonmanager_installer.py#L213
Too many return statements (11/6) (too-many-return-statements)
Lint / Lint: src/Mod/AddonManager/addonmanager_installer.py#L402
Using an f-string that does not have any interpolated variables (f-string-without-interpolation)
Lint / Lint: src/Mod/AddonManager/addonmanager_installer.py#L404
Using an f-string that does not have any interpolated variables (f-string-without-interpolation)
Lint / Lint: src/Mod/AddonManager/addonmanager_installer.py#L559
Implicit string concatenation found in call (implicit-str-concat)
Lint / Lint: src/Mod/AddonManager/addonmanager_installer.py#L557
Unused variable 'e' (unused-variable)
Lint / Lint: src/Mod/Draft/draftgeoutils/faces.py#L202
Line too long (103/100) (line-too-long)
Lint / Lint: src/Mod/Draft/draftgeoutils/faces.py#L154
TODO Maybe those edge pair should not be generated in offsetWire() (fixme)
Lint / Lint: src/Mod/Draft/draftgeoutils/faces.py#L171
TODO Need fix further anything if there is a empty [] in faces_list ? (fixme)
Lint / Lint: src/Mod/Draft/draftgeoutils/faces.py#L47
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
Lint / Lint: src/Base/DualNumber.h#L23
#ifndef header guard has wrong style, please use: SRC_BASE_DUALNUMBER_H_ [build/header_guard] [5]
Lint / Lint: src/Base/DualNumber.h#L114
#endif line should be "#endif // SRC_BASE_DUALNUMBER_H_" [build/header_guard] [5]
Lint / Lint: src/Base/DualNumber.h#L30
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: src/Base/DualNumber.h#L41
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: src/Base/DualNumber.h#L42
public: should be indented +1 space inside class DualNumber [whitespace/indent] [3]
Lint / Lint: src/Base/DualNumber.h#L46
public: should be indented +1 space inside class DualNumber [whitespace/indent] [3]
Lint / Lint: src/Base/DualNumber.h#L53
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: src/Base/DualNumber.h#L59
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: src/Base/DualNumber.h#L63
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: src/Base/DualNumber.h#L67
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint
NCollection_ListNode has copy-ctor, copy-assignment but not dtor [-Wclazy-rule-of-three]
Lint / Lint
Pass small and trivially-copyable type by value (const class NCollection_BaseList::Iterator &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class NCollection_BaseList::Iterator &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint
Pass small and trivially-copyable type by value (const class gp_XY &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Mod/PartDesign/App/FeatureLoft.cpp#L58
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Mod/PartDesign/App/FeatureLoft.cpp#L60
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Mod/PartDesign/App/FeatureLoft.cpp#L62
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Mod/PartDesign/App/FeatureLoft.cpp#L344
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Mod/PartDesign/App/FeatureLoft.cpp#L350
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Mod/PartDesign/App/FeatureLoft.cpp#L364
implicit conversion 'size_t' (aka 'unsigned long') -> bool [readability-implicit-bool-conversion]
Lint / Lint: src/Mod/PartDesign/App/FeatureLoft.cpp#L364
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Mod/PartDesign/App/FeatureLoft.cpp#L369
statement should be inside braces [readability-braces-around-statements]
Lint / Lint: src/Mod/PartDesign/App/FeatureLoft.cpp#L371
implicit conversion 'size_t' (aka 'unsigned long') -> bool [readability-implicit-bool-conversion]
Lint / Lint: src/Mod/PartDesign/App/FeatureLoft.cpp#L371
statement should be inside braces [readability-braces-around-statements]
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' 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/tmphcyq52ga.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'}
MacOS_13_Conda_Apple / Build
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 1612142 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 c9003a175bed204f… → c9003a175bed204f…
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 6315386 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 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 1612142 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 c9003a175bed204f… → c9003a175bed204f…
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 6315386 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'}

Artifacts

Produced during runtime
Name Size
Lint-10349007525-Logs
20.2 KB
MacOS_13_Conda_Apple-10349007525-Logs
44.7 KB
Prepare-10349007525-Logs
6.1 KB
Ubuntu_20-04-10349007525-Logs
180 KB
Ubuntu_22-04_Conda-10349007525-Logs
244 KB
Ubuntu_22-04_Conda-Qt6-10349007525-Logs
243 KB
Ubuntu_22-04_Conda-Qt6-10349007525-report.md
3.77 KB
Windows-10349007525-Logs
1.64 MB