Skip to content

[MeasureGui] Fix invocation of initial label placement #204

[MeasureGui] Fix invocation of initial label placement

[MeasureGui] Fix invocation of initial label placement #204

Triggered via push August 23, 2024 09:29
Status Success
Total duration 1h 49m 34s
Artifacts 8

CI_master.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

9 errors and 72 warnings
Lint / Lint
Process completed with exit code 1.
Lint / Lint
Process completed with exit code 1.
Lint / Lint: src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L70
Possibly using variable 'FreeCADGui' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L76
Possibly using variable 'QDialogButtonBox' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L88
Possibly using variable 'QtGui' before assignment (possibly-used-before-assignment)
Lint / Lint: src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L118
Possibly using variable 'QtCore' before assignment (possibly-used-before-assignment)
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 5752k. For more information see: https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-markdown-summary
Lint / Lint: src/Mod/CAM/PathSimulator/AppGL/GuiDisplay.cpp#L200
bool mouseCursorContained = <-- trailing whitespace
Lint / Lint: src/Mod/CAM/PathSimulator/AppGL/Shader.cpp#L422
FragPos = viewPos.xyz; <-- trailing whitespace
Lint / Lint: src/Mod/CAM/PathSimulator/AppGL/Shader.cpp#L443
{ <-- trailing whitespace
Lint / Lint: src/Mod/CAM/PathSimulator/AppGL/Shader.cpp#L471
const vec2 noiseScale = vec2(800.0/4.0, 600.0/4.0); <-- trailing whitespace
Lint / Lint: src/Mod/CAM/PathSimulator/AppGL/Shader.cpp#L491
samplePos = fragPos + samplePos * radius; <-- trailing whitespace
Lint / Lint: src/Mod/CAM/PathSimulator/AppGL/Shader.cpp#L530
{ <-- trailing whitespace
Lint / Lint: src/Mod/CAM/PathSimulator/AppGL/Shader.cpp#L545
vec3 halfwayDir = normalize(lightDir + viewDir); <-- trailing whitespace
Lint / Lint: src/Mod/CAM/PathSimulator/AppGL/Shader.cpp#L573
{ <-- trailing whitespace
Lint / Lint: src/Mod/CAM/PathSimulator/AppGL/Shader.cpp#L581
vec3 lighting = lightAmbient * Diffuse; <-- trailing whitespace
Lint / Lint: src/Mod/CAM/PathSimulator/AppGL/Shader.cpp#L587
vec3 halfwayDir = normalize(lightDir + viewDir); <-- trailing whitespace
Lint / Lint: src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L1
would reformat src/Mod/CAM/Path/Main/Gui/SimulatorGL.py
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1
would reformat src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py
Lint / Lint: src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L91
Too many instance attributes (20/15) (too-many-instance-attributes)
Lint / Lint: src/Mod/CAM/Path/Main/Gui/SimulatorGL.py#L166
Too many local variables (17/15) (too-many-locals)
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L168
Line too long (105/100) (line-too-long)
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L559
Line too long (102/100) (line-too-long)
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L563
Line too long (105/100) (line-too-long)
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L610
Line too long (105/100) (line-too-long)
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L718
Line too long (105/100) (line-too-long)
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L747
Line too long (105/100) (line-too-long)
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L772
Line too long (108/100) (line-too-long)
Lint / Lint: src/Mod/PartDesign/PartDesignTests/TestTopologicalNamingProblem.py#L1666
Line too long (118/100) (line-too-long)
Lint / Lint: src/App/Document.cpp#L75
At least two spaces is best between code and comments [whitespace/comments] [2]
Lint / Lint: src/App/Document.cpp#L75
Should have a space between // and comment [whitespace/comments] [4]
Lint / Lint: src/App/Document.cpp#L78
Found C++ system header after other header. Should be: Document.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/Document.cpp#L79
Found C++ system header after other header. Should be: Document.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/Document.cpp#L80
Found C++ system header after other header. Should be: Document.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/Document.cpp#L82
Found C system header after other header. Should be: Document.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/Document.cpp#L83
Found C system header after other header. Should be: Document.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/Document.cpp#L85
Found C system header after other header. Should be: Document.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/Document.cpp#L86
Found C system header after other header. Should be: Document.h, c system, c++ system, other. [build/include_order] [4]
Lint / Lint: src/App/Document.cpp#L87
Found C system header after other header. Should be: Document.h, c system, c++ system, other. [build/include_order] [4]
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: 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]
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/4d/0gnh84wj53j7wyk695q0tc_80000gn/T/tmp6hx4uknx.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…
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 6336291 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 4727aec51b541286… → 4727aec51b541286…
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 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 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 6336291 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-10523379116-Logs
398 KB
MacOS_13_Conda_Apple-10523379116-Logs
44.8 KB
Prepare-10523379116-Logs
60.2 KB
Ubuntu_20-04-10523379116-Logs
180 KB
Ubuntu_22-04_Conda-10523379116-Logs
244 KB
Ubuntu_22-04_Conda-Qt6-10523379116-Logs
244 KB
Ubuntu_22-04_Conda-Qt6-10523379116-report.md
3.76 KB
Windows-10523379116-Logs
2.04 MB