[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 27417a9c as CI...[0;m [32;1mSkipping Git submodules setup[0;m [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) Requirement already satisfied: pip>=9.0.1 in /usr/local/lib/python3.6/site-packages (from pipenv) (19.1.1) 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 certifi (from pipenv) Downloading https://files.pythonhosted.org/packages/69/1b/b853c7a9d4f6a6d00749e94eb6f3a041e342a885b87340b79c1ef73e3a78/certifi-2019.6.16-py2.py3-none-any.whl (157kB) Collecting virtualenv (from pipenv) Downloading https://files.pythonhosted.org/packages/c4/9a/a3f62ac5122a65dec34ad4b5ed8d802633dae4bc06a0fc62e55fe3e96fe1/virtualenv-16.6.1-py2.py3-none-any.whl (2.0MB) 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, certifi, virtualenv, pipenv Successfully installed certifi-2019.6.16 pipenv-2018.11.26 virtualenv-16.6.1 virtualenv-clone-0.5.3 [32;1m$ pipenv install -d[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$ git clone https://git.ik.bme.hu/RECIRCLE/interface-openstack.git[0;m Cloning into 'interface-openstack'... [32;1m$ git checkout DEV[0;m Previous HEAD position was 27417a9... Add inteface repo to CI Branch DEV set up to track remote branch DEV from origin. Switched to a new branch 'DEV' [32;1m$ mv interface-openstack interface_openstack[0;m [32;1m$ cd recircle[0;m [32;1m$ pipenv run python manage.py test[0;m /root/.local/share/virtualenvs/portal-HfpVvx8U/bin/python: can't open file 'manage.py': [Errno 2] No such file or directory [31;1mERROR: Job failed: exit code 1 [0;m