Skip to content

Gui: Fix crash in DlgSettingsLightSources #118

Gui: Fix crash in DlgSettingsLightSources

Gui: Fix crash in DlgSettingsLightSources #118

Triggered via push August 9, 2024 15:10
Status Success
Total duration 1h 46m 9s
Artifacts 8

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 71 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Draft/draftguitools/gui_snapper.py#L359
No value for argument 'constrain' in method call (no-value-for-parameter)
Lint / Lint: src/Mod/Draft/draftguitools/gui_snapper.py#L359
No value for argument 'point' in method call (no-value-for-parameter)
Lint / Lint: src/Mod/Draft/draftguitools/gui_snapper.py#L1543
Using variable 'status' before assignment (used-before-assignment)
Lint / Lint: src/Mod/Draft/draftguitools/gui_snapper.py#L1495
Access to member 'toolbar' before its definition line 1497 (access-member-before-definition)
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 2876k. 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/Mod/Draft/draftgeoutils/faces.py#L190
emply ==> employ, empty, imply
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestLinearPattern.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestLinearPattern.py
Lint / Lint: src/Mod/Draft/draftgeoutils/faces.py#L1
would reformat src/Mod/Draft/draftgeoutils/faces.py
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestLoft.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestLoft.py
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestPolarPattern.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestPolarPattern.py
Lint / Lint: src/Mod/Draft/draftguitools/gui_snapper.py#L1
would reformat src/Mod/Draft/draftguitools/gui_snapper.py
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py
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/Mod/Draft/draftgeoutils/faces.py#L55
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
Lint / Lint: src/Mod/Draft/draftgeoutils/faces.py#L68
Consider using '{}' instead of a call to 'dict'. (use-dict-literal)
Lint / Lint: src/Mod/Draft/draftgeoutils/faces.py#L78
Consider using [] instead of list() (use-list-literal)
Lint / Lint: src/Mod/Draft/draftgeoutils/faces.py#L158
Unnecessary "else" after "continue", remove the "else" and de-indent the code inside it (no-else-continue)
Lint / Lint: src/Mod/Draft/draftgeoutils/faces.py#L184
Unnecessary "else" after "return", remove the "else" and de-indent the code inside it (no-else-return)
Lint / Lint: src/Mod/Draft/draftgeoutils/faces.py#L112
Too many return statements (7/6) (too-many-return-statements)
Lint / Lint: src/Mod/TechDraw/Gui/TaskProjGroup.cpp#L129
// connect(ui->butReset, SIGNAL(clicked()), this, SLOT(onResetClicked())); <--Consider using Functor-Based Connections
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]
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/tmpcfmnc6vn.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'}
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 libmamba Reading repodata.json file "/tmp/tmp5ompy9ew.json" for repo installed
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_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 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 6312168 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 bb59988037bb0cea… → bb59988037bb0cea…

Artifacts

Produced during runtime
Name Size
Lint-10321522105-Logs
208 KB
MacOS_13_Conda_Apple-10321522105-Logs
44.7 KB
Prepare-10321522105-Logs
20.1 KB
Ubuntu_20-04-10321522105-Logs
180 KB
Ubuntu_22-04_Conda-10321522105-Logs
243 KB
Ubuntu_22-04_Conda-Qt6-10321522105-Logs
243 KB
Ubuntu_22-04_Conda-Qt6-10321522105-report.md
3.77 KB
Windows-10321522105-Logs
1.99 MB