Re: [Openstack] Volume Success Create But No Volume in its Path

2013-07-16 Thread John Griffith
On Mon, Jul 15, 2013 at 10:01 PM, Mahardhika
mahardika.gil...@andalabs.comwrote:

  Hi all, i have investigate this issue, since i am successful in create
 volume with cinder, but volume is not create on it's own volumes_dir that's
 in /var/lib/cinder/volumes
 and in cinder-volumes.log it said success when creating no error or warn
 appear.
 lvm (with /dev/loop) is show that lvm is used for volume .

 please help
 thanks
 --
 Regards,
 Mahardhika Gilang

 *PT. Andalabs Technology *
 Gedung Gravira
 Jl. Cideng Barat no. 54
 Jakarta Pusat 10150

 HP : 0852 139 55861
 Email : mahardika.gil...@andalabs.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

 Hi Mahardhika,

The cinder volumes directory is actually used just for specifying the
location of the iscsi target persistence files.

Your volume is actually an LVM/Volume that you should see by running sudo
lvs.

As far as the persistence file, are you runing devstack?  If so it will be
in /opt/stack/data/cinder/volumes...  If not perhaps you could provide your
cinder.conf file and we could get a better idea of what you're setup is and
where things might be.

Thanks,
John
___
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] Volume Success Create But No Volume in its Path

2013-07-16 Thread Mahardhika
Oh i see, no i run manual configuration following this guide 
https://github.com/mseknibilel/OpenStack-Grizzly-Install-Guide/blob/OVS_MultiNode/OpenStack_Grizzly_Install_Guide.rst
now my problem is, on compute node log (when i attached volume to 
instance) it said that :
*iscsiadm: No session found*, i used iscsitarget on controller (run 
cinder volume).


On 7/16/2013 1:01 PM, John Griffith wrote:




On Mon, Jul 15, 2013 at 10:01 PM, Mahardhika 
mahardika.gil...@andalabs.com mailto:mahardika.gil...@andalabs.com 
wrote:


Hi all, i have investigate this issue, since i am successful in
create volume with cinder, but volume is not create on it's own
volumes_dir that's in /var/lib/cinder/volumes
and in cinder-volumes.log it said success when creating no error
or warn appear.
lvm (with /dev/loop) is show that lvm is used for volume .

please help
thanks
-- 
Regards,

Mahardhika Gilang

*PT. Andalabs Technology *
Gedung Gravira
Jl. Cideng Barat no. 54
Jakarta Pusat 10150

HP : 0852 139 55861
Email : mahardika.gil...@andalabs.com
mailto:mahardika.gil...@andalabs.com

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

Hi Mahardhika,

The cinder volumes directory is actually used just for specifying the 
location of the iscsi target persistence files.


Your volume is actually an LVM/Volume that you should see by running 
sudo lvs.


As far as the persistence file, are you runing devstack?  If so it 
will be in /opt/stack/data/cinder/volumes...  If not perhaps you could 
provide your cinder.conf file and we could get a better idea of what 
you're setup is and where things might be.


Thanks,
John





___
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] [Cinder] Loading cinder.conf

2013-07-16 Thread zan tosh
Thanks for all your responses. I didn't realize that stack.sh actually
copies the cinder.conf.sample instead of cinder.conf to /etc/cinder every
time it runs. So, it was overwriting my entries. I fixed it by making
changes to the script. The issue is resolved.


On Mon, Jul 15, 2013 at 4:54 PM, Unmesh Gurjar unmesh.gur...@gmail.comwrote:

 Hi,

 AFAIK, there are no additional changes required (other than restarting the
 service so that it loads the new conf settings). Assuming you have done
 that, can you check what is the 'volume_driver' from the service start up
 logs?


 ~Unmesh.

 On Mon, Jul 15, 2013 at 10:44 AM, zan tosh ztos...@gmail.com wrote:

 Ray

 I am wondering why I see the default driver even after I changed the
 entry in cinder.conf. I un-commented the line for volume_driver and changed
 the driver name. I tried to print volume driver in the __init__ and I see
 it still pointing to LVMISCSIDriver. It seems I am missing something and
 its not loading values from cinder.conf.

 ~z


 On Mon, Jul 15, 2013 at 10:33 AM, Ray Sun xiaoq...@gmail.com wrote:

 Yes, that's the default driver. See cinder/volume/manager.py
 volume_manager_opts = [
 cfg.StrOpt('volume_driver',
default='cinder.volume.drivers.lvm.LVMISCSIDriver',
help='Driver to use for volume creation'),
 ]

 Best Regards
 -- Ray


 On Mon, Jul 15, 2013 at 12:51 PM, zan tosh ztos...@gmail.com wrote:

 I use devstack (Grizzly/stable). I have been trying to use a different
 volume driver by muncommenting and modifying the below line in cinder.conf
 under etc/cinder
 # Driver to use for volume creation (string value)
 #volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver

 But when VolumeManager is loaded I see it still refers to the default
 LVMISCSIDriver. Is there any other change to load cinder.conf?

 Any suggestions?

 Tahnks

 ___
 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





___
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] [ANN] Caimito 0.11 - WebDAV frontend for OpenStack Swift Cloud Storage

2013-07-16 Thread Chmouel Boudjnah
On Wed, Jul 10, 2013 at 4:14 PM, Gabe Wong gabri...@ngasi.com wrote:
 Lots of work has been done to Caimito. In addition to bug fixes:
 - Faster request handling.
 - Better handling of files with spaces and other characters.

 Thanks to everyone who have contributed. Of course the community's valuable
 feedback is much welcomed.
 Feel free to download Caimito here:
 http://caimito.ngasi.com

Cool, congrats on the new release. You may want to list this in
http://docs.openstack.org/developer/swift/associated_projects.html
(the associated_projects.rst is in the github repo of swift).

Chmouel.



 Cheers.


 ___
 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] How does Instances menu in Horizon work?

2013-07-16 Thread Narayanan, Krishnaprasad
Hallo All,

This is regarding my previous post yesterday in order to get all VMs that 
belongs to other tenants / users.

In this regard, can I get to know how does the Instances menu 
(syspanel/instances) work in Admin tab in Horizon? What nova API does it use 
in order to get the data from all tenants?

Thanks
Krishnaprasad
___
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] libvirtError: unsupported configuration: disk bus 'ide' cannot be hotplugged.

2013-07-16 Thread Mahardhika
Hi, i've got this when try to attach on running instance that running 
centos 6.3
*libvirtError: unsupported configuration: disk bus 'ide' cannot be 
hotplugged.*
volume can attach when instance is on suspend state, but when i resume 
and reboot, no volume device is appear

it work when i used cirros, but not with other os (bare-metal) or .iso image
please help
thanks
___
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] libvirtError: unsupported configuration: disk bus 'ide' cannot be hotplugged.

2013-07-16 Thread Wangpan
what hypervisor you are using?

2013-07-16



Wangpan



发件人:Mahardhika mahardika.gil...@andalabs.com
发送时间:2013-07-16 17:09
主题:[Openstack] libvirtError: unsupported configuration: disk bus 'ide' cannot 
be hotplugged.
收件人:openstack@lists.launchpad.netopenstack@lists.launchpad.net
抄送:

Hi, i've got this when try to attach on running instance that running centos 
6.3 
libvirtError: unsupported configuration: disk bus 'ide' cannot be hotplugged.
volume can attach when instance is on suspend state, but when i resume and 
reboot, no volume device is appear
it work when i used cirros, but not with other os (bare-metal) or .iso image
please help
thanks___
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] libvirtError: unsupported configuration: disk bus 'ide' cannot be hotplugged.

2013-07-16 Thread Mahardhika

Hi, i used KVM.

On 7/16/2013 4:16 PM, Wangpan wrote:

what hypervisor you are using?
2013-07-16

Wangpan

*发件人:*Mahardhika mahardika.gil...@andalabs.com
*发送时间:*2013-07-16 17:09
*主题:*[Openstack] libvirtError: unsupported configuration: disk bus 
'ide' cannot be hotplugged.

*收件人:*openstack@lists.launchpad.netopenstack@lists.launchpad.net
*抄送:*
Hi, i've got this when try to attach on running instance that running 
centos 6.3
*libvirtError: unsupported configuration: disk bus 'ide' cannot be 
hotplugged.*
volume can attach when instance is on suspend state, but when i resume 
and reboot, no volume device is appear
it work when i used cirros, but not with other os (bare-metal) or .iso 
image

please help
thanks



--
Regards,
Mahardhika Gilang

*PT. Andalabs Technology *
Gedung Gravira
Jl. Cideng Barat no. 54
Jakarta Pusat 10150

HP : 0852 139 55861
Email : mahardika.gil...@andalabs.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] Swift proxy logs

2013-07-16 Thread CHABANI Mohamed El Hadi
Hi guys,

I've a problem with The Swift proxy log, i can't find it in /var/log/syslog
(only for replicators, updaters...) neither in /var/log/upstart. and in the
proxy-server.conf also there is no parameter to specify the log path (i
took the one by default in
http://docs.openstack.org/developer/swift/development_saio.html).

Any help please ?
___
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] libvirtError: unsupported configuration: disk bus 'ide' cannot be hotplugged.

2013-07-16 Thread Wangpan
'virtio' disk bus should be used if you want to hotplug a disk on kvm guest.

2013-07-16



Wangpan



发件人:Mahardhika mahardika.gil...@andalabs.com
发送时间:2013-07-16 17:24
主题:Re: [Openstack] libvirtError: unsupported configuration: disk bus 'ide' 
cannot be hotplugged.
收件人:Wangpanhzwang...@corp.netease.com,openstack@lists.launchpad.netopenstack@lists.launchpad.net
抄送:

Hi, i used KVM.

On 7/16/2013 4:16 PM, Wangpan wrote:

what hypervisor you are using?

2013-07-16



Wangpan



发件人:Mahardhika mahardika.gil...@andalabs.com
发送时间:2013-07-16 17:09
主题:[Openstack] libvirtError: unsupported configuration: disk bus 'ide' cannot 
be hotplugged.
收件人:openstack@lists.launchpad.netopenstack@lists.launchpad.net
抄送:

Hi, i've got this when try to attach on running instance that running centos 
6.3 
libvirtError: unsupported configuration: disk bus 'ide' cannot be hotplugged.
volume can attach when instance is on suspend state, but when i resume and 
reboot, no volume device is appear
it work when i used cirros, but not with other os (bare-metal) or .iso image
please help
thanks




-- 
Regards,
Mahardhika Gilang

PT. Andalabs Technology 
Gedung Gravira
Jl. Cideng Barat no. 54
Jakarta Pusat 10150

HP : 0852 139 55861
Email : mahardika.gil...@andalabs.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] libvirtError: unsupported configuration: disk bus 'ide' cannot be hotplugged.

2013-07-16 Thread Andalabs
How to enabled it? Or configure ?
Thanks before

Email-an dari Kokpit

On 16 Jul 2013, at 05:13 PM, Wangpanhzwang...@corp.netease.com wrote:

 'virtio' disk bus should be used if you want to hotplug a disk on kvm guest.
  
 2013-07-16
 Wangpan
 发件人:Mahardhika mahardika.gil...@andalabs.com
 发送时间:2013-07-16 17:24
 主题:Re: [Openstack] libvirtError: unsupported configuration: disk bus 'ide' 
 cannot be hotplugged.
 收件人:Wangpanhzwang...@corp.netease.com,openstack@lists.launchpad.netopenstack@lists.launchpad.net
 抄送:
  
 Hi, i used KVM.
 
 On 7/16/2013 4:16 PM, Wangpan wrote:
 what hypervisor you are using?
  
 2013-07-16
 Wangpan
 发件人:Mahardhika mahardika.gil...@andalabs.com
 发送时间:2013-07-16 17:09
 主题:[Openstack] libvirtError: unsupported configuration: disk bus 'ide' 
 cannot be hotplugged.
 收件人:openstack@lists.launchpad.netopenstack@lists.launchpad.net
 抄送:
  
 Hi, i've got this when try to attach on running instance that running centos 
 6.3 
 libvirtError: unsupported configuration: disk bus 'ide' cannot be hotplugged.
 volume can attach when instance is on suspend state, but when i resume and 
 reboot, no volume device is appear
 it work when i used cirros, but not with other os (bare-metal) or .iso image
 please help
 thanks
 
 
 -- 
 Regards,
 Mahardhika Gilang
 
 PT. Andalabs Technology 
 Gedung Gravira
 Jl. Cideng Barat no. 54
 Jakarta Pusat 10150
 
 HP : 0852 139 55861
 Email : mahardika.gil...@andalabs.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 Devstack Installation - RHEL 6.4

2013-07-16 Thread Sean Dague
Devstack in grizzly doesn't work with RHEL. If you are interested in 
using devstack you should use Fedora instead.


-Sean

On 07/16/2013 05:58 AM, Subramanian K wrote:

Hello All,

In the process of running devstack installation script on RHEL 6.4 , I
am faced with an error.  Below is the error tracked section

+ /opt/stack/devstack/tools/create_userrc.sh -PA --target-dir
/opt/stack/devstack/accrc
Authorization Failed: Unable to sign token. (HTTP 500)
Authorization Failed: Unable to sign token. (HTTP 500)
ERROR: Unable to sign token. (HTTP 500)
Failed to update the root certificate: /opt/stack/devstack/accrc/cacert.pem
Authorization Failed: Unable to sign token. (HTTP 500)


If I manually try to run any commands , I get the similar error message

nova --os-username admin --os-password XX --os-auth-url
http://127.0.0.1:35357/v2.0 --os-tenant-name demo image-list
ERROR: Unable to sign token. (HTTP 500)


Could someone throw insights in actual cause of this issue ?


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




--
Sean Dague
http://dague.net

___
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] How does Instances menu in Horizon work?

2013-07-16 Thread Narayanan, Krishnaprasad
Hi Brent,

Thanks for the suggestion. It worked. I am able to get all the VMs information 
that belongs to other tenants / users.

Regards,
Krishnaprasad
From: Openstack 
[mailto:openstack-bounces+narayana=uni-mainz...@lists.launchpad.net] On Behalf 
Of Narayanan, Krishnaprasad
Sent: Dienstag, 16. Juli 2013 10:05
To: openstack@lists.launchpad.net
Subject: [Openstack] How does Instances menu in Horizon work?

Hallo All,

This is regarding my previous post yesterday in order to get all VMs that 
belongs to other tenants / users.

In this regard, can I get to know how does the Instances menu 
(syspanel/instances) work in Admin tab in Horizon? What nova API does it use 
in order to get the data from all tenants?

Thanks
Krishnaprasad
___
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] Important process to be monitored in compute nodes

2013-07-16 Thread Narayanan, Krishnaprasad
Hallo All,

Can I know the important processes that gets created and destroyed in the 
compute nodes during a VM's lifecycle management? I have installed libvirt and 
it is running on the compute nodes.

Thanks
Krishnaprasad
___
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] Memory meters from ceilometer

2013-07-16 Thread Jobin Raju George
Hey!



I am running openstack on an Ubuntu 12.04 desktop 64-bit virtual machine. I
am trying to use ceilometer to get the CPU and memory utilization from my
compute node on a KVM host which has a few VM's running on it.

However, this is the list of meters I get from ceilometer:

cpu, cpu_util, disk.read.bytes, disk.write.bytes, disk.read.requests,
disk.write.requests, image, image.size, image.download, instance,
instance:m1.small, network.incoming.bytes, network.outgoing.bytes,
network.incoming.packets, network.outgoing.packets


Why am I not getting memory usage meters? I don't see the logs to have any
interpretation of this. Here is my ceilometer config
filehttp://pastebin.ubuntu.com/5843567/
.

-- 

Thanks and regards,

Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in
___
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 Devstack Installation - RHEL 6.4

2013-07-16 Thread Subramanian K
Thanks Sean, Maybe you are correct. But I somehow managed to complete the
installation and register the image so far. Been able to reach till
launching Dashboard. Running virtual machine is the next step in my
pipeline.

All I did was manually updated pki_setup and set permissions appropriately
and the rest of the installation went smooth.




On Tue, Jul 16, 2013 at 4:39 PM, Sean Dague s...@dague.net wrote:

 Devstack in grizzly doesn't work with RHEL. If you are interested in using
 devstack you should use Fedora instead.

 -Sean


 On 07/16/2013 05:58 AM, Subramanian K wrote:

 Hello All,

 In the process of running devstack installation script on RHEL 6.4 , I
 am faced with an error.  Below is the error tracked section

 + /opt/stack/devstack/tools/**create_userrc.sh -PA --target-dir
 /opt/stack/devstack/accrc
 Authorization Failed: Unable to sign token. (HTTP 500)
 Authorization Failed: Unable to sign token. (HTTP 500)
 ERROR: Unable to sign token. (HTTP 500)
 Failed to update the root certificate: /opt/stack/devstack/accrc/**
 cacert.pem
 Authorization Failed: Unable to sign token. (HTTP 500)


 If I manually try to run any commands , I get the similar error message

 nova --os-username admin --os-password XX --os-auth-url
 http://127.0.0.1:35357/v2.0 --os-tenant-name demo image-list
 ERROR: Unable to sign token. (HTTP 500)


 Could someone throw insights in actual cause of this issue ?


 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp



 --
 Sean Dague
 http://dague.net

 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://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] Consume AMQP Notifications with no Method

2013-07-16 Thread Trinath Somanchi
Hi Stackers-

In openstack nova or Quantum I to get the Notification messages from the 
notifications.info queue which have no Method in the json message.

When I try out, I get this warning from AMQP.

WARNING:quantum.openstack.common.rpc.amqp:no method for message:
{u'priority': u'INFO', u'event_type': u'network.create.start',
u'timestamp': u'2003-01-27 05:09:48.853740', u'payload': {u'network':
{u'name': u'local', u'admin_state_up': True}}, u'_unique_id':
u'09876f9e109e4d9385dab2138cacd46b', u'publisher_id':
u'network.OpenstackGrizzly', u'message_id':
u'10c68efc-93b8-477b-9e94-4f4a06877da0'}

Kindly help me on understand the same...

thanking you

-- 
Regards,
--
Trinath Somanchi,
+91 9866 235 130
___
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 proxy logs

2013-07-16 Thread Chuck Thier
Hello,

If you followed the rsyslog instructions in the SAIO, then the proxy logs
will be in /var/log/swift/proxy.log and proxy.error.  If not, then it will
be either in /var/log/syslog or /var/log/messages, depending on your server
distro.

--
Chuck


On Tue, Jul 16, 2013 at 4:57 AM, CHABANI Mohamed El Hadi 
chabani.mohamed.h...@gmail.com wrote:

 Hi guys,

 I've a problem with The Swift proxy log, i can't find it in
 /var/log/syslog (only for replicators, updaters...) neither in
 /var/log/upstart. and in the proxy-server.conf also there is no parameter
 to specify the log path (i took the one by default in
 http://docs.openstack.org/developer/swift/development_saio.html).

 Any help please ?

 ___
 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] InstanceResourceQuota

2013-07-16 Thread claudio marques
Hi Stackers.
Does anyone knows were I can get info about resizing flavors and instances?   I 
saw on this link  https://wiki.openstack.org/wiki/InstanceResourceQuota some 
options for example
nova-manage flavor set_key --name m1.small  --key quota:cpu_quota --value 
5000nova-manage flavor set_key --name m1.small  --key quota:cpu_period --value 
2500
On this command I am limiting CPU usage for the flavor m1.small. Where can I 
have a list of all possibilities that I can use regarding this type of 
operations?
Can someone enlighten me?Thank's in advance
Cheers
Claudio Marques
claudio@onesource.pthttp://www.onesource.pt/


  ___
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] Is there any way to migrate the Instance between the projects/tenants?

2013-07-16 Thread Lloyd Dewolf
Anyone had success automating this process? Is there a blueprint for
this class of problem?

Thank you,
--
@lloyddewolf
http://www.pistoncloud.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] Swift proxy logs

2013-07-16 Thread CHABANI Mohamed El Hadi
Yes, i followed the instructions in the SAIO, and i've either proxy.log,
proxy.error or /message !! except the /syslog in which there is logs but no
signs for proxy activities (even i do authentication, or upload/download) !!


2013/7/16 Chuck Thier cth...@gmail.com

 Hello,

 If you followed the rsyslog instructions in the SAIO, then the proxy logs
 will be in /var/log/swift/proxy.log and proxy.error.  If not, then it will
 be either in /var/log/syslog or /var/log/messages, depending on your server
 distro.

 --
 Chuck


 On Tue, Jul 16, 2013 at 4:57 AM, CHABANI Mohamed El Hadi 
 chabani.mohamed.h...@gmail.com wrote:

 Hi guys,

 I've a problem with The Swift proxy log, i can't find it in
 /var/log/syslog (only for replicators, updaters...) neither in
 /var/log/upstart. and in the proxy-server.conf also there is no parameter
 to specify the log path (i took the one by default in
 http://docs.openstack.org/developer/swift/development_saio.html).

 Any help please ?

 ___
 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] Webinar: Virtualizing your scale out applications on OpenStack

2013-07-16 Thread David Scannell
Hi All,

Gridcentric is giving a webinar this Friday, July 19, 2013 at 1:00 PM
EDT about scaling out your applications on OpenStack. We will cover the
important issues, such as scale, performance and cost, that need to be
considered when virtualizing your applications. We will also introduce our
Virtual Memory Streaming (vms) technology and how we integrate with
OpenStack to address many of these issues.

 Please register for the webinar here: goo.gl/QQTVW

 I hope that some of you are interested and will be able to attend.

Thanks,
David

website: www.gridcentric.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] Cinder Storage Server Statistics

2013-07-16 Thread Doug Hellmann
When I said, we, I meant the ceilometer team. If the auditing app isn't
finding any volumes, it's not going to notify us.

If you just want to know how much data is being used by cinder, there may
be a way to get that from their admin API, but I'm not sure.

On Mon, Jul 15, 2013 at 7:08 PM, Ray Sun xiaoq...@gmail.com wrote:

 D
 ​oug,
 Thanks. I tried it in grizzly, here's the return:
 sysadmin@demo:/opt/stack/cinder/bin$ cinder-volume-usage-audit
 Starting volume usage audit
 Creating usages for 2013-06-01 00:00:00 until 2013-07-01 00:00:00
 Found 0 volumes
 Volume usage audit completed​

 ​Actually, I want to get some data like this:
 Total Cinder Storage on Physical Machine: 100G
 Used Cinder Storage on Physical Machine: 10G​

 Is there any way to get this?


 Best Regards
 -- Ray


 On Tue, Jul 16, 2013 at 6:27 AM, Doug Hellmann 
 doug.hellm...@dreamhost.com wrote:

 We rely on a similar audit program to get the exists notifications
 about cinder volumes. Look for cinder-volume-usage-audit.

 Doug


 On Sun, Jul 14, 2013 at 11:04 AM, Ray Sun xiaoq...@gmail.com wrote:

 Yes, it should be, but seems not at least in grizzly. Any update of
 Ceilometer?

 Best Regards
 -- Ray


 On Sun, Jul 14, 2013 at 11:04 AM, Haomai Wang hao...@unitedstack.comwrote:

 I think Statistics should be find in Ceilometer. Ceilometer may provide
 with
 enough information you need.

 Best regards,
 Haomai Wang, UnitedStack Inc.

 在 2013-7-14,上午8:09,Ray Sun xiaoq...@gmail.com 写道:

 In nova, we have a period task to report the usage of the physical
 server, including CPU, Memory and Local Disk, but I don't think I can find
 the same strategy in cinder service. Is there any way to do this or is
 there any blueprint for this?

 Thanks.

 Best Regards
 -- Ray
  ___
 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




___
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] Cinder Storage Server Statistics

2013-07-16 Thread John Griffith
On Tue, Jul 16, 2013 at 12:47 PM, Doug Hellmann doug.hellm...@dreamhost.com
 wrote:

 When I said, we, I meant the ceilometer team. If the auditing app
 isn't finding any volumes, it's not going to notify us.

 If you just want to know how much data is being used by cinder, there may
 be a way to get that from their admin API, but I'm not sure.


 On Mon, Jul 15, 2013 at 7:08 PM, Ray Sun xiaoq...@gmail.com wrote:

 D
 ​oug,
 Thanks. I tried it in grizzly, here's the return:
 sysadmin@demo:/opt/stack/cinder/bin$ cinder-volume-usage-audit
 Starting volume usage audit
 Creating usages for 2013-06-01 00:00:00 until 2013-07-01 00:00:00
 Found 0 volumes
 Volume usage audit completed​

 ​Actually, I want to get some data like this:
 Total Cinder Storage on Physical Machine: 100G
 Used Cinder Storage on Physical Machine: 10G​

 Is there any way to get this?


 Best Regards
 -- Ray


 On Tue, Jul 16, 2013 at 6:27 AM, Doug Hellmann 
 doug.hellm...@dreamhost.com wrote:

 We rely on a similar audit program to get the exists notifications
 about cinder volumes. Look for cinder-volume-usage-audit.

 Doug


 On Sun, Jul 14, 2013 at 11:04 AM, Ray Sun xiaoq...@gmail.com wrote:

 Yes, it should be, but seems not at least in grizzly. Any update of
 Ceilometer?

 Best Regards
 -- Ray


 On Sun, Jul 14, 2013 at 11:04 AM, Haomai Wang 
 hao...@unitedstack.comwrote:

 I think Statistics should be find in Ceilometer. Ceilometer may
 provide with
 enough information you need.

 Best regards,
 Haomai Wang, UnitedStack Inc.

 在 2013-7-14,上午8:09,Ray Sun xiaoq...@gmail.com 写道:

 In nova, we have a period task to report the usage of the physical
 server, including CPU, Memory and Local Disk, but I don't think I can find
 the same strategy in cinder service. Is there any way to do this or is
 there any blueprint for this?

 Thanks.

 Best Regards
 -- Ray
  ___
 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





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

 ​there is an os-hosts extension that gives things like volume-count and
GB/used on a cinder volume-service node, however it's not currently exposed
from the client.  Not sure if that's the sort of thing you're looking for
or not.​
___
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] [Cinder] Loading cinder.conf

2013-07-16 Thread John Griffith
On Tue, Jul 16, 2013 at 12:41 AM, zan tosh ztos...@gmail.com wrote:

 Thanks for all your responses. I didn't realize that stack.sh actually
 copies the cinder.conf.sample instead of cinder.conf to /etc/cinder every
 time it runs. So, it was overwriting my entries. I fixed it by making
 changes to the script. The issue is resolved.


 On Mon, Jul 15, 2013 at 4:54 PM, Unmesh Gurjar unmesh.gur...@gmail.comwrote:

 Hi,

 AFAIK, there are no additional changes required (other than restarting
 the service so that it loads the new conf settings). Assuming you have done
 that, can you check what is the 'volume_driver' from the service start up
 logs?


 ~Unmesh.

 On Mon, Jul 15, 2013 at 10:44 AM, zan tosh ztos...@gmail.com wrote:

 Ray

 I am wondering why I see the default driver even after I changed the
 entry in cinder.conf. I un-commented the line for volume_driver and changed
 the driver name. I tried to print volume driver in the __init__ and I see
 it still pointing to LVMISCSIDriver. It seems I am missing something
 and its not loading values from cinder.conf.

 ~z


 On Mon, Jul 15, 2013 at 10:33 AM, Ray Sun xiaoq...@gmail.com wrote:

 Yes, that's the default driver. See cinder/volume/manager.py
 volume_manager_opts = [
 cfg.StrOpt('volume_driver',
default='cinder.volume.drivers.lvm.LVMISCSIDriver',
help='Driver to use for volume creation'),
 ]

 Best Regards
 -- Ray


 On Mon, Jul 15, 2013 at 12:51 PM, zan tosh ztos...@gmail.com wrote:

 I use devstack (Grizzly/stable). I have been trying to use a different
 volume driver by muncommenting and modifying the below line in cinder.conf
 under etc/cinder
 # Driver to use for volume creation (string value)
 #volume_driver=cinder.volume.drivers.lvm.LVMISCSIDriver

 But when VolumeManager is loaded I see it still refers to the default
 LVMISCSIDriver. Is there any other change to load cinder.conf?

 Any suggestions?

 Tahnks

 ___
 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






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

 Yes, devstack will overwrite each time your run stack.sh.  You can also
modify your cinder.conf file and then just resart the cinder-volume service
(use screen -x to access the service).
___
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] Is there any way to migrate the Instance between the projects/tenants?

2013-07-16 Thread Matt Joyce
There is a specific need for this in incident response for some SOC teams.
They may need to isolate a compromised instance to a more secure and
security controlled tenancy.

I think this would be an advantageous blueprint for next release.

-Matt


On Tue, Jul 16, 2013 at 9:46 AM, Lloyd Dewolf lloydost...@gmail.com wrote:

 Anyone had success automating this process? Is there a blueprint for
 this class of problem?

 Thank you,
 --
 @lloyddewolf
 http://www.pistoncloud.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

___
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] BAREMETAL: Unable to launch the instance due to No valid host was found

2013-07-16 Thread NOTSU Arata

Hello Shanthakumar,

Please check your nova-compute's hostname showed in nova-manage service list 
matches
the one in nova baremetal-node-list. In this case, it should be bm1.

Thanks,
Arata

(2013/07/16 0:20), K, Shanthakumar wrote:

Hi,
I have open stack Grizzly installed  configures with  baremetal environment .

Following: https://wiki.openstack.org/wiki/Baremetal
OS:   Ubuntu 12.04 LTS
Install Mode : Multi node setup (controller and the compute hosts are two 
separate nodes.)
Error:   I'm unable to launch the instance due to error No valid 
host was found


nova flavor-list | grep 10
| 10 | SB| 2048  | 10   | 0 |  | 1 | 1.0 | 
True  | {u'cpu_arch': u'x86_64', u'baremetal:deploy_kernel_id': 
u'821affce-d908-4b07-81b8-f5eaf7c6ab21', u'baremetal:deploy_ramdisk_id': 
u'c8abfc1d-bc43-48ef-ade3-b1de96af219f'} |

nova baremetal-node-list
++--+--+---+-+---++---+-+---+
| ID | Host | CPUs | Memory_MB | Disk_GB | MAC Address   | PM Address | PM 
Username   | PM Password | Terminal Port |
++--+--+---+-+---++---+-+---+
| 2  | bm1  | 1| 2048  | 10  | E8:39:35:2B:F9:E0 | 10.0.0.22  | 
Administrator | | None  |
++--+--+---+-+---++---+-+---+

nova baremetal-interface-list 2
++-+-+---+
| ID | Datapath_ID | Port_No | Address   |
++-+-+---+
| 2  | 0   | 0   | E8:39:35:2B:F9:E0 |
++-+-+---+

nova boot --flavor SB --image my-image INS2
+-+--+
| Property| Value|
+-+--+
| status  | BUILD|
| updated | 2013-07-15T15:56:02Z |
| OS-EXT-STS:task_state   | scheduling   |
| OS-EXT-SRV-ATTR:host| None |
| key_name| None |
| image   | my-image |
| hostId  |  |  
  |
+-+--+

nova show 88affe47-02a4-46c8-b155-aadce5df5134
+-++
| Property| Value   
   |
+-++
| status  | ERROR   
   |
| updated | 2013-07-15T15:56:02Z
   |
| OS-EXT-STS:task_state   | None
   |
| OS-EXT-SRV-ATTR:host| None
   |
| key_name| None
   |
|   
|   
   |
| fault   | {u'message': u'NoValidHost', u'code': 
500, u'details': u'No valid host was found.  |
| | ', u'created': u'2013-07-15T15:56:02Z'} 
   |
| OS-EXT-STS:power_state  | 0   
   |
| OS-EXT-AZ:availability_zone | None
   |
| config_drive| 
   |
+-++

DNSMASQ is running and all other services WRT to Openstack running.

nova.conf
#
# Baremetal
scheduler_host_manager=nova.scheduler.baremetal_host_manager.BaremetalHostManager

Re: [Openstack] Grizzly Devstack Installation - RHEL 6.4

2013-07-16 Thread Haiming Yang
I think if you use redhat 6.4, it has own distribution of OpenStack, and
you might be able to run openstack following redhat instruction.


On Tue, Jul 16, 2013 at 9:47 PM, Subramanian K skanagasa...@gmail.comwrote:

 Thanks Sean, Maybe you are correct. But I somehow managed to complete the
 installation and register the image so far. Been able to reach till
 launching Dashboard. Running virtual machine is the next step in my
 pipeline.

 All I did was manually updated pki_setup and set permissions appropriately
 and the rest of the installation went smooth.




 On Tue, Jul 16, 2013 at 4:39 PM, Sean Dague s...@dague.net wrote:

 Devstack in grizzly doesn't work with RHEL. If you are interested in
 using devstack you should use Fedora instead.

 -Sean


 On 07/16/2013 05:58 AM, Subramanian K wrote:

 Hello All,

 In the process of running devstack installation script on RHEL 6.4 , I
 am faced with an error.  Below is the error tracked section

 + /opt/stack/devstack/tools/**create_userrc.sh -PA --target-dir
 /opt/stack/devstack/accrc
 Authorization Failed: Unable to sign token. (HTTP 500)
 Authorization Failed: Unable to sign token. (HTTP 500)
 ERROR: Unable to sign token. (HTTP 500)
 Failed to update the root certificate: /opt/stack/devstack/accrc/**
 cacert.pem
 Authorization Failed: Unable to sign token. (HTTP 500)


 If I manually try to run any commands , I get the similar error message

 nova --os-username admin --os-password XX --os-auth-url
 http://127.0.0.1:35357/v2.0 --os-tenant-name demo image-list
 ERROR: Unable to sign token. (HTTP 500)


 Could someone throw insights in actual cause of this issue ?


 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp



 --
 Sean Dague
 http://dague.net

 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://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


___
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-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #223

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/223/Project:saucy_havana_cinder_trunkDate of build:Tue, 16 Jul 2013 04:31:14 -0400Build duration:2 min 17 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd flag argument to cinder-manage config listby jsbryanteditbin/cinder-manageeditdoc/source/man/cinder-manage.rstConsole Output[...truncated 1984 lines...]ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4eabc811-f982-4fbe-adb4-bcb8c167d751', '-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/cinder/havana cinderdch -b -D saucy --newversion 1:2013.2+git201307160431~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log dbb854635fdb988e28acf87d221fa278e6cb8c0c..HEAD --no-merges --pretty=format:[%h] %sdch -a [5edbc4e] Catch additional connect fail cases.dch -a [8bac874] Clean up Huawei tmp files from tests.dch -a [15bd189] Add flag argument to 'cinder-manage config list'dch -a [20f730b] Imported Translations from Transifexdch -a [54a7345] Add generic block device driverdch -a [cc1f16e] Use base ISCSI driver to fulfill some driver requirementsdch -a [242976b] Cleanup and make HACKING.rst DRYerdch -a [942ff9c] Update requirements from openstack/requirements.dch -a [0ee3107] Enable zero the snapshot when delete snapshot in LVMVolumeDriverdch -a [3a3a134] Implement extend volume functionality in Rbddch -a [cfb849d] Handle errors raised by extend_volumedch -a [e830c8d] Fixed Ceph backup librbd segfaultdch -a [8179007] Add support to import images into sheepdog volumes.dch -a [67078ab] Enable setting blocksize on volumes.dch -a [3ecc2b4] Implement extend volume functionality in SolidFiredch -a [17e8d9c] Fix a few Sphinx warningsdch -a [2de66f4] Ignore files created by Sphinx builddch -a [6ed3990] Add unit tests for cinder/api/contrib/volume_actions.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-4eabc811-f982-4fbe-adb4-bcb8c167d751', '-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-4eabc811-f982-4fbe-adb4-bcb8c167d751', '-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 #162

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/162/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 16 Jul 2013 11:31:14 -0400Build duration:2 min 11 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdded alembic migrationsby akornienkoeditrequirements.txtaddceilometer/storage/sqlalchemy/alembic/READMEaddceilometer/storage/sqlalchemy/alembic/alembic.iniaddceilometer/storage/sqlalchemy/alembic/versions/READMEaddceilometer/storage/sqlalchemy/alembic/env.pyaddceilometer/storage/sqlalchemy/alembic/script.py.makoConsole Output[...truncated 1823 lines...]dch -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 [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -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 coINFO:root:Destroying schroot.untersdebcommitapt-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-7a0b823d-4c31-46c2-a10f-6bb221c8ecda', '-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-7a0b823d-4c31-46c2-a10f-6bb221c8ecda', '-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 #163

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/163/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 16 Jul 2013 12:01:14 -0400Build duration:2 min 47 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesmake publisher procedure call configurableby chunggeditceilometer/publisher/rpc.pyedittests/publisher/test_rpc_publisher.pyConsole Output[...truncated 1826 lines...]dch -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 [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -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 & HINFO:root:Destroying schroot.Basedch -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 -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-df1965d5-ec9a-454f-96fd-6219b58e04f4', '-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-df1965d5-ec9a-454f-96fd-6219b58e04f4', '-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 #35

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/35/Project:saucy_havana_neutron_trunkDate of build:Tue, 16 Jul 2013 15:32:40 -0400Build duration:3 min 2 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnable logging before using itby gongysheditneutron/service.pyeditneutron/common/config.pyeditneutron/db/migration/cli.pyeditneutron/services/loadbalancer/drivers/haproxy/agent.pyConsole Output[...truncated 2249 lines...]uscan: you must have the libcrypt-ssleay-perl package installedto use https URLs-- Found watchfile in ./debian-- In debian/watch, processing watchfile line:   opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/"  https://launchpad.net/quantum/+download https://launchpad.net/quantum/.*/.*/.*/quantum-(.*)\.tar\.gzmake: *** [get-orig-source] Error 25Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libcrypt-ssleay-perl package installedto use https URLsuscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307161532~saucy.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-12592665-36e9-47e8-a56a-5e2fa79e1d71', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-12592665-36e9-47e8-a56a-5e2fa79e1d71', '-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 saucy --newversion 1:2013.2+git201307161532~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [7ce9bc9] Enable policy control over external_gateway_info sub-attributesdch -a [57e1fa3] Improve l3-agent performance and prevent races in it.dch -a [ff48cc7] xenapi - rename quantum to neutrondch -a [c2d8b0b] Re-assign quantum.api module as last operationdch -a [fe18aa1] Ensure PortSecurityDBTestCase loads correct plugindebcommitapt-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-12592665-36e9-47e8-a56a-5e2fa79e1d71', '-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-12592665-36e9-47e8-a56a-5e2fa79e1d71', '-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_keystone_trunk #128

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/128/Project:saucy_havana_keystone_trunkDate of build:Tue, 16 Jul 2013 15:01:43 -0400Build duration:3 min 31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImplements Pluggable V2 Token Providerby guang.yeeeditkeystone/token/controllers.pyedittests/test_keystoneclient.pyeditkeystone/token/provider.pyeditkeystone/contrib/ec2/core.pyeditkeystone/common/controller.pyeditkeystone/token/providers/uuid.pyConsole Output[...truncated 1699 lines...]apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/keystone/havana keystonedch -b -D saucy --newversion 1:2013.2+git201307161501~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log fafdf072f5a34ee12ffe9d7651551c83459759bb..HEAD --no-merges --pretty=format:[%h] %sdch -a [ee27d6e] Implements Pluggable V2 Token Providerdch -a [c5900d0] Register Extensionsdch -a [c238ace] Implements Pluggable V3 Token Providerdch -a [4be4886] Mixed LDAP/SQL Backend.dch -a [220875a] Add version so that pre-release versioning worksdch -a [c2f8ceb] Sync-up crypto from oslo-incubatordch -a [7bfb052] Add crypto dependencydch -a [d546a02] Imported Translations from Transifexdch -a [7fb7bdf] Change domain component value to org from comdch -a [2397133] Move temporary test files into tests/tmpdch -a [cd8fa2b] Use InnoDB for MySQLdch -a [661cef9] Rationalize how we get roles after authentication in the controllersdch -a [03e7902] Python 3.x compatible use of printdch -a [8f1c584] wsgi.BaseApplication and wsgi.Router factories should use **kwargsdch -a [0dc17d9] Add unittest for keystone.identity.backends.sql Modelsdch -a [83be2d7] Do not create LDAP Domains sub treedch -a [f58f6ea] Remove context from get_token call in normalize_domain_iddch -a [0098a1e] Sync install_venv_common from oslodch -a [adc75be] Remove a useless arg in range()dch -a [8bdbbf6] Don't use deprecated BaseException.messagedch -a [02fefdf] Pass on arguments on Base.get_sessiondebcommitapt-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-d34c0a56-e5f4-495e-b082-b88f3759d1ea', '-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-d34c0a56-e5f4-495e-b082-b88f3759d1ea', '-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 #448

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/448/Project:saucy_havana_nova_trunkDate of build:Tue, 16 Jul 2013 15:01:43 -0400Build duration:9 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix malformed format string.by jruzickaeditnova/compute/api.pyConsole Output[...truncated 5312 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-ec5e4ad2-3599-4477-a128-f827a36ac86c', '-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-ec5e4ad2-3599-4477-a128-f827a36ac86c', '-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 #449

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/449/Project:saucy_havana_nova_trunkDate of build:Tue, 16 Jul 2013 16:03:20 -0400Build duration:7 min 25 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesxenapi: Stub out _add_torrent_url for Vhd testsby revieweditnova/tests/virt/xenapi/test_vm_utils.pyAvoid deleting user-provided Neutron ports if VM spawn failsby amigliaccioeditnova/tests/compute/test_compute.pyeditnova/network/rpcapi.pyeditnova/network/neutronv2/api.pyeditnova/compute/manager.pyeditnova/tests/network/test_rpcapi.pyeditnova/network/api.pyeditnova/network/manager.pyCode dedup in class TestServerActionRequestXMLDeserializerby eezhovaeditnova/tests/api/openstack/compute/test_servers.pyAvoid shadowing Exception message attributeby markmceditnova/api/ec2/__init__.pyeditnova/api/openstack/wsgi.pyeditnova/tests/compute/test_compute.pyeditnova/exception.pyeditnova/compute/api.pyeditnova/tests/test_exception.pyeditnova/virt/powervm/exception.pyAdd API-v3 merged core API into core API listby maurosreditnova/tests/api/openstack/compute/test_v3_extensions.pyeditnova/api/openstack/__init__.pyCode dedup in class ImagesControllerTestby eezhovaeditnova/tests/api/openstack/compute/test_images.pyConsole Output[...truncated 5344 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-fe0be64f-1eda-4b91-a50d-9fb074c26ddb', '-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-fe0be64f-1eda-4b91-a50d-9fb074c26ddb', '-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 #451

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/451/Project:saucy_havana_nova_trunkDate of build:Tue, 16 Jul 2013 18:27:13 -0400Build duration:5 min 33 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix power_state lookup in confirm_resizeby mriedemeditnova/compute/manager.pyeditnova/tests/compute/test_compute.pyConsole Output[...truncated 5356 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-fa8db69b-e162-4c25-9d5f-4b8758236264', '-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-fa8db69b-e162-4c25-9d5f-4b8758236264', '-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 #452

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/452/Project:saucy_havana_nova_trunkDate of build:Tue, 16 Jul 2013 18:46:23 -0400Build duration:4 min 47 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 5357 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-ed92d8ae-1aa3-4c46-8216-36c068f1fdd0', '-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-ed92d8ae-1aa3-4c46-8216-36c068f1fdd0', '-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_neutron_trunk #36

2013-07-16 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/36/Project:precise_havana_neutron_trunkDate of build:Tue, 16 Jul 2013 19:01:18 -0400Build duration:1 min 26 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesLimit min=max port check to TCP/UDP in secgroup ruleby motokieditneutron/common/constants.pyeditneutron/tests/unit/test_extension_security_group.pyeditneutron/extensions/securitygroup.pyeditneutron/db/securitygroups_db.pyConsole Output[...truncated 1568 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+git201307161901~precise.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-02c8b749-c6f2-4fdc-b3f0-e05b0c4bcc73', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-02c8b749-c6f2-4fdc-b3f0-e05b0c4bcc73', '-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+git201307161901~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [70c2fcf] Imported Translations from Transifexdch -a [7ce9bc9] Enable policy control over external_gateway_info sub-attributesdch -a [57e1fa3] Improve l3-agent performance and prevent races in it.dch -a [ff48cc7] xenapi - rename quantum to neutrondch -a [c2d8b0b] Re-assign quantum.api module as last operationdebcommitapt-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-02c8b749-c6f2-4fdc-b3f0-e05b0c4bcc73', '-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-02c8b749-c6f2-4fdc-b3f0-e05b0c4bcc73', '-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 #37

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/37/Project:saucy_havana_neutron_trunkDate of build:Tue, 16 Jul 2013 19:01:19 -0400Build duration:1 min 56 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesLimit min=max port check to TCP/UDP in secgroup ruleby motokieditneutron/extensions/securitygroup.pyeditneutron/common/constants.pyeditneutron/db/securitygroups_db.pyeditneutron/tests/unit/test_extension_security_group.pyConsole Output[...truncated 2249 lines...]uscan: you must have the libcrypt-ssleay-perl package installedto use https URLs-- Found watchfile in ./debian-- In debian/watch, processing watchfile line:   opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/"  https://launchpad.net/quantum/+download https://launchpad.net/quantum/.*/.*/.*/quantum-(.*)\.tar\.gzmake: *** [get-orig-source] Error 25Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libcrypt-ssleay-perl package installedto use https URLsuscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307161901~saucy.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-08bf56aa-f040-4ac7-8393-de7c12b31541', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-08bf56aa-f040-4ac7-8393-de7c12b31541', '-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 saucy --newversion 1:2013.2+git201307161901~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [70c2fcf] Imported Translations from Transifexdch -a [7ce9bc9] Enable policy control over external_gateway_info sub-attributesdch -a [57e1fa3] Improve l3-agent performance and prevent races in it.dch -a [ff48cc7] xenapi - rename quantum to neutrondch -a [c2d8b0b] Re-assign quantum.api module as last operationdebcommitapt-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-08bf56aa-f040-4ac7-8393-de7c12b31541', '-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-08bf56aa-f040-4ac7-8393-de7c12b31541', '-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 #453

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/453/Project:saucy_havana_nova_trunkDate of build:Tue, 16 Jul 2013 19:05:03 -0400Build duration:12 minBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 604011 lines...]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 -ucdebsign -k9935ACDC nova_2013.2+git201307161905~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpVRal7A/nova/debian/controlsbuild -d saucy-havana -n -A nova_2013.2+git201307161905~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', 'nova_2013.2+git201307161905~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', 'nova_2013.2+git201307161905~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: precise_havana_ceilometer_trunk #183

2013-07-16 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/183/Project:precise_havana_ceilometer_trunkDate of build:Tue, 16 Jul 2013 20:31:15 -0400Build duration:2 min 22 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix the argument of UnknownArgument exceptionby mehdi.abaakoukeditceilometer/api/controllers/v2.pydoc: add a bunch of functional examples for the APIby julieneditdoc/source/webapi/v2.rsteditceilometer/api/controllers/v2.pyAdd index for db.meter by descending timestampby teryueditceilometer/storage/impl_mongodb.pyConsole Output[...truncated 1156 lines...]dch -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 [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -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 keystINFO:root:Destroying schroot.one 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 -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-8d006734-ee0a-4062-8bbb-ba736f122148', '-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-8d006734-ee0a-4062-8bbb-ba736f122148', '-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 #164

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/164/Project:saucy_havana_ceilometer_trunkDate of build:Tue, 16 Jul 2013 20:31:18 -0400Build duration:5 min 24 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix the argument of UnknownArgument exceptionby mehdi.abaakoukeditceilometer/api/controllers/v2.pydoc: add a bunch of functional examples for the APIby julieneditdoc/source/webapi/v2.rsteditceilometer/api/controllers/v2.pyAdd index for db.meter by descending timestampby teryueditceilometer/storage/impl_mongodb.pyConsole Output[...truncated 1835 lines...]dch -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 [19e5eb1] Update compute vnic pollster to use cachedch -a [f51b20e] Update compute CPU pollster to use cachedch -a [4dd7ee3] Update compute disk I/O pollster to use cachedch -a [ef17d89] update Quantum references to Neutrondch -a [3b251f2] Update swift pollster to use cachedch -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 INFO:root:Destroying schroot.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 -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-b5931278-b331-464c-9e7c-a11801b86a40', '-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-b5931278-b331-464c-9e7c-a11801b86a40', '-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 #610

2013-07-16 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/610/Project:precise_havana_nova_trunkDate of build:Tue, 16 Jul 2013 20:33:42 -0400Build duration:7 min 25 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove bw_usage_* tests in test_db_api to own test case.by yzveryanskyyeditnova/tests/db/test_db_api.pyMove test_security_group_update to SecurityGroupTestCase.by yzveryanskyyeditnova/tests/db/test_db_api.pyMove *_ec2_* tests in test_db_api to own test case.by yzveryanskyyeditnova/tests/db/test_db_api.pyMove test_stringified_ips to InstanceTestCase.by yzveryanskyyeditnova/tests/db/test_db_api.pyMove a migration test to MigrationTestCase.by rbryanteditnova/tests/db/test_db_api.pyAdd a new GroupAffinityFilterby rbryanteditdoc/source/devref/filter_scheduler.rsteditnova/tests/scheduler/test_host_filters.pyeditnova/scheduler/filters/affinity_filter.pyConsole Output[...truncated 5085 lines...]dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -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 -ucdebsign -k9935ACDC nova_2013.2+git201307162034~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpPUSSJQ/nova/debian/controlsbuild -d precise-havana -n -A nova_2013.2+git201307162034~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', 'nova_2013.2+git201307162034~precise-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', 'precise-havana', '-n', '-A', 'nova_2013.2+git201307162034~precise-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: saucy_havana_nova_trunk #454

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/454/Project:saucy_havana_nova_trunkDate of build:Tue, 16 Jul 2013 20:36:43 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove bw_usage_* tests in test_db_api to own test case.by yzveryanskyyeditnova/tests/db/test_db_api.pyMove test_security_group_update to SecurityGroupTestCase.by yzveryanskyyeditnova/tests/db/test_db_api.pyMove *_ec2_* tests in test_db_api to own test case.by yzveryanskyyeditnova/tests/db/test_db_api.pyMove test_stringified_ips to InstanceTestCase.by yzveryanskyyeditnova/tests/db/test_db_api.pyMove a migration test to MigrationTestCase.by rbryanteditnova/tests/db/test_db_api.pyAdd a new GroupAffinityFilterby rbryanteditnova/scheduler/filters/affinity_filter.pyeditdoc/source/devref/filter_scheduler.rsteditnova/tests/scheduler/test_host_filters.pyConsole Output[...truncated 604025 lines...]dch -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 builddebINFO:root:Destroying schroot. -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201307162037~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpDYzLdp/nova/debian/controlsbuild -d saucy-havana -n -A nova_2013.2+git201307162037~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', 'nova_2013.2+git201307162037~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', 'nova_2013.2+git201307162037~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: precise_havana_nova_trunk #611

2013-07-16 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/611/Project:precise_havana_nova_trunkDate of build:Tue, 16 Jul 2013 21:31:21 -0400Build duration:7 min 4 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesReassign MAC address for vm when resize_revertby guochboeditnova/tests/virt/powervm/test_powervm.pyeditnova/virt/powervm/driver.pyValidate volume_size in block_device_mappingby dirkeditnova/api/openstack/compute/servers.pyeditnova/tests/api/openstack/compute/test_servers.pyFix duplicate fping_path config optionby julieneditnova/api/openstack/compute/plugins/v3/fping.pyConsole Output[...truncated 5094 lines...]dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -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 -ucdebsign -k9935ACDC nova_2013.2+git201307162132~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpBRLwBJ/nova/debian/controlsbuild -d precise-havana -n -A nova_2013.2+git201307162132~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', 'nova_2013.2+git201307162132~precise-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', 'precise-havana', '-n', '-A', 'nova_2013.2+git201307162132~precise-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: saucy_havana_nova_trunk #455

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/455/Project:saucy_havana_nova_trunkDate of build:Tue, 16 Jul 2013 21:32:29 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesReassign MAC address for vm when resize_revertby guochboeditnova/virt/powervm/driver.pyeditnova/tests/virt/powervm/test_powervm.pyValidate volume_size in block_device_mappingby dirkeditnova/api/openstack/compute/servers.pyeditnova/tests/api/openstack/compute/test_servers.pyFix duplicate fping_path config optionby julieneditnova/api/openstack/compute/plugins/v3/fping.pyConsole Output[...truncated 604073 lines...]dch -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 discINFO:root:Destroying schroot.overy 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 -ucdebsign -k9935ACDC nova_2013.2+git201307162133~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpcZPgtm/nova/debian/controlsbuild -d saucy-havana -n -A nova_2013.2+git201307162133~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', 'nova_2013.2+git201307162133~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', 'nova_2013.2+git201307162133~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_neutron_trunk #38

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/38/Project:saucy_havana_neutron_trunkDate of build:Tue, 16 Jul 2013 22:01:29 -0400Build duration:2 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNicira NVP plugin support for l3_ext_gw_mode extensionby salv.orlandoeditneutron/db/l3_gwmode_db.pyeditneutron/tests/unit/test_extension_ext_gw_mode.pyeditneutron/tests/unit/nicira/test_nicira_plugin.pyeditneutron/db/migration/alembic_migrations/versions/128e042a2b68_ext_gw_mode.pyeditneutron/plugins/nicira/NeutronPlugin.pyConsole Output[...truncated 2249 lines...]uscan: you must have the libcrypt-ssleay-perl package installedto use https URLs-- Found watchfile in ./debian-- In debian/watch, processing watchfile line:   opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/"  https://launchpad.net/quantum/+download https://launchpad.net/quantum/.*/.*/.*/quantum-(.*)\.tar\.gzmake: *** [get-orig-source] Error 25Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libcrypt-ssleay-perl package installedto use https URLsuscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307162201~saucy.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-63e4f00e-f0d3-464a-8d09-fed08798314d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-63e4f00e-f0d3-464a-8d09-fed08798314d', '-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 saucy --newversion 1:2013.2+git201307162201~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [70c2fcf] Imported Translations from Transifexdch -a [7ce9bc9] Enable policy control over external_gateway_info sub-attributesdch -a [57e1fa3] Improve l3-agent performance and prevent races in it.dch -a [ff48cc7] xenapi - rename quantum to neutrondch -a [c2d8b0b] Re-assign quantum.api module as last operationdebcommitapt-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-63e4f00e-f0d3-464a-8d09-fed08798314d', '-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-63e4f00e-f0d3-464a-8d09-fed08798314d', '-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 #456

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/456/Project:saucy_havana_nova_trunkDate of build:Tue, 16 Jul 2013 21:57:23 -0400Build duration:15 minBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 604126 lines...]dch -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 discINFO:root:Destroying schroot.overy 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 -ucdebsign -k9935ACDC nova_2013.2+git201307162158~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpcZmGPB/nova/debian/controlsbuild -d saucy-havana -n -A nova_2013.2+git201307162158~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', 'nova_2013.2+git201307162158~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', 'nova_2013.2+git201307162158~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: precise_havana_nova_trunk #612

2013-07-16 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/612/Project:precise_havana_nova_trunkDate of build:Tue, 16 Jul 2013 22:31:36 -0400Build duration:5 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix debug message for GroupAntiAffinityFilterby liugyaeditnova/scheduler/filters/affinity_filter.pyFix aggregate update.by yzveryanskyyeditnova/db/sqlalchemy/api.pyeditnova/tests/db/test_db_api.pySupport scoped keys in aggregate extra specs filterby rbryanteditnova/scheduler/filters/aggregate_instance_extra_specs.pyeditdoc/source/devref/filter_scheduler.rsteditnova/tests/scheduler/test_host_filters.pyDont ignore capabilities flavor extra_specby rbryanteditnova/tests/scheduler/test_host_filters.pyeditnova/scheduler/filters/compute_capabilities_filter.pyConsole Output[...truncated 5106 lines...]dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [d2a4915] Hypervisor uptime fails if service is disableddch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e00245804] Port Simple_tenant_usage API to v3 Part 2dch -a [b505388] Make sure periodic instance reclaims continues on errordch -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 -ucdebsign -k9935ACDC nova_2013.2+git201307162232~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpxP1eEH/nova/debian/controlsbuild -d precise-havana -n -A nova_2013.2+git201307162232~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', 'nova_2013.2+git201307162232~precise-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', 'precise-havana', '-n', '-A', 'nova_2013.2+git201307162232~precise-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: saucy_havana_nova_trunk #458

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/458/Project:saucy_havana_nova_trunkDate of build:Tue, 16 Jul 2013 23:08:55 -0400Build duration:14 minBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 604198 lines...]dch -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] PortINFO:root:Destroying schroot. 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 -ucdebsign -k9935ACDC nova_2013.2+git201307162309~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpR4xJui/nova/debian/controlsbuild -d saucy-havana -n -A nova_2013.2+git201307162309~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', 'nova_2013.2+git201307162309~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', 'nova_2013.2+git201307162309~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: precise_havana_neutron_trunk #38

2013-07-16 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/38/Project:precise_havana_neutron_trunkDate of build:Wed, 17 Jul 2013 00:06:17 -0400Build duration:4 min 38 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd VXLAN tunneling support for the ML2 pluginby kmesteryeditneutron/plugins/ml2/drivers/type_tunnel.pyaddneutron/tests/unit/ml2/test_type_vxlan.pyeditneutron/plugins/ml2/drivers/type_gre.pyeditneutron/plugins/ml2/config.pyeditsetup.cfgaddneutron/db/migration/alembic_migrations/versions/477a4488d3f4_ml2_vxlan_type_driver.pyeditetc/neutron/plugins/ml2/ml2_conf.iniaddneutron/plugins/ml2/drivers/type_vxlan.pyAdd gre tunneling support for the ML2 pluginby mathieu.rohonaddneutron/plugins/ml2/drivers/type_tunnel.pyeditneutron/tests/unit/hyperv/test_hyperv_rpcapi.pyeditneutron/plugins/ml2/plugin.pyaddneutron/plugins/ml2/drivers/type_gre.pyeditneutron/plugins/openvswitch/agent/ovs_neutron_agent.pyaddneutron/db/migration/alembic_migrations/versions/20ae61555e95_ml2_gre_type_driver.pyeditneutron/plugins/ml2/config.pyeditneutron/agent/rpc.pyeditneutron/tests/unit/openvswitch/test_ovs_rpcapi.pyeditsetup.cfgeditneutron/plugins/ml2/rpc.pyaddneutron/tests/unit/ml2/test_type_gre.pyeditetc/neutron/plugins/ml2/ml2_conf.inieditneutron/tests/unit/ml2/test_rpcapi.pyConsole Output[...truncated 1575 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+git201307170006~precise.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-222d9efc-6ac4-4134-890e-76b1d5fdcb28', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-222d9efc-6ac4-4134-890e-76b1d5fdcb28', '-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+git201307170006~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [70c2fcf] Imported Translations from Transifexdch -a [7ce9bc9] Enable policy control over external_gateway_info sub-attributesdch -a [6bdfcca] Add gre tunneling support for the ML2 plugindch -a [81e8777] Add VXLAN tunneling support for the ML2 plugindch -a [57e1fa3] Improve l3-agent performance and prevent races in it.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', 'precise-amd64-222d9efc-6ac4-4134-890e-76b1d5fdcb28', '-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-222d9efc-6ac4-4134-890e-76b1d5fdcb28', '-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 #39

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/39/Project:saucy_havana_neutron_trunkDate of build:Wed, 17 Jul 2013 00:12:39 -0400Build duration:3 min 8 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd VXLAN tunneling support for the ML2 pluginby kmesteryaddneutron/db/migration/alembic_migrations/versions/477a4488d3f4_ml2_vxlan_type_driver.pyeditsetup.cfgeditneutron/plugins/ml2/drivers/type_tunnel.pyaddneutron/plugins/ml2/drivers/type_vxlan.pyaddneutron/tests/unit/ml2/test_type_vxlan.pyeditetc/neutron/plugins/ml2/ml2_conf.inieditneutron/plugins/ml2/config.pyeditneutron/plugins/ml2/drivers/type_gre.pyAdd gre tunneling support for the ML2 pluginby mathieu.rohonaddneutron/plugins/ml2/drivers/type_gre.pyeditneutron/plugins/ml2/config.pyaddneutron/plugins/ml2/drivers/type_tunnel.pyeditneutron/tests/unit/ml2/test_rpcapi.pyeditneutron/plugins/openvswitch/agent/ovs_neutron_agent.pyeditsetup.cfgeditneutron/tests/unit/openvswitch/test_ovs_rpcapi.pyaddneutron/db/migration/alembic_migrations/versions/20ae61555e95_ml2_gre_type_driver.pyeditneutron/plugins/ml2/rpc.pyeditetc/neutron/plugins/ml2/ml2_conf.inieditneutron/tests/unit/hyperv/test_hyperv_rpcapi.pyeditneutron/agent/rpc.pyaddneutron/tests/unit/ml2/test_type_gre.pyeditneutron/plugins/ml2/plugin.pyConsole Output[...truncated 2256 lines...]uscan: you must have the libcrypt-ssleay-perl package installedto use https URLs-- Found watchfile in ./debian-- In debian/watch, processing watchfile line:   opts="uversionmangle=s/\.([a-zA-Z])/~$1/;s/%7E/~/"  https://launchpad.net/quantum/+download https://launchpad.net/quantum/.*/.*/.*/quantum-(.*)\.tar\.gzmake: *** [get-orig-source] Error 25Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libcrypt-ssleay-perl package installedto use https URLsuscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307170012~saucy.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-19b9eadd-5cd8-4508-9f94-5dd67f67d9cb', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-19b9eadd-5cd8-4508-9f94-5dd67f67d9cb', '-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 saucy --newversion 1:2013.2+git201307170012~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [70c2fcf] Imported Translations from Transifexdch -a [7ce9bc9] Enable policy control over external_gateway_info sub-attributesdch -a [6bdfcca] Add gre tunneling support for the ML2 plugindch -a [81e8777] Add VXLAN tunneling support for the ML2 plugindch -a [57e1fa3] Improve l3-agent performance and prevent races in it.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-19b9eadd-5cd8-4508-9f94-5dd67f67d9cb', '-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-19b9eadd-5cd8-4508-9f94-5dd67f67d9cb', '-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 #459

2013-07-16 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/459/Project:saucy_havana_nova_trunkDate of build:Wed, 17 Jul 2013 00:15:26 -0400Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAPI for shelvingby andrew.laskiaddnova/tests/integrated/api_samples/os-shelve/server-post-resp.xml.tpleditnova/tests/fake_policy.pyaddnova/api/openstack/compute/contrib/shelve.pyaddnova/tests/api/openstack/compute/contrib/test_shelve.pyeditdoc/api_samples/all_extensions/extensions-get-resp.xmladdnova/tests/integrated/api_samples/os-shelve/server-post-resp.json.tpladdnova/tests/integrated/api_samples/os-shelve/server-post-req.xml.tpleditetc/nova/policy.jsonaddnova/tests/integrated/api_samples/os-shelve/os-shelve.xml.tpladdnova/api/openstack/compute/plugins/v3/shelve.pyeditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.xml.tpleditdoc/api_samples/all_extensions/extensions-get-resp.jsonadddoc/api_samples/os-shelve/server-post-req.xmleditnova/tests/integrated/test_api_samples.pyaddnova/tests/integrated/api_samples/os-shelve/server-post-req.json.tpladdnova/tests/integrated/api_samples/os-shelve/os-shelve.json.tpladddoc/api_samples/os-shelve/os-shelve.xmladddoc/api_samples/os-shelve/server-post-resp.xmleditnova/api/openstack/common.pyadddoc/api_samples/os-shelve/server-post-resp.jsoneditnova/tests/integrated/api_samples/all_extensions/extensions-get-resp.json.tpladddoc/api_samples/os-shelve/server-post-req.jsonadddoc/api_samples/os-shelve/os-shelve.jsonConsole Output[...truncated 609187 lines...]dch -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-uniINFO:root:Destroying schroot.ts 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 -ucdebsign -k9935ACDC nova_2013.2+git201307170016~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpOwdyqr/nova/debian/controlsbuild -d saucy-havana -n -A nova_2013.2+git201307170016~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', 'nova_2013.2+git201307170016~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', 'nova_2013.2+git201307170016~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: precise_havana_keystone_trunk #165

2013-07-16 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/165/Project:precise_havana_keystone_trunkDate of build:Wed, 17 Jul 2013 01:31:14 -0400Build duration:2 min 8 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPluggable Remote Userby jamielennoxedittests/test_auth_plugin.confaddtests/auth_plugin_external_disabled.confaddkeystone/auth/plugins/external.pyedittests/test_v3_auth.pyeditkeystone/auth/controllers.pyaddtests/auth_plugin_external_domain.confeditetc/keystone.conf.sampleeditkeystone/common/config.pyeditdoc/source/configuration.rstFix XML rendering with empty auth payload.by jamielennoxeditkeystone/common/serializer.pyeditkeystone/token/controllers.pyeditkeystone/auth/controllers.pyConsole Output[...truncated 1051 lines...]dch -a [7f4891d] Implement role assignment inheritance (OS-INHERIT extension)dch -a [ee27d6e] Implements Pluggable V2 Token Providerdch -a [c5900d0] Register Extensionsdch -a [c238ace] Implements Pluggable V3 Token Providerdch -a [4be4886] Mixed LDAP/SQL Backend.dch -a [220875a] Add version so that pre-release versioning worksdch -a [c2f8ceb] Sync-up crypto from oslo-incubatordch -a [7bfb052] Add crypto dependencydch -a [d546a02] Imported Translations from Transifexdch -a [7fb7bdf] Change domain component value to org from comdch -a [2397133] Move temporary test files into tests/tmpdch -a [cd8fa2b] Use InnoDB for MySQLdch -a [661cef9] Rationalize how we get roles after authentication in the controllersdch -a [03e7902] Python 3.x compatible use of printdch -a [fafdf07] assignment backenddch -a [8f1c584] wsgi.BaseApplication and wsgi.Router factories should use **kwargsdch -a [0dc17d9] Add unittest for keystone.identity.backends.sql Modelsdch -a [83be2d7] Do not create LDAP Domains sub treedch -a [ab786f7] Move comments in front of dependenciesdch -a [f58f6ea] Remove context from get_token call in normalize_domain_iddch -a [22e3fb7] Fix issue with v3 tokens and group membership rolesdch -a [0098a1e] Sync install_venv_common from oslodch -a [adc75be] Remove a useless arg in range()dch -a [8bdbbf6] Don't use deprecated BaseException.messagedch -a [eb930fd] Add callbacks for set_global_enginedch -a [19fb6fc] Work without admin_token_auth middlewaredch -a [02fefdf] Pass on arguments on Base.get_sessiondebcommitapt-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-13b2d6c7-ce4e-43ea-9f0e-57ebcb7b8e2b', '-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-13b2d6c7-ce4e-43ea-9f0e-57ebcb7b8e2b', '-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