[openstack-dev] [nova][infra] nova py27 unit test failures in libvirt

2014-01-07 Thread Lu, Lianhao
Hi guys,

This afternoon I suddenly find that there are quite a lot of nova py27 unit 
test failures on Jenkins, like 
http://logs.openstack.org/15/62815/5/gate/gate-nova-python27/82d5d52/console.html.

It seems to me that the registerCloseCallback method is not available any more 
in virConnect class. I'm not sure whether this is caused by a new version of 
libvirt python binding?

Any comments?

-Lianhao

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


Re: [openstack-dev] [nova][infra] nova py27 unit test failures in libvirt

2014-01-07 Thread Jay Lau
A bug was filed: https://bugs.launchpad.net/nova/+bug/1266711

Thanks,

Jay


2014/1/7 Lu, Lianhao 

> Hi guys,
>
> This afternoon I suddenly find that there are quite a lot of nova py27
> unit test failures on Jenkins, like
> http://logs.openstack.org/15/62815/5/gate/gate-nova-python27/82d5d52/console.html
> .
>
> It seems to me that the registerCloseCallback method is not available any
> more in virConnect class. I'm not sure whether this is caused by a new
> version of libvirt python binding?
>
> Any comments?
>
> -Lianhao
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [nova][infra] nova py27 unit test failures in libvirt

2014-01-07 Thread Sean Dague
This looks like it's a 100% failure bug at this point. I expect that 
because of timing it's based on a change in the base image due to 
nodepool rebuilding.


-Sean

On 01/07/2014 06:56 AM, Jay Lau wrote:

A bug was filed: https://bugs.launchpad.net/nova/+bug/1266711

Thanks,

Jay


2014/1/7 Lu, Lianhao mailto:lianhao...@intel.com>>

Hi guys,

This afternoon I suddenly find that there are quite a lot of nova
py27 unit test failures on Jenkins, like

http://logs.openstack.org/15/62815/5/gate/gate-nova-python27/82d5d52/console.html.

It seems to me that the registerCloseCallback method is not
available any more in virConnect class. I'm not sure whether this is
caused by a new version of libvirt python binding?

Any comments?

-Lianhao

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org

http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev




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




--
Sean Dague
Samsung Research America
s...@dague.net / sean.da...@samsung.com
http://dague.net

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


Re: [openstack-dev] [nova][infra] nova py27 unit test failures in libvirt

2014-01-08 Thread Jeremy Stanley
On 2014-01-07 07:17:58 -0500 (-0500), Sean Dague wrote:
> This looks like it's a 100% failure bug at this point. I expect that
> because of timing it's based on a change in the base image due to
> nodepool rebuilding.

Actually not... Nova's Python 2.7 unit tests don't run on
nodepool-managed workers, just static (manually built, long-running)
Ubuntu VMs.

But the bug has the details at this point. In short, lurking
misconfiguration triggered by an update to install libvirt-dev
caused latest libvirt from Ubuntu Cloud Archive to be installed and
Nova doesn't support newer libvirt versions.
-- 
Jeremy Stanley

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