Re: [Openstack] Rebooted, now can't ping my guest

2013-03-07 Thread Sylvain Bauza

Your route is correct, 10.5.5.0/24 is resolved thru qr- by default.
I haven't had time to look at tcpdumps carefully, but it seems your 
network node is receiving the ARP query and replying.
I would suggest to monitor all interfaces on both compute node and 
network node using the tcpdump '-i any' flag to make sure both ARP 
request and reply are correctly routed.


If by assigning IP addresses to the VMs, you can see traffic coming back 
and forth the GRE tunnels, I would say the L2 agents are working 
correctly. If this is only a DHCP lease issue, I would try to 
delete/recreate br-int and restart all quantum-*-agents on the network node.


Sorry, can't help further :-(

-Sylvain

Le 06/03/2013 18:45, The King in Yellow a écrit :


On Wed, Mar 6, 2013 at 10:15 AM, Sylvain Bauza 
sylvain.ba...@digimind.com mailto:sylvain.ba...@digimind.com wrote:


Le 05/03/2013 18:14, The King in Yellow a écrit :



I'm not clear on what the interfaces are, but q-9f9041ce-65 is
10.5.5.1 on the network node, so he seems to be seeing the
traffic.  tap45ffdc5f-da is listed as 10.5.5.2, and I have no
idea what function that is performing.



qr-X is the internal router IP interface (as you correctly
guessed, ie. 10.5.5.1) and bound to br-int.
tap- is the DHCP server IP interface (ie. 10.5.5.2), also
bound to br-int.

'brctl show' gives you the output.

Could you please provide us route -n on the network node ?


os@os-network:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref
Use Iface
0.0.0.0 10.42.36.1  0.0.0.0 UG 0  00 
qg-28108125-11

0.0.0.0 10.42.38.1  0.0.0.0 UG 0  00 eth3
10.5.5.00.0.0.0 255.255.255.0   U 0  00 
tap45ffdc5f-da
10.5.5.00.0.0.0 255.255.255.0   U 0  00 
qr-9f9041ce-65

10.10.10.0  0.0.0.0 255.255.255.0   U 0  00 eth1
10.42.36.0  0.0.0.0 255.255.254.0   U 0  00 
qg-28108125-11

10.42.38.0  0.0.0.0 255.255.254.0   U 1  00 eth3
169.254.0.0 0.0.0.0 255.255.0.0 U 1000   00 eth0
192.168.0.0 0.0.0.0 255.255.255.0   U 0  00 eth0
os@os-network:~$

Could you also make sure (with 'ovs-vsctl show') that port
'qr-' and 'tap' do have the same tag number as for VMs ?
(should be tag:1)


They are:

root@os-network:~# ovs-vsctl show
e232f8c8-1cb8-4cf5-9de5-49f41e59fd38
Bridge br-tun
Port br-tun
Interface br-tun
type: internal
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port gre-2
Interface gre-2
type: gre
options: {in_key=flow, out_key=flow, 
remote_ip=10.10.10.2}

Bridge br-int
Port br-int
Interface br-int
type: internal
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port qr-9f9041ce-65
tag: 1
Interface qr-9f9041ce-65
type: internal
Port tap45ffdc5f-da
tag: 1
Interface tap45ffdc5f-da
type: internal
Bridge br-ex
Port qg-28108125-11
Interface qg-28108125-11
type: internal
Port eth2
Interface eth2
Port br-ex
Interface br-ex
type: internal
ovs_version: 1.4.0+build0
root@os-network:~#



___
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] Keystone v3 adoption

2013-03-07 Thread Aguiar, Glaucimar (Brazil RD-ECL)
Hello,

I would like to know the plans for nova, glance, etc to adopt keystone v3 API. 
Is there an expectation that this happens in Havana timeframe?

I am asking as the it seems the Domains feature is not useful until services 
are capable of validating a v3 token and move to keystone v3 API.

Thanks in advance,

Glaucimar Aguiar



___
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] [quantum] Traffic only goes one way, except for ICMP

2013-03-07 Thread Robert van Leeuwen
Hi,

I've got a strange networking problem with the quantum l3 router setup:
* I can ping from my virtual 
* Real traffic (e.g. TCP) only goes from the quantum setup to the physical 
network, return traffic never arrives

We have the following setup:
* A openstack private network (running accross GRE tunnels)
* A bridge-mapped network to a vlan on the physical network
* A quantum router patched into the SDN and the physical network
* quantum-l3-agent running
* Our router on the physical network routes the subnets designated for use as 
openstack private networks to the quantum-l3-agent node.

The goal of this setup is to make virtuals on our private networks in openstack 
fully accessible (bi-directional) to the physical networks outside of openstack 
without having to setup floating ip's for each node.
This use-case does not appear to be in the documentation but I don't see an 
obvious reason why this could not work :)

We are running on the following:
* SL6.3
* Openvswitch 1.7.1
* Openstack Folsom

This is the ovs-ofctl output, the first rule concerns the bridge_mapped network 
to the physical network. (vlan 28)
ovs-ofctl dump-flows br-eth1
NXST_FLOW reply (xid=0x4):
 cookie=0x0, duration=478.386s, table=0, n_packets=6, n_bytes=372, 
idle_age=234, priority=4,in_port=16,dl_vlan=1 actions=mod_vlan_vid:28,NORMAL
 cookie=0x0, duration=474.646s, table=0, n_packets=7, n_bytes=716, 
idle_age=440, priority=4,in_port=16,dl_vlan=4 actions=mod_vlan_vid:5,NORMAL
 cookie=0x0, duration=488.861s, table=0, n_packets=45942, n_bytes=6350881, 
idle_age=0, priority=1 actions=NORMAL
 cookie=0x0, duration=486.919s, table=0, n_packets=6, n_bytes=440, 
idle_age=440, priority=2,in_port=16 actions=drop

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


Re: [Openstack] Keystone v3 adoption

2013-03-07 Thread Dolph Mathews
The v3 API is largely abstracted from other services (horizon being a major
exception) using keystoneclient.middleware.auth_token, which is being
revised here [1] and here [2].

Because the clients do not necessarily follow the same release schedule as
the services, we've obviously been focused on the API and it's server-side
implementation. I expect we'll do a v3-compliant release of keystoneclient
around the time of grizzly's release. openstackclient (providing CLI
exposure) is in the works as well [3].

[1]: https://review.openstack.org/#/c/23401/
[2]: https://review.openstack.org/#/c/21942/
[3]:
https://review.openstack.org/#/q/project:openstack/python-openstackclient+status:open,n,z


-Dolph


On Thu, Mar 7, 2013 at 5:30 AM, Aguiar, Glaucimar (Brazil RD-ECL) 
glaucimar.agu...@hp.com wrote:

 Hello,

 I would like to know the plans for nova, glance, etc to adopt keystone v3
 API. Is there an expectation that this happens in Havana timeframe?

 I am asking as the it seems the Domains feature is not useful until
 services are capable of validating a v3 token and move to keystone v3 API.

 Thanks in advance,

 Glaucimar Aguiar



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

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


Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 10:14 AM, Olivier Archer olivier.arc...@ifremer.fr wrote:

 Hi All
 I am following this documentation:
 http://docs.openstack.org/trunk/openstack-compute/install/apt/content/osfolubuntu-imageservice.html
 to install grizzly on ubuntu precise.

I'm following the same instructions.  I'm trying to feed back corrections to 
the openstack-manuals project as I find them.

 and i've got problems with glance:
 
 when i try to launch glance-api, i've got the following error message
 in the api.log:
 2013-03-07 16:49:01.740 5758 CRITICAL glance [-] duplicate option: log-format
 
 
 But i haven't got any  log-format directive in the conffile
 
 $grep log-format /etc/glance/*
 $
 
 Does anybody know how to have a working glance in unbuntu/grizzly ?

That's one problem that I have not had with glance.  From what I can tell, a 
lot of options are being imported by default from 
/usr/lib/python2.7/dist-packages/oslo/config/cfg.py.  Witness:

$ grep -i log.format /etc/glance/*
$ grep -i log.format /var/log/glance/api.log
2013-03-07 09:36:32.470 23377 DEBUG glance.common.config [-] log_format 
= %(asctime)s %(levelname)8s [%(name)s] %(message)s log_opt_values 
/usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1446

Have you made sure that you're pointing at the right grizzly ubuntu repos, and 
that you've done an apt-get update; apt-get upgrade to make sure you've got 
the latest code for grizzly?

--
Brad Knowles bknow...@momentumsi.com
Senior Consultant


___
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] Fun with Grizzly and cinder/rabbitmq

2013-03-07 Thread Brad Knowles
Folks,

Continuing to follow the instructions starting at [1], I've been running into 
this issue with cinder not starting up correctly, due to problems with 
rabbitmq.  Turns out that the rabbit userid/password that cinder is configured 
for didn't exist, and even once I created it manually, it apparently didn't 
have the appropriate permissions to access the configured rabbit virtual host.  
OTOH, Glance appears to be working correctly with guest/guest.

I tracked this difference down to [2], which recommends that you set 
rabbit_userid = rabbit and rabbit_password = secure_password, as well as 
rabbit_virtual_host = /nova, but I am not finding any corresponding 
instructions for configuring rabbitmq to actually serve data with these 
settings.

Is there something obvious that I'm missing?  Are any tools for searching a git 
repo history to try and find related changes related to this commit that might 
have since been lost?

Thanks!


[1] 
http://docs.openstack.org/trunk/openstack-compute/install/apt/content/ap_installinggrizzlyubuntuprecise.html
[2] 
https://github.com/openstack/openstack-manuals/commit/0705c59c3e01760caf858e2cca603bda56f358f0

--
Brad Knowles bknow...@momentumsi.com
Senior Consultant


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


Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Olivier Archer
2013/3/7 Brad Knowles bknow...@momentumsi.com:
 On Mar 7, 2013, at 10:14 AM, Olivier Archer olivier.arc...@ifremer.fr wrote:

 Hi All
 I am following this documentation:
 http://docs.openstack.org/trunk/openstack-compute/install/apt/content/osfolubuntu-imageservice.html
 to install grizzly on ubuntu precise.

 I'm following the same instructions.  I'm trying to feed back corrections to 
 the openstack-manuals project as I find them.

 and i've got problems with glance:

 when i try to launch glance-api, i've got the following error message
 in the api.log:
 2013-03-07 16:49:01.740 5758 CRITICAL glance [-] duplicate option: log-format


 But i haven't got any  log-format directive in the conffile

 $grep log-format /etc/glance/*
 $

 Does anybody know how to have a working glance in unbuntu/grizzly ?

 That's one problem that I have not had with glance.  From what I can tell, a 
 lot of options are being imported by default from 
 /usr/lib/python2.7/dist-packages/oslo/config/cfg.py.  Witness:

 $ grep -i log.format /etc/glance/*
 $ grep -i log.format /var/log/glance/api.log
 2013-03-07 09:36:32.470 23377 DEBUG glance.common.config [-] log_format   
   = %(asctime)s %(levelname)8s [%(name)s] %(message)s 
 log_opt_values /usr/lib/python2.7/dist-packages/oslo/config/cfg.py:1446

 Have you made sure that you're pointing at the right grizzly ubuntu repos, 
 and that you've done an apt-get update; apt-get upgrade to make sure you've 
 got the latest code for grizzly?


I have set my repo like this:
deb http://ubuntu-cloud.archive.canonical.com/ubuntu
precise-updates/grizzly main

I've also try precise-proposed, and run apt-get update; apt-get
upgrade, but no packages have been updated.

dpkg give me:

# dpkg -l |grep glance
ii  glance   2013.1.g3-0ubuntu1~cloud0
  OpenStack Image Registry and Delivery Service - Daemons
ii  glance-api   2013.1.g3-0ubuntu1~cloud0
  OpenStack Image Registry and Delivery Service - API
ii  glance-common2013.1.g3-0ubuntu1~cloud0
  OpenStack Image Registry and Delivery Service - Common
ii  glance-registry  2013.1.g3-0ubuntu1~cloud0
  OpenStack Image Registry and Delivery Service - Registry
ii  python-glance2013.1.g3-0ubuntu1~cloud0
  OpenStack Image Registry and Delivery Service - Python library
ii  python-glanceclient  1:0.6.0-0ubuntu1~cloud0
  Client library for Openstack glance server.




-- 
Olivier Archer
Océanographie spatiale - Ifremer
02 98 22 44 84

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


Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 10:53 AM, Olivier Archer olivier.arc...@ifremer.fr
 wrote:

 I have set my repo like this:
 deb http://ubuntu-cloud.archive.canonical.com/ubuntu
 precise-updates/grizzly main

Same here:

$ cat /etc/apt/sources.list.d/grizzly.list 
deb http://ubuntu-cloud.archive.canonical.com/ubuntu precise-updates/grizzly 
main

 I've also try precise-proposed, and run apt-get update; apt-get
 upgrade, but no packages have been updated.

Good to know.

 dpkg give me:
 
 # dpkg -l |grep glance
 ii  glance   2013.1.g3-0ubuntu1~cloud0
  OpenStack Image Registry and Delivery Service - Daemons
 ii  glance-api   2013.1.g3-0ubuntu1~cloud0
  OpenStack Image Registry and Delivery Service - API
 ii  glance-common2013.1.g3-0ubuntu1~cloud0
  OpenStack Image Registry and Delivery Service - Common
 ii  glance-registry  2013.1.g3-0ubuntu1~cloud0
  OpenStack Image Registry and Delivery Service - Registry
 ii  python-glance2013.1.g3-0ubuntu1~cloud0
  OpenStack Image Registry and Delivery Service - Python library
 ii  python-glanceclient  1:0.6.0-0ubuntu1~cloud0
  Client library for Openstack glance server.

Mine looks similar:

$ dpkg -l | grep glance
ii  glance   2013.1.g3-0ubuntu1~cloud0
OpenStack Image Registry and Delivery Service - Daemons
ii  glance-api   2013.1.g3-0ubuntu1~cloud0
OpenStack Image Registry and Delivery Service - API
ii  glance-common2013.1.g3-0ubuntu1~cloud0
OpenStack Image Registry and Delivery Service - Common
ii  glance-registry  2013.1.g3-0ubuntu1~cloud0
OpenStack Image Registry and Delivery Service - Registry
ii  python-glance2013.1.g3-0ubuntu1~cloud0
OpenStack Image Registry and Delivery Service - Python library
ii  python-glanceclient  1:0.6.0-0ubuntu1~cloud0  
Client library for Openstack glance server.


Dunno.  Beats me!  Let me know if you find out anything.

--
Brad Knowles bknow...@momentumsi.com
Senior Consultant


___
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 v3 adoption

2013-03-07 Thread Dolph Mathews
Yes, exactly. Until keystoneclient.middleware.auth_token is revised, v3
tokens will basically only be useful against keystone.


-Dolph


On Thu, Mar 7, 2013 at 11:52 AM, Aguiar, Glaucimar (Brazil RD-ECL) 
glaucimar.agu...@hp.com wrote:

  Hi Dolph,

 ** **

 Thank you very much for your answer. I really appreciate it.

 ** **

 Are you saying then, that I configure nova (for example) to use v3
 middleware, I should be able to call nova with a v3 token and this token
 will get validated?

 ** **

 Glaucimar Aguiar

 ** **

 ** **

 *From:* Dolph Mathews [mailto:dolph.math...@gmail.com]
 *Sent:* quinta-feira, 7 de março de 2013 11:04
 *To:* Aguiar, Glaucimar (Brazil RD-ECL)
 *Cc:* openstack@lists.launchpad.net
 *Subject:* Re: [Openstack] Keystone v3 adoption

 ** **

 The v3 API is largely abstracted from other services (horizon being a
 major exception) using keystoneclient.middleware.auth_token, which is being
 revised here [1] and here [2].

 ** **

 Because the clients do not necessarily follow the same release schedule as
 the services, we've obviously been focused on the API and it's server-side
 implementation. I expect we'll do a v3-compliant release of keystoneclient
 around the time of grizzly's release. openstackclient (providing CLI
 exposure) is in the works as well [3].


 [1]: https://review.openstack.org/#/c/23401/

 [2]: https://review.openstack.org/#/c/21942/

 [3]:
 https://review.openstack.org/#/q/project:openstack/python-openstackclient+status:open,n,z
 


 

 ** **

 -Dolph

 ** **

 On Thu, Mar 7, 2013 at 5:30 AM, Aguiar, Glaucimar (Brazil RD-ECL) 
 glaucimar.agu...@hp.com wrote:

 Hello,

 I would like to know the plans for nova, glance, etc to adopt keystone v3
 API. Is there an expectation that this happens in Havana timeframe?

 I am asking as the it seems the Domains feature is not useful until
 services are capable of validating a v3 token and move to keystone v3 API.

 Thanks in advance,

 Glaucimar Aguiar



 ___
 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 v3 adoption

2013-03-07 Thread Aguiar, Glaucimar (Brazil RD-ECL)
Perfect, thanks!


From: Dolph Mathews [mailto:dolph.math...@gmail.com]
Sent: quinta-feira, 7 de março de 2013 14:56
To: Aguiar, Glaucimar (Brazil RD-ECL); openstack
Subject: Re: [Openstack] Keystone v3 adoption

Yes, exactly. Until keystoneclient.middleware.auth_token is revised, v3 tokens 
will basically only be useful against keystone.


-Dolph

On Thu, Mar 7, 2013 at 11:52 AM, Aguiar, Glaucimar (Brazil RD-ECL) 
glaucimar.agu...@hp.commailto:glaucimar.agu...@hp.com wrote:
Hi Dolph,

Thank you very much for your answer. I really appreciate it.

Are you saying then, that I configure nova (for example) to use v3 middleware, 
I should be able to call nova with a v3 token and this token will get validated?

Glaucimar Aguiar


From: Dolph Mathews 
[mailto:dolph.math...@gmail.commailto:dolph.math...@gmail.com]
Sent: quinta-feira, 7 de março de 2013 11:04
To: Aguiar, Glaucimar (Brazil RD-ECL)
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Keystone v3 adoption

The v3 API is largely abstracted from other services (horizon being a major 
exception) using keystoneclient.middleware.auth_token, which is being revised 
here [1] and here [2].

Because the clients do not necessarily follow the same release schedule as the 
services, we've obviously been focused on the API and it's server-side 
implementation. I expect we'll do a v3-compliant release of keystoneclient 
around the time of grizzly's release. openstackclient (providing CLI exposure) 
is in the works as well [3].

[1]: https://review.openstack.org/#/c/23401/
[2]: https://review.openstack.org/#/c/21942/
[3]: 
https://review.openstack.org/#/q/project:openstack/python-openstackclient+status:open,n,z


-Dolph

On Thu, Mar 7, 2013 at 5:30 AM, Aguiar, Glaucimar (Brazil RD-ECL) 
glaucimar.agu...@hp.commailto:glaucimar.agu...@hp.com wrote:
Hello,

I would like to know the plans for nova, glance, etc to adopt keystone v3 API. 
Is there an expectation that this happens in Havana timeframe?

I am asking as the it seems the Domains feature is not useful until services 
are capable of validating a v3 token and move to keystone v3 API.

Thanks in advance,

Glaucimar Aguiar



___
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] Fun with Grizzly and cinder/rabbitmq

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 1:27 PM, Alexis Richardson ale...@rabbitmq.com wrote:

 This sounds like an OpenStack config issue, but if you do have any
 questions about rabbit feel free to post to the rabbitmq-discuss
 mailing list.

I got a confirmation on #openstack-manuals at irc.freenode.net that the lines 
related to rabbitmq in that commit aren't necessary.  I'll be filing a bug and 
a related commit that removes them.

Thanks again!

--
Brad Knowles bknow...@momentumsi.com
Senior Consultant


___
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-dev] what is the process of close a virtual machine instance?

2013-03-07 Thread Anne Gentle
Hi, this question is probably best asked on the openstack list, as the -dev
list is intended for future state of OpenStack.

To answer your question about closing a VM instance, do you mean stopping?

There are two methods for stopping and starting an instance:

   -

   *nova pause* / *nova unpause*
   -

   *nova suspend* / *nova resume*


From : http://docs.openstack.org/cli/quick-start/content/nova_client.html

Hope this is helpful,
Anne


On Wed, Mar 6, 2013 at 9:21 PM, Feiyu Liu liufeiyu...@gmail.com wrote:

 what is the process of close a virtual machine instance?
 ___
 OpenStack-dev mailing list
 openstack-...@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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


Re: [Openstack] grizzly on ubuntu precise: error starting glance-api (duplicate option: log-format)

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 1:38 PM, Brad Knowles bknow...@momentumsi.com wrote:

 On #openstack-manuals at irc.freenode.net I found out that this is apparently 
 a known bug, see [1].

Sorry, make that #openstack-doc.

--
Brad Knowles bknow...@momentumsi.com
Senior Consultant


___
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] Fun with Grizzly and cinder/rabbitmq

2013-03-07 Thread Brad Knowles
On Mar 7, 2013, at 1:36 PM, Brad Knowles bknow...@momentumsi.com wrote:

 I got a confirmation on #openstack-manuals at irc.freenode.net that the lines 
 related to rabbitmq in that commit aren't necessary.

Sorry, make that #openstack-doc.

--
Brad Knowles bknow...@momentumsi.com
Senior Consultant


___
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] Glance with S3 backend

2013-03-07 Thread Logan McNaughton
From docs.openstack.org:
Written in a five-day book sprint in February 2013, targeting the Folsom
release for stability. 

Anyway, that's beside the point, I'm really just wondering if Glance can
write images and snapshots to an S3 backend?


On Thu, Mar 7, 2013 at 2:43 PM, Brad Knowles bknow...@momentumsi.comwrote:

 On Mar 7, 2013, at 1:37 PM, Logan McNaughton lo...@bacoosta.com
  wrote:

  PS: I know the goal of the Operations Guide was to finish it in 5 days,
 but there are a lot of typos and grammatical errors...maybe 7 days next
 time?

 It's a living document, and it was produced as a step towards the Grizzly
 Release Candidate that is scheduled to be made available in April.  So, you
 have plenty of time to contribute various changes to help correct any
 problems that you might run across.

 As for myself, I'm currently going through the installation documentation
 [1] with a fine-toothed comb.  As I run into things that appear to be wrong
 or need to otherwise be updated, I'm filing bug reports and associated
 commits to fix them.  I know that I draw my experience from the community,
 and this is one way that I try to contribute back to the community in
 return.



 [1]
 http://docs.openstack.org/trunk/openstack-compute/install/apt/content/ap_installinggrizzlyubuntuprecise.html

 --
 Brad Knowles bknow...@momentumsi.com
 Senior Consultant


___
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 v3 adoption

2013-03-07 Thread Miller, Mark M (EB SW Cloud - RD - Corvallis)
Hello,

I am sorry but I am still a tad bit confused with this email thread.

As of the Grizzly-3 release:


1.   Do Grizzly-3 OpenStack services  like Nova accept and validate 
Keystone V3 tokens (both UUID and PKI) ?

2.   Do Grizzly-3 OpenStack services use the Keystone v2.0 APIs or do they 
use the Keystone v3 APIs?

3.   Do the OpenStack services rely upon the keystoneclient? I thought the 
keystoneclient was a command line interface?

For the Grizzly final release:


1.   Will the Grizzly OpenStack services  like Nova accept and validate 
Keystone V3 tokens (both UUID and PKI) ?

2.   Will Grizzly OpenStack services use the Keystone v3 APIs?

3.   Will Grizzly OpenStack services use/implement new v3 features like 
domains and groups?

4.   How will the v3 keystoneclient and the v3 openstackclient be used 
other than as command line interfaces?

Regards,

Mark Miller


From: openstack-bounces+mark.m.miller=hp@lists.launchpad.net 
[mailto:openstack-bounces+mark.m.miller=hp@lists.launchpad.net] On Behalf 
Of Dolph Mathews
Sent: Thursday, March 07, 2013 9:56 AM
To: Aguiar, Glaucimar (Brazil RD-ECL); openstack
Subject: Re: [Openstack] Keystone v3 adoption

Yes, exactly. Until keystoneclient.middleware.auth_token is revised, v3 tokens 
will basically only be useful against keystone.


-Dolph

On Thu, Mar 7, 2013 at 11:52 AM, Aguiar, Glaucimar (Brazil RD-ECL) 
glaucimar.agu...@hp.commailto:glaucimar.agu...@hp.com wrote:
Hi Dolph,

Thank you very much for your answer. I really appreciate it.

Are you saying then, that I configure nova (for example) to use v3 middleware, 
I should be able to call nova with a v3 token and this token will get validated?

Glaucimar Aguiar


From: Dolph Mathews 
[mailto:dolph.math...@gmail.commailto:dolph.math...@gmail.com]
Sent: quinta-feira, 7 de março de 2013 11:04
To: Aguiar, Glaucimar (Brazil RD-ECL)
Cc: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] Keystone v3 adoption

The v3 API is largely abstracted from other services (horizon being a major 
exception) using keystoneclient.middleware.auth_token, which is being revised 
here [1] and here [2].

Because the clients do not necessarily follow the same release schedule as the 
services, we've obviously been focused on the API and it's server-side 
implementation. I expect we'll do a v3-compliant release of keystoneclient 
around the time of grizzly's release. openstackclient (providing CLI exposure) 
is in the works as well [3].

[1]: https://review.openstack.org/#/c/23401/
[2]: https://review.openstack.org/#/c/21942/
[3]: 
https://review.openstack.org/#/q/project:openstack/python-openstackclient+status:open,n,z


-Dolph

On Thu, Mar 7, 2013 at 5:30 AM, Aguiar, Glaucimar (Brazil RD-ECL) 
glaucimar.agu...@hp.commailto:glaucimar.agu...@hp.com wrote:
Hello,

I would like to know the plans for nova, glance, etc to adopt keystone v3 API. 
Is there an expectation that this happens in Havana timeframe?

I am asking as the it seems the Domains feature is not useful until services 
are capable of validating a v3 token and move to keystone v3 API.

Thanks in advance,

Glaucimar Aguiar



___
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


[Openstack] [Swift]

2013-03-07 Thread Tomáš Šoltys
Hi,

I am trying to setup a swift proxy server and I got stuck with following
message when I try to execute 'swift-init proxy start'


os_admin@osvm01:~$ sudo swift-init proxy start
Starting proxy-server...(/etc/swift/proxy-server.conf)
Traceback (most recent call last):
  File /usr/bin/swift-proxy-server, line 22, in module
run_wsgi(conf_file, 'proxy-server', default_port=8080, **options)
  File /usr/lib/python2.7/dist-packages/swift/common/wsgi.py, line 122,
in run_wsgi
loadapp('config:%s' % conf_file, global_conf={'log_name': log_name})
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
247, in loadapp
return loadobj(APP, uri, name=name, **kw)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
271, in loadobj
global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
296, in loadcontext
global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
320, in _loadconfig
return loader.get_context(object_type, name, global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
450, in get_context
global_additions=global_additions)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
562, in _pipeline_app_context
for name in pipeline[:-1]]
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
454, in get_context
section)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
476, in _context_from_use
object_type, name=use, global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
406, in get_context
global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
296, in loadcontext
global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
328, in _loadegg
return loader.get_context(object_type, name, global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
620, in get_context
object_type, name=name)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
659, in find_egg_entry_point
for prot in protocol_options] or '(no entry points)'
LookupError: Entry point 'proxy_logging' not found in egg 'swift' (dir:
/usr/lib/python2.7/dist-packages; protocols: paste.filter_factory,
paste.filter_app_factory; entry_points: )


Here is my proxy-server.conf


[DEFAULT]
bind_port = 8080
user = os_admin
log_facility = LOG_LOCAL1
eventlet_debug = true

[pipeline:main]
pipeline = healthcheck cache tempauth proxy-logging proxy-server

[app:proxy-server]
use = egg:swift#proxy
allow_account_management = true
account_autocreate = true

[filter:tempauth]
use = egg:swift#tempauth
user_admin_admin = admin .admin .reseller_admin
user_test_tester = testing .admin
user_test2_tester2 = testing2 .admin
user_test_tester3 = testing3

[filter:healthcheck]
use = egg:swift#healthcheck

[filter:cache]
use = egg:swift#memcache

[filter:proxy-logging]
use = egg:swift#proxy_logging




Does anybody knows what am I missing?

Thanks,
Tomas

-- 
Tomáš Šoltys
tomas.sol...@gmail.com
http://www.range-software.com
(+420) 776-843-663
___
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] Glance with S3 backend

2013-03-07 Thread Tom Fifield
I'll take the blame for the S3 backend miscomment - apologies - I have
updated the book online.

In exchange, I would, however, be interested in where those typo and
grammatical errors are :)

Regards,

Tom

On 08/03/13 07:43, Jay Pipes wrote:
 Yes, it certainly can write images to the S3 backend.
 
 Best,
 -jay
 
 On 03/07/2013 03:02 PM, Logan McNaughton wrote:
 From docs.openstack.org http://docs.openstack.org:
 Written in a five-day book sprint in February 2013, targeting the
 Folsom release for stability. 

 Anyway, that's beside the point, I'm really just wondering if Glance can
 write images and snapshots to an S3 backend?


 On Thu, Mar 7, 2013 at 2:43 PM, Brad Knowles bknow...@momentumsi.com
 mailto:bknow...@momentumsi.com wrote:

 On Mar 7, 2013, at 1:37 PM, Logan McNaughton lo...@bacoosta.com
 mailto:lo...@bacoosta.com
  wrote:

  PS: I know the goal of the Operations Guide was to finish it in 5
 days, but there are a lot of typos and grammatical errors...maybe 7
 days next time?

 It's a living document, and it was produced as a step towards the
 Grizzly Release Candidate that is scheduled to be made available in
 April.  So, you have plenty of time to contribute various changes to
 help correct any problems that you might run across.

 As for myself, I'm currently going through the installation
 documentation [1] with a fine-toothed comb.  As I run into things
 that appear to be wrong or need to otherwise be updated, I'm filing
 bug reports and associated commits to fix them.  I know that I draw
 my experience from the community, and this is one way that I try to
 contribute back to the community in return.



 [1]
 
 http://docs.openstack.org/trunk/openstack-compute/install/apt/content/ap_installinggrizzlyubuntuprecise.html

 --
 Brad Knowles bknow...@momentumsi.com mailto:bknow...@momentumsi.com
 Senior Consultant




 ___
 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] Grizzly Cinder Volume API vs. Nova os-volumes api

2013-03-07 Thread thingee
Hi James,

It looks like Nova will continue to have os-volume support, but that'll
only be able to talk to Cinder API v1. And a little note unrelated to your
question, Cinder API v2 will be available through cinderclient in its next
release (very soon), but you can try it now from the github repo [1], and
of course making direct calls to the cinder api server in G releases.

Things aren't terribly different in the request/responses, but I'm trying
to ease the pain with some docs for v1 and v2 that are in review [2][3].
I've generated some PDF's for your convenience though [4][5].

Thanks,

Mike Perez

[1] - http://github.com/openstack/python-cinderclient
[2] - https://review.openstack.org/#/c/22411/
[3] - https://review.openstack.org/#/c/22822/
[4] -
https://objects.dreamhost.com/cinder/openstack-blockstorage-devguide-1.0.pdf
[5] -
https://objects.dreamhost.com/cinder/openstack-blockstorage-devguide-2.0.pdf


On Thu, Mar 7, 2013 at 1:01 PM, Gu, James james...@hp.com wrote:

 Hi,

 In the latest Grizzly V3,  I can still provision volumes through the Nova
 os-volumes api. I would like to ask whether the Nova os-volumes will
 co-exist with Cinder volume api at the final release of Grizzly or we are
 supposed to migrate to use cinder api directly?

 Thanks

 James



 ___
 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 can I know the version if I installed from source code?

2013-03-07 Thread Ray Sun
nova-manage version works for me. Also cinder-manage version also works.

Thanks a lot.


- Ray
Best Regards

CIeNET Technologies (Beijing) Co., Ltd
Technical Manager
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291


On Thu, Mar 7, 2013 at 11:21 PM, Mark DeVerter
mark.dever...@rackspace.comwrote:


  nova --version  will return (if it was working) the version of the
 novaclient tool.
 The proper command is:
 # nova-manage version
 2012.2 (2012.2-LOCALBRANCH:LOCALREVISION)

  In this example, this is the second release for 2012, so it is Folsom.

  Cheers,
 Mark DeVerter


   --
 *From:* 
 openstack-bounces+mark.deverter=rackspace@lists.launchpad.net[openstack-bounces+mark.deverter=
 rackspace@lists.launchpad.net] on behalf of Martinx - ジェ�`ムズ [
 thiagocmarti...@gmail.com]
 *Sent:* Thursday, March 07, 2013 8:07 AM
 *To:* Ray Sun
 *Cc:* OpenStack Maillist
 *Subject:* Re: [Openstack] How can I know the version if I installed from
 source code?

   --version isn't working here (Openstack Folsom @ Ubuntu 12.04)  :-/

  *nova --version*
 Unknown, couldn't find versioninfo file at /usr/lib/python2.7/dist-
 packages/novaclient/versioninfo


 On 7 March 2013 00:09, Ray Sun qsun01...@cienet.com.cn wrote:

  Is there any method to get the openstack version if I installed from
 openstack source code?

  Thanks a lot.

  - Ray
 Best Regards

 CIeNET Technologies (Beijing) Co., Ltd
 Technical Manager
 Email: qsun01...@cienet.com.cn
 Office Phone: +86-01081470088-7079
 Mobile Phone: +86-13581988291

 ___
 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] cannot ping to floating ip of a vm instance

2013-03-07 Thread Sammy Fung
I am configuring openstack to access a VM instance with public IP address
on  foslom+quantum.

I can ping to fixed IP address of a VM instance but not its floating IP, I
am looking for a debug method and solution, thanks.

I assigned floating IP to a VM instance.

# quantum floatingip-show 191cb114-8f25-4ee1-a215-a59c60e7a13c
+-+--+
| Field   | Value|
+-+--+
| fixed_ip_address| 10.3.1.3|
| floating_ip_address | 75.11.96.101   |
| floating_network_id | 0ee08028-7edf-44b9-9af8-1297ed1a883a |
| id  | 191cb114-8f25-4ee1-a215-a59c60e7a13c |
| port_id | b76ca11f-052b-47e1-8677-0db3f3a81572 |
| router_id   | 91e6f0e8-94ff-4fc7-94e1-2e5c3945f4db |
| tenant_id   | 829134df7d6947f8a7386d439f05f7f7 |
+-+--+

Hereby is current routing table on control/network node.

# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse
Iface
0.0.0.0 175.111.96.30.0.0.0 UG0  00
br-ex
0.0.0.0 175.111.96.30.0.0.0 UG10000
br-ex
10.3.0.0   0.0.0.0 255.255.255.0   U 0  00 eth2
10.3.1.0   0.0.0.0 255.255.255.0   U 0  00
tap751ff52a-b0
75.11.96.00.0.0.0 255.255.255.0   U 0  00 br-ex
192.168.122.0   0.0.0.0 255.255.255.0   U 0  00
virbr0

And hereby is subnet of external network in quantum.
# quantum subnet-show c429280a-a3fc-4715-b925-4797c29e12c4
+--+--+
| Field| Value|
+--+--+
| allocation_pools | {start: 75.11.96.100, end: 75.11.96.109} |
| cidr | 75.11.96.0/24  |
| dns_nameservers  |  |
| enable_dhcp  | False|
| gateway_ip   | 75.11.96.3 |
| host_routes  |  |
| id   | c429280a-a3fc-4715-b925-4797c29e12c4 |
| ip_version   | 4|
| name |  |
| network_id   | 0ee08028-7edf-44b9-9af8-1297ed1a883a |
| tenant_id| 829134df7d6947f8a7386d439f05f7f7 |
+--+--+


Anything I should check for this case ?
___
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] PluginAwareExtensionManager

2013-03-07 Thread Trinath Somanchi
Hi Stackers-

I'm getting this error when I start the quantum service for certain
extensions.

'PluginAware Extension Manager' object has no attribute 'plugins'

Please help me in fixing this issue.



-- 
Regards,
--
Trinath Somanchi,
+91 9866 235 130
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Error uploading large objects(1G) on swift

2013-03-07 Thread Shashank Sahni
Hi everyone,

I'm running a small test setup of swift with one proxy+storage and one
storage instance.

The setup seems to be running well for small objects. I'm able to create
and upload them successfully using swift cli tool, but for large
objects(1G), I get error of 503 service unavailable(on swift cli) after
a long wait.

I dig into logs and found that none of the replicator services are running.
All of them give the following error(array index out of range)

Mar  8 12:42:03 yahoo-128 account-replicator Beginning replication run
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: Traceback (most recent
call last):
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: File
/usr/lib/python2.7/dist-packages/eventlet/greenpool.py, line 80, in
_spawn_n_impl
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: func(*args, **kwargs)
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: File
/usr/lib/python2.7/dist-packages/swift/common/db_replicator.py, line 398,
in _replicate_object
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: nodes =
self.ring.get_part_nodes(int(partition))
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: File
/usr/lib/python2.7/dist-packages/swift/common/ring/ring.py, line 201, in
get_part_nodes
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: if not (r[part] in
seen_ids or seen_ids.add(r[part]))]
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: IndexError: array
index out of range
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: Traceback (most recent
call last):
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: File
/usr/lib/python2.7/dist-packages/eventlet/greenpool.py, line 80, in
_spawn_n_impl
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: func(*args, **kwargs)
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: File
/usr/lib/python2.7/dist-packages/swift/common/db_replicator.py, line 398,
in _replicate_object
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: nodes =
self.ring.get_part_nodes(int(partition))
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: File
/usr/lib/python2.7/dist-packages/swift/common/ring/ring.py, line 201, in
get_part_nodes
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: if not (r[part] in
seen_ids or seen_ids.add(r[part]))]
Mar  8 12:42:03 yahoo-128 account-replicator STDOUT: IndexError: array
index out of range
Mar  8 12:42:03 yahoo-128 account-replicator Replication run OVER
Mar  8 12:42:03 yahoo-128 account-replicator Attempted to replicate 3 dbs
in 0.02536 seconds (118.26332/s)
Mar  8 12:42:03 yahoo-128 account-replicator Removed 0 dbs
Mar  8 12:42:03 yahoo-128 account-replicator 1 successes, 0 failures
Mar  8 12:42:03 yahoo-128 account-replicator no_change:1 ts_repl:0 diff:0
rsync:0 diff_capped:0 hashmatch:0 empty:0

Additionally, while the transfer of a big file was going on(4GB), I got the
following error in logs.

proxy-server ERROR with Object server 10.0.1.1:6000/sdb1 re: Trying to
write to
/v1/AUTH_28c949f34bd3b5fb295cffb69ed4/data_dir/data_dir/Feb27/PRIVATE/AVCHD/BDMV/STREAM/2.MTS:
ChunkWriteTimeout (10s)

Any suggestions?

--
Shashank Sahni
___
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: raring_grizzly_quantum_trunk #417

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/417/Project:raring_grizzly_quantum_trunkDate of build:Thu, 07 Mar 2013 05:01:11 -0500Build duration:18 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesisolated network metadata does not work with nvp pluginby aroseneditquantum/agent/dhcp_agent.pyeditquantum/tests/unit/test_dhcp_agent.pyConsole Output[...truncated 10978 lines...]Source-Version: 1:2013.1+git201303070501~raring-0ubuntu1Space: 19884Status: attemptedVersion: 1:2013.1+git201303070501~raring-0ubuntu1Finished at 20130307-0519Build needed 00:15:29, 19884k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201303070501~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201303070501~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmp3ReYdg/quantummk-build-deps -i -r -t apt-get -y /tmp/tmp3ReYdg/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 5584835f886302e434f9959f0f82f9694d09b5d3..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303070501~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [603e3b7] Show default configuration Quotasdch -a [0285379] isolated network metadata does not work with nvp plugindch -a [9a23e10] Imported Translations from Transifexdch -a [08ee0f9] Load quota resources dynamicallydch -a [705dde4] Notify creation or deletion of dhcp port for security groupdch -a [7e26074] Populate default explicit allow rules for egressdch -a [e91818b] Moved the configuration variables.dch -a [c56c0fa] Fix syntax error in credential.py and missing __init__.pydebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201303070501~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A quantum_2013.1+git201303070501~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', 'quantum_2013.1+git201303070501~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', 'quantum_2013.1+git201303070501~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 Fixed: raring_grizzly_python-glanceclient_trunk #41

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_python-glanceclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-glanceclient_trunk/41/Project:raring_grizzly_python-glanceclient_trunkDate of build:Thu, 07 Mar 2013 07:14:26 -0500Build duration:2 min 51 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 2721 lines...]Finished at 20130307-0717Build needed 00:00:46, 1348k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/grizzly-trunk-testingDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/grizzly-trunk-testing', 'python-glanceclient_0.8.0.5.g0ca43be+git201303070714~raring-0ubuntu1_source.changes']gpg: Signature made Thu Mar  7 07:16:23 2013 EST using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"gpg: Signature made Thu Mar  7 07:16:23 2013 EST using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"Checking signature on .changesGood signature on /tmp/tmp5BBPPm/python-glanceclient_0.8.0.5.g0ca43be+git201303070714~raring-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmp5BBPPm/python-glanceclient_0.8.0.5.g0ca43be+git201303070714~raring-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-glanceclient_0.8.0.5.g0ca43be+git201303070714~raring-0ubuntu1.dsc: done.  Uploading python-glanceclient_0.8.0.5.g0ca43be+git201303070714~raring.orig.tar.gz: done.  Uploading python-glanceclient_0.8.0.5.g0ca43be+git201303070714~raring-0ubuntu1.debian.tar.gz: done.  Uploading python-glanceclient_0.8.0.5.g0ca43be+git201303070714~raring-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', 'raring-grizzly', 'python-glanceclient_0.8.0.5.g0ca43be+git201303070714~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-glanceclient/python-glanceclient_0.8.0.5.g0ca43be+git201302262034~raring-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/python-glanceclient/raring-grizzly']Pushed up to revision 30.INFO:root:Storing current commit for next build: 8ec7468134492b9066bd20b99ef66f716b01503cINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-glanceclient/grizzly /tmp/tmp5BBPPm/python-glanceclientmk-build-deps -i -r -t apt-get -y /tmp/tmp5BBPPm/python-glanceclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/python-glanceclient/raring-grizzly --forcedch -b -D raring --newversion 1:0.8.0.5.g0ca43be+git201303070714~raring-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-glanceclient_0.8.0.5.g0ca43be+git201303070714~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A python-glanceclient_0.8.0.5.g0ca43be+git201303070714~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing python-glanceclient_0.8.0.5.g0ca43be+git201303070714~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly python-glanceclient_0.8.0.5.g0ca43be+git201303070714~raring-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/python-glanceclient/raring-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: raring_grizzly_keystone_trunk #195

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/195/Project:raring_grizzly_keystone_trunkDate of build:Thu, 07 Mar 2013 10:31:13 -0500Build duration:8 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesStraighten out NotFound raising in LDAP backend.by yorik.sareditkeystone/common/ldap/core.pyeditkeystone/identity/backends/ldap/core.pyConsole Output[...truncated 6873 lines...]Version: 1:2013.1+git201303071031~raring-0ubuntu1Finished at 20130307-1039Build needed 00:05:03, 18100k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303071031~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303071031~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpWbk6xF/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpWbk6xF/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303071031~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [156f474] mark 2.0 API as stabledch -a [ddd2216] Move auth plugins to 'keystone.auth.plugins' (bug 1136967)dch -a [be23b79] remove unused importdch -a [7b2d5a4] ports should be ints in config (bug 1137696)dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [a14b67e] Straighten out NotFound raising in LDAP backend.dch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303071031~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A keystone_2013.1+git201303071031~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+git201303071031~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+git201303071031~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 failed in Jenkins: cloud-archive_folsom_version-drift #10022

2013-03-07 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10022/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson2731933645993626049.sh
+ OS_RELEASE=folsom
+ /var/lib/jenkins/tools/ca-versions/gather-versions.py folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ /var/lib/jenkins/tools/ca-versions/ca-versions.py -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

python-django:
Ubuntu: 1.4.1-2ubuntu0.3
Cloud Archive staging: 1.4.1-2ubuntu0.2~cloud0

--
Build step 'Execute shell' marked build as 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 failed in Jenkins: cloud-archive_folsom_version-drift #10023

2013-03-07 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10023/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson5857554532798704647.sh
+ OS_RELEASE=folsom
+ /var/lib/jenkins/tools/ca-versions/gather-versions.py folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ /var/lib/jenkins/tools/ca-versions/ca-versions.py -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

python-django:
Ubuntu: 1.4.1-2ubuntu0.3
Cloud Archive staging: 1.4.1-2ubuntu0.2~cloud0

--
Build step 'Execute shell' marked build as 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 #182

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/182/Project:precise_grizzly_keystone_trunkDate of build:Thu, 07 Mar 2013 11:01:39 -0500Build duration:7 min 27 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesfix typo in kvs backendby dolph.mathewseditkeystone/trust/backends/kvs.pyConsole Output[...truncated 5868 lines...]Finished at 20130307-1109Build needed 00:05:06, 18080k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303071102~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303071102~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmp4GYe_Y/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmp4GYe_Y/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303071102~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [38bf87b] fix typo in kvs backenddch -a [156f474] mark 2.0 API as stabledch -a [ddd2216] Move auth plugins to 'keystone.auth.plugins' (bug 1136967)dch -a [be23b79] remove unused importdch -a [7b2d5a4] ports should be ints in config (bug 1137696)dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [a14b67e] Straighten out NotFound raising in LDAP backend.dch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303071102~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A keystone_2013.1+git201303071102~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+git201303071102~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+git201303071102~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_keystone_trunk #196

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/196/Project:raring_grizzly_keystone_trunkDate of build:Thu, 07 Mar 2013 11:01:18 -0500Build duration:8 min 9 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesfix typo in kvs backendby dolph.mathewseditkeystone/trust/backends/kvs.pyConsole Output[...truncated 6876 lines...]Finished at 20130307-1109Build needed 00:05:06, 18100k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303071101~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303071101~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpBg0tK0/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpBg0tK0/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303071101~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [38bf87b] fix typo in kvs backenddch -a [156f474] mark 2.0 API as stabledch -a [ddd2216] Move auth plugins to 'keystone.auth.plugins' (bug 1136967)dch -a [be23b79] remove unused importdch -a [7b2d5a4] ports should be ints in config (bug 1137696)dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [a14b67e] Straighten out NotFound raising in LDAP backend.dch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303071101~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A keystone_2013.1+git201303071101~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+git201303071101~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+git201303071101~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 failed in Jenkins: cloud-archive_folsom_version-drift #10024

2013-03-07 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10024/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson8777533452434573474.sh
+ OS_RELEASE=folsom
+ /var/lib/jenkins/tools/ca-versions/gather-versions.py folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ /var/lib/jenkins/tools/ca-versions/ca-versions.py -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

python-django:
Ubuntu: 1.4.1-2ubuntu0.3
Cloud Archive staging: 1.4.1-2ubuntu0.2~cloud0

--
Build step 'Execute shell' marked build as 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 failed in Jenkins: cloud-archive_folsom_version-drift #10025

2013-03-07 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10025/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson2020058924535359187.sh
+ OS_RELEASE=folsom
+ /var/lib/jenkins/tools/ca-versions/gather-versions.py folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ /var/lib/jenkins/tools/ca-versions/ca-versions.py -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

python-django:
Ubuntu: 1.4.1-2ubuntu0.3
Cloud Archive staging: 1.4.1-2ubuntu0.2~cloud0

--
Build step 'Execute shell' marked build as 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 failed in Jenkins: cloud-archive_folsom_version-drift #10026

2013-03-07 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10026/

--
Started by timer
Building remotely on pkg-builder in workspace 
http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/ws/
[cloud-archive_folsom_version-drift] $ /bin/bash -xe 
/tmp/hudson7891187486253986941.sh
+ OS_RELEASE=folsom
+ /var/lib/jenkins/tools/ca-versions/gather-versions.py folsom
INFO:root:Querying package list and versions from staging PPA.
INFO:root:Initializing connection to LP...
INFO:root:Querying Ubuntu versions for all packages.
INFO:root:Scraping Packages list for CA pocket: proposed
INFO:root:Scraping Packages list for CA pocket: updates
+ /var/lib/jenkins/tools/ca-versions/ca-versions.py -c -r folsom
---
The following Cloud Archive packages for folsom
have been superseded newer versions in Ubuntu!

python-django:
Ubuntu: 1.4.1-2ubuntu0.3
Cloud Archive staging: 1.4.1-2ubuntu0.2~cloud0

--
Build step 'Execute shell' marked build as 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] Jenkins build is back to normal : cloud-archive_folsom_version-drift #10027

2013-03-07 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/10027/


-- 
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_ceilometer_trunk #123

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/123/Project:precise_grizzly_ceilometer_trunkDate of build:Thu, 07 Mar 2013 12:02:16 -0500Build duration:2 min 24 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesFix oslo.config and unittest.by lianhao.luedittools/pip-requiresedittests/storage/base.pyConsole Output[...truncated 2005 lines...]Looking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpUnXeNTbzr: ERROR: An error (1) occurred running quilt: Applying patch exclude-tests-when-installing.patchpatching file setup.pyHunk #1 FAILED at 63.1 out of 1 hunk FAILED -- rejects in file setup.pyPatch exclude-tests-when-installing.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fb98e960-c4e7-4e1d-8e40-7f694a90fc89', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fb98e960-c4e7-4e1d-8e40-7f694a90fc89', '-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/ceilometer/grizzly /tmp/tmpUnXeNT/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpUnXeNT/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log fba1ae00c324d9ad9ec0e6700ed317832e9e58e0..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/ceilometer/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303071202~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [df0a2ca] Fix oslo.config and unittest.dch -a [bf0c01e] Fix an invalid test in the storage test suitedch -a [34e5932] api: run compute duration by resource on SQL backenddch -a [955ffa9] api: run list_projects tests against SQL backend toodch -a [75f4fff] api: run list users test against SQL backend toodch -a [fdadb09] api: run list meters tests against SQL backend toodch -a [b9d9539] Exclude tests directory from installation.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', '-p', '-r', '-c', 'precise-amd64-fb98e960-c4e7-4e1d-8e40-7f694a90fc89', '-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', '-p', '-r', '-c', 'precise-amd64-fb98e960-c4e7-4e1d-8e40-7f694a90fc89', '-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_ceilometer_trunk #125

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_ceilometer_trunk/125/Project:raring_grizzly_ceilometer_trunkDate of build:Thu, 07 Mar 2013 12:01:08 -0500Build duration:3 min 46 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesFix oslo.config and unittest.by lianhao.luedittools/pip-requiresedittests/storage/base.pyConsole Output[...truncated 2463 lines...]Looking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpblRxKHbzr: ERROR: An error (1) occurred running quilt: Applying patch exclude-tests-when-installing.patchpatching file setup.pyHunk #1 FAILED at 63.1 out of 1 hunk FAILED -- rejects in file setup.pyPatch exclude-tests-when-installing.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-cabbf61f-f110-4781-bae3-657ff807093b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-cabbf61f-f110-4781-bae3-657ff807093b', '-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/ceilometer/grizzly /tmp/tmpblRxKH/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpblRxKH/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log fba1ae00c324d9ad9ec0e6700ed317832e9e58e0..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/ceilometer/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303071201~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [df0a2ca] Fix oslo.config and unittest.dch -a [bf0c01e] Fix an invalid test in the storage test suitedch -a [34e5932] api: run compute duration by resource on SQL backenddch -a [955ffa9] api: run list_projects tests against SQL backend toodch -a [75f4fff] api: run list users test against SQL backend toodch -a [fdadb09] api: run list meters tests against SQL backend toodch -a [b9d9539] Exclude tests directory from installation.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', '-p', '-r', '-c', 'raring-amd64-cabbf61f-f110-4781-bae3-657ff807093b', '-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', '-p', '-r', '-c', 'raring-amd64-cabbf61f-f110-4781-bae3-657ff807093b', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_glance_trunk #177

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/177/Project:raring_grizzly_glance_trunkDate of build:Thu, 07 Mar 2013 09:26:37 -0500Build duration:2 hr 44 minBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 8256 lines...]Checking signature on .dscGood signature on /tmp/tmpIakH5J/glance_2013.1+git201303070926~raring-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading glance_2013.1+git201303070926~raring-0ubuntu1.dsc: done.  Uploading glance_2013.1+git201303070926~raring.orig.tar.gz: done.  Uploading glance_2013.1+git201303070926~raring-0ubuntu1.debian.tar.gz: done.  Uploading glance_2013.1+git201303070926~raring-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', 'raring-grizzly', 'glance_2013.1+git201303070926~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/g/glance/glance-api_2013.1+git201303052246~raring-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/glance-common_2013.1+git201303052246~raring-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/glance-registry_2013.1+git201303052246~raring-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/glance_2013.1+git201303052246~raring-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/python-glance-doc_2013.1+git201303052246~raring-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/python-glance_2013.1+git201303052246~raring-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/glance/raring-grizzly']Pushed up to revision 242.INFO:root:Storing current commit for next build: 8acda7c44ae565b568d20ea61373c74954be76d2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmpIakH5J/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpIakH5J/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ffcf3431982a591041d642651f778b53e6db5735..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303070926~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [8acda7c] Switch to oslo.config.dch -a [be4a90a] Update acls in the domain modeldch -a [8259245] Remove unused variable 'image_member_factory'dch -a [cf29fe1] Generate notification for cached v2 downloaddch -a [9a01d53] A test for concurrency when glance uses sleep.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.1+git201303070926~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A glance_2013.1+git201303070926~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing glance_2013.1+git201303070926~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly glance_2013.1+git201303070926~raring-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/glance/raring-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: raring_grizzly_keystone_trunk #197

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/197/Project:raring_grizzly_keystone_trunkDate of build:Thu, 07 Mar 2013 12:02:53 -0500Build duration:8 min 32 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove get_by_name to LdapBase.by revieweditkeystone/identity/backends/ldap/core.pyeditkeystone/common/ldap/core.pyRemove unused methods from LDAP backed.by revieweditkeystone/identity/backends/ldap/core.pyConsole Output[...truncated 6570 lines...]Build needed 00:05:15, 18080k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303071203~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303071203~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpn1_VKj/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpn1_VKj/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303071203~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [9789447] Remove unused methods from LDAP backed.dch -a [dea5eea] Move get_by_name to LdapBase.dch -a [38bf87b] fix typo in kvs backenddch -a [156f474] mark 2.0 API as stabledch -a [ddd2216] Move auth plugins to 'keystone.auth.plugins' (bug 1136967)dch -a [be23b79] remove unused importdch -a [7b2d5a4] ports should be ints in config (bug 1137696)dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [a14b67e] Straighten out NotFound raising in LDAP backend.dch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303071203~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A keystone_2013.1+git201303071203~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+git201303071203~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+git201303071203~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 #183

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/183/Project:precise_grizzly_keystone_trunkDate of build:Thu, 07 Mar 2013 12:11:18 -0500Build duration:9 min 4 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMove get_by_name to LdapBase.by revieweditkeystone/identity/backends/ldap/core.pyeditkeystone/common/ldap/core.pyRemove unused methods from LDAP backed.by revieweditkeystone/identity/backends/ldap/core.pyConsole Output[...truncated 5610 lines...]Build needed 00:06:57, 18056k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303071211~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303071211~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpMaVo0L/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpMaVo0L/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303071211~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [9789447] Remove unused methods from LDAP backed.dch -a [dea5eea] Move get_by_name to LdapBase.dch -a [38bf87b] fix typo in kvs backenddch -a [156f474] mark 2.0 API as stabledch -a [ddd2216] Move auth plugins to 'keystone.auth.plugins' (bug 1136967)dch -a [be23b79] remove unused importdch -a [7b2d5a4] ports should be ints in config (bug 1137696)dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [a14b67e] Straighten out NotFound raising in LDAP backend.dch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303071211~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A keystone_2013.1+git201303071211~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+git201303071211~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+git201303071211~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 Failure: quantal_folsom_glance_stable #205

2013-03-07 Thread openstack-testing-bot
Title: quantal_folsom_glance_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_glance_stable/205/Project:quantal_folsom_glance_stableDate of build:Thu, 07 Mar 2013 13:01:11 -0500Build duration:2 min 24 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesClean dangling image fragments in filesystem storeby eglynneditglance/store/filesystem.pyeditglance/tests/unit/test_filesystem_store.pyWait in TestBinGlance.test_update_copying_from until image is activeby saschpeeditglance/tests/functional/test_bin_glance.pyConsole Output[...truncated 2397 lines...]patching file etc/glance-api.confHunk #1 succeeded at 46 (offset 11 lines).patching file etc/glance-registry.confHunk #1 succeeded at 25 (offset 4 lines).Applying patch disable-swift-tests.patchpatching file glance/tests/functional/test_bin_glance.pyHunk #2 FAILED at 309.Hunk #3 succeeded at 327 (offset 8 lines).1 out of 3 hunks FAILED -- rejects in file glance/tests/functional/test_bin_glance.pypatching file glance/tests/functional/v1/test_multiprocessing.pypatching file glance/tests/functional/v2/test_images.pypatching file glance/tests/unit/test_clients.pypatching file glance/tests/unit/test_swift_store.pypatching file glance/tests/unit/v2/test_image_data_resource.pyPatch disable-swift-tests.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-ccd7099b-3556-4e95-ac42-f06710366e05', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-ccd7099b-3556-4e95-ac42-f06710366e05', '-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/glance/folsom /tmp/tmpRdmebE/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpRdmebE/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/glance/quantal-folsom --forcedch -b -D quantal --newversion 2012.2.4+git201303071301~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.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', '-p', '-r', '-c', 'quantal-amd64-ccd7099b-3556-4e95-ac42-f06710366e05', '-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', '-p', '-r', '-c', 'quantal-amd64-ccd7099b-3556-4e95-ac42-f06710366e05', '-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 Failure: precise_folsom_glance_stable #207

2013-03-07 Thread openstack-testing-bot
Title: precise_folsom_glance_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_stable/207/Project:precise_folsom_glance_stableDate of build:Thu, 07 Mar 2013 13:01:10 -0500Build duration:3 min 6 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesClean dangling image fragments in filesystem storeby eglynneditglance/store/filesystem.pyeditglance/tests/unit/test_filesystem_store.pyWait in TestBinGlance.test_update_copying_from until image is activeby saschpeeditglance/tests/functional/test_bin_glance.pyConsole Output[...truncated 2277 lines...]Applying patch sql_conn.patchpatching file etc/glance-api.confpatching file etc/glance-registry.confApplying patch disable-swift-tests.patchpatching file glance/tests/functional/test_bin_glance.pyHunk #2 FAILED at 309.Hunk #3 succeeded at 327 (offset 8 lines).1 out of 3 hunks FAILED -- rejects in file glance/tests/functional/test_bin_glance.pypatching file glance/tests/functional/v1/test_multiprocessing.pypatching file glance/tests/functional/v2/test_images.pypatching file glance/tests/unit/test_clients.pypatching file glance/tests/unit/test_swift_store.pypatching file glance/tests/unit/v2/test_image_data_resource.pyPatch disable-swift-tests.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-333ea5db-78bf-4281-917c-5f8fe7645717', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-333ea5db-78bf-4281-917c-5f8fe7645717', '-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/glance/folsom /tmp/tmpmSUlcB/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpmSUlcB/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/glance/precise-folsom --forcedch -b -D precise --newversion 2012.2.4+git201303071302~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.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', '-p', '-r', '-c', 'precise-amd64-333ea5db-78bf-4281-917c-5f8fe7645717', '-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', '-p', '-r', '-c', 'precise-amd64-333ea5db-78bf-4281-917c-5f8fe7645717', '-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_deploy #194

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/194/Project:precise_grizzly_deployDate of build:Thu, 07 Mar 2013 12:19:11 -0500Build duration:47 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 12878 lines...]INFO:paramiko.transport.sftp:[chan 1] Opened sftp connection (server version 3)INFO:root:Archiving logs on test-07.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-12.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-08.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-09.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-04.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-05.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-11.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-06.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-06.os.magners.qa.lexingtonINFO:root:Archiving logs on test-10.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-02.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-02.os.magners.qa.lexingtonINFO:root:Grabbing information from test-07.os.magners.qa.lexingtonINFO:root:Grabbing information from test-12.os.magners.qa.lexingtonINFO:root:Grabbing information from test-08.os.magners.qa.lexingtonERROR:root:Unable to get information from test-08.os.magners.qa.lexingtonINFO:root:Grabbing information from test-09.os.magners.qa.lexingtonINFO:root:Grabbing information from test-04.os.magners.qa.lexingtonINFO:root:Grabbing information from test-05.os.magners.qa.lexingtonINFO:root:Grabbing information from test-11.os.magners.qa.lexingtonINFO:root:Grabbing information from test-06.os.magners.qa.lexingtonERROR:root:Unable to get information from test-06.os.magners.qa.lexingtonINFO:root:Grabbing information from test-10.os.magners.qa.lexingtonINFO:root:Grabbing information from test-02.os.magners.qa.lexingtonERROR:root:Unable to get information from test-02.os.magners.qa.lexingtonINFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.Traceback (most recent call last):  File "/var/lib/jenkins/tools/jenkins-scripts/collate-test-logs.py", line 88, in connections[host]["sftp"].close()KeyError: 'sftp'+ exit 1Build 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_deploy #195

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/195/Project:precise_grizzly_deployDate of build:Thu, 07 Mar 2013 13:53:12 -0500Build duration:46 minBuild cause:Started by command line by jenkinsStarted by command line by jenkinsBuilt on:masterHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 13439 lines...]INFO:paramiko.transport.sftp:[chan 1] Opened sftp connection (server version 3)INFO:root:Archiving logs on test-07.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-12.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-08.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-09.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-04.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-05.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-11.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-06.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-06.os.magners.qa.lexingtonINFO:root:Archiving logs on test-10.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-02.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-02.os.magners.qa.lexingtonINFO:root:Grabbing information from test-07.os.magners.qa.lexingtonINFO:root:Grabbing information from test-12.os.magners.qa.lexingtonINFO:root:Grabbing information from test-08.os.magners.qa.lexingtonERROR:root:Unable to get information from test-08.os.magners.qa.lexingtonINFO:root:Grabbing information from test-09.os.magners.qa.lexingtonINFO:root:Grabbing information from test-04.os.magners.qa.lexingtonINFO:root:Grabbing information from test-05.os.magners.qa.lexingtonINFO:root:Grabbing information from test-11.os.magners.qa.lexingtonINFO:root:Grabbing information from test-06.os.magners.qa.lexingtonERROR:root:Unable to get information from test-06.os.magners.qa.lexingtonINFO:root:Grabbing information from test-10.os.magners.qa.lexingtonINFO:root:Grabbing information from test-02.os.magners.qa.lexingtonERROR:root:Unable to get information from test-02.os.magners.qa.lexingtonINFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.Traceback (most recent call last):  File "/var/lib/jenkins/tools/jenkins-scripts/collate-test-logs.py", line 88, in connections[host]["sftp"].close()KeyError: 'sftp'+ exit 1Build 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_deploy #117

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/117/Project:raring_grizzly_deployDate of build:Thu, 07 Mar 2013 14:40:10 -0500Build duration:46 minBuild cause:Started by command line by jenkinsStarted by command line by jenkinsBuilt on:masterHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 12737 lines...]ERROR:root:Could not setup SSH connection to test-02.os.magners.qa.lexingtonINFO:root:Archiving logs on test-07.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-07.os.magners.qa.lexingtonINFO:root:Archiving logs on test-12.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-12.os.magners.qa.lexingtonINFO:root:Archiving logs on test-08.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-09.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-09.os.magners.qa.lexingtonINFO:root:Archiving logs on test-04.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-04.os.magners.qa.lexingtonINFO:root:Archiving logs on test-05.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-05.os.magners.qa.lexingtonINFO:root:Archiving logs on test-11.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-11.os.magners.qa.lexingtonINFO:root:Archiving logs on test-06.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-06.os.magners.qa.lexingtonINFO:root:Archiving logs on test-10.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-10.os.magners.qa.lexingtonINFO:root:Archiving logs on test-02.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-02.os.magners.qa.lexingtonINFO:root:Grabbing information from test-07.os.magners.qa.lexingtonERROR:root:Unable to get information from test-07.os.magners.qa.lexingtonINFO:root:Grabbing information from test-12.os.magners.qa.lexingtonERROR:root:Unable to get information from test-12.os.magners.qa.lexingtonINFO:root:Grabbing information from test-08.os.magners.qa.lexingtonERROR:root:Unable to get information from test-08.os.magners.qa.lexingtonINFO:root:Grabbing information from test-09.os.magners.qa.lexingtonERROR:root:Unable to get information from test-09.os.magners.qa.lexingtonINFO:root:Grabbing information from test-04.os.magners.qa.lexingtonERROR:root:Unable to get information from test-04.os.magners.qa.lexingtonINFO:root:Grabbing information from test-05.os.magners.qa.lexingtonERROR:root:Unable to get information from test-05.os.magners.qa.lexingtonINFO:root:Grabbing information from test-11.os.magners.qa.lexingtonERROR:root:Unable to get information from test-11.os.magners.qa.lexingtonINFO:root:Grabbing information from test-06.os.magners.qa.lexingtonERROR:root:Unable to get information from test-06.os.magners.qa.lexingtonINFO:root:Grabbing information from test-10.os.magners.qa.lexingtonERROR:root:Unable to get information from test-10.os.magners.qa.lexingtonINFO:root:Grabbing information from test-02.os.magners.qa.lexingtonERROR:root:Unable to get information from test-02.os.magners.qa.lexingtonTraceback (most recent call last):  File "/var/lib/jenkins/tools/jenkins-scripts/collate-test-logs.py", line 88, in connections[host]["sftp"].close()KeyError: 'sftp'+ exit 1Build 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_ceilometer_trunk #126

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_ceilometer_trunk/126/Project:raring_grizzly_ceilometer_trunkDate of build:Thu, 07 Mar 2013 15:31:09 -0500Build duration:2 min 55 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesAdd the etc directory to the sdist manifestby doug.hellmanneditMANIFEST.inConsole Output[...truncated 2476 lines...]Using the upstream tarball that is present in /tmp/tmpiJYoiIbzr: ERROR: An error (1) occurred running quilt: Applying patch exclude-tests-when-installing.patchpatching file setup.pyHunk #1 FAILED at 63.1 out of 1 hunk FAILED -- rejects in file setup.pyPatch exclude-tests-when-installing.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-65d8-5d86-438e-bba8-12353cc6b70e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-65d8-5d86-438e-bba8-12353cc6b70e', '-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/ceilometer/grizzly /tmp/tmpiJYoiI/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpiJYoiI/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log fba1ae00c324d9ad9ec0e6700ed317832e9e58e0..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/ceilometer/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303071531~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [df0a2ca] Fix oslo.config and unittest.dch -a [bf0c01e] Fix an invalid test in the storage test suitedch -a [9aa2ec3] Add the etc directory to the sdist manifestdch -a [34e5932] api: run compute duration by resource on SQL backenddch -a [955ffa9] api: run list_projects tests against SQL backend toodch -a [75f4fff] api: run list users test against SQL backend toodch -a [fdadb09] api: run list meters tests against SQL backend toodch -a [b9d9539] Exclude tests directory from installation.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', '-p', '-r', '-c', 'raring-amd64-65d8-5d86-438e-bba8-12353cc6b70e', '-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', '-p', '-r', '-c', 'raring-amd64-65d8-5d86-438e-bba8-12353cc6b70e', '-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_ceilometer_trunk #124

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/124/Project:precise_grizzly_ceilometer_trunkDate of build:Thu, 07 Mar 2013 15:32:07 -0500Build duration:2 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesAdd the etc directory to the sdist manifestby doug.hellmanneditMANIFEST.inConsole Output[...truncated 2008 lines...]Using the upstream tarball that is present in /tmp/tmprHx1gzbzr: ERROR: An error (1) occurred running quilt: Applying patch exclude-tests-when-installing.patchpatching file setup.pyHunk #1 FAILED at 63.1 out of 1 hunk FAILED -- rejects in file setup.pyPatch exclude-tests-when-installing.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-91d96d18-1aad-4987-a7f5-fe5f704f6d75', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-91d96d18-1aad-4987-a7f5-fe5f704f6d75', '-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/ceilometer/grizzly /tmp/tmprHx1gz/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmprHx1gz/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log fba1ae00c324d9ad9ec0e6700ed317832e9e58e0..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/ceilometer/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303071532~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [df0a2ca] Fix oslo.config and unittest.dch -a [bf0c01e] Fix an invalid test in the storage test suitedch -a [9aa2ec3] Add the etc directory to the sdist manifestdch -a [34e5932] api: run compute duration by resource on SQL backenddch -a [955ffa9] api: run list_projects tests against SQL backend toodch -a [75f4fff] api: run list users test against SQL backend toodch -a [fdadb09] api: run list meters tests against SQL backend toodch -a [b9d9539] Exclude tests directory from installation.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', '-p', '-r', '-c', 'precise-amd64-91d96d18-1aad-4987-a7f5-fe5f704f6d75', '-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', '-p', '-r', '-c', 'precise-amd64-91d96d18-1aad-4987-a7f5-fe5f704f6d75', '-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: precise_grizzly_glance_trunk #160

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/160/Project:precise_grizzly_glance_trunkDate of build:Thu, 07 Mar 2013 13:31:11 -0500Build duration:2 hr 41 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesEnsure disk_ and container_format during uploadby mark.washenbergereditglance/tests/functional/test_cache_middleware.pyeditglance/tests/unit/test_domain.pyeditglance/domain/__init__.pyeditglance/api/v2/image_data.pyeditglance/tests/functional/v2/test_images.pyeditglance/tests/unit/v2/test_image_data_resource.pyConsole Output[...truncated 7470 lines...]Good signature on /tmp/tmpDgtZuK/glance_2013.1+git201303071331~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading glance_2013.1+git201303071331~precise-0ubuntu1.dsc: done.  Uploading glance_2013.1+git201303071331~precise.orig.tar.gz: done.  Uploading glance_2013.1+git201303071331~precise-0ubuntu1.debian.tar.gz: done.  Uploading glance_2013.1+git201303071331~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', 'glance_2013.1+git201303071331~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'Deleting files no longer referenced...deleting and forgetting pool/main/g/glance/glance-api_2013.1+git201303061031~precise-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/glance-common_2013.1+git201303061031~precise-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/glance-registry_2013.1+git201303061031~precise-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/glance_2013.1+git201303061031~precise-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/python-glance-doc_2013.1+git201303061031~precise-0ubuntu1_all.debdeleting and forgetting pool/main/g/glance/python-glance_2013.1+git201303061031~precise-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/glance/precise-grizzly']Pushed up to revision 242.INFO:root:Storing current commit for next build: d6bad9149312937159ae94d6008e25a48c004fa2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmpDgtZuK/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpDgtZuK/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ffcf3431982a591041d642651f778b53e6db5735..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303071331~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [d6bad91] Ensure disk_ and container_format during uploaddch -a [8acda7c] Switch to oslo.config.dch -a [be4a90a] Update acls in the domain modeldch -a [8259245] Remove unused variable 'image_member_factory'dch -a [cf29fe1] Generate notification for cached v2 downloaddch -a [9a01d53] A test for concurrency when glance uses sleep.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.1+git201303071331~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A glance_2013.1+git201303071331~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing glance_2013.1+git201303071331~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly glance_2013.1+git201303071331~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/glance/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_deploy #196

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/196/Project:precise_grizzly_deployDate of build:Thu, 07 Mar 2013 15:27:06 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 13167 lines...]INFO:paramiko.transport.sftp:[chan 1] Opened sftp connection (server version 3)INFO:root:Archiving logs on test-07.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-12.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-08.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-09.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-04.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-05.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-11.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-06.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-06.os.magners.qa.lexingtonINFO:root:Archiving logs on test-10.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-02.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-02.os.magners.qa.lexingtonINFO:root:Grabbing information from test-07.os.magners.qa.lexingtonINFO:root:Grabbing information from test-12.os.magners.qa.lexingtonINFO:root:Grabbing information from test-08.os.magners.qa.lexingtonERROR:root:Unable to get information from test-08.os.magners.qa.lexingtonINFO:root:Grabbing information from test-09.os.magners.qa.lexingtonINFO:root:Grabbing information from test-04.os.magners.qa.lexingtonINFO:root:Grabbing information from test-05.os.magners.qa.lexingtonINFO:root:Grabbing information from test-11.os.magners.qa.lexingtonINFO:root:Grabbing information from test-06.os.magners.qa.lexingtonERROR:root:Unable to get information from test-06.os.magners.qa.lexingtonINFO:root:Grabbing information from test-10.os.magners.qa.lexingtonINFO:root:Grabbing information from test-02.os.magners.qa.lexingtonERROR:root:Unable to get information from test-02.os.magners.qa.lexingtonINFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.Traceback (most recent call last):  File "/var/lib/jenkins/tools/jenkins-scripts/collate-test-logs.py", line 88, in connections[host]["sftp"].close()KeyError: 'sftp'+ exit 1Build 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_deploy #118

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/118/Project:raring_grizzly_deployDate of build:Thu, 07 Mar 2013 16:14:03 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 13206 lines...]ERROR:root:Could not setup SSH connection to test-11.os.magners.qa.lexingtonINFO:root:Archiving logs on test-07.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-07.os.magners.qa.lexingtonINFO:root:Archiving logs on test-12.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-12.os.magners.qa.lexingtonINFO:root:Archiving logs on test-08.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-09.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-09.os.magners.qa.lexingtonINFO:root:Archiving logs on test-04.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-04.os.magners.qa.lexingtonINFO:root:Archiving logs on test-05.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-05.os.magners.qa.lexingtonINFO:root:Archiving logs on test-11.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-11.os.magners.qa.lexingtonINFO:root:Archiving logs on test-06.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-06.os.magners.qa.lexingtonINFO:root:Archiving logs on test-10.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-10.os.magners.qa.lexingtonINFO:root:Archiving logs on test-02.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-02.os.magners.qa.lexingtonINFO:root:Grabbing information from test-07.os.magners.qa.lexingtonERROR:root:Unable to get information from test-07.os.magners.qa.lexingtonINFO:root:Grabbing information from test-12.os.magners.qa.lexingtonERROR:root:Unable to get information from test-12.os.magners.qa.lexingtonINFO:root:Grabbing information from test-08.os.magners.qa.lexingtonERROR:root:Unable to get information from test-08.os.magners.qa.lexingtonINFO:root:Grabbing information from test-09.os.magners.qa.lexingtonERROR:root:Unable to get information from test-09.os.magners.qa.lexingtonINFO:root:Grabbing information from test-04.os.magners.qa.lexingtonERROR:root:Unable to get information from test-04.os.magners.qa.lexingtonINFO:root:Grabbing information from test-05.os.magners.qa.lexingtonERROR:root:Unable to get information from test-05.os.magners.qa.lexingtonINFO:root:Grabbing information from test-11.os.magners.qa.lexingtonERROR:root:Unable to get information from test-11.os.magners.qa.lexingtonINFO:root:Grabbing information from test-06.os.magners.qa.lexingtonERROR:root:Unable to get information from test-06.os.magners.qa.lexingtonINFO:root:Grabbing information from test-10.os.magners.qa.lexingtonERROR:root:Unable to get information from test-10.os.magners.qa.lexingtonINFO:root:Grabbing information from test-02.os.magners.qa.lexingtonERROR:root:Unable to get information from test-02.os.magners.qa.lexingtonTraceback (most recent call last):  File "/var/lib/jenkins/tools/jenkins-scripts/collate-test-logs.py", line 88, in connections[host]["sftp"].close()KeyError: 'sftp'+ exit 1Build 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 #184

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/184/Project:precise_grizzly_keystone_trunkDate of build:Thu, 07 Mar 2013 17:54:18 -0500Build duration:6 min 9 secBuild cause:Started by user Adam GandelmanBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 5610 lines...]Build needed 00:04:48, 18056k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303071754~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303071754~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpIprif3/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpIprif3/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303071754~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [9789447] Remove unused methods from LDAP backed.dch -a [dea5eea] Move get_by_name to LdapBase.dch -a [38bf87b] fix typo in kvs backenddch -a [156f474] mark 2.0 API as stabledch -a [ddd2216] Move auth plugins to 'keystone.auth.plugins' (bug 1136967)dch -a [be23b79] remove unused importdch -a [7b2d5a4] ports should be ints in config (bug 1137696)dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [a14b67e] Straighten out NotFound raising in LDAP backend.dch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303071754~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A keystone_2013.1+git201303071754~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+git201303071754~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+git201303071754~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 Failure: precise_grizzly_swift_trunk #152

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_swift_trunk/152/Project:precise_grizzly_swift_trunkDate of build:Thu, 07 Mar 2013 18:01:06 -0500Build duration:1 min 51 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 308 lines...]Receiving objects:  16% (2915/18216), 420.00 KiB | 351 KiB/s   Receiving objects:  17% (3097/18216), 420.00 KiB | 351 KiB/s   Receiving objects:  18% (3279/18216), 420.00 KiB | 351 KiB/s   Receiving objects:  19% (3462/18216), 420.00 KiB | 351 KiB/s   Receiving objects:  20% (3644/18216), 420.00 KiB | 351 KiB/s   Receiving objects:  21% (3826/18216), 420.00 KiB | 351 KiB/s   Receiving objects:  22% (4008/18216), 788.00 KiB | 423 KiB/s   Receiving objects:  23% (4190/18216), 788.00 KiB | 423 KiB/s   Receiving objects:  23% (4242/18216), 788.00 KiB | 423 KiB/s   Receiving objects:  24% (4372/18216), 1.07 MiB | 449 KiB/s   Receiving objects:  25% (4554/18216), 1.07 MiB | 449 KiB/s   Receiving objects:  26% (4737/18216), 1.07 MiB | 449 KiB/s   Receiving objects:  27% (4919/18216), 1.52 MiB | 528 KiB/s   Receiving objects:  27% (5042/18216), 1.52 MiB | 528 KiB/s   Receiving objects:  28% (5101/18216), 1.52 MiB | 528 KiB/s   Receiving objects:  29% (5283/18216), 1.52 MiB | 528 KiB/s   Receiving objects:  30% (5465/18216), 1.52 MiB | 528 KiB/s   Receiving objects:  31% (5647/18216), 2.18 MiB | 645 KiB/s   Receiving objects:  32% (5830/18216), 2.18 MiB | 645 KiB/s   Receiving objects:  32% (5909/18216), 2.73 MiB | 682 KiB/s   Receiving objects:  32% (5921/18216), 2.79 MiB | 519 KiB/s   Receiving objects:  32% (5925/18216), 2.82 MiB | 257 KiB/s   Receiving objects:  32% (5925/18216), 2.82 MiB | 140 KiB/s   Receiving objects:  32% (5928/18216), 2.83 MiB | 40 KiB/s   Receiving objects:  32% (5932/18216), 2.86 MiB | 22 KiB/s   error: RPC failed; result=56, HTTP code = 200fatal: The remote end hung up unexpectedlyfatal: early EOFfatal: index-pack failed	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:771)	... 19 moreTrying next repositoryERROR: Could not clone repositoryFATAL: Could not clonehudson.plugins.git.GitException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1041)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:970)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2236)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)	at hudson.remoting.Engine$1$1.run(Engine.java:60)	at java.lang.Thread.run(Thread.java:722)-- 
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 #185

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/185/Project:precise_grizzly_keystone_trunkDate of build:Thu, 07 Mar 2013 18:05:12 -0500Build duration:6 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesreturn 201 Created on POST request (bug1131119)by chunggeditkeystone/common/wsgi.pyeditkeystone/auth/controllers.pyeditkeystone/auth/token_factory.pyedittests/test_content_types.pyedittests/test_v3.pyConsole Output[...truncated 5608 lines...]ERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303071805~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303071805~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpQ66Bcy/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpQ66Bcy/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303071805~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [dd7d4fd] return 201 Created on POST request (bug1131119)dch -a [9789447] Remove unused methods from LDAP backed.dch -a [dea5eea] Move get_by_name to LdapBase.dch -a [38bf87b] fix typo in kvs backenddch -a [156f474] mark 2.0 API as stabledch -a [ddd2216] Move auth plugins to 'keystone.auth.plugins' (bug 1136967)dch -a [be23b79] remove unused importdch -a [7b2d5a4] ports should be ints in config (bug 1137696)dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [a14b67e] Straighten out NotFound raising in LDAP backend.dch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303071805~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A keystone_2013.1+git201303071805~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+git201303071805~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+git201303071805~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_keystone_trunk #198

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/198/Project:raring_grizzly_keystone_trunkDate of build:Thu, 07 Mar 2013 18:04:59 -0500Build duration:7 min 47 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesreturn 201 Created on POST request (bug1131119)by chunggedittests/test_v3.pyeditkeystone/auth/token_factory.pyeditkeystone/auth/controllers.pyedittests/test_content_types.pyeditkeystone/common/wsgi.pyConsole Output[...truncated 6574 lines...]ERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303071805~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303071805~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpDJomIf/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpDJomIf/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303071805~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [dd7d4fd] return 201 Created on POST request (bug1131119)dch -a [9789447] Remove unused methods from LDAP backed.dch -a [dea5eea] Move get_by_name to LdapBase.dch -a [38bf87b] fix typo in kvs backenddch -a [156f474] mark 2.0 API as stabledch -a [ddd2216] Move auth plugins to 'keystone.auth.plugins' (bug 1136967)dch -a [be23b79] remove unused importdch -a [7b2d5a4] ports should be ints in config (bug 1137696)dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [a14b67e] Straighten out NotFound raising in LDAP backend.dch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303071805~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A keystone_2013.1+git201303071805~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+git201303071805~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+git201303071805~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 Fixed: precise_grizzly_swift_trunk #153

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_swift_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_swift_trunk/153/Project:precise_grizzly_swift_trunkDate of build:Thu, 07 Mar 2013 18:31:06 -0500Build duration:2 min 53 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60Changessimplify the chexor functionby mikeedittest/unit/common/test_db.pyeditswift/common/db.pyConsole Output[...truncated 4358 lines...]Checking signature on .changesGood signature on /tmp/tmptM71uJ/swift_1.7.7+git201303071831~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmptM71uJ/swift_1.7.7+git201303071831~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading swift_1.7.7+git201303071831~precise-0ubuntu1.dsc: done.  Uploading swift_1.7.7+git201303071831~precise.orig.tar.gz: done.  Uploading swift_1.7.7+git201303071831~precise-0ubuntu1.debian.tar.gz: done.  Uploading swift_1.7.7+git201303071831~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', 'swift_1.7.7+git201303071831~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'Deleting files no longer referenced...deleting and forgetting pool/main/s/swift/python-swift_1.7.7+git201303070901~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-account_1.7.7+git201303070901~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-container_1.7.7+git201303070901~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-doc_1.7.7+git201303070901~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-object_1.7.7+git201303070901~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-proxy_1.7.7+git201303070901~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift_1.7.7+git201303070901~precise-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/swift/precise-grizzly']Pushed up to revision 138.INFO:root:Storing current commit for next build: 0219b08b465365a02b7948c4405a3759486cfc95INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/grizzly /tmp/tmptM71uJ/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmptM71uJ/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 40782ed20c5b1760984b311db53e4b5707adb353..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/precise-grizzly --forcedch -b -D precise --newversion 1.7.7+git201303071831~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [0219b08] simplify the chexor functiondch -a [7d5095c] Support listing endpoints for an object.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.7+git201303071831~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A swift_1.7.7+git201303071831~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing swift_1.7.7+git201303071831~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly swift_1.7.7+git201303071831~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/swift/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 Failure: raring_grizzly_nova_trunk #850

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/850/Project:raring_grizzly_nova_trunkDate of build:Thu, 07 Mar 2013 18:34:00 -0500Build duration:2 min 38 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesFix access_ip_* raceby cbehrenseditnova/compute/manager.pyeditnova/tests/compute/test_compute.pyConsole Output[...truncated 1183 lines...]Get:83 http://archive.ubuntu.com/ubuntu/ raring/main libfreetype6 amd64 2.4.11-0ubuntu1 [346 kB]Get:84 http://archive.ubuntu.com/ubuntu/ raring/main libjpeg-turbo8 amd64 1.2.1-0ubuntu2 [114 kB]Get:85 http://archive.ubuntu.com/ubuntu/ raring/main liblcms1 amd64 1.19.dfsg-1.2ubuntu2 [106 kB]Get:86 http://archive.ubuntu.com/ubuntu/ raring/main libpaper1 amd64 1.1.24+nmu2ubuntu2 [14.6 kB]Get:87 http://archive.ubuntu.com/ubuntu/ raring/main libyaml-0-2 amd64 0.1.4-2build1 [57.3 kB]Get:88 http://archive.ubuntu.com/ubuntu/ raring/main docutils-doc all 0.10-1ubuntu2 [1313 kB]Get:89 http://archive.ubuntu.com/ubuntu/ raring/main libjpeg8 amd64 8c-2ubuntu7 [2112 B]Get:90 http://archive.ubuntu.com/ubuntu/ raring/main libpaper-utils amd64 1.1.24+nmu2ubuntu2 [9164 B]Get:91 http://archive.ubuntu.com/ubuntu/ raring/main libtidy-0.99-0 amd64 20091223cvs-1.2 [147 kB]Get:92 http://archive.ubuntu.com/ubuntu/ raring/main python-dingus all 0.3.4-1 [8918 B]Get:93 http://archive.ubuntu.com/ubuntu/ raring/main python-imaging-compat all 1.1.7+1.7.8-1ubuntu2 [5628 B]Get:94 http://archive.ubuntu.com/ubuntu/ raring/main python-imaging amd64 1.1.7+1.7.8-1ubuntu2 [304 kB]Get:95 http://archive.ubuntu.com/ubuntu/ raring/main python-libxml2 amd64 2.9.0+dfsg1-4ubuntu3 [190 kB]Get:96 http://archive.ubuntu.com/ubuntu/ raring/main python-nose all 1.1.2-3ubuntu4 [135 kB]Get:97 http://archive.ubuntu.com/ubuntu/ raring/main python-openid all 2.2.5-3ubuntu1 [118 kB]Get:98 http://archive.ubuntu.com/ubuntu/ raring/main python-pastescript all 1.7.5-2 [118 kB]Get:99 http://archive.ubuntu.com/ubuntu/ raring/main python-scgi amd64 1.13-1ubuntu2 [20.4 kB]Get:100 http://archive.ubuntu.com/ubuntu/ raring/main python-stompy all 0.2.9-1ubuntu1 [11.2 kB]Get:101 http://archive.ubuntu.com/ubuntu/ raring/main python-utidylib all 0.2-8build1 [9370 B]Get:102 http://archive.ubuntu.com/ubuntu/ raring/main python-yaml amd64 3.10-4build2 [113 kB]Get:103 http://archive.ubuntu.com/ubuntu/ raring/main sphinx-doc all 1.1.3+dfsg-7ubuntu1 [855 kB]Failed to fetch http://localhost/ubuntu/pool/main/p/python-glanceclient/python-glanceclient_0.8.0.5.g0ca43be+git201303070714~raring-0ubuntu1_all.deb  404  Not FoundFetched 19.3 MB in 15s (1273 kB/s)E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?install call failedERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-826f1a82-73ef-4012-bc86-7dd40cfb29e3', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpbQZ1O5/nova/debian/control']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-826f1a82-73ef-4012-bc86-7dd40cfb29e3', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpbQZ1O5/nova/debian/control']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/grizzly /tmp/tmpbQZ1O5/novamk-build-deps -i -r -t apt-get -y /tmp/tmpbQZ1O5/nova/debian/controlTraceback (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', '-p', '-r', '-c', 'raring-amd64-826f1a82-73ef-4012-bc86-7dd40cfb29e3', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpbQZ1O5/nova/debian/control']' returned non-zero exit status 100Error 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', '-p', '-r', '-c', 'raring-amd64-826f1a82-73ef-4012-bc86-7dd40cfb29e3', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpbQZ1O5/nova/debian/control']' returned non-zero exit status 100Build 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 : 

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_nova_trunk #767

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/767/Project:precise_grizzly_nova_trunkDate of build:Thu, 07 Mar 2013 18:36:39 -0500Build duration:2 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesFix access_ip_* raceby cbehrenseditnova/tests/compute/test_compute.pyeditnova/compute/manager.pyConsole Output[...truncated 4582 lines...]Package: novaPackage-Time: 0Source-Version: 1:2013.1+git201303071837~precise-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303071837~precise-0ubuntu1Finished at 20130307-1839Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303071837~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303071837~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/grizzly /tmp/tmpQILPjF/novamk-build-deps -i -r -t apt-get -y /tmp/tmpQILPjF/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 0b2e8d6e0638dc1764965581f25266144b5abb9d..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303071837~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [6a080df] Fix access_ip_* racedch -a [0890645] Remove duplicate API logging.dch -a [2f414f3] Remove uses of instance['instance_type'] from xenapi driver.dch -a [4e118a4] Add missing action_start if deleting resized inst.dch -a [813ed1b] Read baremetal images from extra_specs namespace.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201303071837~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201303071837~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', 'nova_2013.1+git201303071837~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303071837~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_cinder_trunk #210

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_trunk/210/Project:precise_grizzly_cinder_trunkDate of build:Thu, 07 Mar 2013 21:01:08 -0500Build duration:2 min 4 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesMark configuration option netapp_password secretby mjforkeditcinder/volume/drivers/netapp/iscsi.pyConsole Output[...truncated 2883 lines...]Fail-Stage: install-depsHost Architecture: amd64Install-Time: 0Job: cinder_2013.1+git201303072101~precise-0ubuntu1.dscMachine Architecture: amd64Package: cinderPackage-Time: 0Source-Version: 1:2013.1+git201303072101~precise-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303072101~precise-0ubuntu1Finished at 20130307-2102Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303072101~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303072101~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmpIl7Myc/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpIl7Myc/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/cinder/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303072101~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201303072101~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A cinder_2013.1+git201303072101~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', 'cinder_2013.1+git201303072101~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303072101~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_quantum_trunk #435

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/435/Project:precise_grizzly_quantum_trunkDate of build:Thu, 07 Mar 2013 21:01:09 -0500Build duration:16 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80Changesadd ns-metadata-proxy rootwrap filters to dhcp.filtersby daneditetc/quantum/rootwrap.d/dhcp.filtersImported Translations from Transifexby Jenkinseditquantum/locale/quantum.potConsole Output[...truncated 10235 lines...]Host Architecture: amd64Install-Time: 51Job: quantum_2013.1+git201303072101~precise-0ubuntu1.dscMachine Architecture: amd64Package: quantumPackage-Time: 889Source-Version: 1:2013.1+git201303072101~precise-0ubuntu1Space: 19896Status: attemptedVersion: 1:2013.1+git201303072101~precise-0ubuntu1Finished at 20130307-2117Build needed 00:14:49, 19896k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'quantum_2013.1+git201303072101~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'quantum_2013.1+git201303072101~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmp5YEcNw/quantummk-build-deps -i -r -t apt-get -y /tmp/tmp5YEcNw/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log b6722af476eb7b4b54f7b29e626568c3ac1c7ede..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303072101~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [36d5755] Imported Translations from Transifexdch -a [48e7848] add ns-metadata-proxy rootwrap filters to dhcp.filtersdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201303072101~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A quantum_2013.1+git201303072101~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', 'quantum_2013.1+git201303072101~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', 'quantum_2013.1+git201303072101~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_ceilometer_trunk #125

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/125/Project:precise_grizzly_ceilometer_trunkDate of build:Thu, 07 Mar 2013 21:31:09 -0500Build duration:2 min 27 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMake HACKING compliantby sandyeditceilometer/plugin.pyeditceilometer/storage/sqlalchemy/models.pyeditceilometer/agent.pyeditceilometer/api/controllers/v2.pyeditceilometer/storage/base.pyedittools/hacking.pyeditceilometer/compute/virt/libvirt/inspector.pyeditceilometer/image/notifications.pyeditceilometer/nova_client.pyeditceilometer/storage/__init__.pyeditceilometer/service.pyeditceilometer/counter.pyeditceilometer/energy/kwapi.pyeditceilometer/storage/sqlalchemy/migration.pyeditceilometer/collector/service.pyeditceilometer/tests/db.pyeditceilometer/objectstore/swift_middleware.pyeditceilometer/compute/pollsters.pyeditceilometer/api/acl.pyeditceilometer/api/controllers/root.pyeditceilometer/objectstore/swift.pyeditceilometer/compute/manager.pyeditceilometer/policy.pyeditceilometer/storage/impl_sqlalchemy.pyeditbin/ceilometer-send-countereditceilometer/network/floatingip.pyedittox.inieditceilometer/storage/sqlalchemy/session.pyedittests/api/v1/test_impl_sqlalchemy.pyeditceilometer/network/notifications.pyeditceilometer/compute/notifications.pyeditceilometer/compute/virt/inspector.pyeditceilometer/pipeline.pyeditceilometer/api/v1/app.pyedittests/objectstore/test_swift.pyeditceilometer/tests/api.pyeditceilometer/image/glance.pyeditceilometer/storage/impl_mongodb.pyeditceilometer/compute/nova_notifier/folsom.pyeditceilometer/api/app.pyeditsetup.pyConsole Output[...truncated 2011 lines...]bzr: ERROR: An error (1) occurred running quilt: Applying patch exclude-tests-when-installing.patchpatching file setup.pyHunk #1 FAILED at 63.1 out of 1 hunk FAILED -- rejects in file setup.pyPatch exclude-tests-when-installing.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-08a85d8b-d7d0-4b4c-b877-3123123a180f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-08a85d8b-d7d0-4b4c-b877-3123123a180f', '-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/ceilometer/grizzly /tmp/tmplZJKAy/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmplZJKAy/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log fba1ae00c324d9ad9ec0e6700ed317832e9e58e0..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/ceilometer/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303072131~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [6a7633c] Make HACKING compliantdch -a [df0a2ca] Fix oslo.config and unittest.dch -a [bf0c01e] Fix an invalid test in the storage test suitedch -a [9aa2ec3] Add the etc directory to the sdist manifestdch -a [34e5932] api: run compute duration by resource on SQL backenddch -a [955ffa9] api: run list_projects tests against SQL backend toodch -a [75f4fff] api: run list users test against SQL backend toodch -a [fdadb09] api: run list meters tests against SQL backend toodch -a [b9d9539] Exclude tests directory from installation.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', '-p', '-r', '-c', 'precise-amd64-08a85d8b-d7d0-4b4c-b877-3123123a180f', '-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', '-p', '-r', '-c', 'precise-amd64-08a85d8b-d7d0-4b4c-b877-3123123a180f', '-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] Build Still Failing: precise_grizzly_ceilometer_trunk #126

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_ceilometer_trunk/126/Project:precise_grizzly_ceilometer_trunkDate of build:Thu, 07 Mar 2013 22:01:09 -0500Build duration:2 min 23 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesReturn something sane from the log impl.by asalkeldeditceilometer/storage/impl_log.pyConsole Output[...truncated 2014 lines...]Applying patch exclude-tests-when-installing.patchpatching file setup.pyHunk #1 FAILED at 63.1 out of 1 hunk FAILED -- rejects in file setup.pyPatch exclude-tests-when-installing.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-e9539ce7-803d-4372-a232-482249169018', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-e9539ce7-803d-4372-a232-482249169018', '-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/ceilometer/grizzly /tmp/tmpGxZtC5/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpGxZtC5/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log fba1ae00c324d9ad9ec0e6700ed317832e9e58e0..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/ceilometer/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303072201~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [6a7633c] Make HACKING compliantdch -a [df0a2ca] Fix oslo.config and unittest.dch -a [b7c30ca] Return something sane from the log impl.dch -a [bf0c01e] Fix an invalid test in the storage test suitedch -a [9aa2ec3] Add the etc directory to the sdist manifestdch -a [34e5932] api: run compute duration by resource on SQL backenddch -a [955ffa9] api: run list_projects tests against SQL backend toodch -a [75f4fff] api: run list users test against SQL backend toodch -a [fdadb09] api: run list meters tests against SQL backend toodch -a [b9d9539] Exclude tests directory from installation.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', '-p', '-r', '-c', 'precise-amd64-e9539ce7-803d-4372-a232-482249169018', '-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', '-p', '-r', '-c', 'precise-amd64-e9539ce7-803d-4372-a232-482249169018', '-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_ceilometer_trunk #128

2013-03-07 Thread openstack-testing-bot
Title: raring_grizzly_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_ceilometer_trunk/128/Project:raring_grizzly_ceilometer_trunkDate of build:Thu, 07 Mar 2013 22:01:10 -0500Build duration:3 min 20 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesReturn something sane from the log impl.by asalkeldeditceilometer/storage/impl_log.pyConsole Output[...truncated 2482 lines...]Applying patch exclude-tests-when-installing.patchpatching file setup.pyHunk #1 FAILED at 63.1 out of 1 hunk FAILED -- rejects in file setup.pyPatch exclude-tests-when-installing.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-27f54e13-ec61-4f4b-90a7-26bf16cdb52c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-27f54e13-ec61-4f4b-90a7-26bf16cdb52c', '-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/ceilometer/grizzly /tmp/tmplLdNVI/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmplLdNVI/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log fba1ae00c324d9ad9ec0e6700ed317832e9e58e0..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/ceilometer/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303072201~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [6a7633c] Make HACKING compliantdch -a [df0a2ca] Fix oslo.config and unittest.dch -a [b7c30ca] Return something sane from the log impl.dch -a [bf0c01e] Fix an invalid test in the storage test suitedch -a [9aa2ec3] Add the etc directory to the sdist manifestdch -a [34e5932] api: run compute duration by resource on SQL backenddch -a [955ffa9] api: run list_projects tests against SQL backend toodch -a [75f4fff] api: run list users test against SQL backend toodch -a [fdadb09] api: run list meters tests against SQL backend toodch -a [b9d9539] Exclude tests directory from installation.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', '-p', '-r', '-c', 'raring-amd64-27f54e13-ec61-4f4b-90a7-26bf16cdb52c', '-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', '-p', '-r', '-c', 'raring-amd64-27f54e13-ec61-4f4b-90a7-26bf16cdb52c', '-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_cinder_trunk #211

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_trunk/211/Project:precise_grizzly_cinder_trunkDate of build:Fri, 08 Mar 2013 00:31:10 -0500Build duration:1 min 40 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNetApp bug fix for multibackend scenario.by singneditcinder/volume/drivers/netapp/iscsi.pyeditcinder/tests/test_netapp.pyeditcinder/tests/test_netapp_nfs.pyeditcinder/volume/drivers/netapp/nfs.pyConsole Output[...truncated 2883 lines...]Fail-Stage: install-depsHost Architecture: amd64Install-Time: 0Job: cinder_2013.1+git201303080031~precise-0ubuntu1.dscMachine Architecture: amd64Package: cinderPackage-Time: 0Source-Version: 1:2013.1+git201303080031~precise-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303080031~precise-0ubuntu1Finished at 20130308-0032Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303080031~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303080031~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmpd_8wkz/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpd_8wkz/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/cinder/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303080031~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201303080031~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A cinder_2013.1+git201303080031~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', 'cinder_2013.1+git201303080031~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303080031~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-07 Thread openstack-testing-bot
Title: precise_grizzly_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_trunk/212/Project:precise_grizzly_cinder_trunkDate of build:Fri, 08 Mar 2013 01:01:09 -0500Build duration:1 min 42 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesPull newly merged Olso update for is operatorby zhiteng.huangaddcinder/openstack/common/strutils.pyeditcinder/openstack/common/scheduler/filters/extra_specs_ops.pyeditopenstack-common.confConsole Output[...truncated 2892 lines...]Job: cinder_2013.1+git201303080101~precise-0ubuntu1.dscMachine Architecture: amd64Package: cinderPackage-Time: 0Source-Version: 1:2013.1+git201303080101~precise-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303080101~precise-0ubuntu1Finished at 20130308-0102Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303080101~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303080101~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmpPDhRd3/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpPDhRd3/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log af5d4b323597e3654b4e41af5ee19f5fe395ae35..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303080101~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [6abb573] Pull newly merged Olso update for 'is' operatordch -a [0f150c9] Mark configuration option netapp_password secretdch -a [80c8d32] NetApp bug fix for multibackend scenario.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201303080101~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A cinder_2013.1+git201303080101~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', 'cinder_2013.1+git201303080101~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303080101~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp