Running with gitlab-runner 16.9.1 (782c6ecb)
  on hive-builder-7 (docker) 48-Core 3960X, 192G yV8xPzxKk, system ID: s_d449ae474884
section_start:1743001206: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:7398721493a364389947cd6032222af70e11d4504fbfe4c38de8986f0e66cde7 for python:latest with digest python@sha256:08471c63c5fdf2644adc142a7fa8d0290eb405cda14c473fbe5b4cd0933af601 ...
section_end:1743001209:prepare_executor
section_start:1743001209:prepare_script
Preparing environment
Running on runner-yv8xpzxkk-project-386-concurrent-0 via hive-builder-7...
section_end:1743001211:prepare_script
section_start:1743001211: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 bw_tsx_update)...

Skipping Git submodules setup
section_end:1743001212:get_sources
section_start:1743001212:step_script
Executing "step_script" stage of the job script
Using docker image sha256:7398721493a364389947cd6032222af70e11d4504fbfe4c38de8986f0e66cde7 for python:latest with digest python@sha256:08471c63c5fdf2644adc142a7fa8d0290eb405cda14c473fbe5b4cd0933af601 ...
$ 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-cp313-cp313-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-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (759 kB)
   ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 759.5/759.5 kB 14.6 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.3.1 -> 25.0.1
[notice] To update, run: pip install --upgrade pip
$ yamllint --format parsable templates/ > yamllint-parsable-result.txt
section_end:1743001217:step_script
section_start:1743001217:after_script
Running after_script
Running after script...
$ yamllint-junit -o yamllint-junit-result.xml yamllint-parsable-result.txt
section_end:1743001218:after_script
section_start:1743001218: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=1774239 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=1774239 responseStatus=201 Created token=glcbt-64
section_end:1743001221:upload_artifacts_on_success
section_start:1743001221:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1743001222:cleanup_file_variables
Job succeeded