Running with gitlab-runner 16.6.0 (3046fee8)
  on ssoleil-grunner01 8P7y3p1-, system ID: s_42eac2c75ee2
section_start:1702584038:resolve_secrets
Resolving secrets
section_end:1702584038:resolve_secrets
section_start:1702584038: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:1702584045:prepare_executor
section_start:1702584045:prepare_script
Preparing environment
Running on runner-8p7y3p1--project-1703-concurrent-0 via soleil-gtlbrn01...
section_end:1702584045:prepare_script
section_start:1702584045: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 bf4fceb5 as detached HEAD (ref is main)...

Skipping Git submodules setup
section_end:1702584046:get_sources
section_start:1702584046: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
dc341261a8a4: Pulling fs layer
ff50d722b382: Verifying Checksum
ff50d722b382: Download complete
ff50d722b382: Pull complete
dc341261a8a4: Verifying Checksum
dc341261a8a4: Download complete
dc341261a8a4: Pull complete
Digest: sha256:64bf14fe3572da0289dca5b5ea049337f78c2c419339610f8b12cbe2ea110332
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]
c2ddd4764791: Preparing
af6bf1987c2e: Preparing
c2ddd4764791: Layer already exists
af6bf1987c2e: Layer already exists
latest: digest: sha256:64bf14fe3572da0289dca5b5ea049337f78c2c419339610f8b12cbe2ea110332 size: 742
section_end:1702584064:step_script
section_start:1702584064:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1702584064:cleanup_file_variables
Job succeeded