There was an error fetching the job.
yamllint
This job is archived. Only the complete pipeline can be retried.
1Running with gitlab-runner 17.7.0~pre.103.g896916a8 (896916a8)2 on green-1.private.runners-manager.gitlab.com/staging.gitlab.com z8yzfruU, system ID: s_9d15f3e4e7ae3Resolving secrets5Using Docker executor with image python:3.12 ...6Pulling docker image python:3.12 ...7Using docker image sha256:1a0aa7c771b9c6ee6b1ba694baaa531dbc5141ba70657860359235cd2bc8b41c for python:3.12 with digest python@sha256:2e726959b8df5cd9fd95a4cbd6dcd23d8a89e750e9c2c5dc077ba56365c6a925 ...9Running on runner-z8yzfruu-project-7091227-concurrent-0 via runner-z8yzfruu-private-1738661973-7bbfe616...11Fetching changes with git depth set to 20...12Initialized empty Git repository in /builds/gitlab-com/gl-infra/common-ci-tasks/.git/13Created fresh repository.14Checking out 70a77653 as detached HEAD (ref is main)...15Skipping Git submodules setup16$ git remote set-url origin "${CI_REPOSITORY_URL}"18Using docker image sha256:1a0aa7c771b9c6ee6b1ba694baaa531dbc5141ba70657860359235cd2bc8b41c for python:3.12 with digest python@sha256:2e726959b8df5cd9fd95a4cbd6dcd23d8a89e750e9c2c5dc077ba56365c6a925 ...19$ pip3 install "yamllint==${GL_COMMON_CI_TASKS_YAMLLINT_VERSION}"20Collecting yamllint==1.35.121 Downloading yamllint-1.35.1-py3-none-any.whl.metadata (4.2 kB)22Collecting pathspec>=0.5.3 (from yamllint==1.35.1)23 Downloading pathspec-0.12.1-py3-none-any.whl.metadata (21 kB)24Collecting pyyaml (from yamllint==1.35.1)25 Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (2.1 kB)26Downloading yamllint-1.35.1-py3-none-any.whl (66 kB)27Downloading pathspec-0.12.1-py3-none-any.whl (31 kB)28Downloading PyYAML-6.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (767 kB)29 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 767.5/767.5 kB 16.8 MB/s eta 0:00:0030Installing collected packages: pyyaml, pathspec, yamllint31Successfully installed pathspec-0.12.1 pyyaml-6.0.2 yamllint-1.35.132WARNING: 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.33[notice] A new release of pip is available: 24.3.1 -> 25.034[notice] To update, run: pip install --upgrade pip35$ yamllint -f parsable .36./docker.yml:48:5: [warning] comment not indented like content (comments-indentation)38Running after script...39$ cat <<-EOD # collapsed multi-line command40----------------------------------------------------------41Need help? Documentation on the yamllint CI job can be found at:44Job succeeded