[Sketcher][test][WIP] Add tests for some B-spline operations #223
CI_master.yml
on: push
Prepare
/
Prepare
5s
MacOS_13_Conda_Apple
/
Build
1h 5m
Ubuntu_20-04
/
Build
1h 14m
Ubuntu_22-04_Conda
/
Build
1h 32m
Windows
/
Build
2h 7m
Lint
/
Lint
23m 22s
Ubuntu_22-04_Conda_Qt6
/
Build
1h 33m
WrapUp
/
WrapUp
4s
Annotations
7 errors and 74 warnings
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint
Process completed with exit code 1.
|
Lint / Lint:
src/Mod/Assembly/UtilsAssembly.py#L44
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
|
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 4806k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L309
re-use ==> reuse
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L721
indexIn ==> indexing, index in
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L723
indexIn ==> indexing, index in
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L725
indexIn ==> indexing, index in
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L728
indexIn ==> indexing, index in
|
Lint / Lint:
src/Mod/Sketcher/App/SketchObject.cpp#L8501
paralle ==> parallel
|
Lint / Lint:
src/Ext/freecad/module_io.py#L1
would reformat src/Ext/freecad/module_io.py
|
Lint / Lint:
src/Mod/Material/InitGui.py#L1
would reformat src/Mod/Material/InitGui.py
|
Lint / Lint:
src/Mod/Material/TestMaterialsGui.py#L1
would reformat src/Mod/Material/TestMaterialsGui.py
|
Lint / Lint:
src/Mod/Material/materialtests/TestMaterialDocument.py#L1
would reformat src/Mod/Material/materialtests/TestMaterialDocument.py
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L1
would reformat src/Mod/AddonManager/package_list.py
|
Lint / Lint:
src/Mod/Assembly/UtilsAssembly.py#L1
would reformat src/Mod/Assembly/UtilsAssembly.py
|
Lint / Lint:
src/Mod/BIM/ArchWindowPresets.py#L1
would reformat src/Mod/BIM/ArchWindowPresets.py
|
Lint / Lint:
src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py
|
Lint / Lint:
src/Ext/freecad/module_io.py#L1
Missing module docstring (missing-module-docstring)
|
Lint / Lint:
src/Ext/freecad/module_io.py#L4
Missing function or method docstring (missing-function-docstring)
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L110
Missing function or method docstring (missing-function-docstring)
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L146
Consider merging these comparisons with 'in' by using 'style in (AddonManagerDisplayStyle.COMPACT, AddonManagerDisplayStyle.COMPOSITE)'. Use a set instead if elements are hashable. (consider-using-in)
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L181
Too many return statements (11/6) (too-many-return-statements)
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L181
Too many branches (14/12) (too-many-branches)
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L181
Either all return statements in a function should return an expression, or none of them should. (inconsistent-return-statements)
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L408
Unnecessary "elif" after "return", remove the leading "el" from "elif" (no-else-return)
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L407
Too many return statements (9/6) (too-many-return-statements)
|
Lint / Lint:
src/Mod/AddonManager/package_list.py#L653
Use isinstance() rather than type() for a typecheck. (unidiomatic-typecheck)
|
Lint / Lint:
src/Gui/Application.cpp#L2269
QTimer::singleShot(0, &mw, SLOT(delayedStartup())); <--Consider using Functor-Based Connections
|
Lint / Lint:
src/App/Expression.cpp#L60
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/App/Expression.cpp#L61
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/App/Expression.cpp#L132
Is this a non-const reference? If so, make const or use a pointer: T &dst [runtime/references] [2]
|
Lint / Lint:
src/App/Expression.cpp#L168
Is this a non-const reference? If so, make const or use a pointer: App::any &value [runtime/references] [2]
|
Lint / Lint:
src/App/Expression.cpp#L335
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
Lint / Lint:
src/App/Expression.cpp#L335
Is this a non-const reference? If so, make const or use a pointer: long &l [runtime/references] [2]
|
Lint / Lint:
src/App/Expression.cpp#L335
Is this a non-const reference? If so, make const or use a pointer: int &i [runtime/references] [2]
|
Lint / Lint:
src/App/Expression.cpp#L345
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
Lint / Lint:
src/App/Expression.cpp#L362
Use int16/int64/etc, rather than the C type long [runtime/int] [4]
|
Lint / Lint:
src/App/Expression.cpp#L362
Is this a non-const reference? If so, make const or use a pointer: long &l [runtime/references] [2]
|
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]
|
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(352): conda version: 24.7.1
INFO conda.conda_libmamba_solver.solver:_log_info(353): conda-libmamba-solver version: 24.7.0
|
MacOS_13_Conda_Apple / Build
INFO conda.conda_libmamba_solver.solver:_log_info(354): libmambapy version: 1.5.9
|
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/0g/hj_q_pzx65bbjnslxz9n0src0000gn/T/tmpdeu6zp_0.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.7.1 requests/2.32.3 CPython/3.12.6 Darwin/23.6.0 OSX/14.6.1 solver/libmamba conda-libmamba-solver/24.7.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 716394 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.6 Darwin/23.6.0 OSX/14.6.1 solver/libmamba conda-libmamba-solver/24.7.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 97c6a149b9247583… → 97c6a149b9247583…
|
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 2050706 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.6 Darwin/23.6.0 OSX/14.6.1 solver/libmamba conda-libmamba-solver/24.7.0 libmambapy/1.5.9', '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.7.1
INFO conda.conda_libmamba_solver.solver:_log_info(353): conda-libmamba-solver version: 24.7.0
|
Ubuntu_22-04_Conda / Build
INFO conda.conda_libmamba_solver.solver:_log_info(354): libmambapy version: 1.5.9
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(265): Download 716394 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.6 Linux/6.8.0-1014-azure ubuntu/22.04.5 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.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 97c6a149b9247583… → 97c6a149b9247583…
|
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 2050706 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.6 Linux/6.8.0-1014-azure ubuntu/22.04.5 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.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 c25462d7872987b0… → c25462d7872987b0…
|
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 1613518 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.6 Linux/6.8.0-1014-azure ubuntu/22.04.5 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.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 c5cc347082717df0… → c5cc347082717df0…
|
Ubuntu_22-04_Conda / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 6432796 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.6 Linux/6.8.0-1014-azure ubuntu/22.04.5 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.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 623aa3a50cd85422… → 623aa3a50cd85422…
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(352): conda version: 24.7.1
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(353): conda-libmamba-solver version: 24.7.0
INFO conda.conda_libmamba_solver.solver:_log_info(354): libmambapy version: 1.5.9
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/tmpbmtiottv.json" for repo installed
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 716394 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.6 Linux/6.8.0-1014-azure ubuntu/22.04.5 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.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 97c6a149b9247583… → 97c6a149b9247583…
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 1613518 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.6 Linux/6.8.0-1014-azure ubuntu/22.04.5 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.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 c5cc347082717df0… → c5cc347082717df0…
|
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(265): Download 2050706 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.6 Linux/6.8.0-1014-azure ubuntu/22.04.5 glibc/2.35 solver/libmamba conda-libmamba-solver/24.7.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 c25462d7872987b0… → c25462d7872987b0…
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
Lint-11166208757-Logs
|
337 KB |
|
MacOS_13_Conda_Apple-11166208757-Logs
|
44.8 KB |
|
Prepare-11166208757-Logs
|
66 KB |
|
Ubuntu_20-04-11166208757-Logs
|
179 KB |
|
Ubuntu_22-04_Conda-11166208757-Logs
|
241 KB |
|
Ubuntu_22-04_Conda-Qt6-11166208757-Logs
|
239 KB |
|
Ubuntu_22-04_Conda-Qt6-11166208757-report.md
|
3.76 KB |
|
Windows-11166208757-Logs
|
2.22 MB |
|