Re: [Openstack] Network setup - Swift / keystone location and configuraton?

2013-01-21 Thread Brian Ipsen
Hi,



Just to clear things up:


I am still trying to figure out how the different components interact, and 
exactly what the different parameters on the keystone command does. Once I get 
that understanding, things will probably be much easier :)
[Reply]
Yes , that's the keypoint. You must understand the workflow.
My assumption is your proxy pipline is using tokenauth and keystone even 
swift-auth .
The full request workflow is :
client send username/password -- keystone verify it -- return token and 
service(swift) url to client -- client use returned url and token to 
swift-proxy -- proxy verify the token by asking keystone immediately --- 
keystone confirmed it with several information includes role etc. -- the 
request pass the token-auth filter -- check the role with swift-auth 
middleware -- do the operation for user -- returned the result(status)

So the client contacts the keystone server first(directly) - on the URL it is 
listening on (NAT'ed from public network)? Keystone returns tokenand service 
URL - and then the client connects to the proxy using the token ?

Regards
Brian

___
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] Instance blocked when migrate between host.

2013-01-21 Thread Lei Zhang
Hi all,

Today, I am testing the openstack migrate function. ( not live migration)
After run the command `nova migrate`, the status of the instance became
`Verify Resize` and never changed itself. Event though I found this
instance has been started on another instance.

If is this a bug? Or I forgot something to configure?

-- 
Lei Zhang

Blog: http://jeffrey4l.github.com
twitter/weibo: @jeffrey4l
___
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] Instance blocked when migrate between host.

2013-01-21 Thread Wolfgang Hennerbichler
Hi,

same issue here, after changing the flavor. never returned to normal,
had to go into mysql once again.

On 01/21/2013 10:08 AM, Lei Zhang wrote:
 Hi all, 
 
 Today, I am testing the openstack migrate function. ( not live migration)
 After run the command `nova migrate`, the status of the instance became
 `Verify Resize` and never changed itself. Event though I found this
 instance has been started on another instance. 
 
 If is this a bug? Or I forgot something to configure? 
 
 -- 
 Lei Zhang
 
 Blog: http://jeffrey4l.github.com
 twitter/weibo: @jeffrey4l
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 


-- 
DI (FH) Wolfgang Hennerbichler
Software Development
Unit Advanced Computing Technologies
RISC Software GmbH
A company of the Johannes Kepler University Linz

IT-Center
Softwarepark 35
4232 Hagenberg
Austria

Phone: +43 7236 3343 245
Fax: +43 7236 3343 250
wolfgang.hennerbich...@risc-software.at
http://www.risc-software.at

___
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] Instance blocked when migrate between host.

2013-01-21 Thread Lei Zhang
Hi Wolfgang,

Actually, there is a better way.
```
nova reset-state --active instances
```
But I still doubt there is some bug here. The `instance-0001_resize`
folder is never deleted.


On Mon, Jan 21, 2013 at 5:12 PM, Wolfgang Hennerbichler 
wolfgang.hennerbich...@risc-software.at wrote:

 Hi,

 same issue here, after changing the flavor. never returned to normal,
 had to go into mysql once again.

 On 01/21/2013 10:08 AM, Lei Zhang wrote:
  Hi all,
 
  Today, I am testing the openstack migrate function. ( not live migration)
  After run the command `nova migrate`, the status of the instance became
  `Verify Resize` and never changed itself. Event though I found this
  instance has been started on another instance.
 
  If is this a bug? Or I forgot something to configure?
 
  --
  Lei Zhang
 
  Blog: http://jeffrey4l.github.com
  twitter/weibo: @jeffrey4l
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 


 --
 DI (FH) Wolfgang Hennerbichler
 Software Development
 Unit Advanced Computing Technologies
 RISC Software GmbH
 A company of the Johannes Kepler University Linz

 IT-Center
 Softwarepark 35
 4232 Hagenberg
 Austria

 Phone: +43 7236 3343 245
 Fax: +43 7236 3343 250
 wolfgang.hennerbich...@risc-software.at
 http://www.risc-software.at

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




-- 
Lei Zhang

Blog: http://jeffrey4l.github.com
twitter/weibo: @jeffrey4l
___
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] Instance blocked when migrate between host.

2013-01-21 Thread Julie Pichon
Hi Lei,

Lei Zhang zhang.lei@gmail.com wrote:
 Today, I am testing the openstack migrate function. ( not live
 migration)
 After run the command `nova migrate`, the status of the instance
 became
 `Verify Resize` and never changed itself. Event though I found this
 instance has been started on another instance.
 
 If is this a bug? Or I forgot something to configure?

Migrate is a 2-steps process: once the instance reaches the VERIFY_RESIZE 
stage, you need to run nova resize-confirm if you're happy with the new 
instance (this will delete the old one), or nova resize-revert if you want to 
go back to the old instance (this will delete the new one). Migrate and resize 
use the same mechanism, hence the naming of these 2 commands.

There probably should be something to indicate this in the 'nova help migrate' 
command, since this is something many people seem to get caught in when first 
running migrate - myself included.

Regards,

Julie

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


[Openstack] Devstack with ESXi Compute Node

2013-01-21 Thread Balamurugan V G
Hi,

I started with a single node Devstack(with quantum) on a Ubuntu12.0 server
and used a Flat network. It worked fine as I could launch instances and
cover many use cases.

Now I want to added a second compute node to this stack but it has to be an
ESXi. So I launched a Ubuntu12.10 VM (using VMWare client) on ESXi and
installed Devstack on it aswell(I intended to not start the services which
are not needed on it). I then copied over the nova.conf from the first all
in one stack node to this and modified the my_ip, VMWare fields etc as per
http://docs.openstack.org/trunk/openstack-compute/admin/content/vmware.html.

I then modified the devstack/stack-screenrc file to hold just these lines
below and started rejoin-stack.sh.

screen -t q-agt bash
stuff python /opt/stack/quantum/bin/quantum-openvswitch-agent
--config-file /etc/quantum/quantum.conf --config-file
/etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini^M
screen -t n-cpu bash
stuff cd /opt/stack/nova  sg libvirtd /opt/stack/nova/bin/nova-compute^M


But I get the following error:

root@ubuntu1210srvr:/home/stack/devstack# 2013-01-21 22:55:02 INFO
nova.virt.driver [-] Loading compute driver 'libvirt.LibvirtDriver'
2013-01-21 22:55:02 INFO nova.manager [-] Skipping periodic task
_periodic_update_dns because its interval is negative
2013-01-21 22:55:03 INFO nova.network.driver [-] Loading network driver
'nova.network.linux_net'
2013-01-21 22:55:03 INFO nova.openstack.common.rpc.common
[req-06c8f346-9939-429c-8f1a-8b7ebfa127b0 None None] Connected to AMQP
server on 10.5.12.20:5672
2013-01-21 22:55:03 CRITICAL nova [req-06c8f346-9939-429c-8f1a-8b7ebfa127b0
None None] *Remote error: UnsupportedRpcVersion Specified RPC version,
1.22, not supported by this endpoint.*
[u'Traceback (most recent call last):\n', u'  File
/opt/stack/nova/nova/openstack/common/rpc/amqp.py, line 277, in
_process_data\nrval = self.proxy.dispatch(ctxt, version, method,
**args)\n', u'  File
/opt/stack/nova/nova/openstack/common/rpc/dispatcher.py, line 152, in
dispatch\nraise rpc_common.UnsupportedRpcVersion(version=version)\n',
u'UnsupportedRpcVersion: Specified RPC version, 1.22, not supported by this
endpoint.\n'].
2013-01-21 22:55:03 TRACE nova Traceback (most recent call last):
2013-01-21 22:55:03 TRACE nova   File /opt/stack/nova/bin/nova-compute,
line 59, in module
2013-01-21 22:55:03 TRACE nova db_allowed=False)
2013-01-21 22:55:03 TRACE nova   File /opt/stack/nova/nova/service.py,
line 525, in create
2013-01-21 22:55:03 TRACE nova db_allowed=db_allowed)
2013-01-21 22:55:03 TRACE nova   File /opt/stack/nova/nova/service.py,
line 413, in __init__
2013-01-21 22:55:03 TRACE nova
self.conductor_api.wait_until_ready(context.get_admin_context())
2013-01-21 22:55:03 TRACE nova   File
/opt/stack/nova/nova/conductor/api.py, line 320, in wait_until_ready
2013-01-21 22:55:03 TRACE nova self.ping(context, '1.21 GigaWatts',
timeout=timeout)
2013-01-21 22:55:03 TRACE nova   File
/opt/stack/nova/nova/conductor/api.py, line 328, in ping
2013-01-21 22:55:03 TRACE nova return
self.conductor_rpcapi.ping(context, arg, timeout)
2013-01-21 22:55:03 TRACE nova   File
/opt/stack/nova/nova/conductor/rpcapi.py, line 82, in ping
2013-01-21 22:55:03 TRACE nova return self.call(context, msg,
version='1.22', timeout=timeout)
2013-01-21 22:55:03 TRACE nova   File
/opt/stack/nova/nova/openstack/common/rpc/proxy.py, line 80, in call
2013-01-21 22:55:03 TRACE nova return rpc.call(context,
self._get_topic(topic), msg, timeout)
2013-01-21 22:55:03 TRACE nova   File
/opt/stack/nova/nova/openstack/common/rpc/__init__.py, line 109, in call
2013-01-21 22:55:03 TRACE nova return _get_impl().call(cfg.CONF,
context, topic, msg, timeout)
2013-01-21 22:55:03 TRACE nova   File
/opt/stack/nova/nova/openstack/common/rpc/impl_kombu.py, line 765, in call
2013-01-21 22:55:03 TRACE nova rpc_amqp.get_connection_pool(conf,
Connection))
2013-01-21 22:55:03 TRACE nova   File
/opt/stack/nova/nova/openstack/common/rpc/amqp.py, line 379, in call
2013-01-21 22:55:03 TRACE nova rv = list(rv)
2013-01-21 22:55:03 TRACE nova   File
/opt/stack/nova/nova/openstack/common/rpc/amqp.py, line 347, in __iter__
2013-01-21 22:55:03 TRACE nova raise result
2013-01-21 22:55:03 TRACE nova RemoteError: Remote error:
UnsupportedRpcVersion Specified RPC version, 1.22, not supported by this
endpoint.
2013-01-21 22:55:03 TRACE nova [u'Traceback (most recent call last):\n',
u'  File /opt/stack/nova/nova/openstack/common/rpc/amqp.py, line 277, in
_process_data\nrval = self.proxy.dispatch(ctxt, version, method,
**args)\n', u'  File
/opt/stack/nova/nova/openstack/common/rpc/dispatcher.py, line 152, in
dispatch\nraise rpc_common.UnsupportedRpcVersion(version=version)\n',
u'UnsupportedRpcVersion: Specified RPC version, 1.22, not supported by this
endpoint.\n'].
2013-01-21 22:55:03 TRACE nova
root@ubuntu1210srvr:/opt/stack/nova#

This is my nova.conf lines related to vmware.


Re: [Openstack] Instance blocked when migrate between host.

2013-01-21 Thread Lei Zhang
Hi Julie

Thank you very much.

I found nothing about these two command, and I am appreciate for adding
some help information in `nova help migrate`.

On Mon, Jan 21, 2013 at 5:28 PM, Julie Pichon jpic...@redhat.com wrote:

 Hi Lei,

 Lei Zhang zhang.lei@gmail.com wrote:
  Today, I am testing the openstack migrate function. ( not live
  migration)
  After run the command `nova migrate`, the status of the instance
  became
  `Verify Resize` and never changed itself. Event though I found this
  instance has been started on another instance.
 
  If is this a bug? Or I forgot something to configure?

 Migrate is a 2-steps process: once the instance reaches the VERIFY_RESIZE
 stage, you need to run nova resize-confirm if you're happy with the new
 instance (this will delete the old one), or nova resize-revert if you want
 to go back to the old instance (this will delete the new one). Migrate and
 resize use the same mechanism, hence the naming of these 2 commands.

 There probably should be something to indicate this in the 'nova help
 migrate' command, since this is something many people seem to get caught in
 when first running migrate - myself included.

 Regards,

 Julie




-- 
Lei Zhang

Blog: http://jeffrey4l.github.com
twitter/weibo: @jeffrey4l
___
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 shared storage. Examples and considerations?

2013-01-21 Thread zebra z zebra
Hi.



I'm looking into reference architectures for OpenStack deployments for a
project taking place soonish. I'm looking to build an OpenStack environment
with an as yet undetermined (but might scale to thousands) compute core
count. It'll most likely be based on 10GbE networking constructs.



I've been tasked with looking at backend storage architecture for the
platform, as well as the bigger picture of how it'll all fit together ­ but
first and foremost, there are a lot of guidelines and requirements for
functionality and a minimum level of service I'd like to meet. One such
minimum requirement is true live migration that my company has told me is a
must from an availability perspective.



After looking over the majority of the documentation that I can find, it
would seem to me, the path of least resistance here is to use a shared
storage mechanism. I've read about two kinds of migration, one being block
based, the other being true live.



I've talked to a few experienced openstack users and three of them suggest
that the shared storage path is the sensible path for what we're
undertaking, but I'd like to dig deeper here, as I've been given a lot of
comments by others suggesting that such a platform or mechanism (shared
storage array/SAN style architecture) isn't scalable ­ opting for local
storage inter-node instead.



Personally, I'm not convinced of this entirely, and I perceive that with
modern storage arrays and with some of the controller technology we have
available to us now (think: extremely high performance controllers,
inter-array tiering mechanisms including hot or warm SSD cache
mechanisms) a shared storage methodology could work very well, be easier to
manage and ultimately be a success.



I've been told by several people that if I used shared storage in an effort
to get to a point where live migration is a possibility and is sane, I leave
myself open to flooding the shared storage backend if I boot up lots of VM's
at once and a lack of IO scalability because my storage is bound to what a
storage array is capable of [so, to that end, growing it, scaling it and
making it perform could be expensive], but, again, I'm not sure that's
entirely true due to the significant caching that might take place
internally.



I'm very interested in understanding what others have done here and how they
have tackled such scenarios.



Thank  you for your time, openstack list.



--z




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


Re: [Openstack] Devstack with ESXi Compute Node

2013-01-21 Thread Balamurugan V G
Looks like its due to difference in the devstack src versions in the two
nodes (i am trying to update the other old node and try again).

-Balu

On Mon, Jan 21, 2013 at 3:02 PM, Balamurugan V G balamuruga...@gmail.comwrote:

 Hi,

 I started with a single node Devstack(with quantum) on a Ubuntu12.0 server
 and used a Flat network. It worked fine as I could launch instances and
 cover many use cases.

 Now I want to added a second compute node to this stack but it has to be
 an ESXi. So I launched a Ubuntu12.10 VM (using VMWare client) on ESXi and
 installed Devstack on it aswell(I intended to not start the services which
 are not needed on it). I then copied over the nova.conf from the first all
 in one stack node to this and modified the my_ip, VMWare fields etc as per
 http://docs.openstack.org/trunk/openstack-compute/admin/content/vmware.html
 .

 I then modified the devstack/stack-screenrc file to hold just these lines
 below and started rejoin-stack.sh.

 screen -t q-agt bash
 stuff python /opt/stack/quantum/bin/quantum-openvswitch-agent
 --config-file /etc/quantum/quantum.conf --config-file
 /etc/quantum/plugins/openvswitch/ovs_quantum_plugin.ini^M
 screen -t n-cpu bash
 stuff cd /opt/stack/nova  sg libvirtd
 /opt/stack/nova/bin/nova-compute^M


 But I get the following error:

 root@ubuntu1210srvr:/home/stack/devstack# 2013-01-21 22:55:02 INFO
 nova.virt.driver [-] Loading compute driver 'libvirt.LibvirtDriver'
 2013-01-21 22:55:02 INFO nova.manager [-] Skipping periodic task
 _periodic_update_dns because its interval is negative
 2013-01-21 22:55:03 INFO nova.network.driver [-] Loading network driver
 'nova.network.linux_net'
 2013-01-21 22:55:03 INFO nova.openstack.common.rpc.common
 [req-06c8f346-9939-429c-8f1a-8b7ebfa127b0 None None] Connected to AMQP
 server on 10.5.12.20:5672
 2013-01-21 22:55:03 CRITICAL nova
 [req-06c8f346-9939-429c-8f1a-8b7ebfa127b0 None None] *Remote error:
 UnsupportedRpcVersion Specified RPC version, 1.22, not supported by this
 endpoint.*
 [u'Traceback (most recent call last):\n', u'  File
 /opt/stack/nova/nova/openstack/common/rpc/amqp.py, line 277, in
 _process_data\nrval = self.proxy.dispatch(ctxt, version, method,
 **args)\n', u'  File
 /opt/stack/nova/nova/openstack/common/rpc/dispatcher.py, line 152, in
 dispatch\nraise rpc_common.UnsupportedRpcVersion(version=version)\n',
 u'UnsupportedRpcVersion: Specified RPC version, 1.22, not supported by this
 endpoint.\n'].
 2013-01-21 22:55:03 TRACE nova Traceback (most recent call last):
 2013-01-21 22:55:03 TRACE nova   File /opt/stack/nova/bin/nova-compute,
 line 59, in module
 2013-01-21 22:55:03 TRACE nova db_allowed=False)
 2013-01-21 22:55:03 TRACE nova   File /opt/stack/nova/nova/service.py,
 line 525, in create
 2013-01-21 22:55:03 TRACE nova db_allowed=db_allowed)
 2013-01-21 22:55:03 TRACE nova   File /opt/stack/nova/nova/service.py,
 line 413, in __init__
 2013-01-21 22:55:03 TRACE nova
 self.conductor_api.wait_until_ready(context.get_admin_context())
 2013-01-21 22:55:03 TRACE nova   File
 /opt/stack/nova/nova/conductor/api.py, line 320, in wait_until_ready
 2013-01-21 22:55:03 TRACE nova self.ping(context, '1.21 GigaWatts',
 timeout=timeout)
 2013-01-21 22:55:03 TRACE nova   File
 /opt/stack/nova/nova/conductor/api.py, line 328, in ping
 2013-01-21 22:55:03 TRACE nova return
 self.conductor_rpcapi.ping(context, arg, timeout)
 2013-01-21 22:55:03 TRACE nova   File
 /opt/stack/nova/nova/conductor/rpcapi.py, line 82, in ping
 2013-01-21 22:55:03 TRACE nova return self.call(context, msg,
 version='1.22', timeout=timeout)
 2013-01-21 22:55:03 TRACE nova   File
 /opt/stack/nova/nova/openstack/common/rpc/proxy.py, line 80, in call
 2013-01-21 22:55:03 TRACE nova return rpc.call(context,
 self._get_topic(topic), msg, timeout)
 2013-01-21 22:55:03 TRACE nova   File
 /opt/stack/nova/nova/openstack/common/rpc/__init__.py, line 109, in call
 2013-01-21 22:55:03 TRACE nova return _get_impl().call(cfg.CONF,
 context, topic, msg, timeout)
 2013-01-21 22:55:03 TRACE nova   File
 /opt/stack/nova/nova/openstack/common/rpc/impl_kombu.py, line 765, in call
 2013-01-21 22:55:03 TRACE nova rpc_amqp.get_connection_pool(conf,
 Connection))
 2013-01-21 22:55:03 TRACE nova   File
 /opt/stack/nova/nova/openstack/common/rpc/amqp.py, line 379, in call
 2013-01-21 22:55:03 TRACE nova rv = list(rv)
 2013-01-21 22:55:03 TRACE nova   File
 /opt/stack/nova/nova/openstack/common/rpc/amqp.py, line 347, in __iter__
 2013-01-21 22:55:03 TRACE nova raise result
 2013-01-21 22:55:03 TRACE nova RemoteError: Remote error:
 UnsupportedRpcVersion Specified RPC version, 1.22, not supported by this
 endpoint.
 2013-01-21 22:55:03 TRACE nova [u'Traceback (most recent call last):\n',
 u'  File /opt/stack/nova/nova/openstack/common/rpc/amqp.py, line 277, in
 _process_data\nrval = self.proxy.dispatch(ctxt, version, method,
 **args)\n', u'  File
 /opt/stack/nova/nova/openstack/common/rpc/dispatcher.py, line 

Re: [Openstack] Tenant Isolation - Virtualbox

2013-01-21 Thread Kevin Jackson
Hi Roni,
VirtualBox should honour the VLAN tagging, but it seems its related to the
driver type used: e1000 strips the VLAN tag it seems.  I don't recall
having this issue, but if I get time I'll be happy to spin an environment
up and have a play.

See this post:
http://humbledown.org/virtualbox-intel-vlan-tag-stripping.xhtml

Regards,
Kev


On 20 January 2013 15:32, Ronivon Costa ronivon.co...@gmail.com wrote:

 Hello,

 I am playing with Openstack and VlanManager in a Virtualbox machine. Is it
 tenant isolation supposed to work in this setup?

 I have several tenants, and the instances for them have landed on
 different subnets (11.0.1.x, 11.0.2.x, 11.0.3.x, etc).

 It is possible to ping and ssh other tenant instances from any tenant!

 Is this the correct behaviour for a virtualized deployement ?

 Cheers,
 Roni


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




-- 
Kevin Jackson
@itarchitectkev
___
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] Instances and ARP

2013-01-21 Thread Joe Warren-Meeks
Hi guys,

I've got openstack essex configured with vlanmanager and an external
gateway and all my networking runs ok generally.

However, I'm trying to setup Linux HA on two instances. They run on
separate compute nodes and can see each other just fine. hb_takeover and
hb_standby works perfectly. The problem is that nothing outside of the
instance with the HA IP address can connect to it.

It seems that something is ignoring the arp is-at from the instance. Doing
a tcpdump on the compute node's bridged network and the instance's eth0 I
can arp requests and responses fine for its main IP, but when I try to get
to the alias address, I see arp requests only on the compute side. On the
instance side I see it responding, but this doesn't show up on the bridged
interface on the compute node.

Has anyone seen this before? My google-fu is failing to find anything.

Kind regards

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


Re: [Openstack] Network setup - Swift / keystone location and configuraton?

2013-01-21 Thread Hugo
Exactly

從我的 iPhone 傳送

Brian Ipsen brian.ip...@ryesgade47c.dk 於 2013/1/21 下午4:55 寫道:

 Hi,
  
 Just to clear things up:
  
 I am still trying to figure out how the different components interact, and 
 exactly what the different parameters on the keystone command does. Once I 
 get that understanding, things will probably be much easier J
 [Reply] 
 Yes , that's the keypoint. You must understand the workflow. 
 My assumption is your proxy pipline is using tokenauth and keystone even 
 swift-auth .
 The full request workflow is :
 client send username/password -- keystone verify it -- return token and 
 service(swift) url to client -- client use returned url and token to 
 swift-proxy -- proxy verify the token by asking keystone immediately --- 
 keystone confirmed it with several information includes role etc. -- the 
 request pass the token-auth filter -- check the role with swift-auth 
 middleware -- do the operation for user -- returned the result(status) 
  
 So the client contacts the keystone server first(directly) - on the URL it is 
 listening on (NAT'ed from public network)? Keystone returns tokenand service 
 URL - and then the client connects to the proxy using the token ?
  
 Regards
 Brian
  
___
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] Instances and ARP

2013-01-21 Thread Belmiro Moreira
Hi Joe,
nova network filtering rules are preventing ip-spoofing.
There is a proposal to modify this behavior when using HA in instances. 
See thread: 
[openstack-dev] VM level HA. Changes in firewall.py question.

You can check with:
virsh nwfilter-dumpxml nova-base

cheers,
Belmiro

On Jan 21, 2013, at 12:25 PM, Joe Warren-Meeks joe.warren.me...@gmail.com 
wrote:

 Hi guys,
 
 I've got openstack essex configured with vlanmanager and an external gateway 
 and all my networking runs ok generally.
 
 However, I'm trying to setup Linux HA on two instances. They run on separate 
 compute nodes and can see each other just fine. hb_takeover and hb_standby 
 works perfectly. The problem is that nothing outside of the instance with the 
 HA IP address can connect to it.
 
 It seems that something is ignoring the arp is-at from the instance. Doing a 
 tcpdump on the compute node's bridged network and the instance's eth0 I can 
 arp requests and responses fine for its main IP, but when I try to get to the 
 alias address, I see arp requests only on the compute side. On the instance 
 side I see it responding, but this doesn't show up on the bridged interface 
 on the compute node.
 
 Has anyone seen this before? My google-fu is failing to find anything.
 
 Kind regards
 
  -- joe.
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


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


Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread Daniel P. Berrange
On Sun, Jan 20, 2013 at 01:46:58PM +0800, harryxiyou wrote:
 Hi all,
 
 I read the source code of Openstack Nova branch source codes but i
 can not find the  standard libvirt library packages, which i think
 Nova uses libvirt
 interfaces they are from standard libvirt library to attach Sheepdog(or 
 others)
 volumes to QEMU. If i add a new block storage driver for standard libvirt,
 i have to update these libvirt library packages in Openstack Nova brahch.
 Cloud anyone give me some suggestions? Thanks in advance ;-)

The nova driver for talking to libvirt is in nova/virt/libvirt/

The libvirt code itself is not part of openstack, and available from
our website http://libvirt.org

Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|

___
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] Progress on wiki migration to Mediawiki

2013-01-21 Thread Thierry Carrez
Anne Gentle wrote:
 - Make the landing page mo' better. (Thierry Carrez, ttx) While we won't
 be able to have the migration make the columns on all the pages lovely,
 he can make the first page beautious again.

I pushed an optimized page at https://wiki-staging.openstack.org/wiki.
There is still an issue with uploading images (404 on whatever you
upload) so I could not add those. Would be great to fix that before we
flip the switch.

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

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


Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread harryxiyou
On Mon, Jan 21, 2013 at 8:14 PM, Daniel P. Berrange berra...@redhat.com wrote:
[...]
 The nova driver for talking to libvirt is in nova/virt/libvirt/

Yup, i think so. Therefore, i also think nova driver in nova/virt/libvirt
has some relationships with libvirt code itself, right? Nova driver
send parameters to libvirt client(in Nova branch), then libvirt client
send these parameters to libvirt serever(libvirt code itself). How do
they(libvirt client and libvirt server) communicate with each other
in details? I wonder if they(libvirt client and libvirt server) are a whole
one in libvirt code itself. And Openstack just call libvirt client interfaces,
which Openstack just package libvirt code itself to be a library for calling.
Daniel, do you understand my meanings? Do you agree with me?

 The libvirt code itself is not part of openstack, and available from
 our website http://libvirt.org
Of course, Libvirt and Openstack are two independent and wonderful projects,
i love them very much ;-)

-- 
Thanks
Harry Wei

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


Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread Daniel P. Berrange
On Tue, Jan 22, 2013 at 12:13:57AM +0800, harryxiyou wrote:
 On Mon, Jan 21, 2013 at 8:14 PM, Daniel P. Berrange berra...@redhat.com 
 wrote:
 [...]
  The nova driver for talking to libvirt is in nova/virt/libvirt/
 
 Yup, i think so. Therefore, i also think nova driver in nova/virt/libvirt
 has some relationships with libvirt code itself, right? Nova driver
 send parameters to libvirt client(in Nova branch), then libvirt client
 send these parameters to libvirt serever(libvirt code itself). How do
 they(libvirt client and libvirt server) communicate with each other
 in details? I wonder if they(libvirt client and libvirt server) are a whole
 one in libvirt code itself. And Openstack just call libvirt client interfaces,
 which Openstack just package libvirt code itself to be a library for calling.

Nova simply uses the standard libvirt python module, which is a thin
python wrapper around the libvirt.so C library. This library talks to
the libvirtd server via a private RPC service. Nova only includes its
own custom libvirt integration code, the libvirt python module isn't
part of Nova.

Regards,
Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|

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


Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread harryxiyou
On Tue, Jan 22, 2013 at 12:20 AM, Daniel P. Berrange
berra...@redhat.com wrote:
[...]
 Nova simply uses the standard libvirt python module, which is a thin
 python wrapper around the libvirt.so C library.

I think so, but i wonder if the standard libvirt python module is
nova/virt/libvirt/driver.py?

 This library talks to the libvirtd server via a private RPC service. Nova
only includes its own custom libvirt integration code, the libvirt python
module isn't part of Nova.

But the libvirt python module is in the Nova branch. Why do you think it
is not a part of Nova? Is it part of libvirt code itself?

-- 
Thanks
Harry Wei

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


Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread Daniel P. Berrange
On Tue, Jan 22, 2013 at 01:08:23AM +0800, harryxiyou wrote:
 On Tue, Jan 22, 2013 at 12:20 AM, Daniel P. Berrange
 berra...@redhat.com wrote:
 [...]
  Nova simply uses the standard libvirt python module, which is a thin
  python wrapper around the libvirt.so C library.
 
 I think so, but i wonder if the standard libvirt python module is
 nova/virt/libvirt/driver.py?

That isn't the libvirt python module. That is Nova's libvirt integration
driver code.

Daniel
-- 
|: http://berrange.com  -o-http://www.flickr.com/photos/dberrange/ :|
|: http://libvirt.org  -o- http://virt-manager.org :|
|: http://autobuild.org   -o- http://search.cpan.org/~danberr/ :|
|: http://entangle-photo.org   -o-   http://live.gnome.org/gtk-vnc :|

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


Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread harryxiyou
On Tue, Jan 22, 2013 at 1:10 AM, Daniel P. Berrange berra...@redhat.com wrote:
[...]
 That isn't the libvirt python module. That is Nova's libvirt integration
 driver code.

That is to say, libvirt.so is from standard libvirt code itself and libvirt
python module is from libvirt.so. They(libvirt.so and libvirt python module)
are part of libvirt. And Nova just uses libvirt integration driver codes.
But i wonder if they(libvirt integration codes and libvirt python module)
have any relationships? What and how do they have? Nova's libvirt integration
codes call libvirt python module, right?

-- 
Thanks
Harry Wei

___
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] Problem running devstack / stack.sh

2013-01-21 Thread Bhandaru, Malini K

Greetings Dusan!

I am having similar issues and made no progress .. peeled the onion a bit.
Hope somebody else can help us. I posted a request on devstack' s launchpad 
site too.


1)  It helped making a copy of the sample localrc and placing in devstack 
home directory.

2)  The devstack stack.sh script created a stack user but directories such 
as /etc/keystone /etc/glance etc

Were owned by root, so it helped to using chown to make them stack user 
writable (I just made them writable)

3)  I even did not get fancy such as configuring for a real database or 
turning swift on etc, just a plain SQLite type keystone backend.

4)  The keystone service does not start up, thus the command to obtain it's 
service id returns an empty string, and thus the below call fails saying it is 
missing the service-id argument.

KEYSTONE_SERVICE=
+ keystone endpoint-create --region RegionOne --service_id --publicurl 
http://192.168.1.13:5000/v2.0 --adminurl http://192.168.1.13:35357/v2.0 
--internalurl http://192.168.1.13:5000/v2.0
usage: keystone endpoint-create [--region endpoint-region] --service-id
service-id [--publicurl public-url]
[--adminurl admin-url]
[--internalurl internal-url]
keystone endpoint-create: error: argument --service-id/--service_id: expected 
one argument

5)  And with no service up, no end point created, other requests such as 
user, tenant etc create fail, the avalance effect.

From: openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net 
[mailto:openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net] On 
Behalf Of Dusan Dordevic
Sent: Sunday, January 20, 2013 7:36 AM
To: openstack@lists.launchpad.net
Subject: [Openstack] Problem running devstack / stack.sh

Hi,
I just downloaded fresh copy of devstack, and I am trying to run in on Ubuntu. 
12.04. I do have stack.sh problem, it seems to me like something related to 
Keystone and database, but I cannot find the problem. Any idea what it might be 
?
Here is full error dump:
./stack.sh
...
+ export OS_SERVICE_ENDPOINT=http://192.168.1.13:35357/v2.0
+ OS_SERVICE_ENDPOINT=http://192.168.1.13:35357/v2.0
+ create_keystone_accounts
++ keystone tenant-create --name admin
++ grep ' id '
++ get_field 2
++ read data
Unable to communicate with identity service: {error: {message: An 
unexpected error prevented the server from fulfilling your request. 
(OperationalError) (1045, \Access denied for user 'root'@'localhost' (using 
password: YES)\) None None, code: 500, title: Internal Server Error}}. 
(HTTP 500)
+ ADMIN_TENANT=
++ keystone user-create --name admin --pass sifra --email 
ad...@example.commailto:ad...@example.com
++ grep ' id '
++ get_field 2
++ read data
Unable to communicate with identity service: {error: {message: An 
unexpected error prevented the server from fulfilling your request. 
(OperationalError) (1045, \Access denied for user 'root'@'localhost' (using 
password: YES)\) None None, code: 500, title: Internal Server Error}}. 
(HTTP 500)
+ ADMIN_USER=
++ keystone role-create --name admin
++ grep ' id '
++ get_field 2
++ read data
Unable to communicate with identity service: {error: {message: An 
unexpected error prevented the server from fulfilling your request. 
(OperationalError) (1045, \Access denied for user 'root'@'localhost' (using 
password: YES)\) None None, code: 500, title: Internal Server Error}}. 
(HTTP 500)
+ ADMIN_ROLE=
+ keystone user-role-add --user_id --role_id --tenant_id
usage: keystone user-role-add --user-id user-id --role-id role-id
  [--tenant-id tenant-id]
keystone user-role-add: error: argument --user-id/--user_id: expected one 
argument
++ keystone tenant-create --name service
++ grep ' id '
++ get_field 2
++ read data
Unable to communicate with identity service: {error: {message: An 
unexpected error prevented the server from fulfilling your request. 
(OperationalError) (1045, \Access denied for user 'root'@'localhost' (using 
password: YES)\) None None, code: 500, title: Internal Server Error}}. 
(HTTP 500)
+ SERVICE_TENANT=
++ keystone role-create --name=Member
++ grep ' id '
++ get_field 2
++ read data
Unable to communicate with identity service: {error: {message: An 
unexpected error prevented the server from fulfilling your request. 
(OperationalError) (1045, \Access denied for user 'root'@'localhost' (using 
password: YES)\) None None, code: 500, title: Internal Server Error}}. 
(HTTP 500)
+ MEMBER_ROLE=
++ keystone role-create --name=anotherrole
++ grep ' id '
++ get_field 2
++ read data
Unable to communicate with identity service: {error: {message: An 
unexpected error prevented the server from fulfilling your request. 
(OperationalError) (1045, \Access denied for user 'root'@'localhost' (using 
password: YES)\) None None, code: 500, title: Internal Server Error}}. 
(HTTP 500)
+ ANOTHER_ROLE=
++ keystone tenant-create --name=invisible_to_admin

[Openstack] Ok, how do I debug this problem?

2013-01-21 Thread Christopher Smith

So we have this four node Nova cluster running Essex.  It has worked fine, but 
we've added new network interfaces.  Openstack has not yet been configured to 
use them, but changes have been made that allows the system to come up and 
configure the network in a similar way to before.  Now, all of the services 
seem to be up and running, Rabbit is apparently happy as far as I can tell.  
Nova-scheduler and nova-compute are running and talking to Rabbit.  Now then, 
whenever I log into any nova node and boot an instance or ten, all instances 
get started on a single node; always the same node, never any attempt by any of 
the others to start an instance.  I thought this would be a Rabbit problem, but 
rabbit thinks it's doing fine on all nodes and the cluster is intact.  I've 
even tried completely rebuilding the Rabbit configuration, just in case.  If I 
stop services on the one working node, the other nodes don't even appear to 
receive messages from either themselves or each other, regardless of Rabbit's 
supposedly working state.

Any ideas?  Any clue how you would even test this to see what's happening?

Chris

-- 
Christopher Smith
Systems Engineer, Wolfram Research

___
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] Is nova-client thread safe ?

2013-01-21 Thread Day, Phil
Hi Folks,

Does anyone know if the nova-client python binding is written to be thread safe 
?

We saw some odd behavour when using it with multiple threads, and before 
digging deeper just thought I'd check if there were known issues, etc.

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


Re: [Openstack] Is nova-client thread safe ?

2013-01-21 Thread Jay Pipes
On 01/21/2013 01:24 PM, Day, Phil wrote:
 Hi Folks,
 
 Does anyone know if the nova-client python binding is written to be
 thread safe ? 
 
 We saw some odd behavour when using it with multiple threads, and before
 digging deeper just thought I’d check if there were known issues, etc.

The client itself, as you know, just makes HTTP calls, so it's unlikely
that the client calls themselves are not thread-safe, as they don't have
any state associated with them.

The stuff that may not be thread-safe is wherever novaclient is saving
state. The only thing that does, AFAIK, are the two cache mechanisms --
the keyring token/mgmt_URL caching [1] and the file-based UUID cache
manager [2]. That's where I'd look to make thread-safe changes.

Best,
-jay

[1]
https://github.com/openstack/python-novaclient/blob/master/novaclient/client.py#L381
[2]
https://github.com/openstack/python-novaclient/blob/master/novaclient/base.py#L82

___
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] Problem running devstack / stack.sh

2013-01-21 Thread Dusan Dordevic
Hi,

I solved a problem. It seems problem was that I previously ran stack.sh
that set up some passwords in MySQL for Keystone. When I re-run it, seems
that I provided different password.

What I've done is following:

-Deleted devstack
-dropped all MySQL databases
-downloaded devstack again
-run stack.sh

and it is working for me now.

Hope might help you as well.

Best regards,
Dusan


On Mon, Jan 21, 2013 at 5:59 PM, Bhandaru, Malini K 
malini.k.bhand...@intel.com wrote:

  ** **

 Greetings Dusan!

 ** **

 I am having similar issues and made no progress .. peeled the onion a bit.
 

 Hope somebody else can help us. I posted a request on devstack’ s
 launchpad site too.

 ** **

 **1)  **It helped making a copy of the sample localrc and placing in
 devstack home directory.

 **2)  **The devstack stack.sh script created a stack user but
 directories such as /etc/keystone /etc/glance etc 

 Were owned by root, so it helped to using chown to make them stack user
 writable (I just made them writable)

 **3)  **I even did not get fancy such as configuring for a real
 database or turning swift on etc, just a plain SQLite type keystone backend.
 

 **4)  **The keystone service does not start up, thus the command to
 obtain it’s service id returns an empty string, and thus the below call
 fails saying it is missing the service-id argument.

 KEYSTONE_SERVICE=
 + keystone endpoint-create --region RegionOne --service_id --publicurl
 http://192.168.1.13:5000/v2.0 --adminurl 
 http://192.168.1.13:35357/v2.0--internalurl
 http://192.168.1.13:5000/v2.0
 usage: keystone endpoint-create [--region endpoint-region] --service-id
 service-id [--publicurl public-url]
 [--adminurl admin-url]
 [--internalurl internal-url]
 keystone endpoint-create: error: argument --service-id/--service_id:
 expected one argument

 **5)  **And with no service up, no end point created, other requests
 such as user, tenant etc create fail, the avalance effect.

 ** **

 *From:* 
 openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net[mailto:
 openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net] *On
 Behalf Of *Dusan Dordevic
 *Sent:* Sunday, January 20, 2013 7:36 AM
 *To:* openstack@lists.launchpad.net
 *Subject:* [Openstack] Problem running devstack / stack.sh

 ** **

 Hi,

 I just downloaded fresh copy of devstack, and I am trying to run in on
 Ubuntu. 12.04. I do have stack.sh problem, it seems to me like something
 related to Keystone and database, but I cannot find the problem. Any idea
 what it might be ?

 Here is full error dump:

 ./stack.sh
 ...
 + export OS_SERVICE_ENDPOINT=http://192.168.1.13:35357/v2.0
 + OS_SERVICE_ENDPOINT=http://192.168.1.13:35357/v2.0
 + create_keystone_accounts
 ++ keystone tenant-create --name admin
 ++ grep ' id '
 ++ get_field 2
 ++ read data
 Unable to communicate with identity service: {error: {message: An
 unexpected error prevented the server from fulfilling your request.
 (OperationalError) (1045, \Access denied for user 'root'@'localhost'
 (using password: YES)\) None None, code: 500, title: Internal Server
 Error}}. (HTTP 500)
 + ADMIN_TENANT=
 ++ keystone user-create --name admin --pass sifra --email
 ad...@example.com
 ++ grep ' id '
 ++ get_field 2
 ++ read data
 Unable to communicate with identity service: {error: {message: An
 unexpected error prevented the server from fulfilling your request.
 (OperationalError) (1045, \Access denied for user 'root'@'localhost'
 (using password: YES)\) None None, code: 500, title: Internal Server
 Error}}. (HTTP 500)
 + ADMIN_USER=
 ++ keystone role-create --name admin
 ++ grep ' id '
 ++ get_field 2
 ++ read data
 Unable to communicate with identity service: {error: {message: An
 unexpected error prevented the server from fulfilling your request.
 (OperationalError) (1045, \Access denied for user 'root'@'localhost'
 (using password: YES)\) None None, code: 500, title: Internal Server
 Error}}. (HTTP 500)
 + ADMIN_ROLE=
 + keystone user-role-add --user_id --role_id --tenant_id
 usage: keystone user-role-add --user-id user-id --role-id role-id
   [--tenant-id tenant-id]
 keystone user-role-add: error: argument --user-id/--user_id: expected one
 argument
 ++ keystone tenant-create --name service
 ++ grep ' id '
 ++ get_field 2
 ++ read data
 Unable to communicate with identity service: {error: {message: An
 unexpected error prevented the server from fulfilling your request.
 (OperationalError) (1045, \Access denied for user 'root'@'localhost'
 (using password: YES)\) None None, code: 500, title: Internal Server
 Error}}. (HTTP 500)
 + SERVICE_TENANT=
 ++ keystone role-create --name=Member
 ++ grep ' id '
 ++ get_field 2
 ++ read data
 Unable to communicate with identity service: {error: {message: An
 unexpected error prevented the server 

Re: [Openstack] Progress on wiki migration to Mediawiki

2013-01-21 Thread Ryan Lane
Image location is fixed and the redirects are also in. Note that the
redirects are set up for https://wiki.openstack.org, so they aren't
currently testable (though I did manually change the redirect temporarily
to test it). The redirects have the following behavior:

  wiki.openstack.org/Article - wiki.openstack.org/wiki/Article

All articles should redirect properly, except for /wiki and /w, if they
exist.

- Ryan


On Mon, Jan 21, 2013 at 6:13 AM, Thierry Carrez thie...@openstack.orgwrote:

 Anne Gentle wrote:
  - Make the landing page mo' better. (Thierry Carrez, ttx) While we won't
  be able to have the migration make the columns on all the pages lovely,
  he can make the first page beautious again.

 I pushed an optimized page at https://wiki-staging.openstack.org/wiki.
 There is still an issue with uploading images (404 on whatever you
 upload) so I could not add those. Would be great to fix that before we
 flip the switch.

 --
 Thierry Carrez (ttx)
 Release Manager, OpenStack

 ___
 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] vm can not get ip

2013-01-21 Thread sam lee
I install openstack folsom on ubuntu 12.04 following this guide
https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst.
Everything is ok util run an instance.  I check the nova console log, it
show that cloud-setup: checking
http://169.254.169.254/2009-04-04/meta-data/instance-id
wget: can't connect to remote host (169.254.169.254): Network is
unreachable, ..., and i don't use namespace. I am a newbie for
openstack. Appreciate
all the help
___
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] vm can not get ip

2013-01-21 Thread sam lee
the following are my dhcp-agent configure and dnsmasq info.

root@network:/home/openstack# ps -ef | grep dnsmasq

nobody2299 1  0 Jan21 ?00:00:00 /usr/sbin/dnsmasq
--no-hosts --no-resolv --strict-order --bind-interfaces
--interface=tapc71e5285-a0 --except-interface=lo --domain=openstacklocal
--pid-file=/var/lib/quantum/dhcp/93e695f6-5dae-41b1-8a92-2bce8cb0e785/pid
--dhcp-hostsfile=/var/lib/quantum/dhcp/93e695f6-5dae-41b1-8a92-2bce8cb0e785/host
--dhcp-optsfile=/var/lib/quantum/dhcp/93e695f6-5dae-41b1-8a92-2bce8cb0e785/opts
--dhcp-script=/usr/bin/quantum-dhcp-agent-dnsmasq-lease-update
--leasefile-ro --dhcp-range=set:tag0,50.50.1.0,static,120s

root  2301  2299  0 Jan21 ?00:00:00 /usr/sbin/dnsmasq
--no-hosts --no-resolv --strict-order --bind-interfaces
--interface=tapc71e5285-a0 --except-interface=lo --domain=openstacklocal
--pid-file=/var/lib/quantum/dhcp/93e695f6-5dae-41b1-8a92-2bce8cb0e785/pid
--dhcp-hostsfile=/var/lib/quantum/dhcp/93e695f6-5dae-41b1-8a92-2bce8cb0e785/host
--dhcp-optsfile=/var/lib/quantum/dhcp/93e695f6-5dae-41b1-8a92-2bce8cb0e785/opts
--dhcp-script=/usr/bin/quantum-dhcp-agent-dnsmasq-lease-update
--leasefile-ro --dhcp-range=set:tag0,50.50.1.0,static,120s
root  9854  4475  0 10:44 pts/100:00:00 grep --color=auto dnsmasq
root@network:/home/openstack#

root@network:/home/openstack# grep -v # /etc/quantum/dhcp_agent.ini
[DEFAULT]
state_path = /var/lib/quantum
interface_driver = quantum.agent.linux.interface.OVSInterfaceDriver
dhcp_driver = quantum.agent.linux.dhcp.Dnsmasq
use_namespaces = False
root_helper = sudo /usr/bin/quantum-rootwrap /etc/quantum/rootwrap.conf
root@network:/home/openstack#

root@network:/var/lib/quantum/dhcp# ovs-vsctl show
d120debb-b01b-4b9a-b824-5e7e23fa1cd4
Bridge br-int
Port tap9338c64b-13
tag: 4095
Interface tap9338c64b-13
type: internal
Port qr-ca596884-61
tag: 1
Interface qr-ca596884-61
type: internal
Port tap063c55b9-17
tag: 4095
Interface tap063c55b9-17
type: internal
Port br-int
Interface br-int
type: internal
Port tap0dcaeb82-30
tag: 4095
Interface tap0dcaeb82-30
type: internal
Port tapc71e5285-a0
tag: 1
Interface tapc71e5285-a0
type: internal
Port int-br-eth1
Interface int-br-eth1
Bridge br-eth1
Port phy-br-eth1
Interface phy-br-eth1
Port eth0
Interface eth0
Port br-eth1
Interface br-eth1
type: internal
Bridge br-ex
Port br-ex
Interface br-ex
type: internal
Port qg-d5d39934-28
Interface qg-d5d39934-28
type: internal
Port eth1
Interface eth1
ovs_version: 1.4.0+build0



2013/1/22 sam lee lixq2...@gmail.com

 I install openstack folsom on ubuntu 12.04 following this guide
 https://github.com/mseknibilel/OpenStack-Folsom-Install-guide/blob/VLAN/2NICs/OpenStack_Folsom_Install_Guide_WebVersion.rst.
 Everything is ok util run an instance.  I check the nova console log, it
 show that cloud-setup: checking
 http://169.254.169.254/2009-04-04/meta-data/instance-id
 wget: can't connect to remote host (169.254.169.254): Network is
 unreachable, ..., and i don't use namespace. I am a newbie for
 openstack. Appreciate all the help

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


Re: [Openstack] [Openstack-dev]Where is libvirt library packages in Openstack Nova branch

2013-01-21 Thread harryxiyou
On Tue, Jan 22, 2013 at 9:21 AM, longeek mengql112...@gmail.com wrote:
 Hi friends,

Hi Meng,

 the python interface of libvirt maybe help you, because openstack uses it in
 nova/virt/libvirt/

If openstack use it direactly, how to call these interface effectively? I think
Nova should place libvirt python module to its source codes directory tree,
then he can call these interfaces. Therefore, i cannot find the libvirt python
module in Nova branch.

Daniel said  libvirt.so is from standard libvirt code itself and libvirt
python module is from libvirt.so. They(libvirt.so and libvirt python module)
are part of libvirt. And Nova just uses libvirt integration driver codes.
But i wonder if they(libvirt integration codes and libvirt python module)
have any relationships? What and how do they have? Nova's libvirt integration
codes call libvirt python module, right? Where does Nova place libvirt python
module? How to call libvirt python module?



-- 
Thanks
Harry Wei

___
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] using Win AD authentication as keystone backend

2013-01-21 Thread Liu Wenmao
hello all:

My company use Windows AD(active directory) authentication for internal
user login, is it possible to integrate the current authentication with
keystone backend, so that we do not extra user/password maintaining. Hope
Openstack Folsom has an easy and stable solution.

thanks


Wenmao Liu
NSFOCUS
___
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] which is the level of unit test cases should be covered

2013-01-21 Thread Xiazhihui (Hashui, IT)
Hi friends,

 I want to upload a volume driver, right now I'm writing unit test case 
code ( it's also need to be uploaded).

 And I do not know the requirements of the unit test code. Which is the 
level of unit test cases in my unit test code should be covered: Function 
Coverage, Condition coverage, Decision Coverage, Statement Coverage or others? 
Or should I write what I think needs?

   Appreciate Your Help !

___
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 is the level of unit test cases should be covered

2013-01-21 Thread Robert Collins
On 22 January 2013 16:37, Xiazhihui (Hashui, IT) xiazhihu...@huawei.com wrote:
 Hi friends,



  I want to upload a volume driver, right now I’m writing unit test
 case code ( it’s also need to be uploaded).



  And I do not know the requirements of the unit test code. Which is
 the level of unit test cases in my unit test code should be covered:
 Function Coverage, Condition coverage, Decision Coverage, Statement Coverage
 or others? Or should I write what I think needs?

Pragmatically speaking, code should be tested such that if either:
 - some precondition it has is changed (either elsewhere in the same
code base or in the behaviour of some other code base) that we find
out
 - if someone changes the code itself and breaks an existing use case,
we find out.

Exactly what that means may be different for different routines :).

My general rule is to start with testing each entry and exit path and
any domain or range corner cases.

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

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


Re: [Openstack] QUANTUM: DHCP issue with dnsmasq starting on network node under Folsom release on Ubuntu 12.04-1

2013-01-21 Thread Ivan
Hi Rob there are no namespaces, the culprit was in fact ubuntu 12.04,
which installs dnsmasq with a LISTEN on ALL network connections
by default.

I just disabled its auto start and it is nor starting cleanly on the
network node when a job is scheduled.


Of course the VM's still doesn't get an IP address.

This is what i see.

I launch an instance.
   the *compute* node creates a TAP interface
   it plumbs vnet0 *under* this

At the same time the *network* node spawns TWO instances of dnsmasq  and
has the correct range of IPs for the subnet so declared and it binds
both of these (seems odd)
to the tap interface.

if I tcpdump for broadcasts I see INCOMING bootp requests from the
correct MAC address of the vnet0 interface on the compute node

if I tail -f the var/log/sysog file I see dnsmasq offering the first
free lease IP t the the correct MAC address of the vnet0 NIC
i.e. I see a DHCPDISCOVER/DHCPOFFER

*HOWEVER**
*vnet0 doesnt get its offered IP address and in fact I do NOT see the
offer being made from the network node BACK to the vnet0 on the compute
node.

*RESULT**
*No NIC on the VM.

It seems like the boroadcast from compute node NIC to the network node
and DNSmasq is OK, but the offered IP address is not sent back.



Any ideas welcome.













On 01/20/2013 01:49 PM, Robert Collins wrote:
 On 19 January 2013 19:17, Ivan i...@forscotland.com wrote:
 Hi all,
  I've hit a brick wall trying to get the dnsmasq process to bind
 correctly and get itself ready to answer bootp/dhcp broadcasts.
 do you have net namespaces in use?

 (ip netns list)

 If not, I suspect your dhcp lease relay and dhcp-agent are binding to
 the same port and will conflict, as you see.

 -Rob




___
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] Problem running devstack / stack.sh

2013-01-21 Thread Sagar Nikam
Hi Malani,

Are you trying to run devstack with proxy set.
You also need to set no_proxy.
Please add the following entry in localrc file and execute stack.sh

export no_proxy=localhost,127.0.0.1


I had faced the same error you have mentioned and the problem was solved by
setting no_proxy


Regards,

Sagar


On Mon, Jan 21, 2013 at 11:29 PM, Bhandaru, Malini K 
malini.k.bhand...@intel.com wrote:

  ** **

 Greetings Dusan!

 ** **

 I am having similar issues and made no progress .. peeled the onion a bit.
 

 Hope somebody else can help us. I posted a request on devstack’ s
 launchpad site too.

 ** **

 **1)  **It helped making a copy of the sample localrc and placing in
 devstack home directory.

 **2)  **The devstack stack.sh script created a stack user but
 directories such as /etc/keystone /etc/glance etc 

 Were owned by root, so it helped to using chown to make them stack user
 writable (I just made them writable)

 **3)  **I even did not get fancy such as configuring for a real
 database or turning swift on etc, just a plain SQLite type keystone backend.
 

 **4)  **The keystone service does not start up, thus the command to
 obtain it’s service id returns an empty string, and thus the below call
 fails saying it is missing the service-id argument.

 KEYSTONE_SERVICE=
 + keystone endpoint-create --region RegionOne --service_id --publicurl
 http://192.168.1.13:5000/v2.0 --adminurl 
 http://192.168.1.13:35357/v2.0--internalurl
 http://192.168.1.13:5000/v2.0
 usage: keystone endpoint-create [--region endpoint-region] --service-id
 service-id [--publicurl public-url]
 [--adminurl admin-url]
 [--internalurl internal-url]
 keystone endpoint-create: error: argument --service-id/--service_id:
 expected one argument

 **5)  **And with no service up, no end point created, other requests
 such as user, tenant etc create fail, the avalance effect.

 ** **

 *From:* 
 openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net[mailto:
 openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.net] *On
 Behalf Of *Dusan Dordevic
 *Sent:* Sunday, January 20, 2013 7:36 AM
 *To:* openstack@lists.launchpad.net
 *Subject:* [Openstack] Problem running devstack / stack.sh

 ** **

 Hi,

 I just downloaded fresh copy of devstack, and I am trying to run in on
 Ubuntu. 12.04. I do have stack.sh problem, it seems to me like something
 related to Keystone and database, but I cannot find the problem. Any idea
 what it might be ?

 Here is full error dump:

 ./stack.sh
 ...
 + export OS_SERVICE_ENDPOINT=http://192.168.1.13:35357/v2.0
 + OS_SERVICE_ENDPOINT=http://192.168.1.13:35357/v2.0
 + create_keystone_accounts
 ++ keystone tenant-create --name admin
 ++ grep ' id '
 ++ get_field 2
 ++ read data
 Unable to communicate with identity service: {error: {message: An
 unexpected error prevented the server from fulfilling your request.
 (OperationalError) (1045, \Access denied for user 'root'@'localhost'
 (using password: YES)\) None None, code: 500, title: Internal Server
 Error}}. (HTTP 500)
 + ADMIN_TENANT=
 ++ keystone user-create --name admin --pass sifra --email
 ad...@example.com
 ++ grep ' id '
 ++ get_field 2
 ++ read data
 Unable to communicate with identity service: {error: {message: An
 unexpected error prevented the server from fulfilling your request.
 (OperationalError) (1045, \Access denied for user 'root'@'localhost'
 (using password: YES)\) None None, code: 500, title: Internal Server
 Error}}. (HTTP 500)
 + ADMIN_USER=
 ++ keystone role-create --name admin
 ++ grep ' id '
 ++ get_field 2
 ++ read data
 Unable to communicate with identity service: {error: {message: An
 unexpected error prevented the server from fulfilling your request.
 (OperationalError) (1045, \Access denied for user 'root'@'localhost'
 (using password: YES)\) None None, code: 500, title: Internal Server
 Error}}. (HTTP 500)
 + ADMIN_ROLE=
 + keystone user-role-add --user_id --role_id --tenant_id
 usage: keystone user-role-add --user-id user-id --role-id role-id
   [--tenant-id tenant-id]
 keystone user-role-add: error: argument --user-id/--user_id: expected one
 argument
 ++ keystone tenant-create --name service
 ++ grep ' id '
 ++ get_field 2
 ++ read data
 Unable to communicate with identity service: {error: {message: An
 unexpected error prevented the server from fulfilling your request.
 (OperationalError) (1045, \Access denied for user 'root'@'localhost'
 (using password: YES)\) None None, code: 500, title: Internal Server
 Error}}. (HTTP 500)
 + SERVICE_TENANT=
 ++ keystone role-create --name=Member
 ++ grep ' id '
 ++ get_field 2
 ++ read data
 Unable to communicate with identity service: {error: {message: An
 unexpected error prevented the server from fulfilling your request.
 (OperationalError) (1045, \Access denied for user 

Re: [Openstack] Problem running devstack / stack.sh

2013-01-21 Thread Bhandaru, Malini K
Sagar, thank you for the suggestion. It did not help however
(I already had in my .bashrc file ..)
export no_proxy=localhost,*.local,.intel.com,127.0.0.0/8,143.183.0.0/16,172.16.0

Mysql is installed, shows it has a keystone database and keystone tables such 
as user and end point.
I cross checked mysql root password and that in the localrc file match.

But keymanage-all still spins !!

Would appreciate any other suggestions.
Regards
Malini


From: Sagar Nikam [mailto:sagar.r.ni...@gmail.com]
Sent: Monday, January 21, 2013 9:30 PM
To: Bhandaru, Malini K
Cc: Dusan Dordevic; OpenStack Development Mailing List; 
openstack@lists.launchpad.net
Subject: Re: [Openstack] Problem running devstack / stack.sh

Hi Malani,

Are you trying to run devstack with proxy set.
You also need to set no_proxy.
Please add the following entry in localrc file and execute stack.sh
export no_proxy=localhost,127.0.0.1

I had faced the same error you have mentioned and the problem was solved by 
setting no_proxy

Regards,
Sagar

On Mon, Jan 21, 2013 at 11:29 PM, Bhandaru, Malini K 
malini.k.bhand...@intel.commailto:malini.k.bhand...@intel.com wrote:

Greetings Dusan!

I am having similar issues and made no progress .. peeled the onion a bit.
Hope somebody else can help us. I posted a request on devstack' s launchpad 
site too.


1)  It helped making a copy of the sample localrc and placing in devstack 
home directory.

2)  The devstack stack.sh script created a stack user but directories such 
as /etc/keystone /etc/glance etc

Were owned by root, so it helped to using chown to make them stack user 
writable (I just made them writable)

3)  I even did not get fancy such as configuring for a real database or 
turning swift on etc, just a plain SQLite type keystone backend.

4)  The keystone service does not start up, thus the command to obtain it's 
service id returns an empty string, and thus the below call fails saying it is 
missing the service-id argument.

KEYSTONE_SERVICE=
+ keystone endpoint-create --region RegionOne --service_id --publicurl 
http://192.168.1.13:5000/v2.0 --adminurl http://192.168.1.13:35357/v2.0 
--internalurl http://192.168.1.13:5000/v2.0
usage: keystone endpoint-create [--region endpoint-region] --service-id
service-id [--publicurl public-url]
[--adminurl admin-url]
[--internalurl internal-url]
keystone endpoint-create: error: argument --service-id/--service_id: expected 
one argument

5)  And with no service up, no end point created, other requests such as 
user, tenant etc create fail, the avalance effect.

From: 
openstack-bounces+malini.k.bhandaru=intel@lists.launchpad.netmailto:intel@lists.launchpad.net
 
[mailto:openstack-bounces+malini.k.bhandarumailto:openstack-bounces%2Bmalini.k.bhandaru=intel@lists.launchpad.netmailto:intel@lists.launchpad.net]
 On Behalf Of Dusan Dordevic
Sent: Sunday, January 20, 2013 7:36 AM
To: openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: [Openstack] Problem running devstack / stack.sh

Hi,
I just downloaded fresh copy of devstack, and I am trying to run in on Ubuntu. 
12.04. I do have stack.sh problem, it seems to me like something related to 
Keystone and database, but I cannot find the problem. Any idea what it might be 
?
Here is full error dump:
./stack.sh
...
+ export OS_SERVICE_ENDPOINT=http://192.168.1.13:35357/v2.0
+ OS_SERVICE_ENDPOINT=http://192.168.1.13:35357/v2.0
+ create_keystone_accounts
++ keystone tenant-create --name admin
++ grep ' id '
++ get_field 2
++ read data
Unable to communicate with identity service: {error: {message: An 
unexpected error prevented the server from fulfilling your request. 
(OperationalError) (1045, \Access denied for user 'root'@'localhost' (using 
password: YES)\) None None, code: 500, title: Internal Server Error}}. 
(HTTP 500)
+ ADMIN_TENANT=
++ keystone user-create --name admin --pass sifra --email 
ad...@example.commailto:ad...@example.com
++ grep ' id '
++ get_field 2
++ read data
Unable to communicate with identity service: {error: {message: An 
unexpected error prevented the server from fulfilling your request. 
(OperationalError) (1045, \Access denied for user 'root'@'localhost' (using 
password: YES)\) None None, code: 500, title: Internal Server Error}}. 
(HTTP 500)
+ ADMIN_USER=
++ keystone role-create --name admin
++ grep ' id '
++ get_field 2
++ read data
Unable to communicate with identity service: {error: {message: An 
unexpected error prevented the server from fulfilling your request. 
(OperationalError) (1045, \Access denied for user 'root'@'localhost' (using 
password: YES)\) None None, code: 500, title: Internal Server Error}}. 
(HTTP 500)
+ ADMIN_ROLE=
+ keystone user-role-add --user_id --role_id --tenant_id
usage: keystone user-role-add --user-id user-id --role-id role-id
  [--tenant-id tenant-id]
keystone user-role-add: error: 

Re: [Openstack] using Win AD authentication as keystone backend

2013-01-21 Thread Tim Bell
We run Active Directory with Keystone at CERN.

 

The configuration is documented by Jose in the Wiki at
http://wiki.openstack.org/HowtoIntegrateKeystonewithAD.

 

Not sure if all the patches made it into Folsom though.

 

Tim

 

From: openstack-bounces+tim.bell=cern...@lists.launchpad.net
[mailto:openstack-bounces+tim.bell=cern...@lists.launchpad.net] On Behalf Of
Liu Wenmao
Sent: 22 January 2013 04:23
To: openstack@lists.launchpad.net
Subject: [Openstack] using Win AD authentication as keystone backend

 

hello all:

 

My company use Windows AD(active directory) authentication for internal user
login, is it possible to integrate the current authentication with keystone
backend, so that we do not extra user/password maintaining. Hope Openstack
Folsom has an easy and stable solution.

 

thanks 

 

 

Wenmao Liu

NSFOCUS



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


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_horizon_trunk #44

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_horizon_trunk/44/Project:raring_grizzly_horizon_trunkDate of build:Mon, 21 Jan 2013 04:01:09 -0500Build duration:21 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesClarify the ambiguity of the more actions dropdown.by gabrieledithorizon/templates/horizon/common/_data_table_row_actions.htmleditopenstack_dashboard/static/dashboard/less/horizon.lessConsole Output[...truncated 114 lines...]W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-amd64/Packages  404  Not FoundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b468b3e4-d092-4278-b309-916a3be1a8f2', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b468b3e4-d092-4278-b309-916a3be1a8f2', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b468b3e4-d092-4278-b309-916a3be1a8f2', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b468b3e4-d092-4278-b309-916a3be1a8f2', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_horizon_trunk #44

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_horizon_trunk/44/Project:precise_grizzly_horizon_trunkDate of build:Mon, 21 Jan 2013 04:01:09 -0500Build duration:1 min 58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesClarify the ambiguity of the more actions dropdown.by gabrieleditopenstack_dashboard/static/dashboard/less/horizon.lessedithorizon/templates/horizon/common/_data_table_row_actions.htmlConsole Output[...truncated 3171 lines...]Version: 2013.1+git201301210401~precise-0ubuntu1Finished at 20130121-0403Build needed 00:00:00, 0k disc spaceE: apt-get update failedERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'horizon_2013.1+git201301210401~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'horizon_2013.1+git201301210401~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/grizzly /tmp/tmpRN_bY3/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpRN_bY3/horizon/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6353c8d2fa3d17f6555a4a7da41c47199c7bfd8d..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/horizon/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201301210401~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [b58177c] Clean-up deprecated diablo code in index.html.dch -a [0e5179a] Fix attributes processing in ActionMetaclassdch -a [99b678b] Remove |safe from openrc.templatedch -a [cdd5e9e] Improves some UX detailsdch -a [2560965] Extend offline-compression contextdch -a [6f3a980] Absolute limits of -1 should be treated as unlimiteddch -a [1464edf] Allow insecure authenticationdch -a [cf34ed7] make long tenant names look betterdch -a [e646376] Clarify the ambiguity of the "more actions" dropdown.dch -a [d0aff3a] Catch another breakage, when cinder is unavailabledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC horizon_2013.1+git201301210401~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A horizon_2013.1+git201301210401~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'horizon_2013.1+git201301210401~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'horizon_2013.1+git201301210401~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/506/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 12:31:16 -0500Build duration:50 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAvoid testtools 0.9.25by johannes.erdfeltedittools/test-requiresConsole Output[...truncated 114 lines...]W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-amd64/Packages  404  Not FoundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b8a05602-cbbe-4011-828b-510e90f0b7ef', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b8a05602-cbbe-4011-828b-510e90f0b7ef', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b8a05602-cbbe-4011-828b-510e90f0b7ef', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b8a05602-cbbe-4011-828b-510e90f0b7ef', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/498/Project:precise_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 12:31:11 -0500Build duration:3 min 31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAvoid testtools 0.9.25by johannes.erdfeltedittools/test-requiresConsole Output[...truncated 5933 lines...]dch -a [1c7d4fb] Clean up get_instance_id_by_floating_addressdch -a [7855afe] Move migration_get_..._by_host_and_node to conductordch -a [41e0b40] Make resource tracker use conductor for migration updatesdch -a [a0ae2e2] minor improvements to nova/tests/test_metadata.pydch -a [4b9bd91] Cells: Add some cells support to admin_actions extensiondch -a [fc42f76] Populate service list with availability zone and correct unit testdch -a [fa96bbf] Add 'devname' to nova.network.model.VIF classdch -a [a0c3e67] Use testrepository setuptools support.dch -a [12e38d9] Cleaning up exception handlingdch -a [6b4ad2d] Cells: Add cells API extensiondch -a [f6c205f] More HostAPI() cleanup for cells.dch -a [3824352] Renames the new os-networks extensiondch -a [6130aac] enables admin to view instance fault "details"dch -a [327989e] Fix problem with ipv6 link-local address(es)dch -a [313279f] enable hacking.py self testsdch -a [71fecfa] Correct docstring on sizelimit middleware.dch -a [b71a459] sync latest log and lockutils from oslodch -a [1e1a454] Fix nova.availability_zones docstringdch -a [1dacde8] use postgresql INET datatype for storing IPsdch -a [e0ac5be] Cells: Commit resize quota reservations immediatelydch -a [0668194] Move network call from compute API to the managerdch -a [bc7dc55] Make sure reboot_instance uses updated instancedch -a [f51a285] Implements getPasswordData for ec2dch -a [3INFO:root:Destroying schroot.b5679e] Validated device_name value in block device mapdch -a [733712b] Expand quota loggingdch -a [4db98fa] Adds a flag to allow configuring a regiondch -a [500e5be] script for configuring a vif in Xen in non-bridged modedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-14ae2a45-be0a-4256-be6e-44a873d8fda4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-14ae2a45-be0a-4256-be6e-44a873d8fda4', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_cinder_trunk #98

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/98/Project:raring_grizzly_cinder_trunkDate of build:Mon, 21 Jan 2013 13:01:07 -0500Build duration:20 secBuild cause:Started by user anonymousBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 114 lines...]W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-amd64/Packages  404  Not FoundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b644ebe7-5d7c-43f5-bfca-b4605db2105b', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b644ebe7-5d7c-43f5-bfca-b4605db2105b', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b644ebe7-5d7c-43f5-bfca-b4605db2105b', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-b644ebe7-5d7c-43f5-bfca-b4605db2105b', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #216

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/216/Project:raring_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 13:01:11 -0500Build duration:30 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove redudant codeby avishaybeditquantum/db/db_base_plugin_v2.pyConsole Output[...truncated 114 lines...]W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-amd64/Packages  404  Not FoundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-a05decbf-b782-4000-8c83-1222ada98c7e', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-a05decbf-b782-4000-8c83-1222ada98c7e', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-a05decbf-b782-4000-8c83-1222ada98c7e', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-a05decbf-b782-4000-8c83-1222ada98c7e', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/507/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 13:01:41 -0500Build duration:1 min 8 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changespick up eventlet backdoor fix from osloby sdagueeditnova/openstack/common/eventlet_backdoor.pyConsole Output[...truncated 114 lines...]W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-amd64/Packages  404  Not FoundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9bb07c14-9252-42dd-80a7-b87430df8532', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9bb07c14-9252-42dd-80a7-b87430df8532', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9bb07c14-9252-42dd-80a7-b87430df8532', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9bb07c14-9252-42dd-80a7-b87430df8532', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/211/Project:precise_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 13:01:09 -0500Build duration:1 min 42 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove redudant codeby avishaybeditquantum/db/db_base_plugin_v2.pyConsole Output[...truncated 2969 lines...]dch -a [c58bdd3] Refactor hyperv plugin and agent.dch -a [3964475] Update Oslo rpc moduledch -a [8adb519] Provide atomic database access nvp plugindch -a [26332dc] _validate_security_groups_on_port was not validating external_idsdch -a [cb3384f] Update WebOb version to >=1.2dch -a [dfebeb7] Ensure that agents also set control_exchangedch -a [1a76d75] Add a common test case for Port Binding Extensiondch -a [d8b0f10] Fix line endings from CRLF to LF.dch -a [20894c3] Fixes import order nitsdch -a [4970636] Fix ATTR_NOT_SPECIFIED comparison errorsdch -a [2d4431d] Add migration for network bindings in NVP plugindch -a [2f7a55b] NEC OpenFlow plugin supports L3 agent RPCdch -a [0748f92] Update latest OSLO.dch -a [53a787d] Catch up RPC context fixes on NEC OpenFlow plugindch -a [d77376e] ensure all enums in loadbalancer models have namesdch -a [8308201] Adding multi switch support to the Cisco Nexus plugindch -a [d60f6ef] Name the securitygrouprules.direction enum.dch -a [ba12d3e] Adds support for deploying Quantum on Windowsdch -a [2d9e479] Adds a Hyper-V Quantum plugindch -a [d5526d6] Add exception validation for subnet used.dch -a [6cd4789] Remove accessing cfg.CONF.DATABASE in nec-agentdch -a [01f3b1f] Inform a client if Quantum provides port filtering featuredch -a [35a90fc] Remove unsused imports in the plugins packagedch -a [b44314f] DHCP agent unable to access port when restartingdch -a [9247776] Remove unused imports in unit testsdch -a [de99585] Latest OSLO updatesdch -a [9db6917] Optimize if/else logic in quantum.api.v2.base.prepare_request_body()dch -a [2b75d6b] Fixes quantum.api.v2.base._filters to be more intuitivedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-de554302-971e-48fd-b72e-d49b90949f28', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-de554302-971e-48fd-b72e-d49b90949f28', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/212/Project:precise_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 14:01:09 -0500Build duration:1 min 33 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnforces generic sqlalchemy types in migrations.by matt.dietzeditquantum/db/migration/alembic_migrations/versions/1d76643bcec4_nvp_netbinding.pyeditquantum/db/migration/alembic_migrations/versions/3cb5d900c5de_security_groups.pyeditquantum/db/migration/alembic_migrations/versions/48b6f43f7471_service_type.pyConsole Output[...truncated 2972 lines...]dch -a [c58bdd3] Refactor hyperv plugin and agent.dch -a [3964475] Update Oslo rpc moduledch -a [8adb519] Provide atomic database access nvp plugindch -a [26332dc] _validate_security_groups_on_port was not validating external_idsdch -a [cb3384f] Update WebOb version to >=1.2dch -a [dfebeb7] Ensure that agents also set control_exchangedch -a [1a76d75] Add a common test case for Port Binding Extensiondch -a [d8b0f10] Fix line endings from CRLF to LF.dch -a [20894c3] Fixes import order nitsdch -a [4970636] Fix ATTR_NOT_SPECIFIED comparison errorsdch -a [2d4431d] Add migration for network bindings in NVP plugindch -a [2f7a55b] NEC OpenFlow plugin supports L3 agent RPCdch -a [0748f92] Update latest OSLO.dch -a [53a787d] Catch up RPC context fixes on NEC OpenFlow plugindch -a [d77376e] ensure all enums in loadbalancer models have namesdch -a [8308201] Adding multi switch support to the Cisco Nexus plugindch -a [d60f6ef] Name the securitygrouprules.direction enum.dch -a [ba12d3e] Adds support for deploying Quantum on Windowsdch -a [2d9e479] Adds a Hyper-V Quantum plugindch -a [d5526d6] Add exception validation for subnet used.dch -a [6cd4789] Remove accessing cfg.CONF.DATABASE in nec-agentdch -a [01f3b1f] Inform a client if Quantum provides port filtering featuredch -a [35a90fc] Remove unsused imports in the plugins packagedch -a [b44314f] DHCP agent unable to access port when restartingdch -a [9247776] Remove unused imports in unit testsdch -a [de99585] Latest OSLO updatesdch -a [9db6917] Optimize if/else logic in quantum.api.v2.base.prepare_request_body()dch -a [2b75d6b] Fixes quantum.api.v2.base._filters to be more intuitivedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-8a5784dd-82cf-42c4-b48c-86a651d5e921', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-8a5784dd-82cf-42c4-b48c-86a651d5e921', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #217

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/217/Project:raring_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 14:01:09 -0500Build duration:21 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnforces generic sqlalchemy types in migrations.by matt.dietzeditquantum/db/migration/alembic_migrations/versions/48b6f43f7471_service_type.pyeditquantum/db/migration/alembic_migrations/versions/1d76643bcec4_nvp_netbinding.pyeditquantum/db/migration/alembic_migrations/versions/3cb5d900c5de_security_groups.pyConsole Output[...truncated 114 lines...]W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-amd64/Packages  404  Not FoundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-6fab1650-a1db-41a5-8f65-6968e2b916fb', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-6fab1650-a1db-41a5-8f65-6968e2b916fb', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-6fab1650-a1db-41a5-8f65-6968e2b916fb', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-6fab1650-a1db-41a5-8f65-6968e2b916fb', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_swift_trunk #84

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_swift_trunk/84/Project:raring_grizzly_swift_trunkDate of build:Mon, 21 Jan 2013 14:31:12 -0500Build duration:25 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesAdd --run-dir switch to swift-initby chmoueleditbin/swift-orphanseditbin/swift-initeditdoc/manpages/swift-orphans.1editswift/common/manager.pyeditdoc/manpages/swift-init.1edittest/unit/common/test_manager.pyConsole Output[...truncated 114 lines...]W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-amd64/Packages  404  Not FoundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-035a1861-6fa8-4d65-8103-59f0992501b3', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-035a1861-6fa8-4d65-8103-59f0992501b3', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-035a1861-6fa8-4d65-8103-59f0992501b3', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-035a1861-6fa8-4d65-8103-59f0992501b3', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/509/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 14:31:37 -0500Build duration:1 min 14 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRefactor compute_utils to avoid db lookupby danmseditnova/tests/compute/test_compute_utils.pyeditnova/compute/manager.pyeditnova/compute/utils.pyConsole Output[...truncated 114 lines...]W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-amd64/Packages  404  Not FoundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-720a11c3-0fa4-4a7c-833f-708ff5dd3c5d', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-720a11c3-0fa4-4a7c-833f-708ff5dd3c5d', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-720a11c3-0fa4-4a7c-833f-708ff5dd3c5d', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-720a11c3-0fa4-4a7c-833f-708ff5dd3c5d', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_swift_trunk #87

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_swift_trunk/87/Project:precise_grizzly_swift_trunkDate of build:Mon, 21 Jan 2013 14:31:09 -0500Build duration:1 min 48 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 3 builds failed.66ChangesAdd --run-dir switch to swift-initby chmoueledittest/unit/common/test_manager.pyeditdoc/manpages/swift-orphans.1editbin/swift-initeditswift/common/manager.pyeditdoc/manpages/swift-init.1editbin/swift-orphansConsole Output[...truncated 1995 lines...]Install-Time: 0Job: swift_1.7.7+git201301211431~precise-0ubuntu1.dscMachine Architecture: amd64Package: swiftPackage-Time: 0Source-Version: 1.7.7+git201301211431~precise-0ubuntu1Space: 0Status: failedVersion: 1.7.7+git201301211431~precise-0ubuntu1Finished at 20130121-1432Build needed 00:00:00, 0k disc spaceE: apt-get update failedERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.7+git201301211431~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.7+git201301211431~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/grizzly /tmp/tmpWa05gD/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpWa05gD/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 633d1aa599806e2a7d25acb9bc458791dedf46e3..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/precise-grizzly --forcedch -b -D precise --newversion 1.7.7+git201301211431~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [3282e38] Add --run-dir switch to swift-initdch -a [d87ce03] authors and changelog update for swift 1.7.6debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.7+git201301211431~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A swift_1.7.7+git201301211431~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.7+git201301211431~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.7+git201301211431~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #218

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/218/Project:raring_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 15:10:37 -0500Build duration:20 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 114 lines...]W: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring/multiverse/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/source/Sources  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/main/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/restricted/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/universe/binary-amd64/Packages  404  Not FoundW: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/raring-updates/multiverse/binary-amd64/Packages  404  Not FoundE: Some index files failed to download. They have been ignored, or old ones used instead.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-7b1e9da5-bf0b-4532-81c0-041fac92a110', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-7b1e9da5-bf0b-4532-81c0-041fac92a110', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-7b1e9da5-bf0b-4532-81c0-041fac92a110', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-7b1e9da5-bf0b-4532-81c0-041fac92a110', '-u', 'root', '--', 'apt-get', 'update']' returned non-zero exit status 100Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #219

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/219/Project:raring_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 15:37:17 -0500Build duration:3 min 37 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 3624 lines...]dch -a [8adb519] Provide atomic database access nvp plugindch -a [26332dc] _validate_security_groups_on_port was not validating external_idsdch -a [cb3384f] Update WebOb version to >=1.2dch -a [dfebeb7] Ensure that agents also set control_exchangedch -a [1a76d75] Add a common test case for Port Binding Extensiondch -a [d8b0f10] Fix line endings from CRLF to LF.dch -a [20894c3] Fixes import order nitsdch -a [4970636] Fix ATTR_NOT_SPECIFIED comparison errorsdch -a [2d4431d] Add migration for network bindings in NVP plugindch -a [2f7a55b] NEC OpenFlow plugin supports L3 agent RPCdch -a [0748f92] Update latest OSLO.dch -a [53a787d] Catch up RPC context fixes on NEC OpenFlow plugindch -a [d77376e] ensure all enums in loadbalancer models have namesdch -a [8308201] Adding multi switch support to the Cisco Nexus plugindch -a [d60f6ef] Name the securitygrouprules.direction enum.dch -a [ba12d3e] Adds support for deploying Quantum on Windowsdch -a [2d9e479] Adds a Hyper-V Quantum plugindch -a [d5526d6] Add exception validation for subnet used.dch -a [6cd4789] Remove accessing cfg.CONF.DATABASE in nec-agentdch -a [01f3b1f] Inform a client if Quantum provides port filtering featuredch -a [35a90fc] Remove unsused imports in the plugins packagedch -a [b44314f] DHCP agent unable to access port when restartingdch -a [9247776] Remove unused imports in unit testsdch -a [faa1733] Use default_notification_level when notificationdch -a [de99585] Latest OSLO updatesdch -a [9db6917] Optimize if/else logic in quantum.api.v2.base.prepare_request_body()dch -a [2b75d6b] Fixes quantum.api.v2.base._filters to be more intuitivedch -a [cfcbc7a] Port to argparse based cfgdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-16ae448d-9b7a-4427-be71-95ace5090257', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-16ae448d-9b7a-4427-be71-95ace5090257', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_swift_trunk #85

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_swift_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_swift_trunk/85/Project:raring_grizzly_swift_trunkDate of build:Mon, 21 Jan 2013 15:37:23 -0500Build duration:5 min 37 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 4517 lines...]Checking signature on .changesGood signature on /tmp/tmpeGhHCP/swift_1.7.7+git201301211537~raring-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpeGhHCP/swift_1.7.7+git201301211537~raring-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading swift_1.7.7+git201301211537~raring-0ubuntu1.dsc: done.  Uploading swift_1.7.7+git201301211537~raring.orig.tar.gz: done.  Uploading swift_1.7.7+git201301211537~raring-0ubuntu1.debian.tar.gz: done.  Uploading swift_1.7.7+git201301211537~raring-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'raring-grizzly', 'swift_1.7.7+git201301211537~raring-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/s/swift/python-swift_1.7.7+git201301181231~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-account_1.7.7+git201301181231~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-container_1.7.7+git201301181231~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-doc_1.7.7+git201301181231~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-object_1.7.7+git201301181231~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-proxy_1.7.7+git201301181231~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift_1.7.7+git201301181231~raring-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/swift/raring-grizzly']Pushed up to revision 137.INFO:root:Storing current commit for next build: 3282e3885c4387a2147f39d20b1c5902e0336114INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/grizzly /tmp/tmpeGhHCP/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpeGhHCP/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 633d1aa599806e2a7d25acb9bc458791dedf46e3..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/raring-grizzly --forcedch -b -D raring --newversion 1.7.7+git201301211537~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [3282e38] Add --run-dir switch to swift-initdch -a [d87ce03] authors and changelog update for swift 1.7.6debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.7+git201301211537~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A swift_1.7.7+git201301211537~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing swift_1.7.7+git201301211537~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly swift_1.7.7+git201301211537~raring-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/swift/raring-grizzlyEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_cinder_trunk #99

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/99/Project:raring_grizzly_cinder_trunkDate of build:Mon, 21 Jan 2013 15:37:29 -0500Build duration:5 min 57 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 7231 lines...]gpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpvbWl1r/cinder_2013.1+git201301211537~raring-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpvbWl1r/cinder_2013.1+git201301211537~raring-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading cinder_2013.1+git201301211537~raring-0ubuntu1.dsc: done.  Uploading cinder_2013.1+git201301211537~raring.orig.tar.gz: done.  Uploading cinder_2013.1+git201301211537~raring-0ubuntu1.debian.tar.gz: done.  Uploading cinder_2013.1+git201301211537~raring-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'raring-grizzly', 'cinder_2013.1+git201301211537~raring-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/c/cinder/cinder-api_2013.1+git201301181301~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-common_2013.1+git201301181301~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-scheduler_2013.1+git201301181301~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-volume_2013.1+git201301181301~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/python-cinder_2013.1+git201301181301~raring-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/cinder/raring-grizzly']Pushed up to revision 71.INFO:root:Storing current commit for next build: 6cfe5f2a6d99c9fff9386794149b273bd2442bd1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmpvbWl1r/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpvbWl1r/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ad45eb32a6be5b47b89508d3dfba409434a049e1..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201301211537~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [6cfe5f2] Fix sheepdog volume creationdch -a [5e31dc7] New cinder.conf.sample formatdch -a [690cae5] Snapshot support for XenAPINFSdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201301211537~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A cinder_2013.1+git201301211537~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing cinder_2013.1+git201301211537~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly cinder_2013.1+git201301211537~raring-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/cinder/raring-grizzlyEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_keystone_trunk #93

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/93/Project:raring_grizzly_keystone_trunkDate of build:Mon, 21 Jan 2013 15:37:25 -0500Build duration:6 min 32 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 5024 lines...]Version: 2013.1+git201301211537~raring-0ubuntu1Finished at 20130121-1543Build needed 00:02:43, 12948k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201301211537~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201301211537~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpk7vw36/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpk7vw36/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 42bd9c7740808bef57d22e950ff8aae326a2212e..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201301211537~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [ed252e0] Allow running of sql against the live DB.dch -a [f6b133d] Test that you can undo & re-apply all migrationsdch -a [acc810d] downgrade user and tenant normalized tables downgraded such that sqlite is supported, toodch -a [52da32c] Auto-detect max SQL migrationdch -a [6c6915b] Safer data migrationsdch -a [36c3b2e] Sync base identity Driver defs with SQL driverdch -a [f237a67] Fix i18n of string templates.dch -a [7a4e373] Enhance wsgi to listen on ipv6 addressdch -a [9c2c4ec] add database string field length checkdch -a [57f1e30] Autoload schema before creating FK's (bug 1098174)dch -a [9089d8e] reorder tables for deletedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201301211537~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A keystone_2013.1+git201301211537~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201301211537~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201301211537~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_glance_trunk #88

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/88/Project:raring_grizzly_glance_trunkDate of build:Mon, 21 Jan 2013 15:43:01 -0500Build duration:2 min 58 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 2889 lines...] dpkg-buildpackage -rfakeroot -d -us -uc -sa -Sparsechangelog/debian: warning: debian/changelog(l1): version 'grizzly.2.20.gacae862+git201301211543~raring-0ubuntu1' is invalid: version number does not start with digitLINE: glance (grizzly.2.20.gacae862+git201301211543~raring-0ubuntu1) raring; urgency=lowdpkg-buildpackage: error: version number does not start with digitdpkg-buildpackage: source package glancedpkg-buildpackage: source version grizzly.2.20.gacae862+git201301211543~raring-0ubuntu1debuild: 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', 'raring-amd64-cee53eeb-cdc3-4e02-9524-a8dc2e058adc', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-cee53eeb-cdc3-4e02-9524-a8dc2e058adc', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmpliRu5O/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpliRu5O/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 26a13983b8cc3b0276b1115057585126443f0a02..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/raring-grizzly --forcedch -b -D raring --newversion grizzly.2.20.gacae862+git201301211543~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [acae862] Avoid testtools 0.9.25dch -a [43f8697] Replace custom tearDown with fixtures and cleanup.dch -a [1aaacf9] Update version code from oslo.dch -a [b5e60b7] Use testtools for unittest base class.dch -a [8726801] Stub out find_file... fix policy.json test issue.dch -a [cf97f6f] Add import for filesystem_store_datadir config.dch -a [8b1c02a] Update v1/images DELETE so it returns empty body.dch -a [1522be7] Relax version constraint on Webob-1.0.8debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-cee53eeb-cdc3-4e02-9524-a8dc2e058adc', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-cee53eeb-cdc3-4e02-9524-a8dc2e058adc', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/511/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 15:43:27 -0500Build duration:4 min 54 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 4524 lines...]dch -a [96c04dd] Make it clearer that network.api.API is nova-network specific.dch -a [97f0ec7] Access instance as dict, not object in xenapidch -a [733712b] Expand quota loggingdch -a [745335b] Move logic from os-api-host into computedch -a [7a77dd7] Create a directory for servicegroup drivers.dch -a [5731852] Move update_instance_info_cache to conductor.dch -a [bda08f6] Change ComputerDriver.legacy_nwinfo to raise by default.dch -a [3934fa5] Cleanup pyflakes in nova-managedch -a [ce098cc] Add user/tenant shim to RequestContextdch -a [3a0eb6d] Add host name to log message for _local_deletedch -a [4babf7d] Make Quantum plugin fill in the 'bridge' namedch -a [f863697] Make nova network manager fill in vif_typedch -a [67cd497] Add some constants to the network model for drivers to usedch -a [bcb9983] Move libvirt VIF XML config into designer.pydch -a [567bbd1] Remove bogus 'unplug' calls from libvirt VIF testdch -a [abc9a0d] Update instance's cell_name in API cell.dch -a [f362b36] Fix test cases in integrated.test_multiprocess_apidch -a [35328dd] Added sample tests to FlavorSwap API.dch -a [4db98fa] Adds a flag to allow configuring a regiondch -a [ac4223e] Remove baremetal-compute-pxe.filtersdch -a [73cb9f6] Fix pyflakes issues in integrated testsdch -a [477722a] Fix lintstack check for mINFO:root:Destroying schroot.ulti-patch reviewsdch -a [680a3ce] xenapi: Remove dead code, moves, testsdch -a [4ff4edd] Upgrade WebOb to 1.2.3dch -a [1126d0c] Refactor work with TaskLog in sqlalchemy.apidch -a [e87c241] Allow pinging own float when using fixed gatewaydch -a [500e5be] script for configuring a vif in Xen in non-bridged modedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-59db55fc-e1d5-4950-b34f-3ca8700288a9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-59db55fc-e1d5-4950-b34f-3ca8700288a9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_glance_trunk #89

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/89/Project:raring_grizzly_glance_trunkDate of build:Mon, 21 Jan 2013 15:48:10 -0500Build duration:2 min 6 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 1768 lines...]hard linking glance/tests/unit/utils.py -> glance-grizzly.2.20.gacae862/glance/tests/unithard linking glance/tests/unit/api/__init__.py -> glance-grizzly.2.20.gacae862/glance/tests/unit/apihard linking glance/tests/unit/api/test_common.py -> glance-grizzly.2.20.gacae862/glance/tests/unit/apihard linking glance/tests/unit/common/test_exception.py -> glance-grizzly.2.20.gacae862/glance/tests/unit/commonhard linking glance/tests/unit/v1/__init__.py -> glance-grizzly.2.20.gacae862/glance/tests/unit/v1hard linking glance/tests/unit/v1/test_api.py -> glance-grizzly.2.20.gacae862/glance/tests/unit/v1hard linking glance/tests/unit/v2/__init__.py -> glance-grizzly.2.20.gacae862/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_image_data_resource.py -> glance-grizzly.2.20.gacae862/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_image_tags_resource.py -> glance-grizzly.2.20.gacae862/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_images_resource.py -> glance-grizzly.2.20.gacae862/glance/tests/unit/v2hard linking glance/tests/unit/v2/test_schemas_resource.py -> glance-grizzly.2.20.gacae862/glance/tests/unit/v2hard linking glance/tests/var/ca.crt -> glance-grizzly.2.20.gacae862/glance/tests/varhard linking glance/tests/var/certificate.crt -> glance-grizzly.2.20.gacae862/glance/tests/varhard linking glance/tests/var/privatekey.key -> glance-grizzly.2.20.gacae862/glance/tests/varhard linking tools/install_venv.py -> glance-grizzly.2.20.gacae862/toolshard linking tools/migrate_image_owners.py -> glance-grizzly.2.20.gacae862/toolshard linking tools/pip-requires -> glance-grizzly.2.20.gacae862/toolshard linking tools/test-requires -> glance-grizzly.2.20.gacae862/toolshard linking tools/with_venv.sh -> glance-grizzly.2.20.gacae862/toolscopying setup.cfg -> glance-grizzly.2.20.gacae862Writing glance-grizzly.2.20.gacae862/setup.cfgcreating distCreating tar archiveremoving 'glance-grizzly.2.20.gacae862' (and everything under it)ERROR:root:Error occurred during package creation/build: [Errno 2] No such file or directory: '/tmp/tmpmEhH4W/git/glance/dist/glance-2013.1.tar.gz'ERROR:root:[Errno 2] No such file or directory: '/tmp/tmpmEhH4W/git/glance/dist/glance-2013.1.tar.gz'INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmpmEhH4W/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpmEhH4W/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/tmpmEhH4W/git/glance/dist/glance-2013.1.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.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise eIOError: [Errno 2] No such file or directory: '/tmp/tmpmEhH4W/git/glance/dist/glance-2013.1.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 Fixed: precise_grizzly_horizon_trunk #45

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_horizon_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_horizon_trunk/45/Project:precise_grizzly_horizon_trunkDate of build:Mon, 21 Jan 2013 15:52:33 -0500Build duration:5 min 9 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 7964 lines...]  Uploading horizon_2013.1+git201301211552~precise-0ubuntu1.dsc: done.  Uploading horizon_2013.1+git201301211552~precise.orig.tar.gz: done.  Uploading horizon_2013.1+git201301211552~precise-0ubuntu1.debian.tar.gz: done.  Uploading horizon_2013.1+git201301211552~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'horizon_2013.1+git201301211552~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/h/horizon/openstack-dashboard-ubuntu-theme_2013.1+git201301171531~precise-0ubuntu1_all.debdeleting and forgetting pool/main/h/horizon/openstack-dashboard_2013.1+git201301171531~precise-0ubuntu1_all.debdeleting and forgetting pool/main/h/horizon/python-django-horizon_2013.1+git201301171531~precise-0ubuntu1_all.debdeleting and forgetting pool/main/h/horizon/python-django-openstack_2013.1+git201301171531~precise-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/horizon/precise-grizzly']Pushed up to revision 140.INFO:root:Storing current commit for next build: b58177c27abcfa55129356fe99c9c3f01b3f4d21INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/grizzly /tmp/tmpdbU6RK/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpdbU6RK/horizon/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6353c8d2fa3d17f6555a4a7da41c47199c7bfd8d..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/horizon/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201301211552~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [b58177c] Clean-up deprecated diablo code in index.html.dch -a [0e5179a] Fix attributes processing in ActionMetaclassdch -a [99b678b] Remove |safe from openrc.templatedch -a [cdd5e9e] Improves some UX detailsdch -a [2560965] Extend offline-compression contextdch -a [6f3a980] Absolute limits of -1 should be treated as unlimiteddch -a [1464edf] Allow insecure authenticationdch -a [cf34ed7] make long tenant names look betterdch -a [e646376] Clarify the ambiguity of the "more actions" dropdown.dch -a [d0aff3a] Catch another breakage, when cinder is unavailabledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC horizon_2013.1+git201301211552~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A horizon_2013.1+git201301211552~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing horizon_2013.1+git201301211552~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly horizon_2013.1+git201301211552~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/horizon/precise-grizzlyEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_cinder_trunk #102

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_cinder_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_trunk/102/Project:precise_grizzly_cinder_trunkDate of build:Mon, 21 Jan 2013 15:52:24 -0500Build duration:5 min 53 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 6730 lines...]gpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpHO_i6I/cinder_2013.1+git201301211552~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpHO_i6I/cinder_2013.1+git201301211552~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading cinder_2013.1+git201301211552~precise-0ubuntu1.dsc: done.  Uploading cinder_2013.1+git201301211552~precise.orig.tar.gz: done.  Uploading cinder_2013.1+git201301211552~precise-0ubuntu1.debian.tar.gz: done.  Uploading cinder_2013.1+git201301211552~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'cinder_2013.1+git201301211552~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/c/cinder/cinder-api_2013.1+git201301181301~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-common_2013.1+git201301181301~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-scheduler_2013.1+git201301181301~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-volume_2013.1+git201301181301~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/python-cinder_2013.1+git201301181301~precise-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/cinder/precise-grizzly']Pushed up to revision 71.INFO:root:Storing current commit for next build: 6cfe5f2a6d99c9fff9386794149b273bd2442bd1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmpHO_i6I/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpHO_i6I/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ad45eb32a6be5b47b89508d3dfba409434a049e1..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201301211552~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [6cfe5f2] Fix sheepdog volume creationdch -a [5e31dc7] New cinder.conf.sample formatdch -a [690cae5] Snapshot support for XenAPINFSdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201301211552~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A cinder_2013.1+git201301211552~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing cinder_2013.1+git201301211552~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly cinder_2013.1+git201301211552~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/cinder/precise-grizzlyEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/80/Project:precise_grizzly_glance_trunkDate of build:Mon, 21 Jan 2013 15:59:50 -0500Build duration:2 min 32 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 4118 lines...]Source-Version: 2013.1~grizzly.2.20.gacae862+git201301211559~precise-0ubuntu1Space: 11856Status: attemptedVersion: 2013.1~grizzly.2.20.gacae862+git201301211559~precise-0ubuntu1Finished at 20130121-1602Build needed 00:01:09, 11856k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'glance_2013.1~grizzly.2.20.gacae862+git201301211559~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'glance_2013.1~grizzly.2.20.gacae862+git201301211559~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmpR0Td7M/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpR0Td7M/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 26a13983b8cc3b0276b1115057585126443f0a02..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/precise-grizzly --forcedch -b -D precise --newversion 2013.1~grizzly.2.20.gacae862+git201301211559~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [acae862] Avoid testtools 0.9.25dch -a [43f8697] Replace custom tearDown with fixtures and cleanup.dch -a [1aaacf9] Update version code from oslo.dch -a [b5e60b7] Use testtools for unittest base class.dch -a [8726801] Stub out find_file... fix policy.json test issue.dch -a [cf97f6f] Add import for filesystem_store_datadir config.dch -a [8b1c02a] Update v1/images DELETE so it returns empty body.dch -a [1522be7] Relax version constraint on Webob-1.0.8debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.1~grizzly.2.20.gacae862+git201301211559~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A glance_2013.1~grizzly.2.20.gacae862+git201301211559~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'glance_2013.1~grizzly.2.20.gacae862+git201301211559~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'glance_2013.1~grizzly.2.20.gacae862+git201301211559~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/503/Project:precise_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 16:31:11 -0500Build duration:4 min 4 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImplement Quantum support for addition and removal of fixed IPsby gkottoneditnova/network/quantumv2/api.pyeditnova/tests/network/test_quantumv2.pyCorrecting improper use of the word an.by matt.joyceeditnova/virt/xenapi/pool_states.pyeditnova/virt/libvirt/driver.pyeditnova/virt/hyperv/volumeops.pyeditnova/api/openstack/compute/contrib/admin_actions.pyeditnova/virt/baremetal/volume_driver.pyeditetc/nova/nova.conf.sampleeditnova/network/manager.pyConsole Output[...truncated 5954 lines...]dch -a [a0ae2e2] minor improvements to nova/tests/test_metadata.pydch -a [4b9bd91] Cells: Add some cells support to admin_actions extensiondch -a [fc42f76] Populate service list with availability zone and correct unit testdch -a [fa96bbf] Add 'devname' to nova.network.model.VIF classdch -a [a0c3e67] Use testrepository setuptools support.dch -a [12e38d9] Cleaning up exception handlingdch -a [6b4ad2d] Cells: Add cells API extensiondch -a [f6c205f] More HostAPI() cleanup for cells.dch -a [3824352] Renames the new os-networks extensiondch -a [6130aac] enables admin to view instance fault "details"dch -a [327989e] Fix problem with ipv6 link-local address(es)dch -a [313279f] enable hacking.py self testsdch -a [71fecfa] Correct docstring on sizelimit middleware.dch -a [b71a459] sync latest log and lockutils from oslodch -a [1e1a454] Fix nova.availability_zones docstringdch -a [1dacde8] use postgresql INET datatype for storing IPsdch -a [1ff3afc] Implement Quantum INFO:root:Destroying schroot.support for addition and removal of fixed IPsdch -a [e0ac5be] Cells: Commit resize quota reservations immediatelydch -a [0668194] Move network call from compute API to the managerdch -a [bc7dc55] Make sure reboot_instance uses updated instancedch -a [f51a285] Implements getPasswordData for ec2dch -a [3b5679e] Validated device_name value in block device mapdch -a [733712b] Expand quota loggingdch -a [4db98fa] Adds a flag to allow configuring a regiondch -a [ac4223e] Remove baremetal-compute-pxe.filtersdch -a [1126d0c] Refactor work with TaskLog in sqlalchemy.apidch -a [500e5be] script for configuring a vif in Xen in non-bridged modedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-3be445a5-02a6-4b30-a4b5-7e6dde816fdd', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-3be445a5-02a6-4b30-a4b5-7e6dde816fdd', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/512/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 16:32:11 -0500Build duration:5 min 20 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImplement Quantum support for addition and removal of fixed IPsby gkottoneditnova/network/quantumv2/api.pyeditnova/tests/network/test_quantumv2.pyCorrecting improper use of the word an.by matt.joyceeditnova/virt/baremetal/volume_driver.pyeditnova/virt/libvirt/driver.pyeditnova/virt/xenapi/pool_states.pyeditnova/virt/hyperv/volumeops.pyeditnova/network/manager.pyeditnova/api/openstack/compute/contrib/admin_actions.pyeditetc/nova/nova.conf.sampleConsole Output[...truncated 4531 lines...]dch -a [96c04dd] Make it clearer that network.api.API is nova-network specific.dch -a [97f0ec7] Access instance as dict, not object in xenapidch -a [733712b] Expand quota loggingdch -a [745335b] Move logic from os-api-host into computedch -a [7a77dd7] Create a directory for servicegroup drivers.dch -a [5731852] Move update_instance_info_cache to conductor.dch -a [bda08f6] Change ComputerDriver.legacy_nwinfo to raise by default.dch -a [3934fa5] Cleanup pyflakes in nova-managedch -a [ce098cc] Add user/tenant shim to RequestContextdch -a [3a0eb6d] Add host name to log message for _local_deletedch -a [4babf7d] Make Quantum plugin fill in the 'bridge' namedch -a [f863697] Make nova network manager fill in vif_typedch -a [67cd497] Add some constants to the network model for drivers to usedch -a [bcb9983] Move libvirt VIF XML config into designer.pydch -a [567bbd1] Remove bogus 'unplug' calls from libvirt VIF testdch -a [abc9a0d] Update instance's cell_name in API cell.dch -a [f362b36] Fix test cases in integrated.test_multiprocess_apidch -a [35328dd] Added sample tests to FlavorSwap API.dch -a [4db98fa] Adds a flag to allow configuring a regiondch -a [ac422INFO:root:Destroying schroot.3e] Remove baremetal-compute-pxe.filtersdch -a [73cb9f6] Fix pyflakes issues in integrated testsdch -a [477722a] Fix lintstack check for multi-patch reviewsdch -a [680a3ce] xenapi: Remove dead code, moves, testsdch -a [4ff4edd] Upgrade WebOb to 1.2.3dch -a [1126d0c] Refactor work with TaskLog in sqlalchemy.apidch -a [e87c241] Allow pinging own float when using fixed gatewaydch -a [500e5be] script for configuring a vif in Xen in non-bridged modedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-4aa31969-6f0d-40bf-af63-d97bae1110f8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-4aa31969-6f0d-40bf-af63-d97bae1110f8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/504/Project:precise_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 17:01:11 -0500Build duration:3 min 29 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUse common rootwrap from oslo-incubatorby thierrydeletenova/tests/test_nova_rootwrap.pyeditopenstack-common.confaddnova/openstack/common/rootwrap/filters.pydeletenova/rootwrap/filters.pydeletenova/rootwrap/wrapper.pyeditbin/nova-rootwrapaddnova/openstack/common/rootwrap/wrapper.pyaddnova/openstack/common/rootwrap/__init__.pydeletenova/rootwrap/__init__.pyConsole Output[...truncated 5956 lines...]dch -a [a0ae2e2] minor improvements to nova/tests/test_metadata.pydch -a [4b9bd91] Cells: Add some cells support to admin_actions extensiondch -a [fc42f76] Populate service list with availability zone and correct unit testdch -a [fa96bbf] Add 'devname' to nova.network.model.VIF classdch -a [a0c3e67] Use testrepository setuptools support.dch -a [12e38d9] Cleaning up exception handlingdch -a [6b4ad2d] Cells: Add cells API extensiondch -a [f6c205f] More HostAPI() cleanup for cells.dch -a [3824352] Renames the new os-networks extensiondch -a [6130aac] enables admin to view instance fault "details"dch -a [327989e] Fix problem with ipv6 link-local address(es)dch -a [313279f] enable hacking.py self testsdch -a [71fecfa] Correct docstring on sizelimit middleware.dch -a [b71a459] sync latest log and lockutils from oslodch -a [1e1a454] Fix nova.availability_zones docstringdch -a [1dacde8] use postgresql INET datINFO:root:Destroying schroot.atype for storing IPsdch -a [1ff3afc] Implement Quantum support for addition and removal of fixed IPsdch -a [e0ac5be] Cells: Commit resize quota reservations immediatelydch -a [0668194] Move network call from compute API to the managerdch -a [bc7dc55] Make sure reboot_instance uses updated instancedch -a [f51a285] Implements getPasswordData for ec2dch -a [3b5679e] Validated device_name value in block device mapdch -a [733712b] Expand quota loggingdch -a [4db98fa] Adds a flag to allow configuring a regiondch -a [ac4223e] Remove baremetal-compute-pxe.filtersdch -a [1126d0c] Refactor work with TaskLog in sqlalchemy.apidch -a [500e5be] script for configuring a vif in Xen in non-bridged modedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-f7ab65d5-4aba-4d21-801f-46dc15d8dbdb', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-f7ab65d5-4aba-4d21-801f-46dc15d8dbdb', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/514/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 17:31:11 -0500Build duration:4 min 54 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRefactor EC2 keypairs exceptionby Chuck Shorteditnova/tests/api/ec2/test_cloud.pyeditnova/api/ec2/cloud.pyeditnova/api/ec2/__init__.pyeditnova/tests/test_api.pyConsole Output[...truncated 4537 lines...]dch -a [96c04dd] Make it clearer that network.api.API is nova-network specific.dch -a [97f0ec7] Access instance as dict, not object in xenapidch -a [733712b] Expand quota loggingdch -a [745335b] Move logic from os-api-host into computedch -a [7a77dd7] Create a directory for servicegroup drivers.dch -a [5731852] Move update_instance_info_cache to conductor.dch -a [bda08f6] Change ComputerDriver.legacy_nwinfo to raise by default.dch -a [3934fa5] Cleanup pyflakes in nova-managedch -a [ce098cc] Add user/tenant shim to RequestContextdch -a [3a0eb6d] Add host name to log message for _local_deletedch -a [4babf7d] Make Quantum plugin fill in the 'bridge' namedch -a [f863697] Make nova network manager fill in vif_typedch -a [67cd497] Add some constants to the network model for drivers to usedch -a [bcb9983] Move libvirt VIF XML config into designer.pydch -a [567bbd1] Remove bogus 'unplug' calls from libvirt VIF testdch -a [abc9a0d] Update instance's cell_name in API cell.dch -a [f362b36] Fix test cases in integrated.test_multiprocess_apidch -a [35328dd] AddeINFO:root:Destroying schroot.d sample tests to FlavorSwap API.dch -a [4db98fa] Adds a flag to allow configuring a regiondch -a [ac4223e] Remove baremetal-compute-pxe.filtersdch -a [73cb9f6] Fix pyflakes issues in integrated testsdch -a [477722a] Fix lintstack check for multi-patch reviewsdch -a [680a3ce] xenapi: Remove dead code, moves, testsdch -a [4ff4edd] Upgrade WebOb to 1.2.3dch -a [1126d0c] Refactor work with TaskLog in sqlalchemy.apidch -a [e87c241] Allow pinging own float when using fixed gatewaydch -a [500e5be] script for configuring a vif in Xen in non-bridged modedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-50fad08d-be65-4ff4-99dc-719d98c531a2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-50fad08d-be65-4ff4-99dc-719d98c531a2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/515/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 18:01:11 -0500Build duration:5 min 23 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changescorrecting for proper use of the word an.by matt.joyceeditnova/virt/images.pyeditnova/api/ec2/ec2utils.pyeditnova/tests/integrated/test_api_samples.pyeditnova/openstack/common/rpc/impl_kombu.pyeditdoc/source/devref/aggregates.rstPXE driver should not accept empty kernel UUID.by devananda.vdveditnova/virt/baremetal/pxe.pyeditnova/tests/baremetal/test_pxe.pyRemove restoring soft deleted entries part 1by boriseditnova/db/sqlalchemy/api.pyeditnova/tests/test_instance_types_extra_specs.pylibvirt: Fix typo in configdrive implementationby mroddeneditnova/tests/test_libvirt.pyeditnova/virt/libvirt/driver.pyConsole Output[...truncated 4549 lines...]dch -a [96c04dd] Make it clearer that network.api.API is nova-network specific.dch -a [97f0ec7] Access instance as dict, not object in xenapidch -a [733712b] Expand quota loggingdch -a [745335b] Move logic from os-api-host into computedch -a [7a77dd7] Create a directory for servicegroup drivers.dch -a [5731852] Move update_instance_info_cache to conductor.dch -a [bda08f6] Change ComputerDriver.legacy_nwinfo to raise by default.dch -a [3934fa5] Cleanup pyflakes in nova-managedch -a [ce098cc] Add user/tenant shim to RequestContextdch -a [3a0eb6d] Add host name to log message for _local_deletedch -a [4babf7d] Make Quantum plugin fill in the 'bridge' namedch -a [f863697] Make nova network manager fill in vif_typedch -a [67cd497] Add some constants to the network model for drivers to usedch -a [bcb9983] Move lINFO:root:Destroying schroot.ibvirt VIF XML config into designer.pydch -a [567bbd1] Remove bogus 'unplug' calls from libvirt VIF testdch -a [abc9a0d] Update instance's cell_name in API cell.dch -a [f362b36] Fix test cases in integrated.test_multiprocess_apidch -a [35328dd] Added sample tests to FlavorSwap API.dch -a [4db98fa] Adds a flag to allow configuring a regiondch -a [ac4223e] Remove baremetal-compute-pxe.filtersdch -a [73cb9f6] Fix pyflakes issues in integrated testsdch -a [477722a] Fix lintstack check for multi-patch reviewsdch -a [680a3ce] xenapi: Remove dead code, moves, testsdch -a [4ff4edd] Upgrade WebOb to 1.2.3dch -a [1126d0c] Refactor work with TaskLog in sqlalchemy.apidch -a [e87c241] Allow pinging own float when using fixed gatewaydch -a [500e5be] script for configuring a vif in Xen in non-bridged modedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-68927caa-fc61-420a-8519-084829a1bbca', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-68927caa-fc61-420a-8519-084829a1bbca', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/213/Project:precise_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 18:31:09 -0500Build duration:1 min 48 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCompletes unittest coverage of quantum.api.api_commonby zhongyue.nahaddquantum/tests/unit/test_api_api_common.pyConsole Output[...truncated 2976 lines...]dch -a [c58bdd3] Refactor hyperv plugin and agent.dch -a [3964475] Update Oslo rpc moduledch -a [8adb519] Provide atomic database access nvp plugindch -a [26332dc] _validate_security_groups_on_port was not validating external_idsdch -a [cb3384f] Update WebOb version to >=1.2dch -a [dfebeb7] Ensure that agents also set control_exchangedch -a [1a76d75] Add a common test case for Port Binding Extensiondch -a [d8b0f10] Fix line endings from CRLF to LF.dch -a [20894c3] Fixes import order nitsdch -a [4970636] Fix ATTR_NOT_SPECIFIED comparison errorsdch -a [2d4431d] Add migration for network bindings in NVP plugindch -a [2f7a55b] NEC OpenFlow plugin supports L3 agent RPCdch -a [0748f92] Update latest OSLO.dch -a [53a787d] Catch up RPC context fixes on NEC OpenFlow plugindch -a [d77376e] ensure all enums in loadbalancer models have namesdch -a [8308201] Adding multi switch support to the Cisco Nexus plugindch -a [d60f6ef] Name the securitygrouprules.direction enum.dch -a [ba12d3e] Adds support for deploying Quantum on Windowsdch -a [2d9e479] Adds a Hyper-V Quantum plugindch -a [d5526d6] Add exception validation for subnet used.dch -a [6cd4789] Remove accessing cfg.CONF.DATABASE in nec-agentdch -a [01f3b1f] Inform a client if Quantum provides port filtering featuredch -a [35a90fc] Remove unsused imports in the plugins packagedch -a [b44314f] DHCP agent unable to access port when restartingdch -a [9247776] Remove unused imports in unit testsdch -a [de99585] Latest OSLO updatesdch -a [9db6917] Optimize if/else logic in quantum.api.v2.base.prepare_request_body()dch -a [2b75d6b] Fixes quantum.api.v2.base._filters to be more intuitivedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-d9d362f7-2a15-41f8-83bf-defb04cd8032', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-d9d362f7-2a15-41f8-83bf-defb04cd8032', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #220

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/220/Project:raring_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 18:32:15 -0500Build duration:3 min 53 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCompletes unittest coverage of quantum.api.api_commonby zhongyue.nahaddquantum/tests/unit/test_api_api_common.pyConsole Output[...truncated 3628 lines...]dch -a [8adb519] Provide atomic database access nvp plugindch -a [26332dc] _validate_security_groups_on_port was not validating external_idsdch -a [cb3384f] Update WebOb version to >=1.2dch -a [dfebeb7] Ensure that agents also set control_exchangedch -a [1a76d75] Add a common test case for Port Binding Extensiondch -a [d8b0f10] Fix line endings from CRLF to LF.dch -a [20894c3] Fixes import order nitsdch -a [4970636] Fix ATTR_NOT_SPECIFIED comparison errorsdch -a [2d4431d] Add migration for network bindings in NVP plugindch -a [2f7a55b] NEC OpenFlow plugin supports L3 agent RPCdch -a [0748f92] Update latest OSLO.dch -a [53a787d] Catch up RPC context fixes on NEC OpenFlow plugindch -a [d77376e] ensure all enums in loadbalancer models have namesdch -a [8308201] Adding multi switch support to the Cisco Nexus plugindch -a [d60f6ef] Name the securitygrouprules.direction enum.dch -a [ba12d3e] Adds support for deploying Quantum on Windowsdch -a [2d9e479] Adds a Hyper-V Quantum plugindch -a [d5526d6] Add exception validation for subnet used.dch -a [6cd4789] Remove accessing cfg.CONF.DATABASE in nec-agentdch -a [01f3b1f] Inform a client if Quantum provides port filtering featuredch -a [35a90fc] Remove unsused imports in the plugins packagedch -a [b44314f] DHCP agent unable to access port when restartingdch -a [9247776] Remove unused imports in unit testsdch -a [faa1733] Use default_notification_level when notificationdch -a [de99585] Latest OSLO updatesdch -a [9db6917] Optimize if/else logic in quantum.api.v2.base.prepare_request_body()dch -a [2b75d6b] Fixes quantum.api.v2.base._filters to be more intuitivedch -a [cfcbc7a] Port to argparse based cfgdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-28ef9706-9ef5-4620-b6eb-28b8b00e5f48', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-28ef9706-9ef5-4620-b6eb-28b8b00e5f48', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/507/Project:precise_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 18:32:57 -0500Build duration:3 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesClean up db network db calls for fixed and floatby vishvanandaeditnova/db/sqlalchemy/api.pyeditnova/tests/test_db_api.pyRemove restoring soft deleted entries part 2by boriseditnova/db/sqlalchemy/api.pyeditnova/tests/test_instance_types.pyDirectly copy a file URL from glance.by jbresnaheditnova/tests/image/test_glance.pyeditnova/image/glance.pylibvirt: Fix typo in configdrive implementationby mroddeneditnova/virt/libvirt/driver.pyeditnova/tests/test_libvirt.pyConsole Output[...truncated 5981 lines...]dch -a [a0ae2e2] minor improvements to nova/tests/test_metadata.pydch -a [4b9bd91] Cells: Add some cells support to admin_actions extensiondch -a [fc42f76] Populate service list with availability zone and correct unit testdch -a [fa96bbf] Add 'devname' to nova.network.model.VIF classdch -a [a0c3e67] Use testrepository setuptools support.dch -a [12e38d9] Cleaning up exception handlingdch -a [6b4ad2d] Cells: Add cells API extensiondch -INFO:root:Destroying schroot.a [f6c205f] More HostAPI() cleanup for cells.dch -a [3824352] Renames the new os-networks extensiondch -a [6130aac] enables admin to view instance fault "details"dch -a [327989e] Fix problem with ipv6 link-local address(es)dch -a [313279f] enable hacking.py self testsdch -a [71fecfa] Correct docstring on sizelimit middleware.dch -a [b71a459] sync latest log and lockutils from oslodch -a [1e1a454] Fix nova.availability_zones docstringdch -a [1dacde8] use postgresql INET datatype for storing IPsdch -a [1ff3afc] Implement Quantum support for addition and removal of fixed IPsdch -a [e0ac5be] Cells: Commit resize quota reservations immediatelydch -a [0668194] Move network call from compute API to the managerdch -a [bc7dc55] Make sure reboot_instance uses updated instancedch -a [f51a285] Implements getPasswordData for ec2dch -a [3b5679e] Validated device_name value in block device mapdch -a [733712b] Expand quota loggingdch -a [4db98fa] Adds a flag to allow configuring a regiondch -a [ac4223e] Remove baremetal-compute-pxe.filtersdch -a [1126d0c] Refactor work with TaskLog in sqlalchemy.apidch -a [500e5be] script for configuring a vif in Xen in non-bridged modedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-f71abb8c-5a0a-443a-a0d8-2192a00bd592', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-f71abb8c-5a0a-443a-a0d8-2192a00bd592', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/516/Project:raring_grizzly_nova_trunkDate of build:Mon, 21 Jan 2013 18:35:28 -0500Build duration:4 min 46 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesClean up db network db calls for fixed and floatby vishvanandaeditnova/db/sqlalchemy/api.pyeditnova/tests/test_db_api.pyRemove restoring soft deleted entries part 2by boriseditnova/db/sqlalchemy/api.pyeditnova/tests/test_instance_types.pyDirectly copy a file URL from glance.by jbresnaheditnova/tests/image/test_glance.pyeditnova/image/glance.pyConsole Output[...truncated 4558 lines...]dch -a [96c04dd] Make it clearer that network.api.API is nova-network specific.dch -a [97f0ec7] Access instance as dict, not object in xenapidch -a [733712b] Expand quota loggingdch -a [745335b] Move logic from os-api-host into computedch -a [7a77dd7] Create a directory for servicegroup drivers.dch -a [5731852] Move update_instance_info_cache to conductor.dch -a [bda08f6] Change ComputerDriver.legacy_nwinfo to raise by default.dch -a [3934fa5] Cleanup pyflakes in nova-managedch -a [ce098cc] Add user/tenant shim to RequestContextdch -a [3a0eb6d] Add host name to log message for _local_deletedch -a [4babf7d] Make Quantum plugin fiINFO:root:Destroying schroot.ll in the 'bridge' namedch -a [f863697] Make nova network manager fill in vif_typedch -a [67cd497] Add some constants to the network model for drivers to usedch -a [bcb9983] Move libvirt VIF XML config into designer.pydch -a [567bbd1] Remove bogus 'unplug' calls from libvirt VIF testdch -a [abc9a0d] Update instance's cell_name in API cell.dch -a [f362b36] Fix test cases in integrated.test_multiprocess_apidch -a [35328dd] Added sample tests to FlavorSwap API.dch -a [4db98fa] Adds a flag to allow configuring a regiondch -a [ac4223e] Remove baremetal-compute-pxe.filtersdch -a [73cb9f6] Fix pyflakes issues in integrated testsdch -a [477722a] Fix lintstack check for multi-patch reviewsdch -a [680a3ce] xenapi: Remove dead code, moves, testsdch -a [4ff4edd] Upgrade WebOb to 1.2.3dch -a [1126d0c] Refactor work with TaskLog in sqlalchemy.apidch -a [e87c241] Allow pinging own float when using fixed gatewaydch -a [500e5be] script for configuring a vif in Xen in non-bridged modedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-bfda9070-ef7a-4526-92d6-e808a99f55b2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-bfda9070-ef7a-4526-92d6-e808a99f55b2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_quantum_trunk #214

2013-01-21 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/214/Project:precise_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 23:01:09 -0500Build duration:1 min 28 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix i18n messages in quantum.api.api_commonby zhongyue.naheditquantum/api/api_common.pyConsole Output[...truncated 2979 lines...]dch -a [c58bdd3] Refactor hyperv plugin and agent.dch -a [3964475] Update Oslo rpc moduledch -a [8adb519] Provide atomic database access nvp plugindch -a [26332dc] _validate_security_groups_on_port was not validating external_idsdch -a [cb3384f] Update WebOb version to >=1.2dch -a [dfebeb7] Ensure that agents also set control_exchangedch -a [1a76d75] Add a common test case for Port Binding Extensiondch -a [d8b0f10] Fix line endings from CRLF to LF.dch -a [20894c3] Fixes import order nitsdch -a [4970636] Fix ATTR_NOT_SPECIFIED comparison errorsdch -a [2d4431d] Add migration for network bindings in NVP plugindch -a [2f7a55b] NEC OpenFlow plugin supports L3 agent RPCdch -a [0748f92] Update latest OSLO.dch -a [53a787d] Catch up RPC context fixes on NEC OpenFlow plugindch -a [d77376e] ensure all enums in loadbalancer models have namesdch -a [8308201] Adding multi switch support to the Cisco Nexus plugindch -a [d60f6ef] Name the securitygrouprules.direction enum.dch -a [ba12d3e] Adds support for deploying Quantum on Windowsdch -a [2d9e479] Adds a Hyper-V Quantum plugindch -a [d5526d6] Add exception validation for subnet used.dch -a [6cd4789] Remove accessing cfg.CONF.DATABASE in nec-agentdch -a [01f3b1f] Inform a client if Quantum provides port filtering featuredch -a [35a90fc] Remove unsused imports in the plugins packagedch -a [b44314f] DHCP agent unable to access port when restartingdch -a [9247776] Remove unused imports in unit testsdch -a [de99585] Latest OSLO updatesdch -a [9db6917] Optimize if/else logic in quantum.api.v2.base.prepare_request_body()dch -a [2b75d6b] Fixes quantum.api.v2.base._filters to be more intuitivedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-43538baf-c83e-443c-95e7-285239b3e1e8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-43538baf-c83e-443c-95e7-285239b3e1e8', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_quantum_trunk #221

2013-01-21 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/221/Project:raring_grizzly_quantum_trunkDate of build:Mon, 21 Jan 2013 23:01:09 -0500Build duration:2 min 32 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix i18n messages in quantum.api.api_commonby zhongyue.naheditquantum/api/api_common.pyConsole Output[...truncated 3631 lines...]dch -a [8adb519] Provide atomic database access nvp plugindch -a [26332dc] _validate_security_groups_on_port was not validating external_idsdch -a [cb3384f] Update WebOb version to >=1.2dch -a [dfebeb7] Ensure that agents also set control_exchangedch -a [1a76d75] Add a common test case for Port Binding Extensiondch -a [d8b0f10] Fix line endings from CRLF to LF.dch -a [20894c3] Fixes import order nitsdch -a [4970636] Fix ATTR_NOT_SPECIFIED comparison errorsdch -a [2d4431d] Add migration for network bindings in NVP plugindch -a [2f7a55b] NEC OpenFlow plugin supports L3 agent RPCdch -a [0748f92] Update latest OSLO.dch -a [53a787d] Catch up RPC context fixes on NEC OpenFlow plugindch -a [d77376e] ensure all enums in loadbalancer models have namesdch -a [8308201] Adding multi switch support to the Cisco Nexus plugindch -a [d60f6ef] Name the securitygrouprules.direction enum.dch -a [ba12d3e] Adds support for deploying Quantum on Windowsdch -a [2d9e479] Adds a Hyper-V Quantum plugindch -a [d5526d6] Add exception validation for subnet used.dch -a [6cd4789] Remove accessing cfg.CONF.DATABASE in nec-agentdch -a [01f3b1f] Inform a client if Quantum provides port filtering featuredch -a [35a90fc] Remove unsused imports in the plugins packagedch -a [b44314f] DHCP agent unable to access port when restartingdch -a [9247776] Remove unused imports in unit testsdch -a [faa1733] Use default_notification_level when notificationdch -a [de99585] Latest OSLO updatesdch -a [9db6917] Optimize if/else logic in quantum.api.v2.base.prepare_request_body()dch -a [2b75d6b] Fixes quantum.api.v2.base._filters to be more intuitivedch -a [cfcbc7a] Port to argparse based cfgdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9db4161d-ce24-4b16-84f4-32f6da35418e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-9db4161d-ce24-4b16-84f4-32f6da35418e', '-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