Running with gitlab-runner 14.7.0 (98daeee0)
  on PWM Worker xVTFgEcr
section_start:1665144173: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:1665144201:prepare_executor
section_start:1665144201:prepare_script
Preparing environment
Running on runner-xvtfgecr-project-2456-concurrent-0 via ISC-pirkl-projet...
section_end:1665144202:prepare_script
section_start:1665144202:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/isc/projects/practical-work-manager/.git/
Checking out 63bdcafb as master...

Skipping Git submodules setup
section_end:1665144203:get_sources
section_start:1665144203: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
23858da423a6: Pulling fs layer
326f452ade5c: Pulling fs layer
a42821cd14fb: Pulling fs layer
8471b75885ef: Pulling fs layer
8ffa7aaef404: Pulling fs layer
15132af73342: Pulling fs layer
aaf3b07565c2: Pulling fs layer
736f7bc16867: Pulling fs layer
94da21e53a5b: Pulling fs layer
f9c11eb9c4ae: Pulling fs layer
85559aa72bd2: Pulling fs layer
15132af73342: Waiting
aaf3b07565c2: Waiting
736f7bc16867: Waiting
94da21e53a5b: Waiting
f9c11eb9c4ae: Waiting
85559aa72bd2: Waiting
8471b75885ef: Waiting
8ffa7aaef404: Waiting
326f452ade5c: Verifying Checksum
326f452ade5c: Download complete
a42821cd14fb: Download complete
23858da423a6: Verifying Checksum
23858da423a6: Download complete
15132af73342: Verifying Checksum
15132af73342: Download complete
8471b75885ef: Verifying Checksum
8471b75885ef: Download complete
736f7bc16867: Verifying Checksum
736f7bc16867: Download complete
aaf3b07565c2: Verifying Checksum
aaf3b07565c2: Download complete
94da21e53a5b: Verifying Checksum
94da21e53a5b: Download complete
f9c11eb9c4ae: Download complete
85559aa72bd2: Download complete
23858da423a6: Pull complete
8ffa7aaef404: Verifying Checksum
8ffa7aaef404: Download complete
326f452ade5c: Pull complete
a42821cd14fb: Pull complete
8471b75885ef: Pull complete
8ffa7aaef404: Pull complete
15132af73342: Pull complete
aaf3b07565c2: Pull complete
736f7bc16867: Pull complete
94da21e53a5b: Pull complete
f9c11eb9c4ae: Pull complete
85559aa72bd2: Pull complete
Digest: sha256:f133657a7827f2a332b7a758a11ba7d1c30851a53b16c3f9cff5ad45d249795c
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  202.8kB

Step 1/5 : FROM python
latest: Pulling from library/python
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
7110f04115ae: Waiting
c4b413c6a489: Waiting
22311b72a3cb: Waiting
8dcbfe38b6fa: Waiting
a572f7a256d3: Waiting
8f7d05258955: 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
c4b413c6a489: Verifying Checksum
c4b413c6a489: Download complete
8dcbfe38b6fa: Verifying Checksum
8dcbfe38b6fa: 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
Digest: sha256:fe068d8c06a719e26a1388c9d5c7c67d94923b0654ba89b0b7b5e518609e3304
Status: Downloaded newer image for python:latest
 ---> da84e66c3a7c
Step 2/5 : ADD . /root
 ---> 325adf797774
Step 3/5 : WORKDIR /root
 ---> Running in 9b5f3bee0eee
Removing intermediate container 9b5f3bee0eee
 ---> 752b7cf6825d
Step 4/5 : RUN pip install -r requirements.txt
 ---> Running in df5640a83575
Collecting requests
  Downloading requests-2.28.1-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 3.8 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 13.9 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 7.9 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 16.8 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 14.3 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 df5640a83575
 ---> 9adf32f97fa7
Step 5/5 : CMD ["/bin/bash"]
 ---> Running in 9e24af7dae25
Removing intermediate container 9e24af7dae25
 ---> 02a85ad2b29f
Successfully built 02a85ad2b29f
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]
b22c571561e3: Preparing
539cbf406ce1: Preparing
cf399be408ea: Preparing
793b971ccb99: Preparing
d172a9e6f9e6: Preparing
0c7daf9a72c8: Preparing
75ba02937496: Preparing
288cf3a46e32: Preparing
186da837555d: Preparing
955c9335e041: Preparing
8e079fee2186: Preparing
0c7daf9a72c8: Waiting
75ba02937496: Waiting
288cf3a46e32: Waiting
186da837555d: Waiting
955c9335e041: Waiting
8e079fee2186: Waiting
d172a9e6f9e6: Mounted from library/python
793b971ccb99: Mounted from library/python
cf399be408ea: Mounted from library/python
0c7daf9a72c8: Mounted from library/python
539cbf406ce1: Pushed
75ba02937496: Mounted from library/python
288cf3a46e32: Mounted from library/python
186da837555d: Mounted from library/python
b22c571561e3: Pushed
955c9335e041: Mounted from library/python
8e079fee2186: Mounted from library/python
latest: digest: sha256:b5a9151522d7101dde2b6de29be2efe35fe942759e2f1f6cc1adf7ae6f8a944f size: 2639
section_end:1665144320:step_script
section_start:1665144320:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1665144320:cleanup_file_variables
Job succeeded