[0KRunning with gitlab-runner 11.10.1 (1f513601) [0;m[0K on ReCircle Gitlab CLI 79a0dc69 [0;m[0KUsing Docker executor with image python:3.6 ... [0;m[0KPulling docker image python:3.6 ... [0;m[0KUsing docker image sha256:48c06762acf0bb8fa6a7f10686f3430cc3d149cf798556c138a82ded6c61e438 for python:3.6 ... [0;mRunning on runner-79a0dc69-project-209-concurrent-0 via cloud-2819... [0;33mDEPRECATION: this GitLab server doesn't support refspecs, gitlab-runner 12.0 will no longer work with this version of GitLab[0;m [32;1mFetching changes...[0;m [32;1mChecking out e121d55a as CI...[0;m [32;1mSkipping Git submodules setup[0;m [32;1m$ pip install flake8[0;m Collecting flake8 Downloading https://files.pythonhosted.org/packages/e9/76/b915bd28976068a9843bf836b789794aa4a8eb13338b23581005cd9177c0/flake8-3.7.7-py2.py3-none-any.whl (68kB) Collecting pyflakes<2.2.0,>=2.1.0 (from flake8) Downloading https://files.pythonhosted.org/packages/84/f2/ed0ffb887f8138a8fe5a621b8c0bb9598bfb3989e029f6c6a85ee66628ee/pyflakes-2.1.1-py2.py3-none-any.whl (59kB) Collecting pycodestyle<2.6.0,>=2.5.0 (from flake8) Downloading https://files.pythonhosted.org/packages/0e/0c/04a353e104d2f324f8ee5f4b32012618c1c86dd79e52a433b64fceed511b/pycodestyle-2.5.0-py2.py3-none-any.whl (51kB) Collecting mccabe<0.7.0,>=0.6.0 (from flake8) Downloading https://files.pythonhosted.org/packages/87/89/479dc97e18549e21354893e4ee4ef36db1d237534982482c3681ee6e7b57/mccabe-0.6.1-py2.py3-none-any.whl Collecting entrypoints<0.4.0,>=0.3.0 (from flake8) Downloading https://files.pythonhosted.org/packages/ac/c6/44694103f8c221443ee6b0041f69e2740d89a25641e62fb4f2ee568f2f9c/entrypoints-0.3-py2.py3-none-any.whl Installing collected packages: pyflakes, pycodestyle, mccabe, entrypoints, flake8 Successfully installed entrypoints-0.3 flake8-3.7.7 mccabe-0.6.1 pycodestyle-2.5.0 pyflakes-2.1.1 [32;1m$ pip install pipenv[0;m Collecting pipenv Downloading https://files.pythonhosted.org/packages/13/b4/3ffa55f77161cff9a5220f162670f7c5eb00df52e00939e203f601b0f579/pipenv-2018.11.26-py3-none-any.whl (5.2MB) Collecting virtualenv-clone>=0.2.5 (from pipenv) Downloading https://files.pythonhosted.org/packages/ba/f8/50c2b7dbc99e05fce5e5b9d9a31f37c988c99acd4e8dedd720b7b8d4011d/virtualenv_clone-0.5.3-py2.py3-none-any.whl Collecting virtualenv (from pipenv) Downloading https://files.pythonhosted.org/packages/c4/9a/a3f62ac5122a65dec34ad4b5ed8d802633dae4bc06a0fc62e55fe3e96fe1/virtualenv-16.6.1-py2.py3-none-any.whl (2.0MB) Collecting certifi (from pipenv) Downloading https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl (157kB) Requirement already satisfied: pip>=9.0.1 in /usr/local/lib/python3.6/site-packages (from pipenv) (19.1.1) Requirement already satisfied: setuptools>=36.2.1 in /usr/local/lib/python3.6/site-packages (from pipenv) (41.0.1) Installing collected packages: virtualenv-clone, virtualenv, certifi, pipenv Successfully installed certifi-2019.6.16 pipenv-2018.11.26 virtualenv-16.6.1 virtualenv-clone-0.5.3 [32;1m$ pipenv install[0;m Creating a virtualenv for this project… Pipfile: /builds/RECIRCLE/portal/Pipfile Using /usr/local/bin/python (3.6.8) to create virtualenv… Already using interpreter /usr/local/bin/python Using base prefix '/usr/local' New python executable in /root/.local/share/virtualenvs/portal-HfpVvx8U/bin/python Installing setuptools, pip, wheel... done. Virtualenv location: /root/.local/share/virtualenvs/portal-HfpVvx8U Installing dependencies from Pipfile.lock (e88401)… To activate this project's virtualenv, run pipenv shell. Alternatively, run a command inside the virtualenv with pipenv run. [32;1m$ cd recircle[0;m [32;1m$ pipenv run python manage.py test[0;m Traceback (most recent call last): File "manage.py", line 15, in <module> execute_from_command_line(sys.argv) File "/root/.local/share/virtualenvs/portal-HfpVvx8U/lib/python3.6/site-packages/django/core/management/__init__.py", line 381, in execute_from_command_line utility.execute() File "/root/.local/share/virtualenvs/portal-HfpVvx8U/lib/python3.6/site-packages/django/core/management/__init__.py", line 357, in execute django.setup() File "/root/.local/share/virtualenvs/portal-HfpVvx8U/lib/python3.6/site-packages/django/__init__.py", line 24, in setup apps.populate(settings.INSTALLED_APPS) File "/root/.local/share/virtualenvs/portal-HfpVvx8U/lib/python3.6/site-packages/django/apps/registry.py", line 91, in populate app_config = AppConfig.create(entry) File "/root/.local/share/virtualenvs/portal-HfpVvx8U/lib/python3.6/site-packages/django/apps/config.py", line 90, in create module = import_module(entry) File "/root/.local/share/virtualenvs/portal-HfpVvx8U/lib/python3.6/importlib/__init__.py", line 126, in import_module return _bootstrap._gcd_import(name[level:], package, level) File "<frozen importlib._bootstrap>", line 994, in _gcd_import File "<frozen importlib._bootstrap>", line 971, in _find_and_load File "<frozen importlib._bootstrap>", line 953, in _find_and_load_unlocked ModuleNotFoundError: No module named 'rest_framework_swagger' [31;1mERROR: Job failed: exit code 1 [0;m