Running with gitlab-runner 17.7.0~pre.103.g896916a8 (896916a8)
  on green-1.private.runners-manager.gitlab.com/staging.gitlab.com z8yzfruU, system ID: s_9d15f3e4e7ae
Resolving secrets
section_start:1738661973:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image python:3.12 ...
Pulling docker image python:3.12 ...
Using docker image sha256:1a0aa7c771b9c6ee6b1ba694baaa531dbc5141ba70657860359235cd2bc8b41c for python:3.12 with digest python@sha256:2e726959b8df5cd9fd95a4cbd6dcd23d8a89e750e9c2c5dc077ba56365c6a925 ...
section_end:1738662039:prepare_executor
section_start:1738662039:prepare_script
Preparing environment
Running on runner-z8yzfruu-project-7091227-concurrent-0 via runner-z8yzfruu-private-1738661973-7bbfe616...
section_end:1738662043:prepare_script
section_start:1738662043:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/gitlab-com/gl-infra/common-ci-tasks/.git/
Created fresh repository.
Checking out 70a77653 as detached HEAD (ref is main)...

Skipping Git submodules setup
$ git remote set-url origin "${CI_REPOSITORY_URL}"
section_end:1738662045:get_sources
section_start:1738662045:step_script
Executing "step_script" stage of the job script
Using docker image sha256:1a0aa7c771b9c6ee6b1ba694baaa531dbc5141ba70657860359235cd2bc8b41c for python:3.12 with digest python@sha256:2e726959b8df5cd9fd95a4cbd6dcd23d8a89e750e9c2c5dc077ba56365c6a925 ...
$ pip3 install "yamllint==${GL_COMMON_CI_TASKS_YAMLLINT_VERSION}"
Collecting yamllint==1.35.1
  Downloading yamllint-1.35.1-py3-none-any.whl.metadata (4.2 kB)
Collecting pathspec>=0.5.3 (from yamllint==1.35.1)
  Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)
Collecting pyyaml (from yamllint==1.35.1)
  Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)
Downloading yamllint-1.35.1-py3-none-any.whl (66 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 16.8 MB/s eta 0:00:00
Installing collected packages: pyyaml, pathspec, yamllint
Successfully installed pathspec-0.12.1 pyyaml-6.0.2 yamllint-1.35.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
[notice] To update, run: pip install --upgrade pip
$ yamllint -f parsable .
./docker.yml:48:5: [warning] comment not indented like content (comments-indentation)
section_end:1738662048:step_script
section_start:1738662048:after_script
Running after_script
Running after script...
$ cat <<-EOD # collapsed multi-line command
----------------------------------------------------------
Need help? Documentation on the yamllint CI job can be found at:
https://gitlab.com/gitlab-com/gl-infra/common-ci-tasks/-/blob/main/yamllint.md
section_end:1738662049:after_script
section_start:1738662049:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1738662049:cleanup_file_variables
Job succeeded