[openstack-dev] [all] stable/mitaka CI failures (ImportError: No module named vine.five)

Ian Cordasco sigmavirus24 at gmail.com
Thu Dec 8 19:03:37 UTC 2016


-----Original Message-----
From: Gary Kotton <gkotton at vmware.com>
Reply: OpenStack Development Mailing List (not for usage questions)
<openstack-dev at lists.openstack.org>
Date: December 8, 2016 at 12:59:07
To: OpenStack List <openstack-dev at lists.openstack.org>
Subject:  [openstack-dev] [all] stable/mitaka CI failures
(ImportError: No module named vine.five)

> Hi,
> Stable/mitaka is broken [1]. Any idea how to resolve this. Do the requiremets need to
> pin a specific oslo.messaging version?
> Thanks
> Gary
>
> [1]
>
> File "/home/jenkins/workspace/gate-vmware-nsx-python27-db-ubuntu-trusty/.tox/py27/local/lib/python2.7/site-packages/mock/mock.py",
> line 1305, in patched
> return func(*args, **keywargs)
> File "vmware_nsx/tests/unit/dvs/test_plugin.py", line 55, in setUp
> super(DvsTestCase, self).setUp()
> File "/tmp/openstack/neutron/neutron/tests/base.py", line 271, in setUp
> self.setup_rpc_mocks()
> File "/tmp/openstack/neutron/neutron/tests/base.py", line 324, in setup_rpc_mocks
> self.messaging_conf = messaging_conffixture.ConfFixture(CONF)
> File "/home/jenkins/workspace/gate-vmware-nsx-python27-db-ubuntu-trusty/.tox/py27/local/lib/python2.7/site-packages/oslo_messaging/conffixture.py",
> line 50, in __init__
> 'oslo_messaging_rabbit')
> File "/home/jenkins/workspace/gate-vmware-nsx-python27-db-ubuntu-trusty/.tox/py27/local/lib/python2.7/site-packages/oslo_messaging/conffixture.py",
> line 25, in _import_opts
> __import__(module)
> File "/home/jenkins/workspace/gate-vmware-nsx-python27-db-ubuntu-trusty/.tox/py27/local/lib/python2.7/site-packages/oslo_messaging/_drivers/impl_rabbit.py",
> line 30, in
> import kombu.connection
> File "/home/jenkins/workspace/gate-vmware-nsx-python27-db-ubuntu-trusty/.tox/py27/local/lib/python2.7/site-packages/kombu/connection.py",
> line 15, in
> from kombu import exceptions
> File "/home/jenkins/workspace/gate-vmware-nsx-python27-db-ubuntu-trusty/.tox/py27/local/lib/python2.7/site-packages/kombu/exceptions.py",
> line 8, in
> from kombu.five import python_2_unicode_compatible
> File "/home/jenkins/workspace/gate-vmware-nsx-python27-db-ubuntu-trusty/.tox/py27/local/lib/python2.7/site-packages/kombu/five.py",
> line 6, in
> import vine.five
> ImportError: No module named vine.five

The problem is kombu 4.0.1. We encountered the same problem when 4.0.0
was released and the blacklist for that version was added.

If your project were using constraints, you would not run into this
problem. As such, what you need to do is wait for the blacklist to
pass master and be backported to the stable/mitaka branch in
openstack/requirements. The master patch has been approved and is
gating as I type this.

--
Ian Cordasco



More information about the OpenStack-dev mailing list