Created
April 6, 2015 19:59
-
-
Save natea/3c1a87de51415a44da55 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> default: TASK: [edxapp | install python post-post requirements] ************************ | |
==> default: failed: [localhost] => (item=/edx/app/edxapp/edx-platform/requirements/edx/github.txt) => {"changed": true, "cmd": "/edx/app/edxapp/venvs/edxapp/bin/pip install -i https://pypi.python.org/simple --exists-action w --use-mirrors -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt ", "delta": "0:01:05.327437", "end": "2015-04-06 19:56:38.263483", "item": "/edx/app/edxapp/edx-platform/requirements/edx/github.txt", "rc": 1, "start": "2015-04-06 19:55:32.936046"} | |
==> default: stderr: fatal: unable to access 'https://github.com/edx/django-pipeline.git/': Failed connect to github.com:443; Connection timed out | |
==> default: stdout: --use-mirrors has been deprecated and will be removed in the future. Explicit uses of --index-url and/or --extra-index-url is suggested. | |
==> default: Obtaining django-staticfiles from git+https://github.com/edx/django-staticfiles.git@d89aae2a82f2b#egg=django-staticfiles (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 10)) | |
==> default: Updating /edx/app/edxapp/venvs/edxapp/src/django-staticfiles clone (to d89aae2a82f2b) | |
==> default: Could not find a tag or branch 'd89aae2a82f2b', assuming commit. | |
==> default: Running setup.py (path:/edx/app/edxapp/venvs/edxapp/src/django-staticfiles/setup.py) egg_info for package django-staticfiles | |
==> default: | |
==> default: warning: no previously-included files matching '*.pyc' found anywhere in distribution | |
==> default: Installing extra requirements: 'egg' | |
==> default: Obtaining django-pipeline from git+https://github.com/edx/django-pipeline.git@88ec8a011e481918fdc9d2682d4017c835acd8be#egg=django-pipeline (from -r /edx/app/edxapp/edx-platform/requirements/edx/github.txt (line 11)) | |
==> default: Updating /edx/app/edxapp/venvs/edxapp/src/django-pipeline clone (to 88ec8a011e481918fdc9d2682d4017c835acd8be) | |
==> default: Complete output from command /usr/bin/git fetch -q: | |
==> default: | |
==> default: ---------------------------------------- | |
==> default: Cleaning up... | |
==> default: Command /usr/bin/git fetch -q failed with error code 128 in /edx/app/edxapp/venvs/edxapp/src/django-pipeline |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment