Running with gitlab-runner 16.6.0 (3046fee8)
  on ssoleil-grunner01 8P7y3p1-, system ID: s_42eac2c75ee2
section_start:1702583417:resolve_secrets
Resolving secrets
section_end:1702583417:resolve_secrets
section_start:1702583417: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:aa93deb4ad1b0d89a24411a139b6867bd175cfc69e0e8e087bfc69911f99943d for docker:dind with digest docker@sha256:c90e58d30700470fc59bdaaf802340fd25c1db628756d7bf74e100c566ba9589 ...
Waiting for services to be up and running (timeout 30 seconds)...
Pulling docker image docker:latest ...
Using docker image sha256:aa93deb4ad1b0d89a24411a139b6867bd175cfc69e0e8e087bfc69911f99943d for docker:latest with digest docker@sha256:c90e58d30700470fc59bdaaf802340fd25c1db628756d7bf74e100c566ba9589 ...
section_end:1702583425:prepare_executor
section_start:1702583425:prepare_script
Preparing environment
Running on runner-8p7y3p1--project-1703-concurrent-0 via soleil-gtlbrn01...
section_end:1702583425:prepare_script
section_start:1702583425:get_sources
Getting source from Git repository
Fetching changes with git depth set to 50...
Reinitialized existing Git repository in /builds/software-control-system/containers/dev-el6/.git/
Checking out 7ba69bca as detached HEAD (ref is main)...

Skipping Git submodules setup
section_end:1702583425:get_sources
section_start:1702583425:step_script
Executing "step_script" stage of the job script
Using docker image sha256:aa93deb4ad1b0d89a24411a139b6867bd175cfc69e0e8e087bfc69911f99943d for docker:latest with digest docker@sha256:c90e58d30700470fc59bdaaf802340fd25c1db628756d7bf74e100c566ba9589 ...
$ echo "${CI_REGISTRY_PASSWORD}" | docker login -u ${CI_REGISTRY_USER} --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
$ docker pull ${CONTAINER_TEST_IMAGE}
main: Pulling from software-control-system/containers/dev-el6
ff50d722b382: Pulling fs layer
2371ea8e708a: Pulling fs layer
ff50d722b382: Verifying Checksum
ff50d722b382: Download complete
ff50d722b382: Pull complete
2371ea8e708a: Verifying Checksum
2371ea8e708a: Download complete
2371ea8e708a: Pull complete
Digest: sha256:20d72213a7fea99f9b68ce764ca0a9dc52570f5c71d8f2e5b8a03a1642cb69d7
Status: Downloaded newer image for gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6:main
gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6:main
$ docker tag ${CONTAINER_TEST_IMAGE} ${CONTAINER_RELEASE_IMAGE}
$ docker push ${CONTAINER_RELEASE_IMAGE}
The push refers to repository [gitlab-registry.synchrotron-soleil.fr/software-control-system/containers/dev-el6]
ac8f5fd76241: Preparing
af6bf1987c2e: Preparing
af6bf1987c2e: Layer already exists
ac8f5fd76241: Layer already exists
latest: digest: sha256:20d72213a7fea99f9b68ce764ca0a9dc52570f5c71d8f2e5b8a03a1642cb69d7 size: 742
section_end:1702583444:step_script
section_start:1702583444:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1702583444:cleanup_file_variables
Job succeeded