labels.yml: changed label to 'Mod: Measurement' #254
CI_master.yml
on: push
Prepare
/
Prepare
5s
MacOS_13_Conda_Apple
/
Build
18m 22s
Ubuntu_20-04
/
Build
19m 11s
Ubuntu_22-04_Conda
/
Build
1h 39m
Windows
/
Build
33m 35s
Lint
/
Lint
10m 53s
Ubuntu_22-04_Conda_Qt6
/
Build
1h 48m
WrapUp
/
WrapUp
4s
Annotations
12 errors and 69 warnings
Lint / Lint
Process completed with exit code 1.
|
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:
src/Mod/BIM/importers/exportIFC.py#L115
Possibly using variable 'FreeCADGui' before assignment (possibly-used-before-assignment)
|
Lint / Lint:
src/Mod/BIM/importers/exportIFC.py#L258
Using variable 'pyopen' before assignment (used-before-assignment)
|
Lint / Lint:
src/Mod/CAM/Path/Geom.py#L304
Module 'Path' has no 'Command' member (no-member)
|
Lint / Lint:
src/Mod/CAM/Path/Geom.py#L372
Module 'Path' has no 'Command' member (no-member)
|
Lint / Lint:
src/Mod/CAM/Path/Geom.py#L388
Module 'Path' has no 'Command' member (no-member)
|
Lint / Lint:
src/Mod/CAM/Path/Geom.py#L531
Module 'Path' has no 'Command' member (no-member)
|
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 1649k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
|
Lint / Lint:
src/Mod/Part/App/MeasureClient.cpp#L321
// TODO: Center of Mass might not lie on the surface, somehow snap to the closest point on the surface? <-- trailing whitespace
|
Lint / Lint:
src/Mod/Part/App/MeasureClient.cpp#L343
TopoDS_Vertex vertex = TopoDS::Vertex(shape); <-- trailing whitespace
|
Lint / Lint:
src/Mod/Part/App/MeasureClient.cpp#L368
<-- trailing whitespace
|
Lint / Lint:
src/Mod/Part/App/MeasureClient.cpp#L372
<-- trailing whitespace
|
Lint / Lint:
src/Mod/AddonManager/addonmanager_installer.py#L1
would reformat src/Mod/AddonManager/addonmanager_installer.py
|
Lint / Lint:
src/Mod/CAM/Path/Geom.py#L1
would reformat src/Mod/CAM/Path/Geom.py
|
Lint / Lint:
src/Mod/Part/TestPartApp.py#L1
would reformat src/Mod/Part/TestPartApp.py
|
Lint / Lint:
src/Mod/BIM/importers/exportIFC.py#L1
would reformat src/Mod/BIM/importers/exportIFC.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#L408
Using an f-string that does not have any interpolated variables (f-string-without-interpolation)
|
Lint / Lint:
src/Mod/AddonManager/addonmanager_installer.py#L410
Using an f-string that does not have any interpolated variables (f-string-without-interpolation)
|
Lint / Lint:
src/Mod/AddonManager/addonmanager_installer.py#L565
Implicit string concatenation found in call (implicit-str-concat)
|
Lint / Lint:
src/Mod/AddonManager/addonmanager_installer.py#L563
Unused variable 'e' (unused-variable)
|
Lint / Lint:
src/Mod/BIM/importers/exportIFC.py#L171
Line too long (104/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/importers/exportIFC.py#L284
Line too long (147/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/importers/exportIFC.py#L290
Line too long (141/100) (line-too-long)
|
Lint / Lint:
src/Mod/BIM/importers/exportIFC.py#L297
Line too long (140/100) (line-too-long)
|
Lint / Lint:
src/Gui/FileDialog.cpp#L53
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
|
Lint / Lint:
src/Gui/FileDialog.cpp#L56
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint / Lint:
src/Gui/FileDialog.cpp#L70
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint / Lint:
src/Gui/FileDialog.cpp#L80
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint / Lint:
src/Gui/FileDialog.cpp#L87
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint / Lint:
src/Gui/FileDialog.cpp#L98
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint / Lint:
src/Gui/FileDialog.cpp#L120
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint / Lint:
src/Gui/FileDialog.cpp#L133
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint / Lint:
src/Gui/FileDialog.cpp#L158
{ should almost always be at the end of the previous line [whitespace/braces] [4]
|
Lint / Lint:
src/Gui/FileDialog.cpp#L170
Extra space before ( in function call [whitespace/parens] [4]
|
Lint / Lint
fatal error: 'moc_FileDialog.cpp' file not found
|
Lint / Lint:
src/Base/Type.h#L119
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Base/Type.h#L150
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Base/Type.h#L155
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Base/Type.h#L160
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Base/Type.h#L165
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Base/Type.h#L170
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
Lint / Lint:
src/Base/Type.h#L175
Pass small and trivially-copyable type by value (const class Base::Type &) [-Wclazy-function-args-by-value]
|
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:
src/Gui/FileDialog.cpp#L123
replace loop by 'std::any_of()' [readability-use-anyofallof]
|
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
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/4d/0gnh84wj53j7wyk695q0tc_80000gn/T/tmpt_s0xffn.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.1 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.1 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.1 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…
|
MacOS_13_Conda_Apple / Build
INFO conda.gateways.repodata.jlap.fetch:download_and_hash(264): Download 2616421 bytes {'User-Agent': 'conda/24.3.0 requests/2.31.0 CPython/3.10.14 Darwin/23.6.0 OSX/14.6.1 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'
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 6334903 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 e9de117ebf947881… → e9de117ebf947881…
|
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 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 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 6334903 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-10481775883-Logs
|
131 KB |
|
MacOS_13_Conda_Apple-10481775883-Logs
|
44.8 KB |
|
Prepare-10481775883-Logs
|
17.6 KB |
|
Ubuntu_20-04-10481775883-Logs
|
179 KB |
|
Ubuntu_22-04_Conda-10481775883-Logs
|
243 KB |
|
Ubuntu_22-04_Conda-Qt6-10481775883-Logs
|
243 KB |
|
Ubuntu_22-04_Conda-Qt6-10481775883-report.md
|
3.76 KB |
|
Windows-10481775883-Logs
|
1.69 MB |
|