Running with gitlab-runner 17.1.0 (fe451d5a)  on hive-builder-6 (for hived) (docker) 48-core 3960x, 256G sFyinMz4, system ID: s_198a644e6def section_start:1743025051:prepare_executor Preparing the "docker" executor Using Docker executor with image python:latest ... Using locally found image version due to "if-not-present" pull policy Using docker image sha256:0218518c77bef087f9111b988785f0cef566c072474ee5324c7bb57faf07d93d for python:latest with digest python@sha256:e3d5b6f95ce66923b5e48a06ee5755abb097de96a8617c3f2f7d431d48e63d35 ... section_end:1743025056:prepare_executor section_start:1743025056:prepare_script Preparing environment Running on runner-sfyinmz4-project-386-concurrent-1 via hive-builder-6... section_end:1743025058:prepare_script section_start:1743025058:get_sources Getting source from Git repository Fetching changes with git depth set to 20... Reinitialized existing Git repository in /builds/hive/common-ci-configuration/.git/ Checking out 7bcb2375 as detached HEAD (ref is develop)... Skipping Git submodules setup section_end:1743025061:get_sources section_start:1743025061:step_script Executing "step_script" stage of the job script Using docker image sha256:0218518c77bef087f9111b988785f0cef566c072474ee5324c7bb57faf07d93d for python:latest with digest python@sha256:e3d5b6f95ce66923b5e48a06ee5755abb097de96a8617c3f2f7d431d48e63d35 ... $ pip install yamllint-junit Collecting yamllint-junit Downloading yamllint_junit-0.10.1-py3-none-any.whl.metadata (1.4 kB) Collecting yamllint (from yamllint-junit) Downloading yamllint-1.37.0-py3-none-any.whl.metadata (4.3 kB) Collecting pathspec>=0.5.3 (from yamllint->yamllint-junit) Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB) Collecting pyyaml (from yamllint->yamllint-junit) Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB) Downloading yamllint_junit-0.10.1-py3-none-any.whl (4.8 kB) Downloading yamllint-1.37.0-py3-none-any.whl (68 kB) Downloading pathspec-0.12.1-py3-none-any.whl (31 kB) Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 12.3 MB/s eta 0:00:00 Installing collected packages: pyyaml, pathspec, yamllint, yamllint-junit Successfully installed pathspec-0.12.1 pyyaml-6.0.2 yamllint-1.37.0 yamllint-junit-0.10.1 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. [notice] A new release of pip is available: 24.2 -> 25.0.1 [notice] To update, run: pip install --upgrade pip $ yamllint --format parsable templates/ > yamllint-parsable-result.txt section_end:1743025067:step_script section_start:1743025067:after_script Running after_script Running after script... $ yamllint-junit -o yamllint-junit-result.xml yamllint-parsable-result.txt section_end:1743025069:after_script section_start:1743025069:upload_artifacts_on_success Uploading artifacts for successful job Uploading artifacts... yamllint-parsable-result.txt: found 1 matching artifact files and directories yamllint-junit-result.xml: found 1 matching artifact files and directories Uploading artifacts as "archive" to coordinator... 201 Created id=1774772 responseStatus=201 Created token=glcbt-64 Uploading artifacts... yamllint-junit-result.xml: found 1 matching artifact files and directories Uploading artifacts as "junit" to coordinator... 201 Created id=1774772 responseStatus=201 Created token=glcbt-64 section_end:1743025071:upload_artifacts_on_success section_start:1743025071:cleanup_file_variables Cleaning up project directory and file based variables section_end:1743025072:cleanup_file_variables Job succeeded