Running with gitlab-runner 15.3.0 (bbcb5aba)
  on team-wikis z_oj9Zux
section_start:1665668062:prepare_executor
Preparing the "docker+machine" executor
Using Docker executor with image python:3.6 ...
Pulling docker image python:3.6 ...
Using docker image sha256:54260638d07c5e3ad24c6e21fc889abbc8486a27634c0892086ff71f3f44b104 for python:3.6 with digest python@sha256:f8652afaf88c25f0d22354d547d892591067aa4026a7fa9a6819df9f300af6fc ...
section_end:1665668065:prepare_executor
section_start:1665668065:prepare_script
Preparing environment
Running on runner-zoj9zux-project-129-concurrent-0 via runner-zoj9zux-wiki-1665667368-f9ed2340...
section_end:1665668065:prepare_script
section_start:1665668065:get_sources
Getting source from Git repository
Fetching changes with git depth set to 20...
Initialized empty Git repository in /builds/2022/edinburgh-uhas-ghana/.git/
Created fresh repository.
Checking out 40630422 as main...

Skipping Git submodules setup
section_end:1665668066:get_sources
section_start:1665668066:step_script
Executing "step_script" stage of the job script
Using docker image sha256:54260638d07c5e3ad24c6e21fc889abbc8486a27634c0892086ff71f3f44b104 for python:3.6 with digest python@sha256:f8652afaf88c25f0d22354d547d892591067aa4026a7fa9a6819df9f300af6fc ...
$ pip install --no-cache-dir -r dependencies.txt
Collecting frozen-flask
  Downloading Frozen_Flask-0.18-py3-none-any.whl (21 kB)
Collecting Flask>=1.1.0
  Downloading Flask-2.0.3-py3-none-any.whl (95 kB)
Collecting Werkzeug>=2.0
  Downloading Werkzeug-2.0.3-py3-none-any.whl (289 kB)
Collecting Jinja2>=3.0
  Downloading Jinja2-3.0.3-py3-none-any.whl (133 kB)
Collecting click>=7.1.2
  Downloading click-8.0.4-py3-none-any.whl (97 kB)
Collecting itsdangerous>=2.0
  Downloading itsdangerous-2.0.1-py3-none-any.whl (18 kB)
Collecting importlib-metadata
  Downloading importlib_metadata-4.8.3-py3-none-any.whl (17 kB)
Collecting MarkupSafe>=2.0
  Downloading MarkupSafe-2.0.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl (30 kB)
Collecting dataclasses
  Downloading dataclasses-0.8-py3-none-any.whl (19 kB)
Collecting zipp>=0.5
  Downloading zipp-3.6.0-py3-none-any.whl (5.3 kB)
Collecting typing-extensions>=3.6.4
  Downloading typing_extensions-4.1.1-py3-none-any.whl (26 kB)
Installing collected packages: zipp, typing-extensions, MarkupSafe, importlib-metadata, dataclasses, Werkzeug, Jinja2, itsdangerous, click, Flask, frozen-flask
Successfully installed Flask-2.0.3 Jinja2-3.0.3 MarkupSafe-2.0.1 Werkzeug-2.0.3 click-8.0.4 dataclasses-0.8 frozen-flask-0.18 importlib-metadata-4.8.3 itsdangerous-2.0.1 typing-extensions-4.1.1 zipp-3.6.0
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
WARNING: You are using pip version 21.2.4; however, version 21.3.1 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
$ FLASK_APP=app.py flask freeze
section_end:1665668072:step_script
section_start:1665668072:upload_artifacts_on_success
Uploading artifacts for successful job
Uploading artifacts...
public: found 28 matching files and directories    
Uploading artifacts as "archive" to coordinator... 201 Created  id=358207 responseStatus=201 Created token=v9DHYuh9
section_end:1665668073:upload_artifacts_on_success
section_start:1665668073:cleanup_file_variables
Cleaning up project directory and file based variables
section_end:1665668074:cleanup_file_variables
Job succeeded