Skip to content

Support macros and console logs in Assembly #1169

Support macros and console logs in Assembly

Support macros and console logs in Assembly #1169

Triggered via push September 21, 2024 16:23
Status Success
Total duration 1h 22m 24s
Artifacts 8

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

12 errors and 68 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Assembly/CommandCreateAssembly.py#L58
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/Assembly/CommandCreateBom.py#L95
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/Assembly/CommandCreateBom.py#L99
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/Assembly/CommandCreateBom.py#L107
Possibly using variable 'QtWidgets' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/Assembly/CommandCreateJoint.py#L61
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/Assembly/CommandCreateView.py#L77
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/Assembly/CommandCreateView.py#L453
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/Assembly/CommandCreateView.py#L476
Possibly using variable 'QMenu' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/Assembly/CommandExportASMT.py#L77
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/Assembly/CommandInsertLink.py#L82
Possibly using variable 'Gui' before assignment (possibly-used-before-assignment)
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/Assembly/CommandCreateAssembly.py#L1
would reformat src/Mod/Assembly/CommandCreateAssembly.py
Lint / Lint: src/Mod/Assembly/CommandExportASMT.py#L1
would reformat src/Mod/Assembly/CommandExportASMT.py
Lint / Lint: src/Mod/Assembly/CommandCreateJoint.py#L1
would reformat src/Mod/Assembly/CommandCreateJoint.py
Lint / Lint: src/Mod/Assembly/CommandCreateBom.py#L1
would reformat src/Mod/Assembly/CommandCreateBom.py
Lint / Lint: src/Mod/Assembly/CommandSolveAssembly.py#L1
would reformat src/Mod/Assembly/CommandSolveAssembly.py
Lint / Lint: src/Mod/Assembly/CommandInsertLink.py#L1
would reformat src/Mod/Assembly/CommandInsertLink.py
Lint / Lint: src/Mod/Assembly/CommandCreateView.py#L1
would reformat src/Mod/Assembly/CommandCreateView.py
Lint / Lint: src/Mod/Assembly/UtilsAssembly.py#L1
would reformat src/Mod/Assembly/UtilsAssembly.py
Lint / Lint: src/Mod/Assembly/JointObject.py#L1
would reformat src/Mod/Assembly/JointObject.py
Lint / Lint: src/Mod/Assembly/CommandCreateAssembly.py#L52
Line too long (150/100) (line-too-long)
Lint / Lint: src/Mod/Assembly/CommandCreateAssembly.py#L1
Missing module docstring (missing-module-docstring)
Lint / Lint: src/Mod/Assembly/CommandCreateAssembly.py#L31
Import "import UtilsAssembly" should be placed at the top of the module (wrong-import-position)
Lint / Lint: src/Mod/Assembly/CommandCreateAssembly.py#L32
Import "import Preferences" should be placed at the top of the module (wrong-import-position)
Lint / Lint: src/Mod/Assembly/CommandCreateAssembly.py#L41
Missing class docstring (missing-class-docstring)
Lint / Lint: src/Mod/Assembly/CommandCreateAssembly.py#L57
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/Assembly/CommandCreateAssembly.py#L69
Missing function or method docstring (missing-function-docstring)
Lint / Lint: src/Mod/Assembly/CommandCreateBom.py#L74
Line too long (176/100) (line-too-long)
Lint / Lint: src/Mod/Assembly/CommandCreateBom.py#L79
Line too long (271/100) (line-too-long)
Lint / Lint: src/Mod/Assembly/CommandCreateBom.py#L84
Line too long (174/100) (line-too-long)
Lint / Lint: src/App/DocumentPyImp.cpp#L37
Do not include .cpp files from other packages [build/include] [4]
Lint / Lint: src/App/DocumentPyImp.cpp#L39
Found C system header after other header. Should be: DocumentPyImp.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/DocumentPyImp.cpp#L41
Do not use namespace using-directives. Use using-declarations instead. [build/namespaces] [5]
Lint / Lint: src/App/DocumentPyImp.cpp#L45
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: src/App/DocumentPyImp.cpp#L50
Missing spaces around = [whitespace/operators] [4]
Lint / Lint: src/App/DocumentPyImp.cpp#L50
Use int16/int64/etc, rather than the C type short [runtime/int] [4]
Lint / Lint: src/App/DocumentPyImp.cpp#L68
Missing space after , [whitespace/comma] [3]
Lint / Lint: src/App/DocumentPyImp.cpp#L81
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: src/App/DocumentPyImp.cpp#L92
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: src/App/DocumentPyImp.cpp#L100
{ should almost always be at the end of the previous line [whitespace/braces] [4]
Lint / Lint: src/Base/TimeInfo.h#L70
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/TimeInfo.h#L70
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/TimeInfo.h#L76
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/TimeInfo.h#L76
Pass small and trivially-copyable type by value (const class Base::TimeInfo &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/TimeInfo.h#L116
Pass small and trivially-copyable type by value (const class Base::TimeElapsed &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/TimeInfo.h#L116
Pass small and trivially-copyable type by value (const class Base::TimeElapsed &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/TimeInfo.h#L122
Pass small and trivially-copyable type by value (const class Base::TimeElapsed &) [-Wclazy-function-args-by-value]
Lint / Lint: src/Base/TimeInfo.h#L122
Pass small and trivially-copyable type by value (const class Base::TimeElapsed &) [-Wclazy-function-args-by-value]
Lint / Lint: src/CXX/Python3/Objects.hxx#L1021
Pass small and trivially-copyable type by value (const Py_complex &) [-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/tmpkklegi20.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.5 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 716196 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 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 2536d904f6add4e4… → 2536d904f6add4e4…
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.5 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
Ubuntu_22-04_Conda / 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
Ubuntu_22-04_Conda / Build
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(265): Download 716196 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 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 2536d904f6add4e4… → 2536d904f6add4e4…
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.5 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 2050706 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 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_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
Ubuntu_22-04_Conda_Qt6 / Build
INFO conda.conda_libmamba_solver.solver:_log_info(354): libmambapy version: 1.5.9
Ubuntu_22-04_Conda_Qt6 / Build
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(265): Download 716196 bytes {'User-Agent': 'conda/24.7.1 requests/2.32.3 CPython/3.12.5 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 2536d904f6add4e4… → 2536d904f6add4e4…
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.5 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.5 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'}

Artifacts

Produced during runtime
Name Size
Lint-10974009752-Logs
38.3 KB
MacOS_13_Conda_Apple-10974009752-Logs
44.8 KB
Prepare-10974009752-Logs
8.58 KB
Ubuntu_20-04-10974009752-Logs
178 KB
Ubuntu_22-04_Conda-10974009752-Logs
240 KB
Ubuntu_22-04_Conda-Qt6-10974009752-Logs
238 KB
Ubuntu_22-04_Conda-Qt6-10974009752-report.md
3.76 KB
Windows-10974009752-Logs
1.89 MB