Re: [Openstack] DHCP problem in grizzly

2013-05-22 Thread Thomas Kärgel
Hi Johanna,

sure, I'll report my results, but this can take a while. The last time
this issue occurred on my environment is May 10th. It occurs quite
sporadic and i don't know how to manually reproduce this issue yet (i
have to be very careful with my experiments since the environment is
running productive already). Maybe you should also give dnsmasq 2.66 a
try, because you wrote that you can manually reproduce this behavior.


Best Regards,
Thomas


Am 20.05.2013 12:25, schrieb Heinonen, Johanna (NSN - FI/Espoo):
 Hi,
 
 You are right. Manually doing kill -HUP PID has just the effect you 
 mentioned. In the syslog you can see
 
 May 20 13:09:41 grizzly-236 dnsmasq[6170]: cleared cache
 May 20 13:09:41 grizzly-236 dnsmasq-dhcp[6170]: read 
 /var/lib/quantum/dhcp/d5879bbb-ada6-4323-a7b1-87b5db244513/host
 May 20 13:09:41 grizzly-236 dnsmasq-dhcp[6170]: read 
 /var/lib/quantum/dhcp/d5879bbb-ada6-4323-a7b1-87b5db244513/opts
 
 
 But the problem stays. Only 'service quantum-dhcp-agent restart' fixes the 
 problem.
 If you try the newer version of the qnsmasq, I'd be interested to hear the 
 results.
 
 BR
 Johanna
 
 
 
 -Original Message-
 From: ext Thomas Kärgel [mailto:kaer...@b1-systems.de] 
 Sent: Monday, May 20, 2013 11:37 AM
 To: Heinonen, Johanna (NSN - FI/Espoo)
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] DHCP problem in grizzly
 
 Hi,
 
 thx for the interesting info, Johanna: dnsmasq version is also 2.59 on
 my environment. Can you can confirm that manually sigHUPing all running
 dnsmasq processes has no effect?
 (dnsmasq claims to have reread the configs in syslog, but still refuses
 to deliver the new addresses.)
 Maybe updating dnsmasq to a more recent release would solve our problem.
 Current stable is 2.66. I'll give it a try when i get back to office
 tomorrow.
 
 Best regards
 
 Thomas
 
 
 Am 20.05.2013 10:21, schrieb Heinonen, Johanna (NSN - FI/Espoo):
 Hi Thomas,

 I am using Ubuntu12.04 and the dnsmasq version is 2.59

 BR
 Johanna


 -Original Message-
 From: Openstack 
 [mailto:openstack-bounces+johanna.heinonen=nsn@lists.launchpad.net] On 
 Behalf Of ext Thomas Kärgel
 Sent: Monday, May 20, 2013 10:09 AM
 To: openstack@lists.launchpad.net
 Subject: Re: [Openstack] DHCP problem in grizzly

 Hi Johanna,

 I'm facing the same behavior on a Folsom-installation on SLES11SP2. I
 noticed that new hosts have correct entries in the dnsmasq config-files.
 The dnsmasq processes get a HUP signal by DHCP-Agent, but simply refuse
 to deliver the new address. Instead dnsmasq logs claim no address
 available. Exactly like in your description.
 What distrubtion and exact dnsmasq-versions are in use on your environment?
 I assume dnsmasq is not rereading its configs correctly on signal HUP.
 dnsmasq logs claim it has reread configs, but it still does not deliver
 the new adresses in host-file.
 Manually trying to sigHUP dnsmasq had no effect. The only way to get out
 of this state seems to be restarting DHCP-agent.

 Best regards
 Thomas

 Am 20.05.2013 08:51, schrieb Heinonen, Johanna (NSN - FI/Espoo):
 Hi,
  
 I have installed grizzly with quantum and ovs-plugin. It seems that
 grizzly allocates the third address of each subnet for dhcp. (In folsom
 it was the second address). This means that the VMs will get addresses
 .2, .4, .5, .
  
 In my setup the first VM always boots fine and gets the address x.x.x.2.
 This can be seen in the syslog:
  
 May 20 08:29:23 grizzly-236 dnsmasq-dhcp[2190]:
 DHCPDISCOVER(tapdbcef145-f5) 10.0.2.15 fa:16:3e:2d:0d:e0
 May 20 08:29:23 grizzly-236 dnsmasq-dhcp[2190]:
 DHCPOFFER(tapdbcef145-f5) 10.20.30.2 fa:16:3e:2d:0d:e0
 May 20 08:29:23 grizzly-236 dnsmasq-dhcp[2190]:
 DHCPREQUEST(tapdbcef145-f5) 10.20.30.2 fa:16:3e:2d:0d:e0
 May 20 08:29:23 grizzly-236 dnsmasq-dhcp[2190]: DHCPACK(tapdbcef145-f5)
 10.20.30.2 fa:16:3e:2d:0d:e0 10-20-30-2
  
 The problem comes when I start the second VM. Nova shows that the
 x.x.x.4 is allocated
  
 root@grizzly-236:~# nova list
 +--+--+++
 | ID   | Name | Status |
 Networks   |
 +--+--+++
 | c112ccbb-5039-4d05-b414-b53a1eafa2d8 | q-test   | ACTIVE |
 tenant1-net=10.20.30.2 |
 | 4f26975c-995d-403d-88b0-e7bbf189baad | q-test-2 | ACTIVE |
 tenant1-net=10.20.30.4 |
 +--+--+++
  
 But from syslog I see that the answer to the DHCPDISCOVER is no address
 available
  
 May 20 08:33:34 grizzly-236 dnsmasq-dhcp[2190]:
 DHCPDISCOVER(tapdbcef145-f5) 10.0.2.15 fa:16:3e:fc:1f:9a no address
 available
 May 20 08:33:52 grizzly-236 dnsmasq-dhcp[2190]:
 DHCPDISCOVER(tapdbcef145-f5) 10.0.2.15 fa:16:3e:fc:1f:9a no address
 available
  
 When I restart the quantum-dhcp-server the problem disappears. This can
 be seen from the syslog:
  
 May 20 

Re: [Openstack] DHCP problem in grizzly

2013-05-22 Thread Marco Colombo
Hi All,
i have the same problem with Grizzly, Ubuntu 12.04 and Dnsmasq 2.59
killall dnsmasq  service quantum-dhcp-agent restart fixes the problem
temporarily

Best Regards,
Marco




2013/5/22 Thomas Kärgel kaer...@b1-systems.de

 Hi Johanna,

 sure, I'll report my results, but this can take a while. The last time
 this issue occurred on my environment is May 10th. It occurs quite
 sporadic and i don't know how to manually reproduce this issue yet (i
 have to be very careful with my experiments since the environment is
 running productive already). Maybe you should also give dnsmasq 2.66 a
 try, because you wrote that you can manually reproduce this behavior.


 Best Regards,
 Thomas


 Am 20.05.2013 12:25, schrieb Heinonen, Johanna (NSN - FI/Espoo):
  Hi,
 
  You are right. Manually doing kill -HUP PID has just the effect you
 mentioned. In the syslog you can see
 
  May 20 13:09:41 grizzly-236 dnsmasq[6170]: cleared cache
  May 20 13:09:41 grizzly-236 dnsmasq-dhcp[6170]: read
 /var/lib/quantum/dhcp/d5879bbb-ada6-4323-a7b1-87b5db244513/host
  May 20 13:09:41 grizzly-236 dnsmasq-dhcp[6170]: read
 /var/lib/quantum/dhcp/d5879bbb-ada6-4323-a7b1-87b5db244513/opts
 
 
  But the problem stays. Only 'service quantum-dhcp-agent restart' fixes
 the problem.
  If you try the newer version of the qnsmasq, I'd be interested to hear
 the results.
 
  BR
  Johanna
 
 
 
  -Original Message-
  From: ext Thomas Kärgel [mailto:kaer...@b1-systems.de]
  Sent: Monday, May 20, 2013 11:37 AM
  To: Heinonen, Johanna (NSN - FI/Espoo)
  Cc: openstack@lists.launchpad.net
  Subject: Re: [Openstack] DHCP problem in grizzly
 
  Hi,
 
  thx for the interesting info, Johanna: dnsmasq version is also 2.59 on
  my environment. Can you can confirm that manually sigHUPing all running
  dnsmasq processes has no effect?
  (dnsmasq claims to have reread the configs in syslog, but still refuses
  to deliver the new addresses.)
  Maybe updating dnsmasq to a more recent release would solve our problem.
  Current stable is 2.66. I'll give it a try when i get back to office
  tomorrow.
 
  Best regards
 
  Thomas
 
 
  Am 20.05.2013 10:21, schrieb Heinonen, Johanna (NSN - FI/Espoo):
  Hi Thomas,
 
  I am using Ubuntu12.04 and the dnsmasq version is 2.59
 
  BR
  Johanna
 
 
  -Original Message-
  From: Openstack [mailto:openstack-bounces+johanna.heinonen=
 nsn@lists.launchpad.net] On Behalf Of ext Thomas Kärgel
  Sent: Monday, May 20, 2013 10:09 AM
  To: openstack@lists.launchpad.net
  Subject: Re: [Openstack] DHCP problem in grizzly
 
  Hi Johanna,
 
  I'm facing the same behavior on a Folsom-installation on SLES11SP2. I
  noticed that new hosts have correct entries in the dnsmasq config-files.
  The dnsmasq processes get a HUP signal by DHCP-Agent, but simply refuse
  to deliver the new address. Instead dnsmasq logs claim no address
  available. Exactly like in your description.
  What distrubtion and exact dnsmasq-versions are in use on your
 environment?
  I assume dnsmasq is not rereading its configs correctly on signal HUP.
  dnsmasq logs claim it has reread configs, but it still does not deliver
  the new adresses in host-file.
  Manually trying to sigHUP dnsmasq had no effect. The only way to get out
  of this state seems to be restarting DHCP-agent.
 
  Best regards
  Thomas
 
  Am 20.05.2013 08:51, schrieb Heinonen, Johanna (NSN - FI/Espoo):
  Hi,
 
  I have installed grizzly with quantum and ovs-plugin. It seems that
  grizzly allocates the third address of each subnet for dhcp. (In folsom
  it was the second address). This means that the VMs will get addresses
  .2, .4, .5, .
 
  In my setup the first VM always boots fine and gets the address
 x.x.x.2.
  This can be seen in the syslog:
 
  May 20 08:29:23 grizzly-236 dnsmasq-dhcp[2190]:
  DHCPDISCOVER(tapdbcef145-f5) 10.0.2.15 fa:16:3e:2d:0d:e0
  May 20 08:29:23 grizzly-236 dnsmasq-dhcp[2190]:
  DHCPOFFER(tapdbcef145-f5) 10.20.30.2 fa:16:3e:2d:0d:e0
  May 20 08:29:23 grizzly-236 dnsmasq-dhcp[2190]:
  DHCPREQUEST(tapdbcef145-f5) 10.20.30.2 fa:16:3e:2d:0d:e0
  May 20 08:29:23 grizzly-236 dnsmasq-dhcp[2190]: DHCPACK(tapdbcef145-f5)
  10.20.30.2 fa:16:3e:2d:0d:e0 10-20-30-2
 
  The problem comes when I start the second VM. Nova shows that the
  x.x.x.4 is allocated
 
  root@grizzly-236:~# nova list
 
 +--+--+++
  | ID   | Name | Status |
  Networks   |
 
 +--+--+++
  | c112ccbb-5039-4d05-b414-b53a1eafa2d8 | q-test   | ACTIVE |
  tenant1-net=10.20.30.2 |
  | 4f26975c-995d-403d-88b0-e7bbf189baad | q-test-2 | ACTIVE |
  tenant1-net=10.20.30.4 |
 
 +--+--+++
 
  But from syslog I see that the answer to the DHCPDISCOVER is no
 address
  available
 
  May 20 08:33:34 grizzly-236 dnsmasq-dhcp[2190]:
  

[Openstack] Multipathing with Swift

2013-05-22 Thread Isidro Hortelano
Hey everyone,

do anyone know if multipathing is supported for Swift?


Regards,
___
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] DHCP problem in grizzly

2013-05-22 Thread Thomas Kärgel
Hi Marco,

can you also reproduce it?

If so i would suggest to give dnsmasq 2.66 a try. Since i'm not able to
reproduce this behavior on the environment i'm woking on it will take
weeks to get to an really conclusive result.

Best regards
thomas


Am 22.05.2013 09:55, schrieb Marco Colombo:
 Hi All,
 i have the same problem with Grizzly, Ubuntu 12.04 and Dnsmasq 2.59
 killall dnsmasq  service quantum-dhcp-agent restart fixes the
 problem temporarily
 
 Best Regards,
 Marco
 
 
 
 
 2013/5/22 Thomas Kärgel kaer...@b1-systems.de
 mailto:kaer...@b1-systems.de
 
 Hi Johanna,
 
 sure, I'll report my results, but this can take a while. The last time
 this issue occurred on my environment is May 10th. It occurs quite
 sporadic and i don't know how to manually reproduce this issue yet (i
 have to be very careful with my experiments since the environment is
 running productive already). Maybe you should also give dnsmasq 2.66 a
 try, because you wrote that you can manually reproduce this behavior.
 
 
 Best Regards,
 Thomas
 
 
 Am 20.05.2013 12:25, schrieb Heinonen, Johanna (NSN - FI/Espoo):
  Hi,
 
  You are right. Manually doing kill -HUP PID has just the effect
 you mentioned. In the syslog you can see
 
  May 20 13:09:41 grizzly-236 dnsmasq[6170]: cleared cache
  May 20 13:09:41 grizzly-236 dnsmasq-dhcp[6170]: read
 /var/lib/quantum/dhcp/d5879bbb-ada6-4323-a7b1-87b5db244513/host
  May 20 13:09:41 grizzly-236 dnsmasq-dhcp[6170]: read
 /var/lib/quantum/dhcp/d5879bbb-ada6-4323-a7b1-87b5db244513/opts
 
 
  But the problem stays. Only 'service quantum-dhcp-agent restart'
 fixes the problem.
  If you try the newer version of the qnsmasq, I'd be interested to
 hear the results.
 
  BR
  Johanna
 
 
 
  -Original Message-
  From: ext Thomas Kärgel [mailto:kaer...@b1-systems.de
 mailto:kaer...@b1-systems.de]
  Sent: Monday, May 20, 2013 11:37 AM
  To: Heinonen, Johanna (NSN - FI/Espoo)
  Cc: openstack@lists.launchpad.net
 mailto:openstack@lists.launchpad.net
  Subject: Re: [Openstack] DHCP problem in grizzly
 
  Hi,
 
  thx for the interesting info, Johanna: dnsmasq version is also 2.59 on
  my environment. Can you can confirm that manually sigHUPing all
 running
  dnsmasq processes has no effect?
  (dnsmasq claims to have reread the configs in syslog, but still
 refuses
  to deliver the new addresses.)
  Maybe updating dnsmasq to a more recent release would solve our
 problem.
  Current stable is 2.66. I'll give it a try when i get back to office
  tomorrow.
 
  Best regards
 
  Thomas
 
 
  Am 20.05.2013 10:21, schrieb Heinonen, Johanna (NSN - FI/Espoo):
  Hi Thomas,
 
  I am using Ubuntu12.04 and the dnsmasq version is 2.59
 
  BR
  Johanna
 
 
  -Original Message-
  From: Openstack [mailto:openstack-bounces+johanna.heinonen
 mailto:openstack-bounces%2Bjohanna.heinonen=nsn@lists.launchpad.net
 mailto:nsn@lists.launchpad.net] On Behalf Of ext Thomas Kärgel
  Sent: Monday, May 20, 2013 10:09 AM
  To: openstack@lists.launchpad.net
 mailto:openstack@lists.launchpad.net
  Subject: Re: [Openstack] DHCP problem in grizzly
 
  Hi Johanna,
 
  I'm facing the same behavior on a Folsom-installation on SLES11SP2. I
  noticed that new hosts have correct entries in the dnsmasq
 config-files.
  The dnsmasq processes get a HUP signal by DHCP-Agent, but simply
 refuse
  to deliver the new address. Instead dnsmasq logs claim no address
  available. Exactly like in your description.
  What distrubtion and exact dnsmasq-versions are in use on your
 environment?
  I assume dnsmasq is not rereading its configs correctly on signal
 HUP.
  dnsmasq logs claim it has reread configs, but it still does not
 deliver
  the new adresses in host-file.
  Manually trying to sigHUP dnsmasq had no effect. The only way to
 get out
  of this state seems to be restarting DHCP-agent.
 
  Best regards
  Thomas
 
  Am 20.05.2013 08:51, schrieb Heinonen, Johanna (NSN - FI/Espoo):
  Hi,
 
  I have installed grizzly with quantum and ovs-plugin. It seems that
  grizzly allocates the third address of each subnet for dhcp. (In
 folsom
  it was the second address). This means that the VMs will get
 addresses
  .2, .4, .5, .
 
  In my setup the first VM always boots fine and gets the address
 x.x.x.2.
  This can be seen in the syslog:
 
  May 20 08:29:23 grizzly-236 dnsmasq-dhcp[2190]:
  DHCPDISCOVER(tapdbcef145-f5) 10.0.2.15 fa:16:3e:2d:0d:e0
  May 20 08:29:23 grizzly-236 dnsmasq-dhcp[2190]:
  DHCPOFFER(tapdbcef145-f5) 10.20.30.2 fa:16:3e:2d:0d:e0
  May 20 08:29:23 

Re: [Openstack] Memory requirements for OpenStack vs VM

2013-05-22 Thread JuanFra Rodriguez Cardoso
Hi Chris:

There are some nova config options aim to reserve resources for hosts:

reserved_host_memory_mb (default: 512 MB)
reserved_host_disk_mb (default: 0 MB)

Regards!
---
JuanFra


2013/5/21 Matthew Thode prometheanf...@gentoo.org

 On 05/21/13 12:24, Chris Bartels wrote:
  Hi,
 
 
 
  If I rent a VPS with 32GB RAM on a server that only has 32GB RAM in
 total,
  could OpenStack be choked for memory if the VPS tries to use up all that
  RAM, or will OpenStack be weighted to take priority over the memory the
  server has available?
 
 
 
  Should I only allocate 30GB to the VPS  leave OpenStack a 2GB minimum to
  work with just to be safe?
 
 
 
  Thanks,
 
  Chris
 
 
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 You can likely use cgroups to give priority to memory used by openstack
 daemons.  Depends on how deep you want to get into it I guess (and your
 memory pressure).

 --
 -- Matthew Thode (prometheanfire)


 ___
 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] DHCP problem in grizzly

2013-05-22 Thread Marco Colombo
Hi Thomas,
i have upgrade dnsmasq to version 2.66, but the problem persist.
If you need more log/information, i'm able to reproduce the problem.

Thanks
Best Regards


2013/5/22 Thomas Kärgel kaer...@b1-systems.de

 Hi Marco,

 can you also reproduce it?

 If so i would suggest to give dnsmasq 2.66 a try. Since i'm not able to
 reproduce this behavior on the environment i'm woking on it will take
 weeks to get to an really conclusive result.

 Best regards
 thomas


 Am 22.05.2013 09:55, schrieb Marco Colombo:
  Hi All,
  i have the same problem with Grizzly, Ubuntu 12.04 and Dnsmasq 2.59
  killall dnsmasq  service quantum-dhcp-agent restart fixes the
  problem temporarily
 
  Best Regards,
  Marco
 
 
 
 
  2013/5/22 Thomas Kärgel kaer...@b1-systems.de
  mailto:kaer...@b1-systems.de
 
  Hi Johanna,
 
  sure, I'll report my results, but this can take a while. The last
 time
  this issue occurred on my environment is May 10th. It occurs quite
  sporadic and i don't know how to manually reproduce this issue yet (i
  have to be very careful with my experiments since the environment is
  running productive already). Maybe you should also give dnsmasq 2.66
 a
  try, because you wrote that you can manually reproduce this behavior.
 
 
  Best Regards,
  Thomas
 
 
  Am 20.05.2013 12:25, schrieb Heinonen, Johanna (NSN - FI/Espoo):
   Hi,
  
   You are right. Manually doing kill -HUP PID has just the effect
  you mentioned. In the syslog you can see
  
   May 20 13:09:41 grizzly-236 dnsmasq[6170]: cleared cache
   May 20 13:09:41 grizzly-236 dnsmasq-dhcp[6170]: read
  /var/lib/quantum/dhcp/d5879bbb-ada6-4323-a7b1-87b5db244513/host
   May 20 13:09:41 grizzly-236 dnsmasq-dhcp[6170]: read
  /var/lib/quantum/dhcp/d5879bbb-ada6-4323-a7b1-87b5db244513/opts
  
  
   But the problem stays. Only 'service quantum-dhcp-agent restart'
  fixes the problem.
   If you try the newer version of the qnsmasq, I'd be interested to
  hear the results.
  
   BR
   Johanna
  
  
  
   -Original Message-
   From: ext Thomas Kärgel [mailto:kaer...@b1-systems.de
  mailto:kaer...@b1-systems.de]
   Sent: Monday, May 20, 2013 11:37 AM
   To: Heinonen, Johanna (NSN - FI/Espoo)
   Cc: openstack@lists.launchpad.net
  mailto:openstack@lists.launchpad.net
   Subject: Re: [Openstack] DHCP problem in grizzly
  
   Hi,
  
   thx for the interesting info, Johanna: dnsmasq version is also
 2.59 on
   my environment. Can you can confirm that manually sigHUPing all
  running
   dnsmasq processes has no effect?
   (dnsmasq claims to have reread the configs in syslog, but still
  refuses
   to deliver the new addresses.)
   Maybe updating dnsmasq to a more recent release would solve our
  problem.
   Current stable is 2.66. I'll give it a try when i get back to
 office
   tomorrow.
  
   Best regards
  
   Thomas
  
  
   Am 20.05.2013 10:21, schrieb Heinonen, Johanna (NSN - FI/Espoo):
   Hi Thomas,
  
   I am using Ubuntu12.04 and the dnsmasq version is 2.59
  
   BR
   Johanna
  
  
   -Original Message-
   From: Openstack [mailto:openstack-bounces+johanna.heinonen
  mailto:openstack-bounces%2Bjohanna.heinonen=
 nsn@lists.launchpad.net
  mailto:nsn@lists.launchpad.net] On Behalf Of ext Thomas Kärgel
   Sent: Monday, May 20, 2013 10:09 AM
   To: openstack@lists.launchpad.net
  mailto:openstack@lists.launchpad.net
   Subject: Re: [Openstack] DHCP problem in grizzly
  
   Hi Johanna,
  
   I'm facing the same behavior on a Folsom-installation on
 SLES11SP2. I
   noticed that new hosts have correct entries in the dnsmasq
  config-files.
   The dnsmasq processes get a HUP signal by DHCP-Agent, but simply
  refuse
   to deliver the new address. Instead dnsmasq logs claim no address
   available. Exactly like in your description.
   What distrubtion and exact dnsmasq-versions are in use on your
  environment?
   I assume dnsmasq is not rereading its configs correctly on signal
  HUP.
   dnsmasq logs claim it has reread configs, but it still does not
  deliver
   the new adresses in host-file.
   Manually trying to sigHUP dnsmasq had no effect. The only way to
  get out
   of this state seems to be restarting DHCP-agent.
  
   Best regards
   Thomas
  
   Am 20.05.2013 08:51, schrieb Heinonen, Johanna (NSN - FI/Espoo):
   Hi,
  
   I have installed grizzly with quantum and ovs-plugin. It seems
 that
   grizzly allocates the third address of each subnet for dhcp. (In
  folsom
   it was the second address). This means that the VMs will get
  addresses
   .2, .4, .5, .
  
   In my setup the first VM 

Re: [Openstack] Swift questions

2013-05-22 Thread Chmouel Boudjnah
On Wed, May 22, 2013 at 3:53 AM, Chuck Thier cth...@gmail.com wrote:
 It can be set to 1, and I think the default devstack install may do exactly
 that.


this is correct, this is the default devstack install to set one replica.

Chmouel.

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


Re: [Openstack] Swift questions

2013-05-22 Thread Mark Brown
Thank you for the responses Chuck.

As part of a rebalance, the replicator, I would assume, copies the object from 
the old partition to the new partition, and then deletes it from the old 
partition. Is that a fair assumption?

Also, is there anything that explains in more detail how the handoff node is 
picked? What if the ring changes and the data still lives on the handoff node? 

-- Mark



 From: Chuck Thier cth...@gmail.com
To: Mark Brown ntdeveloper2...@yahoo.com 
Cc: Openstack openstack@lists.launchpad.net 
Sent: Tuesday, May 21, 2013 6:53 PM
Subject: Re: [Openstack] Swift questions
 


Hi Mark,


On Tue, May 21, 2013 at 6:46 PM, Mark Brown ntdeveloper2...@yahoo.com wrote:

Hello,
I had a few more basic Swift questions..


1. In Swift, when a rebalance is happening, does the client have write access 
to the object? Does Swift have a mechanism to lock down one copy which it is 
moving, and allow updates to the remaining two copies and do a final sync 
somehow? What is the mechanism?
 
When the ring rebalances, it is allowed to only move one replica of a 
partition.  This guarantees that you still have 2 available while replication 
is moving the partitions around.

 
2. I did see that Swift has a configurable number of replicas. Can it be set to 
1? If it is set to 1, how does it work for the question above w.r.t rebalance? 
I do understand a single replica does not make sense, I did want to understand 
what it does in that case though.

It can be set to 1, and I think the default devstack install may do exactly 
that. Pretty much any guarantees of swift go out the window with 1 replica.  I 
would expect that the partitions that are being moved would not be available 
until replication has moved them.
 
3. If one of the nodes returns an error during a PUT(say, disk full), the 
request is sent to the handoff node, but how is the handoff node configured in 
the ring? Is it a special entry, or is it picked based on some algorithm or 
something else? 

There is an algorithm in the ring code that deterministically determines the 
handoff nodes.

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


Re: [Openstack] Swift questions

2013-05-22 Thread Chuck Thier
Hey Mark,

On Wed, May 22, 2013 at 8:59 AM, Mark Brown ntdeveloper2...@yahoo.comwrote:

 Thank you for the responses Chuck.

 As part of a rebalance, the replicator, I would assume, copies the object
 from the old partition to the new partition, and then deletes it from the
 old partition. Is that a fair assumption?


That is correct, the replicators will replicate the data in the partition
at the new location.  The server that has the old data will delete it once
it is certain that data is available in all replicas.


 Also, is there anything that explains in more detail how the handoff node
 is picked? What if the ring changes and the data still lives on the handoff
 node?


I don't think there is currently any documentation that describes how
handoff nodes are picked.  Handoff nodes can be used for a variety of
reasons, including when servers are down, or not responding.  The server
that has handoff partitions is always responsible for getting the data to
the correct location.

There is some more detailed information on replication at:

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

(if you haven't read it yet)

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


Re: [Openstack] DHCP problem in grizzly

2013-05-22 Thread Thomas Kärgel
Hi Marco,

thanks for the interesting information. I think we can be sure now that
this is a bug in dnsmasq. I'll go ahead and report this bug to the
dnsmasq-developers tomorrow morning. Hopefully they can fix this issue soon.
I'll report the details when the bugreport is open. Maybe they want more
infos from us...

Best regards
Thomas

Am 22.05.2013 14:33, schrieb Marco Colombo:
 Hi Thomas,
 i have upgrade dnsmasq to version 2.66, but the problem persist.
 If you need more log/information, i'm able to reproduce the problem.
 
 Thanks
 Best Regards
 
 
 2013/5/22 Thomas Kärgel kaer...@b1-systems.de
 mailto:kaer...@b1-systems.de
 
 Hi Marco,
 
 can you also reproduce it?
 
 If so i would suggest to give dnsmasq 2.66 a try. Since i'm not able to
 reproduce this behavior on the environment i'm woking on it will take
 weeks to get to an really conclusive result.
 
 Best regards
 thomas
 
 
 Am 22.05.2013 09:55, schrieb Marco Colombo:
  Hi All,
  i have the same problem with Grizzly, Ubuntu 12.04 and Dnsmasq 2.59
  killall dnsmasq  service quantum-dhcp-agent restart fixes the
  problem temporarily
 
  Best Regards,
  Marco
 
 
 
 
  2013/5/22 Thomas Kärgel kaer...@b1-systems.de
 mailto:kaer...@b1-systems.de
  mailto:kaer...@b1-systems.de mailto:kaer...@b1-systems.de
 
  Hi Johanna,
 
  sure, I'll report my results, but this can take a while. The
 last time
  this issue occurred on my environment is May 10th. It occurs quite
  sporadic and i don't know how to manually reproduce this issue
 yet (i
  have to be very careful with my experiments since the
 environment is
  running productive already). Maybe you should also give
 dnsmasq 2.66 a
  try, because you wrote that you can manually reproduce this
 behavior.
 
 
  Best Regards,
  Thomas
 
 
  Am 20.05.2013 12:25, schrieb Heinonen, Johanna (NSN - FI/Espoo):
   Hi,
  
   You are right. Manually doing kill -HUP PID has just the
 effect
  you mentioned. In the syslog you can see
  
   May 20 13:09:41 grizzly-236 dnsmasq[6170]: cleared cache
   May 20 13:09:41 grizzly-236 dnsmasq-dhcp[6170]: read
  /var/lib/quantum/dhcp/d5879bbb-ada6-4323-a7b1-87b5db244513/host
   May 20 13:09:41 grizzly-236 dnsmasq-dhcp[6170]: read
  /var/lib/quantum/dhcp/d5879bbb-ada6-4323-a7b1-87b5db244513/opts
  
  
   But the problem stays. Only 'service quantum-dhcp-agent restart'
  fixes the problem.
   If you try the newer version of the qnsmasq, I'd be
 interested to
  hear the results.
  
   BR
   Johanna
  
  
  
   -Original Message-
   From: ext Thomas Kärgel [mailto:kaer...@b1-systems.de
 mailto:kaer...@b1-systems.de
  mailto:kaer...@b1-systems.de mailto:kaer...@b1-systems.de]
   Sent: Monday, May 20, 2013 11:37 AM
   To: Heinonen, Johanna (NSN - FI/Espoo)
   Cc: openstack@lists.launchpad.net
 mailto:openstack@lists.launchpad.net
  mailto:openstack@lists.launchpad.net
 mailto:openstack@lists.launchpad.net
   Subject: Re: [Openstack] DHCP problem in grizzly
  
   Hi,
  
   thx for the interesting info, Johanna: dnsmasq version is
 also 2.59 on
   my environment. Can you can confirm that manually sigHUPing all
  running
   dnsmasq processes has no effect?
   (dnsmasq claims to have reread the configs in syslog, but still
  refuses
   to deliver the new addresses.)
   Maybe updating dnsmasq to a more recent release would solve our
  problem.
   Current stable is 2.66. I'll give it a try when i get back
 to office
   tomorrow.
  
   Best regards
  
   Thomas
  
  
   Am 20.05.2013 10:21, schrieb Heinonen, Johanna (NSN - FI/Espoo):
   Hi Thomas,
  
   I am using Ubuntu12.04 and the dnsmasq version is 2.59
  
   BR
   Johanna
  
  
   -Original Message-
   From: Openstack [mailto:openstack-bounces+johanna.heinonen
 mailto:openstack-bounces%2Bjohanna.heinonen
  mailto:openstack-bounces%2Bjohanna.heinonen
 
 mailto:openstack-bounces%252Bjohanna.heinonen=nsn@lists.launchpad.net
 mailto:nsn@lists.launchpad.net
  mailto:nsn@lists.launchpad.net
 mailto:nsn@lists.launchpad.net] On Behalf Of ext Thomas Kärgel
   Sent: Monday, May 20, 2013 10:09 AM
   To: openstack@lists.launchpad.net
 mailto:openstack@lists.launchpad.net
  mailto:openstack@lists.launchpad.net
 

Re: [Openstack] [Quantum OVS] How to bi-direction communicate between VM instances and old LAN network(s)

2013-05-22 Thread Naveen Joy (najoy)
Hi Chu,

I was able to get my instances and  LAN servers communicate by following the 
below steps. The basic idea is that you should add the external network 
interface to br-ex,  then create an external network in quantum with 
--router:external=True and allocate floating IPs to your instances from this 
external network. Now your LAN servers can talk to your instances using these 
routable floating IPs that you have allocated from the external network.

Steps:

1.  Create an external bridge named br-ex and add the network card to that 
bridge. Also assign an IP on the external bridge so you can manage it. Assuming 
eth1 is your network card.

sudo ovs-vsctl add-br br-ex

sudo ovs-vsctl add-port br-ex eth1

sudo ip addr add ip/mask dev br-ex

sudo ip link set br-ex up



2.  Set eth1 as a promiscuous interface in Ubuntu with no IP address so 
your host OS does not mess with it.

Edit your /etc/network/interfaces and add the below lines:

iface eth1 inet manual

up ifconfig $IFACE 0.0.0.0 up

up ifconfig $IFACE promisc

down ifconfig $IFACE down

3.  Create a shared public network and subnet for your tenant routers to 
plug in.

Note that this network should be mapped to your existing LAN network and you 
should also set an existing gateway and assign IP allocation pools.

quantum net-create public --shared --router:external=True 
--provider:network_type local

quantum subnet-create --name public-subnet --gateway gateway-ip  
--allocation-pool start=start-ip,end=end-ip public 
external-LAN-subnet/mask



4.  Then set an external gateway IP for your tenant routers and create your 
user nets

quantum router-create router1

quantum router-gateway-set router1 public

quantum net-create usernet1

quantum subnet-create --name subnet1 usernet1 10.0.0.0/24

quantum router-interface-add router1 subnet1



5.  To enable bi-directional network communication your old LAN network 
server farm use floating IPs. Allocate a floating IP and map it to your 
instance port either using command line or via horizon.

quantum floatingip-create --port_id $SERVER_PORT_ID public

Hope this helps.

Naveen/


From: Openstack [mailto:openstack-bounces+najoy=cisco@lists.launchpad.net] 
On Behalf Of Chu Duc Minh
Sent: Wednesday, May 22, 2013 5:04 AM
To: openstack@lists.launchpad.net
Subject: [Openstack] [Quantum  OVS] How to bi-direction communicate between VM 
instances and old LAN network(s)

Hi, i deployed a Openstack Grizzly cluster with Quantum using network-model 
Per-tenant Routers with Private Networks. Everything is ok.
Now, i need to communicate (bi-direction) between VM network(s) and old LAN 
network(s) of old server farm. (192.168.2.0/24http://192.168.2.0/24, 
192.168.3.0/24http://192.168.3.0/24, v.v...)
I added a network card to Network-node and plug it to a LAN network 
(192.168.3.0/24http://192.168.3.0/24).
But still not yet figured out how i can achieve it (old server farm can connect 
to VM instance and vice-versa)
Could you help me, pls? Thanks a lot, folks!
PS: I attach my network topology in this mail for reference.
I think that, maybe I need to create a new br-ex for LAN, create 
port/interface in router of each tenant, then add a LAN IP (192.168.3.x) to 
router-interface.
Then add route to 192.168.0.0/16http://192.168.0.0/16 to 192.168.3.1
v.v

But how to implement it still not clear... :-(


___
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] Fwd: [openstack-dev] [Heat] Running latest Heat against older OpenStacks

2013-05-22 Thread Steve Baker
Reposting here since this is mostly user related.


 Original Message 
Subject:[openstack-dev] [Heat] Running latest Heat against older
OpenStacks
Date:   Wed, 22 May 2013 14:46:19 +1200
From:   Steve Baker sba...@redhat.com
Reply-To:   OpenStack Development Mailing List
openstack-...@lists.openstack.org
To: openstack-...@lists.openstack.org



At the Design Summit a number of people mentioned that they would like
to run the latest release of Heat against their own installation of an
older OpenStack release.

As a project we're not against this in principle, however we don't
currently have the resources to develop or test against anything other
than latest OpenStack (unless by coincidence of the provided dev
environment).

It would be very useful to us for people to describe their use cases for
running Heat against older OpenStack installations - feel free to
contribute them to this thread.

We're about to have the beginnings of some Tempest integration tests[1].
I'd like to suggest that these be used as a coordination point for
testing latest Heat against private installations. For those running
Heat against older OpenStack installations the following would be done:
- Run the heat tempest tests against your own Heat/OpenStack environment
- Participate in finding and fixing regressions that appear in your own
environment (bug reports good, failing tempest tests better, fixes best)

There are a couple of caveats worth mentioning:
- the transition from our own CloudWatch-lite alarming to ceilometer
might be messy - there might be a limit to how much we can mitigate the pain
- it seems reasonable for latest heat to depend on the latest released
client libs. Any regressions involving recent client libs running on
older APIs probably need to be taken to those client projects.

In the medium to long term we have some roadmap items which have
implications here, including:
- a local installation of Heat configured to point at a public OpenStack
cloud - auth and other quirks of each cloud need to be handled
- a single installation of Heat which can deploy to multiple clouds
(private and public)
- Heat DSL concepts [2] of Providers and Environments should allow Heat
to change any aspect of its behavior to support older installations.

[1] https://review.openstack.org/#/q/topic:bp/add-basic-heat-tests,n,z
[2] https://wiki.openstack.org/wiki/Heat/DSL

___
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] [Glance] Reuse the image id when recreate an image in Glance which had been deleted

2013-05-22 Thread Robert Collins
On 17 May 2013 02:38, Fei Long Wang flw...@cn.ibm.com wrote:
 Hi stackers,

 Now I'm running into an issue about reusing image id in Glance. Based on
 current design, the image id can be specified during create image by end
 user. But now there is a problem, which is tracked by defect


...


various services use the image UUID as a key for caches on disk.
Reusing that seems like a catastrophic event, not to mention a clear
security attack vector.

-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


[Openstack] Quantum Agents and Reporting State

2013-05-22 Thread Craig E. Ward
I'm configuring a single-node installation of the Grizzly release and I am 
having some strange issues with the Quantum agents.


The install using quantum-linuxbridge-agent, quantum-l3-agent, and 
quantum-dhcp-agent. Each on is logging the error:


   Failed reporting state!

The end of the stack trace indicates that the number arguments to some call was 
incorrect.


dhcp-agent:TypeError: lambda() takes exactly 2 arguments (3 given)
l3_agent:  TypeError: lambda() takes exactly 2 arguments (3 given)
linuxbridge-agent: TypeError: lambda() takes exactly 2 arguments (3 given)

The services are connecting to the RabbitMQ server. Does this indicate a 
mismatch in some driver that sites between the agents and the RabbitMQ server?


Has anyone else seen this type of error before?

The packages I'm using are openstack-quantum-2013.1-3.el6.noarch and 
openstack-quantum-linuxbridge-2013.1-3.el6.noarch.


Any suggestions will be appreciated.

Thanks,

Craig

--
Craig E. Ward
USC Information Sciences Institute
cw...@isi.edu


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


Re: [Openstack] Swift questions

2013-05-22 Thread Mark Brown
Thanks Chuck.

Just one more question about rebalancing. Have there been measurements on how 
much it affects performance when a rebalance is in progress? I would assume its 
an operation that puts some load on the system, while also keeping track of  
whether the original object changed while moving, among other things. Its 
probably not that frequent, but it would be great to understand how it works in 
the real world with large workloads.

I did have a general question about container sync. Is it something that is 
used a lot, and works well?

-- Mark



 From: Chuck Thier cth...@gmail.com
To: Mark Brown ntdeveloper2...@yahoo.com 
Cc: Openstack openstack@lists.launchpad.net 
Sent: Wednesday, May 22, 2013 7:26 AM
Subject: Re: [Openstack] Swift questions
 


Hey Mark,
On Wed, May 22, 2013 at 8:59 AM, Mark Brown ntdeveloper2...@yahoo.com wrote:

Thank you for the responses Chuck.


As part of a rebalance, the replicator, I would assume, copies the object from 
the old partition to the new partition, and then deletes it from the old 
partition. Is that a fair assumption?

That is correct, the replicators will replicate the data in the partition at 
the new location.  The server that has the old data will delete it once it is 
certain that data is available in all replicas.
 
Also, is there anything that explains in more detail how the handoff node is 
picked? What if the ring changes and the data still lives on the handoff node? 

I don't think there is currently any documentation that describes how handoff 
nodes are picked.  Handoff nodes can be used for a variety of reasons, 
including when servers are down, or not responding.  The server that has 
handoff partitions is always responsible for getting the data to the correct 
location.

There is some more detailed information on replication at: 

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

(if you haven't read it yet)

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


Re: [Openstack] Quantum Agents and Reporting State

2013-05-22 Thread gong yong sheng
It seems there is a gap between these two packages, can u upgrade the 
openstack quantum to latest git repo?

On 05/23/2013 08:08 AM, Craig E. Ward wrote:
I'm configuring a single-node installation of the Grizzly release and 
I am having some strange issues with the Quantum agents.


The install using quantum-linuxbridge-agent, quantum-l3-agent, and 
quantum-dhcp-agent. Each on is logging the error:


   Failed reporting state!

The end of the stack trace indicates that the number arguments to some 
call was incorrect.


dhcp-agent:TypeError: lambda() takes exactly 2 arguments (3 
given)
l3_agent:  TypeError: lambda() takes exactly 2 arguments (3 
given)
linuxbridge-agent: TypeError: lambda() takes exactly 2 arguments (3 
given)


The services are connecting to the RabbitMQ server. Does this indicate 
a mismatch in some driver that sites between the agents and the 
RabbitMQ server?


Has anyone else seen this type of error before?

The packages I'm using are openstack-quantum-2013.1-3.el6.noarch and 
openstack-quantum-linuxbridge-2013.1-3.el6.noarch.


Any suggestions will be appreciated.

Thanks,

Craig




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


Re: [Openstack] Swift questions

2013-05-22 Thread Chuck Thier
On Wed, May 22, 2013 at 7:54 PM, Mark Brown ntdeveloper2...@yahoo.comwrote:

 Thanks Chuck.

 Just one more question about rebalancing. Have there been measurements on
 how much it affects performance when a rebalance is in progress? I would
 assume its an operation that puts some load on the system, while also
 keeping track of  whether the original object changed while moving, among
 other things. Its probably not that frequent, but it would be great to
 understand how it works in the real world with large workloads.


There are no exact measurements on how it affects performance.  A lot of it
depends on how aggressively you are re-balancing, size of the cluster,
usage, etc.  A lot of replication will increase the amount of network
traffic going on and disk io.


 I did have a general question about container sync. Is it something that
 is used a lot, and works well?


I have heard of some using it successfully, but it does have some issues,
so I personally wouldn't recommend it beyond experimentation, and small
clusters.

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


Re: [Openstack] [Quantum OVS] How to bi-direction communicate between VM instances and old LAN network(s)

2013-05-22 Thread Chu Duc Minh
Hi, thank you for your help, but I can't follow your guides because I
already have an external network (123.x.y.0/24)

I tried some ways to add 2 floating IP(s) (belong to 2 network/subnet) to
an instance, but still not success...

Do you or others have another idea?

Thank you very much!




On Thu, May 23, 2013 at 12:40 AM, Naveen Joy (najoy) na...@cisco.comwrote:

  Hi Chu,

 ** **

 I was able to get my instances and  LAN servers communicate by following
 the below steps. The basic idea is that you should add the external network
 interface to br-ex,  then create an external network in quantum with
 --router:external=True and allocate floating IPs to your instances from
 this external network. Now your LAN servers can talk to your instances
 using these routable floating IPs that you have allocated from the external
 network.

 ** **

 Steps:

 **1.  **Create an external bridge named br-ex and add the network
 card to that bridge. Also assign an IP on the external bridge so you can
 manage it. Assuming eth1 is your network card.

 sudo ovs-vsctl add-br br-ex

 sudo ovs-vsctl add-port br-ex eth1

 sudo ip addr add ip/mask dev br-ex

 sudo ip link set br-ex up

 ** **

 **2.  **Set eth1 as a promiscuous interface in Ubuntu with no IP
 address so your host OS does not mess with it.

 Edit your /etc/network/interfaces and add the below lines:

 iface eth1 inet manual

 up ifconfig $IFACE 0.0.0.0 up

 up ifconfig $IFACE promisc

 down ifconfig $IFACE down

 

 **3.  **Create a shared public network and subnet for your tenant
 routers to plug in. 

 Note that this network should be mapped to your existing LAN network and
 you should also set an existing gateway and assign IP allocation pools.***
 *

 quantum net-create public --shared --router:external=True
 --provider:network_type local

 quantum subnet-create --name public-subnet --gateway gateway-ip
  --allocation-pool start=start-ip,end=end-ip public
 external-LAN-subnet/mask

 ** **

 **4.  **Then set an external gateway IP for your tenant routers and
 create your user nets

 quantum router-create router1

 quantum router-gateway-set router1 public

 quantum net-create usernet1

 quantum subnet-create --name subnet1 usernet1 10.0.0.0/24

 quantum router-interface-add router1 subnet1

 ** **

 **5.  **To enable bi-directional network communication your old LAN
 network server farm use floating IPs. Allocate a floating IP and map it to
 your instance port either using command line or via horizon.

 quantum floatingip-create --port_id $SERVER_PORT_ID public

 ** **

 Hope this helps.

 ** **

 Naveen/

 ** **

 ** **

 *From:* Openstack [mailto:openstack-bounces+najoy=
 cisco@lists.launchpad.net] *On Behalf Of *Chu Duc Minh
 *Sent:* Wednesday, May 22, 2013 5:04 AM
 *To:* openstack@lists.launchpad.net
 *Subject:* [Openstack] [Quantum  OVS] How to bi-direction communicate
 between VM instances and old LAN network(s)

 ** **

 Hi, i deployed a Openstack Grizzly cluster with Quantum using
 network-model *Per-tenant Routers with Private Networks*. Everything is
 ok. 

 Now, i need to communicate (bi-direction) between VM network(s) and old
 LAN network(s) of old server farm. (192.168.2.0/24, 192.168.3.0/24,
 v.v...)

 I added a network card to Network-node and plug it to a LAN network (
 192.168.3.0/24).
 But still not yet figured out how i can achieve it (old server farm can
 connect to VM instance and vice-versa) 

 Could you help me, pls? Thanks a lot, folks!

 *PS:* I attach my network topology in this mail for reference. 

 I think that, maybe I need to create a new br-ex for LAN, create
 port/interface in router of each tenant, then add a LAN IP (192.168.3.x) to
 router-interface.
 Then add route to 192.168.0.0/16 to 192.168.3.1
 v.v

 But how to implement it still not clear... :-(

 ** **

 ** **

___
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 OVS] How to bi-direction communicate between VM instances and old LAN network(s)

2013-05-22 Thread Ashok Kumaran
Hi Chu,

You might want to check this link.

http://docs.openstack.org/trunk/openstack-network/admin/content/adv_cfg_l3_agent_multi_extnet.html

you can create multiple floating ip pools in association with different ext
nets


-Ashok


On Thu, May 23, 2013 at 10:38 AM, Chu Duc Minh chu.ducm...@gmail.comwrote:

 Hi, thank you for your help, but I can't follow your guides because I
 already have an external network (123.x.y.0/24)

 I tried some ways to add 2 floating IP(s) (belong to 2 network/subnet) to
 an instance, but still not success...

 Do you or others have another idea?

 Thank you very much!




 On Thu, May 23, 2013 at 12:40 AM, Naveen Joy (najoy) na...@cisco.comwrote:

  Hi Chu,

 ** **

 I was able to get my instances and  LAN servers communicate by following
 the below steps. The basic idea is that you should add the external network
 interface to br-ex,  then create an external network in quantum with
 --router:external=True and allocate floating IPs to your instances from
 this external network. Now your LAN servers can talk to your instances
 using these routable floating IPs that you have allocated from the external
 network.

 ** **

 Steps:

 **1.  **Create an external bridge named br-ex and add the network
 card to that bridge. Also assign an IP on the external bridge so you can
 manage it. Assuming eth1 is your network card.

 sudo ovs-vsctl add-br br-ex

 sudo ovs-vsctl add-port br-ex eth1

 sudo ip addr add ip/mask dev br-ex

 sudo ip link set br-ex up

 ** **

 **2.  **Set eth1 as a promiscuous interface in Ubuntu with no IP
 address so your host OS does not mess with it.

 Edit your /etc/network/interfaces and add the below lines:

 iface eth1 inet manual

 up ifconfig $IFACE 0.0.0.0 up

 up ifconfig $IFACE promisc

 down ifconfig $IFACE down

 

 **3.  **Create a shared public network and subnet for your tenant
 routers to plug in. 

 Note that this network should be mapped to your existing LAN network and
 you should also set an existing gateway and assign IP allocation pools.**
 **

 quantum net-create public --shared --router:external=True
 --provider:network_type local

 quantum subnet-create --name public-subnet --gateway gateway-ip
  --allocation-pool start=start-ip,end=end-ip public
 external-LAN-subnet/mask

 ** **

 **4.  **Then set an external gateway IP for your tenant routers and
 create your user nets

 quantum router-create router1

 quantum router-gateway-set router1 public

 quantum net-create usernet1

 quantum subnet-create --name subnet1 usernet1 10.0.0.0/24

 quantum router-interface-add router1 subnet1

 ** **

 **5.  **To enable bi-directional network communication your old LAN
 network server farm use floating IPs. Allocate a floating IP and map it to
 your instance port either using command line or via horizon.

 quantum floatingip-create --port_id $SERVER_PORT_ID public

 ** **

 Hope this helps.

 ** **

 Naveen/

 ** **

 ** **

 *From:* Openstack [mailto:openstack-bounces+najoy=
 cisco@lists.launchpad.net] *On Behalf Of *Chu Duc Minh
 *Sent:* Wednesday, May 22, 2013 5:04 AM
 *To:* openstack@lists.launchpad.net
 *Subject:* [Openstack] [Quantum  OVS] How to bi-direction communicate
 between VM instances and old LAN network(s)

 ** **

 Hi, i deployed a Openstack Grizzly cluster with Quantum using
 network-model *Per-tenant Routers with Private Networks*. Everything
 is ok. 

 Now, i need to communicate (bi-direction) between VM network(s) and old
 LAN network(s) of old server farm. (192.168.2.0/24, 192.168.3.0/24,
 v.v...)

 I added a network card to Network-node and plug it to a LAN network (
 192.168.3.0/24).
 But still not yet figured out how i can achieve it (old server farm can
 connect to VM instance and vice-versa) 

 Could you help me, pls? Thanks a lot, folks!

 *PS:* I attach my network topology in this mail for reference. 

 I think that, maybe I need to create a new br-ex for LAN, create
 port/interface in router of each tenant, then add a LAN IP (192.168.3.x) to
 router-interface.
 Then add route to 192.168.0.0/16 to 192.168.3.1
 v.v

 But how to implement it still not clear... :-(

 ** **

 ** **



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




-- 
Regds,

Ashok ,
Delivery Consultant,
HP.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #139

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #78

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #47

2013-05-22 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/47/Project:saucy_havana_cinder_trunkDate of build:Wed, 22 May 2013 03:00:23 -0400Build duration:5 min 25 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSupport mount options for NFS/GlusterFS volumesby eharneyeditcinder/volume/drivers/glusterfs.pyeditcinder/volume/drivers/nfs.pyeditcinder/tests/test_glusterfs.pyeditcinder/tests/test_nfs.pyConsole Output[...truncated 5151 lines...]dch -a [88c8b42] Storwize/SVC: fix attach bug for live migration.dch -a [c355d68] Deprecating old dot path locations for Folsom configsdch -a [f9fd91e] solidfire: Add ability to override account prefixdch -a [20c2be3] Fixes an get_volume_stats reporting issuedch -a [93e8b63] Increased unit test code coveragedch -a [0fbe00f] Create an LVM utility to use for local storage.dch -a [68f28d2] Add CINDER_LOCALEDIR env variabledch -a [7cfb038] Remove gettext.install() from cinder/__init__.pydch -a [c23f620] Use flake8 and hacking.dch -a [381049b] Use pbr instead of openstack.common.setup.dch -a [59fc6cb] Change the type of "free_capacity_gb" to be floatdch -a [6d2d88c] Set default values for NFS/GlusterFS share_config filesdch -a [4580ee9] Add missing spaces to iscsi_iotype helpdch -a [bff14b9] Adds notifiers to both volumeTypes and volumeTypeExtraSpecsdch -a [caeb4a2] Fix missing spaces in Huawei Loggingdch -a [d75fafa] Add pylint-based lintstack test to tox environmentdch -a [7dad062] Remove outdated cinder test docdch -a [7ad6ac4] Implement copy_image_to_volume and copy_volume_to_image on nfs backendsdch -a [7996aaa] Update import of oslo's processutils.dch -a [54a2ee4] Fix ability to add custom volume_backend_namedch -a [cb3fb51] Add db client packages to dev env setup doc.dch -a [db991e6] Remove old_name from kwargs when using IET helper.dch -a [d52a0f2] Copy the RHEL6 eventlet workaround from Oslodch -a [7546682] Remove setuptools-git as run time dependencydch -a [006d673] Fix LHN driver to allow backend name configurationdch -a [0ee20a0] Fixes 3par driver methods that were double lockingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201305220300~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201305220300~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201305220300~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201305220300~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_horizon_trunk #43

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/43/Project:precise_havana_horizon_trunkDate of build:Wed, 22 May 2013 03:30:22 -0400Build duration:3 min 19 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesparse_isotime filter to parse a date string.by sbakeredithorizon/utils/filters.pyeditrun_tests.shedittools/pip-requiresConsole Output[...truncated 1031 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-bd0420f4-4b7b-48ab-91ba-dca9be3268bd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-bd0420f4-4b7b-48ab-91ba-dca9be3268bd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpM_Lzkg/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpM_Lzkg/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-bd0420f4-4b7b-48ab-91ba-dca9be3268bd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-bd0420f4-4b7b-48ab-91ba-dca9be3268bd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_horizon_trunk #24

2013-05-22 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/24/Project:saucy_havana_horizon_trunkDate of build:Wed, 22 May 2013 03:30:23 -0400Build duration:3 min 20 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesparse_isotime filter to parse a date string.by sbakereditrun_tests.shedittools/pip-requiresedithorizon/utils/filters.pyConsole Output[...truncated 1476 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 616, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f3435e2b-6904-4b27-9a07-6330a8536727', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f3435e2b-6904-4b27-9a07-6330a8536727', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmppVJWi2/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmppVJWi2/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f3435e2b-6904-4b27-9a07-6330a8536727', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f3435e2b-6904-4b27-9a07-6330a8536727', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_horizon_trunk #25

2013-05-22 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/25/Project:saucy_havana_horizon_trunkDate of build:Wed, 22 May 2013 04:00:22 -0400Build duration:4 min 3 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMake discovery of version for KS catalog smarter.by lin-hua.chengeditopenstack_dashboard/api/base.pyAlways return a list from VolumeTableMixIn._get*by aababiloveditopenstack_dashboard/dashboards/project/volumes/views.pyConsole Output[...truncated 1476 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 616, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7de34052-60f7-4eed-97ca-921ad7bc1e7c', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7de34052-60f7-4eed-97ca-921ad7bc1e7c', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpRpy1DN/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpRpy1DN/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7de34052-60f7-4eed-97ca-921ad7bc1e7c', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-7de34052-60f7-4eed-97ca-921ad7bc1e7c', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/44/Project:precise_havana_horizon_trunkDate of build:Wed, 22 May 2013 04:00:21 -0400Build duration:4 min 6 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMake discovery of version for KS catalog smarter.by lin-hua.chengeditopenstack_dashboard/api/base.pyAlways return a list from VolumeTableMixIn._get*by aababiloveditopenstack_dashboard/dashboards/project/volumes/views.pyConsole Output[...truncated 1031 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-1c7a6126-8b77-4d87-8d6c-16d210624be0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-1c7a6126-8b77-4d87-8d6c-16d210624be0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmp1f0rHM/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmp1f0rHM/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-1c7a6126-8b77-4d87-8d6c-16d210624be0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-1c7a6126-8b77-4d87-8d6c-16d210624be0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_horizon_trunk #26

2013-05-22 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/26/Project:saucy_havana_horizon_trunkDate of build:Wed, 22 May 2013 05:01:28 -0400Build duration:3 min 52 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesShows a warning message when deleting a container that contains data.by brooklyn.cheneditopenstack_dashboard/dashboards/project/containers/tests.pyeditopenstack_dashboard/api/swift.pyRefactored the templates codeby tmazurdeleteopenstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/addmember.htmleditopenstack_dashboard/dashboards/admin/projects/tests.pyeditopenstack_dashboard/dashboards/project/instances/views.pyaddhorizon/templates/horizon/common/_workflow_base.htmldeleteopenstack_dashboard/dashboards/project/instances/templates/instances/update.htmldeleteopenstack_dashboard/dashboards/admin/projects/templates/projects/update.htmledithorizon/workflows/views.pyeditopenstack_dashboard/dashboards/project/access_and_security/floating_ips/tests.pyeditopenstack_dashboard/dashboards/project/instances/tests.pydeleteopenstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/addmonitor.htmldeleteopenstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips/associate.htmleditopenstack_dashboard/dashboards/admin/projects/views.pyeditopenstack_dashboard/dashboards/project/access_and_security/floating_ips/views.pyeditopenstack_dashboard/dashboards/project/networks/tests.pyeditopenstack_dashboard/dashboards/project/networks/subnets/views.pydeleteopenstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/addpool.htmldeleteopenstack_dashboard/dashboards/admin/networks/templates/networks/subnets/create.htmleditopenstack_dashboard/dashboards/project/loadbalancers/tests.pyeditopenstack_dashboard/dashboards/project/networks/views.pydeleteopenstack_dashboard/dashboards/project/networks/templates/networks/subnets/update.htmleditopenstack_dashboard/dashboards/admin/networks/subnets/views.pydeleteopenstack_dashboard/dashboards/admin/networks/templates/networks/subnets/update.htmldeleteopenstack_dashboard/dashboards/project/networks/templates/networks/subnets/create.htmleditopenstack_dashboard/dashboards/project/loadbalancers/views.pydeleteopenstack_dashboard/dashboards/admin/projects/templates/projects/create.htmldeleteopenstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/addvip.htmleditopenstack_dashboard/dashboards/project/access_and_security/tests.pydeleteopenstack_dashboard/dashboards/project/networks/templates/networks/create.htmleditopenstack_dashboard/dashboards/admin/networks/tests.pydeleteopenstack_dashboard/dashboards/project/instances/templates/instances/launch.htmlConsole Output[...truncated 1476 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 616, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-263d32b8-8381-4563-8dee-61a3b9f68ff0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-263d32b8-8381-4563-8dee-61a3b9f68ff0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch 

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_horizon_trunk #45

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/45/Project:precise_havana_horizon_trunkDate of build:Wed, 22 May 2013 05:04:01 -0400Build duration:4 min 9 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesShows a warning message when deleting a container that contains data.by brooklyn.cheneditopenstack_dashboard/api/swift.pyeditopenstack_dashboard/dashboards/project/containers/tests.pyRefactored the templates codeby tmazureditopenstack_dashboard/dashboards/project/networks/views.pyeditopenstack_dashboard/dashboards/project/networks/tests.pyeditopenstack_dashboard/dashboards/project/instances/views.pydeleteopenstack_dashboard/dashboards/project/networks/templates/networks/create.htmledithorizon/workflows/views.pydeleteopenstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/addmonitor.htmleditopenstack_dashboard/dashboards/admin/networks/subnets/views.pyeditopenstack_dashboard/dashboards/project/access_and_security/tests.pydeleteopenstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/addvip.htmleditopenstack_dashboard/dashboards/project/instances/tests.pydeleteopenstack_dashboard/dashboards/project/instances/templates/instances/launch.htmldeleteopenstack_dashboard/dashboards/project/networks/templates/networks/subnets/create.htmladdhorizon/templates/horizon/common/_workflow_base.htmldeleteopenstack_dashboard/dashboards/project/access_and_security/templates/access_and_security/floating_ips/associate.htmleditopenstack_dashboard/dashboards/admin/networks/tests.pydeleteopenstack_dashboard/dashboards/admin/projects/templates/projects/update.htmldeleteopenstack_dashboard/dashboards/project/networks/templates/networks/subnets/update.htmleditopenstack_dashboard/dashboards/project/access_and_security/floating_ips/tests.pyeditopenstack_dashboard/dashboards/admin/projects/views.pydeleteopenstack_dashboard/dashboards/admin/networks/templates/networks/subnets/update.htmldeleteopenstack_dashboard/dashboards/project/instances/templates/instances/update.htmldeleteopenstack_dashboard/dashboards/admin/networks/templates/networks/subnets/create.htmleditopenstack_dashboard/dashboards/project/access_and_security/floating_ips/views.pyeditopenstack_dashboard/dashboards/project/loadbalancers/views.pyeditopenstack_dashboard/dashboards/admin/projects/tests.pydeleteopenstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/addmember.htmldeleteopenstack_dashboard/dashboards/admin/projects/templates/projects/create.htmldeleteopenstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/addpool.htmleditopenstack_dashboard/dashboards/project/loadbalancers/tests.pyeditopenstack_dashboard/dashboards/project/networks/subnets/views.pyConsole Output[...truncated 1031 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-35faacfe-3fe1-4ab8-a0ab-b57a8a0c9e8b', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-35faacfe-3fe1-4ab8-a0ab-b57a8a0c9e8b', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch 

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #196

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/196/Project:precise_havana_nova_trunkDate of build:Wed, 22 May 2013 05:05:21 -0400Build duration:3 min 49 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdds live migration support to cells APIby sorrisoneditnova/tests/compute/test_compute_cells.pyeditnova/compute/cells_api.pyConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-48f6e0e1-b8ff-4bee-a3b2-0e241cc1dcc0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-48f6e0e1-b8ff-4bee-a3b2-0e241cc1dcc0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpYqTgX9/novamk-build-deps -i -r -t apt-get -y /tmp/tmpYqTgX9/nova/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-48f6e0e1-b8ff-4bee-a3b2-0e241cc1dcc0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-48f6e0e1-b8ff-4bee-a3b2-0e241cc1dcc0', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_horizon_trunk #46

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/46/Project:precise_havana_horizon_trunkDate of build:Wed, 22 May 2013 05:30:29 -0400Build duration:3 min 29 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAccess to heat API via python-heatclientby sbakeraddopenstack_dashboard/api/heat.pyeditopenstack_dashboard/api/__init__.pyedittools/pip-requireseditrun_tests.shPreparing for Heat testsby sbakeraddopenstack_dashboard/test/api_tests/heat_tests.pyeditopenstack_dashboard/test/helpers.pyeditopenstack_dashboard/test/test_data/utils.pyaddopenstack_dashboard/test/test_data/heat_data.pyConsole Output[...truncated 1031 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-23d90ef3-9801-484e-befd-e1b37686fa89', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-23d90ef3-9801-484e-befd-e1b37686fa89', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpjRLRu3/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpjRLRu3/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-23d90ef3-9801-484e-befd-e1b37686fa89', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-23d90ef3-9801-484e-befd-e1b37686fa89', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_horizon_trunk #27

2013-05-22 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/27/Project:saucy_havana_horizon_trunkDate of build:Wed, 22 May 2013 05:30:30 -0400Build duration:3 min 30 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAccess to heat API via python-heatclientby sbakereditopenstack_dashboard/api/__init__.pyeditrun_tests.shaddopenstack_dashboard/api/heat.pyedittools/pip-requiresPreparing for Heat testsby sbakereditopenstack_dashboard/test/test_data/utils.pyeditopenstack_dashboard/test/helpers.pyaddopenstack_dashboard/test/test_data/heat_data.pyaddopenstack_dashboard/test/api_tests/heat_tests.pyConsole Output[...truncated 1476 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 616, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4870b39d-0612-4856-b5e0-15addfe654ab', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4870b39d-0612-4856-b5e0-15addfe654ab', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpMqL3VM/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpMqL3VM/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4870b39d-0612-4856-b5e0-15addfe654ab', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-4870b39d-0612-4856-b5e0-15addfe654ab', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_glance_trunk #50

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/50/Project:precise_havana_glance_trunkDate of build:Wed, 22 May 2013 07:30:22 -0400Build duration:8 min 5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove glance-control from the test suiteby jbresnaheditglance/tests/functional/test_glance_manage.pyeditglance/tests/functional/v1/test_api.pydeleteglance/tests/functional/test_bin_glance_control.pyeditglance/tests/functional/v1/test_multiprocessing.pyeditglance/tests/functional/__init__.pyeditglance/tests/utils.pyConsole Output[...truncated 7328 lines...]dch -a [0a4f4af] Compress response's content according to client's accepted encodingdch -a [a9f9f13] Call os.kill for each child instead of the process groupdch -a [3182d87] Improve unit tests for glance.common.auth moduledch -a [039f3d8] Convert scripts to entry pointsdch -a [ff75ad4] Fix functional test 'test_copy_from_swift'dch -a [d700f24] Remove unused configure_db functiondch -a [2d492e0] Don't raise HTTPForbidden on a multitenant environmentdch -a [acc2900] Expand HACKING with commit message guidelinesdch -a [39477af] Redirects requests from /v# to /v#/dch -a [d415611] Functional tests use a clean cached db that is only created once.dch -a [d3c5a6c] Fixes for mis-use of various exceptionsdch -a [545cb15] scrubber: dont print URI of image to be deleteddch -a [6335fdb] Eliminate the race when selecting a port for tests.dch -a [7d341de] Raise 404 while deleting a deleted imagedch -a [459e3e6] Sync with oslo-incubator copy of setup.py and version.pydch -a [1e98e10] Gracefully handle qpid errorsdch -a [6780571] Fix Qpid test casesdch -a [cd00848] Fix the deletion of a pending_delete image.dch -a [1e49329] Fix functional test 'test_scrubber_with_metadata_enc'dch -a [1c5a4d2] Call monkey_patch before other modules are loadeddch -a [6eaf42a] Improve unit tests for glance.api.middleware.cache moduledch -a [ae0f904] Add GridFS storedch -a [28b1129] Verify SSL certificates at boot timedch -a [b1ac90f] Add a policy handler to control copy-from functionalitydch -a [62068a3] Remove internal store references from migration 015dch -a [7155134] Add unit tests for glance.api.cached_images moduledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.2+git201305220730~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A glance_2013.2+git201305220730~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'glance_2013.2+git201305220730~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 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'glance_2013.2+git201305220730~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: saucy_havana_glance_trunk #21

2013-05-22 Thread openstack-testing-bot
Title: saucy_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_glance_trunk/21/Project:saucy_havana_glance_trunkDate of build:Wed, 22 May 2013 07:30:23 -0400Build duration:8 min 9 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove glance-control from the test suiteby jbresnaheditglance/tests/utils.pyeditglance/tests/functional/test_glance_manage.pyeditglance/tests/functional/v1/test_api.pyeditglance/tests/functional/__init__.pyeditglance/tests/functional/v1/test_multiprocessing.pydeleteglance/tests/functional/test_bin_glance_control.pyConsole Output[...truncated 7920 lines...]Job: glance_2013.2+git201305220730~saucy-0ubuntu1.dscMachine Architecture: amd64Package: glancePackage-Time: 370Source-Version: 1:2013.2+git201305220730~saucy-0ubuntu1Space: 26260Status: attemptedVersion: 1:2013.2+git201305220730~saucy-0ubuntu1Finished at 20130522-0738Build needed 00:06:10, 26260k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305220730~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305220730~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/havana /tmp/tmpoK4QFc/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpoK4QFc/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305220730~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [866cb84] Remove glance-control from the test suitedch -a [ba701d6] tests: remove unused methods from test_s3 and test_swiftdch -a [34135e8] Implement Registry's Client V2dch -a [abbc535] Redirects requests from /v# to /v#/ with correct Location headerdch -a [bba2f5c] Add documentation for query parametersdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.2+git201305220730~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A glance_2013.2+git201305220730~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305220730~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305220730~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #197

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/197/Project:precise_havana_nova_trunkDate of build:Wed, 22 May 2013 08:00:24 -0400Build duration:3 min 13 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesDont update API cell on get_nwinfoby cbehrenseditnova/db/api.pyeditnova/cells/messaging.pyeditnova/network/api.pyeditnova/tests/cells/test_cells_messaging.pyConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ebfbf9ec-167f-441e-b6ea-d1153e95f7c8', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ebfbf9ec-167f-441e-b6ea-d1153e95f7c8', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpBA9gHv/novamk-build-deps -i -r -t apt-get -y /tmp/tmpBA9gHv/nova/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ebfbf9ec-167f-441e-b6ea-d1153e95f7c8', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ebfbf9ec-167f-441e-b6ea-d1153e95f7c8', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_python-swiftclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-swiftclient_trunk/11/Project:precise_havana_python-swiftclient_trunkDate of build:Wed, 22 May 2013 09:00:21 -0400Build duration:2 min 1 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUpdate the man pageby zaitceveditdoc/manpages/swift.1Console Output[...truncated 694 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-0e835982-40e6-436c-94b6-de362f796c0b', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-0e835982-40e6-436c-94b6-de362f796c0b', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-swiftclient/havana /tmp/tmpsAjrpz/python-swiftclientmk-build-deps -i -r -t apt-get -y /tmp/tmpsAjrpz/python-swiftclient/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-0e835982-40e6-436c-94b6-de362f796c0b', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-0e835982-40e6-436c-94b6-de362f796c0b', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #198

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/198/Project:precise_havana_nova_trunkDate of build:Wed, 22 May 2013 09:30:23 -0400Build duration:3 min 46 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesset ERROR state when scheduler hits max attemptsby ryan.mooreeditnova/scheduler/filter_scheduler.pyeditnova/tests/scheduler/test_filter_scheduler.pyConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a211b4fb-eacd-462e-9655-59d2e59f0ad7', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a211b4fb-eacd-462e-9655-59d2e59f0ad7', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpzd6BCK/novamk-build-deps -i -r -t apt-get -y /tmp/tmpzd6BCK/nova/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a211b4fb-eacd-462e-9655-59d2e59f0ad7', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a211b4fb-eacd-462e-9655-59d2e59f0ad7', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_horizon_trunk #28

2013-05-22 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/28/Project:saucy_havana_horizon_trunkDate of build:Wed, 22 May 2013 09:44:23 -0400Build duration:3 min 19 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 7259 lines...]dch -a [c949b6f] Access to heat API via python-heatclientdch -a [6b6f97f] parse_isotime filter to parse a date string.dch -a [e89f949] Display table actions BatchActions buttons in the correct localedch -a [7aad8df] Fix run_tests documentation on skip-selenium flagdch -a [decee66] Always return a list from VolumeTableMixIn._get*dch -a [78923fb] Refactored the templates codedch -a [244fb4a] register replace_underscores filter for templatesdch -a [ba59f8b] Allow workflows to support multipart POST.dch -a [eae19c1] Shows a warning message when deleting a container that contains data.dch -a [08e6ed7] Use ugettext_lazy instead of ugettext.dch -a [acfb83d] Mark additional strings as translatabledch -a [3fd58f9] Make discovery of version for KS catalog smarter.dch -a [3b373cf] Allow "Create Snapshot" for SHUTOFF statedch -a [a750586] Correct a wonky translation from commit b7e3624dch -a [3247e19] Add ability to create a volume from an imagedch -a [5ef26ff] Ensure an error message in LBaaS is displayed once.dch -a [6322758] Changes generic error message in horizon.modals.jsdch -a [32f9e5b] Enable parsing of Identity Service V3 catalog.dch -a [c52edd3] Add unit tests for customization moduledch -a [ccb11b7] Adds d3.js library and reworked quota infographicsdch -a [aedc25c] Fixing Floating IP capitalization bugdch -a [9172a7b] Make pagination tunable through the settings paneldch -a [58b0e62] Ensure to use keyword parameters in format string in create_instance.pydch -a [84553ab] Fix cosmetic bug when displaying unnamed volumesdch -a [b7e3624] Updated translations from Transifexdch -a [112b1e1] Fix translation error for missing default roledch -a [0512a12] Don't duplicate networks list on keypair importdch -a [68a55e3] Enable using multiple API versions for Identity Service.dch -a [7643f52] Move to flake8.dch -a [ec8cd2b] Shortens displayed action names in Floating IPs tabledch -a [5d32caf] Update Horizon for Django 1.5 compatibilitydch -a [d675c9b] Adding extensibility to table actions template.dch -a [91e4715] Migrate to PBR for build tooling.dch -a [28015f9] Quotas names fixed Cores->VCPUs, Floating Ips->Floating IPsdch -a [a209ed4] Remove the term 'syspanel' from docsdch -a [de7c077] Add help text for some fields of Load Balancer formsdch -a [81b78dd] Remove deprecated featuresdch -a [d35f863] Add a logout when admin user update his own password.dch -a [ebf4901] set the admin_pass when creating the serverdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC horizon_2013.2+git201305220944~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A horizon_2013.2+git201305220944~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana horizon_2013.2+git201305220944~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana horizon_2013.2+git201305220944~saucy-0ubuntu1_amd64.changesEmail 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_havana_python-novaclient_trunk #33

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #68

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #140

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #199

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/199/Project:precise_havana_nova_trunkDate of build:Wed, 22 May 2013 11:00:24 -0400Build duration:4 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesCatch InstanceNotFound in instance_actions GETby cyeoheditnova/tests/api/openstack/compute/contrib/test_instance_actions.pyeditnova/api/openstack/compute/contrib/instance_actions.pyConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-d62abe19-9006-409d-a749-61c250b50e12', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-d62abe19-9006-409d-a749-61c250b50e12', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpZok8yI/novamk-build-deps -i -r -t apt-get -y /tmp/tmpZok8yI/nova/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-d62abe19-9006-409d-a749-61c250b50e12', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-d62abe19-9006-409d-a749-61c250b50e12', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_python-novaclient_trunk #11

2013-05-22 Thread openstack-testing-bot
Title: saucy_havana_python-novaclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-novaclient_trunk/11/Project:saucy_havana_python-novaclient_trunkDate of build:Wed, 22 May 2013 11:18:23 -0400Build duration:2 min 46 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 2457 lines...]Build needed 00:00:49, 3936k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'python-novaclient_2.13.0.46.gbc0ad1c+git201305221118~saucy-0ubuntu1_source.changes']gpg: Signature made Wed May 22 11:20:16 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Wed May 22 11:20:16 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpqdzEFV/python-novaclient_2.13.0.46.gbc0ad1c+git201305221118~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpqdzEFV/python-novaclient_2.13.0.46.gbc0ad1c+git201305221118~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-novaclient_2.13.0.46.gbc0ad1c+git201305221118~saucy-0ubuntu1.dsc: done.  Uploading python-novaclient_2.13.0.46.gbc0ad1c+git201305221118~saucy.orig.tar.gz: done.  Uploading python-novaclient_2.13.0.46.gbc0ad1c+git201305221118~saucy-0ubuntu1.debian.tar.gz: done.  Uploading python-novaclient_2.13.0.46.gbc0ad1c+git201305221118~saucy-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', 'saucy-havana', 'python-novaclient_2.13.0.46.gbc0ad1c+git201305221118~saucy-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/p/python-novaclient/python-novaclient_2.13.0.38.g64e43fd+git201305150730~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: bc0ad1cb9dcee8c5c3c11a9dd894ad7c8763f147INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/havana /tmp/tmpqdzEFV/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmpqdzEFV/python-novaclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 3c97f768e5e175c1f2217be9d976fee8cbdca58b..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2.13.0.46.gbc0ad1c+git201305221118~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [bc0ad1c] Reuse oslo for is_uuid_like() implementationdch -a [20a3595] Synchronize code from oslodch -a [f08ac04] Migrate to pbr.dch -a [b1802a5] Cleanup nova subcommands for security groups and rulesdch -a [c9fc9b5] Make ManagerWithFind abstract and fix its descendantsdch -a [e745b46] Fix for --bridge-interface being ignore by nova network-createdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-novaclient_2.13.0.46.gbc0ad1c+git201305221118~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A python-novaclient_2.13.0.46.gbc0ad1c+git201305221118~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana python-novaclient_2.13.0.46.gbc0ad1c+git201305221118~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana python-novaclient_2.13.0.46.gbc0ad1c+git201305221118~saucy-0ubuntu1_amd64.changesEmail 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_havana_ceilometer_trunk #69

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #200

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/200/Project:precise_havana_nova_trunkDate of build:Wed, 22 May 2013 13:30:24 -0400Build duration:3 min 28 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changespowervm: Move tests under tests/virt/powervmby rconradharrisaddnova/tests/virt/powervm/__init__.pydeletenova/tests/test_powervm.pyaddnova/tests/virt/powervm/test_powervm.pyConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-62d0ca8b-e589-4351-bc9a-a582b6b98475', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-62d0ca8b-e589-4351-bc9a-a582b6b98475', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmptPWRPG/novamk-build-deps -i -r -t apt-get -y /tmp/tmptPWRPG/nova/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-62d0ca8b-e589-4351-bc9a-a582b6b98475', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-62d0ca8b-e589-4351-bc9a-a582b6b98475', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_cinder_trunk #79

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-keystoneclient_trunk #16

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #56

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_keystone_trunk #22

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_horizon_trunk #47

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/47/Project:precise_havana_horizon_trunkDate of build:Wed, 22 May 2013 17:00:22 -0400Build duration:2 min 9 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd a logging handler for the cinderclient to the local_settings.py.exampleby niceditopenstack_dashboard/local/local_settings.py.exampleImprovements in csv export for usage databy t.trifonoveditopenstack_dashboard/dashboards/admin/overview/templates/overview/usage.csveditopenstack_dashboard/dashboards/admin/overview/tests.pyeditopenstack_dashboard/dashboards/admin/projects/views.pyeditopenstack_dashboard/dashboards/project/overview/views.pyeditopenstack_dashboard/dashboards/admin/overview/views.pyeditopenstack_dashboard/test/api_tests/nova_tests.pyeditopenstack_dashboard/usage/tables.pyeditopenstack_dashboard/dashboards/project/overview/tests.pyeditopenstack_dashboard/test/test_data/keystone_data.pyeditopenstack_dashboard/usage/views.pyeditopenstack_dashboard/usage/__init__.pyeditopenstack_dashboard/dashboards/project/overview/templates/overview/usage.csveditopenstack_dashboard/dashboards/project/volumes/tests.pyeditopenstack_dashboard/test/tests/quotas.pyeditopenstack_dashboard/usage/base.pyeditopenstack_dashboard/dashboards/admin/projects/urls.pyeditopenstack_dashboard/dashboards/admin/instances/tests.pyeditopenstack_dashboard/test/test_data/nova_data.pyAdd Edit Pool buttonby tmazuraddopenstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/updatepool.htmleditopenstack_dashboard/dashboards/project/loadbalancers/urls.pyaddopenstack_dashboard/dashboards/project/loadbalancers/forms.pyaddopenstack_dashboard/dashboards/project/loadbalancers/templates/loadbalancers/_updatepool.htmleditopenstack_dashboard/dashboards/project/loadbalancers/views.pyeditopenstack_dashboard/dashboards/project/loadbalancers/workflows.pyeditopenstack_dashboard/dashboards/project/loadbalancers/tests.pyeditopenstack_dashboard/dashboards/project/loadbalancers/tables.pyConsole Output[...truncated 676 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-56b4854f-4443-42fc-988a-95252f5dc82a', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-56b4854f-4443-42fc-988a-95252f5dc82a', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpiD1sdL/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpiD1sdL/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-56b4854f-4443-42fc-988a-95252f5dc82a', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), 

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #202

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/202/Project:precise_havana_nova_trunkDate of build:Wed, 22 May 2013 18:01:23 -0400Build duration:3 min 47 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesMake nova-api use servicegroup.API.service_is_up().by a-yoshiyamaeditnova/tests/api/openstack/compute/contrib/test_services.pyeditnova/api/openstack/compute/contrib/services.pyConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fa692c6c-1e2f-41f3-8754-63f390e391cb', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fa692c6c-1e2f-41f3-8754-63f390e391cb', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpGq0WI_/novamk-build-deps -i -r -t apt-get -y /tmp/tmpGq0WI_/nova/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fa692c6c-1e2f-41f3-8754-63f390e391cb', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-fa692c6c-1e2f-41f3-8754-63f390e391cb', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_glance_trunk #51

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/51/Project:precise_havana_glance_trunkDate of build:Wed, 22 May 2013 19:02:57 -0400Build duration:4 min 30 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove gettext.install() from glance/__init__.pyby markmceditsetup.cfgeditglance/__init__.pySmall change to is_public documentationby stuart.mclareneditdoc/source/authentication.rstConsole Output[...truncated 2825 lines...]dch -a [0a4f4af] Compress response's content according to client's accepted encodingdch -a [a9f9f13] Call os.kill for each child instead of the process groupdch -a [3182d87] Improve unit tests for glance.common.auth moduledch -a [039f3d8] Convert scripts to entry pointsdch -a [ff75ad4] Fix functional test 'test_copy_from_swift'dch -a [d700f24] Remove unused configure_db functiondch -a [2d492e0] Don't raise HTTPForbidden on a multitenant environmentdch -a [acc2900] Expand HACKING with commit message guidelinesdch -a [39477af] Redirects requests from /v# to /v#/dch -a [d415611] Functional tests use a clean cached db that is only created once.dch -a [d3c5a6c] Fixes for mis-use of various exceptionsdch -a [545cb15] scrubber: dont print URI of image to be deleteddch -a [6335fdb] Eliminate the race when selecting a port for tests.dch -a [7d341de] Raise 404 while deleting a deleted imagedch -a [459e3e6] Sync with oslo-incubator copy of setup.py and version.pydch -a [1e98e10] Gracefully handle qpid errorsdch -a [6780571] Fix Qpid test casesdch -a [cd00848] Fix the deletion of a pending_delete image.dch -a [1e49329] Fix functional test 'test_scrubber_with_metadata_enc'dch -a [1c5a4d2] Call monkey_patch before other modules are loadeddch -a [6eaf42a] Improve unit tests for glance.api.middleware.cache moduledch -a [ae0f904] Add GridFS storedch -a [28b1129] Verify SSL certificates at boot timedch -a [b1ac90f] Add a policy handler to control copy-from functionalitydch -a [62068a3] Remove internal store references from migration 015dch -a [7155134] Add unit tests for glance.api.cached_images moduledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.2+git201305221903~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A glance_2013.2+git201305221903~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'glance_2013.2+git201305221903~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 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'glance_2013.2+git201305221903~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: saucy_havana_glance_trunk #22

2013-05-22 Thread openstack-testing-bot
Title: saucy_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_glance_trunk/22/Project:saucy_havana_glance_trunkDate of build:Wed, 22 May 2013 19:05:30 -0400Build duration:4 min 5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove gettext.install() from glance/__init__.pyby markmceditsetup.cfgeditglance/__init__.pySmall change to is_public documentationby stuart.mclareneditdoc/source/authentication.rstConsole Output[...truncated 3436 lines...]Job: glance_2013.2+git201305221905~saucy-0ubuntu1.dscMachine Architecture: amd64Package: glancePackage-Time: 72Source-Version: 1:2013.2+git201305221905~saucy-0ubuntu1Space: 12520Status: attemptedVersion: 1:2013.2+git201305221905~saucy-0ubuntu1Finished at 20130522-1909Build needed 00:01:12, 12520k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305221905~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305221905~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/havana /tmp/tmpyv4sqO/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpyv4sqO/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305221905~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [866cb84] Remove glance-control from the test suitedch -a [ba701d6] tests: remove unused methods from test_s3 and test_swiftdch -a [34135e8] Implement Registry's Client V2dch -a [abbc535] Redirects requests from /v# to /v#/ with correct Location headerdch -a [bba2f5c] Add documentation for query parametersdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.2+git201305221905~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A glance_2013.2+git201305221905~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305221905~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'glance_2013.2+git201305221905~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_python-glanceclient_trunk #17

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


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

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #57

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


[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_python-ceilometerclient_trunk #17

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #49

2013-05-22 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/49/Project:saucy_havana_cinder_trunkDate of build:Wed, 22 May 2013 20:05:30 -0400Build duration:6 min 34 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUpdate log.py and jsonutils.py from oslo-incubatorby john.griffitheditcinder/openstack/common/jsonutils.pyedittools/pip-requireseditcinder/openstack/common/log.pyConsole Output[...truncated 5120 lines...]dch -a [88c8b42] Storwize/SVC: fix attach bug for live migration.dch -a [c355d68] Deprecating old dot path locations for Folsom configsdch -a [f9fd91e] solidfire: Add ability to override account prefixdch -a [20c2be3] Fixes an get_volume_stats reporting issuedch -a [93e8b63] Increased unit test code coveragedch -a [0fbe00f] Create an LVM utility to use for local storage.dch -a [68f28d2] Add CINDER_LOCALEDIR env variabledch -a [7cfb038] Remove gettext.install() from cinder/__init__.pydch -a [c23f620] Use flake8 and hacking.dch -a [381049b] Use pbr instead of openstack.common.setup.dch -a [59fc6cb] Change the type of "free_capacity_gb" to be floatdch -a [6d2d88c] Set default values for NFS/GlusterFS share_config filesdch -a [4580ee9] Add missing spaces to iscsi_iotype helpdch -a [bff14b9] Adds notifiers to both volumeTypes and volumeTypeExtraSpecsdch -a [caeb4a2] Fix missing spaces in Huawei Loggingdch -a [d75fafa] Add pylint-based lintstack test to tox environmentdch -a [7dad062] Remove outdated cinder test docdch -a [7ad6ac4] Implement copy_image_to_volume and copy_volume_to_image on nfs backendsdch -a [7996aaa] Update import of oslo's processutils.dch -a [54a2ee4] Fix ability to add custom volume_backend_namedch -a [cb3fb51] Add db client packages to dev env setup doc.dch -a [db991e6] Remove old_name from kwargs when using IET helper.dch -a [d52a0f2] Copy the RHEL6 eventlet workaround from Oslodch -a [7546682] Remove setuptools-git as run time dependencydch -a [006d673] Fix LHN driver to allow backend name configurationdch -a [0ee20a0] Fixes 3par driver methods that were double lockingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201305222005~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201305222005~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201305222005~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201305222005~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_keystone_trunk #23

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_python-keystoneclient_trunk #17

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


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

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #141

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #203

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/203/Project:precise_havana_nova_trunkDate of build:Wed, 22 May 2013 20:15:10 -0400Build duration:3 min 29 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditnova/locale/vi_VN/LC_MESSAGES/nova.poeditnova/locale/it/LC_MESSAGES/nova.poeditnova/locale/en_GB/LC_MESSAGES/nova.poeditnova/locale/nb/LC_MESSAGES/nova.poeditnova/locale/pt_BR/LC_MESSAGES/nova.poeditnova/locale/en_AU/LC_MESSAGES/nova.poeditnova/locale/bs/LC_MESSAGES/nova.poeditnova/locale/tr_TR/LC_MESSAGES/nova.poeditnova/locale/fr/LC_MESSAGES/nova.poeditnova/locale/ru/LC_MESSAGES/nova.poeditnova/locale/tr/LC_MESSAGES/nova.poeditnova/locale/zh_TW/LC_MESSAGES/nova.poeditnova/locale/ja/LC_MESSAGES/nova.poeditnova/locale/en_US/LC_MESSAGES/nova.poeditnova/locale/cs/LC_MESSAGES/nova.poeditnova/locale/fi_FI/LC_MESSAGES/nova.poeditnova/locale/da/LC_MESSAGES/nova.poeditnova/locale/ko/LC_MESSAGES/nova.poeditnova/locale/de/LC_MESSAGES/nova.poeditnova/locale/tl/LC_MESSAGES/nova.poeditnova/locale/zh_CN/LC_MESSAGES/nova.poeditnova/locale/uk/LC_MESSAGES/nova.poeditnova/locale/bg_BG/LC_MESSAGES/nova.poeditnova/locale/es/LC_MESSAGES/nova.poeditnova/locale/ko_KR/LC_MESSAGES/nova.poeditnova/locale/nova.potConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-8db5312c-9709-43da-82c3-24ee5a4a070e', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-8db5312c-9709-43da-82c3-24ee5a4a070e', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpk2rL3o/novamk-build-deps -i -r -t apt-get -y /tmp/tmpk2rL3o/nova/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-8db5312c-9709-43da-82c3-24ee5a4a070e', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-8db5312c-9709-43da-82c3-24ee5a4a070e', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : 

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_keystone_trunk #58

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/58/Project:precise_havana_keystone_trunkDate of build:Wed, 22 May 2013 21:30:23 -0400Build duration:2 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesConsolidate eventlet codeby ayoungaddkeystone/common/wsgi_server.pyeditbin/keystone-alleditkeystone/test.pyeditkeystone/common/wsgi.pyImported Translations from Transifexby Jenkinseditkeystone/locale/cs/LC_MESSAGES/keystone.poeditkeystone/locale/zh_CN/LC_MESSAGES/keystone.poeditkeystone/locale/ja/LC_MESSAGES/keystone.poaddkeystone/locale/de/LC_MESSAGES/keystone.poeditkeystone/locale/hu/LC_MESSAGES/keystone.poeditkeystone/locale/es/LC_MESSAGES/keystone.poeditkeystone/locale/ca/LC_MESSAGES/keystone.poeditkeystone/locale/vi_VN/LC_MESSAGES/keystone.poeditkeystone/locale/fr/LC_MESSAGES/keystone.poeditkeystone/locale/pt_BR/LC_MESSAGES/keystone.poaddkeystone/locale/zh_TW/LC_MESSAGES/keystone.poeditkeystone/locale/ru/LC_MESSAGES/keystone.poeditkeystone/locale/ko_KR/LC_MESSAGES/keystone.poeditkeystone/locale/bg_BG/LC_MESSAGES/keystone.poeditkeystone/locale/ka_GE/LC_MESSAGES/keystone.poeditkeystone/locale/fi_FI/LC_MESSAGES/keystone.poeditkeystone/locale/keystone.poteditkeystone/locale/it/LC_MESSAGES/keystone.poeditkeystone/locale/da/LC_MESSAGES/keystone.poConsole Output[...truncated 1226 lines...]debuild: fatal error at line 1350:dpkg-buildpackage -rfakeroot -d -us -uc -sa -S failedbzr: ERROR: The build failed.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ed62c47c-8d90-4247-8a1b-c6db38adb299', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ed62c47c-8d90-4247-8a1b-c6db38adb299', '-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/keystone/havana /tmp/tmp4wiWx0/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmp4wiWx0/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a4fb55e80cfd4700626ddea449d7a8fb42c1d4c6..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201305222130~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [3a9afca] Imported Translations from Transifexdch -a [f9865a5] Consolidate eventlet codedch -a [09a5c43] Use webtest for v2 and v3 API testing.dch -a [cf0021a] Imported Translations from Transifexdch -a [5d26d09] Read-only default domain for LDAP (bug 1168726)dch -a [fe57d6d] Add assertNotEmpty to tests and use it.dch -a [ff76a1b] Implement Token Flush via keystone-manage.dch -a [8d2b8e6] get SQL refs from session (bp sql-query-get)dch -a [d95adc1] extracting credentialsdch -a [76ee689] Accept env variables to override default passwordsdch -a [840a075] Http 400 when user enabled is not a booleandch -a [ba7f7d2] Fix 403 status responsedch -a [4112353] Documentation about the initial configuration file and sample data.dch -a [08aaeb0] Test listing of tokens with a null tenantdch -a [d1da173] Enable unicode error messagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ed62c47c-8d90-4247-8a1b-c6db38adb299', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ed62c47c-8d90-4247-8a1b-c6db38adb299', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_keystone_trunk #24

2013-05-22 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/24/Project:saucy_havana_keystone_trunkDate of build:Wed, 22 May 2013 21:31:25 -0400Build duration:2 min 56 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesConsolidate eventlet codeby ayoungeditbin/keystone-alleditkeystone/common/wsgi.pyeditkeystone/test.pyaddkeystone/common/wsgi_server.pyImported Translations from Transifexby Jenkinseditkeystone/locale/fi_FI/LC_MESSAGES/keystone.poeditkeystone/locale/da/LC_MESSAGES/keystone.poeditkeystone/locale/fr/LC_MESSAGES/keystone.poeditkeystone/locale/ko_KR/LC_MESSAGES/keystone.poeditkeystone/locale/bg_BG/LC_MESSAGES/keystone.poeditkeystone/locale/it/LC_MESSAGES/keystone.poeditkeystone/locale/hu/LC_MESSAGES/keystone.poeditkeystone/locale/ja/LC_MESSAGES/keystone.poeditkeystone/locale/ka_GE/LC_MESSAGES/keystone.poeditkeystone/locale/ru/LC_MESSAGES/keystone.poaddkeystone/locale/de/LC_MESSAGES/keystone.poeditkeystone/locale/es/LC_MESSAGES/keystone.poaddkeystone/locale/zh_TW/LC_MESSAGES/keystone.poeditkeystone/locale/vi_VN/LC_MESSAGES/keystone.poeditkeystone/locale/cs/LC_MESSAGES/keystone.poeditkeystone/locale/zh_CN/LC_MESSAGES/keystone.poeditkeystone/locale/pt_BR/LC_MESSAGES/keystone.poeditkeystone/locale/keystone.poteditkeystone/locale/ca/LC_MESSAGES/keystone.poConsole Output[...truncated 1896 lines...]debuild: fatal error at line 1357:dpkg-buildpackage -rfakeroot -d -us -uc -sa -S failedbzr: ERROR: The build failed.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d6235472-6988-405d-8ae3-935fe1fd50a2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d6235472-6988-405d-8ae3-935fe1fd50a2', '-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/keystone/havana /tmp/tmpcyUrmX/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpcyUrmX/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a4fb55e80cfd4700626ddea449d7a8fb42c1d4c6..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201305222131~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [3a9afca] Imported Translations from Transifexdch -a [f9865a5] Consolidate eventlet codedch -a [09a5c43] Use webtest for v2 and v3 API testing.dch -a [cf0021a] Imported Translations from Transifexdch -a [5d26d09] Read-only default domain for LDAP (bug 1168726)dch -a [fe57d6d] Add assertNotEmpty to tests and use it.dch -a [ff76a1b] Implement Token Flush via keystone-manage.dch -a [8d2b8e6] get SQL refs from session (bp sql-query-get)dch -a [d95adc1] extracting credentialsdch -a [76ee689] Accept env variables to override default passwordsdch -a [840a075] Http 400 when user enabled is not a booleandch -a [ba7f7d2] Fix 403 status responsedch -a [4112353] Documentation about the initial configuration file and sample data.dch -a [08aaeb0] Test listing of tokens with a null tenantdch -a [d1da173] Enable unicode error messagedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d6235472-6988-405d-8ae3-935fe1fd50a2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d6235472-6988-405d-8ae3-935fe1fd50a2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_horizon_trunk #48

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/48/Project:precise_havana_horizon_trunkDate of build:Wed, 22 May 2013 21:33:09 -0400Build duration:2 min 46 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAllow users to change their passwordsby Niu.ZGlinuxaddopenstack_dashboard/dashboards/settings/password/views.pyaddopenstack_dashboard/dashboards/settings/password/forms.pyaddopenstack_dashboard/dashboards/settings/password/panel.pyaddopenstack_dashboard/dashboards/settings/password/templates/password/change.htmladdopenstack_dashboard/dashboards/settings/password/tests.pyeditopenstack_dashboard/dashboards/settings/dashboard.pyaddopenstack_dashboard/dashboards/settings/password/urls.pyeditopenstack_dashboard/api/keystone.pyaddopenstack_dashboard/dashboards/settings/password/__init__.pyaddopenstack_dashboard/dashboards/settings/password/templates/password/_change.htmlConsole Output[...truncated 676 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-abfcf46f-8d40-4fdd-86d9-477eb64f01b6', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-abfcf46f-8d40-4fdd-86d9-477eb64f01b6', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpHb3ze2/horizonmk-build-deps -i -r -t apt-get -y /tmp/tmpHb3ze2/horizon/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-abfcf46f-8d40-4fdd-86d9-477eb64f01b6', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-abfcf46f-8d40-4fdd-86d9-477eb64f01b6', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #50

2013-05-22 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/50/Project:saucy_havana_cinder_trunkDate of build:Wed, 22 May 2013 21:30:23 -0400Build duration:6 min 31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdded test for nonnumerical limit paramby derek.chiangeditcinder/tests/api/test_common.pyAdded a test for bad limit paramby derek.chiangeditcinder/tests/api/test_common.pyConsole Output[...truncated 5128 lines...]dch -a [88c8b42] Storwize/SVC: fix attach bug for live migration.dch -a [c355d68] Deprecating old dot path locations for Folsom configsdch -a [f9fd91e] solidfire: Add ability to override account prefixdch -a [20c2be3] Fixes an get_volume_stats reporting issuedch -a [93e8b63] Increased unit test code coveragedch -a [0fbe00f] Create an LVM utility to use for local storage.dch -a [68f28d2] Add CINDER_LOCALEDIR env variabledch -a [7cfb038] Remove gettext.install() from cinder/__init__.pydch -a [c23f620] Use flake8 and hacking.dch -a [381049b] Use pbr instead of openstack.common.setup.dch -a [59fc6cb] Change the type of "free_capacity_gb" to be floatdch -a [6d2d88c] Set default values for NFS/GlusterFS share_config filesdch -a [4580ee9] Add missing spaces to iscsi_iotype helpdch -a [bff14b9] Adds notifiers to both volumeTypes and volumeTypeExtraSpecsdch -a [caeb4a2] Fix missing spaces in Huawei Loggingdch -a [d75fafa] Add pylint-based lintstack test to tox environmentdch -a [7dad062] Remove outdated cinder test docdch -a [7ad6ac4] Implement copy_image_to_volume and copy_volume_to_image on nfs backendsdch -a [7996aaa] Update import of oslo's processutils.dch -a [54a2ee4] Fix ability to add custom volume_backend_namedch -a [cb3fb51] Add db client packages to dev env setup doc.dch -a [db991e6] Remove old_name from kwargs when using IET helper.dch -a [d52a0f2] Copy the RHEL6 eventlet workaround from Oslodch -a [7546682] Remove setuptools-git as run time dependencydch -a [006d673] Fix LHN driver to allow backend name configurationdch -a [0ee20a0] Fixes 3par driver methods that were double lockingdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201305222130~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201305222130~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201305222130~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201305222130~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_ceilometer_trunk #72

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_nova_trunk #204

2013-05-22 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/204/Project:precise_havana_nova_trunkDate of build:Wed, 22 May 2013 23:00:25 -0400Build duration:3 min 56 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemoved session from fixed_ip_*() functions.by vsergeyeveditnova/db/sqlalchemy/api.pyConsole Output[...truncated 793 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 576, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 821, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 833, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 294, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 602, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a1f70f92-6f80-4ff6-a3ab-6bbb97f692fd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a1f70f92-6f80-4ff6-a3ab-6bbb97f692fd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpfx7dky/novamk-build-deps -i -r -t apt-get -y /tmp/tmpfx7dky/nova/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a1f70f92-6f80-4ff6-a3ab-6bbb97f692fd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a1f70f92-6f80-4ff6-a3ab-6bbb97f692fd', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp