Created
April 14, 2013 19:22
-
-
Save groovecoder/5383856 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
vagrant@developer-local:/vagrant$ cd /tmp/ | |
vagrant@developer-local:/tmp$ /usr/bin/pip install --download-cache=/vagrant/puppet/cache/pip -r /vagrant/puppet/files/tmp/graphite_reqs.txt | |
Requirement already satisfied (use --upgrade to upgrade): django==1.3 in /usr/local/lib/python2.7/dist-packages (from -r /vagrant/puppet/files/tmp/graphite_reqs.txt (line 1)) | |
Requirement already satisfied (use --upgrade to upgrade): python-memcached in /usr/local/lib/python2.7/dist-packages (from -r /vagrant/puppet/files/tmp/graphite_reqs.txt (line 2)) | |
Requirement already satisfied (use --upgrade to upgrade): django-tagging in /usr/local/lib/python2.7/dist-packages (from -r /vagrant/puppet/files/tmp/graphite_reqs.txt (line 3)) | |
Requirement already satisfied (use --upgrade to upgrade): twisted in /usr/local/lib/python2.7/dist-packages (from -r /vagrant/puppet/files/tmp/graphite_reqs.txt (line 4)) | |
Requirement already satisfied (use --upgrade to upgrade): whisper==0.9.9 in /usr/local/lib/python2.7/dist-packages (from -r /vagrant/puppet/files/tmp/graphite_reqs.txt (line 5)) | |
Downloading/unpacking carbon==0.9.9 (from -r /vagrant/puppet/files/tmp/graphite_reqs.txt (line 6)) | |
Using download cache from /vagrant/puppet/cache/pip/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fc%2Fcarbon%2Fcarbon-0.9.9.tar.gz | |
Running setup.py egg_info for package carbon | |
package init file 'lib/twisted/plugins/__init__.py' not found (or not a regular file) | |
Downloading/unpacking graphite-web==0.9.9 (from -r /vagrant/puppet/files/tmp/graphite_reqs.txt (line 7)) | |
Using download cache from /vagrant/puppet/cache/pip/http%3A%2F%2Fpypi.python.org%2Fpackages%2Fsource%2Fg%2Fgraphite-web%2Fgraphite-web-0.9.9.tar.gz | |
Running setup.py egg_info for package graphite-web | |
Requirement already satisfied (use --upgrade to upgrade): zope.interface>=3.6.0 in /usr/local/lib/python2.7/dist-packages (from twisted->-r /vagrant/puppet/files/tmp/graphite_reqs.txt (line 4)) | |
Requirement already satisfied (use --upgrade to upgrade): txamqp in /usr/local/lib/python2.7/dist-packages (from carbon==0.9.9->-r /vagrant/puppet/files/tmp/graphite_reqs.txt (line 6)) | |
Requirement already satisfied (use --upgrade to upgrade): distribute in /usr/lib/python2.7/dist-packages (from zope.interface>=3.6.0->twisted->-r /vagrant/puppet/files/tmp/graphite_reqs.txt (line 4)) | |
Installing collected packages: carbon, graphite-web | |
Running setup.py install for carbon | |
package init file 'lib/twisted/plugins/__init__.py' not found (or not a regular file) | |
changing mode of build/scripts-2.7/carbon-aggregator.py from 664 to 775 | |
changing mode of build/scripts-2.7/carbon-relay.py from 664 to 775 | |
changing mode of build/scripts-2.7/carbon-client.py from 664 to 775 | |
changing mode of build/scripts-2.7/carbon-cache.py from 664 to 775 | |
changing mode of build/scripts-2.7/validate-storage-schemas.py from 664 to 775 | |
error: could not delete '/opt/graphite/lib/twisted/plugins/carbon_cache_plugin.py': Permission denied | |
Complete output from command /usr/bin/python -c "import setuptools;__file__='/tmp/build/carbon/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-uVpDIg-record/install-record.txt: | |
running install | |
running build | |
running build_py | |
creating build | |
creating build/lib.linux-x86_64-2.7 | |
creating build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/routers.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/relayrules.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/protocols.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/storage.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/client.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/rewrite.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/hashing.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/util.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/events.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/__init__.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/log.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/manhole.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/state.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/amqp_listener.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/writer.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/instrumentation.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/management.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/cache.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/service.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/conf.py -> build/lib.linux-x86_64-2.7/carbon | |
copying lib/carbon/amqp_publisher.py -> build/lib.linux-x86_64-2.7/carbon | |
creating build/lib.linux-x86_64-2.7/carbon/aggregator | |
copying lib/carbon/aggregator/rules.py -> build/lib.linux-x86_64-2.7/carbon/aggregator | |
copying lib/carbon/aggregator/receiver.py -> build/lib.linux-x86_64-2.7/carbon/aggregator | |
copying lib/carbon/aggregator/buffers.py -> build/lib.linux-x86_64-2.7/carbon/aggregator | |
copying lib/carbon/aggregator/__init__.py -> build/lib.linux-x86_64-2.7/carbon/aggregator | |
package init file 'lib/twisted/plugins/__init__.py' not found (or not a regular file) | |
creating build/lib.linux-x86_64-2.7/twisted | |
creating build/lib.linux-x86_64-2.7/twisted/plugins | |
copying lib/twisted/plugins/carbon_cache_plugin.py -> build/lib.linux-x86_64-2.7/twisted/plugins | |
copying lib/twisted/plugins/carbon_relay_plugin.py -> build/lib.linux-x86_64-2.7/twisted/plugins | |
copying lib/twisted/plugins/carbon_aggregator_plugin.py -> build/lib.linux-x86_64-2.7/twisted/plugins | |
copying lib/carbon/amqp0-8.xml -> build/lib.linux-x86_64-2.7/carbon | |
running build_scripts | |
creating build/scripts-2.7 | |
copying and adjusting bin/carbon-aggregator.py -> build/scripts-2.7 | |
copying and adjusting bin/carbon-relay.py -> build/scripts-2.7 | |
copying and adjusting bin/carbon-client.py -> build/scripts-2.7 | |
copying and adjusting bin/carbon-cache.py -> build/scripts-2.7 | |
copying and adjusting bin/validate-storage-schemas.py -> build/scripts-2.7 | |
changing mode of build/scripts-2.7/carbon-aggregator.py from 664 to 775 | |
changing mode of build/scripts-2.7/carbon-relay.py from 664 to 775 | |
changing mode of build/scripts-2.7/carbon-client.py from 664 to 775 | |
changing mode of build/scripts-2.7/carbon-cache.py from 664 to 775 | |
changing mode of build/scripts-2.7/validate-storage-schemas.py from 664 to 775 | |
running install_lib | |
copying build/lib.linux-x86_64-2.7/twisted/plugins/carbon_cache_plugin.py -> /opt/graphite/lib/twisted/plugins | |
error: could not delete '/opt/graphite/lib/twisted/plugins/carbon_cache_plugin.py': Permission denied | |
---------------------------------------- | |
Command /usr/bin/python -c "import setuptools;__file__='/tmp/build/carbon/setup.py';exec(compile(open(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --single-version-externally-managed --record /tmp/pip-uVpDIg-record/install-record.txt failed with error code 1 | |
Storing complete log in /home/vagrant/.pip/pip.log |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment