On 09/24/2013 07:36 AM, Sean Dague wrote:

Hmmm... the issue being the infra pip mirrors take some time to update,
so here is the cliff capping review which should get the system running
again:

https://review.openstack.org/#/c/48019/

Which still apparently doesn't address the whole issue... because cliff 1.4.5 no longer appears to be compatible with the grizzly devstack environment, which is uncapped for cliff - this makes it impossible to start grizzly devstack, which means upgrade testing is failing everything, even after we cap cliff in havana. We have no easy such spigot in grizzly, as global requirements enforce was a summer project.

http://logs.openstack.org/14/48014/1/check/gate-grenade-devstack-vm/386eb51/console.html

2013-09-24 11:21:28.151 | 2013-09-24 11:21:28 Best match: cliff 1.4.5
2013-09-24 11:21:28.151 | 2013-09-24 11:21:28 Downloading http://pypi.openstack.org/openstack/cliff/cliff-1.4.5.tar.gz
2013-09-24 11:21:28.152 | 2013-09-24 11:21:28 Processing cliff-1.4.5.tar.gz
2013-09-24 11:21:28.153 | 2013-09-24 11:21:28 Running cliff-1.4.5/setup.py -q bdist_egg --dist-dir /tmp/easy_install-RcNBdM/cliff-1.4.5/egg-dist-tmp-dv0xP9 2013-09-24 11:21:28.171 | 2013-09-24 11:21:28 /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'entry_points'
2013-09-24 11:21:28.173 | 2013-09-24 11:21:28   warnings.warn(msg)
2013-09-24 11:21:28.174 | 2013-09-24 11:21:28 /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'namespace_packages'
2013-09-24 11:21:28.175 | 2013-09-24 11:21:28   warnings.warn(msg)
2013-09-24 11:21:28.176 | 2013-09-24 11:21:28 /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'zip_safe'
2013-09-24 11:21:28.177 | 2013-09-24 11:21:28   warnings.warn(msg)
2013-09-24 11:21:28.178 | 2013-09-24 11:21:28 /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'include_package_data'
2013-09-24 11:21:28.179 | 2013-09-24 11:21:28   warnings.warn(msg)
2013-09-24 11:21:28.180 | 2013-09-24 11:21:28 /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'install_requires'
2013-09-24 11:21:28.181 | 2013-09-24 11:21:28   warnings.warn(msg)
2013-09-24 11:21:28.183 | 2013-09-24 11:21:28 Traceback (most recent call last): 2013-09-24 11:21:28.184 | 2013-09-24 11:21:28 File "setup.py", line 22, in <module>
2013-09-24 11:21:28.185 | 2013-09-24 11:21:28     pbr=True)
2013-09-24 11:21:28.185 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
2013-09-24 11:21:28.186 | 2013-09-24 11:21:28     dist.run_commands()
2013-09-24 11:21:28.187 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
2013-09-24 11:21:28.211 | 2013-09-24 11:21:28     self.run_command(cmd)
2013-09-24 11:21:28.212 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command
2013-09-24 11:21:28.213 | 2013-09-24 11:21:28     cmd_obj.run()
2013-09-24 11:21:28.214 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/setuptools/command/develop.py", line 27, in run 2013-09-24 11:21:28.215 | 2013-09-24 11:21:28 self.install_for_development() 2013-09-24 11:21:28.216 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/setuptools/command/develop.py", line 105, in install_for_development 2013-09-24 11:21:28.217 | 2013-09-24 11:21:28 self.process_distribution(None, self.dist, not self.no_deps) 2013-09-24 11:21:28.218 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 692, in process_distribution 2013-09-24 11:21:28.219 | 2013-09-24 11:21:28 [requirement], self.local_index, self.easy_install 2013-09-24 11:21:28.220 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolve 2013-09-24 11:21:28.221 | 2013-09-24 11:21:28 dist = best[req.key] = env.best_match(req, self, installer) 2013-09-24 11:21:28.222 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_match 2013-09-24 11:21:28.223 | 2013-09-24 11:21:28 return self.obtain(req, installer) # try and download/install 2013-09-24 11:21:28.224 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtain 2013-09-24 11:21:28.225 | 2013-09-24 11:21:28 return installer(requirement) 2013-09-24 11:21:28.226 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 608, in easy_install 2013-09-24 11:21:28.248 | 2013-09-24 11:21:28 return self.install_item(spec, dist.location, tmpdir, deps) 2013-09-24 11:21:28.250 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 638, in install_item 2013-09-24 11:21:28.252 | 2013-09-24 11:21:28 dists = self.install_eggs(spec, download, tmpdir) 2013-09-24 11:21:28.253 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 828, in install_eggs 2013-09-24 11:21:28.254 | 2013-09-24 11:21:28 return self.build_and_install(setup_script, setup_base) 2013-09-24 11:21:28.255 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1105, in build_and_install 2013-09-24 11:21:28.256 | 2013-09-24 11:21:28 self.run_setup(setup_script, setup_base, args) 2013-09-24 11:21:28.257 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 1094, in run_setup 2013-09-24 11:21:28.258 | 2013-09-24 11:21:28 run_setup(setup_script, args) 2013-09-24 11:21:28.259 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 30, in run_setup
2013-09-24 11:21:28.260 | 2013-09-24 11:21:28     lambda: execfile(
2013-09-24 11:21:28.261 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 72, in run
2013-09-24 11:21:28.262 | 2013-09-24 11:21:28     return func()
2013-09-24 11:21:28.263 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/setuptools/sandbox.py", line 32, in <lambda> 2013-09-24 11:21:28.263 | 2013-09-24 11:21:28 {'__file__':setup_script, '__name__':'__main__'} 2013-09-24 11:21:28.264 | 2013-09-24 11:21:28 File "setup.py", line 178, in <module>
2013-09-24 11:21:28.286 | 2013-09-24 11:21:28
2013-09-24 11:21:28.286 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/distutils/core.py", line 152, in setup
2013-09-24 11:21:28.288 | 2013-09-24 11:21:28     dist.run_commands()
2013-09-24 11:21:28.288 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands
2013-09-24 11:21:28.290 | 2013-09-24 11:21:28     self.run_command(cmd)
2013-09-24 11:21:28.291 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/distutils/dist.py", line 970, in run_command 2013-09-24 11:21:28.292 | 2013-09-24 11:21:28 cmd_obj = self.get_command_obj(command) 2013-09-24 11:21:28.293 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/distutils/dist.py", line 846, in get_command_obj 2013-09-24 11:21:28.294 | 2013-09-24 11:21:28 cmd_obj = self.command_obj[command] = klass(self) 2013-09-24 11:21:28.295 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/dist-packages/setuptools/__init__.py", line 70, in __init__ 2013-09-24 11:21:28.296 | 2013-09-24 11:21:28 _Command.__init__(self,dist) 2013-09-24 11:21:28.296 | 2013-09-24 11:21:28 File "/usr/lib/python2.7/distutils/cmd.py", line 59, in __init__ 2013-09-24 11:21:28.297 | 2013-09-24 11:21:28 raise TypeError, "dist must be a Distribution instance" 2013-09-24 11:21:28.298 | 2013-09-24 11:21:28 TypeError: dist must be a Distribution instance


     -Sean



--
Sean Dague
http://dague.net

_______________________________________________
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to