[openstack-dev] [nova] 'SetuptoolsVersion' object does not support indexing 2014-12-14 12:38:38.563 |
Gary Kotton
gkotton at vmware.com
Sun Dec 14 13:40:56 UTC 2014
Hi,
Anyone familiar with the cause of this - seems like all unit tests are failing. An example is below:
Traceback (most recent call last):
2014-12-14 12:38:38.595<http://logs.openstack.org/69/140669/4/check//gate-nova-python27/ca17eb5/console.html#_2014-12-14_12_38_38_595> | File "nova/tests/unit/virt/xenapi/test_xenapi.py", line 1945, in test_resize_ensure_vm_is_shutdown_fails
2014-12-14 12:38:38.595<http://logs.openstack.org/69/140669/4/check//gate-nova-python27/ca17eb5/console.html#_2014-12-14_12_38_38_595> | conn = xenapi_conn.XenAPIDriver(fake.FakeVirtAPI(), False)
2014-12-14 12:38:38.595<http://logs.openstack.org/69/140669/4/check//gate-nova-python27/ca17eb5/console.html#_2014-12-14_12_38_38_595> | File "nova/virt/xenapi/driver.py", line 119, in __init__
2014-12-14 12:38:38.596<http://logs.openstack.org/69/140669/4/check//gate-nova-python27/ca17eb5/console.html#_2014-12-14_12_38_38_596> | self._session = session.XenAPISession(url, username, password)
2014-12-14 12:38:38.596<http://logs.openstack.org/69/140669/4/check//gate-nova-python27/ca17eb5/console.html#_2014-12-14_12_38_38_596> | File "nova/virt/xenapi/client/session.py", line 96, in __init__
2014-12-14 12:38:38.596<http://logs.openstack.org/69/140669/4/check//gate-nova-python27/ca17eb5/console.html#_2014-12-14_12_38_38_596> | self._verify_plugin_version()
2014-12-14 12:38:38.596<http://logs.openstack.org/69/140669/4/check//gate-nova-python27/ca17eb5/console.html#_2014-12-14_12_38_38_596> | File "nova/virt/xenapi/client/session.py", line 105, in _verify_plugin_version
2014-12-14 12:38:38.596<http://logs.openstack.org/69/140669/4/check//gate-nova-python27/ca17eb5/console.html#_2014-12-14_12_38_38_596> | if not versionutils.is_compatible(requested_version, current_version):
2014-12-14 12:38:38.596<http://logs.openstack.org/69/140669/4/check//gate-nova-python27/ca17eb5/console.html#_2014-12-14_12_38_38_596> | File "nova/openstack/common/versionutils.py", line 200, in is_compatible
2014-12-14 12:38:38.596<http://logs.openstack.org/69/140669/4/check//gate-nova-python27/ca17eb5/console.html#_2014-12-14_12_38_38_596> | if same_major and (requested_parts[0] != current_parts[0]):
2014-12-14 12:38:38.596<http://logs.openstack.org/69/140669/4/check//gate-nova-python27/ca17eb5/console.html#_2014-12-14_12_38_38_596> | TypeError: 'SetuptoolsVersion' object does not support indexing
Thanks
Gary
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstack.org/pipermail/openstack-dev/attachments/20141214/d4fa407e/attachment.html>
More information about the OpenStack-dev
mailing list