Advertisement
Guest User

openstack stack trace

a guest
May 22nd, 2014
254
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.15 KB | None | 0 0
  1. Downloading/unpacking python-swiftclient>=2.0.2 (from -r /opt/stack/heat/requirements.txt (line 22))
  2. Running setup.py (path:/opt/stack/venvs/openstack/build/python-swiftclient/setup.py) egg_info for package python-swiftclient
  3. [pbr] Processing SOURCES.txt
  4. warning: LocalManifestMaker: standard file '-c' not found
  5.  
  6. warning: no previously-included files found matching '.gitignore'
  7. warning: no previously-included files found matching '.gitreview'
  8. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  9. warning: no files found matching '*' under directory 'tools'
  10. Downloading/unpacking python-troveclient>=1.0.4 (from -r /opt/stack/heat/requirements.txt (line 23))
  11. Running setup.py (path:/opt/stack/venvs/openstack/build/python-troveclient/setup.py) egg_info for package python-troveclient
  12. [pbr] Processing SOURCES.txt
  13. warning: LocalManifestMaker: standard file '-c' not found
  14.  
  15. warning: no previously-included files found matching '.gitignore'
  16. warning: no previously-included files found matching '.gitreview'
  17. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  18. warning: no previously-included files found matching '.gitignore'
  19. warning: no previously-included files found matching '.gitreview'
  20. warning: no previously-included files matching '*.pyc' found anywhere in distribution
  21. Downloading/unpacking PyYAML>=3.1.0 (from -r /opt/stack/heat/requirements.txt (line 24))
  22. Running setup.py (path:/opt/stack/venvs/openstack/build/PyYAML/setup.py) egg_info for package PyYAML
  23.  
  24. Downloading/unpacking qpid-python (from -r /opt/stack/heat/requirements.txt (line 25))
  25. Running setup.py (path:/opt/stack/venvs/openstack/build/qpid-python/setup.py) egg_info for package qpid-python
  26.  
  27. Downloading/unpacking requests>=1.1 (from -r /opt/stack/heat/requirements.txt (line 26))
  28. Downloading/unpacking Routes>=1.12.3 (from -r /opt/stack/heat/requirements.txt (line 27))
  29. Downloading/unpacking six>=1.6.0 (from -r /opt/stack/heat/requirements.txt (line 28))
  30. Cleaning up...
  31. Exception:
  32. Traceback (most recent call last):
  33. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/basecommand.py", line 122, in main
  34. status = self.run(options, args)
  35. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/commands/install.py", line 278, in run
  36. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  37. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/req.py", line 1197, in prepare_files
  38. do_download,
  39. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/req.py", line 1375, in unpack_url
  40. self.session,
  41. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/download.py", line 546, in unpack_http_url
  42. resp = session.get(target_url, stream=True)
  43. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 468, in get
  44. return self.request('GET', url, **kwargs)
  45. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/download.py", line 237, in request
  46. return super(PipSession, self).request(method, url, *args, **kwargs)
  47. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 456, in request
  48. resp = self.send(prep, **send_kwargs)
  49. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/_vendor/requests/sessions.py", line 559, in send
  50. r = adapter.send(request, **kwargs)
  51. File "/opt/stack/venvs/openstack/local/lib/python2.7/site-packages/pip/_vendor/requests/adapters.py", line 378, in send
  52. raise ProxyError(e)
  53. ProxyError: ('Cannot connect to proxy.', gaierror(-2, 'Name or service not known'))
  54.  
  55. Storing debug log for failure in /root/.pip/pip.log
  56. ++ check_break after-error run_in_target bash
  57. ++ echo ''
  58. ++ egrep -e '(,|^)after-error(,|$)' -q
  59. + cleanup
  60. + unmount_image
  61. + sync
  62. + unmount_dir /tmp/image.F3Yixas0/mnt
  63. + local pattern=/tmp/image.F3Yixas0/mnt mnts=
  64. + '[' -n /tmp/image.F3Yixas0/mnt ']'
  65. ++ awk '{print $2}'
  66. ++ grep '^/tmp/image.F3Yixas0/mnt'
  67. ++ sort -r
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement