Running with gitlab-runner 14.7.0 (98daeee0)
  on PWM Worker xVTFgEcr
section_start:1664792782: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:2ac8eb0e66aa6a439c8f5803ad404aec58c707fe0b38fe8b4ab06e99311eb880 for docker:dind with digest docker@sha256:1be6768d332a4aaed59b344e6525e1701c467c4ef8553d5d18bac086cbd82ef1 ...
Waiting for services to be up and running...
Pulling docker image docker:latest ...
Using docker image sha256:66743f183cc1c871b69e2eec65831eb854b0754b91bbd0e0b7778ddb95720199 for docker:latest with digest docker@sha256:fd6932977dc8674c76b7f8a37a944458a7c0e8057c5b456a6b516fe78f3390bb ...
section_end:1664792806:prepare_executor
section_start:1664792806:prepare_script
Preparing environment
Running on runner-xvtfgecr-project-2456-concurrent-0 via ISC-pirkl-projet...
section_end:1664792807:prepare_script
section_start:1664792807:get_sources
Getting source from Git repository
Fetching changes...
Reinitialized existing Git repository in /builds/isc/projects/practical-work-manager/.git/
Checking out 248a0f6d as repos_file_generator...

Skipping Git submodules setup
section_end:1664792808:get_sources
section_start:1664792808:step_script
Executing "step_script" stage of the job script
Using docker image sha256:66743f183cc1c871b69e2eec65831eb854b0754b91bbd0e0b7778ddb95720199 for docker:latest with digest docker@sha256:fd6932977dc8674c76b7f8a37a944458a7c0e8057c5b456a6b516fe78f3390bb ...
$ 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
a477011f9206: Pulling fs layer
29850f3fbfa7: Pulling fs layer
8471b75885ef: Waiting
8ffa7aaef404: Waiting
15132af73342: Waiting
aaf3b07565c2: Waiting
736f7bc16867: Waiting
94da21e53a5b: Waiting
a477011f9206: Waiting
29850f3fbfa7: Waiting
326f452ade5c: Download complete
a42821cd14fb: Verifying Checksum
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
94da21e53a5b: Verifying Checksum
94da21e53a5b: Download complete
aaf3b07565c2: Verifying Checksum
aaf3b07565c2: Download complete
a477011f9206: Download complete
29850f3fbfa7: Verifying Checksum
29850f3fbfa7: Download complete
8ffa7aaef404: Verifying Checksum
23858da423a6: Pull 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
a477011f9206: Pull complete
29850f3fbfa7: Pull complete
Digest: sha256:987b2b6edbb231a7049378d2aae529e9eeb60738c37f1e5e730b4c700ff1ec3f
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    193kB

Step 1/5 : FROM python
latest: Pulling from library/python
23858da423a6: Already exists
326f452ade5c: Already exists
a42821cd14fb: Already exists
8471b75885ef: Already exists
8ffa7aaef404: Already exists
15132af73342: Already exists
aaf3b07565c2: Already exists
736f7bc16867: Already exists
94da21e53a5b: Already exists
Digest: sha256:e9c35537103a2801a30b15a77d4a56b35532c964489b125ec1ff24f3d5b53409
Status: Downloaded newer image for python:latest
 ---> e285995a3494
Step 2/5 : ADD . /root
 ---> 7340bb7870e3
Step 3/5 : WORKDIR /root
 ---> Running in 6cc08c48362e
Removing intermediate container 6cc08c48362e
 ---> 93decaaec2e0
Step 4/5 : RUN pip install -r requirements.txt
 ---> Running in 6ce5f6e2c2e2
Collecting requests
  Downloading requests-2.28.1-py3-none-any.whl (62 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 62.8/62.8 kB 4.5 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 16.3 MB/s eta 0:00:00
Collecting charset-normalizer<3,>=2
  Downloading charset_normalizer-2.1.1-py3-none-any.whl (39 kB)
Collecting idna<4,>=2.5
  Downloading idna-3.4-py3-none-any.whl (61 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.5/61.5 kB 2.5 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 4.9 MB/s eta 0:00:00
Collecting certifi>=2017.4.17
  Downloading certifi-2022.9.24-py3-none-any.whl (161 kB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 161.1/161.1 kB 5.0 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 6ce5f6e2c2e2
 ---> 492b0dfe561b
Step 5/5 : CMD ["/bin/bash"]
 ---> Running in 4f493e937c37
Removing intermediate container 4f493e937c37
 ---> 43996106e713
Successfully built 43996106e713
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]
b9e682752d48: Preparing
e96a7ffdebd0: Preparing
e0faffa259a4: Preparing
31a8f6f25282: Preparing
b71cca0c7263: Preparing
6966fb7c59ef: Preparing
b78efdac8138: Preparing
bcc8223cbebf: Preparing
a24f9e96a54c: Preparing
54b354c15c5a: Preparing
b9fcb0f781e4: Preparing
6966fb7c59ef: Waiting
b78efdac8138: Waiting
bcc8223cbebf: Waiting
a24f9e96a54c: Waiting
54b354c15c5a: Waiting
b9fcb0f781e4: Waiting
31a8f6f25282: Layer already exists
b71cca0c7263: Layer already exists
e0faffa259a4: Layer already exists
6966fb7c59ef: Layer already exists
b78efdac8138: Layer already exists
bcc8223cbebf: Layer already exists
a24f9e96a54c: Layer already exists
54b354c15c5a: Layer already exists
b9fcb0f781e4: Layer already exists
e96a7ffdebd0: Pushed
b9e682752d48: Pushed
latest: digest: sha256:f133657a7827f2a332b7a758a11ba7d1c30851a53b16c3f9cff5ad45d249795c size: 2639
section_end:1664792876:step_script
section_start:1664792876:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1664792877:cleanup_file_variables
Job succeeded