Running with gitlab-runner 12.7.1 (003fe500)
  on grady-ci-runner 6oEdkxQQ
section_start:1647336362: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:1647336364:prepare_executor
section_start:1647336364:prepare_script
Running on runner-6oEdkxQQ-project-985-concurrent-3 via gitlab-runner...
section_end:1647336379:prepare_script
section_start:1647336379: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
 * [new tag]         5.4.2      -> 5.4.2
Checking out 407bd0d1 as jakob.dieterle-master-patch-13835...
Removing .pipenv/

Skipping Git submodules setup
section_end:1647336474:get_sources
section_start:1647336474:restore_cache
section_end:1647336479:restore_cache
section_start:1647336479:download_artifacts
Downloading artifacts for build_test_env (838350)...
Downloading artifacts from coordinator... ok        id=838350 responseStatus=200 OK token=MDbp1Tdx
WARNING: .pipenv/venvs/grady-BcvZijDT/bin/python: chmod .pipenv/venvs/grady-BcvZijDT/bin/python: no such file or directory (suppressing repeats) 
section_end:1647336498:download_artifacts
section_start:1647336498:build_script
$ pip install pipenv
Collecting pipenv
  Using cached pipenv-2022.1.8-py2.py3-none-any.whl (3.6 MB)
Collecting virtualenv
  Using cached virtualenv-20.13.3-py2.py3-none-any.whl (8.7 MB)
Requirement already satisfied: setuptools>=36.2.1 in /usr/local/lib/python3.8/site-packages (from pipenv) (57.5.0)
Requirement already satisfied: pip>=18.0 in /usr/local/lib/python3.8/site-packages (from pipenv) (21.2.4)
Collecting certifi
  Using cached certifi-2021.10.8-py2.py3-none-any.whl (149 kB)
Collecting virtualenv-clone>=0.2.5
  Using cached virtualenv_clone-0.5.7-py3-none-any.whl (6.6 kB)
Collecting platformdirs<3,>=2
  Using cached platformdirs-2.5.1-py3-none-any.whl (14 kB)
Collecting filelock<4,>=3.2
  Using cached filelock-3.6.0-py3-none-any.whl (10.0 kB)
Collecting six<2,>=1.9.0
  Using cached six-1.16.0-py2.py3-none-any.whl (11 kB)
Collecting distlib<1,>=0.3.1
  Using cached distlib-0.3.4-py2.py3-none-any.whl (461 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.
$ VENV=$(pipenv --venv)
$ source $VENV/bin/activate
$ flake8 --exclude=migrations core util functional_tests
section_end:1647336516:build_script
section_start:1647336516:after_script
section_end:1647336518:after_script
section_start:1647336518:archive_cache
section_end:1647336521:archive_cache
section_start:1647336521:upload_artifacts_on_success
section_end:1647336523:upload_artifacts_on_success
Job succeeded