Created
September 24, 2014 14:39
-
-
Save singingwolfboy/390df7e9da3b6f51f6d1 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
db ~/devstack mastodon | |
% vagrant up | |
Bringing machine 'default' up with 'virtualbox' provider... | |
==> default: Importing base box 'kifli-devstack'... | |
==> default: Matching MAC address for NAT networking... | |
==> default: Setting the name of the VM: devstack_default_1411565624038_84726 | |
==> default: Clearing any previously set network interfaces... | |
==> default: Preparing network interfaces based on configuration... | |
default: Adapter 1: nat | |
default: Adapter 2: hostonly | |
==> default: Forwarding ports... | |
default: 8000 => 8000 (adapter 1) | |
default: 8001 => 8001 (adapter 1) | |
default: 18080 => 18080 (adapter 1) | |
default: 8765 => 8765 (adapter 1) | |
default: 9200 => 9200 (adapter 1) | |
default: 22 => 2222 (adapter 1) | |
==> default: Running 'pre-boot' VM customizations... | |
==> default: Booting VM... | |
==> default: Waiting for machine to boot. This may take a few minutes... | |
default: SSH address: 127.0.0.1:2222 | |
default: SSH username: vagrant | |
default: SSH auth method: private key | |
default: Warning: Connection timeout. Retrying... | |
==> default: Machine booted and ready! | |
GuestAdditions versions on your host (4.3.16) and guest (4.3.14) do not match. | |
stdin: is not a tty | |
Reading package lists... | |
Building dependency tree... | |
Reading state information... | |
linux-headers-3.2.0-23-generic is already the newest version. | |
The following packages will be upgraded: | |
dkms | |
1 upgraded, 0 newly installed, 0 to remove and 154 not upgraded. | |
Need to get 72.6 kB of archives. | |
After this operation, 1,024 B of additional disk space will be used. | |
Get:1 http://us.archive.ubuntu.com/ubuntu/ precise-updates/main dkms all 2.2.0.3-1ubuntu3.2 [72.6 kB] | |
dpkg-preconfigure: unable to re-open stdin: No such file or directory | |
Fetched 72.6 kB in 0s (945 kB/s) | |
(Reading database ... 102259 files and directories currently installed.) | |
Preparing to replace dkms 2.2.0.3-1ubuntu3 (using .../dkms_2.2.0.3-1ubuntu3.2_all.deb) ... | |
Unpacking replacement dkms ... | |
Processing triggers for man-db ... | |
Setting up dkms (2.2.0.3-1ubuntu3.2) ... | |
Copy iso file /Applications/VirtualBox.app/Contents/MacOS/VBoxGuestAdditions.iso into the box /tmp/VBoxGuestAdditions.iso | |
stdin: is not a tty | |
mount: warning: /mnt seems to be mounted read-only. | |
Installing Virtualbox Guest Additions 4.3.16 - guest version is 4.3.14 | |
stdin: is not a tty | |
Verifying archive integrity... All good. | |
Uncompressing VirtualBox 4.3.16 Guest Additions for Linux............ | |
VirtualBox Guest Additions installer | |
Removing installed version 4.3.14 of VirtualBox Guest Additions... | |
Copying additional installer modules ... | |
Installing additional modules ... | |
Removing existing VirtualBox DKMS kernel modules ...done. | |
Removing existing VirtualBox non-DKMS kernel modules ...done. | |
Building the VirtualBox Guest Additions kernel modules ...done. | |
Doing non-kernel setup of the Guest Additions ...done. | |
You should restart your guest to make sure the new modules are actually used | |
Installing the Window System drivers | |
Installing X.Org Server 1.11 modules ...done. | |
Setting up the Window System to use the Guest Additions ...done. | |
You may need to restart the hal service and the Window System (or just restart | |
the guest system) to enable the Guest Additions. | |
Installing graphics libraries and desktop services components ...done. | |
An error occurred during installation of VirtualBox Guest Additions 4.3.16. Some functionality may not work as intended. | |
In most cases it is OK that the "Window System drivers" installation failed. | |
stdin: is not a tty | |
==> default: Checking for guest additions in VM... | |
==> default: Checking for host entries | |
==> default: Configuring and enabling network interfaces... | |
==> default: Exporting NFS shared folders... | |
==> default: Preparing to edit /etc/exports. Administrator privileges will be required... | |
==> default: Mounting NFS shared folders... | |
==> default: Running provisioner: shell... | |
default: Running: inline script | |
==> default: stdin: is not a tty | |
==> default: | |
==> default: PLAY [Deploy the edx_ansible role] ******************************************** | |
==> default: | |
==> default: TASK: [edx_ansible | git checkout edx_ansible repo into edx_ansible_code_dir] *** | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | install edx_ansible venv requirements] ******************* | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | create update script] ************************************ | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | create a symlink for update.sh] ************************** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | create a symlink for ansible-playbook] ******************* | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | create a symlink for the playbooks dir] ****************** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | dump all vars to yaml] *********************************** | |
==> default: skipping: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | create symlink for config file] ************************** | |
==> default: skipping: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | clean up var file, removing all version vars and internal ansible vars (anything not caps)] *** | |
==> default: skipping: [localhost] | |
==> default: | |
==> default: PLAY RECAP ******************************************************************** | |
==> default: localhost : ok=6 changed=1 unreachable=0 failed=0 | |
==> default: [WARNING]: It is unneccessary to use '{{' in loops, leave variables in loop | |
==> default: expressions bare. | |
==> default: | |
==> default: PLAY [Configure instance(s)] ************************************************** | |
==> default: | |
==> default: GATHERING FACTS *************************************************************** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | git checkout edx_ansible repo into edx_ansible_code_dir] *** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | install edx_ansible venv requirements] ******************* | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | create update script] ************************************ | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | create a symlink for update.sh] ************************** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | create a symlink for ansible-playbook] ******************* | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | create a symlink for the playbooks dir] ****************** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | dump all vars to yaml] *********************************** | |
==> default: skipping: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | create symlink for config file] ************************** | |
==> default: skipping: [localhost] | |
==> default: | |
==> default: TASK: [edx_ansible | clean up var file, removing all version vars and internal ansible vars (anything not caps)] *** | |
==> default: skipping: [localhost] | |
==> default: | |
==> default: TASK: [nltk | create the nltk data directory and subdirectories] ************** | |
==> default: ok: [localhost] => (item={'url': 'http://nltk.github.com/nltk_data/packages/taggers/maxent_treebank_pos_tagger.zip', 'path': 'taggers/maxent_treebank_pos_tagger'}) | |
==> default: ok: [localhost] => (item={'url': 'http://nltk.github.com/nltk_data/packages/corpora/stopwords.zip', 'path': 'corpora/stopwords'}) | |
==> default: ok: [localhost] => (item={'url': 'http://nltk.github.com/nltk_data/packages/corpora/wordnet.zip', 'path': 'corpora/wordnet'}) | |
==> default: | |
==> default: TASK: [nltk | download nltk data] ********************************************* | |
==> default: ok: [localhost] => (item={'url': 'http://nltk.github.com/nltk_data/packages/taggers/maxent_treebank_pos_tagger.zip', 'path': 'taggers/maxent_treebank_pos_tagger'}) | |
==> default: ok: [localhost] => (item={'url': 'http://nltk.github.com/nltk_data/packages/corpora/stopwords.zip', 'path': 'corpora/stopwords'}) | |
==> default: ok: [localhost] => (item={'url': 'http://nltk.github.com/nltk_data/packages/corpora/wordnet.zip', 'path': 'corpora/wordnet'}) | |
==> default: | |
==> default: TASK: [nltk | unarchive nltk data] ******************************************** | |
==> default: skipping: [localhost] => (item={'url': 'http://nltk.github.com/nltk_data/packages/taggers/maxent_treebank_pos_tagger.zip', 'path': 'taggers/maxent_treebank_pos_tagger'}) | |
==> default: skipping: [localhost] => (item={'url': 'http://nltk.github.com/nltk_data/packages/corpora/stopwords.zip', 'path': 'corpora/stopwords'}) | |
==> default: skipping: [localhost] => (item={'url': 'http://nltk.github.com/nltk_data/packages/corpora/wordnet.zip', 'path': 'corpora/wordnet'}) | |
==> default: | |
==> default: TASK: [edxapp | setup the edxapp env] ***************************************** | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | create ssh script for git (not authenticated)] **************** | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | create ssh script for git (authenticated)] ******************** | |
==> default: skipping: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | install read-only ssh key] ************************************ | |
==> default: skipping: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | checkout edx-platform repo into {{edxapp_code_dir}}] ********** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | git clean after checking out edx-platform] ******************** | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | checkout theme] *********************************************** | |
==> default: skipping: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | create checksum for requirements, package.json and Gemfile] *** | |
==> default: failed: [localhost] => {"changed": true, "cmd": "/usr/bin/md5sum /edx/app/edxapp/edx-platform/requirements/edx/pre.txt /edx/app/edxapp/edx-platform/requirements/edx/post.txt /edx/app/edxapp/edx-platform/requirements/edx/base.txt /edx/app/edxapp/edx-platform/requirements/edx/custom.txt /edx/app/edxapp/edx-platform/requirements/edx/paver.txt /edx/app/edxapp/edx-platform/requirements/edx-sandbox/post.txt /edx/app/edxapp/edx-platform/requirements/edx-sandbox/base.txt 2>/dev/null > /var/tmp/edxapp.req.new ", "delta": "0:00:00.005540", "end": "2014-09-24 13:35:23.982488", "item": "", "rc": 1, "start": "2014-09-24 13:35:23.976948"} | |
==> default: ...ignoring | |
==> default: | |
==> default: TASK: [edxapp | stat path=/var/tmp/edxapp.req.new] **************************** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | stat path=/var/tmp/edxapp.req.installed] ********************** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | Updating requirement files for git mirror] ******************** | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | gem install bundler] ****************************************** | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | bundle install] *********************************************** | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | Set the npm registry] ***************************************** | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | Set the npm registry permissions] ***************************** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | Install edx-platform npm dependencies] ************************ | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | install python pre-requirements] ****************************** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | install python base-requirements] ***************************** | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | install python post-requirements] ***************************** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | install python paver-requirements] **************************** | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | stat path="{{custom_requirements_file}}"] ********************* | |
==> default: ok: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | install python custom-requirements] *************************** | |
==> default: skipping: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | install python post-post requirements] ************************ | |
==> default: changed: [localhost] => (item=/edx/app/edxapp/edx-platform/requirements/edx/github.txt) | |
==> default: changed: [localhost] => (item=/edx/app/edxapp/edx-platform/requirements/edx/local.txt) | |
==> default: | |
==> default: TASK: [edxapp | install python private requirements] ************************** | |
==> default: skipping: [localhost] => (item=/edx/app/edxapp/edx-platform/requirements/edx/edx-private.txt) | |
==> default: | |
==> default: TASK: [edxapp | install CAS attribute module] ********************************* | |
==> default: skipping: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | install sandbox requirements into regular venv] *************** | |
==> default: skipping: [localhost] => (item=/edx/app/edxapp/edx-platform/requirements/edx-sandbox/base.txt) | |
==> default: skipping: [localhost] => (item=/edx/app/edxapp/edx-platform/requirements/edx-sandbox/local.txt) | |
==> default: skipping: [localhost] => (item=/edx/app/edxapp/edx-platform/requirements/edx-sandbox/post.txt) | |
==> default: | |
==> default: TASK: [edxapp | code sandbox | put sandbox apparmor profile in complain mode] *** | |
==> default: changed: [localhost] | |
==> default: | |
==> default: TASK: [edxapp | code sandbox | Install base sandbox requirements and create sandbox virtualenv] *** | |
==> default: failed: [localhost] => {"cmd": "/edx/app/edxapp/venvs/edxapp-sandbox/bin/pip install -i https://pypi.python.org/simple --exists-action w --use-mirrors -r /edx/app/edxapp/edx-platform/requirements/edx-sandbox/base.txt", "failed": true, "item": ""} | |
==> default: msg: 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: Requirement already satisfied (use --upgrade to upgrade): numpy==1.6.2 in /edx/app/edxapp/venvs/edxapp-sandbox/lib/python2.7/site-packages (from -r /edx/app/edxapp/edx-platform/requirements/edx-sandbox/base.txt (line 7)) | |
==> default: Requirement already satisfied (use --upgrade to upgrade): networkx==1.7 in /edx/app/edxapp/venvs/edxapp-sandbox/lib/python2.7/site-packages (from -r /edx/app/edxapp/edx-platform/requirements/edx-sandbox/base.txt (line 8)) | |
==> default: Requirement already satisfied (use --upgrade to upgrade): sympy==0.7.1 in /edx/app/edxapp/venvs/edxapp-sandbox/lib/python2.7/site-packages (from -r /edx/app/edxapp/edx-platform/requirements/edx-sandbox/base.txt (line 9)) | |
==> default: Requirement already satisfied (use --upgrade to upgrade): pyparsing==2.0.1 in /edx/app/edxapp/venvs/edxapp-sandbox/lib/python2.7/site-packages (from -r /edx/app/edxapp/edx-platform/requirements/edx-sandbox/base.txt (line 10)) | |
==> default: Requirement already satisfied (use --upgrade to upgrade): nltk==2.0.4 in /edx/app/edxapp/venvs/edxapp-sandbox/lib/python2.7/site-packages (from -r /edx/app/edxapp/edx-platform/requirements/edx-sandbox/base.txt (line 11)) | |
==> default: Downloading/unpacking matplotlib==1.3.1 (from -r /edx/app/edxapp/edx-platform/requirements/edx-sandbox/base.txt (line 12)) | |
==> default: Running setup.py (path:/edx/app/edxapp/venvs/edxapp-sandbox/build/matplotlib/setup.py) egg_info for package matplotlib | |
==> default: ============================================================================ | |
==> default: Edit setup.cfg to change the build options | |
==> default: | |
==> default: BUILDING MATPLOTLIB | |
==> default: matplotlib: yes [1.3.1] | |
==> default: python: yes [2.7.3 (default, Feb 27 2014, 19:58:35) [GCC | |
==> default: 4.6.3]] | |
==> default: platform: yes [linux2] | |
==> default: | |
==> default: REQUIRED DEPENDENCIES AND EXTENSIONS | |
==> default: numpy: yes [version 1.6.2] | |
==> default: dateutil: yes [dateutil was not found. It is required for date | |
==> default: axis support. pip/easy_install may attempt to | |
==> default: install it after matplotlib.] | |
==> default: tornado: yes [tornado was not found. It is required for the | |
==> default: WebAgg backend. pip/easy_install may attempt to | |
==> default: install it after matplotlib.] | |
==> default: pyparsing: yes [using pyparsing version 2.0.1] | |
==> default: pycxx: yes [Couldn't import. Using local copy.] | |
==> default: libagg: yes [pkg-config information for 'libagg' could not | |
==> default: be found. Using local copy.] | |
==> default: freetype: no [pkg-config information for 'freetype2' could | |
==> default: not be found.] | |
==> default: png: yes [version 1.2.46] | |
==> default: | |
==> default: OPTIONAL SUBPACKAGES | |
==> default: sample_data: yes [installing] | |
==> default: toolkits: yes [installing] | |
==> default: tests: yes [nose 0.11.1 or later is required to run the | |
==> default: matplotlib test suite] | |
==> default: | |
==> default: OPTIONAL BACKEND EXTENSIONS | |
==> default: macosx: no [Mac OS-X only] | |
==> default: qt4agg: no [PyQt4 not found] | |
==> default: gtk3agg: no [Requires pygobject to be installed.] | |
==> default: gtk3cairo: no [Requires cairo to be installed.] | |
==> default: gtkagg: no [Requires pygtk] | |
==> default: tkagg: no [TKAgg requires Tkinter.] | |
==> default: wxagg: no [requires wxPython] | |
==> default: gtk: no [Requires pygtk] | |
==> default: agg: yes [installing] | |
==> default: cairo: no [cairo not found] | |
==> default: windowing: no [Microsoft Windows only] | |
==> default: | |
==> default: OPTIONAL LATEX DEPENDENCIES | |
==> default: dvipng: no | |
==> default: ghostscript: no | |
==> default: latex: no | |
==> default: pdftops: no | |
==> default: | |
==> default: ============================================================================ | |
==> default: * The following required packages can not be built: | |
==> default: * freetype | |
==> default: Complete output from command python setup.py egg_info: | |
==> default: ============================================================================ | |
==> default: | |
==> default: Edit setup.cfg to change the build options | |
==> default: | |
==> default: | |
==> default: | |
==> default: BUILDING MATPLOTLIB | |
==> default: | |
==> default: matplotlib: yes [1.3.1] | |
==> default: | |
==> default: python: yes [2.7.3 (default, Feb 27 2014, 19:58:35) [GCC | |
==> default: | |
==> default: 4.6.3]] | |
==> default: | |
==> default: platform: yes [linux2] | |
==> default: | |
==> default: | |
==> default: | |
==> default: REQUIRED DEPENDENCIES AND EXTENSIONS | |
==> default: | |
==> default: numpy: yes [version 1.6.2] | |
==> default: | |
==> default: dateutil: yes [dateutil was not found. It is required for date | |
==> default: | |
==> default: axis support. pip/easy_install may attempt to | |
==> default: | |
==> default: install it after matplotlib.] | |
==> default: | |
==> default: tornado: yes [tornado was not found. It is required for the | |
==> default: | |
==> default: WebAgg backend. pip/easy_install may attempt to | |
==> default: | |
==> default: install it after matplotlib.] | |
==> default: | |
==> default: pyparsing: yes [using pyparsing version 2.0.1] | |
==> default: | |
==> default: pycxx: yes [Couldn't import. Using local copy.] | |
==> default: | |
==> default: libagg: yes [pkg-config information for 'libagg' could not | |
==> default: | |
==> default: be found. Using local copy.] | |
==> default: | |
==> default: freetype: no [pkg-config information for 'freetype2' could | |
==> default: | |
==> default: not be found.] | |
==> default: | |
==> default: png: yes [version 1.2.46] | |
==> default: | |
==> default: | |
==> default: | |
==> default: OPTIONAL SUBPACKAGES | |
==> default: | |
==> default: sample_data: yes [installing] | |
==> default: | |
==> default: toolkits: yes [installing] | |
==> default: | |
==> default: tests: yes [nose 0.11.1 or later is required to run the | |
==> default: | |
==> default: matplotlib test suite] | |
==> default: | |
==> default: | |
==> default: | |
==> default: OPTIONAL BACKEND EXTENSIONS | |
==> default: | |
==> default: macosx: no [Mac OS-X only] | |
==> default: | |
==> default: qt4agg: no [PyQt4 not found] | |
==> default: | |
==> default: gtk3agg: no [Requires pygobject to be installed.] | |
==> default: | |
==> default: gtk3cairo: no [Requires cairo to be installed.] | |
==> default: | |
==> default: gtkagg: no [Requires pygtk] | |
==> default: | |
==> default: tkagg: no [TKAgg requires Tkinter.] | |
==> default: | |
==> default: wxagg: no [requires wxPython] | |
==> default: | |
==> default: gtk: no [Requires pygtk] | |
==> default: | |
==> default: agg: yes [installing] | |
==> default: | |
==> default: cairo: no [cairo not found] | |
==> default: | |
==> default: windowing: no [Microsoft Windows only] | |
==> default: | |
==> default: | |
==> default: | |
==> default: OPTIONAL LATEX DEPENDENCIES | |
==> default: | |
==> default: dvipng: no | |
==> default: | |
==> default: ghostscript: no | |
==> default: | |
==> default: latex: no | |
==> default: | |
==> default: pdftops: no | |
==> default: | |
==> default: | |
==> default: | |
==> default: ============================================================================ | |
==> default: | |
==> default: * The following required packages can not be built: | |
==> default: | |
==> default: * freetype | |
==> default: | |
==> default: ---------------------------------------- | |
==> default: Cleaning up... | |
==> default: Command python setup.py egg_info failed with error code 1 in /edx/app/edxapp/venvs/edxapp-sandbox/build/matplotlib | |
==> default: Storing debug log for failure in /edx/app/edxapp/venvs/edxapp-sandbox/.pip/pip.log | |
==> default: | |
==> default: FATAL: all hosts have already failed -- aborting | |
==> default: | |
==> default: PLAY RECAP ******************************************************************** | |
==> default: to retry, use: --limit @/root/vagrant-devstack.retry | |
==> default: | |
==> default: localhost : ok=32 changed=12 unreachable=0 failed=1 | |
The SSH command responded with a non-zero exit status. Vagrant | |
assumes that this means the command failed. The output for this command | |
should be in the log above. Please read the output to determine what | |
went wrong. | |
db ~/devstack mastodon | |
% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment