Re: [Openstack] Create new Public User

2012-09-11 Thread Matt Joyce
horizon dashboard extensions are probably the way to go.

http://docs.openstack.org/developer/horizon/topics/tutorial.html

check that out for starters.

-Matt

On Mon, Sep 10, 2012 at 9:30 PM, Jegadeesh s.jegade...@gmail.com wrote:

 Hi Guys,

 I am new for OpenStack. For some testing, i have installed it (Ubuntu
 12.04, Essex) and it works fine. Now, i want to customize the dashboard to
 add some more options like automate the user creation with mail
 confirmation, send a mail after create/delete instances etc...

 Can someone give some ideas?

 Thanks,
 Jegadeesh S

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


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


[Openstack] “Unrecognized Content-Type provided in request”Nova

2012-09-11 Thread Tomokazu Hirai
Hi,

I installed essex on sepalated nodes and used Ubuntu Server 12.04
LTS. I used this installation manual.

  
http://docs.openstack.org/essex/openstack-compute/starter/os-compute-starterguide-trunk.pdf

I could install all in one node. but when I installed on sepalated
nodes, nova output these error messages.

2012-09-11 15:50:58 DEBUG nova.api.openstack.wsgi 
[req-1982c640-5401-4776-952d-0912a6df3995 e82d241e3d0e4729aaa64f8c9be025ab 
70400487396d4fddaabf2da0466a55a0] Unrecognized Content-Type provided in request 
from (pid=1176) get_body 
/usr/lib/python2.7/dist-packages/nova/api/openstack/wsgi.py:697

So I found a bug trac page.

  https://bugs.launchpad.net/nova/+bug/904473

Maybe folsom release contain fixed version program. but I am using
essex on Ubuntu Server 12.04's packages.

Are there workaround about this problem ? I want to use Ubuntu Packages.

Best Regards,

-- Tomokazu Hirai

___
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] “Unrecognized Content-Type provided in request”Nova

2012-09-11 Thread Mark McLoughlin
On Tue, 2012-09-11 at 16:36 +0900, Tomokazu Hirai wrote:
 Hi,
 
 I installed essex on sepalated nodes and used Ubuntu Server 12.04
 LTS. I used this installation manual.
 
   
 http://docs.openstack.org/essex/openstack-compute/starter/os-compute-starterguide-trunk.pdf
 
 I could install all in one node. but when I installed on sepalated
 nodes, nova output these error messages.
 
 2012-09-11 15:50:58 DEBUG nova.api.openstack.wsgi
 [req-1982c640-5401-4776-952d-0912a6df3995
 e82d241e3d0e4729aaa64f8c9be025ab 70400487396d4fddaabf2da0466a55a0]
 Unrecognized Content-Type provided in request from (pid=1176)
 get_body /usr/lib/python2.7/dist-packages/nova/api/openstack/wsgi.py:697
 
 So I found a bug trac page.
 
   https://bugs.launchpad.net/nova/+bug/904473
 
 Maybe folsom release contain fixed version program. but I am using
 essex on Ubuntu Server 12.04's packages.

The FAQ is pretty clear:

  https://answers.launchpad.net/nova/+faq/2003

  A line like this in api.log is harmless and can be ignored:

It's not an error. Just ignore it. It should be gone in Folsom.

Cheers,
Mark.


___
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] 回复: Can openstack guarantee each VM network bandwidth

2012-09-11 Thread 延生 付
This one seems to be a monitor component(correct me if wrong). 
My point is controller, which can guarantee resources, 
and make each vm issolation and fairness to use low level resources.
 
Regards,

willfu



发件人: Ray Sun qsun01...@cienet.com.cn
收件人: 延生 付 willfly0...@yahoo.com.cn 
抄送: openstack@lists.launchpad.net openstack@lists.launchpad.net 
发送日期: 2012年9月11日, 星期二, 下午 4:17
主题: Re: [Openstack] Can openstack guarantee each VM network bandwidth


I don't think so. Sina has an open source project about 
this: https://github.com/zyluo/kanyun


- RayYours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Mobile Phone: 86-18901118291




On Tue, Sep 11, 2012 at 1:22 PM, 延生 付 willfly0...@yahoo.com.cn wrote:

 
Hi stacker,
 
I tried openstack several times, and there is a question always in there.
Can openstack issolate the low level resource usages for each VM instance?
such as network bandwith, diskio, cpu frequency etc.
Is there any api?
 
Regards,

willfu
___
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] Keystone rate-limiting with turnstile

2012-09-11 Thread Ionuț Arțăriși

Hi!

I've been working on a solution for rate-limiting requests to keystone. 
I based this on the existing turnstile [0] and nova_limits [1] projects 
by Kevin L. Mitchell. The project is basically a refactoring of 
nova_limits to work with keystone so I've named it keystone_limits:


https://github.com/mapleoin/keystone_limits

Turnstile already provides a distributed rate-limiting WSGI middleware 
with a redis backend. The way keystone_limits works is it tracks the IPs 
(REMOTE_ADDR header) of the incoming requests to keystone and then 
matches them against a set of rules. The rules are defined in an XML 
document which also describes rate limits such as: 90 POST requests per 
minute to the '/tokens' URL. If the request exceeds the limit a '413 
Request Entity Too Large' error response is returned.


Now there's still a problem. In the case of Dashboard for example, all 
the users will show up to keystone using the same IP, which is the IP of 
the Dashboard server. I've opened a bug [2] and proposed to change both 
Dashboard and python-keystoneclient in order to then send out the 
original IP address of the user so that it makes it safely to keystone.


To start using it, you should check out the README. It should be pretty 
clear, but if there's anything muddy, don't hesitate to ask.


I'd appreciate any feedback or patches or help on the launchpad bug.

-Ionuț

[0] https://github.com/klmitch/turnstile
[1] https://github.com/klmitch/nova_limits
[2] https://bugs.launchpad.net/keystone/+bug/1046837

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


Re: [Openstack] Which volume API in Nova ?

2012-09-11 Thread Day, Phil
Thanks Vish,

So are both maintained at present - for example if there was a bug fix to 
volume creation would it be applied to the VolumeController in both places ?

I'm just trying to work out how best to provide compatibility as we roll 
forwards - seems like for some period we may need to have both the compute 
extension and the Volume API server running.

Phil

From: Vishvananda Ishaya [mailto:vishvana...@gmail.com]
Sent: 10 September 2012 18:08
To: Day, Phil
Cc: openstack@lists.launchpad.net (openstack@lists.launchpad.net) 
(openstack@lists.launchpad.net)
Subject: Re: [Openstack] Which volume API in Nova ?

Prior to creating our own endpoint for volumes inside of nova (one of the first 
steps in the transition that happened right before the essex release), volume 
control was done by compute extensions. We left these extensions in case anyone 
was using them. They should be roughly functionally equivalent, but the compute 
extension is located at:
http://host:8774/os-volumes (host and port of the compute endpoint)
and the volume api is at:
http://host:8776/volumes (host and port of the volume endpoint)

Vish

On Sep 10, 2012, at 8:34 AM, Day, Phil 
philip@hp.commailto:philip@hp.com wrote:


Hi Folks,

I know things are in transition right now from Nova to Cinder, but can someone 
shed light on the difference between api.openstack.compute.contrib.volumes 
and api.openstack.volume ?

Thanks
Phil
___
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] Which volume API in Nova ?

2012-09-11 Thread John Griffith
On Tue, Sep 11, 2012 at 10:07 AM, Day, Phil philip@hp.com wrote:

  Thanks Vish,

 ** **

 So are both maintained at present – for example if there was a bug fix to
 volume creation would it be applied to the VolumeController in both places ?
 

 ** **

 I’m just trying to work out how best to provide compatibility as we roll
 forwards – seems like for some period we may need to have both the compute
 extension and the Volume API server running.

 ** **

 Phil

 ** **

 *From:* Vishvananda Ishaya [mailto:vishvana...@gmail.com]
 *Sent:* 10 September 2012 18:08
 *To:* Day, Phil
 *Cc:* openstack@lists.launchpad.net (openstack@lists.launchpad.net) (
 openstack@lists.launchpad.net)
 *Subject:* Re: [Openstack] Which volume API in Nova ?

 ** **

 Prior to creating our own endpoint for volumes inside of nova (one of the
 first steps in the transition that happened right before the essex
 release), volume control was done by compute extensions. We left these
 extensions in case anyone was using them. They should be roughly
 functionally equivalent, but the compute extension is located at:

 http://host:8774/os-volumes (host and port of the compute endpoint)

 and the volume api is at:

 http://host:8776/volumes (host and port of the volume endpoint)

 ** **

 Vish

 ** **

 On Sep 10, 2012, at 8:34 AM, Day, Phil philip@hp.com wrote:



 

 Hi Folks,

  

 I know things are in transition right now from Nova to Cinder, but can
 someone shed light on the difference between
 “api.openstack.compute.contrib.volumes” and “api.openstack.volume” ?**
 **

  

 Thanks

 Phil

 ___
 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

 Hey Phil,

You would probably want to move off of the extensions if you're in a
position to make that sort of change.  Also keep in mind the switch to the
Cinder volume service after Folsom.  It may be worth looking at this now
rather than waiting.

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


Re: [Openstack] 回复: Can openstack guarantee each VM network bandwidth

2012-09-11 Thread Vinay Bannai
Hello Willfu,

We are working on a feature to add to flavor types that allows the
administrator to specify the disk i/o operations. You get to specify the
weight for the blkiotune parameter (from 100 to 1000) for the flavor that
you created. This information would get stored as part of the instance type
extra specs table. In the first step of our feature development, you get to
create a instance type with this parameter. In the second part of our
developoment we will allow VM creation based on the flavor type and take
into consideration the blkiotune weight that is associated with the flavor
type.

We have not created a blueprint at this stage. Maybe we should. This is a
group effort as part of the openstack hackathon that meets regularly at
Yahoo in SF south bay.

Vinay

On Tue, Sep 11, 2012 at 1:40 AM, 延生 付 willfly0...@yahoo.com.cn wrote:

 This one seems to be a monitor component(correct me if wrong).
 My point is controller, which can guarantee resources,
 and make each vm issolation and fairness to use low level resources.

 Regards,
 willfu
   *发件人:* Ray Sun qsun01...@cienet.com.cn
 *收件人:* 延生 付 willfly0...@yahoo.com.cn
 *抄送:* openstack@lists.launchpad.net openstack@lists.launchpad.net
 *发送日期:* 2012年9月11日, 星期二, 下午 4:17
 *主题:* Re: [Openstack] Can openstack guarantee each VM network bandwidth

 I don't think so. Sina has an open source project about this:
 https://github.com/zyluo/kanyun

 - Ray
 Yours faithfully, Kind regards.

 CIeNET Technologies (Beijing) Co., Ltd
 Email: qsun01...@cienet.com.cn
 Mobile Phone: 86-18901118291



 On Tue, Sep 11, 2012 at 1:22 PM, 延生 付 willfly0...@yahoo.com.cn wrote:


 Hi stacker,

 I tried openstack several times, and there is a question always in there.
 Can openstack issolate the low level resource usages for each VM instance?
 such as network bandwith, diskio, cpu frequency etc.
 Is there any api?

 Regards,

 willfu

 ___
 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




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


Re: [Openstack] Private instances can't access Internet

2012-09-11 Thread Gui Maluf
I'm facing the same problem and I can't solve it!
Please, someone help us!
Instances from cc-node can reach Internet, but the node instances can't!

CC-node configs: http://paste.openstack.org/show/20861/
Node configs: http://paste.openstack.org/show/20862/

ps: i'm not using multi_host

I've tried many things, but I can't make my instance on node reach internet.


Dave Pigott
 Mon, 10 Sep 2012 03:09:34 -0700

 Hi Jason,

 Try setting --multi_host in nova.conf

 Dave

 Sent from my Aldis Lamp

 On 7 Sep 2012, at 20:50, Jason Cooper ja...@presdo.com wrote:

  Hi Everyone. I just completed the steps in the OpenStack Compute Starter
  Guide to get OpenStack up and running on my server, and everything is
 working
  wonderfully except that my private instances cannot access the public
  Internet.
 
  I have configured the physical server on which OpenStack is running to
 access
  the public Internet over eth0. I have also set up an internal network on
 eth1
  with a bridge so the instances, which all have fixed private IP
 addresses
  (e.g. 192.168.4.x) should be able to ping the public Internet through
 this
  bridge. However, this isn't working, and I'm hoping you can help explain
 what
  I'm doing wrong.
 
  I have already tried to setup IP forwarding by following the
 instructions at
  https://lists.launchpad.net/openstack/msg15559.html, but this did not
 help.
 
  Here is my /etc/network/interfaces:
 
  # The loopback network interface
  auto lo
  iface lo inet loopback
 
  # The primary network interface
  auto eth0
  iface eth0 inet static
address 10.0.1.130
netmask 255.255.0.0
broadcast 10.0.1.255
gateway 10.0.0.1
dns-nameservers 8.8.8.8
 
  auto eth1
  iface eth1 inet static
address 192.168.3.1
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
 
 
  And here is my /etc/nova/nova.conf:
 
  --dhcpbridge_flagfile=/etc/nova/nova.conf
  --dhcpbridge=/usr/bin/nova-dhcpbridge
  --logdir=/var/log/nova
  --state_path=/var/lib/nova
  --lock_path=/var/lock/nova
  --allow_admin_api=true
  --use_deprecated_auth=false
  --auth_strategy=keystone
  --scheduler_driver=nova.scheduler.simple.SimpleScheduler
  --s3_host=10.0.1.130
  --ec2_host=10.0.1.130
  --rabbit_host=10.0.1.130
  --cc_host=10.0.1.130
  --nova_url=http://10.0.1.130:8774/v1.1/
  --routing_source_ip=10.0.1.130
  --glance_api_servers=10.0.1.130:9292
  --image_service=nova.image.glance.GlanceImageService
  --iscsi_ip_prefix=192.168.4
  --sql_connection=mysql://novadbadmin:novasecret@10.0.1.130/nova
  --ec2_url=http://10.0.1.130:8773/services/Cloud
  --keystone_ec2_url=http://10.0.1.130:5000/v2.0/ec2tokens
  --api_paste_config=/etc/nova/api-paste.ini
  --libvirt_type=kvm
  --libvirt_use_virtio_for_bridges=true
  --start_guests_on_host_boot=true
  --resume_guests_state_on_host_boot=true
  # vnc specific configuration
  --novnc_enabled=true
  --novncproxy_base_url=http://10.0.1.130:6080/vnc_auto.html
  --vncserver_proxyclient_address=10.0.1.130
  --vncserver_listen=10.0.1.130
  # network specific settings
  --network_manager=nova.network.manager.FlatDHCPManager
  --public_interface=eth0
  --flat_interface=eth1
  --flat_network_bridge=br100
  --fixed_range=192.168.4.1/27
  #--floating_range=10.10.10.2/27
  --network_size=32
  --flat_network_dhcp_start=192.168.4.33
  --flat_injected=False
  --force_dhcp_release
  --iscsi_helper=tgtadm
  --connection_type=libvirt
  --root_helper=sudo nova-rootwrap
  --verbose
 
 
  Lastly, here is the command I used to create the network:
 
  sudo nova-manage network create private --fixed_range_v4=192.168.4.32/27
  --num_networks=1 --bridge=br100 --bridge_interface=eth1 --network_size=32
 
 
  You can see that I'm not using a floating IP range. My instances are
 able to
  access the public Internet if I change my configuration to use a
 floating
  range, but I prefer to find a solution that allows me to assign an
 internal
  IP to my instances and use the specified bridge to contact the outside
 world.
 
  Any help is appreciated, and many thanks in advance.
  - Jason
  ___
  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



-- 
guilherme \n
\tab maluf

Dominar-se a si próprio é uma vitória maior do que vencer a milhares em
uma batalha. Sakyamuni
___
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] Private instances can't access Internet

2012-09-11 Thread Dave Pigott
You have to set muli_host in nova.conf and then do a nova-manage db sync to run 
on more than one compute node.

Dave

Sent from my Aldis Lamp

On 11 Sep 2012, at 18:31, Gui Maluf guimal...@gmail.com wrote:

 I'm facing the same problem and I can't solve it!
 Please, someone help us!
 Instances from cc-node can reach Internet, but the node instances can't!
 
 CC-node configs: http://paste.openstack.org/show/20861/
 Node configs: http://paste.openstack.org/show/20862/
 
 ps: i'm not using multi_host
 
 I've tried many things, but I can't make my instance on node reach internet.
 
 
 Dave Pigott
 Mon, 10 Sep 2012 03:09:34 -0700
 
 Hi Jason,
 
 Try setting --multi_host in nova.conf
 
 Dave
 
 Sent from my Aldis Lamp
 
 On 7 Sep 2012, at 20:50, Jason Cooper ja...@presdo.com wrote:
 
  Hi Everyone. I just completed the steps in the OpenStack Compute Starter 
  Guide to get OpenStack up and running on my server, and everything is 
  working 
  wonderfully except that my private instances cannot access the public 
  Internet.
  
  I have configured the physical server on which OpenStack is running to 
  access 
  the public Internet over eth0. I have also set up an internal network on 
  eth1 
  with a bridge so the instances, which all have fixed private IP addresses 
  (e.g. 192.168.4.x) should be able to ping the public Internet through this 
  bridge. However, this isn't working, and I'm hoping you can help explain 
  what 
  I'm doing wrong.
  
  I have already tried to setup IP forwarding by following the instructions 
  at 
  https://lists.launchpad.net/openstack/msg15559.html, but this did not help.
  
  Here is my /etc/network/interfaces:
  
  # The loopback network interface
  auto lo
  iface lo inet loopback
  
  # The primary network interface
  auto eth0
  iface eth0 inet static
address 10.0.1.130
netmask 255.255.0.0
broadcast 10.0.1.255
gateway 10.0.0.1
dns-nameservers 8.8.8.8
  
  auto eth1
  iface eth1 inet static
address 192.168.3.1
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
  
  
  And here is my /etc/nova/nova.conf:
  
  --dhcpbridge_flagfile=/etc/nova/nova.conf
  --dhcpbridge=/usr/bin/nova-dhcpbridge
  --logdir=/var/log/nova
  --state_path=/var/lib/nova
  --lock_path=/var/lock/nova
  --allow_admin_api=true
  --use_deprecated_auth=false
  --auth_strategy=keystone
  --scheduler_driver=nova.scheduler.simple.SimpleScheduler
  --s3_host=10.0.1.130
  --ec2_host=10.0.1.130
  --rabbit_host=10.0.1.130
  --cc_host=10.0.1.130
  --nova_url=http://10.0.1.130:8774/v1.1/
  --routing_source_ip=10.0.1.130
  --glance_api_servers=10.0.1.130:9292
  --image_service=nova.image.glance.GlanceImageService
  --iscsi_ip_prefix=192.168.4
  --sql_connection=mysql://novadbadmin:novasecret@10.0.1.130/nova
  --ec2_url=http://10.0.1.130:8773/services/Cloud
  --keystone_ec2_url=http://10.0.1.130:5000/v2.0/ec2tokens
  --api_paste_config=/etc/nova/api-paste.ini
  --libvirt_type=kvm
  --libvirt_use_virtio_for_bridges=true
  --start_guests_on_host_boot=true
  --resume_guests_state_on_host_boot=true
  # vnc specific configuration
  --novnc_enabled=true
  --novncproxy_base_url=http://10.0.1.130:6080/vnc_auto.html
  --vncserver_proxyclient_address=10.0.1.130
  --vncserver_listen=10.0.1.130
  # network specific settings
  --network_manager=nova.network.manager.FlatDHCPManager
  --public_interface=eth0
  --flat_interface=eth1
  --flat_network_bridge=br100
  --fixed_range=192.168.4.1/27
  #--floating_range=10.10.10.2/27
  --network_size=32
  --flat_network_dhcp_start=192.168.4.33
  --flat_injected=False
  --force_dhcp_release
  --iscsi_helper=tgtadm
  --connection_type=libvirt
  --root_helper=sudo nova-rootwrap
  --verbose
  
  
  Lastly, here is the command I used to create the network:
  
  sudo nova-manage network create private --fixed_range_v4=192.168.4.32/27 
  --num_networks=1 --bridge=br100 --bridge_interface=eth1 --network_size=32
  
  
  You can see that I'm not using a floating IP range. My instances are able 
  to 
  access the public Internet if I change my configuration to use a floating 
  range, but I prefer to find a solution that allows me to assign an internal 
  IP to my instances and use the specified bridge to contact the outside 
  world.
  
  Any help is appreciated, and many thanks in advance.
  - Jason
  ___
  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
 
 
 -- 
 guilherme \n
 \tab maluf
 
 Dominar-se a si próprio é uma vitória maior do que vencer a milhares em uma 
 batalha. Sakyamuni
 

Re: [Openstack] Private instances can't access Internet

2012-09-11 Thread Gui Maluf
My node and my CC are connected through a switch, both has access to
Internet. I've tried to use multi_host, but with no success. I'm
trying again to set up with multi_host, since makes more sense in my
network setup.

After I set up multi_host=true and
enabled_apis=ec2,osapi_compute,osapi_volume,metadata my node is
working but my cc-node stop to work, instances running on my cc-node
can't get the right route table(192.x.x.x rather then 10.x.x.x) and
can't reach metadata server(this is the same issue I faced using
multi_host).



On Tue, Sep 11, 2012 at 3:04 PM, Ritesh Nanda riteshnand...@gmail.com wrote:

 Hello Gui,

  your Config file shows you are using --multi-host.
 In case you don't use multi-host all traffic would leave to Internet from
 the controller node.
 Just in case how is your two node connected , are they connected directly
 or using a switch.


 On Tue, Sep 11, 2012 at 11:01 PM, Gui Maluf guimal...@gmail.com wrote:

 I'm facing the same problem and I can't solve it!
 Please, someone help us!
 Instances from cc-node can reach Internet, but the node instances can't!

 CC-node configs: http://paste.openstack.org/show/20861/
 Node configs: http://paste.openstack.org/show/20862/

 ps: i'm not using multi_host

 I've tried many things, but I can't make my instance on node reach
 internet.


 Dave Pigott
 Mon, 10 Sep 2012 03:09:34 -0700


 Hi Jason,

 Try setting --multi_host in nova.conf

 Dave

 Sent from my Aldis Lamp

 On 7 Sep 2012, at 20:50, Jason Cooper ja...@presdo.com wrote:

  Hi Everyone. I just completed the steps in the OpenStack Compute
  Starter
  Guide to get OpenStack up and running on my server, and everything is
  working
  wonderfully except that my private instances cannot access the public
  Internet.
 
  I have configured the physical server on which OpenStack is running to
  access
  the public Internet over eth0. I have also set up an internal network
  on eth1
  with a bridge so the instances, which all have fixed private IP
  addresses
  (e.g. 192.168.4.x) should be able to ping the public Internet through
  this
  bridge. However, this isn't working, and I'm hoping you can help
  explain what
  I'm doing wrong.
 
  I have already tried to setup IP forwarding by following the
  instructions at
  https://lists.launchpad.net/openstack/msg15559.html, but this did not
  help.
 
  Here is my /etc/network/interfaces:
 
  # The loopback network interface
  auto lo
  iface lo inet loopback
 
  # The primary network interface
  auto eth0
  iface eth0 inet static
address 10.0.1.130
netmask 255.255.0.0
broadcast 10.0.1.255
gateway 10.0.0.1
dns-nameservers 8.8.8.8
 
  auto eth1
  iface eth1 inet static
address 192.168.3.1
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
 
 
  And here is my /etc/nova/nova.conf:
 
  --dhcpbridge_flagfile=/etc/nova/nova.conf
  --dhcpbridge=/usr/bin/nova-dhcpbridge
  --logdir=/var/log/nova
  --state_path=/var/lib/nova
  --lock_path=/var/lock/nova
  --allow_admin_api=true
  --use_deprecated_auth=false
  --auth_strategy=keystone
  --scheduler_driver=nova.scheduler.simple.SimpleScheduler
  --s3_host=10.0.1.130
  --ec2_host=10.0.1.130
  --rabbit_host=10.0.1.130
  --cc_host=10.0.1.130
  --nova_url=http://10.0.1.130:8774/v1.1/
  --routing_source_ip=10.0.1.130
  --glance_api_servers=10.0.1.130:9292
  --image_service=nova.image.glance.GlanceImageService
  --iscsi_ip_prefix=192.168.4
  --sql_connection=mysql://novadbadmin:novasecret@10.0.1.130/nova
  --ec2_url=http://10.0.1.130:8773/services/Cloud
  --keystone_ec2_url=http://10.0.1.130:5000/v2.0/ec2tokens
  --api_paste_config=/etc/nova/api-paste.ini
  --libvirt_type=kvm
  --libvirt_use_virtio_for_bridges=true
  --start_guests_on_host_boot=true
  --resume_guests_state_on_host_boot=true
  # vnc specific configuration
  --novnc_enabled=true
  --novncproxy_base_url=http://10.0.1.130:6080/vnc_auto.html
  --vncserver_proxyclient_address=10.0.1.130
  --vncserver_listen=10.0.1.130
  # network specific settings
  --network_manager=nova.network.manager.FlatDHCPManager
  --public_interface=eth0
  --flat_interface=eth1
  --flat_network_bridge=br100
  --fixed_range=192.168.4.1/27
  #--floating_range=10.10.10.2/27
  --network_size=32
  --flat_network_dhcp_start=192.168.4.33
  --flat_injected=False
  --force_dhcp_release
  --iscsi_helper=tgtadm
  --connection_type=libvirt
  --root_helper=sudo nova-rootwrap
  --verbose
 
 
  Lastly, here is the command I used to create the network:
 
  sudo nova-manage network create private
  --fixed_range_v4=192.168.4.32/27
  --num_networks=1 --bridge=br100 --bridge_interface=eth1
  --network_size=32
 
 
  You can see that I'm not using a floating IP range. My instances are
  able to
  access the public Internet if I change my configuration to use a
  floating
  range, but I prefer to find a solution that allows me to assign an
  internal
  IP to my instances and use the specified bridge to contact the outside
  world.
 
  Any help is 

[Openstack] Quantum, Horizon, and IPs

2012-09-11 Thread Joe Topjian
Hello,

Regarding a bug currently being worked on (
https://bugs.launchpad.net/horizon/+bug/1040956), I'd like clarification on
some of the comments.

It sounds like the bug will not fully be fixed until Grizzly. Until then,
the api is returning an empty list for a few functions.

From reading Dan's last comment, it sounds as though end-users will not be
able to allocate a floating IP to their project via Horizon? Given that,
will they will not be able to associate floating IPs to instances, either?

If this is true, what will the recommended tool / commands be for end-users
to manage floating IPs for themselves?

Thanks,
Joe


-- 
Joe Topjian
Systems Administrator
Cybera Inc.

www.cybera.ca

Big data is coming to Canada. Join the welcome wagon.
*Cyber Summit 2012*
October 1-3, Banff
www.cybera.ca/summit2012

Cybera is a not-for-profit organization that works to spur and support
innovation, for the economic benefit of Alberta, through the use
of cyberinfrastructure.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] OpenStack SC12 BOF reviews

2012-09-11 Thread Brian Schott
We tried to register for an OpenStack BOF at Supercomputing 2012 this year and 
were turned down.  How is OpenStack vendor specific?   Being rejected makes no 
sense to me considering they had BOFs on BlueGene, Cray XMT, and CoArray 
Fortran last year.  grumble The same 25 people will attend the CoArray 
Fortran BOF this year and their average age is probably 70. /grumble

Is anyone aware of any SC12 sessions that we might crash?  Discuss it on 
openstack-hpc list!
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-hpc

Brian

-
Brian Schott, CTO
Nimbis Services, Inc.
brian.sch...@nimbisservices.com
ph: 443-274-6064  fx: 443-274-6060

bof214 Reviews Details
Submission: Bridging the Cloud-HPC Gap with OpenStack
Contributors: Pai, Schott, Walters

Key for the below column headings: hide
Review Categories (higher is better):
Goals:  Does the proposal clearly articulate the goals of the BOF?
[Absolutely NO; Probably NO; Probably YES; Absolutely YES]
Fit:Does the BOF fit with the goal of the SC12 Technical Program? 
(Demonstrate, debate and discover innovative, cutting-edge advances in HPC, 
networking, storage and analysis)
[Absolutely NO; Probably NO; Probably YES; Absolutely YES]
Interact:   Does the proposed BOF define an interactive approach?
[Not interactive; Slightly interactive; Moderately interactive; Fully 
interactive]
Innov:  Does this BOF include a new or innovative idea applicable to technology 
or policy?
[Absolutely NO; Probably NO; Probably YES; Absolutely YES]
New:Is the proposed BOF new or a repeat from previous years?
[Repeat of Previous Year(s); Repeat of SC11 BOF; New; Don't know]
Commun: Is the proposed BOF an “organized meeting” for a community activity? If 
yes, is this a newly formed community?
[No, No; Yes, No; Yes, Yes; Don't know]
Int:Do you believe that there will be interest at SC12 in this topic?
[Absolutely NO; Probably NO; Probably YES; Absolutely YES]
Qual:   What is the quality of the technical content of this BOF?
[Poor; Fair; Good; Excellent]
Worksh: Can the proposed BOF be a small workshop or a tutorial?
[Absolutely NO; Probably NO; Probably YES; Absolutely YES]
Vendor: Does the BOF define a commercial technology by a specific vendor?
[Vendor Specific; Vendor Agnostic; Not commercial]
Accept: Proposal Acceptability
[REJECT; NEUTRAL; ACCEPT]



Summary of reviews of bof214s1  
ReviewerGoals   Fit InteractInnov   New Commun  Int 
QualWorksh  Vendor  Accept
Reviewer 1  Absolutely YES (3)  Probably YES (2)Moderately 
interactive (2)  Probably YES (2)Repeat of Previous Year(s) (1)  
Yes, No (1) Probably YES (2)Good (2)Probably NO (1) Not 
commercial (2)  ACCEPT (2)
Reviewer 2  Probably YES (2)Probably YES (2)Slightly 
interactive (1)Probably YES (2)Don't know (4)  Yes, No (1) 
Probably YES (2)Fair (1)Probably YES (2)Vendor Specific 
(0) REJECT (0)
Averages:   2.5 2.0 1.5 2.0 2.5 1.0 2.0 1.5 
1.5 1.0 1.0

Commitee Comments jump
Review of bof214s1 by Reviewer 1top

Comments for Authors:
The presentation will inform attendees of the current state of HPC OpenStack, 
followed by a discussion between the attendees to describe missing/desired 
features, state of the art, potential opportunities, etc.

Previous BoFs were very successful.

Review of bof214s1 by Reviewer 2top

Comments for Authors:
The high-level questions and goals of this BoF are laudable. However, the focus 
here is purely on OpenStack. Due to the very narrow scope/focus of this BoF, 
this reviewer does not believe this is community enough to be a BoF and 
should be therefore placed under a vendor program.


Committee Comments to Authors:




___
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] Quantum, Horizon, and IPs

2012-09-11 Thread Dan Wendlandt
On Tue, Sep 11, 2012 at 12:50 PM, Joe Topjian joe.topj...@cybera.ca wrote:
 Hello,

 Regarding a bug currently being worked on
 (https://bugs.launchpad.net/horizon/+bug/1040956), I'd like clarification on
 some of the comments.

 It sounds like the bug will not fully be fixed until Grizzly. Until then,
 the api is returning an empty list for a few functions.

 From reading Dan's last comment, it sounds as though end-users will not be
 able to allocate a floating IP to their project via Horizon? Given that,
 will they will not be able to associate floating IPs to instances, either?

Horizon support for Quantum in Folsom is limits to the core L2
networks + IP address management aspects of Quantum.  Quantum itself
didn't add support for L3 and Floating IPs didn't land until extremely
late in Folsom, so its not Horizon's fault that this is not supported.


 If this is true, what will the recommended tool / commands be for end-users
 to manage floating IPs for themselves?

quantum has its own set of floatingip commands that will be available
to tenants:

  floatingip-associate   Create a mapping between a floating ip
and a fixed ip.
  floatingip-create  Create a floating ip for a given tenant.
  floatingip-delete  Delete a given floating ip.
  floatingip-disassociateRemove a mapping from a floating ip to a fixed ip.
  floatingip-listList floating ips that belong to a given tenant.
  floatingip-showShow information of a given floating ip.

Networks that support floating ips can be identified by searching for
networks where router:external=True .  We haven't yet added a
convenient CLI command for that, but you can do:

quantum network-list -- --router:external=True

This will be covered in the Quantum admin guide.

Early in Grizzly we'll also probably work on a mechanism for proxying
Nova floatingip API calls to Quantum floating IP calls.

Dan



 Thanks,
 Joe


 --
 Joe Topjian
 Systems Administrator
 Cybera Inc.

 www.cybera.ca

 Big data is coming to Canada. Join the welcome wagon.
 Cyber Summit 2012
 October 1-3, Banff
 www.cybera.ca/summit2012

 Cybera is a not-for-profit organization that works to spur and support
 innovation, for the economic benefit of Alberta, through the use of
 cyberinfrastructure.


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




-- 
~~~
Dan Wendlandt
Nicira, Inc: www.nicira.com
twitter: danwendlandt
~~~

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


Re: [Openstack] Quantum, Horizon, and IPs

2012-09-11 Thread Joe Topjian
Hi Dan,

Thank you very much for your commends.

Horizon support for Quantum in Folsom is limits to the core L2
 networks + IP address management aspects of Quantum.  Quantum itself
 didn't add support for L3 and Floating IPs didn't land until extremely
 late in Folsom, so its not Horizon's fault that this is not supported.


Yes, understood. I am not trying to place blame anywhere. As a service
provider, I'm trying to figure out how end-users will now use Folsom-based
clouds.


 quantum has its own set of floatingip commands that will be available
 to tenants:


snip


 Networks that support floating ips can be identified by searching for
 networks where router:external=True .  We haven't yet added a
 convenient CLI command for that, but you can do:

 quantum network-list -- --router:external=True


My only concern with this is the possible increase in knowledge and steps
that an end-user will have to know and do in order to get their instance
publicly available on the internet.

Users were used to a two step process (allocate and associate). They now
have to use a command line tool. As long as the quantum tool can be
installed on client machines and place calls to the quantum service, this
can be acceptable.

In my opinion, it is starting to place more work on the end-user that they
would like if they now have to first lookup an external network, then
allocate an IP from that network, then associate that IP to an instance,
all with a CLI.

If I am thinking about this in the wrong way, I apologize.


 This will be covered in the Quantum admin guide.


Again, if I'm thinking about this wrong and these scenarios will be covered
in the admin guide, I apologize.


 Early in Grizzly we'll also probably work on a mechanism for proxying
 Nova floatingip API calls to Quantum floating IP calls.


What are the chances of a backport or doing this early enough that some of
this new code can be run inside Folsom?

Thank you again for your help.

Joe


-- 
Joe Topjian
Systems Administrator
Cybera Inc.

www.cybera.ca

Big data is coming to Canada. Join the welcome wagon.
*Cyber Summit 2012*
October 1-3, Banff
www.cybera.ca/summit2012

Cybera is a not-for-profit organization that works to spur and support
innovation, for the economic benefit of Alberta, through the use
of cyberinfrastructure.
___
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] Private instances can't access Internet

2012-09-11 Thread Gui Maluf
As I said, now I'm trying to put multi_host working.

Now, this is my situation:
Instances running on node(nova-{network,compute,volume}) can reach
Internet, reach metadata server and get correct route table (ip addr
10.5.5.33), I can even ping from outside the LAN(using cc-node as
gateway to 10.5.5.0 network)
Instances running on cc-node(nova-* + other services) can't reach
Internet, can't reach metadata server cause they get the route table
with IP addr 192.168.1.33 (libvirt network??). I can't ping neither
inside or outside the lan.

The difference from the files I pasted is:
Node:
--my_ip=150.164.3.240
--multi_host=true
--enabled_apis=ec2,osapi_compute,osapi_volume,metadata
--routing_source_ip=150.164.3.240

CC:
--my_ip=150.164.3.239
--multi_host=true
--routing_source_ip=150.164.3.239

Creating network with: nova-manage network create private
--fixed_range_v4=10.5.5.32/27 --num_networks=1 --bridge=br100
--bridge_interface=eth1 --network_size=32


If I create the network(nova-manage network create) with
--multi_host=T, node and cc-node can't reach metadata server cause
both get 192.168.1.X gateway or the public ip gateway(150.164.x.x).
If I put --enabled_apis=ec2,osapi_compute,osapi_volume,metadata on
cc-node, the same problem above happens.

I'm really confuse, and spending a lot of time to put network working.
I would really appreciate if someone could help;

If I'd miss some information, please let me know!

Thanks

On Tue, Sep 11, 2012 at 3:43 PM, Gui Maluf guimal...@gmail.com wrote:
 My node and my CC are connected through a switch, both has access to
 Internet. I've tried to use multi_host, but with no success. I'm
 trying again to set up with multi_host, since makes more sense in my
 network setup.

 After I set up multi_host=true and
 enabled_apis=ec2,osapi_compute,osapi_volume,metadata my node is
 working but my cc-node stop to work, instances running on my cc-node
 can't get the right route table(192.x.x.x rather then 10.x.x.x) and
 can't reach metadata server(this is the same issue I faced using
 multi_host).



 On Tue, Sep 11, 2012 at 3:04 PM, Ritesh Nanda riteshnand...@gmail.com wrote:

 Hello Gui,

  your Config file shows you are using --multi-host.
 In case you don't use multi-host all traffic would leave to Internet from
 the controller node.
 Just in case how is your two node connected , are they connected directly
 or using a switch.


 On Tue, Sep 11, 2012 at 11:01 PM, Gui Maluf guimal...@gmail.com wrote:

 I'm facing the same problem and I can't solve it!
 Please, someone help us!
 Instances from cc-node can reach Internet, but the node instances can't!

 CC-node configs: http://paste.openstack.org/show/20861/
 Node configs: http://paste.openstack.org/show/20862/

 ps: i'm not using multi_host

 I've tried many things, but I can't make my instance on node reach
 internet.


 Dave Pigott
 Mon, 10 Sep 2012 03:09:34 -0700


 Hi Jason,

 Try setting --multi_host in nova.conf

 Dave

 Sent from my Aldis Lamp

 On 7 Sep 2012, at 20:50, Jason Cooper ja...@presdo.com wrote:

  Hi Everyone. I just completed the steps in the OpenStack Compute
  Starter
  Guide to get OpenStack up and running on my server, and everything is
  working
  wonderfully except that my private instances cannot access the public
  Internet.
 
  I have configured the physical server on which OpenStack is running to
  access
  the public Internet over eth0. I have also set up an internal network
  on eth1
  with a bridge so the instances, which all have fixed private IP
  addresses
  (e.g. 192.168.4.x) should be able to ping the public Internet through
  this
  bridge. However, this isn't working, and I'm hoping you can help
  explain what
  I'm doing wrong.
 
  I have already tried to setup IP forwarding by following the
  instructions at
  https://lists.launchpad.net/openstack/msg15559.html, but this did not
  help.
 
  Here is my /etc/network/interfaces:
 
  # The loopback network interface
  auto lo
  iface lo inet loopback
 
  # The primary network interface
  auto eth0
  iface eth0 inet static
address 10.0.1.130
netmask 255.255.0.0
broadcast 10.0.1.255
gateway 10.0.0.1
dns-nameservers 8.8.8.8
 
  auto eth1
  iface eth1 inet static
address 192.168.3.1
netmask 255.255.255.0
network 192.168.3.0
broadcast 192.168.3.255
 
 
  And here is my /etc/nova/nova.conf:
 
  --dhcpbridge_flagfile=/etc/nova/nova.conf
  --dhcpbridge=/usr/bin/nova-dhcpbridge
  --logdir=/var/log/nova
  --state_path=/var/lib/nova
  --lock_path=/var/lock/nova
  --allow_admin_api=true
  --use_deprecated_auth=false
  --auth_strategy=keystone
  --scheduler_driver=nova.scheduler.simple.SimpleScheduler
  --s3_host=10.0.1.130
  --ec2_host=10.0.1.130
  --rabbit_host=10.0.1.130
  --cc_host=10.0.1.130
  --nova_url=http://10.0.1.130:8774/v1.1/
  --routing_source_ip=10.0.1.130
  --glance_api_servers=10.0.1.130:9292
  --image_service=nova.image.glance.GlanceImageService
  --iscsi_ip_prefix=192.168.4
  

Re: [Openstack] Create new Public User

2012-09-11 Thread Gabriel Hurley
Matt is correct in pointing you to extending Horizon, however I'd take this up 
a level and suggest that I'd love to see a mashup between the very widely used 
django-registration app (http://docs.b-list.org/django-registration/0.8/) and 
the django-openstack-auth backend. Making user accounts self-service should be 
pretty doable with those two pieces. Definitely an interesting and worthwhile 
project.

All the best,


-  Gabriel

From: openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net 
[mailto:openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net] On 
Behalf Of Matt Joyce
Sent: Monday, September 10, 2012 11:06 PM
To: Jegadeesh
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Create new Public User

horizon dashboard extensions are probably the way to go.

http://docs.openstack.org/developer/horizon/topics/tutorial.html

check that out for starters.

-Matt
On Mon, Sep 10, 2012 at 9:30 PM, Jegadeesh 
s.jegade...@gmail.commailto:s.jegade...@gmail.com wrote:
Hi Guys,

I am new for OpenStack. For some testing, i have installed it (Ubuntu 12.04, 
Essex) and it works fine. Now, i want to customize the dashboard to add some 
more options like automate the user creation with mail confirmation, send a 
mail after create/delete instances etc...

Can someone give some ideas?

Thanks,
Jegadeesh S

___
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] [ceilometer] *ALT TIME* Metering meeting agenda for Wed at 21:00 UTC (Sept 12th, 2012)

2012-09-11 Thread Nick Barcet
 PLEASE NOTE THE ALTERNATIVE MEETING TIME WED 21:00 UTC 

The metering project team will hold its next meeting at alternate time
on *Wednesday* at 9PM UTC
http://www.timeanddate.com/worldclock/fixedtime.html?hour=21min=0sec=0.

Everyone is welcome.

Agenda:
http://wiki.openstack.org/Meetings/MeteringAgenda

* Review last week's actions
  * nijaba to see with ttx how our sessions can be shown on official program
  * nijaba to update meeting page to note new alternating meeting time
  * gmb to a plan on the ml with fixed dates
  * dhellmann make sure flask is listed as a dependency of ceilometer
* Open discussion

If you are not able to attend or have additional topic you would like to
cover, please update the agenda on the wiki.

Cheers,
--
Nick Barcet nick.bar...@canonical.com
aka: nijaba, nicolas

















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


[Openstack] Logging doesn't produce anything

2012-09-11 Thread David Krider
I've followed the instructions for setting logging using the local0 and local1 
facilities. I've modified rsyslogd's config to add those logs. I get the 
startup info for each thread, but that's it. Is there a common oversight in the 
extant docs that's leaving out a piece of crucial info? I want LOTS of detail 
to try to figure out why my (3rd-party) client isn't connecting.

Thanks,
dk
___
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 summit hotel

2012-09-11 Thread Sean Dague
Looks like that block is sold out as well now, even though the first 
page says bookable through Sept 24th. Any idea if more are going to 
happen, or if everyone's on their own at this point?


-Sean

On 09/04/2012 02:19 PM, Mark T. Voelker wrote:

Trey,

FYI, there's another room block at the Embassy Suites.

http://embassysuites.hilton.com/en/es/groups/personalized/S/SANDNES-OPE-20121014/index.jhtml?WT.mc_id=POG

At Your Service,

Mark T. Voelker

On 09/04/2012 01:47 PM, Trey Morris wrote:

The Manchester Grand Hyatt is booked out for the conference. I made the
mistake of waiting to book hotel until I was surely going. Does anyone
have any reservations they can't keep?


thanks,
-tr3buchet


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



This body part will be downloaded on demand.



--
Sean Dague
IBM Linux Technology Center
email: sda...@linux.vnet.ibm.com
alt-email: slda...@us.ibm.com


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


Re: [Openstack] Openstack summit hotel

2012-09-11 Thread Stefano Maffulli
On Tue 11 Sep 2012 03:19:31 PM PDT, Sean Dague wrote:
 Looks like that block is sold out as well now, even though the first
 page says bookable through Sept 24th. Any idea if more are going to
 happen, or if everyone's on their own at this point?

There are no plans at the moment to  contract more block rooms but we 
may go out and scout some recommendations for you... If you have a 
favourite place or get started with your personal research please share 
the findings with us.

Cheers,
stef

___
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] 回复: 回复: Can openstack guarantee each VM network bandwidth

2012-09-11 Thread 延生 付
Hi Vinay,
 
Thanks for your reply. Glad to hear diskio control feature is ongoing.
What about other hardware resources? Is there any feature working on?
such as network bandwidth(Qos), cpu frequency etc.

Regards,
willfu



发件人: Vinay Bannai vban...@gmail.com
收件人: 延生 付 willfly0...@yahoo.com.cn 
抄送: Ray Sun qsun01...@cienet.com.cn; openstack@lists.launchpad.net 
openstack@lists.launchpad.net; Sean Roberts sean...@yahoo-inc.com; Ewan 
Mellor ewan.mel...@citrix.com; McNamara, Colin colin.mcnam...@nexusis.com 
发送日期: 2012年9月12日, 星期三, 上午 1:32
主题: Re: [Openstack] 回复: Can openstack guarantee each VM network bandwidth


Hello Willfu, 

We are working on a feature to add to flavor types that allows the 
administrator to specify the disk i/o operations. You get to specify the weight 
for the blkiotune parameter (from 100 to 1000) for the flavor that you created. 
This information would get stored as part of the instance type extra specs 
table. In the first step of our feature development, you get to create a 
instance type with this parameter. In the second part of our developoment we 
will allow VM creation based on the flavor type and take into consideration the 
blkiotune weight that is associated with the flavor type. 

We have not created a blueprint at this stage. Maybe we should. This is a group 
effort as part of the openstack hackathon that meets regularly at Yahoo in SF 
south bay. 

Vinay


On Tue, Sep 11, 2012 at 1:40 AM, 延生 付 willfly0...@yahoo.com.cn wrote:

This one seems to be a monitor component(correct me if wrong). 
My point is controller, which can guarantee resources, 
and make each vm issolation and fairness to use low level resources.
 
Regards,

willfu

发件人: Ray Sun qsun01...@cienet.com.cn
收件人: 延生 付 willfly0...@yahoo.com.cn 
抄送: openstack@lists.launchpad.net openstack@lists.launchpad.net 
发送日期: 2012年9月11日, 星期二, 下午 4:17
主题: Re: [Openstack] Can openstack guarantee each VM network bandwidth


I don't think so. Sina has an open source project about 
this: https://github.com/zyluo/kanyun



- RayYours faithfully, Kind regards.

CIeNET Technologies (Beijing) Co., Ltd
Email: qsun01...@cienet.com.cn
Mobile Phone: 86-18901118291




On Tue, Sep 11, 2012 at 1:22 PM, 延生 付 willfly0...@yahoo.com.cn wrote:

 
Hi stacker,
 
I tried openstack several times, and there is a question always in there.
Can openstack issolate the low level resource usages for each VM instance?
such as network bandwith, diskio, cpu frequency etc.
Is there any api?
 
Regards,

willfu
___
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




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


Re: [Openstack] 回复: 回复: Can openstack guarantee each VM network bandwidth

2012-09-11 Thread Colin McNamara
There has been discussion about extending support to include these features, 
but we wanted to get the one feature implemented through all the functional 
areas (horizon, api's, novadb, nova, etc).

Regards,

Colin

If you would like to schedule a time to speak with me, please click here to see 
my calendar and pick a time that works for your schedule. The system will 
automatically send us both an outlook meeting invite.

Colin McNamara
(858)208-8105
CCIE #18233,VCP
http://www.colinmcnamara.com
http://www.linkedin.com/in/colinmcnamara

The difficult we do immediately, the impossible just takes a little
longer





On Sep 11, 2012, at 6:27 PM, 延生 付 willfly0...@yahoo.com.cn wrote:

 Hi Vinay,
  
 Thanks for your reply. Glad to hear diskio control feature is ongoing.
 What about other hardware resources? Is there any feature working on?
 such as network bandwidth(Qos), cpu frequency etc.
  
 Regards,
 willfu
 
 发件人: Vinay Bannai vban...@gmail.com
 收件人: 延生 付 willfly0...@yahoo.com.cn 
 抄送: Ray Sun qsun01...@cienet.com.cn; openstack@lists.launchpad.net 
 openstack@lists.launchpad.net; Sean Roberts sean...@yahoo-inc.com; Ewan 
 Mellor ewan.mel...@citrix.com; McNamara, Colin 
 colin.mcnam...@nexusis.com 
 发送日期: 2012年9月12日, 星期三, 上午 1:32
 主题: Re: [Openstack] 回复: Can openstack guarantee each VM network bandwidth
 
 Hello Willfu,
 
 We are working on a feature to add to flavor types that allows the 
 administrator to specify the disk i/o operations. You get to specify the 
 weight for the blkiotune parameter (from 100 to 1000) for the flavor that you 
 created. This information would get stored as part of the instance type extra 
 specs table. In the first step of our feature development, you get to create 
 a instance type with this parameter. In the second part of our developoment 
 we will allow VM creation based on the flavor type and take into 
 consideration the blkiotune weight that is associated with the flavor type. 
 
 We have not created a blueprint at this stage. Maybe we should. This is a 
 group effort as part of the openstack hackathon that meets regularly at Yahoo 
 in SF south bay. 
 
 Vinay
 
 On Tue, Sep 11, 2012 at 1:40 AM, 延生 付 willfly0...@yahoo.com.cn wrote:
 This one seems to be a monitor component(correct me if wrong).
 My point is controller, which can guarantee resources,
 and make each vm issolation and fairness to use low level resources.
  
 Regards,
 willfu
 发件人: Ray Sun qsun01...@cienet.com.cn
 收件人: 延生 付 willfly0...@yahoo.com.cn 
 抄送: openstack@lists.launchpad.net openstack@lists.launchpad.net 
 发送日期: 2012年9月11日, 星期二, 下午 4:17
 主题: Re: [Openstack] Can openstack guarantee each VM network bandwidth
 
 I don't think so. Sina has an open source project about this: 
 https://github.com/zyluo/kanyun
 
 - Ray
 Yours faithfully, Kind regards.
 
 CIeNET Technologies (Beijing) Co., Ltd
 Email: qsun01...@cienet.com.cn
 Mobile Phone: 86-18901118291
 
 
 
 On Tue, Sep 11, 2012 at 1:22 PM, 延生 付 willfly0...@yahoo.com.cn wrote:
  
 Hi stacker,
  
 I tried openstack several times, and there is a question always in there.
 Can openstack issolate the low level resource usages for each VM instance?
 such as network bandwith, diskio, cpu frequency etc.
 Is there any api?
  
 Regards,
  
 willfu
 
 ___
 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
 
 
 
 
 -- 
 Vinay Bannai
 Email: vban...@gmail.com
 Google Voice: 415 938 7576
 
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_quantum_trunk #222

2012-09-11 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_nova_trunk #561

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/561/Project:precise_folsom_nova_trunkDate of build:Tue, 11 Sep 2012 02:00:33 -0400Build duration:3 min 45 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesHandle missing network_size in nova-manageby jogoeditnova/network/manager.pyConsole Output[...truncated 5504 lines...]git log -n1 --no-merges --pretty=format:%Hgit log 43ae413da583509448d82ce4ab48f8c8a66a9eb5..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-folsom --forcedch -b -D precise --newversion 2012.2+git201209110201~precise-0ubuntu1 Automated Ubuntu testing build:dch -b -D precise --newversion 2012.2+git201209110201~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [7b24a76] Make ip block splitting a bit more self documenting.dch -a [c2501d8] Prevent Partial terminations in EC2dch -a [7483115] Handle missing network_size in nova-managedch -a [210dc28] Make size optional when creating a volume from a snapshot.dch -a [847fb38] Add documentation for scheduler filters scopedch -a [c2ec406] Add and fix tests for attaching volumes.dch -a [5f9ae51] Fix auth parameter passed to libvirt openAuth() methoddch -a [4c72bfc] xapi: Fix live block migrationdch -a [69f6b86] Add a criteria to sort a list of dict in api samplesdch -a [0d956a8] delete a module never useddch -a [0599406] Adds get_available_resource to hyperv driverdch -a [c3476b5] Create image of volume-backed instance via native APIdch -a [5339141] Improve floating IP delete speed.dch -a [1b87d59] Have device mapping use autocreated device nodesdch -a [79db483] remove a never used importdch -a [b35b34a] fix unmounting of LXC containers in the presence of symlinksdch -a [4fe722a] Add ServerStartStop extension API testdch -a [ccc0bfb] Set install_requires in setup.py.dch -a [85923aa] Add Server Detail and Metadata testsdch -a [6392ad2] xenapi: Make dom0 serialization consistent.dch -a [b97a0be] Correct ephemeral disk cache filename.dch -a [ff3b994] Handle missing 'provider_location' in rm_export.dch -a [4fc05bf] Nail the pip requirement at 1.1.dch -a [f192a16] rbd: implement create_volume_from_snapshotdch -a [0a09bf5] Specify the conf file when creating a volume.debcommitTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['debcommit']' returned non-zero exit status 7Error 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.getcwdu(), 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 '['debcommit']' returned non-zero exit status 7Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_deploy #84

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy/84/Project:quantal_folsom_deployDate of build:Tue, 11 Sep 2012 02:14:21 -0400Build duration:11 minBuild cause:Started by command lineBuilt on:masterHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesBuild Artifactslogs/syslog.tar.gzlogs/test-02.os.magners.qa.lexington-log.tar.gzlogs/test-03.os.magners.qa.lexington-log.tar.gzlogs/test-04.os.magners.qa.lexington-log.tar.gzlogs/test-05.os.magners.qa.lexington-log.tar.gzlogs/test-06.os.magners.qa.lexington-log.tar.gzlogs/test-07.os.magners.qa.lexington-log.tar.gzlogs/test-08.os.magners.qa.lexington-log.tar.gzlogs/test-09.os.magners.qa.lexington-log.tar.gzlogs/test-10.os.magners.qa.lexington-log.tar.gzlogs/test-11.os.magners.qa.lexington-log.tar.gzlogs/test-12.os.magners.qa.lexington-log.tar.gzConsole Output[...truncated 2181 lines...]INFO:paramiko.transport:Secsh channel 1 opened.INFO:paramiko.transport.sftp:[chan 1] Opened sftp connection (server version 3)INFO:root:Setting up connection to test-07.os.magners.qa.lexingtonINFO:paramiko.transport:Connected (version 2.0, client OpenSSH_6.0p1)INFO:paramiko.transport:Authentication (publickey) successful!INFO:paramiko.transport:Secsh channel 1 opened.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-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-11.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-03.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-06.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO: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.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Grabbing information from test-07.os.magners.qa.lexingtonINFO:root:Grabbing 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-11.os.magners.qa.lexingtonINFO:root:Grabbing information from test-03.os.magners.qa.lexingtonINFO:root:Grabbing 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.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.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.tar: Removing leading `/' from member names+ exit 1Build step 'Execute shell' marked build as failureArchiving artifactsEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2012-09-11 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_quantum_trunk #206

2012-09-11 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2012-09-11 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_quantum_trunk #207

2012-09-11 Thread openstack-testing-bot
 text/html; charset=UTF-8: Unrecognized 
-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_python-cinderclient_trunk #17

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_python-cinderclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-cinderclient_trunk/17/Project:precise_folsom_python-cinderclient_trunkDate of build:Tue, 11 Sep 2012 13:00:31 -0400Build duration:0.91 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 12 lines...]	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1073)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1014)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1994)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:287)	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)	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:679)Caused by: hudson.plugins.git.GitException: Error performing command: git clone --progress -o origin https://github.com/openstack/python-cinderclient.git /var/lib/jenkins/slave/workspace/precise_folsom_python-cinderclient_trunk/python-cinderclientCommand "git clone --progress -o origin https://github.com/openstack/python-cinderclient.git /var/lib/jenkins/slave/workspace/precise_folsom_python-cinderclient_trunk/python-cinderclient" returned status code 128: Cloning into '/var/lib/jenkins/slave/workspace/precise_folsom_python-cinderclient_trunk/python-cinderclient'...error: RPC failed; result=22, HTTP code = 405fatal: The remote end hung up unexpectedly	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:776)	at hudson.plugins.git.GitAPI.access$000(GitAPI.java:38)	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:241)	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:221)	at hudson.FilePath.act(FilePath.java:758)	at hudson.FilePath.act(FilePath.java:740)	at hudson.plugins.git.GitAPI.clone(GitAPI.java:221)	... 13 moreCaused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-cinderclient.git /var/lib/jenkins/slave/workspace/precise_folsom_python-cinderclient_trunk/python-cinderclient" returned status code 128: Cloning into '/var/lib/jenkins/slave/workspace/precise_folsom_python-cinderclient_trunk/python-cinderclient'...error: RPC failed; result=22, HTTP code = 405fatal: The remote end hung up unexpectedly	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:1085)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1014)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1994)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:287)	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)	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:679)-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_quantum_trunk #211

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_quantum_trunk/211/Project:precise_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 13:00:33 -0400Build duration:0.83 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 12 lines...]	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1073)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1014)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1994)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:287)	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)	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:679)Caused by: hudson.plugins.git.GitException: Error performing command: git clone --progress -o origin https://github.com/openstack/quantum.git /var/lib/jenkins/slave/workspace/precise_folsom_quantum_trunk/quantumCommand "git clone --progress -o origin https://github.com/openstack/quantum.git /var/lib/jenkins/slave/workspace/precise_folsom_quantum_trunk/quantum" returned status code 128: Cloning into '/var/lib/jenkins/slave/workspace/precise_folsom_quantum_trunk/quantum'...error: The requested URL returned error: 403 while accessing https://github.com/openstack/quantum.git/info/refsfatal: HTTP request failed	at hudson.plugins.git.GitAPI.launchCommandIn(GitAPI.java:776)	at hudson.plugins.git.GitAPI.access$000(GitAPI.java:38)	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:241)	at hudson.plugins.git.GitAPI$1.invoke(GitAPI.java:221)	at hudson.FilePath.act(FilePath.java:758)	at hudson.FilePath.act(FilePath.java:740)	at hudson.plugins.git.GitAPI.clone(GitAPI.java:221)	... 13 moreCaused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/quantum.git /var/lib/jenkins/slave/workspace/precise_folsom_quantum_trunk/quantum" returned status code 128: Cloning into '/var/lib/jenkins/slave/workspace/precise_folsom_quantum_trunk/quantum'...error: The requested URL returned error: 403 while accessing https://github.com/openstack/quantum.git/info/refsfatal: HTTP request 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:1085)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1014)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:1994)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:287)	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)	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:679)-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_quantum_trunk/212/Project:precise_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 13:30:31 -0400Build duration:2 min 24 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnsure that l3 agent does not crash on restartby gkottoneditquantum/tests/unit/test_linux_dhcp.pyeditquantum/agent/linux/interface.pyeditquantum/agent/linux/ip_lib.pyeditquantum/agent/l3_agent.pyeditquantum/tests/unit/test_linux_ip_lib.pyConsole Output[...truncated 1709 lines...]debuild: fatal error at line 1350:dpkg-buildpackage -rfakeroot -d -us -uc -sa -S failedbzr: ERROR: The build failed.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-72f244ea-8dc9-4c04-b7ec-74ad659fbd47', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-72f244ea-8dc9-4c04-b7ec-74ad659fbd47', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.git archive master --format tar --prefix quantum-2012.2-201209111330/git archive master --format tar --prefix quantum-2012.2-201209111330/git log -n1 --no-merges --pretty=format:%Hgit log 1614c5d1891440587cc96d180292ecf1cc2af6c8..HEAD --no-merges --pretty=format:[%h] %sbzr branch lp:~openstack-ubuntu-testing/quantum/precise-folsom-proposed quantumbzr merge lp:~openstack-ubuntu-testing/quantum/precise-folsom --forcedch -b -D precise --newversion 2012.2+git201209111330~precise-0ubuntu1 Automated Ubuntu testing build:dch -b -D precise --newversion 2012.2+git201209111330~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [9b5871c] Ensure that l3 agent does not crash on restartdch -a [d5e49cb] make subnets attribute of a network read-onlydch -a [1fafffb] Exclude openstack-common from pep8 testdch -a [93c7147] Ensures that the Linux Bridge Plugin runs with L3 agentdch -a [aa100f9] Remove an external port when an error occurs during FIP creation.dch -a [24c6e81] Remove the exeception handler since it makes no sense.dch -a [00dd97c] Add enable_tunneling openvswitch configuration variabledch -a [3caafd9] Update default policy for add/remove router interface to admin_or_ownerdch -a [9890aa7] Add periodic check resync check to DHCP agentdch -a [01aa0f2] Update metaplugin with l3 extension updatedch -a [cb38773] Remove an external interface when router-gateway is removed.dch -a [81937f4] openvswitch plugin does not remove inbound unicast flow in br-tundebcommitbzr builddeb -S -- -sa -us -ucmk-build-deps -i -r -t apt-get -y /tmp/tmpk9Yu5p/quantum/debian/controlbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-72f244ea-8dc9-4c04-b7ec-74ad659fbd47', '-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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-72f244ea-8dc9-4c04-b7ec-74ad659fbd47', '-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_folsom_python-cinderclient_trunk #18

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_python-cinderclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_python-cinderclient_trunk/18/Project:precise_folsom_python-cinderclient_trunkDate of build:Tue, 11 Sep 2012 13:30:31 -0400Build duration:3 min 17 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesAdd begin_detaching and roll_detaching functionsby zrzhiteditcinderclient/v1/volumes.pyedittests/v1/test_volumes.pyConsole Output[...truncated 1882 lines...]gpg: Signature made Tue Sep 11 13:32:37 2012 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Tue Sep 11 13:32:37 2012 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpVd0xR0/python-cinderclient_0.2.13+git201209111330~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpVd0xR0/python-cinderclient_0.2.13+git201209111330~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-cinderclient_0.2.13+git201209111330~precise-0ubuntu1.dsc: done.  Uploading python-cinderclient_0.2.13+git201209111330~precise.orig.tar.gz: done.  Uploading python-cinderclient_0.2.13+git201209111330~precise-0ubuntu1.debian.tar.gz: done.  Uploading python-cinderclient_0.2.13+git201209111330~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-folsom', 'python-cinderclient_0.2.13+git201209111330~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-folsom/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-folsom/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/p/python-cinderclient/python-cinderclient_0.2.12+git201208301130~precise-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/python-cinderclient/precise-folsom']Pushed up to revision 3.INFO:root:Storing current commit for next build: a4d46014325f4f34ac9db82c863f5764c8560a3eINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-cinderclient/precise-folsom-proposed /tmp/tmpVd0xR0/python-cinderclientmk-build-deps -i -r -t apt-get -y /tmp/tmpVd0xR0/python-cinderclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 0d0a46b1c25b9781e94534d5f979821856a5ea20..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-cinderclient/precise-folsom --forcedch -b -D precise --newversion 1:0.2.13+git201209111330~precise-0ubuntu1 Automated Ubuntu testing build:dch -b -D precise --newversion 1:0.2.13+git201209111330~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [a4d4601] Add begin_detaching and roll_detaching functionsdch -a [d7b09bd] Change '_' to '-' in optionsdch -a [d92d0b0] Add nosehtmloutput as a test dependency.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-cinderclient_0.2.13+git201209111330~precise-0ubuntu1_source.changessbuild -d precise-folsom -n -A python-cinderclient_0.2.13+git201209111330~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-trunk-testing python-cinderclient_0.2.13+git201209111330~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-folsom python-cinderclient_0.2.13+git201209111330~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/python-cinderclient/precise-folsomEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_python-cinderclient_trunk #19

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_python-cinderclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_python-cinderclient_trunk/19/Project:quantal_folsom_python-cinderclient_trunkDate of build:Tue, 11 Sep 2012 13:30:31 -0400Build duration:3 min 23 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesAdd begin_detaching and roll_detaching functionsby zrzhiteditcinderclient/v1/volumes.pyedittests/v1/test_volumes.pyConsole Output[...truncated 1965 lines...]gpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Tue Sep 11 13:32:26 2012 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpTeza2o/python-cinderclient_0.2.13+git201209111330~quantal-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpTeza2o/python-cinderclient_0.2.13+git201209111330~quantal-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-cinderclient_0.2.13+git201209111330~quantal-0ubuntu1.dsc: done.  Uploading python-cinderclient_0.2.13+git201209111330~quantal.orig.tar.gz: done.  Uploading python-cinderclient_0.2.13+git201209111330~quantal-0ubuntu1.debian.tar.gz: done.  Uploading python-cinderclient_0.2.13+git201209111330~quantal-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'quantal-folsom', 'python-cinderclient_0.2.13+git201209111330~quantal-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/quantal-folsom/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/quantal-folsom/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/p/python-cinderclient/python-cinderclient_0.2.12+git201208301130~quantal-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/python-cinderclient/quantal-folsom']Pushed up to revision 10.1 tag updated.INFO:root:Storing current commit for next build: a4d46014325f4f34ac9db82c863f5764c8560a3eINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-cinderclient/quantal-folsom-proposed /tmp/tmpTeza2o/python-cinderclientmk-build-deps -i -r -t apt-get -y /tmp/tmpTeza2o/python-cinderclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 0d0a46b1c25b9781e94534d5f979821856a5ea20..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-cinderclient/quantal-folsom --forcedch -b -D quantal --newversion 1:0.2.13+git201209111330~quantal-0ubuntu1 Automated Ubuntu testing build:dch -b -D quantal --newversion 1:0.2.13+git201209111330~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [a4d4601] Add begin_detaching and roll_detaching functionsdch -a [d7b09bd] Change '_' to '-' in optionsdch -a [d92d0b0] Add nosehtmloutput as a test dependency.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-cinderclient_0.2.13+git201209111330~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A python-cinderclient_0.2.13+git201209111330~quantal-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-trunk-testing python-cinderclient_0.2.13+git201209111330~quantal-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include quantal-folsom python-cinderclient_0.2.13+git201209111330~quantal-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/python-cinderclient/quantal-folsomEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_quantum_trunk #228

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_quantum_trunk/228/Project:quantal_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 13:32:56 -0400Build duration:1 min 58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnsure that l3 agent does not crash on restartby gkottoneditquantum/agent/linux/interface.pyeditquantum/agent/linux/ip_lib.pyeditquantum/agent/l3_agent.pyeditquantum/tests/unit/test_linux_dhcp.pyeditquantum/tests/unit/test_linux_ip_lib.pyConsole Output[...truncated 1828 lines...]debuild: fatal error at line 1357:dpkg-buildpackage -rfakeroot -d -us -uc -sa -S failedbzr: ERROR: The build failed.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-bc839f70-e572-48d9-b1d7-f5f5beba4445', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-bc839f70-e572-48d9-b1d7-f5f5beba4445', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.git archive master --format tar --prefix quantum-2012.2-201209111333/git archive master --format tar --prefix quantum-2012.2-201209111333/git log -n1 --no-merges --pretty=format:%Hgit log 1614c5d1891440587cc96d180292ecf1cc2af6c8..HEAD --no-merges --pretty=format:[%h] %sbzr branch lp:~openstack-ubuntu-testing/quantum/quantal-folsom-proposed quantumbzr merge lp:~openstack-ubuntu-testing/quantum/quantal-folsom --forcedch -b -D quantal --newversion 2012.2+git201209111333~quantal-0ubuntu1 Automated Ubuntu testing build:dch -b -D quantal --newversion 2012.2+git201209111333~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [9b5871c] Ensure that l3 agent does not crash on restartdch -a [d5e49cb] make subnets attribute of a network read-onlydch -a [1fafffb] Exclude openstack-common from pep8 testdch -a [93c7147] Ensures that the Linux Bridge Plugin runs with L3 agentdch -a [aa100f9] Remove an external port when an error occurs during FIP creation.dch -a [24c6e81] Remove the exeception handler since it makes no sense.dch -a [00dd97c] Add enable_tunneling openvswitch configuration variabledch -a [3caafd9] Update default policy for add/remove router interface to admin_or_ownerdch -a [9890aa7] Add periodic check resync check to DHCP agentdch -a [01aa0f2] Update metaplugin with l3 extension updatedch -a [cb38773] Remove an external interface when router-gateway is removed.dch -a [81937f4] openvswitch plugin does not remove inbound unicast flow in br-tundebcommitbzr builddeb -S -- -sa -us -ucmk-build-deps -i -r -t apt-get -y /tmp/tmpfm1rAh/quantum/debian/controlbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-bc839f70-e572-48d9-b1d7-f5f5beba4445', '-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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-bc839f70-e572-48d9-b1d7-f5f5beba4445', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_nova_trunk #564

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_trunk/564/Project:precise_folsom_nova_trunkDate of build:Tue, 11 Sep 2012 14:00:34 -0400Build duration:4 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix xml metadata for volumes api in nova-volume.by treinisheditnova/tests/api/openstack/volume/test_volumes.pyeditnova/api/openstack/volume/volumes.pyConsole Output[...truncated 5516 lines...]dch -b -D precise --newversion 2012.2+git201209111402~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [3531288] Convert to ints in VlanManager.create_networksdch -a [1b19fae] Remove unused AddressAlreadyAllocated exceptiondch -a [6281d67] Remove an unused importdch -a [7b24a76] Make ip block splitting a bit more self documenting.dch -a [c2501d8] Prevent Partial terminations in EC2dch -a [7483115] Handle missing network_size in nova-managedch -a [210dc28] Make size optional when creating a volume from a snapshot.dch -a [847fb38] Add documentation for scheduler filters scopedch -a [c2ec406] Add and fix tests for attaching volumes.dch -a [5f9ae51] Fix auth parameter passed to libvirt openAuth() methoddch -a [4c72bfc] xapi: Fix live block migrationdch -a [69f6b86] Add a criteria to sort a list of dict in api samplesdch -a [0d956a8] delete a module never useddch -a [0599406] Adds get_available_resource to hyperv driverdch -a [c3476b5] Create image of volume-backed instance via native APIdch -a [5339141] Improve floating IP delete speed.dch -a [1b87d59] Have device mapping use autocreated device nodesdch -a [79db483] remove a never used importdch -a [b35b34a] fix unmounting of LXC containers in the presence of symlinksdch -a [4fe722a] Add ServerStartStop extension API testdch -a [ccc0bfb] Set install_requires in setup.py.dch -a [85923aa] Add Server Detail and Metadata testsdch -a [6392ad2] xenapi: Make dom0 serialization consistent.dch -a [b97a0be] Correct ephemeral disk cache filename.dch -a [ff3b994] Handle missing 'provider_location' in rm_export.dch -a [4fc05bf] Nail the pip requirement at 1.1.dch -a [f192a16] rbd: implement create_volume_from_snapshotdch -a [0a09bf5] Specify the conf file when creating a volume.dch -a [1f82e30] Fix xml metadata for volumes api in nova-volume.debcommitTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['debcommit']' returned non-zero exit status 7Error 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.getcwdu(), 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 '['debcommit']' returned non-zero exit status 7Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #80

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/80/Project:quantal_folsom_swift_trunkDate of build:Tue, 11 Sep 2012 14:00:33 -0400Build duration:4 min 24 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesobj replicator speed upby dpgoetzeditswift/obj/replicator.pyedittest/unit/obj/test_replicator.pyeditswift/common/exceptions.pyConsole Output[...truncated 3544 lines...]dch -b -D quantal --newversion 1.7.1+git201209111400~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [d24e280] obj replicator speed updch -a [a2ac5ef] swift constraints are now settable via configdch -a [3139760] Fix pep8 issuesdch -a [cde6d59] Fix pep8 issuesdch -a [c0537ac] Breakout search_devs & add get_builder() for reusedch -a [54e28fa] fix some formatdch -a [4d6ae96] fix some format issuredch -a [edaaa47] format some code according to pep8dch -a [46a093f] Obj replicator cleans up files where part dirs should be.dch -a [d56772a] Fix pep8 issues in test_memcached.py.dch -a [73846c2] fix update_deleted directory creation. bug 1035274dch -a [07b4c21] 1.7.1 version bumpdch -a [341da75] changelog and authors updates for 1.7 releasedch -a [2e16b1f] Update swift.common.db to us swift.cmmn.utils.jsondch -a [314d3b7] Fall back to UDP if /dev/log does not exist.dch -a [0bb5d6d] use simplejson to serialize acct/cont resultsdch -a [54a2907] bumped version to 1.7.0 to reflect current dev effortdch -a [7b664c9] Fix PEP8 issues in ./test/unit/common .dch -a [ed3b12d] Can run swift-bench across multiple cores/servers.dch -a [4a2ae2b] Upating proxy-server StatsD logging.dch -a [c509ac2] Added ability to disable fallocatedch -a [2a38a04] Remove the gettext wrapper of server_type.dch -a [9290471] x-newest cleanup code with test. Fixes bug 1037337dch -a [9bda92d] Misc. swift-bench improvements.dch -a [e1ff51c] Do not use pickle for serialization in memcache, but JSONdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.1+git201209111400~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A swift_1.7.1+git201209111400~quantal-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'swift_1.7.1+git201209111400~quantal-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'swift_1.7.1+git201209111400~quantal-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_quantum_trunk #213

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_quantum_trunk/213/Project:precise_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 14:14:33 -0400Build duration:2 min 7 secBuild cause:Started by user adamBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 1709 lines...]debuild: fatal error at line 1350:dpkg-buildpackage -rfakeroot -d -us -uc -sa -S failedbzr: ERROR: The build failed.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-9c32b116-a06f-4084-af19-f96a5d11ac5d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-9c32b116-a06f-4084-af19-f96a5d11ac5d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.git archive master --format tar --prefix quantum-2012.2-201209111414/git archive master --format tar --prefix quantum-2012.2-201209111414/git log -n1 --no-merges --pretty=format:%Hgit log 1614c5d1891440587cc96d180292ecf1cc2af6c8..HEAD --no-merges --pretty=format:[%h] %sbzr branch lp:~openstack-ubuntu-testing/quantum/precise-folsom-proposed quantumbzr merge lp:~openstack-ubuntu-testing/quantum/precise-folsom --forcedch -b -D precise --newversion 2012.2+git201209111414~precise-0ubuntu1 Automated Ubuntu testing build:dch -b -D precise --newversion 2012.2+git201209111414~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [9b5871c] Ensure that l3 agent does not crash on restartdch -a [d5e49cb] make subnets attribute of a network read-onlydch -a [1fafffb] Exclude openstack-common from pep8 testdch -a [93c7147] Ensures that the Linux Bridge Plugin runs with L3 agentdch -a [aa100f9] Remove an external port when an error occurs during FIP creation.dch -a [24c6e81] Remove the exeception handler since it makes no sense.dch -a [00dd97c] Add enable_tunneling openvswitch configuration variabledch -a [3caafd9] Update default policy for add/remove router interface to admin_or_ownerdch -a [9890aa7] Add periodic check resync check to DHCP agentdch -a [01aa0f2] Update metaplugin with l3 extension updatedch -a [cb38773] Remove an external interface when router-gateway is removed.dch -a [81937f4] openvswitch plugin does not remove inbound unicast flow in br-tundebcommitbzr builddeb -S -- -sa -us -ucmk-build-deps -i -r -t apt-get -y /tmp/tmpD3KJW9/quantum/debian/controlbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-9c32b116-a06f-4084-af19-f96a5d11ac5d', '-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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-9c32b116-a06f-4084-af19-f96a5d11ac5d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: quantal_folsom_quantum_trunk #229

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_quantum_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_quantum_trunk/229/Project:quantal_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 14:14:26 -0400Build duration:6 min 55 secBuild cause:Started by user adamBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 7417 lines...]deleting and forgetting pool/main/q/quantum/quantum-plugin-cisco_2012.2+git201209102130~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-linuxbridge-agent_2012.2+git201209102130~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-linuxbridge_2012.2+git201209102130~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-metaplugin_2012.2+git201209102130~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nec_2012.2+git201209102130~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nicira_2012.2+git201209102130~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-openvswitch-agent_2012.2+git201209102130~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-openvswitch_2012.2+git201209102130~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu-agent_2012.2+git201209102130~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu_2012.2+git201209102130~quantal-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-server_2012.2+git201209102130~quantal-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/quantum/quantal-folsom']Pushed up to revision 100.INFO:root:Storing current commit for next build: 9b5871c658e1ec77bc29da507a2471a8b81b3702INFO:root:Complete command log:INFO:root:Destroying schroot.git archive master --format tar --prefix quantum-2012.2-201209111414/git archive master --format tar --prefix quantum-2012.2-201209111414/git log -n1 --no-merges --pretty=format:%Hgit log 1614c5d1891440587cc96d180292ecf1cc2af6c8..HEAD --no-merges --pretty=format:[%h] %sbzr branch lp:~openstack-ubuntu-testing/quantum/quantal-folsom-proposed quantumbzr merge lp:~openstack-ubuntu-testing/quantum/quantal-folsom --forcedch -b -D quantal --newversion 2012.2+git201209111414~quantal-0ubuntu1 Automated Ubuntu testing build:dch -b -D quantal --newversion 2012.2+git201209111414~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [9b5871c] Ensure that l3 agent does not crash on restartdch -a [d5e49cb] make subnets attribute of a network read-onlydch -a [1fafffb] Exclude openstack-common from pep8 testdch -a [93c7147] Ensures that the Linux Bridge Plugin runs with L3 agentdch -a [aa100f9] Remove an external port when an error occurs during FIP creation.dch -a [24c6e81] Remove the exeception handler since it makes no sense.dch -a [00dd97c] Add enable_tunneling openvswitch configuration variabledch -a [3caafd9] Update default policy for add/remove router interface to admin_or_ownerdch -a [9890aa7] Add periodic check resync check to DHCP agentdch -a [01aa0f2] Update metaplugin with l3 extension updatedch -a [cb38773] Remove an external interface when router-gateway is removed.dch -a [81937f4] openvswitch plugin does not remove inbound unicast flow in br-tundebcommitbzr builddeb -S -- -sa -us -ucmk-build-deps -i -r -t apt-get -y /tmp/tmpAW_D5m/quantum/debian/controlbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2012.2+git201209111414~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A quantum_2012.2+git201209111414~quantal-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-trunk-testing quantum_2012.2+git201209111414~quantal-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include quantal-folsom quantum_2012.2+git201209111414~quantal-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/quantum/quantal-folsomEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_deploy #87

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_deploy/87/Project:quantal_folsom_deployDate of build:Tue, 11 Sep 2012 14:16:24 -0400Build duration:11 minBuild cause:Started by command lineBuilt on:masterHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesBuild Artifactslogs/syslog.tar.gzlogs/test-02.os.magners.qa.lexington-log.tar.gzlogs/test-03.os.magners.qa.lexington-log.tar.gzlogs/test-04.os.magners.qa.lexington-log.tar.gzlogs/test-05.os.magners.qa.lexington-log.tar.gzlogs/test-06.os.magners.qa.lexington-log.tar.gzlogs/test-07.os.magners.qa.lexington-log.tar.gzlogs/test-08.os.magners.qa.lexington-log.tar.gzlogs/test-09.os.magners.qa.lexington-log.tar.gzlogs/test-10.os.magners.qa.lexington-log.tar.gzlogs/test-11.os.magners.qa.lexington-log.tar.gzlogs/test-12.os.magners.qa.lexington-log.tar.gzConsole Output[...truncated 2370 lines...]INFO:paramiko.transport:Secsh channel 1 opened.INFO:paramiko.transport.sftp:[chan 1] Opened sftp connection (server version 3)INFO:root:Setting up connection to test-10.os.magners.qa.lexingtonINFO:paramiko.transport:Connected (version 2.0, client OpenSSH_6.0p1)INFO:paramiko.transport:Authentication (publickey) successful!INFO:paramiko.transport:Secsh channel 1 opened.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-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-11.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-03.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-06.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO: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.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Grabbing information from test-07.os.magners.qa.lexingtonINFO:root:Grabbing 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-11.os.magners.qa.lexingtonINFO:root:Grabbing information from test-03.os.magners.qa.lexingtonINFO:root:Grabbing 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.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.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.tar: Removing leading `/' from member names+ exit 1Build step 'Execute shell' marked build as failureArchiving artifactsEmail 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_folsom_quantum_trunk #214

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_quantum_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_quantum_trunk/214/Project:precise_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 14:31:17 -0400Build duration:7 min 45 secBuild cause:Started by user adamBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 11707 lines...]deleting and forgetting pool/main/q/quantum/quantum-plugin-cisco_2012.2+git201209102130~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-linuxbridge-agent_2012.2+git201209102130~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-linuxbridge_2012.2+git201209102130~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-metaplugin_2012.2+git201209102130~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nec_2012.2+git201209102130~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nicira_2012.2+git201209102130~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-openvswitch-agent_2012.2+git201209102130~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-openvswitch_2012.2+git201209102130~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu-agent_2012.2+git201209102130~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu_2012.2+git201209102130~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-server_2012.2+git201209102130~precise-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/quantum/precise-folsom']Pushed up to revision 53.INFO:root:Storing current commit for next build: 9b5871c658e1ec77bc29da507a2471a8b81b3702INFO:root:Complete command log:INFO:root:Destroying schroot.git archive master --format tar --prefix quantum-2012.2-201209111431/git archive master --format tar --prefix quantum-2012.2-201209111431/git log -n1 --no-merges --pretty=format:%Hgit log 1614c5d1891440587cc96d180292ecf1cc2af6c8..HEAD --no-merges --pretty=format:[%h] %sbzr branch lp:~openstack-ubuntu-testing/quantum/precise-folsom-proposed quantumbzr merge lp:~openstack-ubuntu-testing/quantum/precise-folsom --forcedch -b -D precise --newversion 2012.2+git201209111431~precise-0ubuntu1 Automated Ubuntu testing build:dch -b -D precise --newversion 2012.2+git201209111431~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [9b5871c] Ensure that l3 agent does not crash on restartdch -a [d5e49cb] make subnets attribute of a network read-onlydch -a [1fafffb] Exclude openstack-common from pep8 testdch -a [93c7147] Ensures that the Linux Bridge Plugin runs with L3 agentdch -a [aa100f9] Remove an external port when an error occurs during FIP creation.dch -a [24c6e81] Remove the exeception handler since it makes no sense.dch -a [00dd97c] Add enable_tunneling openvswitch configuration variabledch -a [3caafd9] Update default policy for add/remove router interface to admin_or_ownerdch -a [9890aa7] Add periodic check resync check to DHCP agentdch -a [01aa0f2] Update metaplugin with l3 extension updatedch -a [cb38773] Remove an external interface when router-gateway is removed.dch -a [81937f4] openvswitch plugin does not remove inbound unicast flow in br-tundebcommitbzr builddeb -S -- -sa -us -ucmk-build-deps -i -r -t apt-get -y /tmp/tmpPm0UHh/quantum/debian/controlbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2012.2+git201209111431~precise-0ubuntu1_source.changessbuild -d precise-folsom -n -A quantum_2012.2+git201209111431~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-trunk-testing quantum_2012.2+git201209111431~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-folsom quantum_2012.2+git201209111431~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/quantum/precise-folsomEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_swift_trunk #70

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_swift_trunk/70/Project:precise_folsom_swift_trunkDate of build:Tue, 11 Sep 2012 16:30:33 -0400Build duration:2 min 48 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changescontainer_info returns a dictby mikeeditswift/proxy/controllers/obj.pyeditswift/proxy/controllers/container.pyedittest/unit/proxy/test_server.pyeditswift/proxy/controllers/base.pyeditswift/common/middleware/ratelimit.pyedittest/unit/common/middleware/test_ratelimit.pyConsole Output[...truncated 2660 lines...]Build needed 00:00:56, 16900k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'swift_1.7.1+git201209111630~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'swift_1.7.1+git201209111630~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/precise-folsom-proposed /tmp/tmpQrzGnj/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpQrzGnj/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 73846c2c38728fb32da2b7c8540cffb738b22c42..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/precise-folsom --forcedch -b -D precise --newversion 1.7.1+git201209111630~precise-0ubuntu1 Automated Ubuntu testing build:dch -b -D precise --newversion 1.7.1+git201209111630~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [d24e280] obj replicator speed updch -a [063789b] container_info returns a dictdch -a [a2ac5ef] swift constraints are now settable via configdch -a [3139760] Fix pep8 issuesdch -a [cde6d59] Fix pep8 issuesdch -a [c0537ac] Breakout search_devs & add get_builder() for reusedch -a [54e28fa] fix some formatdch -a [4d6ae96] fix some format issuredch -a [edaaa47] format some code according to pep8dch -a [46a093f] Obj replicator cleans up files where part dirs should be.dch -a [d56772a] Fix pep8 issues in test_memcached.py.dch -a [314d3b7] Fall back to UDP if /dev/log does not exist.dch -a [ed3b12d] Can run swift-bench across multiple cores/servers.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.1+git201209111630~precise-0ubuntu1_source.changessbuild -d precise-folsom -n -A swift_1.7.1+git201209111630~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'swift_1.7.1+git201209111630~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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'swift_1.7.1+git201209111630~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: quantal_folsom_swift_trunk #81

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_swift_trunk/81/Project:quantal_folsom_swift_trunkDate of build:Tue, 11 Sep 2012 16:30:34 -0400Build duration:3 min 26 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changescontainer_info returns a dictby mikeeditswift/common/middleware/ratelimit.pyeditswift/proxy/controllers/obj.pyeditswift/proxy/controllers/base.pyedittest/unit/proxy/test_server.pyeditswift/proxy/controllers/container.pyedittest/unit/common/middleware/test_ratelimit.pyConsole Output[...truncated 3548 lines...]dch -a [d24e280] obj replicator speed updch -a [063789b] container_info returns a dictdch -a [a2ac5ef] swift constraints are now settable via configdch -a [3139760] Fix pep8 issuesdch -a [cde6d59] Fix pep8 issuesdch -a [c0537ac] Breakout search_devs & add get_builder() for reusedch -a [54e28fa] fix some formatdch -a [4d6ae96] fix some format issuredch -a [edaaa47] format some code according to pep8dch -a [46a093f] Obj replicator cleans up files where part dirs should be.dch -a [d56772a] Fix pep8 issues in test_memcached.py.dch -a [73846c2] fix update_deleted directory creation. bug 1035274dch -a [07b4c21] 1.7.1 version bumpdch -a [341da75] changelog and authors updates for 1.7 releasedch -a [2e16b1f] Update swift.common.db to us swift.cmmn.utils.jsondch -a [314d3b7] Fall back to UDP if /dev/log does not exist.dch -a [0bb5d6d] use simplejson to serialize acct/cont resultsdch -a [54a2907] bumped version to 1.7.0 to reflect current dev effortdch -a [7b664c9] Fix PEP8 issues in ./test/unit/common .dch -a [ed3b12d] Can run swift-bench across multiple cores/servers.dch -a [4a2ae2b] Upating proxy-server StatsD logging.dch -a [c509ac2] Added ability to disable fallocatedch -a [2a38a04] Remove the gettext wrapper of server_type.dch -a [9290471] x-newest cleanup code with test. Fixes bug 1037337dch -a [9bda92d] Misc. swift-bench improvements.dch -a [e1ff51c] Do not use pickle for serialization in memcache, but JSONdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.1+git201209111630~quantal-0ubuntu1_source.changessbuild -d quantal-folsom -n -A swift_1.7.1+git201209111630~quantal-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'swift_1.7.1+git201209111630~quantal-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'quantal-folsom', '-n', '-A', 'swift_1.7.1+git201209111630~quantal-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_quantum_trunk #217

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_quantum_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_quantum_trunk/217/Project:precise_folsom_quantum_trunkDate of build:Tue, 11 Sep 2012 16:38:23 -0400Build duration:5 min 56 secBuild cause:Started by user adamBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 11685 lines...]  Uploading quantum_2012.2+git201209111638~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-folsom', 'quantum_2012.2+git201209111638~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-folsom/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-folsom/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/q/quantum/python-quantum_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-common_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-dhcp-agent_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-l3-agent_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-cisco_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-linuxbridge-agent_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-linuxbridge_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-metaplugin_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nec_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nicira_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-openvswitch-agent_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-openvswitch_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu-agent_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu_2012.2+git201209111500~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-server_2012.2+git201209111500~precise-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/quantum/precise-folsom']Pushed up to revision 57.INFO:root:Storing current commit for next build: 089ad604cdce1f8944024f032a018e04e90d32f8INFO:root:Complete command log:INFO:root:Destroying schroot.git archive master --format tar --prefix quantum-2012.2-201209111638/git archive master --format tar --prefix quantum-2012.2-201209111638/git log -n1 --no-merges --pretty=format:%Hbzr branch lp:~openstack-ubuntu-testing/quantum/precise-folsom-proposed quantumbzr merge lp:~openstack-ubuntu-testing/quantum/precise-folsom --forcedch -b -D precise --newversion 2012.2+git201209111638~precise-0ubuntu1 Automated Ubuntu testing build:dch -b -D precise --newversion 2012.2+git201209111638~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucmk-build-deps -i -r -t apt-get -y /tmp/tmpLlT_Fy/quantum/debian/controlbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2012.2+git201209111638~precise-0ubuntu1_source.changessbuild -d precise-folsom -n -A quantum_2012.2+git201209111638~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/folsom-trunk-testing quantum_2012.2+git201209111638~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-folsom quantum_2012.2+git201209111638~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/quantum/precise-folsomEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_swift_trunk #71

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_swift_trunk/71/Project:precise_folsom_swift_trunkDate of build:Tue, 11 Sep 2012 17:00:33 -0400Build duration:3 min 10 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdds Error Handling to swift-drive-audit for missing or unreadable /var/log/kern.logby andy.mccraeeditbin/swift-drive-auditeditAUTHORSConsole Output[...truncated 2664 lines...]ERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'swift_1.7.1+git201209111700~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'swift_1.7.1+git201209111700~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/precise-folsom-proposed /tmp/tmpbPI4ov/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpbPI4ov/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 73846c2c38728fb32da2b7c8540cffb738b22c42..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/precise-folsom --forcedch -b -D precise --newversion 1.7.1+git201209111700~precise-0ubuntu1 Automated Ubuntu testing build:dch -b -D precise --newversion 1.7.1+git201209111700~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [463da7e] Adds Error Handling to swift-drive-audit for missing or unreadable /var/log/kern.logdch -a [d24e280] obj replicator speed updch -a [063789b] container_info returns a dictdch -a [a2ac5ef] swift constraints are now settable via configdch -a [3139760] Fix pep8 issuesdch -a [cde6d59] Fix pep8 issuesdch -a [c0537ac] Breakout search_devs & add get_builder() for reusedch -a [54e28fa] fix some formatdch -a [4d6ae96] fix some format issuredch -a [edaaa47] format some code according to pep8dch -a [46a093f] Obj replicator cleans up files where part dirs should be.dch -a [d56772a] Fix pep8 issues in test_memcached.py.dch -a [314d3b7] Fall back to UDP if /dev/log does not exist.dch -a [ed3b12d] Can run swift-bench across multiple cores/servers.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.1+git201209111700~precise-0ubuntu1_source.changessbuild -d precise-folsom -n -A swift_1.7.1+git201209111700~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'swift_1.7.1+git201209111700~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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-folsom', '-n', '-A', 'swift_1.7.1+git201209111700~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_folsom_horizon_trunk #128

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_horizon_trunk/128/Project:precise_folsom_horizon_trunkDate of build:Tue, 11 Sep 2012 18:30:33 -0400Build duration:3 min 58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesDocument limitations of quantum/nova/floating ip integration.by gabrieleditdoc/source/releases/2012_2.rstConsole Output[...truncated 1582 lines...]patching file run_tests.shpatching file horizon/tests/testsettings.pyApplying patch remove_compressed_comments.patchpatching file horizon/templates/horizon/_scripts.htmlHunk #1 FAILED at 4.Hunk #2 FAILED at 14.2 out of 2 hunks FAILED -- rejects in file horizon/templates/horizon/_scripts.htmlPatch remove_compressed_comments.patch can be reverse-appliedERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-eac04f55-9a41-4098-9ee2-5eea70258fab', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-eac04f55-9a41-4098-9ee2-5eea70258fab', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.git archive master --format tar --prefix horizon-2012.2-201209111830/git archive master --format tar --prefix horizon-2012.2-201209111830/git log -n1 --no-merges --pretty=format:%Hgit log 34cd3163e43eecb073404e7ce1ca180217a47ce5..HEAD --no-merges --pretty=format:[%h] %sbzr branch lp:~openstack-ubuntu-testing/horizon/precise-folsom-proposed horizonbzr merge lp:~openstack-ubuntu-testing/horizon/precise-folsom --forcedch -b -D precise --newversion 2012.2+git201209111830~precise-0ubuntu1 Automated Ubuntu testing build:dch -b -D precise --newversion 2012.2+git201209111830~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [968a6aa] Document limitations of quantum/nova/floating ip integration.dch -a [a8c92dc] Remove template comments from compressed blocks.dch -a [347e95a] Admin panel: Don't poll shutoff instancesdch -a [5950c1f] Adds release notes for 2012.2 "Folsom".dch -a [4e6107c] Adds a docs example for a customization module.debcommitbzr builddeb -S -- -sa -us -ucmk-build-deps -i -r -t apt-get -y /tmp/tmpgSDSOr/horizon/debian/controlbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-eac04f55-9a41-4098-9ee2-5eea70258fab', '-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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-eac04f55-9a41-4098-9ee2-5eea70258fab', '-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: quantal_folsom_horizon_trunk #133

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_horizon_trunk/133/Project:quantal_folsom_horizon_trunkDate of build:Tue, 11 Sep 2012 18:36:01 -0400Build duration:2 min 6 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesDocument limitations of quantum/nova/floating ip integration.by gabrieleditdoc/source/releases/2012_2.rstConsole Output[...truncated 1716 lines...]patching file run_tests.shpatching file horizon/tests/testsettings.pyApplying patch remove_compressed_comments.patchpatching file horizon/templates/horizon/_scripts.htmlHunk #1 FAILED at 4.Hunk #2 FAILED at 14.2 out of 2 hunks FAILED -- rejects in file horizon/templates/horizon/_scripts.htmlPatch remove_compressed_comments.patch can be reverse-appliedERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-2a4920d2-cac6-419f-936f-f49cbc6262e7', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-2a4920d2-cac6-419f-936f-f49cbc6262e7', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.git archive master --format tar --prefix horizon-2012.2-201209111836/git archive master --format tar --prefix horizon-2012.2-201209111836/git log -n1 --no-merges --pretty=format:%Hgit log 34cd3163e43eecb073404e7ce1ca180217a47ce5..HEAD --no-merges --pretty=format:[%h] %sbzr branch lp:~openstack-ubuntu-testing/horizon/quantal-folsom-proposed horizonbzr merge lp:~openstack-ubuntu-testing/horizon/quantal-folsom --forcedch -b -D quantal --newversion 2012.2+git201209111836~quantal-0ubuntu1 Automated Ubuntu testing build:dch -b -D quantal --newversion 2012.2+git201209111836~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [968a6aa] Document limitations of quantum/nova/floating ip integration.dch -a [a8c92dc] Remove template comments from compressed blocks.dch -a [347e95a] Admin panel: Don't poll shutoff instancesdch -a [5950c1f] Adds release notes for 2012.2 "Folsom".dch -a [4e6107c] Adds a docs example for a customization module.debcommitbzr builddeb -S -- -sa -us -ucmk-build-deps -i -r -t apt-get -y /tmp/tmpE3BHN3/horizon/debian/controlbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-2a4920d2-cac6-419f-936f-f49cbc6262e7', '-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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-2a4920d2-cac6-419f-936f-f49cbc6262e7', '-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: quantal_folsom_glance_trunk #170

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_glance_trunk/170/Project:quantal_folsom_glance_trunkDate of build:Tue, 11 Sep 2012 19:00:34 -0400Build duration:2 min 58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesSet new version to open Grizzly developmentby thierryeditglance/version.pyConsole Output[...truncated 1462 lines...]hard linking glance/tests/unit/test_versions.py -> glance-2013.1/glance/tests/unithard linking glance/tests/unit/test_wsgi.py -> glance-2013.1/glance/tests/unithard linking glance/tests/unit/utils.py -> glance-2013.1/glance/tests/unithard linking glance/tests/unit/common/test_exception.py -> glance-2013.1/glance/tests/unit/commonhard linking glance/tests/unit/v1/__init__.py -> glance-2013.1/glance/tests/unit/v1hard linking glance/tests/unit/v1/test_api.py -> glance-2013.1/glance/tests/unit/v1hard linking glance/tests/unit/v2/__init__.py -> glance-2013.1/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_image_data_resource.py -> glance-2013.1/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_image_tags_resource.py -> glance-2013.1/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_images_resource.py -> glance-2013.1/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_schemas_resource.py -> glance-2013.1/glance/tests/unit/v2hard linking glance/tests/var/ca.crt -> glance-2013.1/glance/tests/varhard linking glance/tests/var/certificate.crt -> glance-2013.1/glance/tests/varhard linking glance/tests/var/privatekey.key -> glance-2013.1/glance/tests/varhard linking tools/install_venv.py -> glance-2013.1/toolshard linking tools/migrate_image_owners.py -> glance-2013.1/toolshard linking tools/pip-requires -> glance-2013.1/toolshard linking tools/test-requires -> glance-2013.1/toolshard linking tools/with_venv.sh -> glance-2013.1/toolscopying setup.cfg -> glance-2013.1Writing glance-2013.1/setup.cfgcreating distCreating tar archiveremoving 'glance-2013.1' (and everything under it)ERROR:root:Error occurred during package creation/build: [Errno 2] No such file or directory: '/tmp/tmpyZCiUy/git/glance/dist/glance-2012.2.tar.gz'ERROR:root:[Errno 2] No such file or directory: '/tmp/tmpyZCiUy/git/glance/dist/glance-2012.2.tar.gz'INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/quantal-folsom-proposed /tmp/tmpyZCiUy/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpyZCiUy/glance/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise eIOError: [Errno 2] No such file or directory: '/tmp/tmpyZCiUy/git/glance/dist/glance-2012.2.tar.gz'Error 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.getcwdu(), 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 eIOError: [Errno 2] No such file or directory: '/tmp/tmpyZCiUy/git/glance/dist/glance-2012.2.tar.gz'Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_horizon_trunk #129

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_horizon_trunk/129/Project:precise_folsom_horizon_trunkDate of build:Tue, 11 Sep 2012 19:00:33 -0400Build duration:3 min 19 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesOpen Grizzly (2013.1)by thierryedithorizon/version.pyConsole Output[...truncated 1585 lines...]patching file horizon/tests/testsettings.pyApplying patch remove_compressed_comments.patchpatching file horizon/templates/horizon/_scripts.htmlHunk #1 FAILED at 4.Hunk #2 FAILED at 14.2 out of 2 hunks FAILED -- rejects in file horizon/templates/horizon/_scripts.htmlPatch remove_compressed_comments.patch can be reverse-appliedERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-904c76f2-ebe1-4bb3-aac1-d9078e9d9d2c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-904c76f2-ebe1-4bb3-aac1-d9078e9d9d2c', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.git archive master --format tar --prefix horizon-2012.2-201209111900/git archive master --format tar --prefix horizon-2012.2-201209111900/git log -n1 --no-merges --pretty=format:%Hgit log 34cd3163e43eecb073404e7ce1ca180217a47ce5..HEAD --no-merges --pretty=format:[%h] %sbzr branch lp:~openstack-ubuntu-testing/horizon/precise-folsom-proposed horizonbzr merge lp:~openstack-ubuntu-testing/horizon/precise-folsom --forcedch -b -D precise --newversion 2012.2+git201209111900~precise-0ubuntu1 Automated Ubuntu testing build:dch -b -D precise --newversion 2012.2+git201209111900~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [0ba2753] Open Grizzly (2013.1)dch -a [968a6aa] Document limitations of quantum/nova/floating ip integration.dch -a [a8c92dc] Remove template comments from compressed blocks.dch -a [347e95a] Admin panel: Don't poll shutoff instancesdch -a [5950c1f] Adds release notes for 2012.2 "Folsom".dch -a [4e6107c] Adds a docs example for a customization module.debcommitbzr builddeb -S -- -sa -us -ucmk-build-deps -i -r -t apt-get -y /tmp/tmp3eioeA/horizon/debian/controlbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-904c76f2-ebe1-4bb3-aac1-d9078e9d9d2c', '-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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-904c76f2-ebe1-4bb3-aac1-d9078e9d9d2c', '-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: quantal_folsom_horizon_trunk #134

2012-09-11 Thread openstack-testing-bot
Title: quantal_folsom_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_horizon_trunk/134/Project:quantal_folsom_horizon_trunkDate of build:Tue, 11 Sep 2012 19:04:06 -0400Build duration:2 min 30 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesOpen Grizzly (2013.1)by thierryedithorizon/version.pyConsole Output[...truncated 1719 lines...]patching file horizon/tests/testsettings.pyApplying patch remove_compressed_comments.patchpatching file horizon/templates/horizon/_scripts.htmlHunk #1 FAILED at 4.Hunk #2 FAILED at 14.2 out of 2 hunks FAILED -- rejects in file horizon/templates/horizon/_scripts.htmlPatch remove_compressed_comments.patch can be reverse-appliedERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-76ee296b-4234-4532-880e-d760226f7508', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-76ee296b-4234-4532-880e-d760226f7508', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.git archive master --format tar --prefix horizon-2012.2-201209111904/git archive master --format tar --prefix horizon-2012.2-201209111904/git log -n1 --no-merges --pretty=format:%Hgit log 34cd3163e43eecb073404e7ce1ca180217a47ce5..HEAD --no-merges --pretty=format:[%h] %sbzr branch lp:~openstack-ubuntu-testing/horizon/quantal-folsom-proposed horizonbzr merge lp:~openstack-ubuntu-testing/horizon/quantal-folsom --forcedch -b -D quantal --newversion 2012.2+git201209111904~quantal-0ubuntu1 Automated Ubuntu testing build:dch -b -D quantal --newversion 2012.2+git201209111904~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [0ba2753] Open Grizzly (2013.1)dch -a [968a6aa] Document limitations of quantum/nova/floating ip integration.dch -a [a8c92dc] Remove template comments from compressed blocks.dch -a [347e95a] Admin panel: Don't poll shutoff instancesdch -a [5950c1f] Adds release notes for 2012.2 "Folsom".dch -a [4e6107c] Adds a docs example for a customization module.debcommitbzr builddeb -S -- -sa -us -ucmk-build-deps -i -r -t apt-get -y /tmp/tmp_X10Gy/horizon/debian/controlbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-76ee296b-4234-4532-880e-d760226f7508', '-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.getcwdu(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'quantal-amd64-76ee296b-4234-4532-880e-d760226f7508', '-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_trunk #162

2012-09-11 Thread openstack-testing-bot
Title: precise_folsom_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_trunk/162/Project:precise_folsom_glance_trunkDate of build:Tue, 11 Sep 2012 19:06:36 -0400Build duration:1 min 48 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesSet new version to open Grizzly developmentby thierryeditglance/version.pyConsole Output[...truncated 1413 lines...]hard linking glance/tests/unit/test_versions.py -> glance-2013.1/glance/tests/unithard linking glance/tests/unit/test_wsgi.py -> glance-2013.1/glance/tests/unithard linking glance/tests/unit/utils.py -> glance-2013.1/glance/tests/unithard linking glance/tests/unit/common/test_exception.py -> glance-2013.1/glance/tests/unit/commonhard linking glance/tests/unit/v1/__init__.py -> glance-2013.1/glance/tests/unit/v1hard linking glance/tests/unit/v1/test_api.py -> glance-2013.1/glance/tests/unit/v1hard linking glance/tests/unit/v2/__init__.py -> glance-2013.1/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_image_data_resource.py -> glance-2013.1/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_image_tags_resource.py -> glance-2013.1/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_images_resource.py -> glance-2013.1/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_schemas_resource.py -> glance-2013.1/glance/tests/unit/v2hard linking glance/tests/var/ca.crt -> glance-2013.1/glance/tests/varhard linking glance/tests/var/certificate.crt -> glance-2013.1/glance/tests/varhard linking glance/tests/var/privatekey.key -> glance-2013.1/glance/tests/varhard linking tools/install_venv.py -> glance-2013.1/toolshard linking tools/migrate_image_owners.py -> glance-2013.1/toolshard linking tools/pip-requires -> glance-2013.1/toolshard linking tools/test-requires -> glance-2013.1/toolshard linking tools/with_venv.sh -> glance-2013.1/toolscopying setup.cfg -> glance-2013.1Writing glance-2013.1/setup.cfgcreating distCreating tar archiveremoving 'glance-2013.1' (and everything under it)ERROR:root:Error occurred during package creation/build: [Errno 2] No such file or directory: '/tmp/tmpykLfY7/git/glance/dist/glance-2012.2.tar.gz'ERROR:root:[Errno 2] No such file or directory: '/tmp/tmpykLfY7/git/glance/dist/glance-2012.2.tar.gz'INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/precise-folsom-proposed /tmp/tmpykLfY7/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpykLfY7/glance/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise eIOError: [Errno 2] No such file or directory: '/tmp/tmpykLfY7/git/glance/dist/glance-2012.2.tar.gz'Error 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.getcwdu(), 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 eIOError: [Errno 2] No such file or directory: '/tmp/tmpykLfY7/git/glance/dist/glance-2012.2.tar.gz'Build 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