pbr fails to install during check-swift-dsvm-functional job

Bug #1257933 reported by Peter Portante
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
devstack
Invalid
Undecided
Unassigned

Bug Description

See: http://logs.openstack.org/13/47713/7/check/check-swift-dsvm-functional/db9cc6c/console.html

2013-12-04 00:21:19.823 | 2013-12-04 00:21:19 + sudo PIP_DOWNLOAD_CACHE=/var/cache/pip HTTP_PROXY= HTTPS_PROXY= NO_PROXY= /usr/local/bin/pip install --build=/tmp/pip-build.yUMDk -e /opt/stack/new/pbr
2013-12-04 00:21:19.833 | 2013-12-04 00:21:19 Obtaining file:///opt/stack/new/pbr
2013-12-04 00:21:19.844 | 2013-12-04 00:21:19 Running setup.py egg_info for package from file:///opt/stack/new/pbr
2013-12-04 00:21:19.854 | 2013-12-04 00:21:19 Traceback (most recent call last):
2013-12-04 00:21:19.864 | 2013-12-04 00:21:19 File "<string>", line 16, in <module>
2013-12-04 00:21:19.875 | 2013-12-04 00:21:19 File "/opt/stack/new/pbr/setup.py", line 22, in <module>
2013-12-04 00:21:19.884 | 2013-12-04 00:21:19 pbr=True)
2013-12-04 00:21:19.895 | 2013-12-04 00:21:19 File "/usr/lib/python2.7/distutils/core.py", line 112, in setup
2013-12-04 00:21:19.906 | 2013-12-04 00:21:19 _setup_distribution = dist = klass(attrs)
2013-12-04 00:21:19.917 | 2013-12-04 00:21:19 File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__
2013-12-04 00:21:19.927 | 2013-12-04 00:21:19 self.fetch_build_eggs(attrs.pop('setup_requires'))
2013-12-04 00:21:19.938 | 2013-12-04 00:21:19 File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggs
2013-12-04 00:21:19.947 | 2013-12-04 00:21:19 parse_requirements(requires), installer=self.fetch_build_egg
2013-12-04 00:21:19.959 | 2013-12-04 00:21:19 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolve
2013-12-04 00:21:19.969 | 2013-12-04 00:21:19 dist = best[req.key] = env.best_match(req, self, installer)
2013-12-04 00:21:19.978 | 2013-12-04 00:21:19 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_match
2013-12-04 00:21:19.988 | 2013-12-04 00:21:19 return self.obtain(req, installer) # try and download/install
2013-12-04 00:21:19.998 | 2013-12-04 00:21:19 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtain
2013-12-04 00:21:20.070 | 2013-12-04 00:21:19 return installer(requirement)
2013-12-04 00:21:20.071 | 2013-12-04 00:21:20 File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_egg
2013-12-04 00:21:20.082 | 2013-12-04 00:21:20 return cmd.easy_install(req)
2013-12-04 00:21:20.083 | 2013-12-04 00:21:20 File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 595, in easy_install
2013-12-04 00:21:20.083 | 2013-12-04 00:21:20 self.local_index
2013-12-04 00:21:20.084 | 2013-12-04 00:21:20 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 492, in fetch_distribution
2013-12-04 00:21:20.087 | 2013-12-04 00:21:20 dist = find(requirement)
2013-12-04 00:21:20.116 | 2013-12-04 00:21:20 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 475, in find
2013-12-04 00:21:20.116 | 2013-12-04 00:21:20 location=self.download(dist.location, tmpdir)
2013-12-04 00:21:20.119 | 2013-12-04 00:21:20 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 414, in download
2013-12-04 00:21:20.121 | 2013-12-04 00:21:20 found = self._download_url(scheme.group(1), spec, tmpdir)
2013-12-04 00:21:20.124 | 2013-12-04 00:21:20 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 663, in _download_url
2013-12-04 00:21:20.126 | 2013-12-04 00:21:20 return self._attempt_download(url, filename)
2013-12-04 00:21:20.135 | 2013-12-04 00:21:20 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 672, in _attempt_download
2013-12-04 00:21:20.145 | 2013-12-04 00:21:20 headers = self._download_to(url, filename)
2013-12-04 00:21:20.156 | 2013-12-04 00:21:20 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 571, in _download_to
2013-12-04 00:21:20.165 | 2013-12-04 00:21:20 fp = self.open_url(url)
2013-12-04 00:21:20.175 | 2013-12-04 00:21:20 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 624, in open_url
2013-12-04 00:21:20.185 | 2013-12-04 00:21:20 % (url, v.reason))
2013-12-04 00:21:20.195 | 2013-12-04 00:21:20 distutils.errors.DistutilsError: Download error for http://pypi.openstack.org/openstack/pbr/pbr-0.5.23.tar.gz: timed out
2013-12-04 00:22:46.346 | 2013-12-04 00:22:46 Complete output from command python setup.py egg_info:
2013-12-04 00:22:46.383 | 2013-12-04 00:22:46 Traceback (most recent call last):
2013-12-04 00:22:46.385 | 2013-12-04 00:22:46
2013-12-04 00:22:46.385 | 2013-12-04 00:22:46 File "<string>", line 16, in <module>
2013-12-04 00:22:46.386 | 2013-12-04 00:22:46
2013-12-04 00:22:46.396 | 2013-12-04 00:22:46 File "/opt/stack/new/pbr/setup.py", line 22, in <module>
2013-12-04 00:22:46.420 | 2013-12-04 00:22:46
2013-12-04 00:22:46.421 | 2013-12-04 00:22:46 pbr=True)
2013-12-04 00:22:46.424 | 2013-12-04 00:22:46
2013-12-04 00:22:46.456 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/distutils/core.py", line 112, in setup
2013-12-04 00:22:46.457 | 2013-12-04 00:22:46
2013-12-04 00:22:46.457 | 2013-12-04 00:22:46 _setup_distribution = dist = klass(attrs)
2013-12-04 00:22:46.461 | 2013-12-04 00:22:46
2013-12-04 00:22:46.471 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__
2013-12-04 00:22:46.481 | 2013-12-04 00:22:46
2013-12-04 00:22:46.491 | 2013-12-04 00:22:46 self.fetch_build_eggs(attrs.pop('setup_requires'))
2013-12-04 00:22:46.500 | 2013-12-04 00:22:46
2013-12-04 00:22:46.510 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggs
2013-12-04 00:22:46.528 | 2013-12-04 00:22:46
2013-12-04 00:22:46.529 | 2013-12-04 00:22:46 parse_requirements(requires), installer=self.fetch_build_egg
2013-12-04 00:22:46.538 | 2013-12-04 00:22:46
2013-12-04 00:22:46.547 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolve
2013-12-04 00:22:46.556 | 2013-12-04 00:22:46
2013-12-04 00:22:46.565 | 2013-12-04 00:22:46 dist = best[req.key] = env.best_match(req, self, installer)
2013-12-04 00:22:46.575 | 2013-12-04 00:22:46
2013-12-04 00:22:46.585 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_match
2013-12-04 00:22:46.594 | 2013-12-04 00:22:46
2013-12-04 00:22:46.604 | 2013-12-04 00:22:46 return self.obtain(req, installer) # try and download/install
2013-12-04 00:22:46.613 | 2013-12-04 00:22:46
2013-12-04 00:22:46.622 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtain
2013-12-04 00:22:46.632 | 2013-12-04 00:22:46
2013-12-04 00:22:46.642 | 2013-12-04 00:22:46 return installer(requirement)
2013-12-04 00:22:46.651 | 2013-12-04 00:22:46
2013-12-04 00:22:46.661 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_egg
2013-12-04 00:22:46.671 | 2013-12-04 00:22:46
2013-12-04 00:22:46.681 | 2013-12-04 00:22:46 return cmd.easy_install(req)
2013-12-04 00:22:46.691 | 2013-12-04 00:22:46
2013-12-04 00:22:46.702 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 595, in easy_install
2013-12-04 00:22:46.711 | 2013-12-04 00:22:46
2013-12-04 00:22:46.721 | 2013-12-04 00:22:46 self.local_index
2013-12-04 00:22:46.731 | 2013-12-04 00:22:46
2013-12-04 00:22:46.740 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 492, in fetch_distribution
2013-12-04 00:22:46.751 | 2013-12-04 00:22:46
2013-12-04 00:22:46.762 | 2013-12-04 00:22:46 dist = find(requirement)
2013-12-04 00:22:46.770 | 2013-12-04 00:22:46
2013-12-04 00:22:46.777 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 475, in find
2013-12-04 00:22:46.784 | 2013-12-04 00:22:46
2013-12-04 00:22:46.793 | 2013-12-04 00:22:46 location=self.download(dist.location, tmpdir)
2013-12-04 00:22:46.799 | 2013-12-04 00:22:46
2013-12-04 00:22:46.807 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 414, in download
2013-12-04 00:22:46.814 | 2013-12-04 00:22:46
2013-12-04 00:22:46.821 | 2013-12-04 00:22:46 found = self._download_url(scheme.group(1), spec, tmpdir)
2013-12-04 00:22:46.829 | 2013-12-04 00:22:46
2013-12-04 00:22:46.836 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 663, in _download_url
2013-12-04 00:22:46.844 | 2013-12-04 00:22:46
2013-12-04 00:22:46.855 | 2013-12-04 00:22:46 return self._attempt_download(url, filename)
2013-12-04 00:22:46.863 | 2013-12-04 00:22:46
2013-12-04 00:22:46.872 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 672, in _attempt_download
2013-12-04 00:22:46.879 | 2013-12-04 00:22:46
2013-12-04 00:22:46.888 | 2013-12-04 00:22:46 headers = self._download_to(url, filename)
2013-12-04 00:22:46.896 | 2013-12-04 00:22:46
2013-12-04 00:22:46.904 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 571, in _download_to
2013-12-04 00:22:46.912 | 2013-12-04 00:22:46
2013-12-04 00:22:46.921 | 2013-12-04 00:22:46 fp = self.open_url(url)
2013-12-04 00:22:46.929 | 2013-12-04 00:22:46
2013-12-04 00:22:46.938 | 2013-12-04 00:22:46 File "/usr/lib/python2.7/dist-packages/setuptools/package_index.py", line 624, in open_url
2013-12-04 00:22:46.947 | 2013-12-04 00:22:46
2013-12-04 00:22:46.956 | 2013-12-04 00:22:46 % (url, v.reason))
2013-12-04 00:22:46.964 | 2013-12-04 00:22:46
2013-12-04 00:22:46.973 | 2013-12-04 00:22:46 distutils.errors.DistutilsError: Download error for http://pypi.openstack.org/openstack/pbr/pbr-0.5.23.tar.gz: timed out
2013-12-04 00:22:46.984 | 2013-12-04 00:22:46
2013-12-04 00:22:46.993 | 2013-12-04 00:22:46 ----------------------------------------
2013-12-04 00:22:47.001 | 2013-12-04 00:22:46 Cleaning up...
2013-12-04 00:22:47.010 | 2013-12-04 00:22:47 Command python setup.py egg_info failed with error code 1 in /opt/stack/new/pbr
2013-12-04 00:22:47.020 | 2013-12-04 00:22:47 Storing complete log in /opt/stack/new/.pip/pip.log

Revision history for this message
Dean Troyer (dtroyer) wrote :

Not an actionable bug report

Changed in devstack:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.