Unable to run "composer (previous major)" from pipeline UI; no image
Problem/Motivation
Just in the last 24 hours, testing has stopped working for previous major. (I'm also having issues with current with phpunit failing when it didn't fail with the same code 7 days ago)
Could it be triggered by #3485054: Core 11.1.x is released, update next_minor_dev to 11.2.x?
Is this the right place to post such issues?
Running with gitlab-runner 17.5.2 (c6eae8d7)
on gitlab-runner-6dd988d654-qvnk8 s8ex1X2yJ, system ID: r_EFUc8A4vR1Ul
Resolving secrets
Preparing the "kubernetes" executor
00:00
"CPURequest" overwritten with "2"
Using Kubernetes namespace: gitlab-runner
Using Kubernetes executor with image drupalci/php-8.1-ubuntu-apache:production ...
Using attach strategy to execute scripts...
Preparing environment
00:30
Using FF_USE_POD_ACTIVE_DEADLINE_SECONDS, the Pod activeDeadlineSeconds will be set to the job timeout: 1h0m0s...
Waiting for pod gitlab-runner/runner-s8ex1x2yj-project-3518-concurrent-1-urakv2wy to be running, status is Pending
WARNING: Event retrieved from the cluster: Failed to pull image "drupalci/php-8.1-ubuntu-apache:production": failed to pull and unpack image "docker.io/drupalci/php-8.1-ubuntu-apache:production": failed to resolve reference "docker.io/drupalci/php-8.1-ubuntu-apache:production": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
WARNING: Event retrieved from the cluster: Error: ErrImagePull
WARNING: Event retrieved from the cluster: Error: ImagePullBackOff
WARNING: Failed to pull image "drupalci/php-8.1-ubuntu-apache:production" for container "build" with policy "": image pull failed: failed to pull and unpack image "docker.io/drupalci/php-8.1-ubuntu-apache:production": failed to resolve reference "docker.io/drupalci/php-8.1-ubuntu-apache:production": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed
ERROR: Job failed: prepare environment: waiting for pod running: pulling image "drupalci/php-8.1-ubuntu-apache:production" for container build: image pull failed: failed to pull and unpack image "docker.io/drupalci/php-8.1-ubuntu-apache:production": failed to resolve reference "docker.io/drupalci/php-8.1-ubuntu-apache:production": pull access denied, repository does not exist or may require authorization: server message: insufficient_scope: authorization failed. Check https://docs.gitlab.com/runner/shells/index.html#shell-profile-loading for more information
Steps to reproduce
Run a pipeline with previous major in it.
eg.
https://git.drupalcode.org/project/genpass/-/jobs/3277290
Proposed resolution
unknown
Remaining tasks
Figure out why it's failing