Re: [Openstack] [SWIFT] raising network traffic on the storage node

2013-07-09 Thread Robert van Leeuwen
 If the replication traffic is responsible for this raising network traffic 
 for only 1.200.000 objects, how much traffic I can 
 expect if I have 100.000.000 objects stored?
 The average size of my mailobjects are 120 kB. 
 It's planned to use all 12 hard drive slots of my DELL R720xd with 4  TB 
 drives
. I have 5 storage nodes and 2 balanced proxy nodes. Will the replication 
traffic kill my system?

We are running with   400.000.000 objects  across 11 object storage nodes.
Total network traffic on any of those nodes is less then 10 MByte /second

However we have seen slowdowns with lots of small files and really big disks.
The issue is not related to the network but the local filesystem/disk.
When the inode cache gets insufficient you can see terrible slow-downs.
There have been a few threads about that in this list, having a lot of memory 
usually helps a bit.

Cheers,
Robert van Leeuwen
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] error while creating instance on nfs share

2013-07-09 Thread JuanFra Rodriguez Cardoso
Diablo release? I'd recommend you use the lastest release for live
migrations:

http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-live-migrations.html

Regards,
---
JuanFra


2013/7/8 Chathura M. Sarathchandra Magurawalage 77.chath...@gmail.com

 Hello al,

 I followed the Openstack instructions for enabling vm migration   (
 http://docs.openstack.org/diablo/openstack-compute/admin/content/configuring-live-migrations.html
  )

 But I can not get it working, since when I create an instance I get the
 following error on the compute node.

 2013-07-08 17:01:34 9329 ERROR nova.openstack.common.rpc.amqp [-]
 Exception during message handling
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp Traceback
 (most recent call last):
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py, line
 276, in _process_data
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp rval =
 self.proxy.dispatch(ctxt, version, method, **args)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py,
 line 145, in dispatch
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return
 getattr(proxyobj, method)(ctxt, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 117, in wrapped
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 temp_level, payload)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 92, in wrapped
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return
 f(*args, **kw)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 176, in
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp pass
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 162, in
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return
 function(self, context, *args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 197, in
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 kwargs['instance']['uuid'], e, sys.exc_info())
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 191, in
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return
 function(self, context, *args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 839, in
 run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 do_run_instance()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/utils.py, line 803, in inner
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp retval =
 f(*args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 838, in
 do_run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 admin_password, is_first_time, instance)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 529, in
 _run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self._set_instance_error_state(context, instance['uuid'])
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 517, in
 _run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 is_first_time, request_spec, filter_properties)
 2013-07-08 

[Openstack] which API can do these?

2013-07-09 Thread Peter Cheung
Hi All  which API can do these?
1) adjust the RAM size, no of CPU core to an instance2) enlarge a disk to an 
instance3) get the information about ram/cpu/disk size of an instance

Thanksfrom Peter  ___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] error while creating instance on nfs share

2013-07-09 Thread Chathura M. Sarathchandra Magurawalage
I am using Folsom release.

I have followed the instruction on that page.


On 9 July 2013 10:57, JuanFra Rodriguez Cardoso 
juanfra.rodriguez.card...@gmail.com wrote:

 Diablo release? I'd recommend you use the lastest release for live
 migrations:


 http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-live-migrations.html

 Regards,
 ---
 JuanFra


 2013/7/8 Chathura M. Sarathchandra Magurawalage 77.chath...@gmail.com

  Hello al,

 I followed the Openstack instructions for enabling vm migration   (
 http://docs.openstack.org/diablo/openstack-compute/admin/content/configuring-live-migrations.html
  )

 But I can not get it working, since when I create an instance I get the
 following error on the compute node.

 2013-07-08 17:01:34 9329 ERROR nova.openstack.common.rpc.amqp [-]
 Exception during message handling
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp Traceback
 (most recent call last):
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py, line
 276, in _process_data
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp rval =
 self.proxy.dispatch(ctxt, version, method, **args)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py,
 line 145, in dispatch
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return
 getattr(proxyobj, method)(ctxt, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 117, in wrapped
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 temp_level, payload)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 92, in wrapped
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return
 f(*args, **kw)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 176, in
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp pass
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 162, in
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return
 function(self, context, *args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 197, in
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 kwargs['instance']['uuid'], e, sys.exc_info())
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 191, in
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return
 function(self, context, *args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 839, in
 run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 do_run_instance()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/utils.py, line 803, in inner
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp retval
 = f(*args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 838, in
 do_run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 admin_password, is_first_time, instance)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 529, in
 _run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self._set_instance_error_state(context, instance['uuid'])
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 

[Openstack] Grizzly Compute gives error

2013-07-09 Thread raghavendra.lad


Hi,

I have tried the below link to install.
https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst

In my Nova-conf I have substituted for 192.168.22.4 instead of 10.10.10.53 
under Vnc configuration

Vi /etc/nova/nova.conf   (My Compute node) All other nodes work fine.

Under the below para.

 *   # Vnc configuration
 *   novnc_enabled=true
 *   novncproxy_base_url=http://192.168.100.51:6080/vnc_auto.html
 *   novncproxy_port=6080
 *   vncserver_proxyclient_address=10.10.10.53
 *   vncserver_listen=0.0.0.0
 *




The screen shot of error message

[cid:image001.png@01CE7CBA.5DCC8990]



Regards,
Raghavendra Lad


This message is for the designated recipient only and may contain privileged, 
proprietary, or otherwise confidential information. If you have received it in 
error, please notify the sender immediately and delete the original. Any other 
use of the e-mail by you is prohibited.

Where allowed by local law, electronic communications with Accenture and its 
affiliates, including e-mail and instant messaging (including content), may be 
scanned by our systems for the purposes of information security and assessment 
of internal compliance with Accenture policy.

__

www.accenture.com
inline: image001.png___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] error while creating instance on nfs share

2013-07-09 Thread JuanFra Rodriguez Cardoso
and
http://openstack-folsom-install-guide.readthedocs.org/en/latest/#setup-live-migration?

---
JuanFra


2013/7/9 Chathura M. Sarathchandra Magurawalage 77.chath...@gmail.com

 I am using Folsom release.

 I have followed the instruction on that page.


 On 9 July 2013 10:57, JuanFra Rodriguez Cardoso 
 juanfra.rodriguez.card...@gmail.com wrote:

 Diablo release? I'd recommend you use the lastest release for live
 migrations:


 http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-live-migrations.html

 Regards,
 ---
 JuanFra


 2013/7/8 Chathura M. Sarathchandra Magurawalage 77.chath...@gmail.com

  Hello al,

 I followed the Openstack instructions for enabling vm migration   (
 http://docs.openstack.org/diablo/openstack-compute/admin/content/configuring-live-migrations.html
  )

 But I can not get it working, since when I create an instance I get the
 following error on the compute node.

 2013-07-08 17:01:34 9329 ERROR nova.openstack.common.rpc.amqp [-]
 Exception during message handling
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp Traceback
 (most recent call last):
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py, line
 276, in _process_data
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp rval =
 self.proxy.dispatch(ctxt, version, method, **args)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py,
 line 145, in dispatch
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return
 getattr(proxyobj, method)(ctxt, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 117, in wrapped
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 temp_level, payload)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 92, in wrapped
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return
 f(*args, **kw)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 176, in
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp pass
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 162, in
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return
 function(self, context, *args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 197, in
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 kwargs['instance']['uuid'], e, sys.exc_info())
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 191, in
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return
 function(self, context, *args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 839, in
 run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 do_run_instance()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/utils.py, line 803, in inner
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp retval
 = f(*args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 838, in
 do_run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 admin_password, is_first_time, instance)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 529, in
 _run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 self._set_instance_error_state(context, instance['uuid'])
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 

Re: [Openstack] error while creating instance on nfs share

2013-07-09 Thread Razique Mahroua
What backend do you use?

Le 9 juil. 2013 à 12:20, JuanFra Rodriguez Cardoso 
juanfra.rodriguez.card...@gmail.com a écrit :

 and 
 http://openstack-folsom-install-guide.readthedocs.org/en/latest/#setup-live-migration
  ?
 
 ---
 JuanFra
 
 
 2013/7/9 Chathura M. Sarathchandra Magurawalage 77.chath...@gmail.com
 I am using Folsom release.
 
 I have followed the instruction on that page.
 
 
 On 9 July 2013 10:57, JuanFra Rodriguez Cardoso 
 juanfra.rodriguez.card...@gmail.com wrote:
 Diablo release? I'd recommend you use the lastest release for live migrations:
 
 http://docs.openstack.org/trunk/openstack-compute/admin/content/configuring-live-migrations.html
  
 
 Regards,
 ---
 JuanFra
 
 
 2013/7/8 Chathura M. Sarathchandra Magurawalage 77.chath...@gmail.com
 Hello al,
 
 I followed the Openstack instructions for enabling vm migration   ( 
 http://docs.openstack.org/diablo/openstack-compute/admin/content/configuring-live-migrations.html
  )
 
 But I can not get it working, since when I create an instance I get the 
 following error on the compute node.
 
 2013-07-08 17:01:34 9329 ERROR nova.openstack.common.rpc.amqp [-] Exception 
 during message handling
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp Traceback (most 
 recent call last):
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py, line 
 276, in _process_data
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp rval = 
 self.proxy.dispatch(ctxt, version, method, **args)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py, 
 line 145, in dispatch
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return 
 getattr(proxyobj, method)(ctxt, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 117, in wrapped
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp temp_level, 
 payload)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp 
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 92, in wrapped
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return 
 f(*args, **kw)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 176, in 
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp pass
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp 
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 162, in 
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return 
 function(self, context, *args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 197, in 
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp 
 kwargs['instance']['uuid'], e, sys.exc_info())
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/contextlib.py, line 24, in __exit__
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp 
 self.gen.next()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 191, in 
 decorated_function
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp return 
 function(self, context, *args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 839, in 
 run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp 
 do_run_instance()
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/utils.py, line 803, in inner
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp retval = 
 f(*args, **kwargs)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 838, in 
 do_run_instance
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp 
 admin_password, is_first_time, instance)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 529, in 
 _run_instance
 2013-07-08 17:01:34 9329 TRACE 

Re: [Openstack] error while creating instance on nfs share

2013-07-09 Thread Michael Still
On Tue, Jul 9, 2013 at 3:27 AM, Chathura M. Sarathchandra Magurawalage
77.chath...@gmail.com wrote:
 Hello al,

 I followed the Openstack instructions for enabling vm migration   (
 http://docs.openstack.org/diablo/openstack-compute/admin/content/configuring-live-migrations.html
 )

 But I can not get it working, since when I create an instance I get the
 following error on the compute node.


[snip]

 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 1310,
 in _create_image
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 utils.ensure_tree(basepath(suffix=''))
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/dist-packages/nova/utils.py, line 1367, in ensure_tree
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp
 os.makedirs(path)
 2013-07-08 17:01:34 9329 TRACE nova.openstack.common.rpc.amqp   File
 /usr/lib/python2.7/os.py, line 157, in makedirs

Thanks heaps for including the traceback in your message, it makes
these things much easier to debug.

This looks to me like a permissions problem. The code has tried to
make a directory on your NFS share, and that has failed. Specifically,
this looks like the directory the instance files go into.

What happens if you try to create a directory on the NFS share as the
user that nova is running as?

Cheers,
Michael

--
Rackspace Australia

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Horizon] [UX] phabriactor/pholio as a possible UX option

2013-07-09 Thread Jaromir Coufal


On 2013/27/06 09:37, Thierry Carrez wrote:

As a data point, Discourse could also be a solution:
http://www.discourse.org/

It's clearly a discussion tool (including pretty advanced threading,
post likes, etc.), and messages can contain images.

See a design discussion for example at:
http://test.ubuntu-discourse.org/t/a-ubuntu-ish-theme-for-the-site/177



Discourse actually looks pretty good. I was playing around that a little 
bit and like it. We can consider labels as categories - not optimal, but 
can work if we have only design discussions. Only problem is that we 
might want to extend the tool for other discussions as well and then it 
will be less optimal.


Do you guys see any other possibilities apart from this one?

-- Jarda
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [SWIFT] raising network traffic on the storage node

2013-07-09 Thread Klaus Schürmann
I measured the network traffic with darkstat:

server  In  Out Total

storagenode1699,118,562 679,077,971 1,378,196,533   
storagenode2168,636,360 165,050,575 333,686,935 
storagenode3166,583,442 164,405,402 330,988,844 
storagenode4164,282,250 163,051,416 327,333,666 
storagenode5164,000,162 162,840,370 326,840,532 
proxynode1  7,339,629   31,253,205  38,592,834  
proxynode2  8,236,128   12,517,594  20,753,722

This is a part of traffic to server storagenode3:

PortIn  Out Total   Syns
600021,055,732  347,350,916 368,406,648 47,388
600119,717,608  18,090,656  37,808,264  31,549
6002494,124 316,830 810,954 883
36905   39,660  2,263   41,923  0
44687   33,056  1,944   35,000  0
47388   31,691  2,467   34,158  0
41999   30,626  1,788   32,414  0
34228   26,552  3,345   29,897  0

Is this correct configured?


-Ursprüngliche Nachricht-
Von: Openstack 
[mailto:openstack-bounces+klaus.schuermann=mediabeam@lists.launchpad.net] 
Im Auftrag von Robert van Leeuwen
Gesendet: Dienstag, 9. Juli 2013 09:09
An: openstack@lists.launchpad.net
Betreff: Re: [Openstack] [SWIFT] raising network traffic on the storage node

 If the replication traffic is responsible for this raising network traffic 
 for only 1.200.000 objects, how much traffic I can 
 expect if I have 100.000.000 objects stored?
 The average size of my mailobjects are 120 kB. 
 It's planned to use all 12 hard drive slots of my DELL R720xd with 4  TB 
 drives
. I have 5 storage nodes and 2 balanced proxy nodes. Will the replication 
traffic kill my system?

We are running with   400.000.000 objects  across 11 object storage nodes.
Total network traffic on any of those nodes is less then 10 MByte /second

However we have seen slowdowns with lots of small files and really big disks.
The issue is not related to the network but the local filesystem/disk.
When the inode cache gets insufficient you can see terrible slow-downs.
There have been a few threads about that in this list, having a lot of memory 
usually helps a bit.

Cheers,
Robert van Leeuwen
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Networking with Nova

2013-07-09 Thread othmane
Hi all,

 

Im newbie to openstack, my question is: when I create an instance via nova,
can I specify which network the instance should e attached to? For example,
suppose that I have three VM in a compute node each of them is attached to a
network 1,2,3, I want to add the fourth one and specify that this VM should
be attached in network 2. How can I do that?

 

I have another question about understanding Openstack: what is the
difference between the compute node and the openstack controller in the case
of Nova? According to my understanding, the compute node is the physical or
virtual machine where the virtual servers are running, right? 

 

Thinks a lot, any help would be appreciated.

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] OpenStack with kernel parameters

2013-07-09 Thread Hao Wang
Hi experts,

I am thinking there is a situation when OpenStack has been deployed but the
performance is not satisfying. If I would like to tune some certain
parameters of Linux kernel, how could I know which parameter is needed to
be changed? Is there a document explaining the list of the output of
command sysctl?

Please share what is on your mind and that would be appreciated by all of
the stackers.

Thanks,
Howard
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack with kernel parameters

2013-07-09 Thread Matthew Thode
On 07/09/2013 10:49 AM, Hao Wang wrote:
 Hi experts,
 
 I am thinking there is a situation when OpenStack has been deployed but the
 performance is not satisfying. If I would like to tune some certain
 parameters of Linux kernel, how could I know which parameter is needed to
 be changed? Is there a document explaining the list of the output of
 command sysctl?
 
 Please share what is on your mind and that would be appreciated by all of
 the stackers.
 
 Thanks,
 Howard
 
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
What package is being slow and in what way?

-- 
-- Matthew Thode (prometheanfire)



signature.asc
Description: OpenPGP digital signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Networking with Nova

2013-07-09 Thread Ritesh Nanda
Hello,

It is very much possible to specify the network to which you want vm to
attach, but for that you need to use quantum. You can even do it from the
horizon web interface.



On Tue, Jul 9, 2013 at 9:01 PM, othmane douiriothm...@gmail.com wrote:

 Hi all,

 ** **

 Im newbie to openstack, my question is: when I create an instance via
 nova, can I specify which network the instance should e attached to? For
 example, suppose that I have three VM in a compute node each of them is
 attached to a network 1,2,3, I want to add the fourth one and specify that
 this VM should be attached in network 2. How can I do that?

 ** **

 I have another question about understanding Openstack: what is the
 difference between the compute node and the openstack controller in the
 case of Nova? According to my understanding, the compute node is the
 physical or virtual machine where the virtual servers are running, right?
 

 ** **

 Thinks a lot, any help would be appreciated.

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 

* With Regards
*

* Ritesh Nanda
*

***
*
http://www.ericsson.com/
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Grizzly GRE tunneling network set up problems

2013-07-09 Thread Haitao Jiang
I just set up a multi-node Grizzly release 2013.2 with 1 controller
node, 1 network node and 1 compute node. I use GRE tunneling.

I create one VM on the compute node and was not able to ssh to it using netns.

One thing I noticed is that on my compute node, I do not have br-int
and br-tun in the list, nor do I find any GRE tunnels. Am I supposed
to create the GRE tunnels manually or they should be set up
automatically by Quantum? Any idea or suggestion to make it work?

Thanks in advance!

-- Compute node 
-- /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini  --
tunnel_id_ranges=1:1000
integration_bridge=br-int
tunneling_bridge=br-tun
tenant_network_type=gre
enable_tunneling=True
local_ip = host IP

# brctl show
bridge name bridge id   STP enabled interfaces
qbr5a9800b9-26  8000.5242b197c3d3   no  qvb5a9800b9-26
tap5a9800b9-26
virbr0  8000.525400198a10   yes virbr0-nic

# ovs-vsctl show
1d554b19-2a2b-493d-a123-0efb0aabc7d1
Bridge br-tun
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port br-tun
Interface br-tun
type: internal
Bridge br-int
Port br-int
Interface br-int
type: internal
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port qvo5a9800b9-26
tag: 1
Interface qvo5a9800b9-26
ovs_version: 1.10.0

 network node ---
# brctl show
bridge name bridge id   STP enabled interfaces

# ovs-vsctl show
b9f0e822-cfc1-4b70-ac5b-abc4e5c258a4
Bridge br-int
Port br-int
Interface br-int
type: internal
Port tap9536e146-c2
Interface tap9536e146-c2
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
ovs_version: 1.10.0

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] which API can do these?

2013-07-09 Thread Anne Gentle
Hi Peter,

Some doc links below.

On Tue, Jul 9, 2013 at 4:59 AM, Peter Cheung mcheun...@hotmail.com wrote:

 Hi All
   which API can do these?

 1) adjust the RAM size, no of CPU core to an instance


For 1) the keyword you want to look for in the docs is flavors. You can
read more at
http://docs.openstack.org/trunk/openstack-ops/content/flavors.html. It
indicates that you can use nova flavor-create -- note that you're
technically not modifying an existing flavor, you're creating a new flavor
and renaming it.

Use nova --debug flavor-create to see the API commands associated with
these adjustments to flavors.


 2) enlarge a disk to an instance


This is also specified in flavors.



 3) get the information about ram/cpu/disk size of an instance


You want this I believe.
http://api.openstack.org/api-ref.html#ext-os-flavorextradata


 Thanks
 from Peter

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Devstack + nginx + scalability

2013-07-09 Thread Geronimo Orozco
Hi, I am very interested in scalabity and HA with horizon is there any
effort to provide nginx to devstack ?

Where can I join to that effort ?


I just joined to this blueprint:
https://blueprints.launchpad.net/ubuntu/+spec/servercloud-r-webscale


Any other interested ?

-Geronimo
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Nova] CPU Scalling, Quota for Disk I/O

2013-07-09 Thread Bruno Oliveira ~lychinus
Hello, any thoughts on this ?

Thank you
--

Bruno Oliveira
Developer, Software Engineer
irc: lychinus | skype: brunnop.oliveira
brunnop.olive...@gmail.com





On Mon, Jul 1, 2013 at 4:22 PM, Bruno Oliveira ~lychinus
brunnop.olive...@gmail.com wrote:
 Hello Stackers,

 Today morning I saw an interesting question regarding CPU Scaling
 in the list, which got me to ask the following:

 Currently (or in the roadmap) do we have any feature on Nova
 (regardless of the hypervisor underneath) to set maximum disk I/O
 throughput a VM can have ?

 I mean, let's say we have hundreds of VMs under the same host as
 in production, and for some reason we're lacking performance due to
 one (or a few of them) being too hungry/greedy for disk reads/writes.

 Question 1) Is there a way we can set quotas for disk I/O for a (group of)
 instances ? Like: for this one (or this group), don't exceed the threshold
 of 50 MB/seg

 Question 2) Also, do we have anything like vertical scalling ?
 I mean, like defining CPU and Memory Balloons as extra resources
 that a set of VMs can make use of (temporarily), if they're demanding to ?

 Note: I've seen some of the videos of Heat talking about increasing
 horizontally  the number of instances behind a load balancer to attend
 an increasing number of user requests, for instances...

 Thank you so much.

 --

 Bruno Oliveira
 Developer, Software Engineer
 irc: lychinus | skype: brunnop.oliveira
 brunnop.olive...@gmail.com

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Grizzly Compute gives error

2013-07-09 Thread Adrian Smith
I'm guessing you've checked all the basic stuff but without anything else
to go on I'd check,

i) is MySQL up and running?
ii) is MySQL bound to 0.0.0.0 (as per the instructions on the setup page,
i.e.  sed -i 's/127.0.0.1/0.0.0.0/g' /etc/mysql/my.cnf
iii) can you connect to MySQL from another host using the regular mysql
client
iv) is the 'sql_connection' in nova.conf (and everywhere else it's
referenced) correct?


On 9 July 2013 11:08, raghavendra@accenture.com wrote:

  

 ** **

 ** **

 Hi,

 ** **

 I have tried the below link to install.


 https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst
 

 ** **

 In my Nova-conf I have substituted for 192.168.22.4 instead of 10.10.10.53
 under Vnc configuration

 ** **

 *Vi /etc/nova/nova.conf   (My Compute node) All other nodes work fine.*

 ** **

 Under the below para.

- # Vnc configuration
- novnc_enabled=true
- novncproxy_base_url=http://192.168.100.51:6080/vnc_auto.html
- novncproxy_port=6080
- vncserver_proxyclient_address=*10.10.10.53*
- vncserver_listen=0.0.0.0
- ** **

 ** **

 ** **

 ** **

 ** **

 The screen shot of error message

 ** **

 

 ** **

 ** **

 ** **

 Regards,

 Raghavendra Lad

 --
 This message is for the designated recipient only and may contain
 privileged, proprietary, or otherwise confidential information. If you have
 received it in error, please notify the sender immediately and delete the
 original. Any other use of the e-mail by you is prohibited.

 Where allowed by local law, electronic communications with Accenture and
 its affiliates, including e-mail and instant messaging (including content),
 may be scanned by our systems for the purposes of information security and
 assessment of internal compliance with Accenture policy.


 __

 www.accenture.com

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


image001.png___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Networking with Nova

2013-07-09 Thread Adrian Smith
 when I create an instance via nova, can I specify which network the instance 
 should e attached to? For example, suppose that I have
 three VM in a compute node each of them is attached to a network 1,2,3, I 
 want to add the fourth one and specify that this VM
 should be attached in network 2. How can I do that?

This documentation should be of use in relation to creating a VM and
attaching it to a particular network,
http://docs.openstack.org/trunk/openstack-network/admin/content/advanceed_vm_creation.html.
It describes the various means of attaching a VM to a network/networks
using the 'nova' and 'quantum' command line tools.

 what is the difference between the compute node and the openstack controller 
 in the case of Nova? According to my understanding,
 the compute node is the physical or virtual machine where the virtual servers 
 are running, right?

That's it. In general the compute node(s) host the VMs while the
controller node hosts the nova/quantum/etc services. You can also have
a separate Network node hosting the quantum services. Appendix A in
the Networking Guide outlines a few deployment options.
http://docs.openstack.org/trunk/openstack-network/admin/content/app_demo.html

On 9 July 2013 16:31, othmane douiriothm...@gmail.com wrote:
 Hi all,



 Im newbie to openstack, my question is: when I create an instance via nova,
 can I specify which network the instance should e attached to? For example,
 suppose that I have three VM in a compute node each of them is attached to a
 network 1,2,3, I want to add the fourth one and specify that this VM should
 be attached in network 2. How can I do that?



 I have another question about understanding Openstack: what is the
 difference between the compute node and the openstack controller in the case
 of Nova? According to my understanding, the compute node is the physical or
 virtual machine where the virtual servers are running, right?



 Thinks a lot, any help would be appreciated.


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack with kernel parameters

2013-07-09 Thread Hao Wang
I have got this concern for the path of ip packets will traverse many
interfaces to get out and in. I don't know if any one has this kind of
environment to have a comparison test on performance among different
visualization technologies.

Even not for performance, it is helpful to know the details of kernel
parameters, for example, when people troubleshooting network connections,
run this command, sysctl -w net.bridge.bridge-nf-call-arptables=0 (
http://docs.openstack.org/trunk/openstack-compute/admin/content/network-troubleshooting.html).
How could I know the command is what I should run? Is that a concern for
some people?

Regards,
Howard


On Tue, Jul 9, 2013 at 11:56 AM, Matthew Thode prometheanf...@gentoo.orgwrote:

 On 07/09/2013 10:49 AM, Hao Wang wrote:
  Hi experts,
 
  I am thinking there is a situation when OpenStack has been deployed but
 the
  performance is not satisfying. If I would like to tune some certain
  parameters of Linux kernel, how could I know which parameter is needed to
  be changed? Is there a document explaining the list of the output of
  command sysctl?
 
  Please share what is on your mind and that would be appreciated by all of
  the stackers.
 
  Thanks,
  Howard
 
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 What package is being slow and in what way?

 --
 -- Matthew Thode (prometheanfire)


 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [Nova] CPU Scalling, Quota for Disk I/O

2013-07-09 Thread Shake Chen
https://blueprints.launchpad.net/nova/+spec/quota-instance-resource

In my view the instance recourse  like cpu, network, disk io quota feature
have in Grizzly. we just need to add the feature to Horizon.


On Wed, Jul 10, 2013 at 3:53 AM, Bruno Oliveira ~lychinus 
brunnop.olive...@gmail.com wrote:

 Hello, any thoughts on this ?

 Thank you
 --

 Bruno Oliveira
 Developer, Software Engineer
 irc: lychinus | skype: brunnop.oliveira
 brunnop.olive...@gmail.com





 On Mon, Jul 1, 2013 at 4:22 PM, Bruno Oliveira ~lychinus
 brunnop.olive...@gmail.com wrote:
  Hello Stackers,
 
  Today morning I saw an interesting question regarding CPU Scaling
  in the list, which got me to ask the following:
 
  Currently (or in the roadmap) do we have any feature on Nova
  (regardless of the hypervisor underneath) to set maximum disk I/O
  throughput a VM can have ?
 
  I mean, let's say we have hundreds of VMs under the same host as
  in production, and for some reason we're lacking performance due to
  one (or a few of them) being too hungry/greedy for disk reads/writes.
 
  Question 1) Is there a way we can set quotas for disk I/O for a (group
 of)
  instances ? Like: for this one (or this group), don't exceed the
 threshold
  of 50 MB/seg
 
  Question 2) Also, do we have anything like vertical scalling ?
  I mean, like defining CPU and Memory Balloons as extra resources
  that a set of VMs can make use of (temporarily), if they're demanding to
 ?
 
  Note: I've seen some of the videos of Heat talking about increasing
  horizontally  the number of instances behind a load balancer to attend
  an increasing number of user requests, for instances...
 
  Thank you so much.
 
  --
 
  Bruno Oliveira
  Developer, Software Engineer
  irc: lychinus | skype: brunnop.oliveira
  brunnop.olive...@gmail.com

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp




-- 
Shake Chen
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] HA in Quantum

2013-07-09 Thread Hathaway.Jon
All

I was wondering whether my current understanding of HA in Quantum is currently 
correct or not as there does seem to be a little confusion.

From what I understand, the Quantum Service, DHCP and L3 agents are all 
supported through Pacemaker RA's or using the native messaging in Openstack 
Grizzly. Using the Grizzly Quantum messaging heartbeats, the Quantum service 
will keep deploying configurations until a point in time the agents are not 
responding. When this occurs it will look to deploy configurations on other 
available Network nodes running the agents.

However, the bit I am really fuzzy about it as follows. What happens if the 
network node completely fails? How would I recover the current networking 
configuration from the failed network node and re-deploy it on a working 
network node automatically?

I also see from reading multiple sources, that it would be possible to deploy 
the same configuration to multiple network nodes at the same time using the 
Quantum API, but it isn't supported currently through the normal GUI API calls 
so it would be an enhancement or a separate orchestration step.

If possible, would someone be able to point me in the right direction of how I 
can provide full HA Quantum based services for not only new configurations, but 
how I would re-deploy and recover configurations from a failed network node. 
I'm looking at this from an SLA perspective as well - is it possible to achieve 
failover between two active network nodes?

Thanks in advance to the great community out there.

Jon

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [HyperV][Quantum] Quantum dhcp agent not working for Hyper-V

2013-07-09 Thread Hathaway.Jon
Thanks Alessandro - I'll add it our test processes!

Jon Hathaway
Distinguished Architect

International Game Technology (UK)

Office (US): +1 702 669 8185, (x698185)
Mobile (UK): +44 7799 711 981
jon.hatha...@igt.commailto:jon.hatha...@igt.com

From: Openstack 
[mailto:openstack-bounces+jon.hathaway=igt@lists.launchpad.net] On Behalf 
Of Alessandro Pilotti
Sent: 06 July 2013 17:28
To: OpenStack
Subject: Re: [Openstack] [HyperV][Quantum] Quantum dhcp agent not working for 
Hyper-V

Hi Jon,

Thanks for your help! Both the kernel and the iproute packages are updated. RDO 
does a great job with this. Beside the 2.6.32 + netns kernel provided by RDO I 
also tested it with a 3.9.8, with the same results. I'd add to your 
troubleshooting steps a very simple test to check if netns is enabled in the 
kernel: checking if the /proc/self/ns path exists.

Back to the original issue, there are no errors on the Quantum side.


Thanks,

Alessandro




On Jul 7, 2013, at 02:36 , Hathaway.Jon 
jon.hatha...@igt.commailto:jon.hatha...@igt.com
 wrote:


Hi Allessandro

I know this is probably something you have probably already tested for the RDO 
installation, but have you upgraded the CentOS kernel and the iproute package 
as both are missing the NetNS support required for Quantum. Ubuntu fixed this 
issue back in 10.04 but for whatever reason the current production kernel for 
CentOS still hasn't.

We had to update the kernel and the iproute package. If you check the log files 
for l3-agent, especially the dhcp logs you may find errors like command not 
recognised as the shipped iproute cor CentOS 6.4 doesn't support the netns 
extensions.

https://www.redhat.com/archives/rdo-list/2013-May/msg00015.html

My workaround was:

If installing on a EPEL6 distribution like Centos 6.4, there is a bug in the 
Kernel release which has disabled the Network Names (netns) support that is 
required to create overlapping networks in Quantum and is required to run the 
DHCP agent that assigns IP addresses on boot, and also setup the l3-agent that 
is responsible for forwarding requests from the instances to the API to 
retrieve any specific instance meta data.

A quick check on the node configured with Quantum in 
/var/log/quantum/dhcp-agent.log will show something like:

RuntimeError:
Command: ['sudo', 'quantum-rootwrap', '/etc/quantum/rootwrap.conf', 'ip', '-o', 
'netns', 'list']
Exit code: 255
Stdout: ''
Stderr: 'Object netns is unknown, try ip help.\n'

If you try and run 'ip netns' from the command and it fails, you will need to 
update the kernel and possibly the iproute2 package:

[root@oscontroller ~]# ip nets
Object nets is unknown, try ip help.

Netns is available in the iproute2 package , but it requires additional support 
from the kernel. A new kernel has been released for testing only by Redhat 
version kernel-2.6.32-358.6.2.openstack.el6.x86_64 whilst the installed version 
is kernel- 2.6.32-358.el6.x86_64 that comes with Centos 6.4.

To add the new kernel and iproute2 packages requires updating the kernel and 
kernel-firmware packages from the Grizzly repository.

yum install 
http://repos.fedorapeople.org/repos/openstack/openstack-grizzly/epel-6/kernel-firmware-2.6.32-358.6.2.openstack.el6.noarch.rpm

yum install 
http://repos.fedorapeople.org/repos/openstack/openstack-grizzly/epel-6/kernel-2.6.32-358.6.2.openstack.el6.x86_64.rpm

yum install 
http://repos.fedorapeople.org/repos/openstack/openstack-grizzly/epel-6/iproute-2.6.32-23.el6_4.netns.1.x86_64.rpm

Check in /etc/grub.conf that the new kernel is being reference and then restart 
the node running Quantum.

After reboot, try and run the 'ip netns' it should run without an error.

If you have previously added an instance before upgrading the packages, you 
will need to remove the networks, routers and ports and re-add them before 
continuing. However - it is likely that you will end up with stake ports on the 
Quantum Server. As shown below:

[root@oscontroller quantum]# ovs-vsctl show
e4b86f82-2d16-49b1-9077-93abf2b32400
Bridge br-ex
Port qg-3d8f69e7-5d
Interface qg-3d8f69e7-5d
type: internal
Port br-ex
Interface br-ex
type: internal
Bridge br-int
Port qr-c7145535-d1
tag: 1
Interface qr-c7145535-d1
type: internal
Port tapc4fb5d73-3e
tag: 1
Interface tapc4fb5d73-3e
type: internal
Port br-int
Interface br-int
type: internal
Port tape76c5e3c-1b
tag: 2
Interface tape76c5e3c-1b
type: internal
ovs_version: 1.10.0

These ports/interfaces will need to be deleted before the networking will work 
successfully.

Just a thought.

Jon

From: Openstack 
[mailto:openstack-bounces+jon.hathaway=igt@lists.launchpad.netmailto:bounces+jon.hathaway=igt@lists.launchpad.net]
 On Behalf Of Alessandro Pilotti
Sent: 06 

Re: [Openstack] Grizzly GRE tunneling network set up problems

2013-07-09 Thread Chandler Li
Hi Haitao,

There should be GRE full mesh links being created in br-tun while you
created a VM successfully in Quantum ovs plugin GRE mode, just like:

Bridge br-tun
Port gre-x
Interface gre-x
type: gre
options: {in_key=flow, out_key=flow,
remote_ip=xx.xx.xx.xx}

Maybe you can check if there any error in log file
(/var/log/quantum/openvswitch-agent.log in compute node and network node),
perhaps you have wrong setting in quantum.conf (rabbit_host or others)

Chandler


2013/7/10 Haitao Jiang jianghai...@gmail.com

 I just set up a multi-node Grizzly release 2013.2 with 1 controller
 node, 1 network node and 1 compute node. I use GRE tunneling.

 I create one VM on the compute node and was not able to ssh to it using
 netns.

 One thing I noticed is that on my compute node, I do not have br-int
 and br-tun in the list, nor do I find any GRE tunnels. Am I supposed
 to create the GRE tunnels manually or they should be set up
 automatically by Quantum? Any idea or suggestion to make it work?

 Thanks in advance!

 -- Compute node 
 -- /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini  --
 tunnel_id_ranges=1:1000
 integration_bridge=br-int
 tunneling_bridge=br-tun
 tenant_network_type=gre
 enable_tunneling=True
 local_ip = host IP

 # brctl show
 bridge name bridge id   STP enabled interfaces
 qbr5a9800b9-26  8000.5242b197c3d3   no
  qvb5a9800b9-26
 tap5a9800b9-26
 virbr0  8000.525400198a10   yes virbr0-nic

 # ovs-vsctl show
 1d554b19-2a2b-493d-a123-0efb0aabc7d1
 Bridge br-tun
 Port patch-int
 Interface patch-int
 type: patch
 options: {peer=patch-tun}
 Port br-tun
 Interface br-tun
 type: internal
 Bridge br-int
 Port br-int
 Interface br-int
 type: internal
 Port patch-tun
 Interface patch-tun
 type: patch
 options: {peer=patch-int}
 Port qvo5a9800b9-26
 tag: 1
 Interface qvo5a9800b9-26
 ovs_version: 1.10.0

  network node ---
 # brctl show
 bridge name bridge id   STP enabled interfaces

 # ovs-vsctl show
 b9f0e822-cfc1-4b70-ac5b-abc4e5c258a4
 Bridge br-int
 Port br-int
 Interface br-int
 type: internal
 Port tap9536e146-c2
 Interface tap9536e146-c2
 Bridge br-ex
 Port br-ex
 Interface br-ex
 type: internal
 ovs_version: 1.10.0

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Grizzly GRE tunneling network set up problems

2013-07-09 Thread Aaron Rosen
I'd check the quantum openvswitch agent log files. I'd guess the reason
this isn't working is because your kernel isn't using the openvswitch
kernel module that has tunnel support.

Aaron


On Tue, Jul 9, 2013 at 9:19 AM, Haitao Jiang jianghai...@gmail.com wrote:

 I just set up a multi-node Grizzly release 2013.2 with 1 controller
 node, 1 network node and 1 compute node. I use GRE tunneling.

 I create one VM on the compute node and was not able to ssh to it using
 netns.

 One thing I noticed is that on my compute node, I do not have br-int
 and br-tun in the list, nor do I find any GRE tunnels. Am I supposed
 to create the GRE tunnels manually or they should be set up
 automatically by Quantum? Any idea or suggestion to make it work?

 Thanks in advance!

 -- Compute node 
 -- /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini  --
 tunnel_id_ranges=1:1000
 integration_bridge=br-int
 tunneling_bridge=br-tun
 tenant_network_type=gre
 enable_tunneling=True
 local_ip = host IP

 # brctl show
 bridge name bridge id   STP enabled interfaces
 qbr5a9800b9-26  8000.5242b197c3d3   no
  qvb5a9800b9-26
 tap5a9800b9-26
 virbr0  8000.525400198a10   yes virbr0-nic

 # ovs-vsctl show
 1d554b19-2a2b-493d-a123-0efb0aabc7d1
 Bridge br-tun
 Port patch-int
 Interface patch-int
 type: patch
 options: {peer=patch-tun}
 Port br-tun
 Interface br-tun
 type: internal
 Bridge br-int
 Port br-int
 Interface br-int
 type: internal
 Port patch-tun
 Interface patch-tun
 type: patch
 options: {peer=patch-int}
 Port qvo5a9800b9-26
 tag: 1
 Interface qvo5a9800b9-26
 ovs_version: 1.10.0

  network node ---
 # brctl show
 bridge name bridge id   STP enabled interfaces

 # ovs-vsctl show
 b9f0e822-cfc1-4b70-ac5b-abc4e5c258a4
 Bridge br-int
 Port br-int
 Interface br-int
 type: internal
 Port tap9536e146-c2
 Interface tap9536e146-c2
 Bridge br-ex
 Port br-ex
 Interface br-ex
 type: internal
 ovs_version: 1.10.0

 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Grizzly GRE tunneling network set up problems

2013-07-09 Thread Haitao Jiang
Aaron  Chandler

Thanks a lot for the help. I should have mentioned that the host OS is
CentOS 6.4 (specifically the kernel from RedHat RDO). I googled and
found that it may not have gre tunneling support. Is there anyone who
has successfully set up gre with RDO's kernel or it is just can not be
done and I should use the VLAN.

As Aaron suspected, there are errprs in the OVS agent log:

system@ovs-system: failed to add gre-3 as port: Address family not
supported by protocol

More details below

Any pointer will be highly appreciated!

Haitao
==
Here are some outputs on my compute node (.46, .42 is the control node
and .44 is the network node):


# ovs-vsctl show
1d554b19-2a2b-493d-a123-0efb0aabc7d1
Bridge br-int
Port br-int
Interface br-int
type: internal
Port qvo8108425f-ef
tag: 1
Interface qvo8108425f-ef
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Bridge br-tun
Port br-tun
Interface br-tun
type: internal
Port gre-3
Interface gre-3
type: gre
options: {in_key=flow, out_key=flow, remote_ip=10.18.250.44}
Port gre-4
Interface gre-4
type: gre
options: {in_key=flow, out_key=flow, remote_ip=10.18.250.42}
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
ovs_version: 1.10.0

# ovs-ofctl dump-ports br-tun
OFPST_PORT reply (xid=0x2): 2 ports
  port  1: rx pkts=50, bytes=3300, drop=0, errs=0, frame=0, over=0, crc=0
   tx pkts=0, bytes=0, drop=0, errs=0, coll=0
  port LOCAL: rx pkts=0, bytes=0, drop=0, errs=0, frame=0, over=0, crc=0
   tx pkts=140, bytes=9800, drop=0, errs=0, coll=0

# uname -r
2.6.32-358.111.1.openstack.el6.x86_64

# modinfo openvswitch
filename:
/lib/modules/2.6.32-358.111.1.openstack.el6.x86_64/extra/openvswitch/openvswitch.ko
version:1.10.0
license:GPL
description:Open vSwitch switching datapath
srcversion: 480D55A9BB0E8B000E32010
depends:
vermagic:   2.6.32-358.111.1.openstack.el6.x86_64 SMP mod_unload
modversions
parm:   vlan_tso:Enable TSO for VLAN packets (int)

# tail ovs-vswitchd.log
2013-07-09T23:28:18Z|2|reconnect|INFO|unix:/var/run/openvswitch/db.sock:
connecting...
2013-07-09T23:28:18Z|3|reconnect|INFO|unix:/var/run/openvswitch/db.sock:
connected
2013-07-09T23:28:18Z|4|bridge|INFO|bridge br-int: added interface
patch-tun on port 1
2013-07-09T23:28:18Z|5|bridge|INFO|bridge br-tun: added interface
patch-int on port 1
2013-07-09T23:28:18Z|6|dpif|WARN|system@ovs-system: failed to add
gre-3 as port: Address family not supported by protocol
2013-07-09T23:28:18Z|7|dpif|WARN|system@ovs-system: failed to add
gre-4 as port: Address family not supported by protocol
2013-07-09T23:28:18Z|8|bridge|INFO|bridge br-int: using datapath
ID dacb49a63448
2013-07-09T23:28:18Z|9|connmgr|INFO|br-int: added service
controller punix:/var/run/openvswitch/br-int.mgmt
2013-07-09T23:28:18Z|00010|bridge|INFO|bridge br-tun: using datapath
ID 9a14eee01941
2013-07-09T23:28:18Z|00011|connmgr|INFO|br-tun: added service
controller punix:/var/run/openvswitch/br-tun.mgmt
2013-07-09T23:28:18Z|00012|bridge|INFO|ovs-vswitchd (Open vSwitch) 1.10.0
2013-07-09T23:28:28Z|00013|memory|INFO|7848 kB peak resident set size
after 10.0 seconds
2013-07-09T23:28:28Z|00014|memory|INFO|ports:5 rules:11
2013-07-09T23:28:28Z|00015|ofproto|INFO|br-int: 2 flow_mods in the 4 s
starting 10 s ago (1 adds, 1 deletes)
2013-07-09T23:28:28Z|00016|ofproto|INFO|br-tun: 5 flow_mods in the 3 s
starting 10 s ago (5 adds)
2013-07-09T23:53:25Z|00017|netdev|WARN|failed to set flags for network
device patch-int: Operation not supported

On Tue, Jul 9, 2013 at 8:59 PM, Aaron Rosen aro...@nicira.com wrote:
 I'd check the quantum openvswitch agent log files. I'd guess the reason this
 isn't working is because your kernel isn't using the openvswitch kernel
 module that has tunnel support.

 Aaron


 On Tue, Jul 9, 2013 at 9:19 AM, Haitao Jiang jianghai...@gmail.com wrote:

 I just set up a multi-node Grizzly release 2013.2 with 1 controller
 node, 1 network node and 1 compute node. I use GRE tunneling.

 I create one VM on the compute node and was not able to ssh to it using
 netns.

 One thing I noticed is that on my compute node, I do not have br-int
 and br-tun in the list, nor do I find any GRE tunnels. Am I supposed
 to create the GRE tunnels manually or they should be set up
 automatically by Quantum? Any idea or suggestion to make it work?

 Thanks in advance!

 -- Compute node 
 -- /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini  --
 tunnel_id_ranges=1:1000
 integration_bridge=br-int
 tunneling_bridge=br-tun
 tenant_network_type=gre
 

Re: [Openstack] Grizzly GRE tunneling network set up problems

2013-07-09 Thread Aaron Rosen
You should be able to compile openvswitch from source here :
http://openvswitch.org/download/ and then you'll get tunnel support.

Aaron


On Tue, Jul 9, 2013 at 10:21 PM, Haitao Jiang jianghai...@gmail.com wrote:

 Aaron  Chandler

 Thanks a lot for the help. I should have mentioned that the host OS is
 CentOS 6.4 (specifically the kernel from RedHat RDO). I googled and
 found that it may not have gre tunneling support. Is there anyone who
 has successfully set up gre with RDO's kernel or it is just can not be
 done and I should use the VLAN.

 As Aaron suspected, there are errprs in the OVS agent log:

 system@ovs-system: failed to add gre-3 as port: Address family not
 supported by protocol

 More details below

 Any pointer will be highly appreciated!

 Haitao
 ==
 Here are some outputs on my compute node (.46, .42 is the control node
 and .44 is the network node):


 # ovs-vsctl show
 1d554b19-2a2b-493d-a123-0efb0aabc7d1
 Bridge br-int
 Port br-int
 Interface br-int
 type: internal
 Port qvo8108425f-ef
 tag: 1
 Interface qvo8108425f-ef
 Port patch-tun
 Interface patch-tun
 type: patch
 options: {peer=patch-int}
 Bridge br-tun
 Port br-tun
 Interface br-tun
 type: internal
 Port gre-3
 Interface gre-3
 type: gre
 options: {in_key=flow, out_key=flow,
 remote_ip=10.18.250.44}
 Port gre-4
 Interface gre-4
 type: gre
 options: {in_key=flow, out_key=flow,
 remote_ip=10.18.250.42}
 Port patch-int
 Interface patch-int
 type: patch
 options: {peer=patch-tun}
 ovs_version: 1.10.0

 # ovs-ofctl dump-ports br-tun
 OFPST_PORT reply (xid=0x2): 2 ports
   port  1: rx pkts=50, bytes=3300, drop=0, errs=0, frame=0, over=0, crc=0
tx pkts=0, bytes=0, drop=0, errs=0, coll=0
   port LOCAL: rx pkts=0, bytes=0, drop=0, errs=0, frame=0, over=0, crc=0
tx pkts=140, bytes=9800, drop=0, errs=0, coll=0

 # uname -r
 2.6.32-358.111.1.openstack.el6.x86_64

 # modinfo openvswitch
 filename:

 /lib/modules/2.6.32-358.111.1.openstack.el6.x86_64/extra/openvswitch/openvswitch.ko
 version:1.10.0
 license:GPL
 description:Open vSwitch switching datapath
 srcversion: 480D55A9BB0E8B000E32010
 depends:
 vermagic:   2.6.32-358.111.1.openstack.el6.x86_64 SMP mod_unload
 modversions
 parm:   vlan_tso:Enable TSO for VLAN packets (int)

 # tail ovs-vswitchd.log

 2013-07-09T23:28:18Z|2|reconnect|INFO|unix:/var/run/openvswitch/db.sock:
 connecting...

 2013-07-09T23:28:18Z|3|reconnect|INFO|unix:/var/run/openvswitch/db.sock:
 connected
 2013-07-09T23:28:18Z|4|bridge|INFO|bridge br-int: added interface
 patch-tun on port 1
 2013-07-09T23:28:18Z|5|bridge|INFO|bridge br-tun: added interface
 patch-int on port 1
 2013-07-09T23:28:18Z|6|dpif|WARN|system@ovs-system: failed to add
 gre-3 as port: Address family not supported by protocol
 2013-07-09T23:28:18Z|7|dpif|WARN|system@ovs-system: failed to add
 gre-4 as port: Address family not supported by protocol
 2013-07-09T23:28:18Z|8|bridge|INFO|bridge br-int: using datapath
 ID dacb49a63448
 2013-07-09T23:28:18Z|9|connmgr|INFO|br-int: added service
 controller punix:/var/run/openvswitch/br-int.mgmt
 2013-07-09T23:28:18Z|00010|bridge|INFO|bridge br-tun: using datapath
 ID 9a14eee01941
 2013-07-09T23:28:18Z|00011|connmgr|INFO|br-tun: added service
 controller punix:/var/run/openvswitch/br-tun.mgmt
 2013-07-09T23:28:18Z|00012|bridge|INFO|ovs-vswitchd (Open vSwitch) 1.10.0
 2013-07-09T23:28:28Z|00013|memory|INFO|7848 kB peak resident set size
 after 10.0 seconds
 2013-07-09T23:28:28Z|00014|memory|INFO|ports:5 rules:11
 2013-07-09T23:28:28Z|00015|ofproto|INFO|br-int: 2 flow_mods in the 4 s
 starting 10 s ago (1 adds, 1 deletes)
 2013-07-09T23:28:28Z|00016|ofproto|INFO|br-tun: 5 flow_mods in the 3 s
 starting 10 s ago (5 adds)
 2013-07-09T23:53:25Z|00017|netdev|WARN|failed to set flags for network
 device patch-int: Operation not supported

 On Tue, Jul 9, 2013 at 8:59 PM, Aaron Rosen aro...@nicira.com wrote:
  I'd check the quantum openvswitch agent log files. I'd guess the reason
 this
  isn't working is because your kernel isn't using the openvswitch kernel
  module that has tunnel support.
 
  Aaron
 
 
  On Tue, Jul 9, 2013 at 9:19 AM, Haitao Jiang jianghai...@gmail.com
 wrote:
 
  I just set up a multi-node Grizzly release 2013.2 with 1 controller
  node, 1 network node and 1 compute node. I use GRE tunneling.
 
  I create one VM on the compute node and was not able to ssh to it using
  netns.
 
  One thing I noticed is that on my compute node, I do not have br-int
  and br-tun in the list, nor do I find any GRE tunnels. Am I supposed
  to create the GRE 

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_keystone_trunk #147

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/147/Project:precise_havana_keystone_trunkDate of build:Tue, 09 Jul 2013 00:12:17 -0400Build duration:2 hr 1 minBuild cause:Started by an SCM changeStarted by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesMove comments in front of dependenciesby dirkedittest-requirements.txtConsole Output[...truncated 5067 lines...]Finished at 20130709-0213Build needed 01:59:06, 16524k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'keystone_2013.2+git201307090012~precise-0ubuntu1_source.changes']gpg: Signature made Tue Jul  9 00:13:59 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"gpg: Signature made Tue Jul  9 00:13:59 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"Checking signature on .changesGood signature on /tmp/tmp0DlSTa/keystone_2013.2+git201307090012~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmp0DlSTa/keystone_2013.2+git201307090012~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading keystone_2013.2+git201307090012~precise-0ubuntu1.dsc: done.  Uploading keystone_2013.2+git201307090012~precise.orig.tar.gz: done.  Uploading keystone_2013.2+git201307090012~precise-0ubuntu1.debian.tar.gz: done.  Uploading keystone_2013.2+git201307090012~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-havana', 'keystone_2013.2+git201307090012~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/k/keystone/keystone-doc_2013.2+git201307081920~precise-0ubuntu1_all.debdeleting and forgetting pool/main/k/keystone/keystone_2013.2+git201307081920~precise-0ubuntu1_all.debdeleting and forgetting pool/main/k/keystone/python-keystone_2013.2+git201307081920~precise-0ubuntu1_all.debINFO:root:Storing current commit for next build: 4e3ab715d30e19f5e967b8de0200ab3e89a8465dINFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/keystone/havana keystonedch -b -D precise --newversion 1:2013.2+git201307090012~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hdch -a No change rebuild.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.2+git201307090012~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmp0DlSTa/keystone/debian/controlsbuild -d precise-havana -n -A keystone_2013.2+git201307090012~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana keystone_2013.2+git201307090012~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-havana keystone_2013.2+git201307090012~precise-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #274

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/274/Project:precise_havana_quantum_trunkDate of build:Tue, 09 Jul 2013 03:31:29 -0400Build duration:31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesDivide dhcp and l3 agent scheduling into separate extensionsby obondarevaddneutron/extensions/l3agentscheduler.pyeditneutron/plugins/openvswitch/ovs_neutron_plugin.pyeditneutron/plugins/brocade/NeutronPlugin.pyeditneutron/api/rpc/agentnotifiers/l3_rpc_agent_api.pyeditneutron/db/l3_rpc_base.pyaddneutron/extensions/dhcpagentscheduler.pyeditneutron/common/constants.pyeditneutron/plugins/nec/nec_plugin.pyeditneutron/plugins/ml2/plugin.pyeditneutron/db/dhcp_rpc_base.pyeditneutron/db/agentschedulers_db.pyeditneutron/tests/unit/openvswitch/test_agent_scheduler.pyeditneutron/plugins/linuxbridge/lb_neutron_plugin.pydeleteneutron/extensions/agentscheduler.pyeditneutron/plugins/nicira/NeutronPlugin.pyeditneutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.pyImported Translations from Transifexby Jenkinseditneutron/locale/es/LC_MESSAGES/neutron.poeditneutron/locale/fr/LC_MESSAGES/neutron.poeditneutron/locale/ru/LC_MESSAGES/neutron.poeditneutron/locale/fi_FI/LC_MESSAGES/neutron.poeditneutron/locale/zh_CN/LC_MESSAGES/neutron.poeditneutron/locale/da/LC_MESSAGES/neutron.poeditneutron/locale/vi_VN/LC_MESSAGES/neutron.poeditneutron/locale/ka_GE/LC_MESSAGES/neutron.poeditneutron/locale/pt_BR/LC_MESSAGES/neutron.poeditneutron/locale/ko_KR/LC_MESSAGES/neutron.poeditneutron/locale/bg_BG/LC_MESSAGES/neutron.poeditneutron/locale/sl_SI/LC_MESSAGES/neutron.poeditneutron/locale/pl_PL/LC_MESSAGES/neutron.poeditneutron/locale/neutron.poteditneutron/locale/zh_TW/LC_MESSAGES/neutron.poeditneutron/locale/ja/LC_MESSAGES/neutron.poeditneutron/locale/it/LC_MESSAGES/neutron.poeditneutron/locale/de/LC_MESSAGES/neutron.poeditneutron/locale/cs/LC_MESSAGES/neutron.poeditneutron/locale/ro/LC_MESSAGES/neutron.poConsole Output[...truncated 1200 lines...]hard linking neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_agent_manager.py -> neutron-2013.2/neutron/tests/unit/services/loadbalancer/drivers/haproxyhard linking neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_api.py -> neutron-2013.2/neutron/tests/unit/services/loadbalancer/drivers/haproxyhard linking neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_cfg.py -> neutron-2013.2/neutron/tests/unit/services/loadbalancer/drivers/haproxyhard linking neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_namespace_driver.py -> neutron-2013.2/neutron/tests/unit/services/loadbalancer/drivers/haproxyhard linking neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_plugin_driver.py -> neutron-2013.2/neutron/tests/unit/services/loadbalancer/drivers/haproxyhard linking neutron/tests/var/ca.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/certificate.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/privatekey.key -> neutron-2013.2/neutron/tests/varhard linking quantum/__init__.py -> neutron-2013.2/quantumhard linking quantum/auth.py -> neutron-2013.2/quantumhard linking quantum/api/__init__.py -> neutron-2013.2/quantum/apihard linking tools/build_debs.sh -> neutron-2013.2/toolshard linking tools/check_i18n.py -> neutron-2013.2/toolshard linking tools/check_i18n_test_case.txt -> neutron-2013.2/toolshard linking tools/clean.sh -> neutron-2013.2/toolshard linking tools/i18n_cfg.py -> neutron-2013.2/toolshard linking tools/install_venv.py -> neutron-2013.2/toolshard linking tools/install_venv_common.py -> neutron-2013.2/toolshard linking tools/patch_tox_venv.py -> neutron-2013.2/toolshard linking tools/with_venv.sh -> neutron-2013.2/toolscopying setup.cfg -> neutron-2013.2Writing neutron-2013.2/setup.cfgcreating distCreating tar archiveremoving 'neutron-2013.2' (and everything under it)ERROR:root:Error occurred during package creation/build: Could not find tarball for quantum in directory: /tmp/tmpoHOrhz/git/quantum/distERROR:root:Could not find tarball for quantum in directory: /tmp/tmpoHOrhz/git/quantum/distINFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise eopenstack_ubuntu_testing.build.component_build.ComponentBuildException: Could not find tarball for quantum in directory: /tmp/tmpoHOrhz/git/quantum/distError in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File 

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #212

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/212/Project:saucy_havana_quantum_trunkDate of build:Tue, 09 Jul 2013 03:31:29 -0400Build duration:1 min 14 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesDivide dhcp and l3 agent scheduling into separate extensionsby obondareveditneutron/tests/unit/openvswitch/test_agent_scheduler.pyeditneutron/plugins/linuxbridge/lb_neutron_plugin.pyeditneutron/plugins/ml2/plugin.pyeditneutron/api/rpc/agentnotifiers/dhcp_rpc_agent_api.pyeditneutron/plugins/openvswitch/ovs_neutron_plugin.pyaddneutron/extensions/l3agentscheduler.pyeditneutron/db/dhcp_rpc_base.pyaddneutron/extensions/dhcpagentscheduler.pyeditneutron/plugins/nicira/NeutronPlugin.pyeditneutron/plugins/nec/nec_plugin.pyeditneutron/plugins/brocade/NeutronPlugin.pyeditneutron/db/l3_rpc_base.pyeditneutron/db/agentschedulers_db.pyeditneutron/api/rpc/agentnotifiers/l3_rpc_agent_api.pyeditneutron/common/constants.pydeleteneutron/extensions/agentscheduler.pyImported Translations from Transifexby Jenkinseditneutron/locale/pt_BR/LC_MESSAGES/neutron.poeditneutron/locale/de/LC_MESSAGES/neutron.poeditneutron/locale/es/LC_MESSAGES/neutron.poeditneutron/locale/bg_BG/LC_MESSAGES/neutron.poeditneutron/locale/fr/LC_MESSAGES/neutron.poeditneutron/locale/ja/LC_MESSAGES/neutron.poeditneutron/locale/ko_KR/LC_MESSAGES/neutron.poeditneutron/locale/neutron.poteditneutron/locale/cs/LC_MESSAGES/neutron.poeditneutron/locale/sl_SI/LC_MESSAGES/neutron.poeditneutron/locale/ka_GE/LC_MESSAGES/neutron.poeditneutron/locale/zh_CN/LC_MESSAGES/neutron.poeditneutron/locale/zh_TW/LC_MESSAGES/neutron.poeditneutron/locale/it/LC_MESSAGES/neutron.poeditneutron/locale/pl_PL/LC_MESSAGES/neutron.poeditneutron/locale/vi_VN/LC_MESSAGES/neutron.poeditneutron/locale/fi_FI/LC_MESSAGES/neutron.poeditneutron/locale/ru/LC_MESSAGES/neutron.poeditneutron/locale/da/LC_MESSAGES/neutron.poeditneutron/locale/ro/LC_MESSAGES/neutron.poConsole Output[...truncated 1392 lines...]hard linking neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_agent_manager.py -> neutron-2013.2/neutron/tests/unit/services/loadbalancer/drivers/haproxyhard linking neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_api.py -> neutron-2013.2/neutron/tests/unit/services/loadbalancer/drivers/haproxyhard linking neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_cfg.py -> neutron-2013.2/neutron/tests/unit/services/loadbalancer/drivers/haproxyhard linking neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_namespace_driver.py -> neutron-2013.2/neutron/tests/unit/services/loadbalancer/drivers/haproxyhard linking neutron/tests/unit/services/loadbalancer/drivers/haproxy/test_plugin_driver.py -> neutron-2013.2/neutron/tests/unit/services/loadbalancer/drivers/haproxyhard linking neutron/tests/var/ca.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/certificate.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/privatekey.key -> neutron-2013.2/neutron/tests/varhard linking quantum/__init__.py -> neutron-2013.2/quantumhard linking quantum/auth.py -> neutron-2013.2/quantumhard linking quantum/api/__init__.py -> neutron-2013.2/quantum/apihard linking tools/build_debs.sh -> neutron-2013.2/toolshard linking tools/check_i18n.py -> neutron-2013.2/toolshard linking tools/check_i18n_test_case.txt -> neutron-2013.2/toolshard linking tools/clean.sh -> neutron-2013.2/toolshard linking tools/i18n_cfg.py -> neutron-2013.2/toolshard linking tools/install_venv.py -> neutron-2013.2/toolshard linking tools/install_venv_common.py -> neutron-2013.2/toolshard linking tools/patch_tox_venv.py -> neutron-2013.2/toolshard linking tools/with_venv.sh -> neutron-2013.2/toolscopying setup.cfg -> neutron-2013.2Writing neutron-2013.2/setup.cfgcreating distCreating tar archiveremoving 'neutron-2013.2' (and everything under it)ERROR:root:Error occurred during package creation/build: Could not find tarball for quantum in directory: /tmp/tmpSkOhuC/git/quantum/distERROR:root:Could not find tarball for quantum in directory: /tmp/tmpSkOhuC/git/quantum/distINFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise eopenstack_ubuntu_testing.build.component_build.ComponentBuildException: Could not find tarball for quantum in directory: /tmp/tmpSkOhuC/git/quantum/distError in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File 

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-quantumclient_trunk #29

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-quantumclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-quantumclient_trunk/29/Project:saucy_havana_python-quantumclient_trunkDate of build:Tue, 09 Jul 2013 04:03:06 -0400Build duration:51 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAllow tenant ID for authenticationby philip.dayeditneutronclient/shell.pyedittests/unit/test_auth.pyeditneutronclient/common/clientmanager.pyeditneutronclient/client.pyeditneutronclient/v2_0/client.pyConsole Output[...truncated 444 lines...]hard linking tests/unit/test_cli20.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_cli20_extensions.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_cli20_floatingips.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_cli20_network.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_cli20_nvp_queue.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_cli20_nvpnetworkgateway.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_cli20_port.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_cli20_router.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_cli20_securitygroup.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_cli20_subnet.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_name_or_id.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_quota.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_shell.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/test_utils.py -> python-neutronclient-2.2.4.2.g037497d/tests/unithard linking tests/unit/lb/__init__.py -> python-neutronclient-2.2.4.2.g037497d/tests/unit/lbhard linking tests/unit/lb/test_cli20_healthmonitor.py -> python-neutronclient-2.2.4.2.g037497d/tests/unit/lbhard linking tests/unit/lb/test_cli20_member.py -> python-neutronclient-2.2.4.2.g037497d/tests/unit/lbhard linking tests/unit/lb/test_cli20_pool.py -> python-neutronclient-2.2.4.2.g037497d/tests/unit/lbhard linking tests/unit/lb/test_cli20_vip.py -> python-neutronclient-2.2.4.2.g037497d/tests/unit/lbhard linking tools/neutron.bash_completion -> python-neutronclient-2.2.4.2.g037497d/toolscopying setup.cfg -> python-neutronclient-2.2.4.2.g037497dWriting python-neutronclient-2.2.4.2.g037497d/setup.cfgcreating distCreating tar archiveremoving 'python-neutronclient-2.2.4.2.g037497d' (and everything under it)ERROR:root:Error occurred during package creation/build: Could not find tarball for python-quantumclient in directory: /tmp/tmpd5Jgnj/git/python-quantumclient/distERROR:root:Could not find tarball for python-quantumclient in directory: /tmp/tmpd5Jgnj/git/python-quantumclient/distINFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise eopenstack_ubuntu_testing.build.component_build.ComponentBuildException: Could not find tarball for python-quantumclient in directory: /tmp/tmpd5Jgnj/git/python-quantumclient/distError in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise eopenstack_ubuntu_testing.build.component_build.ComponentBuildException: Could not find tarball for python-quantumclient in directory: /tmp/tmpd5Jgnj/git/python-quantumclient/distBuild step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #2

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/2/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 09:31:12 -0400Build duration:0.86 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_neutron_trunk #2

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/2/Project:precise_havana_neutron_trunkDate of build:Tue, 09 Jul 2013 09:31:14 -0400Build duration:1 min 30 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesvalidate and recommend the cidrby gongysheditneutron/tests/unit/test_db_plugin.pyeditneutron/tests/unit/test_l3_plugin.pyeditneutron/tests/unit/test_iptables_firewall.pyeditneutron/api/v2/attributes.pyeditneutron/tests/unit/test_attributes.pyConsole Output[...truncated 1562 lines...]uscan --verbose --force-download --rename --destdir=../build-areauscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.make: *** [get-orig-source] Error 2Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.uscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307090931~precise.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a6552647-1ffa-4089-9e7f-9a183802b78c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a6552647-1ffa-4089-9e7f-9a183802b78c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D precise --newversion 1:2013.2+git201307090931~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [361f52a] Imported Translations from Transifexdch -a [0aa5bec] add notification_driver to compatibilty clean-updch -a [0471248] Divide dhcp and l3 agent scheduling into separate extensionsdch -a [ceccf49] fix some missing change from quantum to neutrondch -a [62fb7ad] clean-up missing renamedebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a6552647-1ffa-4089-9e7f-9a183802b78c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a6552647-1ffa-4089-9e7f-9a183802b78c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_neutron_trunk #2

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/2/Project:saucy_havana_neutron_trunkDate of build:Tue, 09 Jul 2013 09:31:15 -0400Build duration:1 min 36 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesvalidate and recommend the cidrby gongysheditneutron/tests/unit/test_attributes.pyeditneutron/tests/unit/test_l3_plugin.pyeditneutron/tests/unit/test_db_plugin.pyeditneutron/api/v2/attributes.pyeditneutron/tests/unit/test_iptables_firewall.pyConsole Output[...truncated 1398 lines...]hard linking neutron/tests/var/certificate.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/privatekey.key -> neutron-2013.2/neutron/tests/varhard linking quantum/__init__.py -> neutron-2013.2/quantumhard linking quantum/auth.py -> neutron-2013.2/quantumhard linking quantum/api/__init__.py -> neutron-2013.2/quantum/apihard linking tools/build_debs.sh -> neutron-2013.2/toolshard linking tools/check_i18n.py -> neutron-2013.2/toolshard linking tools/check_i18n_test_case.txt -> neutron-2013.2/toolshard linking tools/clean.sh -> neutron-2013.2/toolshard linking tools/i18n_cfg.py -> neutron-2013.2/toolshard linking tools/install_venv.py -> neutron-2013.2/toolshard linking tools/install_venv_common.py -> neutron-2013.2/toolshard linking tools/patch_tox_venv.py -> neutron-2013.2/toolshard linking tools/with_venv.sh -> neutron-2013.2/toolscopying setup.cfg -> neutron-2013.2Writing neutron-2013.2/setup.cfgcreating distCreating tar archiveremoving 'neutron-2013.2' (and everything under it)DEBUG:root:Derived package version from tarball: 2013.2INFO:root:Building package using /tmp/tmp8P7dFx/neutron_2013.2+git201307090931~saucy.orig.tar.gzINFO:root:Branching packaging branch from lp:~ubuntu-server-dev/quantum/neutronDEBUG:root:['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~ubuntu-server-dev/quantum/neutron/".ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/quantum/neutron neutronTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #539

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/539/Project:precise_havana_nova_trunkDate of build:Tue, 09 Jul 2013 09:32:45 -0400Build duration:5 min 24 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesport Service API into v3 part1by bozhuaddnova/tests/api/openstack/compute/plugins/v3/test_services.pyaddnova/api/openstack/compute/plugins/v3/services.pyaddnova/api/openstack/compute/plugins/v3/extended_services.pyConsole Output[...truncated 3902 lines...]dch -a [58ecce6] xenapi: Add configurable BitTorrent URL fetcherdch -a [96e83c0] Notification support for host aggregate related operationdch -a [3f9bfbe] Fix vol_usage_update() DB API tests.dch -a [d9b6e31] Port scheduler hints extensionINFO:root:Destroying schroot. to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ef799fde-9dcf-476c-befd-72f09f1138ab', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ef799fde-9dcf-476c-befd-72f09f1138ab', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #223

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/223/Project:precise_havana_cinder_trunkDate of build:Tue, 09 Jul 2013 09:32:52 -0400Build duration:8 min 1 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRefactor reschedule in exception handling of volume managerby zhithuangeditcinder/volume/manager.pyeditcinder/tests/test_volume.pyAdd ability to specify SolidFire API versionby mgagneeditcinder/tests/test_solidfire.pyeditcinder/volume/drivers/solidfire.pySolidFire API RequestID is useless.by john.griffitheditcinder/volume/drivers/solidfire.pyConsole Output[...truncated 17924 lines...]ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201307090933~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/cinder/havana cinderdch -b -D precise --newversion 1:2013.2+git201307090933~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307090933~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpRMTRCR/cinder/debian/controlsbuild -d precise-havana -n -A cinder_2013.2+git201307090933~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201307090933~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201307090933~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #199

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/199/Project:saucy_havana_cinder_trunkDate of build:Tue, 09 Jul 2013 09:31:16 -0400Build duration:9 min 59 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRefactor reschedule in exception handling of volume managerby zhithuangeditcinder/tests/test_volume.pyeditcinder/volume/manager.pyAdd ability to specify SolidFire API versionby mgagneeditcinder/volume/drivers/solidfire.pyeditcinder/tests/test_solidfire.pySolidFire API RequestID is useless.by john.griffitheditcinder/volume/drivers/solidfire.pyConsole Output[...truncated 18861 lines...]ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201307090931~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/cinder/havana cinderdch -b -D saucy --newversion 1:2013.2+git201307090931~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307090931~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpEvwIFo/cinder/debian/controlsbuild -d saucy-havana -n -A cinder_2013.2+git201307090931~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201307090931~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201307090931~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_horizon_trunk #94

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/94/Project:saucy_havana_horizon_trunkDate of build:Tue, 09 Jul 2013 09:38:12 -0400Build duration:7 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesShow ID for None display name in boot from volumeby kispeareditopenstack_dashboard/dashboards/project/instances/workflows/create_instance.pyConsole Output[...truncated 7426 lines...]gpg: Signature made Tue Jul  9 09:41:20 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Tue Jul  9 09:41:19 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmp7J8H5N/horizon_2013.2+git201307090938~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmp7J8H5N/horizon_2013.2+git201307090938~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading horizon_2013.2+git201307090938~saucy-0ubuntu1.dsc: done.  Uploading horizon_2013.2+git201307090938~saucy.orig.tar.gz: done.  Uploading horizon_2013.2+git201307090938~saucy-0ubuntu1.debian.tar.gz: done.  Uploading horizon_2013.2+git201307090938~saucy-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'saucy-havana', 'horizon_2013.2+git201307090938~saucy-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/h/horizon/openstack-dashboard-ubuntu-theme_2013.2+git201307080401~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/h/horizon/openstack-dashboard_2013.2+git201307080401~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/h/horizon/python-django-horizon_2013.2+git201307080401~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/h/horizon/python-django-openstack_2013.2+git201307080401~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 52129921003c8da8b46467a6b8d378e60d66ef1dINFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/horizon/havana horizondch -b -D saucy --newversion 1:2013.2+git201307090938~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log f2c7db09791dc8c4fb329f535c330bfd3bdf98f4..HEAD --no-merges --pretty=format:[%h] %sdch -a [5212992] Show ID for None display name in boot from volumedch -a [19d62d5] Avoid ImportError when selenium is missing.dch -a [f678336] adding hypervisors panel to admin dashboarddch -a [4d279b8] Make get_object_by_id() work for most Django objects.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC horizon_2013.2+git201307090938~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmp7J8H5N/horizon/debian/controlsbuild -d saucy-havana -n -A horizon_2013.2+git201307090938~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana horizon_2013.2+git201307090938~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana horizon_2013.2+git201307090938~saucy-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #381

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/381/Project:saucy_havana_nova_trunkDate of build:Tue, 09 Jul 2013 09:38:31 -0400Build duration:7 min 8 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesport Service API into v3 part1by bozhuaddnova/api/openstack/compute/plugins/v3/extended_services.pyaddnova/tests/api/openstack/compute/plugins/v3/test_services.pyaddnova/api/openstack/compute/plugins/v3/services.pyConsole Output[...truncated 4889 lines...]dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-c16866cc-c786-4cb4-a70a-c13339065046', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-c16866cc-c786-4cb4-a70a-c13339065046', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_nova_stable #1038

2013-07-09 Thread openstack-testing-bot
Title: raring_grizzly_nova_stable
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_stable/1038/Project:raring_grizzly_nova_stableDate of build:Tue, 09 Jul 2013 09:41:16 -0400Build duration:18 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesSync RPC module from Osloby rbryanteditnova/openstack/common/rpc/impl_qpid.pyeditnova/openstack/common/rpc/impl_zmq.pyConsole Output[...truncated 19361 lines...]deleting and forgetting pool/main/n/nova/nova-common_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-kvm_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-lxc_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-qemu_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-uml_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-xcp_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-xen_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-conductor_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-console_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-consoleauth_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-doc_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-network_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-novncproxy_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-objectstore_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-scheduler_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-spiceproxy_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-volume_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-network_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-plugins_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xvpvncproxy_2013.1+git201307011804~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/python-nova_2013.1+git201307011804~raring-0ubuntu1_all.debINFO:root:Storing current commit for next build: d367ab62720988231524accab33488ed1d6c8555INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~openstack-ubuntu-testing/nova/grizzly novadch -b -D raring --newversion 1:2013.1+git201307090942~raring-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log b92075c9b73b568e99b61544286da506bfb991a4..HEAD --no-merges --pretty=format:[%h] %sdch -a [d367ab6] Skip security group code when there is no network.dch -a [19fbc29] Silence exceptions from qpid connection.close() (from oslo)dch -a [d2cb4b2] Sync RPC module from Oslodch -a [69dd7c5] Regenerate missing resized backing filesdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201307090942~raring-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmp903vZR/nova/debian/controlsbuild -d raring-grizzly -n -A nova_2013.1+git201307090942~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing nova_2013.1+git201307090942~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly nova_2013.1+git201307090942~raring-0ubuntu1_amd64.changes+ [ 0 != 0 ]+ jenkins-cli build -p pipeline_parameters=pipeline_parameters -p PARENT_BUILD_TAG=jenkins-raring_grizzly_nova_stable-1038 pipeline_runnerEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_nova_stable #1030

2013-07-09 Thread openstack-testing-bot
Title: precise_grizzly_nova_stable
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_stable/1030/Project:precise_grizzly_nova_stableDate of build:Tue, 09 Jul 2013 09:40:54 -0400Build duration:19 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesSync RPC module from Osloby rbryanteditnova/openstack/common/rpc/impl_qpid.pyeditnova/openstack/common/rpc/impl_zmq.pyConsole Output[...truncated 18645 lines...]deleting and forgetting pool/main/n/nova/nova-common_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-kvm_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-lxc_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-qemu_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-uml_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-xcp_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-xen_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-conductor_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-console_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-consoleauth_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-doc_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-network_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-novncproxy_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-objectstore_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-scheduler_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-spiceproxy_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-volume_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-network_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-plugins_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xvpvncproxy_2013.1+git201307011803~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/python-nova_2013.1+git201307011803~precise-0ubuntu1_all.debINFO:root:Storing current commit for next build: d367ab62720988231524accab33488ed1d6c8555INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~openstack-ubuntu-testing/nova/grizzly novadch -b -D precise --newversion 1:2013.1+git201307090941~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log b92075c9b73b568e99b61544286da506bfb991a4..HEAD --no-merges --pretty=format:[%h] %sdch -a [d367ab6] Skip security group code when there is no network.dch -a [19fbc29] Silence exceptions from qpid connection.close() (from oslo)dch -a [d2cb4b2] Sync RPC module from Oslodch -a [69dd7c5] Regenerate missing resized backing filesdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201307090941~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpfVAJn9/nova/debian/controlsbuild -d precise-grizzly -n -A nova_2013.1+git201307090941~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing nova_2013.1+git201307090941~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly nova_2013.1+git201307090941~precise-0ubuntu1_amd64.changes+ [ 0 != 0 ]+ jenkins-cli build -p pipeline_parameters=pipeline_parameters -p PARENT_BUILD_TAG=jenkins-precise_grizzly_nova_stable-1030 pipeline_runnerEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #3

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/3/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 10:01:17 -0400Build duration:5.6 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #4

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/4/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 10:31:15 -0400Build duration:0.97 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #540

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/540/Project:precise_havana_nova_trunkDate of build:Tue, 09 Jul 2013 10:31:43 -0400Build duration:3 min 40 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesXenapi shutdown should return True if vm is shutdownby revieweditnova/virt/xenapi/vm_utils.pyeditnova/tests/virt/xenapi/test_vm_utils.pyDisassociate fixed IPs not known to dnsmasqby revieweditnova/network/manager.pyPort extended-server-attributes API into v3 part2by xuhjeditnova/api/openstack/compute/plugins/v3/extended_server_attributes.pyeditetc/nova/policy.jsoneditnova/tests/api/openstack/compute/plugins/v3/test_extended_server_attributes.pyeditsetup.cfgeditnova/tests/fake_policy.pyEnsure flake8 tests run on all api codeby john.garbutteditnova/tests/api/openstack/compute/plugins/v3/test_cells.pyeditnova/tests/api/openstack/compute/plugins/v3/test_server_diagnostics.pyeditnova/tests/api/openstack/compute/plugins/v3/test_quota_sets.pyedittox.inieditnova/api/openstack/compute/plugins/v3/flavors.pyeditnova/api/openstack/compute/plugins/v3/scheduler_hints.pyeditnova/tests/api/openstack/compute/plugins/v3/test_flavor_access.pyeditnova/api/openstack/compute/plugins/v3/agents.pyeditnova/api/openstack/compute/plugins/v3/servers.pyeditnova/api/openstack/compute/plugins/v3/simple_tenant_usage.pyeditnova/tests/api/openstack/compute/plugins/v3/test_extension_info.pyeditnova/tests/api/openstack/compute/plugins/v3/test_images.pyeditnova/tests/api/openstack/compute/plugins/v3/test_hypervisors.pyeditnova/tests/api/openstack/compute/plugins/v3/test_servers.pyeditnova/api/openstack/compute/plugins/v3/instance_usage_audit_log.pyeditnova/tests/api/openstack/compute/plugins/v3/test_scheduler_hints.pyeditnova/api/openstack/compute/plugins/v3/hosts.pyeditnova/api/openstack/compute/plugins/v3/extension_info.pyeditnova/tests/api/openstack/compute/plugins/v3/test_config_drive.pyeditnova/api/openstack/compute/plugins/v3/coverage.pyConsole Output[...truncated 3914 lines...]ot sqlalchemydch -a [58ecce6] xenapi: Add configurable BitTorrent URL fetcherdch -a [96e83c0] Notification support for host aggregate related operationdch -a [3f9bfbe] Fix vol_usage_update() DB API tests.dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-b1557701-8bbe-41b7-b05c-2ffb0e4054e1', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-b1557701-8bbe-41b7-b05c-2ffb0e4054e1', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was 

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #382

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/382/Project:saucy_havana_nova_trunkDate of build:Tue, 09 Jul 2013 10:32:30 -0400Build duration:5 min 42 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesXenapi shutdown should return True if vm is shutdownby revieweditnova/tests/virt/xenapi/test_vm_utils.pyeditnova/virt/xenapi/vm_utils.pyDisassociate fixed IPs not known to dnsmasqby revieweditnova/network/manager.pyPort extended-server-attributes API into v3 part2by xuhjeditnova/tests/api/openstack/compute/plugins/v3/test_extended_server_attributes.pyeditnova/api/openstack/compute/plugins/v3/extended_server_attributes.pyeditetc/nova/policy.jsoneditsetup.cfgeditnova/tests/fake_policy.pyEnsure flake8 tests run on all api codeby john.garbutteditnova/tests/api/openstack/compute/plugins/v3/test_cells.pyeditnova/tests/api/openstack/compute/plugins/v3/test_flavor_access.pyeditnova/tests/api/openstack/compute/plugins/v3/test_extension_info.pyeditnova/api/openstack/compute/plugins/v3/agents.pyeditnova/api/openstack/compute/plugins/v3/extension_info.pyeditnova/api/openstack/compute/plugins/v3/servers.pyeditnova/tests/api/openstack/compute/plugins/v3/test_servers.pyeditnova/api/openstack/compute/plugins/v3/instance_usage_audit_log.pyeditnova/api/openstack/compute/plugins/v3/scheduler_hints.pyeditnova/tests/api/openstack/compute/plugins/v3/test_server_diagnostics.pyeditnova/api/openstack/compute/plugins/v3/hosts.pyeditnova/api/openstack/compute/plugins/v3/coverage.pyeditnova/tests/api/openstack/compute/plugins/v3/test_config_drive.pyedittox.inieditnova/api/openstack/compute/plugins/v3/simple_tenant_usage.pyeditnova/tests/api/openstack/compute/plugins/v3/test_scheduler_hints.pyeditnova/api/openstack/compute/plugins/v3/flavors.pyeditnova/tests/api/openstack/compute/plugins/v3/test_images.pyeditnova/tests/api/openstack/compute/plugins/v3/test_quota_sets.pyeditnova/tests/api/openstack/compute/plugins/v3/test_hypervisors.pyConsole Output[...truncated 4901 lines...]dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7c769d02-9399-41f5-9fff-3aeebc32d98e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7c769d02-9399-41f5-9fff-3aeebc32d98e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as 

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #224

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/224/Project:precise_havana_cinder_trunkDate of build:Tue, 09 Jul 2013 10:31:19 -0400Build duration:7 min 26 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix extent size issue when creating thin pool.by john.griffitheditcinder/brick/local_dev/lvm.pyeditcinder/tests/brick/test_brick_lvm.pyConsole Output[...truncated 17952 lines...]INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/cinder/havana cinderdch -b -D precise --newversion 1:2013.2+git201307091031~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307091031~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpu3V43H/cinder/debian/controlsbuild -d precise-havana -n -A cinder_2013.2+git201307091031~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201307091031~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201307091031~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #200

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/200/Project:saucy_havana_cinder_trunkDate of build:Tue, 09 Jul 2013 10:31:17 -0400Build duration:7 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix extent size issue when creating thin pool.by john.griffitheditcinder/tests/brick/test_brick_lvm.pyeditcinder/brick/local_dev/lvm.pyConsole Output[...truncated 18822 lines...]INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/cinder/havana cinderdch -b -D saucy --newversion 1:2013.2+git201307091031~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307091031~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmp3puxJP/cinder/debian/controlsbuild -d saucy-havana -n -A cinder_2013.2+git201307091031~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201307091031~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201307091031~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #5

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/5/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 11:01:13 -0400Build duration:25 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #6

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/6/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 11:31:12 -0400Build duration:0.89 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #383

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/383/Project:saucy_havana_nova_trunkDate of build:Tue, 09 Jul 2013 11:31:20 -0400Build duration:4 min 32 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesxenapi: Tidy up Popen calls to avoid command injection attacksby euan.harriseditplugins/xenserver/xenapi/etc/xapi.d/plugins/xenhosteditplugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.pyeditplugins/xenserver/xenapi/etc/xapi.d/plugins/migrationeditplugins/xenserver/xenapi/etc/xapi.d/plugins/bittorrenteditplugins/xenserver/xenapi/etc/xapi.d/plugins/utils.pyPort admin-actions API into v3 part1by xuhjaddnova/tests/api/openstack/compute/plugins/v3/test_admin_actions.pyaddnova/api/openstack/compute/plugins/v3/admin_actions.pyConsole Output[...truncated 4910 lines...]dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-adba25c6-6479-475a-afc6-c67f90e32992', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-adba25c6-6479-475a-afc6-c67f90e32992', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #541

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/541/Project:precise_havana_nova_trunkDate of build:Tue, 09 Jul 2013 11:31:39 -0400Build duration:4 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesxenapi: Tidy up Popen calls to avoid command injection attacksby euan.harriseditplugins/xenserver/xenapi/etc/xapi.d/plugins/bittorrenteditplugins/xenserver/xenapi/etc/xapi.d/plugins/xenstore.pyeditplugins/xenserver/xenapi/etc/xapi.d/plugins/utils.pyeditplugins/xenserver/xenapi/etc/xapi.d/plugins/migrationeditplugins/xenserver/xenapi/etc/xapi.d/plugins/xenhostPort admin-actions API into v3 part1by xuhjaddnova/tests/api/openstack/compute/plugins/v3/test_admin_actions.pyaddnova/api/openstack/compute/plugins/v3/admin_actions.pyConsole Output[...truncated 3923 lines...]dch -a [d891b16] Make db.fakes stub out API not sqlalchemydch -a [58ecce6] xenapi: Add configurable BitTorrent URL fetcherdch -a [96e83c0] Notification support for host aggregate related operationdch -a [3f9bfbe] Fix vol_usage_update() DB API tests.dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-24314805-4dad-457a-9752-63a81b0a5f15', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-24314805-4dad-457a-9752-63a81b0a5f15', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #7

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/7/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 12:01:12 -0400Build duration:2.2 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #8

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/8/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 12:31:12 -0400Build duration:0.55 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #542

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/542/Project:precise_havana_nova_trunkDate of build:Tue, 09 Jul 2013 12:31:16 -0400Build duration:2 min 58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesList migrations through Admin APIby maheshpeditnova/tests/compute/test_compute.pyadddoc/api_samples/os-migrations/migrations-get.jsoneditnova/tests/cells/test_cells_messaging.pyeditnova/cells/rpcapi.pyeditdoc/api_samples/all_extensions/extensions-get-resp.jsoneditnova/tests/cells/test_cells_manager.pyeditnova/tests/cells/test_cells_rpcapi.pyeditnova/compute/api.pyeditnova/tests/compute/test_compute_cells.pyeditnova/compute/cells_api.pyeditnova/tests/integrated/test_api_samples.pyeditnova/db/sqlalchemy/api.pyeditnova/db/api.pyaddnova/tests/integrated/api_samples/os-migrations/migrations-get.xml.tpleditdoc/api_samples/all_extensions/extensions-get-resp.xmleditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpleditnova/tests/fake_policy.pyeditnova/tests/db/test_db_api.pyadddoc/api_samples/os-migrations/migrations-get.xmleditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.json.tpladdnova/tests/api/openstack/compute/contrib/test_migrations.pyaddnova/tests/integrated/api_samples/os-migrations/migrations-get.json.tpleditnova/cells/messaging.pyeditetc/nova/policy.jsonaddnova/api/openstack/compute/contrib/migrations.pyeditnova/cells/manager.pyConsole Output[...truncated 3934 lines...]dch -a [d891b16] Make db.fakes stub out API not sqlalchemydch -a [58ecce6] xenapi: Add configurable BitTorrent URL fetcherdch -a [96e83c0] Notification support for host aggregate related operationdch -a [3f9bfbe] Fix vol_usage_update() DB API tests.dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-f6da2c14-338d-44e8-8793-6d94efbc139f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-f6da2c14-338d-44e8-8793-6d94efbc139f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #384

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/384/Project:saucy_havana_nova_trunkDate of build:Tue, 09 Jul 2013 12:31:17 -0400Build duration:4 min 1 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesList migrations through Admin APIby maheshpeditnova/tests/db/test_db_api.pyaddnova/tests/integrated/api_samples/os-migrations/migrations-get.json.tpleditnova/tests/cells/test_cells_manager.pyeditnova/tests/fake_policy.pyeditnova/db/sqlalchemy/api.pyadddoc/api_samples/os-migrations/migrations-get.xmleditnova/compute/api.pyeditnova/tests/compute/test_compute_cells.pyeditnova/compute/cells_api.pyeditetc/nova/policy.jsoneditnova/tests/compute/test_compute.pyeditnova/tests/cells/test_cells_rpcapi.pyadddoc/api_samples/os-migrations/migrations-get.jsoneditnova/cells/messaging.pyaddnova/tests/api/openstack/compute/contrib/test_migrations.pyeditnova/tests/integrated/test_api_samples.pyeditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpleditnova/tests/cells/test_cells_messaging.pyeditnova/cells/rpcapi.pyaddnova/tests/integrated/api_samples/os-migrations/migrations-get.xml.tpleditdoc/api_samples/all_extensions/extensions-get-resp.jsoneditnova/db/api.pyaddnova/api/openstack/compute/contrib/migrations.pyeditdoc/api_samples/all_extensions/extensions-get-resp.xmleditnova/cells/manager.pyeditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.json.tplConsole Output[...truncated 4921 lines...]dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-89cbf8e4-773a-4249-98ff-a92ba0f425b8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-89cbf8e4-773a-4249-98ff-a92ba0f425b8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #9

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/9/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 13:01:11 -0400Build duration:0.79 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #10

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/10/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 13:31:12 -0400Build duration:0.53 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #11

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/11/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 14:01:12 -0400Build duration:0.56 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #543

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/543/Project:precise_havana_nova_trunkDate of build:Tue, 09 Jul 2013 14:01:14 -0400Build duration:2 min 54 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMake sure periodic cleanup of instances continues on errorby hanlindeditnova/compute/manager.pyeditnova/tests/compute/test_compute.pyUpdate openstack.common.configby julieneditnova/openstack/common/config/generator.pyConsole Output[...truncated 3940 lines...]dch -a [58ecce6] xenapi: Add configurable BitTorrent URL fetcherdch -a [96e83c0] Notification support for host aggregate related operationdch -a [3f9bfbe] Fix vol_usage_update() DB API tests.dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-c371913b-1086-41bf-ba4c-cdf15b16eff3', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-c371913b-1086-41bf-ba4c-cdf15b16eff3', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #385

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/385/Project:saucy_havana_nova_trunkDate of build:Tue, 09 Jul 2013 14:01:39 -0400Build duration:4 min 31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMake sure periodic cleanup of instances continues on errorby hanlindeditnova/compute/manager.pyeditnova/tests/compute/test_compute.pyUpdate openstack.common.configby julieneditnova/openstack/common/config/generator.pyConsole Output[...truncated 4927 lines...]dch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -INFO:root:Destroying schroot.S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-1214cb75-521e-4cd9-8cf4-bbe395fedf5e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-1214cb75-521e-4cd9-8cf4-bbe395fedf5e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #141

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/141/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 09 Jul 2013 15:05:34 -0400Build duration:7 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUse oslo.sphinx and remove local copy of doc themeby doug.hellmanndeletedoc/source/_static/default.cssdeletedoc/source/_theme/theme.confdeletedoc/source/_static/nature.cssdeletedoc/source/_static/header-line.gifdeletedoc/source/_static/basic.cssdeletedoc/source/_theme/layout.htmldeletedoc/source/_static/tweaks.cssdeletedoc/source/_static/jquery.tweet.jsdeletedoc/source/_static/header_bg.jpgedittest-requirements.txteditdoc/source/conf.pydeletedoc/source/_static/openstack_logo.pngConsole Output[...truncated 2197 lines...]dch -a [7a99c9c] Update glossarydch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [ef17d89] update Quantum references to Neutrondch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201307091505~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpXfOf3p/ceilometer/debian/controlsbuild -d saucy-havana -n -A ceilometer_2013.2+git201307091505~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'ceilometer_2013.2+git201307091505~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'ceilometer_2013.2+git201307091505~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_neutron_trunk #3

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/3/Project:precise_havana_neutron_trunkDate of build:Tue, 09 Jul 2013 15:34:59 -0400Build duration:3 min 11 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAllow router route update in XML.by bob.melandereditneutron/extensions/extraroute.pyeditneutron/tests/unit/test_extension_extraroute.pyFix for Cisco plugin sample config.by revieweditetc/neutron/plugins/cisco/cisco_plugins.iniConsole Output[...truncated 1562 lines...]uscan --verbose --force-download --rename --destdir=../build-areauscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.make: *** [get-orig-source] Error 2Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.uscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307091535~precise.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-517747e8-7ce4-4183-ba42-b432ae5a9d14', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-517747e8-7ce4-4183-ba42-b432ae5a9d14', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D precise --newversion 1:2013.2+git201307091535~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [c4d423e] Fix for Cisco plugin sample config.dch -a [758666d] Allow router route update in XML.dch -a [361f52a] Imported Translations from Transifexdch -a [0aa5bec] add notification_driver to compatibilty clean-updch -a [0471248] Divide dhcp and l3 agent scheduling into separate extensionsdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-517747e8-7ce4-4183-ba42-b432ae5a9d14', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-517747e8-7ce4-4183-ba42-b432ae5a9d14', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-keystoneclient_trunk #54

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-keystoneclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-keystoneclient_trunk/54/Project:saucy_havana_python-keystoneclient_trunkDate of build:Tue, 09 Jul 2013 16:47:07 -0400Build duration:13 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesRemove endpoint.name attribute from v3 manager (bug 1191152)by dolph.mathewseditkeystoneclient/v3/endpoints.pyConsole Output[...truncated 2638 lines...]gpg: Signature made Tue Jul  9 16:54:08 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Tue Jul  9 16:54:08 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmppv_Ew7/python-keystoneclient_0.3.1.6.gdf1b616+git201307091647~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmppv_Ew7/python-keystoneclient_0.3.1.6.gdf1b616+git201307091647~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-keystoneclient_0.3.1.6.gdf1b616+git201307091647~saucy-0ubuntu1.dsc: done.  Uploading python-keystoneclient_0.3.1.6.gdf1b616+git201307091647~saucy.orig.tar.gz: done.  Uploading python-keystoneclient_0.3.1.6.gdf1b616+git201307091647~saucy-0ubuntu1.debian.tar.gz: done.  Uploading python-keystoneclient_0.3.1.6.gdf1b616+git201307091647~saucy-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'saucy-havana', 'python-keystoneclient_0.3.1.6.gdf1b616+git201307091647~saucy-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/p/python-keystoneclient/python-keystoneclient_0.3.0.12.g9ee038f+git201307021038~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 6139663e09c52c19fa218a220a5d44733e641966INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/python-keystoneclient/havana python-keystoneclientdch -b -D saucy --newversion 1:0.3.1.6.gdf1b616+git201307091647~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log fe8f9023acb945ad3c201a42baa28179eb08b388..HEAD --no-merges --pretty=format:[%h] %sdch -a [6139663] Flake8 should ignore build folderdch -a [fca985c] Fix auth_token.py bad signing_dir log messagedch -a [6dfcbc0] List groups by domain in keystoneclient.dch -a [4087747] Unmock requests when testing complete.dch -a [f695342] Use Python 3.x compatible print syntaxdch -a [d2702e1] Remove endpoint.name attribute from v3 manager (bug 1191152)dch -a [a4af27a] Log cms_verify issues as warnings (not errors).debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-keystoneclient_0.3.1.6.gdf1b616+git201307091647~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmppv_Ew7/python-keystoneclient/debian/controlsbuild -d saucy-havana -n -A python-keystoneclient_0.3.1.6.gdf1b616+git201307091647~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana python-keystoneclient_0.3.1.6.gdf1b616+git201307091647~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana python-keystoneclient_0.3.1.6.gdf1b616+git201307091647~saucy-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #20

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/20/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 18:31:12 -0400Build duration:0.74 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #21

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/21/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 19:01:13 -0400Build duration:0.6 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #22

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/22/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 19:31:12 -0400Build duration:0.52 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #23

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/23/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 20:01:12 -0400Build duration:0.57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #24

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/24/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 20:31:13 -0400Build duration:0.52 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #25

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/25/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 21:01:12 -0400Build duration:2.7 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #28

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/28/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 22:31:12 -0400Build duration:0.82 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #546

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/546/Project:precise_havana_nova_trunkDate of build:Tue, 09 Jul 2013 22:31:18 -0400Build duration:2 min 45 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPort consoles extension API into v3 part1by xuhjaddnova/api/openstack/compute/plugins/v3/remote_consoles.pyaddnova/tests/api/openstack/compute/plugins/v3/test_remote_consoles.pyPort consoles extension API into v3 part2by xuhjeditsetup.cfgeditnova/api/openstack/compute/plugins/v3/remote_consoles.pyeditnova/tests/api/openstack/compute/plugins/v3/test_remote_consoles.pyeditnova/tests/fake_policy.pyeditetc/nova/policy.jsonConsole Output[...truncated 3958 lines...]dch -a [1ae9104] Port consoles extension API into v3 part2dch -a [ccf265c] Port consoles extension API into v3 part1dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-02010a9b-9ab5-46d8-8a94-691eb84619e0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-02010a9b-9ab5-46d8-8a94-691eb84619e0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #388

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/388/Project:saucy_havana_nova_trunkDate of build:Tue, 09 Jul 2013 22:31:18 -0400Build duration:3 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPort consoles extension API into v3 part1by xuhjaddnova/api/openstack/compute/plugins/v3/remote_consoles.pyaddnova/tests/api/openstack/compute/plugins/v3/test_remote_consoles.pyPort consoles extension API into v3 part2by xuhjeditsetup.cfgeditnova/api/openstack/compute/plugins/v3/remote_consoles.pyeditetc/nova/policy.jsoneditnova/tests/fake_policy.pyeditnova/tests/api/openstack/compute/plugins/v3/test_remote_consoles.pyConsole Output[...truncated 4945 lines...]dch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] poINFO:root:Destroying schroot.rt agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-ddd44f5f-4f1c-4a45-848d-ee0861b0d884', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-ddd44f5f-4f1c-4a45-848d-ee0861b0d884', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #29

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/29/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 23:01:12 -0400Build duration:0.6 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #30

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/30/Project:saucy_havana_python-neturonclient_trunkDate of build:Tue, 09 Jul 2013 23:31:13 -0400Build duration:0.51 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #389

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/389/Project:saucy_havana_nova_trunkDate of build:Tue, 09 Jul 2013 23:31:16 -0400Build duration:3 min 49 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changestest_xmlutil.py covers more code in xmlutil.pyby frederic.lepiededitnova/tests/api/openstack/test_xmlutil.pyhyperv: Fix vmops.get_info raises InstanceNotFound KeyErrorby mriedemeditnova/tests/virt/hyperv/test_hypervapi.pyeditnova/virt/hyperv/vmops.pyAdd missing matchmaker_ringby markmcaddnova/openstack/common/rpc/matchmaker_ring.pySync latest rpc changes from oslo-incubatorby markmceditnova/openstack/common/rpc/impl_qpid.pyeditnova/openstack/common/rpc/amqp.pyeditnova/openstack/common/excutils.pyeditnova/openstack/common/rpc/common.pyeditnova/openstack/common/rpc/impl_kombu.pyConsole Output[...truncated 4959 lines...]dch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -aINFO:root:Destroying schroot. [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b178d758-51c0-4342-9f22-1bb191a66ed4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-b178d758-51c0-4342-9f22-1bb191a66ed4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #31

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/31/Project:saucy_havana_python-neturonclient_trunkDate of build:Wed, 10 Jul 2013 00:01:12 -0400Build duration:0.55 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #32

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/32/Project:saucy_havana_python-neturonclient_trunkDate of build:Wed, 10 Jul 2013 00:31:12 -0400Build duration:0.58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #390

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/390/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 00:32:22 -0400Build duration:4 min 24 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMisc fixes for v3 evacuate API extensionby cyeoheditnova/api/openstack/compute/plugins/v3/evacuate.pyeditnova/tests/api/openstack/compute/plugins/v3/test_evacuate.pyport Deferred_delete API into v3 part1by bozhuaddnova/tests/api/openstack/compute/plugins/v3/test_deferred_delete.pyaddnova/api/openstack/compute/plugins/v3/deferred_delete.pyConsole Output[...truncated 4967 lines...]dch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerINFO:root:Destroying schroot.PasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-12f629b7-8d5f-4d3d-bf77-b6b86a286572', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-12f629b7-8d5f-4d3d-bf77-b6b86a286572', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-neturonclient_trunk #33

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/33/Project:saucy_havana_python-neturonclient_trunkDate of build:Wed, 10 Jul 2013 01:01:12 -0400Build duration:4.5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #225

2013-07-09 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/225/Project:precise_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 01:31:15 -0400Build duration:6 min 49 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSync install_venv_common from osloby mordrededittools/install_venv_common.pyeditdoc/source/devref/development.environment.rstMove brick initiator tests to brick subdirectory.by avishayaddcinder/tests/brick/test_brick_initiator.pydeletecinder/tests/test_brick_initiator.pyDont pass session arg to public DB API methodsby rpodolyakaeditcinder/db/sqlalchemy/api.pyeditcinder/tests/test_quota.pyeditcinder/db/api.pyConsole Output[...truncated 18412 lines...]python setup.py sdistbzr branch lp:~ubuntu-server-dev/cinder/havana cinderdch -b -D precise --newversion 1:2013.2+git201307100131~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307100131~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpbdrXPl/cinder/debian/controlsbuild -d precise-havana -n -A cinder_2013.2+git201307100131~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201307100131~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201307100131~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #201

2013-07-09 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/201/Project:saucy_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 01:31:15 -0400Build duration:7 min 18 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSync install_venv_common from osloby mordrededittools/install_venv_common.pyeditdoc/source/devref/development.environment.rstMove brick initiator tests to brick subdirectory.by avishayaddcinder/tests/brick/test_brick_initiator.pydeletecinder/tests/test_brick_initiator.pyDont pass session arg to public DB API methodsby rpodolyakaeditcinder/db/sqlalchemy/api.pyeditcinder/tests/test_quota.pyeditcinder/db/api.pyConsole Output[...truncated 19031 lines...]python setup.py sdistbzr branch lp:~ubuntu-server-dev/cinder/havana cinderdch -b -D saucy --newversion 1:2013.2+git201307100131~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307100131~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpG1XlV1/cinder/debian/controlsbuild -d saucy-havana -n -A cinder_2013.2+git201307100131~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201307100131~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201307100131~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp