Running with gitlab-runner 14.7.0 (98daeee0)
  on PWM Worker xVTFgEcr
section_start:1665144706: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:c82a93f89b8dca89e129732754f5fe2e948379bd4d28f117036589ab6d039941 for docker:dind with digest docker@sha256:5da8f946c2b2b9e37b6554680ef3cac95875cb4f5bf66001c80a5e0cc726ddac ...
Waiting for services to be up and running...
Pulling docker image docker:latest ...
Using docker image sha256:72c285f303399730d4e93bae2689334904979fdcc4acd2279377b38079ad31fc for docker:latest with digest docker@sha256:b2343859b009730168704bf04dd705291539db39df5ccf840a91b647b72009fe ...
section_end:1665144716:prepare_executor
section_start:1665144716:prepare_script
Preparing environment
Running on runner-xvtfgecr-project-2456-concurrent-0 via ISC-pirkl-projet...
section_end:1665144716:prepare_script
section_start:1665144716:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/isc/projects/practical-work-manager/.git/
Checking out ca6bddf4 as master...

Skipping Git submodules setup
section_end:1665144718:get_sources
section_start:1665144718:step_script
Executing "step_script" stage of the job script
Using docker image sha256:72c285f303399730d4e93bae2689334904979fdcc4acd2279377b38079ad31fc for docker:latest with digest docker@sha256:b2343859b009730168704bf04dd705291539db39df5ccf840a91b647b72009fe ...
$ echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" --password-stdin
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 image pull $DOCKER_BASE_IMG || true
Using default tag: latest
latest: Pulling from theopirkl/practical-work-manager
f606d8928ed3: Pulling fs layer
47db815c6a45: Pulling fs layer
bf4849400000: Pulling fs layer
a572f7a256d3: Pulling fs layer
8f7d05258955: Pulling fs layer
7110f04115ae: Pulling fs layer
c4b413c6a489: Pulling fs layer
22311b72a3cb: Pulling fs layer
8dcbfe38b6fa: Pulling fs layer
0de2b95a22e6: Pulling fs layer
82d38d7d621e: Pulling fs layer
7110f04115ae: Waiting
c4b413c6a489: Waiting
22311b72a3cb: Waiting
a572f7a256d3: Waiting
8f7d05258955: Waiting
0de2b95a22e6: Waiting
8dcbfe38b6fa: Waiting
82d38d7d621e: Waiting
47db815c6a45: Verifying Checksum
47db815c6a45: Download complete
bf4849400000: Verifying Checksum
bf4849400000: Download complete
f606d8928ed3: Verifying Checksum
f606d8928ed3: Download complete
a572f7a256d3: Verifying Checksum
a572f7a256d3: Download complete
7110f04115ae: Verifying Checksum
7110f04115ae: Download complete
22311b72a3cb: Verifying Checksum
22311b72a3cb: Download complete
8dcbfe38b6fa: Verifying Checksum
8dcbfe38b6fa: Download complete
c4b413c6a489: Download complete
0de2b95a22e6: Download complete
82d38d7d621e: Verifying Checksum
82d38d7d621e: Download complete
f606d8928ed3: Pull complete
8f7d05258955: Verifying Checksum
8f7d05258955: Download complete
47db815c6a45: Pull complete
bf4849400000: Pull complete
a572f7a256d3: Pull complete
8f7d05258955: Pull complete
7110f04115ae: Pull complete
c4b413c6a489: Pull complete
22311b72a3cb: Pull complete
8dcbfe38b6fa: Pull complete
0de2b95a22e6: Pull complete
82d38d7d621e: Pull complete
Digest: sha256:b5a9151522d7101dde2b6de29be2efe35fe942759e2f1f6cc1adf7ae6f8a944f
Status: Downloaded newer image for theopirkl/practical-work-manager:latest
docker.io/theopirkl/practical-work-manager:latest
$ cd /builds/isc/projects/practical-work-manager
$ docker build --tag $DOCKER_BASE_IMG .
Sending build context to Docker daemon    214kB

Step 1/5 : FROM python
latest: Pulling from library/python
f606d8928ed3: Already exists
47db815c6a45: Already exists
bf4849400000: Already exists
a572f7a256d3: Already exists
8f7d05258955: Already exists
7110f04115ae: Already exists
c4b413c6a489: Already exists
22311b72a3cb: Already exists
8dcbfe38b6fa: Already exists
Digest: sha256:fe068d8c06a719e26a1388c9d5c7c67d94923b0654ba89b0b7b5e518609e3304
Status: Downloaded newer image for python:latest
 ---> da84e66c3a7c
Step 2/5 : ADD . /root
 ---> 661ced6b656e
Step 3/5 : WORKDIR /root
 ---> Running in dbbc9a20b2ab
Removing intermediate container dbbc9a20b2ab
 ---> 95022bef8da4
Step 4/5 : RUN pip install -r requirements.txt
 ---> Running in 16d58de334b9
Collecting requests
  Downloading requests-2.28.1-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 3.6 MB/s eta 0:00:00
Collecting pyyaml
  Downloading PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (682 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 682.2/682.2 kB 12.4 MB/s eta 0:00:00
Collecting charset-normalizer<3,>=2
  Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting certifi>=2017.4.17
  Downloading certifi-2022.9.24-py3-none-any.whl (161 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 12.0 MB/s eta 0:00:00
Collecting urllib3<1.27,>=1.21.1
  Downloading urllib3-1.26.12-py2.py3-none-any.whl (140 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 140.4/140.4 kB 11.0 MB/s eta 0:00:00
Collecting idna<4,>=2.5
  Downloading idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 5.9 MB/s eta 0:00:00
Installing collected packages: urllib3, pyyaml, idna, charset-normalizer, certifi, requests
Successfully installed certifi-2022.9.24 charset-normalizer-2.1.1 idna-3.4 pyyaml-6.0 requests-2.28.1 urllib3-1.26.12
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv
Removing intermediate container 16d58de334b9
 ---> dd8028f6b878
Step 5/5 : CMD ["/bin/bash"]
 ---> Running in 7da18de12876
Removing intermediate container 7da18de12876
 ---> 29a26fa96df4
Successfully built 29a26fa96df4
Successfully tagged theopirkl/practical-work-manager:latest
$ docker push $DOCKER_BASE_IMG
Using default tag: latest
The push refers to repository [docker.io/theopirkl/practical-work-manager]
060ee5a65c03: Preparing
2e50fbb191d6: Preparing
cf399be408ea: Preparing
793b971ccb99: Preparing
d172a9e6f9e6: Preparing
0c7daf9a72c8: Preparing
75ba02937496: Preparing
288cf3a46e32: Preparing
186da837555d: Preparing
955c9335e041: Preparing
8e079fee2186: Preparing
75ba02937496: Waiting
288cf3a46e32: Waiting
186da837555d: Waiting
955c9335e041: Waiting
8e079fee2186: Waiting
0c7daf9a72c8: Waiting
793b971ccb99: Layer already exists
cf399be408ea: Layer already exists
d172a9e6f9e6: Layer already exists
0c7daf9a72c8: Layer already exists
75ba02937496: Layer already exists
288cf3a46e32: Layer already exists
186da837555d: Layer already exists
8e079fee2186: Layer already exists
955c9335e041: Layer already exists
2e50fbb191d6: Pushed
060ee5a65c03: Pushed
latest: digest: sha256:32f2fb579e408df0dfede0c90d581a5c2a731a61c8ea2bfe4ed82b23b7953c3b size: 2639
section_end:1665144785:step_script
section_start:1665144785:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1665144786:cleanup_file_variables
Job succeeded