-----Original Message-----
From: Gary Kotton <gkot...@vmware.com>
Reply: OpenStack Development Mailing List (not for usage questions)
<openstack-dev@lists.openstack.org>
Date: December 8, 2016 at 12:59:07
To: OpenStack List <openstack-dev@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

__________________________________________________________________________
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

Reply via email to