Running with gitlab-runner 12.7.1 (003fe500)
  on grady-ci-runner 6oEdkxQQ
section_start:1647336028:prepare_executor
Using Docker executor with image python:3.8 ...
Pulling docker image python:3.8 ...
Using docker image sha256:52bb9574949f3991ed435968cbb3b68b7b3ab3d041633ad40866ee447896c176 for python:3.8 ...
section_end:1647336058:prepare_executor
section_start:1647336058:prepare_script
Running on runner-6oEdkxQQ-project-985-concurrent-0 via gitlab-runner...
section_end:1647336075:prepare_script
section_start:1647336075:get_sources
Fetching changes...
Reinitialized existing Git repository in /builds/j.michal/grady/.git/
From https://gitlab.gwdg.de/j.michal/grady
 * [new ref]         407bd0d12730c9c5a7b92a00ddead55cbba40823 -> refs/pipelines/283038
 * [new branch]      jakob.dieterle-master-patch-13835 -> origin/jakob.dieterle-master-patch-13835
Checking out 407bd0d1 as jakob.dieterle-master-patch-13835...
Removing .coverage
Removing .pipenv/
Removing frontend/dist/
Removing frontend/node_modules/

Skipping Git submodules setup
section_end:1647336185:get_sources
section_start:1647336185:restore_cache
Checking cache for 283038-4...
No URL provided, cache will not be downloaded from shared cache server. Instead a local version of cache will be extracted. 
Successfully extracted cache
section_end:1647336191:restore_cache
section_start:1647336191:download_artifacts
section_end:1647336196:download_artifacts
section_start:1647336196:build_script
$ pip install pipenv
Collecting pipenv
  Downloading pipenv-2022.1.8-py2.py3-none-any.whl (3.6 MB)
Collecting virtualenv-clone>=0.2.5
  Downloading virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Collecting virtualenv
  Downloading virtualenv-20.13.3-py2.py3-none-any.whl (8.7 MB)
Requirement already satisfied: pip>=18.0 in /usr/local/lib/python3.8/site-packages (from pipenv) (21.2.4)
Collecting certifi
  Downloading certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Requirement already satisfied: setuptools>=36.2.1 in /usr/local/lib/python3.8/site-packages (from pipenv) (57.5.0)
Collecting platformdirs<3,>=2
  Downloading platformdirs-2.5.1-py3-none-any.whl (14 kB)
Collecting filelock<4,>=3.2
  Downloading filelock-3.6.0-py3-none-any.whl (10.0 kB)
Collecting distlib<1,>=0.3.1
  Downloading distlib-0.3.4-py2.py3-none-any.whl (461 kB)
Collecting six<2,>=1.9.0
  Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: six, platformdirs, filelock, distlib, virtualenv-clone, virtualenv, certifi, pipenv
Successfully installed certifi-2021.10.8 distlib-0.3.4 filelock-3.6.0 pipenv-2022.1.8 platformdirs-2.5.1 six-1.16.0 virtualenv-20.13.3 virtualenv-clone-0.5.7
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 22.0.4 is available.
You should consider upgrading via the '/usr/local/bin/python -m pip install --upgrade pip' command.
$ pipenv install --dev
Creating a virtualenv for this project...
Pipfile: /builds/j.michal/grady/Pipfile
Using /usr/local/bin/python3.8 (3.8.12) to create virtualenv...
created virtual environment CPython3.8.12.final.0-64 in 631ms
  creator CPython3Posix(dest=/builds/j.michal/grady/.pipenv/venvs/grady-BcvZijDT, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/root/.local/share/virtualenv)
    added seed packages: pip==22.0.4, setuptools==60.9.3, wheel==0.37.1
  activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator


Successfully created virtual environment!
Virtualenv location: .pipenv/venvs/grady-BcvZijDT
Installing dependencies from Pipfile.lock (740007)...
To activate this project's virtualenv, run pipenv shell.
Alternatively, run a command inside the virtualenv with pipenv run.
section_end:1647336296:build_script
section_start:1647336296:after_script
section_end:1647336314:after_script
section_start:1647336314:archive_cache
Creating cache 283038-4...
.pipenv/venvs: found 16783 matching files          
No URL provided, cache will be not uploaded to shared cache server. Cache will be stored only locally. 
Created cache
section_end:1647336331:archive_cache
section_start:1647336331:upload_artifacts_on_success
Uploading artifacts...
.pipenv: found 16890 matching files                
Uploading artifacts to coordinator... ok            id=838350 responseStatus=201 Created token=MDbp1Tdx
section_end:1647336358:upload_artifacts_on_success
Job succeeded