Running with gitlab-runner 16.7.0 (102c81ba)
  on 0xacab-runner01 ewWsJdza, system ID: s_2ef2156e1df9
section_start:1704146913:prepare_executor
Preparing the "docker" executor
Using Docker executor with image docker:latest ...
Starting service docker:dind ...
Pulling docker image docker:dind ...
Using docker image sha256:6091c7bd89fd2789606b49815b2b9ea1a9142ee6e8762089ab3975afd6784a6c for docker:dind with digest docker@sha256:1b9844d846ce3a6a6af7013e999a373112c3c0450aca49e155ae444526a2c45e ...
Waiting for services to be up and running (timeout 30 seconds)...
Pulling docker image docker:latest ...
Using docker image sha256:6091c7bd89fd2789606b49815b2b9ea1a9142ee6e8762089ab3975afd6784a6c for docker:latest with digest docker@sha256:1b9844d846ce3a6a6af7013e999a373112c3c0450aca49e155ae444526a2c45e ...
section_end:1704146934:prepare_executor
section_start:1704146934:prepare_script
Preparing environment
Running on runner-ewwsjdza-project-1837-concurrent-0 via gnt01...
section_end:1704146935:prepare_script
section_start:1704146935:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/georg/mat2-ci-images/.git/
Checking out e304a1c5 as detached HEAD (ref is dev)...

Skipping Git submodules setup
section_end:1704146940:get_sources
section_start:1704146940:step_script
Executing "step_script" stage of the job script
Using docker image sha256:6091c7bd89fd2789606b49815b2b9ea1a9142ee6e8762089ab3975afd6784a6c for docker:latest with digest docker@sha256:1b9844d846ce3a6a6af7013e999a373112c3c0450aca49e155ae444526a2c45e ...
$ CI_JOB_NAME="$(echo $CI_JOB_NAME | cut -d - -f 2)"
$ export CI_JOB_NAME
$ unset HISTFILE
$ echo $CI_JOB_TOKEN | docker login -u gitlab-ci-token --password-stdin $CI_REGISTRY
WARNING! Your password will be stored unencrypted in /root/.docker/config.json.
Configure a credential helper to remove this warning. See
https://docs.docker.com/engine/reference/commandline/login/#credentials-store

Login Succeeded
$ export IMAGE_TAG=$CI_REGISTRY_IMAGE:$CI_JOB_NAME
$ docker pull $IMAGE_TAG || /bin/true
python3.12: Pulling from georg/mat2-ci-images
af107e978371: Pulling fs layer
8ce3f2b601cc: Pulling fs layer
5c578b8d6bec: Pulling fs layer
5eda41c77a92: Pulling fs layer
d0976544ee1e: Pulling fs layer
1f8f0031af98: Pulling fs layer
5eda41c77a92: Waiting
d0976544ee1e: Waiting
8ce3f2b601cc: Verifying Checksum
8ce3f2b601cc: Download complete
5eda41c77a92: Verifying Checksum
5eda41c77a92: Download complete
d0976544ee1e: Verifying Checksum
d0976544ee1e: Download complete
af107e978371: Verifying Checksum
af107e978371: Download complete
af107e978371: Pull complete
8ce3f2b601cc: Pull complete
5c578b8d6bec: Verifying Checksum
5c578b8d6bec: Download complete
5c578b8d6bec: Pull complete
5eda41c77a92: Pull complete
d0976544ee1e: Pull complete