[Sketcher][DO NOT MERGE] Refactor SketchObject::addCopy()
#159
CI_master.yml
on: push
Prepare
/
Prepare
5s
MacOS_13_Conda_Apple
/
Build
57m 7s
Ubuntu_20-04
/
Build
1h 39m
Ubuntu_22-04_Conda
/
Build
1h 36m
Windows
/
Build
2h 16m
Lint
/
Lint
6m 50s
Ubuntu_22-04_Conda_Qt6
/
Build
1h 41m
WrapUp
/
WrapUp
6s
Annotations
8 errors and 72 warnings
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
MacOS_13_Conda_Apple / Build
Process completed with exit code 1.
|
Ubuntu_22-04_Conda / Build
Process completed with exit code 1.
|
Ubuntu_20-04 / Build
Process completed with exit code 1.
|
Ubuntu_22-04_Conda_Qt6 / Build
Process completed with exit code 1.
|
Windows / Build
Process completed with exit code 1.
|
WrapUp / WrapUp
$GITHUB_STEP_SUMMARY upload aborted, supports content up to a size of 1024k, got 1827k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L140
Line too long (105/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L536
Line too long (105/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L583
Line too long (105/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L716
Line too long (105/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L741
Line too long (108/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1644
Line too long (118/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1647
Line too long (117/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1650
Line too long (118/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1653
Line too long (118/100) (line-too-long)
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1665
Line too long (101/100) (line-too-long)
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L117
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L118
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L127
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L148
Missing space after , [whitespace/comma] [3]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L152
Missing space after , [whitespace/comma] [3]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L189
Should have a space between // and comment [whitespace/comments] [4]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L197
Should have a space between // and comment [whitespace/comments] [4]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L212
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L221
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L225
Missing space after , [whitespace/comma] [3]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.h#L347
unused parameter 'geo' [-Wunused-parameter]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.h#L347
unused parameter 'PosId' [-Wunused-parameter]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.h#L450
unused parameter 'GeoId' [-Wunused-parameter]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L3439
unused parameter 'GeoId' [-Wunused-parameter]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L3440
unused parameter 'GeoId1' [-Wunused-parameter]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L3441
unused parameter 'point1' [-Wunused-parameter]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L3442
unused parameter 'constr' [-Wunused-parameter]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L3439
lambda capture 'this' is not used [-Wunused-lambda-capture]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L3439
lambda capture 'isPointAtPosition' is not used [-Wunused-lambda-capture]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L3439
unused variable 'transformPreexistingConstraint' [-Wunused-variable]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L126
constructor does not initialize these fields: geoHistoryLevel [cppcoreguidelines-pro-type-member-init]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L215
10.0 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L240
statement should be inside braces [readability-braces-around-statements]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L242
statement should be inside braces [readability-braces-around-statements]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L244
statement should be inside braces [readability-braces-around-statements]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L246
statement should be inside braces [readability-braces-around-statements]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L255
statement should be inside braces [readability-braces-around-statements]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L283
do not use 'else' after 'return' [readability-else-after-return]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L293
5 is a magic number; consider replacing it with a named constant [cppcoreguidelines-avoid-magic-numbers,readability-magic-numbers]
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L309
parameter name 's' is too short, expected at least 2 characters [readability-identifier-length]
|
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/zn/hj183dg15s713b47j2wlhwzw0000gn/T/tmpl6y8bqgu.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.5.0 OSX/14.5 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 715711 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Darwin/23.5.0 OSX/14.5 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 a7022d9c9874e260… → a7022d9c9874e260…
|
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.5.0 OSX/14.5 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…
|
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 2586176 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Darwin/23.5.0 OSX/14.5 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
No files were found with the provided path: /tmp/logs/
/var/crash/*FreeCAD*. No artifacts will be uploaded.
|
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 libmamba Reading repodata.json file "/tmp/tmpepl0tboo.json" for repo installed
|
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 715711 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 a7022d9c9874e260… → a7022d9c9874e260…
|
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 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 6302265 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'
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/tmp0ms4z81d.json" for repo installed
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 715711 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 a7022d9c9874e260… → a7022d9c9874e260…
|
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 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 6302265 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-10271415598-Logs
Expired
|
126 KB |
|
Prepare-10271415598-Logs
Expired
|
6.99 KB |
|
Ubuntu_20-04-10271415598-Logs
Expired
|
97.8 KB |
|
Ubuntu_22-04_Conda-10271415598-Logs
Expired
|
158 KB |
|
Ubuntu_22-04_Conda-Qt6-10271415598-Logs
Expired
|
157 KB |
|
Ubuntu_22-04_Conda-Qt6-10271415598-report.md
Expired
|
2.9 KB |
|
Windows-10271415598-Logs
Expired
|
2.73 MB |
|