[Openstack] Devstack.org website

2012-11-06 Thread Dmitriy Budnik
Hi!

I wonder how can I commit to devstack.org website?
I made a pull request on cloudbuilder's github:
https://github.com/cloudbuilders/devstack/pull/249
Is it enough? That repo's PR page doesn't look being maintained.
___
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] Devstack.org website

2012-11-06 Thread Andrew Hutchings

Hi Dmitriy,

You need to use this branch:  https://github.com/openstack-dev/devstack

Then use 'git review': http://wiki.openstack.org/GerritWorkflow

Kind Regards
Andrew

On 06/11/12 08:48, Dmitriy Budnik wrote:

Hi!

I wonder how can I commit to devstack.org http://devstack.org website?
I made a pull request on cloudbuilder's github:
https://github.com/cloudbuilders/devstack/pull/249
Is it enough? That repo's PR page doesn't look being maintained.


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




--
Andrew Hutchings - LinuxJedi - http://www.linuxjedi.co.uk/

___
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] set Server CPU, disk IO, Bandwidth consumption limit for instances using the new feather of nova!!!???

2012-11-06 Thread 蒋平
Hi sir,
   I have a very troublesome problem:when I input nova-manage flavor 
set_key --name m1.small -- key read_bytes_sec --value 1024etc into the 
terminal in order to limit CPU,disk IO,Bandwidth consumption.Then I restart 
some relative service,such as nova-compute etc.___
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] set Server CPU, disk IO, Bandwidth consumption limit for instances using the new feather of nova!!!???

2012-11-06 Thread 蒋平
Hi sir,
  I have a very troublesome problem:when I input "nova-manage flavor set_key --name m1.small -- key read_bytes_sec --value 1024"etc into the terminal in order to limit CPU,disk IO,Bandwidth consumption.Then I restart some relative service,such as nova-compute etc.
 I have made several instances such as "admin--ps-15--aaa--192.168.0.3--m1.small,2GBmen,1vcpu,10GBdisk",and they can ping each other successfully.I have made some file by "dd if=/dev/zero of=hello.txt bs=100M count=1".then I use "scp -r 192.168.0.3:/hello.txt /opt"to transfer from 192.168.0.3 to 192.168.0.*,but there have been no effect at all,the speed is alawys 20-30M/s,I am very confused and anxious,please help me,thank you!!!
 jiangping
 2012-11-6



http://wiki.openstack.org/InstanceResourceQuota___
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] [ceilometer] Monitoring physical devices

2012-11-06 Thread Julien Danjou
On Tue, Nov 06 2012, Graf Lucas (graflu0) wrote:

 I'm a little confused now... ;) Is the bare metal run by the platform
 operator the physical machine? What do you mean with the bare metal
 run to replace virtual instances for any project?

AFAIU, bare-metal provisionning is about using hardware (bare-metal)
rather than virtual instances as a flavor in Nova.
For such case, we won't be able to poll anything about the hardware.

For hardware ran by the operator, this will be doable.

-- 
Julien Danjou
/* Free Software hacker  freelance
   http://julien.danjou.info */


pgpDsJxrCp10y.pgp
Description: PGP signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-06 Thread Robert Collins
On Tue, Nov 6, 2012 at 10:53 PM, Julien Danjou jul...@danjou.info wrote:
 On Tue, Nov 06 2012, Graf Lucas (graflu0) wrote:

 I'm a little confused now... ;) Is the bare metal run by the platform
 operator the physical machine? What do you mean with the bare metal
 run to replace virtual instances for any project?

 AFAIU, bare-metal provisionning is about using hardware (bare-metal)
 rather than virtual instances as a flavor in Nova.
 For such case, we won't be able to poll anything about the hardware.

 For hardware ran by the operator, this will be doable.

We can still talk to the IPMI controller for the machine, which will
get us lots of info, without running agents in the host os.

-Rob



--
Robert Collins rbtcoll...@hp.com
Distinguished Technologist
HP Cloud Services

___
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 to use extra_specs??

2012-11-06 Thread Mauch, Viktor (SCC)
Or being more specific,

 

How can a add key/value pairs to a compute node??? 

So I can check the extra_specs data with the key/value paris of the compute
node?

 

Cheers Viktor

 

From: openstack-bounces+mauch=kit@lists.launchpad.net
[mailto:openstack-bounces+mauch=kit@lists.launchpad.net] On Behalf Of
Mauch, Viktor (SCC)
Sent: Tuesday, November 06, 2012 11:37 AM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] how to use extra_specs??

 

Just one more noob question.

 

Is it normal that If I  set a set key/value pair let's say
{my_special_key:my_special_value} to an existing flavor, that the
scheduler failed to find a host for an instance of this flavor.

 

(I use devstack with folsom stable code)

 

Cheers Viktor

 

 

From: Vinay Bannai [mailto:vban...@gmail.com] 
Sent: Tuesday, November 06, 2012 5:09 AM
To: Mauch, Viktor (SCC)
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] how to use extra_specs??

 

The simplest way would be to create key/value pairs for flavor types
(instance types). 

This information would be associated in a separate table in nova db
(instance_type_extra_specs) and would go along with the instance type. 

 

Once it is in the database, you can use this information to customize all
kinds of things like the nova scheduler, additional data that can be passed
to the instance at the time of the creation. This is the high level
overview. If you search the mailing list archives you will find some
additional discussion about this topic. 

 

Vinay

On Mon, Nov 5, 2012 at 5:57 PM, Mauch, Viktor (SCC) ma...@kit.edu wrote:

Hi guys,

 

can anyone tell me (with an example) how to use the extra_specs variable for
an instance_type??

 

Best Regards

 

Viktor


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





 

-- 
Vinay Bannai
Email: vban...@gmail.com
Google Voice: 415 938 7576



smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] how to use extra_specs??

2012-11-06 Thread Razique Mahroua
You can also use the cli, does the job toonova boot --flavor 1 --image 1f3fbdde-4c8a-4b3b-9cf1-a3b9fd0f1d9e --key_name key1 --hint query='["=", "free_ram_mb", 1024]' vm1
Nuage  Co - Razique Mahrouarazique.mahr...@gmail.com

Le 6 nov. 2012 à 11:46, "Mauch, Viktor (SCC)" ma...@kit.edu a écrit :Or being more specific,How can a add key/value pairs to a compute node???So I can check the extra_specs data with the key/value paris of the compute node?Cheers ViktorFrom:openstack-bounces+mauch=kit@lists.launchpad.net [mailto:openstack-bounces+mauch=kit@lists.launchpad.net]On Behalf OfMauch, Viktor (SCC)Sent:Tuesday, November 06, 2012 11:37 AMTo:openstack@lists.launchpad.netSubject:Re: [Openstack] how to use extra_specs??Just one more noob question.Is it normal that If I set a set key/value pair let’s say {“my_special_key”:”my_special_value”} to an existing flavor, that the scheduler failed to find a host for an instance of this flavor.(I use devstack with folsom stable code)Cheers ViktorFrom:Vinay Bannai [mailto:vban...@gmail.com]Sent:Tuesday, November 06, 2012 5:09 AMTo:Mauch, Viktor (SCC)Cc:openstack@lists.launchpad.netSubject:Re: [Openstack] how to use extra_specs??The simplest way would be to create key/value pairs for flavor types (instance types).This information would be associated in a separate table in nova db (instance_type_extra_specs) and would go along with the instance type.Once it is in the database, you can use this information to customize all kinds of things like the nova scheduler, additional data that can be passed to the instance at the time of the creation. This is the high level overview. If you search the mailing list archives you will find some additional discussion about this topic.VinayOn Mon, Nov 5, 2012 at 5:57 PM, Mauch, Viktor (SCC) ma...@kit.edu wrote:Hi guys,can anyone tell me (with an example) how to use the extra_specs variable for an instance_type??Best RegardsViktor___Mailing list:https://launchpad.net/~openstackPost to   :openstack@lists.launchpad.netUnsubscribe :https://launchpad.net/~openstackMore help  :https://help.launchpad.net/ListHelp--Vinay BannaiEmail:vban...@gmail.comGoogle Voice: 415 938 7576___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore 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] how to use extra_specs??

2012-11-06 Thread Mauch, Viktor (SCC)
Yes sure,

 

But in this example you use an existing key “free_ram_rmb”?! Ist that right?

 

What I want to do is to create my own key value paris for compute nodes (who
can I do that) and for the extra_specs variable of the flavors

 

Best Regards

 

Viktor

 

From: Razique Mahroua [mailto:razique.mahr...@gmail.com] 
Sent: Tuesday, November 06, 2012 11:49 AM
To: Mauch, Viktor (SCC)
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] how to use extra_specs??

 

You can also use the cli, does the job too

 

nova boot --flavor 1 --image 1f3fbdde-4c8a-4b3b-9cf1-a3b9fd0f1d9e --key_name
key1 --hint query='[=, free_ram_mb, 1024]' vm1

 

Nuage  Co - Razique Mahroua 

razique.mahr...@gmail.com




 

Le 6 nov. 2012 à 11:46, Mauch, Viktor (SCC) ma...@kit.edu a écrit :





Or being more specific,

 

How can a add key/value pairs to a compute node???

So I can check the extra_specs data with the key/value paris of the compute
node?

 

Cheers Viktor

 

From: openstack-bounces+mauch=kit@lists.launchpad.net
[mailto:openstack-bounces+mauch=kit@lists.launchpad.net] On Behalf Of
Mauch, Viktor (SCC)
Sent: Tuesday, November 06, 2012 11:37 AM
To: openstack@lists.launchpad.net
Subject: Re: [Openstack] how to use extra_specs??

 

Just one more noob question.

 

Is it normal that If I  set a set key/value pair let’s say
{“my_special_key”:”my_special_value”} to an existing flavor, that the
scheduler failed to find a host for an instance of this flavor.

 

(I use devstack with folsom stable code)

 

Cheers Viktor

 

 

From: Vinay Bannai [ mailto:vban...@gmail.com mailto:vban...@gmail.com] 
Sent: Tuesday, November 06, 2012 5:09 AM
To: Mauch, Viktor (SCC)
Cc:  mailto:openstack@lists.launchpad.net openstack@lists.launchpad.net
Subject: Re: [Openstack] how to use extra_specs??

 

The simplest way would be to create key/value pairs for flavor types
(instance types). 

This information would be associated in a separate table in nova db
(instance_type_extra_specs) and would go along with the instance type. 

 

Once it is in the database, you can use this information to customize all
kinds of things like the nova scheduler, additional data that can be passed
to the instance at the time of the creation. This is the high level
overview. If you search the mailing list archives you will find some
additional discussion about this topic. 

 

Vinay

On Mon, Nov 5, 2012 at 5:57 PM, Mauch, Viktor (SCC)  mailto:ma...@kit.edu
ma...@kit.edu wrote:

Hi guys,

 

can anyone tell me (with an example) how to use the extra_specs variable for
an instance_type??

 

Best Regards

 

Viktor


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





 

-- 
Vinay Bannai
Email:  mailto:vban...@gmail.com vban...@gmail.com
Google Voice: 415 938 7576

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

 

image001.jpg

smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] OpenNebula and Swift integration

2012-11-06 Thread Javier Fontan
Hello,

We recently had interest from some of our enterprise users to use
Swift Object Store as the backend for the VM images. I have been
researching on a possible integration with OpenNebula but I have some
questions.

AFAIK Swift is only Object Store and exposes the object through a REST
interface. Is there any plan to add block storage support like Ceph so
VMs can use the objects directly?

We would love to have the same users and permissions in both
OpenNebula and Swift so the management is only done in one place. It
seems that the TempAuth system is the way to go to perform this
authentication. Is it going to be supported in the future or is it
going to be dumped in favor of just Keystone?

Are the object ACLs stored within Swift? Can I provide the object ACLs
from the Auth subsystem (OpenNebula in this case)? I plan to map Swift
objects to OpenNebula Images and they already have ACLs in place.

Cheers

--
Javier Fontán Muiños
Project Engineer
OpenNebula - The Open Source Toolkit for Data Center Virtualization
www.OpenNebula.org | jfon...@opennebula.org | @OpenNebula

___
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] [ceilometer] Monitoring physical devices

2012-11-06 Thread Tim Bell

There is a use case for base metal hardware metering in the private cloud
where the user allocated the machine does not have root access to kill the
metering.

Being able to create a single metering infrastructure for the entire private
cloud, virtual or bare-metal allocation, is a need technically, it is
not clear how to guarantee it but it is worth exploring.

Tim

 -Original Message-
 From: openstack-bounces+tim.bell=cern...@lists.launchpad.net
 [mailto:openstack-bounces+tim.bell=cern...@lists.launchpad.net] On Behalf
 Of Robert Collins
 Sent: 06 November 2012 11:00
 To: Graf Lucas (graflu0); Zehnder Toni (zehndton);
 openstack@lists.launchpad.net; Doug Hellmann
 Subject: Re: [Openstack] [ceilometer] Monitoring physical devices
 
 On Tue, Nov 6, 2012 at 10:53 PM, Julien Danjou jul...@danjou.info wrote:
  On Tue, Nov 06 2012, Graf Lucas (graflu0) wrote:
 
  I'm a little confused now... ;) Is the bare metal run by the platform
  operator the physical machine? What do you mean with the bare metal
  run to replace virtual instances for any project?
 
  AFAIU, bare-metal provisionning is about using hardware (bare-metal)
  rather than virtual instances as a flavor in Nova.
  For such case, we won't be able to poll anything about the hardware.
 
  For hardware ran by the operator, this will be doable.
 
 We can still talk to the IPMI controller for the machine, which will get
us lots
 of info, without running agents in the host os.
 
 -Rob
 
 
 
 --
 Robert Collins rbtcoll...@hp.com
 Distinguished Technologist
 HP Cloud Services
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [ceilometer] Monitoring physical devices

2012-11-06 Thread Doug Hellmann


On Nov 6, 2012, at 6:45 AM, Tim Bell tim.b...@cern.ch wrote:

 
 There is a use case for base metal hardware metering in the private cloud
 where the user allocated the machine does not have root access to kill the
 metering.

How can we detect that special case?

 
 Being able to create a single metering infrastructure for the entire private
 cloud, virtual or bare-metal allocation, is a need technically, it is
 not clear how to guarantee it but it is worth exploring.

I agree, it would be good to have an answer. Ceilometer can already hold the 
data, even if the agent to collect it is a custom solution. 

Doug

 
 Tim
 
 -Original Message-
 From: openstack-bounces+tim.bell=cern...@lists.launchpad.net
 [mailto:openstack-bounces+tim.bell=cern...@lists.launchpad.net] On Behalf
 Of Robert Collins
 Sent: 06 November 2012 11:00
 To: Graf Lucas (graflu0); Zehnder Toni (zehndton);
 openstack@lists.launchpad.net; Doug Hellmann
 Subject: Re: [Openstack] [ceilometer] Monitoring physical devices
 
 On Tue, Nov 6, 2012 at 10:53 PM, Julien Danjou jul...@danjou.info wrote:
 On Tue, Nov 06 2012, Graf Lucas (graflu0) wrote:
 
 I'm a little confused now... ;) Is the bare metal run by the platform
 operator the physical machine? What do you mean with the bare metal
 run to replace virtual instances for any project?
 
 AFAIU, bare-metal provisionning is about using hardware (bare-metal)
 rather than virtual instances as a flavor in Nova.
 For such case, we won't be able to poll anything about the hardware.
 
 For hardware ran by the operator, this will be doable.
 
 We can still talk to the IPMI controller for the machine, which will get
 us lots
 of info, without running agents in the host os.
 
 -Rob
 
 
 
 --
 Robert Collins rbtcoll...@hp.com
 Distinguished Technologist
 HP Cloud Services
 
 ___
 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] Network interfaces

2012-11-06 Thread Johannes Baltimore
I have the same problem as you, Daniel.


2012/11/6 Daniel Oliveira dvalbr...@gmail.com

 Hello.

 I once had some problems with Openstack regarding network configuration,
 so I thought I needed to have a better understanding on the configuration
 possibilities. I'm no expert, though, and even after reading this 
 linkhttp://docs.openstack.org/essex/openstack-compute/admin/content/compute-options-reference.html,
 I couldn't fully understand the difference between the parameters
 public_interface, flat_interface and vlan_interface. Could someone help
 me understand?

 Thanks in advance.

 --
 My best regards,

 Daniel Oliveira.


 ___
 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] how to use extra_specs??

2012-11-06 Thread David Kang


 Victor,

 You raised a very good point.
If you want to use any existing flag, what Razique said is OK.
But if you want to add new key value pairs, I don't think the current 
nova-compute can do that.
Especially if you are using the currnent nova/virt/libvirt as compute driver, 
you cannot.

 In our bare-metal provisioning effort, our compute driver nova/virt/bm defines 
a new flag
called instance_type_extra_specs in /etc/nova/nova.conf.
Any key value pairs can be specified there.
For example, for TileEmpower board we declare the flag as follows:

instance_type_extra_specs=cpu_arch:tilepro64

 Our bare-metal provisioning code is still in review.

 David

- Original Message -
 Yes sure,
 
 
 
 But in this example you use an existing key “free_ram_rmb”?! Ist that
 right?
 
 
 
 What I want to do is to create my own key value paris for compute
 nodes (who can I do that) and for the extra_specs variable of the
 flavors
 
 
 
 Best Regards
 
 
 
 Viktor
 
 
 
 
 
 From: i Mahroua [mailto:razique.mahr...@gmail.com]
 Sent: Tuesday, November 06, 2012 11:49 AM
 To: Mauch, Viktor (SCC)
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] how to use extra_specs??
 
 
 
 You can also use the cli, does the job too
 
 
 
 
 
 nova boot --flavor 1 --image 1f3fbdde-4c8a-4b3b-9cf1-a3b9fd0f1d9e
 --key_name key1 --hint query='[=, free_ram_mb, 1024]' vm1
 
 
 
 
 
 Nuage  Co - Razique Mahroua
 
 
 razique.mahr...@gmail.com
 
 
 
 
 
 
 
 
 Le 6 nov. 2012 à 11:46, Mauch, Viktor (SCC)  ma...@kit.edu  a
 écrit :
 
 
 
 
 
 
 
 Or being more specific,
 
 
 
 
 
 How can a add key/value pairs to a compute node???
 
 
 So I can check the extra_specs data with the key/value paris of the
 compute node?
 
 
 
 
 
 Cheers Viktor
 
 
 
 
 
 
 
 From: openstack-bounces+mauch=kit@lists.launchpad.net
 [mailto:openstack- bounces+mauch=kit@lists.launchpad.net ] On
 Behalf Of Mauch, Viktor (SCC)
 Sent: Tuesday, November 06, 2012 11:37 AM
 To: openstack@lists.launchpad.net
 Subject: Re: [Openstack] how to use extra_specs??
 
 
 
 
 
 Just one more noob question.
 
 
 
 
 
 Is it normal that If I set a set key/value pair let’s say
 {“my_special_key”:”my_special_value”} to an existing flavor, that the
 scheduler failed to find a host for an instance of this flavor.
 
 
 
 
 
 (I use devstack with folsom stable code)
 
 
 
 
 
 Cheers Viktor
 
 
 
 
 
 
 
 
 From: Vinay Bannai [ mailto:vban...@gmail.com ]
 Sent: Tuesday, November 06, 2012 5:09 AM
 To: Mauch, Viktor (SCC)
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] how to use extra_specs??
 
 
 
 
 
 The simplest way would be to create key/value pairs for flavor types
 (instance types).
 
 
 
 This information would be associated in a separate table in nova db
 (instance_type_extra_specs) and would go along with the instance type.
 
 
 
 
 
 
 
 Once it is in the database, you can use this information to customize
 all kinds of things like the nova scheduler, additional data that can
 be passed to the instance at the time of the creation. This is the
 high level overview. If you search the mailing list archives you will
 find some additional discussion about this topic.
 
 
 
 
 
 
 Vinay
 
 
 
 On Mon, Nov 5, 2012 at 5:57 PM, Mauch, Viktor (SCC)  ma...@kit.edu 
 wrote:
 
 
 
 Hi guys,
 
 
 
 
 
 can anyone tell me (with an example) how to use the extra_specs
 variable for an instance_type??
 
 
 
 
 
 Best Regards
 
 
 
 
 
 Viktor
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help : https://help.launchpad.net/ListHelp
 
 
 
 
 
 
 
 
 
 
 --
 Vinay Bannai
 Email: vban...@gmail.com
 Google Voice: 415 938 7576
 
 ___
 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


[Openstack] no PoT file in Quantum project

2012-11-06 Thread Ying Chun Guo


Hi,

I found that there was no PoT file under quantum project and no locale
folder in Openstack Folsom stable version. Does quantum support , or have
plan to support, any I18N capabilities?

If I want to have Folsom to enable I18N, what should I do?

Regards
Ying Chun Guo (Daisy)
China Standards and Open Source Team
Emerging Technology Institute (ETI)
IBM China Development Lab
Tel:(86-10)82453491
Email: guoyi...@cn.ibm.com
Address: 1F Tower B, Diamond Building 19 Zhongguancun Software Park,
8 Dongbeiwang West Road, Haidian District, Beijing, P.R.C.100193___
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] OpenNebula and Swift integration

2012-11-06 Thread Chuck Thier
Hi Javier,

On Tue, Nov 6, 2012 at 5:07 AM, Javier Fontan jfon...@opennebula.org wrote:
 Hello,

 We recently had interest from some of our enterprise users to use
 Swift Object Store as the backend for the VM images. I have been
 researching on a possible integration with OpenNebula but I have some
 questions.

 AFAIK Swift is only Object Store and exposes the object through a REST
 interface. Is there any plan to add block storage support like Ceph so
 VMs can use the objects directly?


There isn't currently any plans for this.  At one time we considered
it, but decided that it would not be a good idea to build block
storage on top of Swift.

 We would love to have the same users and permissions in both
 OpenNebula and Swift so the management is only done in one place. It
 seems that the TempAuth system is the way to go to perform this
 authentication. Is it going to be supported in the future or is it
 going to be dumped in favor of just Keystone?


You should be able to write your own auth middleware that integrates
swift into the OpenNebula auth system.  Docs are here:

http://docs.openstack.org/developer/swift/development_auth.html

You can also use TempAuth as an example to work from.

 Are the object ACLs stored within Swift? Can I provide the object ACLs
 from the Auth subsystem (OpenNebula in this case)? I plan to map Swift
 objects to OpenNebula Images and they already have ACLs in place.


Currently ACLs are at the container level in swift and not at the
object level.  That said, for your specific use case, I think you
could implement the image ACLs in your auth middleware, but it has
been a while since I have looked at that code.

--
Chuck

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


[Openstack] [OpenStack] Upgrading from Essex to Folsom

2012-11-06 Thread Leander Bessa Beernaert
Hello all,

I'm trying to upgrade my current installation of OpenStack Essex running on
ubuntu 12.04 to the Folsom release. I'm following the instructions from [1]
but I can't get the new packages to appear. For instance, after following
the instruction, the version parameter for the command apt-cache show
keystone is Version: 2012.1-0ubuntu1. Is there something missing?


Regards,

Leander


[1] https://wiki.ubuntu.com/ServerTeam/CloudArchive
___
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] no PoT file in Quantum project

2012-11-06 Thread Dan Wendlandt
Hello,

Quantum does not yet support localization in Folsom, but we'd love to have
someone work on it.  There are already a few people planning on looking at
this in Grizzly (
https://blueprints.launchpad.net/quantum/+spec/make-string-localizable),
but I'm sure they would welcome help?

Dan



On Tue, Nov 6, 2012 at 7:21 AM, Ying Chun Guo guoyi...@cn.ibm.com wrote:

 Hi,

 I found that there was no PoT file under quantum project and no locale
 folder in Openstack Folsom stable version. Does quantum support , or have
 plan to support, any I18N capabilities?

 If I want to have Folsom to enable I18N, what should I do?

 Regards
 Ying Chun Guo (Daisy)
 China Standards and Open Source Team
 Emerging Technology Institute (ETI)
 IBM China Development Lab
 Tel:(86-10)82453491
 Email: guoyi...@cn.ibm.com
 Address: 1F Tower B, Diamond Building 19 Zhongguancun Software Park,
 8 Dongbeiwang West Road, Haidian District, Beijing, P.R.C.100193

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




-- 
~~~
Dan Wendlandt
Nicira, Inc: www.nicira.com
twitter: danwendlandt
~~~
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] OpenStack Folsom Install Guide

2012-11-06 Thread Skible OpenStack

Hi Yi Sun,

We are facing the same problem. I guess my networking architecture was 
not as correct as i thought.
Although, i have just received a contribution from a friend that filled 
up the missing pieces and got it to work properly ! If you can bare with 
me, i will test it out tomorrow and publish it on the guide.


Best regards.
Le 06/11/2012 04:55, Yi Sun a écrit :

Skible,
Followed your guide, everything went through fine until I started my
VM. The VM image I used is a ubuntu cloud image
(http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img).
After boot up, the VM can not access meta server. It complains about
not route found.
I run a tcpdump on the VM tap interface, I'm seeing ARP requests to
the router for the VM network (10.5.5.1) from the VM but no arp reply.
quantum router-list and port-list give something below:
root@controller/# quantum router-list

| cc5e1de4-e59e-441d-92ea-da2f803f2903 | demo_net_router | null
   |

root@controller/# quantum port-list
| 1af24487-4a48-45a7-939f-486e5d7996b3 |  | fa:16:3e:fd:da:ab |
{subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
10.5.5.2}  |
| 61c2bef9-1bd9-4c2d-ad73-28740b4d0759 |  | fa:16:3e:cf:f4:09 |
{subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
10.5.5.3}  |
| 63bea17f-af30-4d75-9aa5-052a426768d6 |  | fa:16:3e:f0:7a:16 |
{subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
10.5.5.1}  |

But ifconfig on controller does not show interface for router at all

Have you seen the same issue before?
Thanks
Yi

On Fri, Nov 2, 2012 at 2:36 AM, Skible OpenStack
skible.openst...@gmail.com wrote:

Hi Ian,

Many thanks for the remark. i fixed it :)

Le 02/11/2012 10:22, DarkSinclair a écrit :


Greetings Skible.

Great work to you and the rest on the guide.  A minor change is required
in nova.conf configuration for file VNC.  The parameter for
vncserver_proxyclient_address must be eth0's IP address, otherwise the
console reports 'failed to connect to server'.

vncserver_proxyclient_address=172.16.2.250
#vncserver_proxyclient_address=127.0.0.1

Regards,

Ian Sinclair

On 2012-11-01, at 7:18 AM, Skible OpenStack skible.openst...@gmail.com
wrote:

hi Tomokazu,

oups ! i forget to add that in the guide ! thanks ! i will fix it right
away !

As for the noVNC problem ! i think because you haven't installed noVNC on
the compute node !


Le 01/11/2012 11:31, Tomokazu Hirai a écrit :

Hi Skible,

I installed openstack folsom with your guide and I noticed that
compute node's quantum can not access to controller node's
rabbitmq-server.

so I added computeNode:/etc/quantum/quantum.conf with :

  rabbit_host = compute node's IP addr

now I can access to both node's VMs and VM can access to the
Internet. :D

But I still have a problem.

I can not access to VM's noVNC on compute node. I can
access to the VM's noVNC on controller node.

Best regards,

-- Tomokazu Hirai @jedipunkz

From: Skible OpenStack skible.openst...@gmail.com
Subject: [Openstack] OpenStack Folsom Install Guide
Date: Wed, 31 Oct 2012 13:46:31 +0100


Hi Stackers,

i am currently seeing a lot of people having trouble deploying
OpenStack Folsom si i humbly present this guide for those who are
experimented and even those who are still taking their first steps
into the cloud world.

The guide has been updated from the last version to support:

* Multi Node install
* ubuntu server 12.10
* Quatum Configuration
* No Quantum is you are not interrested

Test it to see for yourself how simple and fun has OpenStack
deployment has became !

OpenStack Folsom Install Guide

https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst

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



___
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] keystone service-create/endpoint-create for cinder

2012-11-06 Thread Ahmed Al-Mehdi
Hi Vish,

Thank you for your response.  I am running into another issue while restarting 
the cinder-volume and cinder-api:

root@bodega:~/ahmed/cinder# service  cinder-api  restart
stop: Unknown instance:
cinder-api start/running, process 25761
root@bodega:~/ahmed/cinder#

I looked at the /etc/init.d/cinder-api file, and I see a stop action define 
in there.  Any idea why I am getting this error?  Is cinder-api restarted even 
with the error.

Thank you,
Ahmed.


From: Vishvananda Ishaya vishvana...@gmail.commailto:vishvana...@gmail.com
Date: Monday, November 5, 2012 7:22 PM
To: Ahmed Al-Mehdi ah...@coraid.commailto:ah...@coraid.com
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] keystone service-create/endpoint-create for cinder

you can't run nova volume and cinder but it uses all the same settings so you 
can use the same service entry. You just run cinder-api instead of 
nova-api-os-volume (or disable osapi_volume if you are using nova-api), run 
cinder-volume instead of nova-volume and run cinder-scheduler.

Vish

On Nov 5, 2012, at 5:26 PM, Ahmed Al-Mehdi 
ah...@coraid.commailto:ah...@coraid.com wrote:

Hello,

I am trying to install cinder in my setup.  I already issued a keystone 
service-create … and keystone endpoint-create … for nova-volume service, but 
I plan to install and use cinder.

$ keystone --os-token 012345SECRET99TOKEN012345 \ --os-endpoint 
http://192.168.206.130:35357/v2.0/ \
service-create \
 --name=volume \
 --type=volume \
 --description=Nova Volume Service


+-+--+
|   Property  |  Value   |
+-+--+
| description | Nova Volume Service  |
| id  | 1ff4ece13c3e48d8a6461faebd9cd38f |
| name| volume   |
| type| volume   |
+-+--+

$ keystone --os-token 012345SECRET99TOKEN012345 \
 --os-endpoint http://192.168.206.130:35357/v2.0/ \
 endpoint-create \
 --region RegionOne \
 --service-id=1ff4ece13c3e48d8a6461faebd9cd38f \
 --publicurl='http://192.168.206.130:8776/v1/%(tenant_id)s' \
 --internalurl='http://192.168.206.130:8776/v1/%(tenant_id)s' \
 --adminurl='http://192.168.206.130:8776/v1/%(tenant_id)s'


+-+--+
|   Property  |   Value  |
+-+--+
| adminurl| http://192.168.206.130:8776/v1/%(tenant_id)s |
| id  | 1ff4ece13c3e48d8a6461faebd9cd38f |
| internalurl | http://192.168.206.130:8776/v1/%(tenant_id)s |
| publicurl   | http://192.168.206.130:8776/v1/%(tenant_id)s |
| region  | RegionOne|
| service_id  | 8a70cd235c7d4a05b43b2dffb9942cc0 |
+-+--+


I can easily perform a keystone service-create … for cinder, I am a bit 
confused about endpoint-create.  What port number should I use for the 
admin/internal/public url?  If the same value as nova-volume, will there not be 
some sort of a conflict.  Should I remove/uninstall nova-volume?  Purge 
nova-volume from keystone?

Thank you,
Ahmed.
___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto: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] how to use extra_specs??

2012-11-06 Thread Dugger, Donald D
The compute code currently defines a set of capabilities (info about disk  
memory consumption, cpuinfo and a few other things) that are periodically 
reported up to the scheduler.  You can then use the extra_specs to specify 
key/value pairs for a flavor that will be used by the scheduler's 
compute_capabilities' filter to make decisions based upon these capabilities.  
Note you can do relational comparisons on these capabilities, look at:


http://docs.openstack.org/developer/nova/devref/filter_scheduler.html

for details.

Currently, you are limited to the capabilities that are hard coded into the 
compute node code.  I'm thinking about, and intend to create a blueprint in the 
not too distant future, adding a plugin into the compute code so that you can 
add support for new capabilities.

--
Don Dugger
Censeo Toto nos in Kansa esse decisse. - D. Gale
Ph: 303/443-3786

From: openstack-bounces+donald.d.dugger=intel@lists.launchpad.net 
[mailto:openstack-bounces+donald.d.dugger=intel@lists.launchpad.net] On 
Behalf Of Mauch, Viktor (SCC)
Sent: Tuesday, November 06, 2012 3:51 AM
To: Razique Mahroua
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] how to use extra_specs??

Yes sure,

But in this example you use an existing key free_ram_rmb?! Ist that right?

What I want to do is to create my own key value paris for compute nodes (who 
can I do that) and for the extra_specs variable of the flavors

Best Regards

Viktor

From: Razique Mahroua [mailto:razique.mahr...@gmail.com]
Sent: Tuesday, November 06, 2012 11:49 AM
To: Mauch, Viktor (SCC)
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] how to use extra_specs??

You can also use the cli, does the job too

nova boot --flavor 1 --image 1f3fbdde-4c8a-4b3b-9cf1-a3b9fd0f1d9e --key_name 
key1 --hint query='[=, free_ram_mb, 1024]' vm1

Nuage  Co - Razique Mahroua
razique.mahr...@gmail.commailto:razique.mahr...@gmail.com

[cid:image001.jpg@01CDBC0D.64CEE5D0]

Le 6 nov. 2012 à 11:46, Mauch, Viktor (SCC) 
ma...@kit.edumailto:ma...@kit.edu a écrit :

Or being more specific,

How can a add key/value pairs to a compute node???
So I can check the extra_specs data with the key/value paris of the compute 
node?

Cheers Viktor

From: 
openstack-bounces+mauch=kit@lists.launchpad.netmailto:openstack-bounces+mauch=kit@lists.launchpad.net
 
[mailto:openstack-bounces+mauch=kit@lists.launchpad.netmailto:bounces+mauch=kit@lists.launchpad.net]
 On Behalf Of Mauch, Viktor (SCC)
Sent: Tuesday, November 06, 2012 11:37 AM
To: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] how to use extra_specs??

Just one more noob question.

Is it normal that If I  set a set key/value pair let's say 
{my_special_key:my_special_value} to an existing flavor, that the scheduler 
failed to find a host for an instance of this flavor.

(I use devstack with folsom stable code)

Cheers Viktor


From: Vinay Bannai [mailto:vban...@gmail.com]
Sent: Tuesday, November 06, 2012 5:09 AM
To: Mauch, Viktor (SCC)
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] how to use extra_specs??

The simplest way would be to create key/value pairs for flavor types (instance 
types).
This information would be associated in a separate table in nova db 
(instance_type_extra_specs) and would go along with the instance type.

Once it is in the database, you can use this information to customize all kinds 
of things like the nova scheduler, additional data that can be passed to the 
instance at the time of the creation. This is the high level overview. If you 
search the mailing list archives you will find some additional discussion about 
this topic.

Vinay
On Mon, Nov 5, 2012 at 5:57 PM, Mauch, Viktor (SCC) 
ma...@kit.edumailto:ma...@kit.edu wrote:
Hi guys,

can anyone tell me (with an example) how to use the extra_specs variable for an 
instance_type??

Best Regards

Viktor

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



--
Vinay Bannai
Email: vban...@gmail.commailto:vban...@gmail.com
Google Voice: 415 938 7576
___
Mailing list: https://launchpad.net/~openstack
Post to : 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp

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


Re: [Openstack] [OpenStack] Upgrading from Essex to Folsom

2012-11-06 Thread Chuck Short

On 12-11-06 12:08 PM, Leander Bessa Beernaert wrote:
g to upgrade my current installation of OpenStack Essex running on 
ubuntu 12.04 to the Folsom release. I'm following the instructions 
from [1] but I can't get the new packages to appear. For instance, 
after following the instruction, the version parameter for the command 
apt-cache show keystone is Version: 2012.1-0ubuntu1. Is there 
something missing?

Did you run sudo apt-get update after modifying your /etc/apt/sources.list?

chuck

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


[Openstack] [openstack][cinder] cinder create gives an error

2012-11-06 Thread Ahmed Al-Mehdi
Hello,

I just installed installed cinder, however, I am getting the following error.

root@bodega:~/ahmed/cinder# cinder create --display_name test 1
ERROR: Malformed request url (HTTP 400) (Request-ID: 
req-a488154b-37f8-47e8-ae5f-8e7a73f6637b)
root@bodega:~/ahmed/cinder#


Can someone please help me understand what this error means.  I don't see any 
logs being generated in any of the cinder log files - cinder–api.log, 
cinder-scheduler.log, cinder-volume.log.

Any pointers to debug this issue would be greatly appreciated.

Regards,
Ahmed.

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


Re: [Openstack] [openstack][cinder] cinder create gives an error

2012-11-06 Thread John Griffith
On Tue, Nov 6, 2012 at 11:10 AM, Ahmed Al-Mehdi ah...@coraid.com wrote:

 Hello,

 I just installed installed cinder, however, I am getting the following
 error.

 root@bodega:~/ahmed/cinder# cinder create --display_name test 1
 ERROR: Malformed request url (HTTP 400) (Request-ID:
 req-a488154b-37f8-47e8-ae5f-8e7a73f6637b)
 root@bodega:~/ahmed/cinder#


 Can someone please help me understand what this error means.  I don't see
 any logs being generated in any of the cinder log files - cinder–api.log,
 cinder-scheduler.log, cinder-volume.log.

 Any pointers to debug this issue would be greatly appreciated.

 Regards,
 Ahmed.


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

 Ahmed,

It looks like there's still a problem with your endpoint configuration?  If
your conf files are in fact set up correctly as advised earlier there is
also a potential that you didn't clean up the nova-volume settings you had
in keystone and the CS.  Depending on your system, you might want to
consider dropping the tables from your DB and starting from scratch and
install cinder only.

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] keystone service-create/endpoint-create for cinder

2012-11-06 Thread Vishvananda Ishaya

On Nov 6, 2012, at 10:03 AM, Ahmed Al-Mehdi ah...@coraid.com wrote:

 Hi Vish,
 
 Thank you for your response.  I am running into another issue while 
 restarting the cinder-volume and cinder-api:
 
 root@bodega:~/ahmed/cinder# service  cinder-api  restart
 stop: Unknown instance: 
 cinder-api start/running, process 25761
 root@bodega:~/ahmed/cinder# 
 
 I looked at the /etc/init.d/cinder-api file, and I see a stop action 
 define in there.  Any idea why I am getting this error?  Is cinder-api 
 restarted even with the error.


you will get that message if cinder-api was stopped and you issue restart.

service cinder-api status should tell you if it is still up or crashed.

Vish___
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 to use extra_specs??

2012-11-06 Thread Vishvananda Ishaya

On Nov 6, 2012, at 10:03 AM, Dugger, Donald D donald.d.dug...@intel.com 
wrote:

 The compute code currently defines a set of capabilities (info about disk  
 memory consumption, cpuinfo and a few other things) that are periodically 
 reported up to the scheduler.  You can then use the extra_specs to specify 
 key/value pairs for a flavor that will be used by the scheduler’s 
 compute_capabilities’ filter to make decisions based upon these capabilities. 
  Note you can do relational comparisons on these capabilities, look at:
  
 
 http://docs.openstack.org/developer/nova/devref/filter_scheduler.html
  
 for details.
  
 Currently, you are limited to the capabilities that are hard coded into the 
 compute node code.  I’m thinking about, and intend to create a blueprint in 
 the not too distant future, adding a plugin into the compute code so that you 
 can add support for new capabilities.

You should be able to add in capabilities via host aggregates as well if you 
enable this AggregateInstanceExtraSpecs filter. This means you can change them 
at run time.

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


Re: [Openstack] [openstack][cinder] cinder create gives an error

2012-11-06 Thread Everett Toews

On Tue, Nov 6, 2012 at 11:28 AM, Ahmed Al-Mehdi 
ah...@coraid.commailto:ah...@coraid.com wrote:
Not to impose on you, but can you help me understand what does the following 
error mean:
ERROR: Malformed request url (HTTP 400) (Request-ID: 
req-8cff9608-598b-4618-bdc1-1068a1227781)

---

Another useful debugging aid is the --debug flag for the cinder client, try

cinder --debug create --display_name test 1

This will show you what the cinder client is connecting to and what it is 
sending and receiving. You could be having problems on the client side if 
you've got a misconfigured OS_AUTH_URL, OS_REGION_NAME, or other OpenStack env 
var.

Everett
___
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 to I unconfuse my resource_tracker?

2012-11-06 Thread Jonathan Proulx
My compute nodes are confused about how many resource they have free.  I
suspect this is largely due to RPC timeouts I was experiencing due to a
misconfiguration compounded by high load and a scheduler bug, but not so
much interested in how it got this way as to how to clean it up.

for example on node nova-1 the are actually 7  single CPU instances running
as shown by virsh on the system and in the instances table and 24 available
vCPUs. However it reports -102 VCPUs available:

root@nova-1:~# grep AUDIT /var/log/nova/nova-compute.log|tail -4
2012-11-06 15:49:20 AUDIT nova.compute.resource_tracker [-] Free VCPUS: -102
2012-11-06 15:50:50 AUDIT nova.compute.resource_tracker [-] Free ram (MB):
-205145
2012-11-06 15:50:50 AUDIT nova.compute.resource_tracker [-] Free disk (GB):
-2175
2012-11-06 15:50:50 AUDIT nova.compute.resource_tracker [-] Free VCPUS: -102

nova-manage service describe_resource nova-1
HOST  PROJECT cpu mem(mb) hdd
nova-1  (total)24   48295 605
nova-1  (used_now)126  2534402780
nova-1  (used_max)  7   14336 210
nova-1   3008a142e9524f7295b06ea811908f93   7
14336 210

Both of these match what I see in the compute_nodes table which also tells
tells me there are 88 running_vms (not 7).

Where is the resource_tracker on nova-1 getting this information and how do
I correct it?  (It's clearly pushing this bad info back to the database as
I  first tried to correct it there)

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


Re: [Openstack] [openstack][cinder] cinder create gives an error

2012-11-06 Thread Ahmed Al-Mehdi
John,

I reboot my controller node, and things seem to be working a bit better.   I 
followed the steps in OpenStack Deploy and Install – Ubuntu, section Appendix 
B ( 
http://docs.openstack.org/trunk/openstack-compute/install/apt/content/osfolubuntu-cinder.html
 ).  All the three cinder-api/volume/scheduler services are running.

root@bodega:/var/log/cinder# ps aux | grep cinder
cinder1329  0.0  0.0  37952  1312 ?Ss   12:01   0:00 su -s /bin/sh 
-c exec cinder-scheduler --config-file=/etc/cinder/cinder.conf 
--log-file=/var/log/cinder/cinder-scheduler.log cinder
cinder1331  0.0  0.4 182508 34424 ?S12:01   0:07 
/usr/bin/python /usr/bin/cinder-scheduler --config-file=/etc/cinder/cinder.conf 
--log-file=/var/log/cinder/cinder-scheduler.log
cinder2289  0.0  0.0  37952  1308 ?Ss   12:08   0:00 su -s /bin/sh 
-c exec cinder-api --config-file=/etc/cinder/cinder.conf 
--log-file=/var/log/cinder/cinder-api.log cinder
cinder2290  0.0  0.5 213864 46872 ?S12:08   0:01 
/usr/bin/python /usr/bin/cinder-api --config-file=/etc/cinder/cinder.conf 
--log-file=/var/log/cinder/cinder-api.log
cinder2537  0.0  0.0  37952  1312 ?Ss   12:22   0:00 su -s /bin/sh 
-c exec cinder-volume --config-file=/etc/cinder/cinder.conf 
--log-file=/var/log/cinder/cinder-volume.log cinder
cinder2538  0.0  0.4 184644 36812 ?S12:22   0:06 
/usr/bin/python /usr/bin/cinder-volume --config-file=/etc/cinder/cinder.conf 
--log-file=/var/log/cinder/cinder-volume.log

VG cinder-volumes is present:

root@bodega:/var/log/cinder# vgdisplay  cinder-volumes
  --- Volume group ---
  VG Name   cinder-volumes
  System ID
  Formatlvm2
  Metadata Areas1
  Metadata Sequence No  6
  VG Access read/write
  VG Status resizable
  MAX LV0
  Cur LV1
  Open LV   0
  Max PV0
  Cur PV1
  Act PV1
  VG Size   2.00 GiB
  PE Size   4.00 MiB
  Total PE  511
  Alloc PE / Size   256 / 1.00 GiB
  Free  PE / Size   255 / 1020.00 MiB
  VG UUID   VhxQZx-fB8K-36V9-L0sB-ImVO-oVFw-LNOLM0


However, when I create a 1GB test volume (as per the instructions), I run into 
a failure.

root@bodega:~/ahmed/cinder# date; cinder create --display_name test 1
Tue Nov  6 12:57:39 PST 2012
+-+--+
|   Property  |Value |
+-+--+
| attachments |  []  |
|  availability_zone  | nova |
|  created_at |  2012-11-06T20:57:39.538245  |
| display_description | None |
| display_name| test |
|  id | ab719d8d-42a4-44bc-b627-96b30e3f5002 |
|   metadata  |  {}  |
| size|  1   |
| snapshot_id | None |
|status   |   creating   |
| volume_type | None |
+-+--+
root@bodega:~/ahmed/cinder#
root@bodega:~/ahmed/cinder#
root@bodega:~/ahmed/cinder#
root@bodega:~/ahmed/cinder# date; cinder list
Tue Nov  6 13:06:46 PST 2012
+--++--+--+-+-+
|  ID  | Status | Display Name | Size | Volume 
Type | Attached to |
+--++--+--+-+-+
| ab719d8d-42a4-44bc-b627-96b30e3f5002 | error  | test |  1   | 
None| |
+--++--+--+-+-+
root@bodega:~/ahmed/cinder#

I am attaching text file containing the log entries from the three cinder log 
files.   Can you please help me understand why the volume creation is failing?  
I really appreciate your help.

Regards,
Ahmed.


From: John Griffith 
john.griff...@solidfire.commailto:john.griff...@solidfire.com
Date: Tuesday, November 6, 2012 11:41 AM
To: Ahmed Al-Mehdi ah...@coraid.commailto:ah...@coraid.com
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] [openstack][cinder] cinder create gives an error



On Tue, Nov 6, 2012 at 11:28 AM, Ahmed Al-Mehdi 
ah...@coraid.commailto:ah...@coraid.com wrote:
John,

Thank you for your response.  When you stay start from scratch, do you mean 
re-install everything (all services) from scratch, as in a fresh install of 
Ubuntu?   And then not install nova-volume and don't create endpoint for 

Re: [Openstack] [openstack][cinder] cinder create gives an error

2012-11-06 Thread John Griffith
On Tue, Nov 6, 2012 at 3:44 PM, Ahmed Al-Mehdi ah...@coraid.com wrote:

 John,

 I reboot my controller node, and things seem to be working a bit better.
 I followed the steps in OpenStack Deploy and Install – Ubuntu, section
 Appendix B (
 http://docs.openstack.org/trunk/openstack-compute/install/apt/content/osfolubuntu-cinder.html
  ).
  All the three cinder-api/volume/scheduler services are running.

 root@bodega:/var/log/cinder# ps aux | grep cinder
 cinder1329  0.0  0.0  37952  1312 ?Ss   12:01   0:00 su -s
 /bin/sh -c exec cinder-scheduler --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-scheduler.log cinder
 cinder1331  0.0  0.4 182508 34424 ?S12:01   0:07
 /usr/bin/python /usr/bin/cinder-scheduler
 --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-scheduler.log
 cinder2289  0.0  0.0  37952  1308 ?Ss   12:08   0:00 su -s
 /bin/sh -c exec cinder-api --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-api.log cinder
 cinder2290  0.0  0.5 213864 46872 ?S12:08   0:01
 /usr/bin/python /usr/bin/cinder-api --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-api.log
 cinder2537  0.0  0.0  37952  1312 ?Ss   12:22   0:00 su -s
 /bin/sh -c exec cinder-volume --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-volume.log cinder
 cinder2538  0.0  0.4 184644 36812 ?S12:22   0:06
 /usr/bin/python /usr/bin/cinder-volume
 --config-file=/etc/cinder/cinder.conf
 --log-file=/var/log/cinder/cinder-volume.log

 VG cinder-volumes is present:

 root@bodega:/var/log/cinder# vgdisplay  cinder-volumes
   --- Volume group ---
   VG Name   cinder-volumes
   System ID
   Formatlvm2
   Metadata Areas1
   Metadata Sequence No  6
   VG Access read/write
   VG Status resizable
   MAX LV0
   Cur LV1
   Open LV   0
   Max PV0
   Cur PV1
   Act PV1
   VG Size   2.00 GiB
   PE Size   4.00 MiB
   Total PE  511
   Alloc PE / Size   256 / 1.00 GiB
   Free  PE / Size   255 / 1020.00 MiB
   VG UUID   VhxQZx-fB8K-36V9-L0sB-ImVO-oVFw-LNOLM0


 However, when I create a 1GB test volume (as per the instructions), I run
 into a failure.

 root@bodega:~/ahmed/cinder# date; cinder create --display_name test 1
 Tue Nov  6 12:57:39 PST 2012
 +-+--+
 |   Property  |Value |
 +-+--+
 | attachments |  []  |
 |  availability_zone  | nova |
 |  created_at |  2012-11-06T20:57:39.538245  |
 | display_description | None |
 | display_name| test |
 |  id | ab719d8d-42a4-44bc-b627-96b30e3f5002 |
 |   metadata  |  {}  |
 | size|  1   |
 | snapshot_id | None |
 |status   |   creating   |
 | volume_type | None |
 +-+--+
 root@bodega:~/ahmed/cinder#
 root@bodega:~/ahmed/cinder#
 root@bodega:~/ahmed/cinder#
 root@bodega:~/ahmed/cinder# date; cinder list
 Tue Nov  6 13:06:46 PST 2012

 +--++--+--+-+-+
 |  ID  | Status | Display Name | Size |
 Volume Type | Attached to |

 +--++--+--+-+-+
 | ab719d8d-42a4-44bc-b627-96b30e3f5002 | error  | test |  1   |
   None| |

 +--++--+--+-+-+
 root@bodega:~/ahmed/cinder#

 I am attaching text file containing the log entries from the three cinder
 log files.   Can you please help me understand why the volume creation is
 failing?  I really appreciate your help.

 Regards,
 Ahmed.


 From: John Griffith john.griff...@solidfire.com
 Date: Tuesday, November 6, 2012 11:41 AM

 To: Ahmed Al-Mehdi ah...@coraid.com
 Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net
 Subject: Re: [Openstack] [openstack][cinder] cinder create gives an error



 On Tue, Nov 6, 2012 at 11:28 AM, Ahmed Al-Mehdi ah...@coraid.com wrote:

 John,

 Thank you for your response.  When you stay start from scratch, do you
 mean re-install everything (all services) from scratch, as in a fresh
 install of Ubuntu?   And then not install nova-volume and don't create
 endpoint for 

[Openstack] [openstack][nova-network] Associate Floating-ip disassociates first by design ?

2012-11-06 Thread Stef T
Hello Everyone,
So, before I start making code changes to nova-network, I have to
ask, why does the nova-network first disassociate the floating-ip before
associating it ? Surely, if the floating-ip is associated with another
instance it shouldn't jst be disassociated blindly ?

I refer to line 477 of nova/network/manager.py (the
associate_floating_ip method) and specifically this;

# make sure project owns this floating ip (allocated)
self._floating_ip_owned_by_project(context, floating_ip)

# disassociate any already associated
orig_instance_uuid = None
if floating_ip['fixed_ip_id']:
# find previously associated instance
fixed_ip = self.db.fixed_ip_get(context,
floating_ip['fixed_ip_id'])
orig_instance_uuid = fixed_ip['instance_uuid']

self.disassociate_floating_ip(context, floating_address)

Now, I can see two solutions, in the case that this is 'correct'.
One is to create a method called 're-associate'. The other idea is to
only allow disassocation to happen if there is a 'force' flag (or some
such).

In the case of more than one operator, it's REALLY easy to step on
each others toes. This is even before I get onto the whole notion of
malicious intent.

Am I reading this wrong ? I am open to being an idiot :)

Regards
S.

___
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] vm is disconnected when I use VirtIO network driver

2012-11-06 Thread 한승진
Hi.

We use VirtIO as a network driver and use KVM as a hypervisor.

Now, we have been having a instance stress test. (disk,cpu,network else..)

When we had a stress test, several instances are disconnected and down.

After rebooting the instance, we can access the instance again.

We doubted the network driver.

We change network driver from virtio to e1000.

There were no instances that were down or disconnected.

However, performance of e1000 is terrible..

Who have experienced like this situation?

VirtIO is still unstable?

Please tell us the reason and how to resolve this problem.
___
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] 回复: vm is disconnected when I use VirtIO network driver

2012-11-06 Thread 延生 付
hi,

Could you let us know your stress test environment and procedures?
I didn't encounter this issue before.
 
Regards,
willfu



 发件人: 한승진 yongi...@gmail.com
收件人: openstack@lists.launchpad.net 
发送日期: 2012年11月7日, 星期三, 上午 9:20
主题: [Openstack] vm is disconnected when I use VirtIO network driver
 

Hi.

We use VirtIO as a network driver and use KVM as a hypervisor.

Now, we have been having a instance stress test. (disk,cpu,network else..)

When we had a stress test, several instances are disconnected and down.

After rebooting the instance, we can access the instance again.

We doubted the network driver.

We change network driver from virtio to e1000.

There were no instances that were down or disconnected.

However, performance of e1000 is terrible..

Who have experienced like this situation?

VirtIO is still unstable?

Please tell us the reason and how to resolve this problem.










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


Re: [Openstack] [openstack][nova-network] Associate Floating-ip disassociates first by design ?

2012-11-06 Thread Vishvananda Ishaya
This is based on the behavior of elastic ips in amazon where a call to 
associate an ip with a new instance will simply move it.

Vish

On Nov 6, 2012, at 4:53 PM, Stef T s...@ummon.com wrote:

 Hello Everyone,
 So, before I start making code changes to nova-network, I have to ask, 
 why does the nova-network first disassociate the floating-ip before 
 associating it ? Surely, if the floating-ip is associated with another 
 instance it shouldn't jst be disassociated blindly ?
 
 I refer to line 477 of nova/network/manager.py (the associate_floating_ip 
 method) and specifically this;
 
 # make sure project owns this floating ip (allocated)
 self._floating_ip_owned_by_project(context, floating_ip)
 
 # disassociate any already associated
 orig_instance_uuid = None
 if floating_ip['fixed_ip_id']:
 # find previously associated instance
 fixed_ip = self.db.fixed_ip_get(context,
 floating_ip['fixed_ip_id'])
 orig_instance_uuid = fixed_ip['instance_uuid']
 
 self.disassociate_floating_ip(context, floating_address)
 
 Now, I can see two solutions, in the case that this is 'correct'. One is 
 to create a method called 're-associate'. The other idea is to only allow 
 disassocation to happen if there is a 'force' flag (or some such). 
 
 In the case of more than one operator, it's REALLY easy to step on each 
 others toes. This is even before I get onto the whole notion of malicious 
 intent.
 
 Am I reading this wrong ? I am open to being an idiot :)
 
 Regards
 S.
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

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


Re: [Openstack] OpenStack Folsom Install Guide

2012-11-06 Thread Choe, Cheng-Dae
when metadata server connecting problem.. please check below

- on network node(l3_agent running) ping to metadata_ip that specified by 
l3_agent.py
  if you using namespace run in router namespace
  ip netns exec qrouter-d7e9ec57-77c2-4046-aebf-d978ed4a4f83 ping metadata_ip

- meta traffic is transferred with DNAT from 169.254.169.254:80 to 
metadata_ip:8775

- on metadata server(nova_api server) check connection to vm's subnets such as 
172.16.1.3
  openstack does not manage this routing. you manage this routing manually when 
tenant's subnet are private!
  i wrote little and dirty script manage this routing at external router:
  https://github.com/whitekid/metadata_route_agent


2012. 11. 7., 오전 3:02, Skible OpenStack skible.openst...@gmail.com 작성:

 Hi Yi Sun,
 
 We are facing the same problem. I guess my networking architecture was not as 
 correct as i thought.
 Although, i have just received a contribution from a friend that filled up 
 the missing pieces and got it to work properly ! If you can bare with me, i 
 will test it out tomorrow and publish it on the guide.
 
 Best regards.
 Le 06/11/2012 04:55, Yi Sun a écrit :
 Skible,
 Followed your guide, everything went through fine until I started my
 VM. The VM image I used is a ubuntu cloud image
 (http://cloud-images.ubuntu.com/precise/current/precise-server-cloudimg-amd64-disk1.img).
 After boot up, the VM can not access meta server. It complains about
 not route found.
 I run a tcpdump on the VM tap interface, I'm seeing ARP requests to
 the router for the VM network (10.5.5.1) from the VM but no arp reply.
 quantum router-list and port-list give something below:
 root@controller/# quantum router-list
 
 | cc5e1de4-e59e-441d-92ea-da2f803f2903 | demo_net_router | null
   |
 
 root@controller/# quantum port-list
 | 1af24487-4a48-45a7-939f-486e5d7996b3 |  | fa:16:3e:fd:da:ab |
 {subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
 10.5.5.2}  |
 | 61c2bef9-1bd9-4c2d-ad73-28740b4d0759 |  | fa:16:3e:cf:f4:09 |
 {subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
 10.5.5.3}  |
 | 63bea17f-af30-4d75-9aa5-052a426768d6 |  | fa:16:3e:f0:7a:16 |
 {subnet_id: cf894ab0-32e7-44e1-9467-cdeeb01597f9, ip_address:
 10.5.5.1}  |
 
 But ifconfig on controller does not show interface for router at all
 
 Have you seen the same issue before?
 Thanks
 Yi
 
 On Fri, Nov 2, 2012 at 2:36 AM, Skible OpenStack
 skible.openst...@gmail.com wrote:
 Hi Ian,
 
 Many thanks for the remark. i fixed it :)
 
 Le 02/11/2012 10:22, DarkSinclair a écrit :
 
 Greetings Skible.
 
 Great work to you and the rest on the guide.  A minor change is required
 in nova.conf configuration for file VNC.  The parameter for
 vncserver_proxyclient_address must be eth0's IP address, otherwise the
 console reports 'failed to connect to server'.
 
 vncserver_proxyclient_address=172.16.2.250
 #vncserver_proxyclient_address=127.0.0.1
 
 Regards,
 
 Ian Sinclair
 
 On 2012-11-01, at 7:18 AM, Skible OpenStack skible.openst...@gmail.com
 wrote:
 
 hi Tomokazu,
 
 oups ! i forget to add that in the guide ! thanks ! i will fix it right
 away !
 
 As for the noVNC problem ! i think because you haven't installed noVNC on
 the compute node !
 
 
 Le 01/11/2012 11:31, Tomokazu Hirai a écrit :
 Hi Skible,
 
 I installed openstack folsom with your guide and I noticed that
 compute node's quantum can not access to controller node's
 rabbitmq-server.
 
 so I added computeNode:/etc/quantum/quantum.conf with :
 
  rabbit_host = compute node's IP addr
 
 now I can access to both node's VMs and VM can access to the
 Internet. :D
 
 But I still have a problem.
 
 I can not access to VM's noVNC on compute node. I can
 access to the VM's noVNC on controller node.
 
 Best regards,
 
 -- Tomokazu Hirai @jedipunkz
 
 From: Skible OpenStack skible.openst...@gmail.com
 Subject: [Openstack] OpenStack Folsom Install Guide
 Date: Wed, 31 Oct 2012 13:46:31 +0100
 
 Hi Stackers,
 
 i am currently seeing a lot of people having trouble deploying
 OpenStack Folsom si i humbly present this guide for those who are
 experimented and even those who are still taking their first steps
 into the cloud world.
 
 The guide has been updated from the last version to support:
 
 * Multi Node install
 * ubuntu server 12.10
 * Quatum Configuration
 * No Quantum is you are not interrested
 
 Test it to see for yourself how simple and fun has OpenStack
 deployment has became !
 
 OpenStack Folsom Install Guide
 
 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/master/OpenStack_Folsom_Install_Guide_WebVersion.rst
 
 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 : 

Re: [Openstack] 回复: vm is disconnected when I use VirtIO network driver

2012-11-06 Thread heut2008
There is a known  bug  about qemu virtio driver  on ubuntu12.04 which has
 the same effect as you described.
see https://bugs.launchpad.net/ubuntu/+source/qemu-kvm/+bug/997978.
this has been fixed   by ubuntu. if it is caused by this bug. you just need
update you  qemu-kvm . to the version  1.0+noroms-0ubuntu14.3 .
hope this helps you.


2012/11/7 延生 付 willfly0...@yahoo.com.cn

 hi,

 Could you let us know your stress test environment and procedures?
 I didn't encounter this issue before.

 Regards,
 willfu

   --
 *发件人:* 한승진 yongi...@gmail.com
 *收件人:* openstack@lists.launchpad.net
 *发送日期:* 2012年11月7日, 星期三, 上午 9:20
 *主题:* [Openstack] vm is disconnected when I use VirtIO network driver

 Hi.

 We use VirtIO as a network driver and use KVM as a hypervisor.

 Now, we have been having a instance stress test. (disk,cpu,network else..)

 When we had a stress test, several instances are disconnected and down.

 After rebooting the instance, we can access the instance again.

 We doubted the network driver.

 We change network driver from virtio to e1000.

 There were no instances that were down or disconnected.

 However, performance of e1000 is terrible..

 Who have experienced like this situation?

 VirtIO is still unstable?

 Please tell us the reason and how to resolve this problem.











 ___
 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




-- 
Yaguang Tang
___
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: precise_grizzly_quantum_trunk #15

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/15/Project:precise_grizzly_quantum_trunkDate of build:Tue, 06 Nov 2012 03:31:21 -0500Build duration:1 min 36 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesTestcase of listing collection shouldnt depend on default order of db queryby xuhjeditquantum/tests/unit/test_db_plugin.pyRemoves regex validation of UUIDs in dhcp_agentby zhongyue.naheditquantum/tests/unit/test_dhcp_agent.pyeditquantum/agent/dhcp_agent.pyUse is_uuid_like in quantum.extensions.securitygroup.pyby zhongyue.naheditquantum/extensions/securitygroup.pyUse _validate_uuid in quantum.plugins.nec.extensions.packetfilter.pyby zhongyue.naheditquantum/plugins/nec/extensions/packetfilter.pyUpdate KillFilter to handle deleted exes.by dprinceeditquantum/tests/unit/test_rootwrap.pyeditquantum/rootwrap/filters.pyConsole Output[...truncated 2521 lines...]patching file etc/quantum.confHunk #1 succeeded at 38 (offset 19 lines).patching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.iniHunk #2 FAILED at 50.1 out of 2 hunks FAILED -- rejects in file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/metaplugin/metaplugin.inipatching file etc/quantum/plugins/nec/nec.inipatching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/ryu/ryu.iniPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-a79dfc56-26e3-4766-b67b-08d573dfa3a9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-a79dfc56-26e3-4766-b67b-08d573dfa3a9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/precise-grizzly-proposed /tmp/tmpCsbaxQ/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpCsbaxQ/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211060331~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [f4c0289] Update KillFilter to handle 'deleted' exe's.dch -a [8f71e18] Use _validate_uuid in quantum.plugins.nec.extensions.packetfilter.pydch -a [d168279] Use is_uuid_like in quantum.extensions.securitygroup.pydch -a [f446b1c] Removes regex validation of UUIDs in dhcp_agentdch -a [4123c0c] Use uuidutils.is_uuid_like in quantum.extentions.l3debcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-a79dfc56-26e3-4766-b67b-08d573dfa3a9', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-a79dfc56-26e3-4766-b67b-08d573dfa3a9', '-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_grizzly_nova_trunk #26

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/26/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 04:31:24 -0500Build duration:2 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove parse_args to nova.configby markmceditbin/nova-alleditbin/nova-certeditbin/nova-apieditbin/nova-xvpvncproxyeditbin/nova-api-os-computeaddnova/config.pyeditbin/nova-api-metadataeditbin/nova-computeeditbin/nova-novncproxyeditbin/nova-dhcpbridgeeditbin/nova-networkeditbin/nova-clear-rabbit-queueseditbin/nova-consoleauthedittools/xenserver/destroy_cached_images.pyeditbin/nova-objectstoreeditbin/nova-rpc-zmq-receivereditnova/tests/test_flags.pyeditnova/test.pyeditnova/flags.pyeditbin/nova-consoleeditbin/nova-api-ec2editbin/nova-manageeditbin/nova-schedulerShorten self.compute.resource_tracker in test_compute.pyby revieweditnova/tests/compute/test_compute.pyConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ce601846-12e5-403b-9a31-8aade0b1d7db', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ce601846-12e5-403b-9a31-8aade0b1d7db', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmpiVREDi/novamk-build-deps -i -r -t apt-get -y /tmp/tmpiVREDi/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211060432~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.dch -a [b384302] Fix migrations when not using multi-host networkdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ce601846-12e5-403b-9a31-8aade0b1d7db', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ce601846-12e5-403b-9a31-8aade0b1d7db', '-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: raring_grizzly_nova_trunk #28

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/28/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 04:31:24 -0500Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove parse_args to nova.configby markmceditbin/nova-alleditbin/nova-manageeditbin/nova-apieditbin/nova-certeditbin/nova-rpc-zmq-receivereditbin/nova-objectstoreeditbin/nova-computeeditbin/nova-api-ec2editbin/nova-api-os-computeeditbin/nova-xvpvncproxyeditbin/nova-clear-rabbit-queueseditbin/nova-schedulereditbin/nova-dhcpbridgeedittools/xenserver/destroy_cached_images.pyeditnova/tests/test_flags.pyeditbin/nova-consoleeditbin/nova-api-metadataeditnova/flags.pyeditbin/nova-consoleauthaddnova/config.pyeditnova/test.pyeditbin/nova-novncproxyeditbin/nova-networkShorten self.compute.resource_tracker in test_compute.pyby revieweditnova/tests/compute/test_compute.pyConsole Output[...truncated 25012 lines...]Machine Architecture: amd64Package: novaPackage-Time: 622Source-Version: 2013.1+git201211060432~raring-0ubuntu1Space: 96012Status: attemptedVersion: 2013.1+git201211060432~raring-0ubuntu1Finished at 20121106-0445Build needed 00:10:22, 96012k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211060432~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211060432~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpGHjofz/novamk-build-deps -i -r -t apt-get -y /tmp/tmpGHjofz/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211060432~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.dch -a [b384302] Fix migrations when not using multi-host networkdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201211060432~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201211060432~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211060432~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211060432~raring-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_grizzly_nova_trunk #27

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/27/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 05:01:24 -0500Build duration:2 min 26 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUse chance scheduler in EC2 testsby cbehrenseditnova/tests/api/ec2/test_cinder_cloud.pyeditnova/tests/api/ec2/test_cloud.pyConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-fb69b649-3a8d-44a5-aea7-a699f63932b8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-fb69b649-3a8d-44a5-aea7-a699f63932b8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmp_JPMf9/novamk-build-deps -i -r -t apt-get -y /tmp/tmp_JPMf9/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211060502~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [266fbc6] Use chance scheduler in EC2 testsdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.debcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-fb69b649-3a8d-44a5-aea7-a699f63932b8', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-fb69b649-3a8d-44a5-aea7-a699f63932b8', '-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: raring_grizzly_nova_trunk #29

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/29/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 05:01:24 -0500Build duration:14 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUse chance scheduler in EC2 testsby cbehrenseditnova/tests/api/ec2/test_cinder_cloud.pyeditnova/tests/api/ec2/test_cloud.pyConsole Output[...truncated 24984 lines...]Machine Architecture: amd64Package: novaPackage-Time: 620Source-Version: 2013.1+git201211060502~raring-0ubuntu1Space: 96016Status: attemptedVersion: 2013.1+git201211060502~raring-0ubuntu1Finished at 20121106-0515Build needed 00:10:20, 96016k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211060502~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211060502~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpGTtNcZ/novamk-build-deps -i -r -t apt-get -y /tmp/tmpGTtNcZ/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211060502~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [266fbc6] Use chance scheduler in EC2 testsdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201211060502~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201211060502~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211060502~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201211060502~raring-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_grizzly_nova_trunk #28

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/28/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 06:01:23 -0500Build duration:2 min 40 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesmove python-cinderclient to pip-requiresby sdagueedittools/pip-requiresedittools/test-requiresConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-e9ce8c89-b746-45b9-a062-2b5846c811ca', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-e9ce8c89-b746-45b9-a062-2b5846c811ca', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmp4MWZuO/novamk-build-deps -i -r -t apt-get -y /tmp/tmp4MWZuO/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211060602~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [266fbc6] Use chance scheduler in EC2 testsdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.debcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-e9ce8c89-b746-45b9-a062-2b5846c811ca', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-e9ce8c89-b746-45b9-a062-2b5846c811ca', '-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: raring_grizzly_nova_trunk #30

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/30/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 06:01:23 -0500Build duration:4 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesmove python-cinderclient to pip-requiresby sdagueedittools/test-requiresedittools/pip-requiresConsole Output[...truncated 4620 lines...]Applying patch fix-ubuntu-tests.patchpatching file nova/tests/test_api.pyApplying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-f436db09-2c50-4987-9c04-a3121d51fe5b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-f436db09-2c50-4987-9c04-a3121d51fe5b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpP6JJaD/novamk-build-deps -i -r -t apt-get -y /tmp/tmpP6JJaD/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211060602~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [266fbc6] Use chance scheduler in EC2 testsdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.debcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-f436db09-2c50-4987-9c04-a3121d51fe5b', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-f436db09-2c50-4987-9c04-a3121d51fe5b', '-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: raring_grizzly_nova_trunk #31

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/31/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 08:01:23 -0500Build duration:3 min 46 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesmake QuantumV2 support requested nic orderingby mark.mcclaineditnova/network/quantumv2/api.pyeditnova/tests/network/test_quantumv2.pyConsole Output[...truncated 4620 lines...]Applying patch fix-ubuntu-tests.patchpatching file nova/tests/test_api.pyApplying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-e2b0e626-9905-450e-a81d-f4cc2285d237', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-e2b0e626-9905-450e-a81d-f4cc2285d237', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmp9gHiHJ/novamk-build-deps -i -r -t apt-get -y /tmp/tmp9gHiHJ/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211060802~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [266fbc6] Use chance scheduler in EC2 testsdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.debcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-e2b0e626-9905-450e-a81d-f4cc2285d237', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-e2b0e626-9905-450e-a81d-f4cc2285d237', '-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_grizzly_python-quantumclient_trunk #3

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_python-quantumclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-quantumclient_trunk/3/Project:precise_grizzly_python-quantumclient_trunkDate of build:Tue, 06 Nov 2012 10:31:21 -0500Build duration:3 min 28 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixes setup compatibility issue on Windowsby apeditquantumclient/openstack/common/setup.pyConsole Output[...truncated 2134 lines...]INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-quantumclient_2.1.6.g6857c2a+git201211061031~precise-0ubuntu1_amd64.changes']File "pool/main/p/python-quantumclient/python-quantumclient_2.1.6.g6857c2a+git201211061031~precise-0ubuntu1_all.deb" is already registered with different checksums!md5 expected: be04cc99fd08c0db58622acf8ca7d4cc, got: 7d96a602adeeed616bd0bde10d03aac0sha1 expected: 408995069342787cb0ac701ab9887105c3761191, got: 62bfb442fa33d7cdd76ae64fae40ba82622cf035sha256 expected: 24a7759397d168af35cdd31214460b69e843ce79d2b397fd88a824e8a8f17df0, got: 06b2344d79a7049930abc4e23b8a63e95389fa6e8adf68dc7a72b06bc886cf7csize expected: 41594, got: 41644There have been errors!ERROR:root:Error occurred during package creation/build: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-quantumclient_2.1.6.g6857c2a+git201211061031~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254ERROR:root:Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-quantumclient_2.1.6.g6857c2a+git201211061031~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-quantumclient/precise-grizzly-proposed /tmp/tmpdcdcFj/python-quantumclientmk-build-deps -i -r -t apt-get -y /tmp/tmpdcdcFj/python-quantumclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/python-quantumclient --forcedch -b -D precise --newversion 1:2.1.6.g6857c2a+git201211061031~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [6857c2a] Fixes setup compatibility issue on Windowsdch -a [4ca0365] Adds securitygroup implementationdch -a [855c4a1] Add OpenStack trove classifier for PyPIdch -a [c8e7ed2] Generate bash_completion string so that we can use bash completion.dch -a [3e19fc0] clean the descriptions for quota cli commands.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-quantumclient_2.1.6.g6857c2a+git201211061031~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A python-quantumclient_2.1.6.g6857c2a+git201211061031~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing python-quantumclient_2.1.6.g6857c2a+git201211061031~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly python-quantumclient_2.1.6.g6857c2a+git201211061031~precise-0ubuntu1_amd64.changesTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-quantumclient_2.1.6.g6857c2a+git201211061031~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254Error 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 141, in raise esubprocess.CalledProcessError: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-quantumclient_2.1.6.g6857c2a+git201211061031~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254Build 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: raring_grizzly_python-quantumclient_trunk #3

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_python-quantumclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-quantumclient_trunk/3/Project:raring_grizzly_python-quantumclient_trunkDate of build:Tue, 06 Nov 2012 10:31:21 -0500Build duration:4 min 10 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 3 builds failed.33ChangesFixes setup compatibility issue on Windowsby apeditquantumclient/openstack/common/setup.pyConsole Output[...truncated 2384 lines...]DEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'raring-grizzly', 'python-quantumclient_2.1.6.g6857c2a+git201211061031~raring-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/p/python-quantumclient/python-quantumclient_2.1.5+git201211021231~raring-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/quantum/python-quantumclient']bzr: ERROR: These branches have diverged.  See "bzr help diverged-branches" for more information.ERROR:root:Error occurred during package creation/build: Command '['bzr', 'push', 'lp:~openstack-ubuntu-testing/quantum/python-quantumclient']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'push', 'lp:~openstack-ubuntu-testing/quantum/python-quantumclient']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-quantumclient/raring-grizzly-proposed /tmp/tmpBv4dwG/python-quantumclientmk-build-deps -i -r -t apt-get -y /tmp/tmpBv4dwG/python-quantumclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 855c4a1209d03c9aeeb5fa04310cb78b576ff404..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/python-quantumclient --forcedch -b -D raring --newversion 1:2.1.6.g6857c2a+git201211061031~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [6857c2a] Fixes setup compatibility issue on Windowsdch -a [4ca0365] Adds securitygroup implementationdch -a [c8e7ed2] Generate bash_completion string so that we can use bash completion.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-quantumclient_2.1.6.g6857c2a+git201211061031~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A python-quantumclient_2.1.6.g6857c2a+git201211061031~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing python-quantumclient_2.1.6.g6857c2a+git201211061031~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly python-quantumclient_2.1.6.g6857c2a+git201211061031~raring-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/quantum/python-quantumclientTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'push', 'lp:~openstack-ubuntu-testing/quantum/python-quantumclient']' 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 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'push', 'lp:~openstack-ubuntu-testing/quantum/python-quantumclient']' 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_grizzly_quantum_trunk #16

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/16/Project:precise_grizzly_quantum_trunkDate of build:Tue, 06 Nov 2012 11:01:21 -0500Build duration:2 min 22 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPep8 fixes for quantum master.by dprinceeditquantum/plugins/openvswitch/ovs_db_v2.pyeditquantum/plugins/linuxbridge/db/l2network_db_v2.pyeditquantum/plugins/openvswitch/agent/ovs_quantum_agent.pyConsole Output[...truncated 2521 lines...]patching file etc/quantum.confHunk #1 succeeded at 38 (offset 19 lines).patching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.iniHunk #2 FAILED at 50.1 out of 2 hunks FAILED -- rejects in file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/metaplugin/metaplugin.inipatching file etc/quantum/plugins/nec/nec.inipatching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/ryu/ryu.iniPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-755b6e25-5781-4173-931f-27ecb9862964', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-755b6e25-5781-4173-931f-27ecb9862964', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/precise-grizzly-proposed /tmp/tmpMNqtGC/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpMNqtGC/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211061101~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [f4c0289] Update KillFilter to handle 'deleted' exe's.dch -a [e4deff5] Pep8 fixes for quantum master.dch -a [8f71e18] Use _validate_uuid in quantum.plugins.nec.extensions.packetfilter.pydch -a [d168279] Use is_uuid_like in quantum.extensions.securitygroup.pydch -a [f446b1c] Removes regex validation of UUIDs in dhcp_agentdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-755b6e25-5781-4173-931f-27ecb9862964', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-755b6e25-5781-4173-931f-27ecb9862964', '-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_folsom_python-glanceclient_trunk #82

2012-11-06 Thread openstack-testing-bot
Title: precise_folsom_python-glanceclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-glanceclient_trunk/82/Project:precise_folsom_python-glanceclient_trunkDate of build:Tue, 06 Nov 2012 11:01:27 -0500Build duration:3 min 32 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixes setup compatibility issue on Windowsby apeditglanceclient/openstack/common/version.pyeditglanceclient/openstack/common/setup.pyConsole Output[...truncated 1734 lines...]Package-Time: 103Source-Version: 1:0.5.1.19.g16aafa7+git201211061101~precise-0ubuntu1Space: 884Status: attemptedVersion: 1:0.5.1.19.g16aafa7+git201211061101~precise-0ubuntu1Finished at 20121106-1104Build needed 00:01:43, 884k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'python-glanceclient_0.5.1.19.g16aafa7+git201211061101~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'python-glanceclient_0.5.1.19.g16aafa7+git201211061101~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-glanceclient/precise-folsom-proposed /tmp/tmpaGYZJm/python-glanceclientmk-build-deps -i -r -t apt-get -y /tmp/tmpaGYZJm/python-glanceclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log cdc06d9fdb15cd19bd5d26304dfebf092c6c8df8..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-glanceclient/precise-folsom --forcedch -b -D precise --newversion 1:0.5.1.19.g16aafa7+git201211061101~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [16aafa7] Fixes setup compatibility issue on Windowsdch -a [8b2c227] Allow deletion of multiple images through CLIdch -a [1e14e82] Fixes shell command for member-deletedch -a [c420fa1] Add OpenStack trove classifier for PyPIdch -a [556082c] Implement blueprint ssl-connect-reworkdch -a [727aadb] Handle create/update of images with unknown sizedch -a [b5d46e2] Display acceptable disk/container formats in help textdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-glanceclient_0.5.1.19.g16aafa7+git201211061101~precise-0ubuntu1_source.changessbuild -d precise-folsom -n -A python-glanceclient_0.5.1.19.g16aafa7+git201211061101~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'python-glanceclient_0.5.1.19.g16aafa7+git201211061101~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'python-glanceclient_0.5.1.19.g16aafa7+git201211061101~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_python-glanceclient_trunk #90

2012-11-06 Thread openstack-testing-bot
Title: quantal_folsom_python-glanceclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_python-glanceclient_trunk/90/Project:quantal_folsom_python-glanceclient_trunkDate of build:Tue, 06 Nov 2012 11:01:22 -0500Build duration:3 min 45 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixes setup compatibility issue on Windowsby apeditglanceclient/openstack/common/setup.pyeditglanceclient/openstack/common/version.pyConsole Output[...truncated 2030 lines...]Package-Time: 111Source-Version: 1:0.5.1.19.g16aafa7+git201211061101~quantal-0ubuntu1Space: 888Status: attemptedVersion: 1:0.5.1.19.g16aafa7+git201211061101~quantal-0ubuntu1Finished at 20121106-1105Build needed 00:01:51, 888k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'python-glanceclient_0.5.1.19.g16aafa7+git201211061101~quantal-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'python-glanceclient_0.5.1.19.g16aafa7+git201211061101~quantal-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-glanceclient/quantal-folsom-proposed /tmp/tmpdpH6tF/python-glanceclientmk-build-deps -i -r -t apt-get -y /tmp/tmpdpH6tF/python-glanceclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log cdc06d9fdb15cd19bd5d26304dfebf092c6c8df8..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-glanceclient/quantal-folsom --forcedch -b -D quantal --newversion 1:0.5.1.19.g16aafa7+git201211061101~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [16aafa7] Fixes setup compatibility issue on Windowsdch -a [8b2c227] Allow deletion of multiple images through CLIdch -a [1e14e82] Fixes shell command for member-deletedch -a [c420fa1] Add OpenStack trove classifier for PyPIdch -a [556082c] Implement blueprint ssl-connect-reworkdch -a [727aadb] Handle create/update of images with unknown sizedch -a [b5d46e2] Display acceptable disk/container formats in help textdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-glanceclient_0.5.1.19.g16aafa7+git201211061101~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A python-glanceclient_0.5.1.19.g16aafa7+git201211061101~quantal-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'python-glanceclient_0.5.1.19.g16aafa7+git201211061101~quantal-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'python-glanceclient_0.5.1.19.g16aafa7+git201211061101~quantal-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_grizzly_nova_trunk #30

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/30/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 11:31:24 -0500Build duration:3 min 12 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixes volume attach issue on Hyper-Vby apeditbin/nova-computeConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-737c6ca5-320b-4090-bfc5-0c6920f83373', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-737c6ca5-320b-4090-bfc5-0c6920f83373', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmpC1PoRe/novamk-build-deps -i -r -t apt-get -y /tmp/tmpC1PoRe/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211061132~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [266fbc6] Use chance scheduler in EC2 testsdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.debcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-737c6ca5-320b-4090-bfc5-0c6920f83373', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-737c6ca5-320b-4090-bfc5-0c6920f83373', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_python-novaclient_trunk #75

2012-11-06 Thread openstack-testing-bot
Title: quantal_folsom_python-novaclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_python-novaclient_trunk/75/Project:quantal_folsom_python-novaclient_trunkDate of build:Tue, 06 Nov 2012 12:31:21 -0500Build duration:2 min 41 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesUpdated the help text for nova list command.by unmesh.gurjareditnovaclient/v1_1/shell.pyConsole Output[...truncated 2433 lines...]INFO:root:Uploading package to ppa:openstack-ubuntu-testing/folsom-trunk-testingDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/folsom-trunk-testing', 'python-novaclient_2.9.0.26.ga31d285+git201211061231~quantal-0ubuntu1_source.changes']gpg: Signature made Tue Nov  6 12:32:53 2012 EST using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Tue Nov  6 12:32:53 2012 EST using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpqWtPqF/python-novaclient_2.9.0.26.ga31d285+git201211061231~quantal-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpqWtPqF/python-novaclient_2.9.0.26.ga31d285+git201211061231~quantal-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-novaclient_2.9.0.26.ga31d285+git201211061231~quantal-0ubuntu1.dsc: done.  Uploading python-novaclient_2.9.0.26.ga31d285+git201211061231~quantal.orig.tar.gz: done.  Uploading python-novaclient_2.9.0.26.ga31d285+git201211061231~quantal-0ubuntu1.debian.tar.gz: done.  Uploading python-novaclient_2.9.0.26.ga31d285+git201211061231~quantal-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'quantal-folsom', 'python-novaclient_2.9.0.26.ga31d285+git201211061231~quantal-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/quantal-folsom/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/quantal-folsom/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/p/python-novaclient/python-novaclient_2.9.0.22.g0dea78c+git201211052131~quantal-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/python-novaclient/quantal-folsom']Pushed up to revision 55.INFO:root:Storing current commit for next build: e9c16ca33ad035fda38d42ec3f7e9e40e56cbf6bINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/quantal-folsom-proposed /tmp/tmpqWtPqF/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmpqWtPqF/python-novaclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 0dea78c851a7d43df5ffa9c00bbbc09e857560f0..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-novaclient/quantal-folsom --forcedch -b -D quantal --newversion 1:2.9.0.26.ga31d285+git201211061231~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [e9c16ca] Updated the help text for nova list command.dch -a [8be01b6] Fixes setup compatibility issue on Windowsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-novaclient_2.9.0.26.ga31d285+git201211061231~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A python-novaclient_2.9.0.26.ga31d285+git201211061231~quantal-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-trunk-testing python-novaclient_2.9.0.26.ga31d285+git201211061231~quantal-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include quantal-folsom python-novaclient_2.9.0.26.ga31d285+git201211061231~quantal-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/python-novaclient/quantal-folsomEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_python-novaclient_trunk #71

2012-11-06 Thread openstack-testing-bot
Title: precise_folsom_python-novaclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-novaclient_trunk/71/Project:precise_folsom_python-novaclient_trunkDate of build:Tue, 06 Nov 2012 12:31:21 -0500Build duration:2 min 47 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesUpdated the help text for nova list command.by unmesh.gurjareditnovaclient/v1_1/shell.pyConsole Output[...truncated 2332 lines...]INFO:root:Uploading package to ppa:openstack-ubuntu-testing/folsom-trunk-testingDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/folsom-trunk-testing', 'python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_source.changes']gpg: Signature made Tue Nov  6 12:32:59 2012 EST using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Tue Nov  6 12:32:59 2012 EST using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpoFcVqP/python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpoFcVqP/python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1.dsc: done.  Uploading python-novaclient_2.9.0.26.ga31d285+git201211061231~precise.orig.tar.gz: done.  Uploading python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1.debian.tar.gz: done.  Uploading python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-folsom', 'python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-folsom/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-folsom/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/p/python-novaclient/python-novaclient_2.9.0.22.g0dea78c+git201211052131~precise-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/python-novaclient/precise-folsom']Pushed up to revision 45.INFO:root:Storing current commit for next build: e9c16ca33ad035fda38d42ec3f7e9e40e56cbf6bINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/precise-folsom-proposed /tmp/tmpoFcVqP/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmpoFcVqP/python-novaclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 0dea78c851a7d43df5ffa9c00bbbc09e857560f0..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-novaclient/precise-folsom --forcedch -b -D precise --newversion 1:2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [e9c16ca] Updated the help text for nova list command.dch -a [8be01b6] Fixes setup compatibility issue on Windowsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_source.changessbuild -d precise-folsom -n -A python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-trunk-testing python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-folsom python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/python-novaclient/precise-folsomEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_python-novaclient_trunk #6

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-novaclient_trunk/6/Project:precise_grizzly_python-novaclient_trunkDate of build:Tue, 06 Nov 2012 12:31:22 -0500Build duration:3 min 11 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesUpdated the help text for nova list command.by unmesh.gurjareditnovaclient/v1_1/shell.pyConsole Output[...truncated 2430 lines...]  Uploading python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_amd64.changes']File "pool/main/p/python-novaclient/python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_all.deb" is already registered with different checksums!md5 expected: 83d48a73ea01bcf8f46beba635420bd6, got: eed1a4f23f6dbb635e08e331de2c3d49sha1 expected: f35bc09e7baf5d102a8ca795a67b6be8b9f61aef, got: c84c51a6a2c9036dfb509c8d331cdd7e2f5237c7sha256 expected: 7815b31268290f024d28ad664f2844bd9bfe2a511f68eab1fcd1b1dcf9e1ed68, got: eaab3ed7389ce744c4c3cb3bb64f21edbae509f9766ae000d74a1665e52c0e85size expected: 67496, got: 67526There have been errors!ERROR:root:Error occurred during package creation/build: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254ERROR:root:Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly-proposed /tmp/tmpMAmlew/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmpMAmlew/python-novaclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 7ddc2fdfcdc0bfa6ada3d150a87ab3d930259538..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly --forcedch -b -D precise --newversion 1:2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [e9c16ca] Updated the help text for nova list command.dch -a [8be01b6] Fixes setup compatibility issue on Windowsdch -a [0dea78c] include projectid in the cache keydebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_amd64.changesTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254Error 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 141, in raise esubprocess.CalledProcessError: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.26.ga31d285+git201211061231~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254Build 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_grizzly_python-novaclient_trunk #7

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-novaclient_trunk/7/Project:precise_grizzly_python-novaclient_trunkDate of build:Tue, 06 Nov 2012 13:01:25 -0500Build duration:3 min 10 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesAdd ability of nova client to display availability zones when listing hostsby bozhuedittests/v1_1/test_shell.pyedittests/v1_1/test_hosts.pyedittests/v1_1/fakes.pyeditnovaclient/v1_1/hosts.pyeditnovaclient/v1_1/shell.pyConsole Output[...truncated 2440 lines...]Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.28.g40ef419+git201211061301~precise-0ubuntu1_amd64.changes']File "pool/main/p/python-novaclient/python-novaclient_2.9.0.28.g40ef419+git201211061301~precise-0ubuntu1_all.deb" is already registered with different checksums!md5 expected: b19414e440d8d3972983ccc9c13386ed, got: 5e2ab82acd3bc2c330eaafa2b1ba9368sha1 expected: 1b5cdc65d62920d0d55d356f8101a38a9e2b0023, got: feedfbc226da43bfee41ce86acb73ba8624c5397sha256 expected: 9092d962c67fc4135462aa0fa54341276921c479e32bd69ff24021a8d59b9a8c, got: b8bab393c5a062e7ba2f3171c99a0ff58e2297e19237f7204894fc2a0e083298size expected: 67964, got: 68054There have been errors!ERROR:root:Error occurred during package creation/build: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.28.g40ef419+git201211061301~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254ERROR:root:Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.28.g40ef419+git201211061301~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly-proposed /tmp/tmpheOt3u/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmpheOt3u/python-novaclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 7ddc2fdfcdc0bfa6ada3d150a87ab3d930259538..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly --forcedch -b -D precise --newversion 1:2.9.0.28.g40ef419+git201211061301~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [e9c16ca] Updated the help text for nova list command.dch -a [8be01b6] Fixes setup compatibility issue on Windowsdch -a [0dea78c] include projectid in the cache keydch -a [51faac4] Add ability of nova client to display availability zones when listing hostsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-novaclient_2.9.0.28.g40ef419+git201211061301~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A python-novaclient_2.9.0.28.g40ef419+git201211061301~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing python-novaclient_2.9.0.28.g40ef419+git201211061301~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly python-novaclient_2.9.0.28.g40ef419+git201211061301~precise-0ubuntu1_amd64.changesTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.28.g40ef419+git201211061301~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254Error 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 141, in raise esubprocess.CalledProcessError: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-novaclient_2.9.0.28.g40ef419+git201211061301~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254Build 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_grizzly_nova_trunk #31

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/31/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 13:31:24 -0500Build duration:2 min 26 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAbility to specify a host restricted to admin.by dave.mcnallyeditnova/tests/compute/test_compute.pyeditnova/compute/api.pyeditetc/nova/policy.jsonrefactor: extract _attach_mapped_block_devicesby mate.lakateditnova/virt/xenapi/driver.pyConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-cf730283-4f1e-40fa-8c85-7b4f73e0616c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-cf730283-4f1e-40fa-8c85-7b4f73e0616c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmpyb0xd6/novamk-build-deps -i -r -t apt-get -y /tmp/tmpyb0xd6/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211061332~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [266fbc6] Use chance scheduler in EC2 testsdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.debcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-cf730283-4f1e-40fa-8c85-7b4f73e0616c', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-cf730283-4f1e-40fa-8c85-7b4f73e0616c', '-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_grizzly_nova_trunk #32

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/32/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 14:01:24 -0500Build duration:3 min 0 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesxenapi: Make agent optionalby mate.lakateditnova/virt/xenapi/vmops.pyeditnova/virt/xenapi/agent.pyimprove sessions around floating_ip_get_by_addressby devananda.vdveditnova/db/sqlalchemy/api.pyadd doc to standardize session usageby devananda.vdveditnova/db/sqlalchemy/session.pyConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-7d434ccc-dce6-473f-a02e-b4e2730b7909', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-7d434ccc-dce6-473f-a02e-b4e2730b7909', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmpzncjSH/novamk-build-deps -i -r -t apt-get -y /tmp/tmpzncjSH/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211061402~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [266fbc6] Use chance scheduler in EC2 testsdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.debcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-7d434ccc-dce6-473f-a02e-b4e2730b7909', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-7d434ccc-dce6-473f-a02e-b4e2730b7909', '-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: raring_grizzly_nova_trunk #34

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/34/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 14:01:27 -0500Build duration:4 min 12 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesxenapi: Make agent optionalby mate.lakateditnova/virt/xenapi/vmops.pyeditnova/virt/xenapi/agent.pyimprove sessions around floating_ip_get_by_addressby devananda.vdveditnova/db/sqlalchemy/api.pyadd doc to standardize session usageby devananda.vdveditnova/db/sqlalchemy/session.pyConsole Output[...truncated 4620 lines...]Applying patch fix-ubuntu-tests.patchpatching file nova/tests/test_api.pyApplying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9d933b31-89a1-4fc6-b73f-0454571a9506', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9d933b31-89a1-4fc6-b73f-0454571a9506', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpUlUZh9/novamk-build-deps -i -r -t apt-get -y /tmp/tmpUlUZh9/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211061402~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [266fbc6] Use chance scheduler in EC2 testsdch -a [b4a3345] Send all aggregate data to add_aggregate_host.dch -a [559337b] Send all migration data to finish_revert_resize.dch -a [df74420] Send all migration data to revert_resize.debcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9d933b31-89a1-4fc6-b73f-0454571a9506', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9d933b31-89a1-4fc6-b73f-0454571a9506', '-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: raring_grizzly_nova_trunk #35

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/35/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 14:31:24 -0500Build duration:2 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove flags.DECLAREby markmceditnova/api/metadata/base.pyedittools/xenserver/vm_vdi_cleaner.pyeditnova/virt/libvirt/driver.pyeditnova/network/quantumv2/api.pyeditnova/tests/console/test_console.pyeditnova/tests/test_flags.pyeditnova/api/ec2/__init__.pyeditnova/compute/api.pyeditnova/virt/libvirt/volume.pyeditnova/virt/libvirt/utils.pyeditnova/cloudpipe/pipelib.pyeditnova/flags.pyeditnova/scheduler/driver.pyeditnova/virt/xenapi/vmops.pyeditnova/api/openstack/auth.pyeditnova/virt/libvirt/imagecache.pyeditnova/virt/libvirt/vif.pyeditnova/api/metadata/handler.pyeditnova/virt/netutils.pyeditnova/tests/compute/test_compute.pyeditnova/tests/fake_flags.pyeditbin/nova-manageConsole Output[...truncated 914 lines...]Setting up python-oauth (1.0.1-3build1) ...Setting up python-lazr.restfulclient (0.12.0-2) ...Setting up python-launchpadlib (1.9.12-2) ...Setting up python-paramiko (1.7.7.1-3) ...Setting up sgml-base (1.26+nmu3ubuntu1) ...Updating the super catalog...Setting up unzip (6.0-7ubuntu1) ...Setting up wdiff (1.1.2-1) ...Setting up xml-core (0.13+nmu1) ...update-catalog: Suppressing action on super catalog. Invoking trigger instead.update-catalog: Please rebuild the package being set up with a version of debhelper fixing #477751.Setting up equivs (2.0.9) ...Setting up python-magic (5.11-2) ...Setting up liblwp-protocol-https-perl (6.03-1) ...Setting up libwww-perl (6.04-1) ...Setting up libparse-debcontrol-perl (2.005-3) ...Processing triggers for libc-bin ...ldconfig deferred processing now taking placeProcessing triggers for sgml-base ...Updating the super catalog...INFO:root:Branching lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed to determine build-depsDEBUG:root:['bzr', 'branch', 'lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed', '/tmp/tmp_Bfaq2/nova']ssh_exchange_identification: Connection closed by remote hostConnectionReset reading response for 'BzrDir.open_2.1', retryingssh_exchange_identification: Connection closed by remote hostbzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed', '/tmp/tmp_Bfaq2/nova']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed', '/tmp/tmp_Bfaq2/nova']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmp_Bfaq2/novaTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed', '/tmp/tmp_Bfaq2/nova']' 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 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed', '/tmp/tmp_Bfaq2/nova']' 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_grizzly_nova_trunk #33

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/33/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 14:31:25 -0500Build duration:2 min 25 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove flags.DECLAREby markmceditnova/api/openstack/auth.pyeditnova/api/metadata/handler.pyeditnova/flags.pyeditnova/compute/api.pyeditnova/tests/compute/test_compute.pyeditbin/nova-manageeditnova/api/metadata/base.pyeditnova/network/quantumv2/api.pyeditnova/virt/xenapi/vmops.pyedittools/xenserver/vm_vdi_cleaner.pyeditnova/api/ec2/__init__.pyeditnova/virt/libvirt/utils.pyeditnova/scheduler/driver.pyeditnova/tests/test_flags.pyeditnova/virt/libvirt/imagecache.pyeditnova/virt/libvirt/driver.pyeditnova/cloudpipe/pipelib.pyeditnova/virt/netutils.pyeditnova/virt/libvirt/vif.pyeditnova/tests/fake_flags.pyeditnova/tests/console/test_console.pyeditnova/virt/libvirt/volume.pyConsole Output[...truncated 2582 lines...]hard linking tools/xenserver/destroy_cached_images.py -> nova-2013.1/tools/xenserverhard linking tools/xenserver/stress_test.py -> nova-2013.1/tools/xenserverhard linking tools/xenserver/vdi_chain_cleanup.py -> nova-2013.1/tools/xenserverhard linking tools/xenserver/vm_vdi_cleaner.py -> nova-2013.1/tools/xenservercopying setup.cfg -> nova-2013.1Writing nova-2013.1/setup.cfgcreating distCreating tar archiveremoving 'nova-2013.1' (and everything under it)DEBUG:root:Derived package version from sdist tarball: 2013.1INFO:root:Building package using /tmp/tmpv2QNsI/nova_2013.1+git201211061432~precise.orig.tar.gzINFO:root:Generating git changelog entries for this packageDEBUG:root:['git', 'log', '-n1', '--no-merges', '--pretty=format:%H']DEBUG:root:cfceed71dabfbac538e65bd1d5a95197beb94001DEBUG:root:['git', 'log', '-n5', '--no-merges', '--pretty=format:[%h] %s']INFO:root:Merging testing branch from launchpadDEBUG:root:['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/precise-grizzly', '--force']ssh_exchange_identification: Connection closed by remote hostConnectionReset reading response for 'get', retryingssh_exchange_identification: Connection closed by remote hostbzr: ERROR: Connection closed: Unexpected end of message. Please check connectivity and permissions, and report a bug if problems persist. ERROR:root:Error occurred during package creation/build: Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/precise-grizzly', '--force']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/precise-grizzly', '--force']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmpv2QNsI/novamk-build-deps -i -r -t apt-get -y /tmp/tmpv2QNsI/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forceTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/precise-grizzly', '--force']' 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 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/nova/precise-grizzly', '--force']' 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: raring_grizzly_nova_trunk #36

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/36/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 15:01:33 -0500Build duration:4 min 20 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesIncreased MAC address range to reduce conflictsby unmesh.gurjareditnova/utils.pyImported Translations from Transifexby Jenkinseditnova/locale/nova.potDont verify image hashes if checksumming is disabled.by mikaleditnova/virt/libvirt/imagecache.pyeditnova/tests/test_imagecache.pyDe-duplicate option: console_public_hostnameby jogoeditnova/console/vmrc_manager.pyConsole Output[...truncated 4620 lines...]Applying patch fix-ubuntu-tests.patchpatching file nova/tests/test_api.pyApplying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-f402ff6c-309c-4ae5-8799-1e40d9b11724', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-f402ff6c-309c-4ae5-8799-1e40d9b11724', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpNShwfg/novamk-build-deps -i -r -t apt-get -y /tmp/tmpNShwfg/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211061503~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [bc0ed4c] De-duplicate option: console_public_hostnamedch -a [1442177] Don't verify image hashes if checksumming is disabled.dch -a [c5a8401] Imported Translations from Transifexdch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [266fbc6] Use chance scheduler in EC2 testsdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-f402ff6c-309c-4ae5-8799-1e40d9b11724', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-f402ff6c-309c-4ae5-8799-1e40d9b11724', '-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_grizzly_python-cinderclient_trunk #6

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_python-cinderclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-cinderclient_trunk/6/Project:precise_grizzly_python-cinderclient_trunkDate of build:Tue, 06 Nov 2012 15:31:21 -0500Build duration:3 min 37 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesFixes setup compatibility issue on Windowsby apaddopenstack-common.confeditcinderclient/openstack/common/setup.pyConsole Output[...truncated 2106 lines...]INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-cinderclient_1.0.0.14.g1abc0b4+git201211061531~precise-0ubuntu1_amd64.changes']File "pool/main/p/python-cinderclient/python-cinderclient_1.0.0.14.g1abc0b4+git201211061531~precise-0ubuntu1_all.deb" is already registered with different checksums!md5 expected: a803d7f46d477c440801abaff1489aa8, got: 491f18379b6ebfdfebdb0d7034c67559sha1 expected: 97d1218e9760a92d47cac831bf68657398b37ad7, got: ebcf34605e9b25174abf84b36a07add395321a88sha256 expected: 4e26f459c446e256c2c95c22542120fb320c9f44ae91e24c2456aeeb6445e8d3, got: 55031dd3b03969c0ff470315e1efd26c1dc4f52c1e60effdcbb604a5a095fafesize expected: 37146, got: 37400There have been errors!ERROR:root:Error occurred during package creation/build: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-cinderclient_1.0.0.14.g1abc0b4+git201211061531~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254ERROR:root:Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-cinderclient_1.0.0.14.g1abc0b4+git201211061531~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-cinderclient/precise-grizzly-proposed /tmp/tmpCWIC1d/python-cinderclientmk-build-deps -i -r -t apt-get -y /tmp/tmpCWIC1d/python-cinderclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 28d4d6bfd09063e8d814cf64ef504aa01a9a90e7..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-cinderclient/precise-grizzly --forcedch -b -D precise --newversion 1:1.0.0.14.g1abc0b4+git201211061531~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [1abc0b4] Fixes setup compatibility issue on Windowsdch -a [dcbebd7] Revert "Add retries to cinderclient."dch -a [3b1eda3] Add retries to cinderclient.dch -a [a8be1b2] Remove extra-specs from types-list command outputdch -a [942ab5c] Add volume_type extra_specs support to clientdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-cinderclient_1.0.0.14.g1abc0b4+git201211061531~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A python-cinderclient_1.0.0.14.g1abc0b4+git201211061531~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing python-cinderclient_1.0.0.14.g1abc0b4+git201211061531~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly python-cinderclient_1.0.0.14.g1abc0b4+git201211061531~precise-0ubuntu1_amd64.changesTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-cinderclient_1.0.0.14.g1abc0b4+git201211061531~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254Error 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 141, in raise esubprocess.CalledProcessError: Command '['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-cinderclient_1.0.0.14.g1abc0b4+git201211061531~precise-0ubuntu1_amd64.changes']' returned non-zero exit status 254Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_python-keystoneclient_trunk #5

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_python-keystoneclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-keystoneclient_trunk/5/Project:precise_grizzly_python-keystoneclient_trunkDate of build:Tue, 06 Nov 2012 15:34:28 -0500Build duration:3 min 4 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 4 builds failed.25Changesfixes 1075376by heckjeditkeystoneclient/base.pyConsole Output[...truncated 2014 lines...]DEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/grizzly-trunk-testing', 'python-keystoneclient_0.1.3.61+git201211061534~precise-0ubuntu1_source.changes']gpg: Signature made Tue Nov  6 15:36:12 2012 EST using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Tue Nov  6 15:36:11 2012 EST using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpju9oHO/python-keystoneclient_0.1.3.61+git201211061534~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpju9oHO/python-keystoneclient_0.1.3.61+git201211061534~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-keystoneclient_0.1.3.61+git201211061534~precise-0ubuntu1.dsc: done.  Uploading python-keystoneclient_0.1.3.61+git201211061534~precise.orig.tar.gz: done.  Uploading python-keystoneclient_0.1.3.61+git201211061534~precise-0ubuntu1.debian.tar.gz: done.  Uploading python-keystoneclient_0.1.3.61+git201211061534~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'python-keystoneclient_0.1.3.61+git201211061534~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/InRelease.new'INFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/python-keystoneclient/precise-grizzly']Pushed up to revision 35.INFO:root:Storing current commit for next build: 0fddc40e88f7697d8a4c25dcd97c645f768786edINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-keystoneclient/precise-grizzly-proposed /tmp/tmpju9oHO/python-keystoneclientmk-build-deps -i -r -t apt-get -y /tmp/tmpju9oHO/python-keystoneclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-keystoneclient/precise-grizzly --forcedch -b -D precise --newversion 1:0.1.3.61+git201211061534~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [0fddc40] fixes 1075376dch -a [5416fec] Fix keystoneclient so swift works against Rackspace Cloud Filesdch -a [5f38eb7] Replace refs to 'Keystone API' with 'Identity API'dch -a [0dfc698] Don't log an exception for an expected empty catalog.dch -a [88fe2de] Add OpenStack trove classifier for PyPIdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-keystoneclient_0.1.3.61+git201211061534~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A python-keystoneclient_0.1.3.61+git201211061534~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing python-keystoneclient_0.1.3.61+git201211061534~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly python-keystoneclient_0.1.3.61+git201211061534~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/python-keystoneclient/precise-grizzlyEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/8/Project:precise_grizzly_keystone_trunkDate of build:Tue, 06 Nov 2012 16:01:23 -0500Build duration:5 min 33 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesReturn non-indexed attrs, not extra (bug 1075376)by dolph.mathewseditkeystone/common/sql/core.pyeditkeystone/catalog/backends/sql.pyeditkeystone/identity/backends/sql.pyeditkeystone/token/backends/sql.pyConsole Output[...truncated 14521 lines...]Machine Architecture: amd64Package: keystonePackage-Time: 146Source-Version: 2013.1+git201211061601~precise-0ubuntu1Space: 10764Status: attemptedVersion: 2013.1+git201211061601~precise-0ubuntu1Finished at 20121106-1606Build needed 00:02:26, 10764k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201211061601~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201211061601~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/precise-grizzly-proposed /tmp/tmpgHggFi/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpgHggFi/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211061601~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [df148a0] Return non-indexed attrs, not 'extra' (bug 1075376)dch -a [75496bb] auth_token hash pki key PKI tokens on hash in memcached when accessed by auth_token middelwaredch -a [23aa49e] key all backends off of hash of pki token.dch -a [1eb9947] don't import filter_user name, use it from the identity moduledch -a [fdcb856] don't modify the passed in dict to from_dictdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201211061601~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A keystone_2013.1+git201211061601~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201211061601~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201211061601~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_swift_trunk/10/Project:raring_grizzly_swift_trunkDate of build:Tue, 06 Nov 2012 16:01:24 -0500Build duration:5 min 37 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesBetter RFC support for OPTIONS and CORS preflight requestsby meeditswift/proxy/controllers/base.pyeditswift/proxy/controllers/account.pyeditswift/proxy/server.pyedittest/unit/proxy/test_server.pyConsole Output[...truncated 3181 lines...]Machine Architecture: amd64Package: swiftPackage-Time: 125Source-Version: 1.7.5+git201211061601~raring-0ubuntu1Space: 17636Status: attemptedVersion: 1.7.5+git201211061601~raring-0ubuntu1Finished at 20121106-1606Build needed 00:02:05, 17636k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.5+git201211061601~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.5+git201211061601~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/raring-grizzly-proposed /tmp/tmpNmEmzS/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpNmEmzS/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/raring-grizzly --forcedch -b -D raring --newversion 1.7.5+git201211061601~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [16ecc43] Better RFC support for OPTIONS and CORS preflight requestsdch -a [0d1b420] Set content-type on account/container headdch -a [a4da977] Use pypi for python-swiftclient dependency.dch -a [466e0a0] Split swob.content_range_header() into two methods.dch -a [cda914d] Remove dead code in swob.Response.__init__.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.5+git201211061601~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A swift_1.7.5+git201211061601~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.5+git201211061601~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.5+git201211061601~raring-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_grizzly_nova_trunk #35

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/35/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 17:01:25 -0500Build duration:2 min 48 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSwitch from FLAGS to CONF in binby markmceditbin/nova-rpc-zmq-receivereditbin/nova-dhcpbridgeeditbin/nova-schedulereditbin/nova-alleditbin/nova-clear-rabbit-queueseditbin/nova-certeditbin/nova-xvpvncproxyeditbin/nova-novncproxyeditbin/nova-manageeditbin/nova-consoleautheditbin/nova-computeeditbin/nova-apieditbin/nova-networkeditbin/nova-consoleConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ff3ef97f-9b5c-429d-ab41-71d461070bcd', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ff3ef97f-9b5c-429d-ab41-71d461070bcd', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmpwXt9N2/novamk-build-deps -i -r -t apt-get -y /tmp/tmpwXt9N2/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211061702~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [bc0ed4c] De-duplicate option: console_public_hostnamedch -a [1442177] Don't verify image hashes if checksumming is disabled.dch -a [c5a8401] Imported Translations from Transifexdch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [266fbc6] Use chance scheduler in EC2 testsdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ff3ef97f-9b5c-429d-ab41-71d461070bcd', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-ff3ef97f-9b5c-429d-ab41-71d461070bcd', '-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: raring_grizzly_nova_trunk #37

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/37/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 17:01:24 -0500Build duration:4 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSwitch from FLAGS to CONF in binby markmceditbin/nova-rpc-zmq-receivereditbin/nova-computeeditbin/nova-novncproxyeditbin/nova-networkeditbin/nova-dhcpbridgeeditbin/nova-consoleautheditbin/nova-manageeditbin/nova-certeditbin/nova-clear-rabbit-queueseditbin/nova-xvpvncproxyeditbin/nova-consoleeditbin/nova-alleditbin/nova-schedulereditbin/nova-apiConsole Output[...truncated 4620 lines...]Applying patch fix-ubuntu-tests.patchpatching file nova/tests/test_api.pyApplying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-027e7ae3-ce21-495c-84c0-1e1e8c45a502', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-027e7ae3-ce21-495c-84c0-1e1e8c45a502', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpROvyTD/novamk-build-deps -i -r -t apt-get -y /tmp/tmpROvyTD/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211061702~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [bc0ed4c] De-duplicate option: console_public_hostnamedch -a [1442177] Don't verify image hashes if checksumming is disabled.dch -a [c5a8401] Imported Translations from Transifexdch -a [cfceed7] Look up stuck-in-rebooting instances in managerdch -a [266fbc6] Use chance scheduler in EC2 testsdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-027e7ae3-ce21-495c-84c0-1e1e8c45a502', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-027e7ae3-ce21-495c-84c0-1e1e8c45a502', '-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_grizzly_nova_trunk #36

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/36/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 17:31:24 -0500Build duration:3 min 31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesmake utils.mkfs() more generalby pbradyeditnova/utils.pyConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-71eec158-779a-44e0-ae5f-ae632a406ba2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-71eec158-779a-44e0-ae5f-ae632a406ba2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmp3uFZpS/novamk-build-deps -i -r -t apt-get -y /tmp/tmp3uFZpS/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211061732~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [89a448a] make utils.mkfs() more generaldch -a [bc0ed4c] De-duplicate option: console_public_hostnamedch -a [1442177] Don't verify image hashes if checksumming is disabled.dch -a [c5a8401] Imported Translations from Transifexdch -a [cfceed7] Look up stuck-in-rebooting instances in managerdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-71eec158-779a-44e0-ae5f-ae632a406ba2', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-71eec158-779a-44e0-ae5f-ae632a406ba2', '-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: raring_grizzly_nova_trunk #38

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/38/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 17:31:26 -0500Build duration:4 min 41 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesmake utils.mkfs() more generalby pbradyeditnova/utils.pyConsole Output[...truncated 4620 lines...]Applying patch fix-ubuntu-tests.patchpatching file nova/tests/test_api.pyApplying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-4febf60d-3b00-4d7c-8dfd-58dd6ad42f67', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-4febf60d-3b00-4d7c-8dfd-58dd6ad42f67', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpFn3ELl/novamk-build-deps -i -r -t apt-get -y /tmp/tmpFn3ELl/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211061732~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [89a448a] make utils.mkfs() more generaldch -a [bc0ed4c] De-duplicate option: console_public_hostnamedch -a [1442177] Don't verify image hashes if checksumming is disabled.dch -a [c5a8401] Imported Translations from Transifexdch -a [cfceed7] Look up stuck-in-rebooting instances in managerdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-4febf60d-3b00-4d7c-8dfd-58dd6ad42f67', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-4febf60d-3b00-4d7c-8dfd-58dd6ad42f67', '-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_grizzly_keystone_trunk #9

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/9/Project:precise_grizzly_keystone_trunkDate of build:Tue, 06 Nov 2012 17:31:22 -0500Build duration:5 min 23 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesbug 1069945: generate certs for the tests in one placeby guang.yeeaddexamples/pki/certs/cacert.pemdeletetests/signing/revocation_list.jsondeletetests/signing/cacert.pemdeletetests/signing/auth_token_unscoped.jsonaddexamples/pki/cms/auth_token_revoked.jsondeletetests/signing/Makefileedittests/test_ssl.pyedittests/test_auth_token_middleware.pyaddexamples/pki/cms/auth_token_unscoped.jsonaddexamples/pki/certs/signing_cert.pemdeleteexamples/ssl/gen_pki.shaddexamples/pki/certs/middleware.pemaddexamples/pki/cms/revocation_list.pemdeletetests/signing/auth_token_scoped.jsonaddexamples/pki/certs/ssl_cert.pemdeletetests/signing/READMEaddexamples/pki/cms/auth_token_unscoped.pemdeleteexamples/ssl/private/cakey.pemaddexamples/pki/cms/auth_token_scoped.jsondeletetests/signing/auth_token_revoked.pemdeletetests/signing/auth_token_unscoped.pemdeletetests/signing/auth_token_scoped.pemaddexamples/pki/cms/revocation_list.jsonaddexamples/pki/cms/auth_token_revoked.pemaddexamples/pki/cms/auth_token_scoped.pemaddexamples/pki/private/cakey.pemaddexamples/pki/private/signing_key.pemdeletetests/signing/auth_token_revoked.jsondeletetests/signing/signing_cert.pemaddexamples/pki/gen_pki.shedittests/test_overrides.confdeletetests/signing/revocation_list.pemdeleteexamples/ssl/certs/keystone.pemdeletetests/signing/private_key.pemdeleteexamples/ssl/certs/middleware.pemeditdoc/source/configuration.rstdeleteexamples/ssl/private/keystonekey.pemdeleteexamples/ssl/certs/ca.pemaddexamples/pki/private/ssl_key.pemConsole Output[...truncated 14518 lines...]Machine Architecture: amd64Package: keystonePackage-Time: 153Source-Version: 2013.1+git201211061731~precise-0ubuntu1Space: 10780Status: attemptedVersion: 2013.1+git201211061731~precise-0ubuntu1Finished at 20121106-1736Build needed 00:02:33, 10780k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201211061731~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201211061731~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/precise-grizzly-proposed /tmp/tmpIt6_qF/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpIt6_qF/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211061731~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [df148a0] Return non-indexed attrs, not 'extra' (bug 1075376)dch -a [fddacf7] bug 1069945: generate certs for the tests in one placedch -a [75496bb] auth_token hash pki key PKI tokens on hash in memcached when accessed by auth_token middelwaredch -a [23aa49e] key all backends off of hash of pki token.dch -a [1eb9947] don't import filter_user name, use it from the identity moduledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201211061731~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A keystone_2013.1+git201211061731~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201211061731~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directo

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_keystone_trunk #8

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/8/Project:raring_grizzly_keystone_trunkDate of build:Tue, 06 Nov 2012 17:31:22 -0500Build duration:6 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60Changesbug 1069945: generate certs for the tests in one placeby guang.yeeaddexamples/pki/gen_pki.shdeletetests/signing/cacert.pemedittests/test_ssl.pyedittests/test_overrides.confdeletetests/signing/READMEeditdoc/source/configuration.rstaddexamples/pki/certs/cacert.pemaddexamples/pki/certs/signing_cert.pemdeleteexamples/ssl/certs/middleware.pemaddexamples/pki/cms/auth_token_revoked.jsondeleteexamples/ssl/certs/keystone.pemaddexamples/pki/cms/revocation_list.jsondeleteexamples/ssl/private/keystonekey.pemdeletetests/signing/revocation_list.pemdeletetests/signing/Makefileaddexamples/pki/private/cakey.pemaddexamples/pki/private/signing_key.pemedittests/test_auth_token_middleware.pyaddexamples/pki/cms/auth_token_scoped.pemaddexamples/pki/cms/auth_token_unscoped.jsondeletetests/signing/auth_token_scoped.pemdeletetests/signing/auth_token_unscoped.pemdeletetests/signing/private_key.pemaddexamples/pki/cms/auth_token_revoked.pemaddexamples/pki/certs/middleware.pemaddexamples/pki/cms/auth_token_unscoped.pemdeletetests/signing/auth_token_scoped.jsonaddexamples/pki/certs/ssl_cert.pemaddexamples/pki/private/ssl_key.pemdeletetests/signing/auth_token_revoked.jsonaddexamples/pki/cms/revocation_list.pemdeleteexamples/ssl/private/cakey.pemaddexamples/pki/cms/auth_token_scoped.jsondeletetests/signing/signing_cert.pemdeleteexamples/ssl/certs/ca.pemdeletetests/signing/revocation_list.jsondeletetests/signing/auth_token_revoked.pemdeletetests/signing/auth_token_unscoped.jsondeleteexamples/ssl/gen_pki.shConsole Output[...truncated 42309 lines...]Distribution: raring-grizzlyFail-Stage: buildHost Architecture: amd64Install-Time: 57Job: keystone_2013.1+git201211061731~raring-0ubuntu1.dscMachine Architecture: amd64Package: keystonePackage-Time: 176Source-Version: 2013.1+git201211061731~raring-0ubuntu1Space: 10932Status: attemptedVersion: 2013.1+git201211061731~raring-0ubuntu1Finished at 20121106-1738Build needed 00:02:56, 10932k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201211061731~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201211061731~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/raring-grizzly-proposed /tmp/tmpJiLzQ6/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpJiLzQ6/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/keystone/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211061731~raring-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201211061731~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A keystone_2013.1+git201211061731~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201211061731~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git20

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #37

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/37/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 18:31:23 -0500Build duration:2 min 51 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSwitch from FLAGS to CONF in nova.apiby markmceditnova/api/openstack/common.pyeditnova/api/openstack/compute/contrib/extended_status.pyeditnova/api/openstack/compute/views/versions.pyeditnova/api/openstack/compute/ips.pyeditnova/api/openstack/compute/contrib/volumes.pyeditnova/api/openstack/compute/views/addresses.pyeditnova/api/openstack/compute/views/images.pyeditnova/api/openstack/compute/contrib/networks.pyeditnova/api/metadata/base.pyeditnova/api/openstack/compute/contrib/rescue.pyeditnova/api/ec2/faults.pyeditnova/api/openstack/compute/image_metadata.pyeditnova/api/openstack/compute/contrib/certificates.pyeditnova/api/ec2/ec2utils.pyeditnova/api/openstack/compute/contrib/admin_actions.pyeditnova/api/openstack/compute/servers.pyeditnova/api/metadata/handler.pyeditnova/api/openstack/compute/contrib/cloudpipe.pyeditnova/api/openstack/compute/images.pyeditnova/api/manager.pyeditnova/api/openstack/compute/contrib/hosts.pyeditnova/api/openstack/extensions.pyeditnova/api/openstack/auth.pyeditnova/api/auth.pyeditnova/api/ec2/__init__.pyeditnova/api/openstack/compute/contrib/instance_usage_audit_log.pyeditnova/api/openstack/compute/contrib/simple_tenant_usage.pyeditnova/api/openstack/compute/contrib/extended_server_attributes.pyeditnova/api/openstack/compute/extensions.pyeditnova/api/ec2/apirequest.pyeditnova/api/sizelimit.pyeditnova/api/openstack/compute/__init__.pyeditnova/api/openstack/compute/contrib/__init__.pyeditnova/api/ec2/cloud.pyeditnova/api/openstack/compute/contrib/security_groups.pyeditnova/api/openstack/compute/contrib/config_drive.pySwitch from FLAGS to CONF in nova.schedulerby markmceditnova/scheduler/driver.pyeditnova/scheduler/rpcapi.pyeditnova/scheduler/filters/disk_filter.pyeditnova/scheduler/filters/num_instances_filter.pyeditnova/scheduler/multi.pyeditnova/scheduler/filters/isolated_hosts_filter.pyeditnova/scheduler/scheduler_options.pyeditnova/scheduler/manager.pyeditnova/scheduler/filters/io_ops_filter.pyeditnova/scheduler/filter_scheduler.pyeditnova/scheduler/filters/compute_filter.pyeditnova/scheduler/filters/trusted_filter.pyeditnova/scheduler/chance.pyeditnova/scheduler/filters/core_filter.pyeditnova/scheduler/host_manager.pyeditnova/scheduler/least_cost.pyeditnova/scheduler/filters/ram_filter.pyConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-66fb113f-9d43-409c-b6d8-a251cd556c18', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-66fb113f-9d43-409c-b6d8-a251cd556c18', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmpW2mnrF/novamk-build-deps -i -r -t apt-get -y /tmp/tmpW2mnrF/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211061832~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [89a448a] make utils.mkfs() more generaldch -a [bc0ed4c] De-duplicate option: console_public_hostnamedch -a [1442177] Don't verify image hashes if checksumming is disabled.dch -a [c5a8401] Imported Translations from Transifexdch -a [cfceed7] Look up stuck-in-rebooting instances in managerdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-66fb113f-9d43-409c-b6d8-a251cd556c18', '-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(), 

[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_nova_trunk #39

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/39/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 18:31:24 -0500Build duration:3 min 45 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSwitch from FLAGS to CONF in nova.apiby markmceditnova/api/openstack/extensions.pyeditnova/api/openstack/compute/contrib/instance_usage_audit_log.pyeditnova/api/openstack/compute/ips.pyeditnova/api/ec2/__init__.pyeditnova/api/openstack/compute/views/addresses.pyeditnova/api/metadata/base.pyeditnova/api/openstack/compute/contrib/__init__.pyeditnova/api/ec2/faults.pyeditnova/api/sizelimit.pyeditnova/api/openstack/compute/images.pyeditnova/api/openstack/compute/contrib/networks.pyeditnova/api/ec2/ec2utils.pyeditnova/api/openstack/compute/servers.pyeditnova/api/manager.pyeditnova/api/openstack/compute/contrib/cloudpipe.pyeditnova/api/openstack/compute/__init__.pyeditnova/api/openstack/compute/contrib/certificates.pyeditnova/api/openstack/compute/extensions.pyeditnova/api/openstack/compute/contrib/extended_server_attributes.pyeditnova/api/openstack/compute/contrib/rescue.pyeditnova/api/ec2/cloud.pyeditnova/api/openstack/compute/contrib/security_groups.pyeditnova/api/openstack/compute/contrib/hosts.pyeditnova/api/openstack/compute/image_metadata.pyeditnova/api/openstack/compute/contrib/simple_tenant_usage.pyeditnova/api/openstack/compute/contrib/extended_status.pyeditnova/api/openstack/common.pyeditnova/api/openstack/compute/contrib/config_drive.pyeditnova/api/openstack/compute/contrib/admin_actions.pyeditnova/api/openstack/compute/views/versions.pyeditnova/api/openstack/compute/contrib/volumes.pyeditnova/api/openstack/compute/views/images.pyeditnova/api/metadata/handler.pyeditnova/api/auth.pyeditnova/api/openstack/auth.pyeditnova/api/ec2/apirequest.pySwitch from FLAGS to CONF in nova.schedulerby markmceditnova/scheduler/filters/core_filter.pyeditnova/scheduler/filters/ram_filter.pyeditnova/scheduler/filters/disk_filter.pyeditnova/scheduler/host_manager.pyeditnova/scheduler/driver.pyeditnova/scheduler/filter_scheduler.pyeditnova/scheduler/filters/io_ops_filter.pyeditnova/scheduler/chance.pyeditnova/scheduler/manager.pyeditnova/scheduler/filters/compute_filter.pyeditnova/scheduler/scheduler_options.pyeditnova/scheduler/rpcapi.pyeditnova/scheduler/multi.pyeditnova/scheduler/least_cost.pyeditnova/scheduler/filters/num_instances_filter.pyeditnova/scheduler/filters/isolated_hosts_filter.pyeditnova/scheduler/filters/trusted_filter.pyConsole Output[...truncated 4620 lines...]Applying patch fix-ubuntu-tests.patchpatching file nova/tests/test_api.pyApplying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-d467f61b-0301-408d-b095-a91744a9160d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-d467f61b-0301-408d-b095-a91744a9160d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpXlEL0c/novamk-build-deps -i -r -t apt-get -y /tmp/tmpXlEL0c/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211061832~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [89a448a] make utils.mkfs() more generaldch -a [bc0ed4c] De-duplicate option: console_public_hostnamedch -a [1442177] Don't verify image hashes if checksumming is disabled.dch -a [c5a8401] Imported Translations from Transifexdch -a [cfceed7] Look up stuck-in-rebooting instances in managerdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-d467f61b-0301-408d-b095-a91744a9160d', '-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(), 

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #38

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/38/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 19:01:25 -0500Build duration:2 min 30 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix warnings found with pyflakes.by driptoneditnova/db/sqlalchemy/api.pyConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-a169a9ca-2eaa-4fb8-9ff1-c1b5cf583536', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-a169a9ca-2eaa-4fb8-9ff1-c1b5cf583536', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmpIwHNMg/novamk-build-deps -i -r -t apt-get -y /tmp/tmpIwHNMg/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211061902~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [ccbd1b7] Fix warnings found with pyflakes.dch -a [89a448a] make utils.mkfs() more generaldch -a [bc0ed4c] De-duplicate option: console_public_hostnamedch -a [1442177] Don't verify image hashes if checksumming is disabled.dch -a [c5a8401] Imported Translations from Transifexdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-a169a9ca-2eaa-4fb8-9ff1-c1b5cf583536', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-a169a9ca-2eaa-4fb8-9ff1-c1b5cf583536', '-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: raring_grizzly_nova_trunk #40

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/40/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 19:01:23 -0500Build duration:4 min 1 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix warnings found with pyflakes.by driptoneditnova/db/sqlalchemy/api.pyConsole Output[...truncated 4620 lines...]Applying patch fix-ubuntu-tests.patchpatching file nova/tests/test_api.pyApplying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9060fedc-1279-487f-8455-4f0a2faf8ca5', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9060fedc-1279-487f-8455-4f0a2faf8ca5', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpHZDivj/novamk-build-deps -i -r -t apt-get -y /tmp/tmpHZDivj/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211061902~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [ccbd1b7] Fix warnings found with pyflakes.dch -a [89a448a] make utils.mkfs() more generaldch -a [bc0ed4c] De-duplicate option: console_public_hostnamedch -a [1442177] Don't verify image hashes if checksumming is disabled.dch -a [c5a8401] Imported Translations from Transifexdebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9060fedc-1279-487f-8455-4f0a2faf8ca5', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9060fedc-1279-487f-8455-4f0a2faf8ca5', '-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_grizzly_swift_trunk #11

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_swift_trunk/11/Project:precise_grizzly_swift_trunkDate of build:Tue, 06 Nov 2012 20:31:21 -0500Build duration:3 min 14 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesadd OPTIONS to proxy_logging configs and docsby meeditswift/common/middleware/proxy_logging.pyeditdoc/source/admin_guide.rsteditetc/proxy-server.conf-sampleedittest/unit/common/middleware/test_proxy_logging.pystatsd timing refactorby darrelleditswift/container/server.pyeditswift/account/server.pyeditswift/common/utils.pyeditdoc/source/admin_guide.rstedittest/unit/common/test_utils.pyeditswift/obj/server.pyConsole Output[...truncated 2831 lines...]Machine Architecture: amd64Package: swiftPackage-Time: 89Source-Version: 1.7.5+git201211062031~precise-0ubuntu1Space: 17620Status: attemptedVersion: 1.7.5+git201211062031~precise-0ubuntu1Finished at 20121106-2034Build needed 00:01:29, 17620k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.5+git201211062031~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.5+git201211062031~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/precise-grizzly-proposed /tmp/tmpq0Lftt/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpq0Lftt/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/precise-grizzly --forcedch -b -D precise --newversion 1.7.5+git201211062031~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [3586f82] statsd timing refactordch -a [ec75d1e] add OPTIONS to proxy_logging configs and docsdch -a [16ecc43] Better RFC support for OPTIONS and CORS preflight requestsdch -a [0d1b420] Set content-type on account/container headdch -a [a4da977] Use pypi for python-swiftclient dependency.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.5+git201211062031~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A swift_1.7.5+git201211062031~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.5+git201211062031~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.5+git201211062031~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_swift_trunk/11/Project:raring_grizzly_swift_trunkDate of build:Tue, 06 Nov 2012 20:31:21 -0500Build duration:4 min 11 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesadd OPTIONS to proxy_logging configs and docsby meeditswift/common/middleware/proxy_logging.pyeditetc/proxy-server.conf-sampleeditdoc/source/admin_guide.rstedittest/unit/common/middleware/test_proxy_logging.pystatsd timing refactorby darrelleditswift/container/server.pyeditswift/common/utils.pyedittest/unit/common/test_utils.pyeditswift/account/server.pyeditswift/obj/server.pyeditdoc/source/admin_guide.rstConsole Output[...truncated 3196 lines...]Machine Architecture: amd64Package: swiftPackage-Time: 95Source-Version: 1.7.5+git201211062031~raring-0ubuntu1Space: 17612Status: attemptedVersion: 1.7.5+git201211062031~raring-0ubuntu1Finished at 20121106-2035Build needed 00:01:35, 17612k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.5+git201211062031~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.5+git201211062031~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/raring-grizzly-proposed /tmp/tmpeBBGCE/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpeBBGCE/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/raring-grizzly --forcedch -b -D raring --newversion 1.7.5+git201211062031~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [3586f82] statsd timing refactordch -a [ec75d1e] add OPTIONS to proxy_logging configs and docsdch -a [16ecc43] Better RFC support for OPTIONS and CORS preflight requestsdch -a [0d1b420] Set content-type on account/container headdch -a [a4da977] Use pypi for python-swiftclient dependency.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.5+git201211062031~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A swift_1.7.5+git201211062031~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.5+git201211062031~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.5+git201211062031~raring-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_grizzly_keystone_trunk #10

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/10/Project:precise_grizzly_keystone_trunkDate of build:Tue, 06 Nov 2012 21:01:21 -0500Build duration:5 min 55 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesIdentity API v3 Config, Routers, Controllersby dolph.mathewseditkeystone/identity/core.pyeditetc/keystone.conf.sampleeditkeystone/service.pyeditkeystone/catalog/core.pyeditkeystone/policy/core.pyaddkeystone/common/controller.pyeditkeystone/exception.pyConsole Output[...truncated 14523 lines...]Machine Architecture: amd64Package: keystonePackage-Time: 147Source-Version: 2013.1+git201211062101~precise-0ubuntu1Space: 11096Status: attemptedVersion: 2013.1+git201211062101~precise-0ubuntu1Finished at 20121106-2107Build needed 00:02:27, 11096k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201211062101~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201211062101~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/precise-grizzly-proposed /tmp/tmpLHJLUF/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpLHJLUF/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211062101~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [df148a0] Return non-indexed attrs, not 'extra' (bug 1075376)dch -a [fddacf7] bug 1069945: generate certs for the tests in one placedch -a [75496bb] auth_token hash pki key PKI tokens on hash in memcached when accessed by auth_token middelwaredch -a [23aa49e] key all backends off of hash of pki token.dch -a [1eb9947] don't import filter_user name, use it from the identity moduledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201211062101~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A keystone_2013.1+git201211062101~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201211062101~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201211062101~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_nova_trunk #39

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/39/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 21:06:04 -0500Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRead deleted flavors when using to_xml()by rafieditnova/virt/libvirt/driver.pyeditnova/compute/instance_types.pyMake ComputeDrivers send hypervisor_hostnameby notsueditnova/tests/integrated/api_samples/OS-EXT-SRV-ATTR/extended-server-attrs-get.xml.tpleditnova/virt/powervm/operator.pyeditnova/tests/integrated/api_samples/all_extensions/server-get-resp.json.tpleditnova/tests/integrated/api_samples/all_extensions/server-get-resp.xml.tpleditnova/virt/hyperv/hostops.pyeditnova/tests/integrated/test_api_samples.pyeditnova/tests/integrated/api_samples/OS-EXT-SRV-ATTR/extended-server-attrs-list.xml.tpleditnova/tests/integrated/api_samples/all_extensions/servers-details-resp.xml.tpleditnova/virt/fake.pyeditnova/tests/integrated/api_samples/OS-EXT-SRV-ATTR/extended-server-attrs-list.json.tpleditnova/tests/test_powervm.pyeditnova/tests/integrated/api_samples/OS-EXT-SRV-ATTR/extended-server-attrs-get.json.tpleditnova/virt/baremetal/driver.pyeditnova/virt/xenapi/host.pyeditnova/virt/xenapi/fake.pyeditnova/tests/integrated/api_samples/all_extensions/servers-details-resp.json.tplFix to include error message in instance faultsby revieweditnova/tests/compute/test_compute.pyeditnova/compute/utils.pyImported Translations from Transifexby Jenkinseditnova/locale/nova.potConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-006c5d2c-855e-4f37-b332-b5fb4cf43ca4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-006c5d2c-855e-4f37-b332-b5fb4cf43ca4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmp48j0z0/novamk-build-deps -i -r -t apt-get -y /tmp/tmp48j0z0/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211062106~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [125319e] Imported Translations from Transifexdch -a [ce41618] Fix to include error message in instance faultsdch -a [ccbd1b7] Fix warnings found with pyflakes.dch -a [89a448a] make utils.mkfs() more generaldch -a [c918ff3] Make ComputeDrivers send hypervisor_hostnamedebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-006c5d2c-855e-4f37-b332-b5fb4cf43ca4', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-006c5d2c-855e-4f37-b332-b5fb4cf43ca4', '-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: raring_grizzly_keystone_trunk #9

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/9/Project:raring_grizzly_keystone_trunkDate of build:Tue, 06 Nov 2012 21:01:22 -0500Build duration:8 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesIdentity API v3 Config, Routers, Controllersby dolph.mathewseditkeystone/policy/core.pyeditetc/keystone.conf.sampleeditkeystone/identity/core.pyeditkeystone/service.pyaddkeystone/common/controller.pyeditkeystone/catalog/core.pyeditkeystone/exception.pyConsole Output[...truncated 44346 lines...]Distribution: raring-grizzlyFail-Stage: buildHost Architecture: amd64Install-Time: 89Job: keystone_2013.1+git201211062101~raring-0ubuntu1.dscMachine Architecture: amd64Package: keystonePackage-Time: 243Source-Version: 2013.1+git201211062101~raring-0ubuntu1Space: 11252Status: attemptedVersion: 2013.1+git201211062101~raring-0ubuntu1Finished at 20121106-2109Build needed 00:04:03, 11252k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201211062101~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201211062101~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/raring-grizzly-proposed /tmp/tmp_MErTk/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmp_MErTk/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/keystone/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211062101~raring-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201211062101~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A keystone_2013.1+git201211062101~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201211062101~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201211062101~raring-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: raring_grizzly_nova_trunk #41

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/41/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 21:07:18 -0500Build duration:4 min 1 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRead deleted flavors when using to_xml()by rafieditnova/virt/libvirt/driver.pyeditnova/compute/instance_types.pyMake ComputeDrivers send hypervisor_hostnameby notsueditnova/tests/integrated/api_samples/all_extensions/servers-details-resp.xml.tpleditnova/tests/integrated/api_samples/all_extensions/servers-details-resp.json.tpleditnova/tests/test_powervm.pyeditnova/virt/baremetal/driver.pyeditnova/virt/xenapi/fake.pyeditnova/tests/integrated/api_samples/OS-EXT-SRV-ATTR/extended-server-attrs-list.json.tpleditnova/virt/powervm/operator.pyeditnova/virt/xenapi/host.pyeditnova/tests/integrated/api_samples/all_extensions/server-get-resp.xml.tpleditnova/tests/integrated/api_samples/all_extensions/server-get-resp.json.tpleditnova/tests/integrated/test_api_samples.pyeditnova/tests/integrated/api_samples/OS-EXT-SRV-ATTR/extended-server-attrs-get.json.tpleditnova/tests/integrated/api_samples/OS-EXT-SRV-ATTR/extended-server-attrs-list.xml.tpleditnova/tests/integrated/api_samples/OS-EXT-SRV-ATTR/extended-server-attrs-get.xml.tpleditnova/virt/hyperv/hostops.pyeditnova/virt/fake.pyFix to include error message in instance faultsby revieweditnova/compute/utils.pyeditnova/tests/compute/test_compute.pyImported Translations from Transifexby Jenkinseditnova/locale/nova.potConsole Output[...truncated 4620 lines...]Applying patch fix-ubuntu-tests.patchpatching file nova/tests/test_api.pyApplying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-391c5d4a-ed79-47e5-a824-f78f49d4a1f0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-391c5d4a-ed79-47e5-a824-f78f49d4a1f0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpakrXya/novamk-build-deps -i -r -t apt-get -y /tmp/tmpakrXya/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211062108~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [125319e] Imported Translations from Transifexdch -a [ce41618] Fix to include error message in instance faultsdch -a [ccbd1b7] Fix warnings found with pyflakes.dch -a [89a448a] make utils.mkfs() more generaldch -a [c918ff3] Make ComputeDrivers send hypervisor_hostnamedebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-391c5d4a-ed79-47e5-a824-f78f49d4a1f0', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-391c5d4a-ed79-47e5-a824-f78f49d4a1f0', '-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_grizzly_nova_trunk #40

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/40/Project:precise_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 21:31:24 -0500Build duration:3 min 7 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixed instance deletion issue from Nova API.by unmesh.gurjareditnova/tests/compute/test_compute.pyeditnova/compute/api.pyConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-b898f812-08b6-4e8d-8830-77116a1e5db5', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-b898f812-08b6-4e8d-8830-77116a1e5db5', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmpD5m7qL/novamk-build-deps -i -r -t apt-get -y /tmp/tmpD5m7qL/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211062132~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [125319e] Imported Translations from Transifexdch -a [ce41618] Fix to include error message in instance faultsdch -a [ccbd1b7] Fix warnings found with pyflakes.dch -a [89a448a] make utils.mkfs() more generaldch -a [c918ff3] Make ComputeDrivers send hypervisor_hostnamedebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-b898f812-08b6-4e8d-8830-77116a1e5db5', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-b898f812-08b6-4e8d-8830-77116a1e5db5', '-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: raring_grizzly_nova_trunk #42

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/42/Project:raring_grizzly_nova_trunkDate of build:Tue, 06 Nov 2012 21:31:23 -0500Build duration:4 min 24 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixed instance deletion issue from Nova API.by unmesh.gurjareditnova/tests/compute/test_compute.pyeditnova/compute/api.pyConsole Output[...truncated 4620 lines...]Applying patch fix-ubuntu-tests.patchpatching file nova/tests/test_api.pyApplying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-ffb92940-9920-488a-99e3-d534a8d8bb69', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-ffb92940-9920-488a-99e3-d534a8d8bb69', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpi5Kvl4/novamk-build-deps -i -r -t apt-get -y /tmp/tmpi5Kvl4/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211062132~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [125319e] Imported Translations from Transifexdch -a [ce41618] Fix to include error message in instance faultsdch -a [ccbd1b7] Fix warnings found with pyflakes.dch -a [89a448a] make utils.mkfs() more generaldch -a [c918ff3] Make ComputeDrivers send hypervisor_hostnamedebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-ffb92940-9920-488a-99e3-d534a8d8bb69', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-ffb92940-9920-488a-99e3-d534a8d8bb69', '-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_grizzly_swift_trunk #12

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_swift_trunk/12/Project:precise_grizzly_swift_trunkDate of build:Tue, 06 Nov 2012 23:01:22 -0500Build duration:3 min 2 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesupdated for 1.7.5 releaseby meeditAUTHORSeditCHANGELOG1.7.6 version bumpby meeditswift/__init__.pyConsole Output[...truncated 2831 lines...]Machine Architecture: amd64Package: swiftPackage-Time: 78Source-Version: 1.7.6+git201211062301~precise-0ubuntu1Space: 17624Status: attemptedVersion: 1.7.6+git201211062301~precise-0ubuntu1Finished at 20121106-2304Build needed 00:01:18, 17624k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.6+git201211062301~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.6+git201211062301~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/precise-grizzly-proposed /tmp/tmpLaNPKS/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpLaNPKS/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/precise-grizzly --forcedch -b -D precise --newversion 1.7.6+git201211062301~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [a69bc08] 1.7.6 version bumpdch -a [d09bcde] updated for 1.7.5 releasedch -a [3586f82] statsd timing refactordch -a [ec75d1e] add OPTIONS to proxy_logging configs and docsdch -a [16ecc43] Better RFC support for OPTIONS and CORS preflight requestsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.6+git201211062301~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A swift_1.7.6+git201211062301~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.6+git201211062301~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.6+git201211062301~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_swift_trunk #12

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_swift_trunk/12/Project:raring_grizzly_swift_trunkDate of build:Tue, 06 Nov 2012 23:01:22 -0500Build duration:4 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesupdated for 1.7.5 releaseby meeditAUTHORSeditCHANGELOG1.7.6 version bumpby meeditswift/__init__.pyConsole Output[...truncated 3196 lines...]Machine Architecture: amd64Package: swiftPackage-Time: 90Source-Version: 1.7.6+git201211062301~raring-0ubuntu1Space: 17616Status: attemptedVersion: 1.7.6+git201211062301~raring-0ubuntu1Finished at 20121106-2305Build needed 00:01:30, 17616k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.6+git201211062301~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.6+git201211062301~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/raring-grizzly-proposed /tmp/tmpOaNfkB/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpOaNfkB/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/raring-grizzly --forcedch -b -D raring --newversion 1.7.6+git201211062301~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [a69bc08] 1.7.6 version bumpdch -a [d09bcde] updated for 1.7.5 releasedch -a [3586f82] statsd timing refactordch -a [ec75d1e] add OPTIONS to proxy_logging configs and docsdch -a [16ecc43] Better RFC support for OPTIONS and CORS preflight requestsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.6+git201211062301~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A swift_1.7.6+git201211062301~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.6+git201211062301~raring-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 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'swift_1.7.6+git201211062301~raring-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_grizzly_nova_trunk #41

2012-11-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/41/Project:precise_grizzly_nova_trunkDate of build:Wed, 07 Nov 2012 01:01:24 -0500Build duration:2 min 32 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSwitch from FLAGS to CONF in misc modulesby markmceditnova/wsgi.pyeditnova/flags.pyeditnova/objectstore/s3server.pyeditnova/utils.pyeditnova/volume/driver.pyeditnova/vnc/__init__.pyeditnova/cert/rpcapi.pyeditnova/image/s3.pyedittools/xenserver/destroy_cached_images.pyeditnova/manager.pyeditnova/volume/iscsi.pyeditnova/service.pyeditnova/cloudpipe/pipelib.pyeditnova/consoleauth/manager.pyeditnova/block_device.pyeditnova/ipv6/api.pyeditnova/common/eventlet_backdoor.pyeditnova/image/glance.pyeditnova/cert/manager.pyeditnova/volume/cinder.pyeditnova/policy.pyeditnova/crypto.pyeditnova/consoleauth/__init__.pyeditnova/vnc/xvp_proxy.pyeditnova/notifications.pyeditnova/quota.pyeditnova/consoleauth/rpcapi.pyeditnova/volume/__init__.pySwitch from FLAGS to CONF in nova.networkby markmceditnova/network/ldapdns.pyeditnova/network/api.pyeditnova/network/__init__.pyeditnova/network/quantumv2/api.pyeditnova/network/quantum/nova_ipam_lib.pyeditnova/network/manager.pyeditnova/network/rpcapi.pyeditnova/network/minidns.pyeditnova/network/l3.pyeditnova/network/linux_net.pyeditnova/network/quantumv2/__init__.pyConsole Output[...truncated 3467 lines...]patching file nova/tests/test_api.pyHunk #1 succeeded at 436 (offset 4 lines).Applying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-4787f907-96c6-4af4-b901-29edb64597aa', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-4787f907-96c6-4af4-b901-29edb64597aa', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/precise-grizzly-proposed /tmp/tmp0_Nglw/novamk-build-deps -i -r -t apt-get -y /tmp/tmp0_Nglw/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201211070102~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [125319e] Imported Translations from Transifexdch -a [ce41618] Fix to include error message in instance faultsdch -a [ccbd1b7] Fix warnings found with pyflakes.dch -a [89a448a] make utils.mkfs() more generaldch -a [c918ff3] Make ComputeDrivers send hypervisor_hostnamedebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-4787f907-96c6-4af4-b901-29edb64597aa', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-4787f907-96c6-4af4-b901-29edb64597aa', '-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: raring_grizzly_nova_trunk #43

2012-11-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/43/Project:raring_grizzly_nova_trunkDate of build:Wed, 07 Nov 2012 01:01:24 -0500Build duration:3 min 41 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSwitch from FLAGS to CONF in misc modulesby markmceditnova/consoleauth/__init__.pyeditnova/vnc/xvp_proxy.pyeditnova/volume/driver.pyeditnova/consoleauth/manager.pyeditnova/common/eventlet_backdoor.pyeditnova/image/glance.pyedittools/xenserver/destroy_cached_images.pyeditnova/cert/manager.pyeditnova/image/s3.pyeditnova/volume/__init__.pyeditnova/ipv6/api.pyeditnova/volume/cinder.pyeditnova/cert/rpcapi.pyeditnova/vnc/__init__.pyeditnova/crypto.pyeditnova/service.pyeditnova/wsgi.pyeditnova/policy.pyeditnova/volume/iscsi.pyeditnova/flags.pyeditnova/block_device.pyeditnova/notifications.pyeditnova/quota.pyeditnova/consoleauth/rpcapi.pyeditnova/objectstore/s3server.pyeditnova/utils.pyeditnova/manager.pyeditnova/cloudpipe/pipelib.pySwitch from FLAGS to CONF in nova.networkby markmceditnova/network/quantumv2/__init__.pyeditnova/network/minidns.pyeditnova/network/ldapdns.pyeditnova/network/manager.pyeditnova/network/l3.pyeditnova/network/linux_net.pyeditnova/network/rpcapi.pyeditnova/network/quantumv2/api.pyeditnova/network/quantum/nova_ipam_lib.pyeditnova/network/__init__.pyeditnova/network/api.pyConsole Output[...truncated 4620 lines...]Applying patch fix-ubuntu-tests.patchpatching file nova/tests/test_api.pyApplying patch fix-docs-build-without-network.patchpatching file doc/source/conf.pyApplying patch avoid_setuptools_git_dependency.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch avoid_setuptools_git_dependency.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-3b4c5a20-9a42-4bac-a8b9-5f3538cd248e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-3b4c5a20-9a42-4bac-a8b9-5f3538cd248e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/raring-grizzly-proposed /tmp/tmpvjWZMu/novamk-build-deps -i -r -t apt-get -y /tmp/tmpvjWZMu/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201211070102~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [125319e] Imported Translations from Transifexdch -a [ce41618] Fix to include error message in instance faultsdch -a [ccbd1b7] Fix warnings found with pyflakes.dch -a [89a448a] make utils.mkfs() more generaldch -a [c918ff3] Make ComputeDrivers send hypervisor_hostnamedebcommitbzr 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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-3b4c5a20-9a42-4bac-a8b9-5f3538cd248e', '-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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-3b4c5a20-9a42-4bac-a8b9-5f3538cd248e', '-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