[Openstack] GPG passphrase

2013-07-10 Thread Jobin Raju George
Hey!

I am trying to get the meters from ceilometer programmatically using java
with the help of the SDK's provided by openstack.

While trying to execute the command mvn clean install or mvn clean install
assembly:assembly, it is asking me for a gpg passphrase. Which passphrase
is it talking about?

If I just press an enter, it gives me the following error message:
[ERROR] Failed to execute goal
 org.apache.maven.plugins:maven-gpg-plugin:1.4:sig
n (sign-artifacts) on project openstack-java-sdk: Exit code: 1 - [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e
switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions,
please read the following articles:
[ERROR] [Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException



Here are my specifications:


Apache Maven 3.0.5
Java version: 1.6.0_51, vendor: Sun Microsystems Inc.
Default locale: en_US, platform encoding: Cp1252
OS name: windows 7, version: 6.1, arch: amd64, family: windows

-- 

Thanks and regards,

Jobin Raju George

Third Year, Information Technology

College of Engineering Pune

Alternate e-mail: georgejr10...@coep.ac.in
___
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 (Grizzly) setup on Fedora18 - VM doesnot receive an IP address

2013-07-10 Thread Gopi Krishna B
We are unable to get an IP address when a VM gets launched and the below
DHCP error is observed in the Dashboard logs

The setup in done on Fedora 18 using Openstack Grizzly. Its a 2 node setup,
with Network+ Controller node having 3 NIC's, and Compute node having 2
NIC's. Tried configuring networking in vlan mode.

em1 - mgmt network,
em2 - external/public network (br-ex is created on top of this iface)
eth1 - internal/data network (br-eth1 is created on top of this iface)
** *
plugin.ini
-
enable_tunneling = False
tenant_network_type = vlan
network_vlan_ranges = eth1:100:1000
integration_bridge = br-int
bridge_mappings = eth1:br-eth1,em2:br-ex
** *

The console log from the dashboards is as below.

Initializing random number generator... done.

Starting network...

udhcpc (v1.18.5) started

Sending discover...

Sending select for 192.168.120.2...

Sending select for 192.168.120.2...

Sending select for 192.168.120.2...

No lease, failing

WARN: /etc/rc3.d/S40network failed

cirrosds 'net' up at 182.11

checking http://169.254.169.254/20090404/instanceid

failed 1/20: up 182.13. request failed

failed 2/20: up 184.34. request failed

failed 3/20: up 186.36. request failed


Could anyone help us in resolving this issue, we have tried following
different links and options available on internet, but couldnot resolve
this error. Let us know if further information is required to identify the
root cause.

Some more info, and if someone could possibly identify the root cause then
it would be of great help to me.

from the tcpdump output , I could track the DHCP discover packet at the
tapXXX , qbrXXX , qvbXXX, qvoXX, int-br-eth0, phy-br-eth0 interface, but
not after that

As per my understanding the flow of packets should be from tapXX - qbrXX
- qvbXX - qvoXX -- br-int - int-br-eth0 - phy-br-eth0 - br-eth0 -
eth0

So in this case is there a missing security group rules, which possibly
drop the packet.
I am not familiar with the iptables rules, so if I need to add any rules
could you please help me in adding the rule.
-- 
Regards
Gopi Krishna
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Swift tempurl

2013-07-10 Thread Morten Møller Riis
I'm having trouble getting tempurl to work.

I set the X-Account-Meta-Temp-Url-Key metadata on the account. And a GET 
request shows it's set correctly.

I've enabled it on the proxy server in /etc/swift/proxy-server.conf:

[DEFAULT]
bind_port = 8080
workers = 8
user = swift

[pipeline:main]
pipeline = healthcheck cache tempurl swauth proxy-server

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

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

[filter:swauth]
use = egg:swauth#swauth
set log_name = swauth
super_admin_key = removed
default_swift_cluster = gigahost#https://url/v1#http://localhost:8080/v1

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

[filter:cache]
use = egg:swift#memcache
memcache_servers = 127.0.0.1:11211

When creating the tempurl's, even using the swift-temp-url program I get:

~ $ curl -i 
https://url/v1/AUTH_224b1001-2c75-444c-aaef-30af13b9154c/000/206.pdf?temp_url_sig=387d79120a591e1cf6f4d4356f5c0a96fb49d202temp_url_expires=1373438360
HTTP/1.1 401 Unauthorized
Server: nginx
Date: Wed, 10 Jul 2013 08:21:32 GMT
Content-Type: text/plain
Content-Length: 35
Connection: keep-alive

401 Unauthorized: Temp URL invalid

I've even tried running it locally on the proxy-server to localhost:8080, so 
I'm sure it's not nginx doing any funny stuff.

Does anybody have any suggestions? I'm pretty lost :(


Mvh / Best regards
Morten Møller Riis
Gigahost ApS
m...@gigahost.dk




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


[Openstack] email notification in openstack

2013-07-10 Thread val john
Hi guys ,

Im new to openstack , i have setuped the  cloud setup with two compute and
one controller nodes , is there any way to  send e-mail notification to
project admin , when users launching a instance .

Please advice

Thank you
___
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] I need your help to install Quantum Rest Proxy.

2013-07-10 Thread Julio Carlos Barrera Juez
Hi lyonggyu.

We are integrating our OpenNaaS project [1] with OpenStack in i2cat
Foundation [2] in the the context of Mantychore project [3]. We want
OpenNaaS to be the network provider of OpenStack to deploy dynamic cloud
environments easily. To achieve this goal, we use 'Big Switch, Floodlight
REST Proxy Plugin' as Quantum proxy to OpenNaaS.

We use OpenStack Grizzly instead of Folsom, but the configuration should be
similar. You can found information in the OpenStack official documentation
[4] and in the Project Floodlight documentation [5]. Basically configuring
the Quantum plugin needs to be done in the controller node providing an
endpoint that offers REST endpoints. Normally it is a FloodLight Openflow
Controller, but can be others.

I have added this thread to OpenStack general and to OpenNaaS users mailing
lists.

I hope it can help you.

Best Regards, Julio C. Barrera.

[1] OpenNaaS project: http://www.opennaas.org/
[2] i2cat Foundation: http://www.i2cat.net/en
[3] Mantychore project: http://www.mantychore.eu/
[4] The OpenStack project, Configuring Big Switch, Floodlight REST Proxy
Plugin:
http://docs.openstack.org/trunk/openstack-network/admin/content/bigswitch_floodlight_plugin.html
[5] Big Switch Networks, Project floodlight, Quantum REST Proxy Plugin :
http://docs.projectfloodlight.org/display/floodlightcontroller/Quantum+REST+Proxy+Plugin

On 10 July 2013 09:41, lyong...@kaist.ac.kr wrote:

 Hi Julio,
 Recently, I installed OpenStack Folsom with Quantum. However, I could not
 install Quantum Rest Proxy plugin.
 How could you install the plugin? Could you give me a help?

 Thank you.



 _
 Sent from http://openstack.10931.n7.nabble.com


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


[Openstack] OpenStack I18n team meeting tomorrow

2013-07-10 Thread Ying Chun Guo


Hi,


There is OpenStack I18n team meeting at 0700UTC on Thursday in IRC channel
#openstack-meeting.
The time, we use Europe/India/Asia friendly time. Welcome to join the
meeting.


We will cover following topics this time:

   Action items from the last meeting
   Release of document translation
   How to enroll more developers
   How to track issues and blueprints
   How to track contributors
   Open discussion


For more details, please look into
https://wiki.openstack.org/wiki/Meetings/I18nTeamMeeting.


Again, if you are interested in I18n or OpenStack, welcome to join us.
We need developers, translators and some management roles too.
Please contact us through IRC channel #openstack-translation, or mailing
address: openstack-i...@list.openstack.org.
Please refer to our wiki page for more details:
https://wiki.openstack.org/wiki/I18nTeam


Best regards
Daisy___
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] ring building absolut drive names

2013-07-10 Thread Axel Christiansen
Hello List,


does one has to use the real device names in ring-building, like:
swift-ring-builder account.builder add z5-10.0.6.204:6002/sda4 100
Here it is sda4.

Can one use the partition UUID value or the mount point?


What if a drive has a fialure and a reboot of the system is done with
this failing drive. The subsequente drives after the failing drive will
move up with there drive letters, right? Won't this get the relations
between ring and drives mixed up?


Thank you for hints, Axel





___
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] email notification in openstack

2013-07-10 Thread val john
Hi guys

is this feature available in Folsom

Thank You
John


On 10 July 2013 14:53, Razique Mahroua razique.mahr...@nuage-and-co.frwrote:

 +1 I'd like to know that as well :)
 interesting feature


 *Razique Mahroua** - **Nuage  Co*
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15


 Le 10 juil. 2013 à 10:59, val john valjohn1...@gmail.com a écrit :

 Hi guys ,

 Im new to openstack , i have setuped the  cloud setup with two compute and
 one controller nodes , is there any way to  send e-mail notification to
 project admin , when users launching a instance .

 Please advice

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



NUAGECO-LOGO-Fblan_petit.jpg___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Exception during message handling on Cinder

2013-07-10 Thread Mahardhika

Hi, i've got this Error message in cinder-volume.log

ERROR [cinder.volume.iscsi] Failed to create iscsi target for volume 
id:volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd.
ERROR [cinder.volume.manager] volume 
volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd: create failed

ERROR [cinder.openstack.common.rpc.amqp] Exception during message handling

i have check on cinder.conf, api-paste.ini files, let me know if you 
guys need my config file

please help me out of this
thanks
--
Regards,
Mahardhika Gilang

*PT. Andalabs Technology *
Gedung Gravira
Jl. Cideng Barat no. 54
Jakarta Pusat 10150

HP : 0852 139 55861
Email : mahardika.gil...@andalabs.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] I need your help to install Quantum Rest Proxy.

2013-07-10 Thread Julio Carlos Barrera Juez
Hi Yonggyu.

In OpenStack Grizzly release, the Quantum Rest Proxy plugin is bundled in
the installation packages. We use OpenStack Ubuntu packages as described
OpenStack documentation [1]. In our machine, the plugin is located in
'/usr/share/pyshared/quantum/plugins/bigswitch/plugin.py'.

Please, reply to all this thread to have valuable information tracked and
accessible to the whole community. Thank you.

Pleased to help you.

Regards, Julio C. Barrera.

[1] OpenStack Installation Guide for Ubuntu 12.04 (LTS):
http://docs.openstack.org/trunk/openstack-compute/install/apt/content/


On 10 July 2013 11:22, 이용규 lyong...@kaist.ac.kr wrote:

  Thank you for your kind response.



 Yes, I have already read those documents, The OpenStack project,
 Configuring Big Switch, Floodlight REST Proxy Plugin and Big Switch
 Networks, Project floodlight, Quantum REST Proxy Plugin, but I cound not
 download Quantum Rest Proxy plugin package(s). Where and how can I download
 those packages?



 Best Regards,

 Yonggyu Lee





 ---원본메일---
 보낸사람 : Julio Carlos Barrera Juez juliocarlos.barr...@i2cat.net
 받는사람: lyong...@kaist.ac.kr
 참 조: us...@lists.opennaas.org,openstack@lists.launchpad.net
 보낸날짜: 2013-07-10 18:10:47 GMT +0900 (ROK)
 제목: Re: I need your help to install Quantum Rest Proxy.


 Hi lyonggyu.

 We are integrating our OpenNaaS project [1] with OpenStack in i2cat
 Foundation [2] in the the context of Mantychore project [3]. We want
 OpenNaaS to be the network provider of OpenStack to deploy dynamic cloud
 environments easily. To achieve this goal, we use 'Big Switch, Floodlight
 REST Proxy Plugin' as Quantum proxy to OpenNaaS.

 We use OpenStack Grizzly instead of Folsom, but the configuration should
 be similar. You can found information in the OpenStack official
 documentation [4] and in the Project Floodlight documentation [5].
 Basically configuring the Quantum plugin needs to be done in the controller
 node providing an endpoint that offers REST endpoints. Normally it is
 a FloodLight Openflow Controller, but can be others.

 I have added this thread to OpenStack general and to OpenNaaS users
 mailing lists.

 I hope it can help you.

 Best Regards, Julio C. Barrera.

 [1] OpenNaaS project: http://www.opennaas.org/
 [2] i2cat Foundation: http://www.i2cat.net/en
 [3] Mantychore project: http://www.mantychore.eu/
 [4] The OpenStack project, Configuring Big Switch, Floodlight REST Proxy
 Plugin:
 http://docs.openstack.org/trunk/openstack-network/admin/content/bigswitch_floodlight_plugin.html
 [5] Big Switch Networks, Project floodlight, Quantum REST Proxy Plugin :
 http://docs.projectfloodlight.org/display/floodlightcontroller/Quantum+REST+Proxy+Plugin

 On 10 July 2013 09:41, lyong...@kaist.ac.kr wrote:

 Hi Julio,
 Recently, I installed OpenStack Folsom with Quantum. However, I could not
 install Quantum Rest Proxy plugin.
 How could you install the plugin? Could you give me a help?

 Thank you.



 _
 Sent from http://openstack.10931.n7.nabble.com



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


Re: [Openstack] email notification in openstack

2013-07-10 Thread Julien Danjou
On Wed, Jul 10 2013, val john wrote:

 Im new to openstack , i have setuped the  cloud setup with two compute and
 one controller nodes , is there any way to  send e-mail notification to
 project admin , when users launching a instance .

There's no such feature, but you could rely on Nova notifications sent
to build such a tool.

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


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


Re: [Openstack] Exception during message handling on Cinder

2013-07-10 Thread claudio marques
Hi
I also found a problem a while a go with creating or managing volumes. After 
some research I could solve it by doing the following:
vim /usr/lib/python2.7/dist-packages/cinder/volume/drivers/lvm.py
remove line 388
385 self.tgtadm.create_iscsi_target(iscsi_name, iscsi_target,386
 0, volume_path, chap_auth,387  
   check_exit_code=False) -- close here the method388  
   old_name=old_name) -- (remove this line)
restart all cinder services
cd /etc/init.d/; for i in $( ls cinder-* ); do sudo service $i restart; done
If that doesn't help, try to see your iscsitarget is up and running. See the 
logs.
Hope it help's
Cheer's
Claudio Marques
claudio@onesource.pthttp://www.onesource.pt/


Date: Wed, 10 Jul 2013 16:36:49 +0700
From: mahardika.gil...@andalabs.com
To: openstack@lists.launchpad.net
Subject: [Openstack] Exception during message handling on Cinder


  


  
  
Hi, i've got this Error message in cinder-volume.log



ERROR [cinder.volume.iscsi] Failed to create iscsi target for volume
id:volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd.

ERROR [cinder.volume.manager] volume
volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd: create failed

ERROR [cinder.openstack.common.rpc.amqp] Exception during message
handling



i have check on cinder.conf, api-paste.ini files, let me know if you
guys need my config file

please help me out of this

thanks

-- 

  Regards,

  Mahardhika Gilang

  

  PT. Andalabs Technology
  

  Gedung Gravira

  Jl. Cideng Barat no. 54

  Jakarta Pusat 10150

  

  HP : 0852 139 55861

  Email : mahardika.gil...@andalabs.com 
  


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


[Openstack] Can grizzly quantum usinig in Folsom openstack

2013-07-10 Thread 冯凯

  Hi,

  Does the grizzly version quantum can use in the folsom  openstack.




  Thank you


  Best regards! 
 
  Tristran.

  


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


Re: [Openstack] Can grizzly quantum usinig in Folsom openstack

2013-07-10 Thread 冯凯
Hi,Gray


Thanks for your reply , in the folsom , the nova.conf should set the 
firewall_driver='firewall=nova.virt.libvirt.firewall.IptablesFirewallDriver' , 
but in grizzly the nova.conf need set the firewall_driver='NoopfirewallDriver' 
to use quantum. 


I will tryed it again.




Regards


Tristran.




-原始邮件-
发件人: Gary Kotton gkot...@vmware.com
发送时间: 2013年7月10日 星期三
收件人: 冯凯 feng...@cnic.cn
抄送:
主题: RE: [Openstack] Can grizzly quantum usinig in Folsom openstack



Hi,

I am not 100% sure that it will work. You will need to run the database 
migration scripts and then make sure that you start to use the relevant grizzly 
services.

Thanks

Gary

 

From: Openstack 
[mailto:openstack-bounces+gkotton=vmware@lists.launchpad.net] On Behalf Of 
??
Sent: Wednesday, July 10, 2013 1:15 PM
To:openstack-...@lists.openstack.org; openstack@lists.launchpad.net
Subject: [Openstack] Can grizzly quantum usinig in Folsom openstack

 


  Hi,



  Does the grizzly version quantum can use in the folsom  openstack.

 

 

  Thank you

 

  Best regards! 

 

  Tristran.

  









___
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] Ansible playbooks for OpenStack

2013-07-10 Thread Jay Pipes

On 07/10/2013 08:09 AM, Daniel P. Berrange wrote:

On Mon, Jul 08, 2013 at 10:02:59AM -0500, Timothy Gerla wrote:

Hi everyone,

I wanted to share this with the group in the hopes that we could get
some feedback. We've built a set of Ansible playbooks to install 
configure a full OpenStack deployment based on the Red Hat packaging
on CentOS 6.

(Ansible is a configuration management and software deployment
automation tool: http://www.ansibleworks.com/)

Here are the playbooks and some basic documentation:

https://github.com/ansible/ansible-redhat-openstack

I'm interested to know what folks think and if anyone finds this
useful. I think it might be useful for quick deployments (you can go
from a group of minimally installed CentOS boxes to OpenStack in 20-30
minutes), and I think this could serve as the basis for a more
sophisticated production deployment mechanism.


FWIW, there is a tool called PackStack which uses Puppet to fully
automate deployments of OpenStack in a matter of minutes. It is
the tool that Red Hat currently recommend for deployment on Fedora,
RHEL  CentOS, etc

   https://wiki.openstack.org/wiki/Packstack


And for completeness, for folks using Chef, there is an OpenStack + Chef 
mailing list [1], an example Chef repo, and a set of OpenStack-specific 
cookbooks housed on Stackforge [2]. Currently everything is under very 
active development, with a focus on getting turnkey installation like 
PackStack done by the Havana release.


[1] 
https://groups.google.com/forum/?fromgroups=#!forum/opscode-chef-openstack

[2] https://github.com/stackforge/openstack-chef-repo
and https://github.com/stackforge/cookbook-openstack-XXX

where XXX in (common, compute, block-storage, image, identity, network, 
object-storage, metering, orchestration, ops-messaging, ops-database)


Best,
-jay


___
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] [Nova] CPU Scalling, Quota for Disk I/O

2013-07-10 Thread Yaguang Tang
Here is a wiki  about this feature,
https://wiki.openstack.org/wiki/InstanceResourceQuota
you can set CPU, disk IO consume policy, network traffic bandwidth for
specified flavor. so the instance of that flavor can only consume under
controlled physical resource.
https://wiki.openstack.org/wiki/InstanceResourceQuota
2013/7/10 Shake Chen shake.c...@gmail.com

 https://blueprints.launchpad.net/nova/+spec/quota-instance-resource

 In my view the instance recourse  like cpu, network, disk io quota feature
 have in Grizzly. we just need to add the feature to Horizon.


 On Wed, Jul 10, 2013 at 3:53 AM, Bruno Oliveira ~lychinus 
 brunnop.olive...@gmail.com wrote:

 Hello, any thoughts on this ?

 Thank you
 --

 Bruno Oliveira
 Developer, Software Engineer
 irc: lychinus | skype: brunnop.oliveira
 brunnop.olive...@gmail.com





 On Mon, Jul 1, 2013 at 4:22 PM, Bruno Oliveira ~lychinus
 brunnop.olive...@gmail.com wrote:
  Hello Stackers,
 
  Today morning I saw an interesting question regarding CPU Scaling
  in the list, which got me to ask the following:
 
  Currently (or in the roadmap) do we have any feature on Nova
  (regardless of the hypervisor underneath) to set maximum disk I/O
  throughput a VM can have ?
 
  I mean, let's say we have hundreds of VMs under the same host as
  in production, and for some reason we're lacking performance due to
  one (or a few of them) being too hungry/greedy for disk reads/writes.
 
  Question 1) Is there a way we can set quotas for disk I/O for a (group
 of)
  instances ? Like: for this one (or this group), don't exceed the
 threshold
  of 50 MB/seg
 
  Question 2) Also, do we have anything like vertical scalling ?
  I mean, like defining CPU and Memory Balloons as extra resources
  that a set of VMs can make use of (temporarily), if they're demanding
 to ?
 
  Note: I've seen some of the videos of Heat talking about increasing
  horizontally  the number of instances behind a load balancer to attend
  an increasing number of user requests, for instances...
 
  Thank you so much.
 
  --
 
  Bruno Oliveira
  Developer, Software Engineer
  irc: lychinus | skype: brunnop.oliveira
  brunnop.olive...@gmail.com

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




 --
 Shake Chen


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




-- 
Tang Yaguang

Canonical Ltd. | www.ubuntu.com | www.canonical.com
Mobile:  +86 152 1094 6968
gpg key: 0x187F664F
___
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 (Grizzly) setup on Fedora18 - VM doesnot receive an IP address

2013-07-10 Thread Gopi Krishna B
Resending the mail, as wrong dashboard logs were posted in the prev
question...

We are unable to get an IP address when a VM gets launched and the below
DHCP error is observed in the Dashboard logs

The setup in done on Fedora 18 using Openstack Grizzly. Its a 2 node setup,
with Network+ Controller node having 3 NIC's, and Compute node having 2
NIC's. Tried configuring networking in vlan mode.

em1 - mgmt network,
em2 - external/public network (br-ex is created on top of this iface)
eth1 - internal/data network (br-eth1 is created on top of this iface)
** *
plugin.ini
-
enable_tunneling = False
tenant_network_type = vlan
network_vlan_ranges = eth1:100:1000
integration_bridge = br-int
bridge_mappings = eth1:br-eth1,em2:br-ex
** *

Starting logging: OK
Initializing random number generator... done.
Starting acpid: OK
cirrosds 'local' up at 1.48
no results found for mode=local. up 1.53. searched: nocloud configdrive ec2
Starting network...
udhcpc (v1.20.1) started
Sending discover...
Sending discover...
Sending discover...
No lease, failing
WARN: /etc/rc3.d/S40network failed
cirrosds 'net' up at 181.79
checking http://169.254.169.254/20090404/instanceid
failed 1/20: up 181.83. request failed
failed 2/20: up 184.04. request failed

failed to read iid from metadata. tried 20
no results found for mode=net. up 222.36. searched: nocloud configdrive ec2
failed to get instanceid of datasource
Starting dropbear sshd: generating rsa key... generating dsa key... OK
=== network info ===
ifinfo: lo,up,127.0.0.1,8,::1
ifinfo: eth0,up,,8,fe80::f816:3eff:fede:dbc8
=== datasource: None None ===
=== cirros: current=0.3.1 uptime=222.60 ===
route: fscanf
=== pinging gateway failed, debugging connection ===

### route n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
route: fscanf
### cat /etc/resolv.conf
cat: can't open '/etc/resolv.conf': No such file or directory
### gateway not found
/sbin/cirrosstatus: line 1: can't open /etc/resolv.conf: no such file
### pinging nameservers
### uname a
Linux cirros 3.2.037virtual #58Ubuntu SMP Thu Jan 24 15:48:03 UTC 2013
x86_64 GNU/Linux

Could anyone help us in resolving this issue, we have tried following
different links and options available on internet, but couldnot resolve
this error. Let us know if further information is required to identify the
root cause.

Some more info, and if someone could possibly identify the root cause then
it would be of great help to me.

from the tcpdump output , I could track the DHCP discover packet at the
tapXXX , qbrXXX , qvbXXX, qvoXX, int-br-eth0, phy-br-eth0 interface, but
not after that

As per my understanding the flow of packets should be from tapXX - qbrXX
- qvbXX - qvoXX -- br-int - int-br-eth0 - phy-br-eth0 - br-eth0 -
eth0

So in this case is there a missing security group rules, which possibly
drop the packet.
I am not familiar with the iptables rules, so if I need to add any rules
could you please help me in adding the rule.
-- 
Regards
Gopi Krishna


On Wed, Jul 10, 2013 at 10:21 AM, Gopi Krishna B gopi97...@gmail.comwrote:

 We are unable to get an IP address when a VM gets launched and the below
 DHCP error is observed in the Dashboard logs

 The setup in done on Fedora 18 using Openstack Grizzly. Its a 2 node
 setup, with Network+ Controller node having 3 NIC's, and Compute node
 having 2 NIC's. Tried configuring networking in vlan mode.

 em1 - mgmt network,
 em2 - external/public network (br-ex is created on top of this iface)
 eth1 - internal/data network (br-eth1 is created on top of this iface)
 ** *
 plugin.ini
 -
 enable_tunneling = False
 tenant_network_type = vlan
 network_vlan_ranges = eth1:100:1000
 integration_bridge = br-int
 bridge_mappings = eth1:br-eth1,em2:br-ex
 ** *

 The console log from the dashboards is as below.

 Initializing random number generator... done.

 Starting network...

 udhcpc (v1.18.5) started

 Sending discover...

 Sending select for 192.168.120.2...

 Sending select for 192.168.120.2...

 Sending select for 192.168.120.2...

 No lease, failing

 WARN: /etc/rc3.d/S40network failed

 cirrosds 'net' up at 182.11

 checking http://169.254.169.254/20090404/instanceid

 failed 1/20: up 182.13. request failed

 failed 2/20: up 184.34. request failed

 failed 3/20: up 186.36. request failed


 Could anyone help us in resolving this issue, we have tried following
 different links and options available on internet, but couldnot resolve
 this error. Let us know if further information is required to identify the
 root cause.

 Some more info, and if someone could possibly identify the root cause then
 it would be of great help to me.

 from the tcpdump output , I could track the DHCP discover packet at the
 tapXXX , qbrXXX , qvbXXX, qvoXX, int-br-eth0, phy-br-eth0 interface, 

[Openstack] [ANN] Caimito 0.11 - WebDAV frontend for OpenStack Swift Cloud Storage

2013-07-10 Thread Gabe Wong

Re: Caimito 0.11 - WebDAV frontend for OpenStack Swift Cloud Storage

Hi all,
Lots of work has been done to Caimito. In addition to bug fixes:
- Faster request handling.
- Better handling of files with spaces and other characters.

Thanks to everyone who have contributed. Of course the community's valuable 
feedback is much welcomed.
Feel free to download Caimito here:
http://caimito.ngasi.com

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


Re: [Openstack] ring building absolut drive names

2013-07-10 Thread Samuel Merritt

On 7/10/13 2:25 AM, Axel Christiansen wrote:

Hello List,


does one has to use the real device names in ring-building, like:
swift-ring-builder account.builder add z5-10.0.6.204:6002/sda4 100
Here it is sda4.

Can one use the partition UUID value or the mount point?


It's really a mount point, not a device name. You can use whatever thing 
you want, so long as /srv/node/$thing is where the filesystem is mounted.


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


Re: [Openstack] Grizzly GRE tunneling network set up problems

2013-07-10 Thread Haitao Jiang
Aaron

I followed instructions in
http://n40lab.wordpress.com/2013/06/03/centos-6-4-openvswitch-installation/
on my compute node as a test. Restarted OVS, but still see the same
error in the ovs-vswitchd.log. This is what I have

kmod-openvswitch.x86_64  1.10.0-1.el6
 @/kmod-openvswitch-1.10.0-1.el6.x86_64
openstack-quantum-openvswitch.noarch2013.1.2-1.el6
@openstack-grizzly
openvswitch.x86_641.10.0-1.el6
  @openstack-grizzly

filename:
/lib/modules/2.6.32-358.111.1.openstack.el6.x86_64/extra/openvswitch/openvswitch.ko
version:1.10.0
license:GPL
description:Open vSwitch switching datapath
srcversion: 480D55A9BB0E8B000E32010
depends:
vermagic:   2.6.32-358.111.1.openstack.el6.x86_64 SMP mod_unload
modversions
parm:   vlan_tso:Enable TSO for VLAN packets (int)

# find / -name openvswitch.ko | xargs ls -l
-rw-r--r-- 1 ovswitch ovswitch 4948350 Jul  9 21:41
/home/ovswitch/rpmbuild/BUILD/openvswitch-1.10.0/_default/datapath/linux/openvswitch.ko
-rw-r--r-- 1 root root 4948350 Jul  9 21:41
/lib/modules/2.6.32-358.111.1.openstack.el6.x86_64/extra/openvswitch/openvswitch.ko
-rwxr--r-- 1 root root   77936 Jun 12 20:19
/lib/modules/2.6.32-358.111.1.openstack.el6.x86_64/kernel/net/openvswitch/openvswitch.ko
-rwxr--r-- 1 root root   72912 Jun 12 04:36
/lib/modules/2.6.32-358.11.1.el6.x86_64/kernel/net/openvswitch/openvswitch.ko
lrwxrwxrwx 1 root root  83 Jul  9 21:42
/lib/modules/2.6.32-358.11.1.el6.x86_64/weak-updates/openvswitch/openvswitch.ko
- 
/lib/modules/2.6.32-358.111.1.openstack.el6.x86_64/extra/openvswitch/openvswitch.ko

anything else I need to check? Does above looks right to you?

Thanks

Haitao

On Tue, Jul 9, 2013 at 10:29 PM, Aaron Rosen aro...@nicira.com wrote:
 You should be able to compile openvswitch from source here :
 http://openvswitch.org/download/ and then you'll get tunnel support.

 Aaron


 On Tue, Jul 9, 2013 at 10:21 PM, Haitao Jiang jianghai...@gmail.com wrote:

 Aaron  Chandler

 Thanks a lot for the help. I should have mentioned that the host OS is
 CentOS 6.4 (specifically the kernel from RedHat RDO). I googled and
 found that it may not have gre tunneling support. Is there anyone who
 has successfully set up gre with RDO's kernel or it is just can not be
 done and I should use the VLAN.

 As Aaron suspected, there are errprs in the OVS agent log:

 system@ovs-system: failed to add gre-3 as port: Address family not
 supported by protocol

 More details below

 Any pointer will be highly appreciated!

 Haitao
 ==
 Here are some outputs on my compute node (.46, .42 is the control node
 and .44 is the network node):


 # ovs-vsctl show
 1d554b19-2a2b-493d-a123-0efb0aabc7d1
 Bridge br-int
 Port br-int
 Interface br-int
 type: internal
 Port qvo8108425f-ef
 tag: 1
 Interface qvo8108425f-ef
 Port patch-tun
 Interface patch-tun
 type: patch
 options: {peer=patch-int}
 Bridge br-tun
 Port br-tun
 Interface br-tun
 type: internal
 Port gre-3
 Interface gre-3
 type: gre
 options: {in_key=flow, out_key=flow,
 remote_ip=10.18.250.44}
 Port gre-4
 Interface gre-4
 type: gre
 options: {in_key=flow, out_key=flow,
 remote_ip=10.18.250.42}
 Port patch-int
 Interface patch-int
 type: patch
 options: {peer=patch-tun}
 ovs_version: 1.10.0

 # ovs-ofctl dump-ports br-tun
 OFPST_PORT reply (xid=0x2): 2 ports
   port  1: rx pkts=50, bytes=3300, drop=0, errs=0, frame=0, over=0, crc=0
tx pkts=0, bytes=0, drop=0, errs=0, coll=0
   port LOCAL: rx pkts=0, bytes=0, drop=0, errs=0, frame=0, over=0, crc=0
tx pkts=140, bytes=9800, drop=0, errs=0, coll=0

 # uname -r
 2.6.32-358.111.1.openstack.el6.x86_64

 # modinfo openvswitch
 filename:

 /lib/modules/2.6.32-358.111.1.openstack.el6.x86_64/extra/openvswitch/openvswitch.ko
 version:1.10.0
 license:GPL
 description:Open vSwitch switching datapath
 srcversion: 480D55A9BB0E8B000E32010
 depends:
 vermagic:   2.6.32-358.111.1.openstack.el6.x86_64 SMP mod_unload
 modversions
 parm:   vlan_tso:Enable TSO for VLAN packets (int)

 # tail ovs-vswitchd.log

 2013-07-09T23:28:18Z|2|reconnect|INFO|unix:/var/run/openvswitch/db.sock:
 connecting...

 2013-07-09T23:28:18Z|3|reconnect|INFO|unix:/var/run/openvswitch/db.sock:
 connected
 2013-07-09T23:28:18Z|4|bridge|INFO|bridge br-int: added interface
 patch-tun on port 1
 2013-07-09T23:28:18Z|5|bridge|INFO|bridge br-tun: added interface
 patch-int on port 1
 2013-07-09T23:28:18Z|6|dpif|WARN|system@ovs-system: failed to add
 gre-3 as port: Address 

Re: [Openstack] Grizzly GRE tunneling network set up problems

2013-07-10 Thread Aaron Rosen
You should follow the instructions here:
http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob;f=INSTALL;h=5589fe7dd7203308bbec27a562cb9899d218577a;hb=a4fff9cc390b69bde1257b414212505a72c4b450


On Wed, Jul 10, 2013 at 10:27 AM, Haitao Jiang jianghai...@gmail.comwrote:

 Aaron

 I followed instructions in
 http://n40lab.wordpress.com/2013/06/03/centos-6-4-openvswitch-installation/
 on my compute node as a test. Restarted OVS, but still see the same
 error in the ovs-vswitchd.log. This is what I have

 kmod-openvswitch.x86_64  1.10.0-1.el6
  @/kmod-openvswitch-1.10.0-1.el6.x86_64
 openstack-quantum-openvswitch.noarch2013.1.2-1.el6
 @openstack-grizzly
 openvswitch.x86_641.10.0-1.el6
   @openstack-grizzly

 filename:

 /lib/modules/2.6.32-358.111.1.openstack.el6.x86_64/extra/openvswitch/openvswitch.ko
 version:1.10.0
 license:GPL
 description:Open vSwitch switching datapath
 srcversion: 480D55A9BB0E8B000E32010
 depends:
 vermagic:   2.6.32-358.111.1.openstack.el6.x86_64 SMP mod_unload
 modversions
 parm:   vlan_tso:Enable TSO for VLAN packets (int)

 # find / -name openvswitch.ko | xargs ls -l
 -rw-r--r-- 1 ovswitch ovswitch 4948350 Jul  9 21:41

 /home/ovswitch/rpmbuild/BUILD/openvswitch-1.10.0/_default/datapath/linux/openvswitch.ko
 -rw-r--r-- 1 root root 4948350 Jul  9 21:41

 /lib/modules/2.6.32-358.111.1.openstack.el6.x86_64/extra/openvswitch/openvswitch.ko
 -rwxr--r-- 1 root root   77936 Jun 12 20:19

 /lib/modules/2.6.32-358.111.1.openstack.el6.x86_64/kernel/net/openvswitch/openvswitch.ko
 -rwxr--r-- 1 root root   72912 Jun 12 04:36

 /lib/modules/2.6.32-358.11.1.el6.x86_64/kernel/net/openvswitch/openvswitch.ko
 lrwxrwxrwx 1 root root  83 Jul  9 21:42

 /lib/modules/2.6.32-358.11.1.el6.x86_64/weak-updates/openvswitch/openvswitch.ko
 -
 /lib/modules/2.6.32-358.111.1.openstack.el6.x86_64/extra/openvswitch/openvswitch.ko

 anything else I need to check? Does above looks right to you?

 Thanks

 Haitao

 On Tue, Jul 9, 2013 at 10:29 PM, Aaron Rosen aro...@nicira.com wrote:
  You should be able to compile openvswitch from source here :
  http://openvswitch.org/download/ and then you'll get tunnel support.
 
  Aaron
 
 
  On Tue, Jul 9, 2013 at 10:21 PM, Haitao Jiang jianghai...@gmail.com
 wrote:
 
  Aaron  Chandler
 
  Thanks a lot for the help. I should have mentioned that the host OS is
  CentOS 6.4 (specifically the kernel from RedHat RDO). I googled and
  found that it may not have gre tunneling support. Is there anyone who
  has successfully set up gre with RDO's kernel or it is just can not be
  done and I should use the VLAN.
 
  As Aaron suspected, there are errprs in the OVS agent log:
 
  system@ovs-system: failed to add gre-3 as port: Address family not
  supported by protocol
 
  More details below
 
  Any pointer will be highly appreciated!
 
  Haitao
  ==
  Here are some outputs on my compute node (.46, .42 is the control node
  and .44 is the network node):
 
 
  # ovs-vsctl show
  1d554b19-2a2b-493d-a123-0efb0aabc7d1
  Bridge br-int
  Port br-int
  Interface br-int
  type: internal
  Port qvo8108425f-ef
  tag: 1
  Interface qvo8108425f-ef
  Port patch-tun
  Interface patch-tun
  type: patch
  options: {peer=patch-int}
  Bridge br-tun
  Port br-tun
  Interface br-tun
  type: internal
  Port gre-3
  Interface gre-3
  type: gre
  options: {in_key=flow, out_key=flow,
  remote_ip=10.18.250.44}
  Port gre-4
  Interface gre-4
  type: gre
  options: {in_key=flow, out_key=flow,
  remote_ip=10.18.250.42}
  Port patch-int
  Interface patch-int
  type: patch
  options: {peer=patch-tun}
  ovs_version: 1.10.0
 
  # ovs-ofctl dump-ports br-tun
  OFPST_PORT reply (xid=0x2): 2 ports
port  1: rx pkts=50, bytes=3300, drop=0, errs=0, frame=0, over=0,
 crc=0
 tx pkts=0, bytes=0, drop=0, errs=0, coll=0
port LOCAL: rx pkts=0, bytes=0, drop=0, errs=0, frame=0, over=0, crc=0
 tx pkts=140, bytes=9800, drop=0, errs=0, coll=0
 
  # uname -r
  2.6.32-358.111.1.openstack.el6.x86_64
 
  # modinfo openvswitch
  filename:
 
 
 /lib/modules/2.6.32-358.111.1.openstack.el6.x86_64/extra/openvswitch/openvswitch.ko
  version:1.10.0
  license:GPL
  description:Open vSwitch switching datapath
  srcversion: 480D55A9BB0E8B000E32010
  depends:
  vermagic:   2.6.32-358.111.1.openstack.el6.x86_64 SMP mod_unload
  modversions
  parm:   vlan_tso:Enable TSO for VLAN packets (int)
 
  # tail ovs-vswitchd.log
 
 
 

Re: [Openstack] Swift tempurl

2013-07-10 Thread Shrinand Javadekar
I had a similar problem. See [1]. The fix was to add delay_auth_decision =
1 in the proxy-server.conf

[filter:authtoken]
...
delay_auth_decision = 1

-Shri
[1] https://answers.launchpad.net/swift/+question/225614


On Wed, Jul 10, 2013 at 4:43 AM, Morten Møller Riis m...@gigahost.dk wrote:

 I've been looking at tempurl.py and found that the problem occurs here:

 def _get_key(self, env, account):
 
 Returns the X-Account-Meta-Temp-URL-Key header value for the
 account, or None if none is set.

 :param env: The WSGI environment for the request.
 :param account: Account str.
 :returns: X-Account-Meta-Temp-URL-Key str value, or None.
 
 key = None
 memcache = env.get('swift.cache')
 if memcache:
 key = memcache.get('temp-url-key/%s' % account)
 if not key:
 newenv = make_pre_authed_env(env, 'HEAD', '/v1/' + account,
  self.agent)
 newenv['CONTENT_LENGTH'] = '0'
 newenv['wsgi.input'] = StringIO('')
 key = [None]

 def _start_response(status, response_headers, exc_info=None):
 for h, v in response_headers:
 if h.lower() == 'x-account-meta-temp-url-key':
 key[0] = v

 i = iter(self.app(newenv, _start_response))
 self.logger.info()
 try:
 i.next()
 except StopIteration:
 pass
 key = key[0]
 if key and memcache:
 memcache.set('temp-url-key/%s' % account, key, timeout=60)
 return key

 The request get 403 forbidden and thus never gets the key in the first
 place. I'm looking at the github repo and the implementation there seems to
 have changed.


 Mvh / Best regards
 Morten Møller Riis
 Gigahost ApS
 m...@gigahost.dk




 On Jul 10, 2013, at 6:24 PM, Morten Møller Riis m...@gigahost.dk wrote:

 I'm having trouble getting tempurl to work.

 I set the X-Account-Meta-Temp-Url-Key metadata on the account. And a GET
 request shows it's set correctly.

 I've enabled it on the proxy server in /etc/swift/proxy-server.conf:

 [DEFAULT]
 bind_port = 8080
 workers = 8
 user = swift

 [pipeline:main]
 pipeline = healthcheck cache tempurl swauth proxy-server

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

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

 [filter:swauth]
 use = egg:swauth#swauth
 set log_name = swauth
 super_admin_key = removed
 default_swift_cluster = gigahost#https://url/v1#http://localhost:8080/v1

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

 [filter:cache]
 use = egg:swift#memcache
 memcache_servers = 127.0.0.1:11211

 When creating the tempurl's, even using the swift-temp-url program I get:

 ~ $ curl -i https://
 url/v1/AUTH_224b1001-2c75-444c-aaef-30af13b9154c/000/206.pdf?temp_url_sig=387d79120a591e1cf6f4d4356f5c0a96fb49d202temp_url_expires=1373438360
 HTTP/1.1 401 Unauthorized
 Server: nginx
 Date: Wed, 10 Jul 2013 08:21:32 GMT
 Content-Type: text/plain
 Content-Length: 35
 Connection: keep-alive

 401 Unauthorized: Temp URL invalid

 I've even tried running it locally on the proxy-server to localhost:8080,
 so I'm sure it's not nginx doing any funny stuff.

 Does anybody have any suggestions? I'm pretty lost :(


 Mvh / Best regards
 Morten Møller Riis
 Gigahost ApS
 m...@gigahost.dk




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



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


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


[Openstack] [openstack][Neutron] Allocating fixed and floating IPs from the same subnet

2013-07-10 Thread Cristian Tomoiaga
Hello everyone,

I was wondering if it is a good idea to allocate IPs either fixed or
floating from the same subnet (external , routable IPs).

My use case is something like this:

A tenant needs to have direct access to the external network (no NAT) and
if he chooses to use a load balancer he should be able to also use floating
IPs.
I don't really want to allocate more than one subnet for routable IPs, at
least I don't see a reason why.
A tenant should be able to have access to a limited number of routable IPs
that would remain allocated to him no matter what happens to instances and
he should be able to either allocate an IP directly to an instance or set
that IP as a floating IP for other services like LBaaS.

I see that right now I can just create a floating IP from a subnet that can
also be used for fixed IPs (flat provider use case).

Mainly I want floating IPs but with the possibility of allocating a
floating IP to an instance directly (no nat )

There is some coding to be done here, however first I would like to ask the
community if this is a sound idea or I am missing something.

-- 
Regards,
Cristian Tomoiaga
___
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] New mailing lists in Italian, Spanish, Vietnamese

2013-07-10 Thread Stefano Maffulli
Hello there,

We've setup three new mailing lists in non-English languages. You can
discuss OpenStack-related issues in Spanish, Vietnamese, Italian
subscribing at the addresses below:

Spanish
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-es

Vietnamese
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-vi

Italian
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-it

Other resources for international groups are on the wiki

http://wiki.openstack.org/OpenStackUserGroups

Regards,
Stef

-- 
Ask and answer questions on https://ask.openstack.org

___
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] Nova API to get VMs belonging to other users / tenants

2013-07-10 Thread Narayanan, Krishnaprasad
Hi Brent,

I am running OpenStack ESSEX in my cloud. If it is possible, can you tell me 
the steps to assign an admin role to a user in keystone.

Do I have to change anything in the policy.json related to the servers API?

Currently I use this API for getting the servers details - 
compute_extension:extended_server_attributes: []

Thanks
Krishnaprasad
From: Brent Roskos [mailto:brent.ros...@solinea.com]
Sent: Dienstag, 25. Juni 2013 23:16
To: Narayanan, Krishnaprasad
Cc: openstack@lists.launchpad.net
Subject: Re: [Openstack] Nova API to get VMs belonging to other users / tenants

No - you need a token with admin creds for that (user must have admin role in 
keystone).
Once you have the correct creds, you can use the nova cli:

nova list  --all-tenants

If you wanted to see how this looks in the raw API, just pass the debug flag in 
the cli and it will show you the correct post.

Brent

On Tue, Jun 25, 2013 at 11:59 AM, Narayanan, Krishnaprasad 
naray...@uni-mainz.demailto:naray...@uni-mainz.de wrote:
Hallo All,

Is it possible using the Nova API for a normal user / tenant to get all VMs 
belonging to other users / tenants?

If yes, can I get to know how to achieve this?

Thanks
Krishnaprasad

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

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


[Openstack] qemu in Grizzly Ubuntu Cloud Archive?

2013-07-10 Thread Samuel Winchenbach
Hi All,

Does anyone know if there is a reason that qemu = 1.3.0 is not in the
Grizzly Ubuntu Cloud Archive?

Do you see any reason that I shouldn't install the qemu 1.5.0 packages (for
havana) manually for a grizzly install?

I would really like to have the zero-downtime snapshot capability afforded
by qemu = 1.3.0


Thanks,
Sam
___
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 tempurl

2013-07-10 Thread Morten Møller Riis
I use swauth, and thus authtoken is not present in my pipeline. This might be 
why I'm seeing the problem actually.

Mvh / Best regards
Morten Møller Riis
Gigahost ApS
m...@gigahost.dk




On Jul 11, 2013, at 4:04 AM, Shrinand Javadekar shrin...@maginatics.com wrote:

 I had a similar problem. See [1]. The fix was to add delay_auth_decision = 1 
 in the proxy-server.conf
 
 [filter:authtoken]
 ...
 delay_auth_decision = 1
 
 -Shri
 [1] https://answers.launchpad.net/swift/+question/225614
 
 
 On Wed, Jul 10, 2013 at 4:43 AM, Morten Møller Riis m...@gigahost.dk wrote:
 I've been looking at tempurl.py and found that the problem occurs here:
 
 def _get_key(self, env, account):
 
 Returns the X-Account-Meta-Temp-URL-Key header value for the
 account, or None if none is set.
 
 :param env: The WSGI environment for the request.
 :param account: Account str.
 :returns: X-Account-Meta-Temp-URL-Key str value, or None.
 
 key = None
 memcache = env.get('swift.cache')
 if memcache:
 key = memcache.get('temp-url-key/%s' % account)
 if not key:
 newenv = make_pre_authed_env(env, 'HEAD', '/v1/' + account,
  self.agent)
 newenv['CONTENT_LENGTH'] = '0'
 newenv['wsgi.input'] = StringIO('')
 key = [None]
 
 def _start_response(status, response_headers, exc_info=None):
 for h, v in response_headers:
 if h.lower() == 'x-account-meta-temp-url-key':
 key[0] = v
 
 i = iter(self.app(newenv, _start_response))
 self.logger.info()
 try:
 i.next()
 except StopIteration:
 pass
 key = key[0]
 if key and memcache:
 memcache.set('temp-url-key/%s' % account, key, timeout=60)
 return key
 
 The request get 403 forbidden and thus never gets the key in the first place. 
 I'm looking at the github repo and the implementation there seems to have 
 changed.
 
 
 Mvh / Best regards
 Morten Møller Riis
 Gigahost ApS
 m...@gigahost.dk
 
 
 
 
 On Jul 10, 2013, at 6:24 PM, Morten Møller Riis m...@gigahost.dk wrote:
 
 I'm having trouble getting tempurl to work.
 
 I set the X-Account-Meta-Temp-Url-Key metadata on the account. And a GET 
 request shows it's set correctly.
 
 I've enabled it on the proxy server in /etc/swift/proxy-server.conf:
 
 [DEFAULT]
 bind_port = 8080
 workers = 8
 user = swift
 
 [pipeline:main]
 pipeline = healthcheck cache tempurl swauth proxy-server
 
 [app:proxy-server]
 use = egg:swift#proxy
 allow_account_management = true
 account_autocreate = true
 
 [filter:tempurl]
 use = egg:swift#tempurl
 
 [filter:swauth]
 use = egg:swauth#swauth
 set log_name = swauth
 super_admin_key = removed
 default_swift_cluster = gigahost#https://url/v1#http://localhost:8080/v1
 
 [filter:healthcheck]
 use = egg:swift#healthcheck
 
 [filter:cache]
 use = egg:swift#memcache
 memcache_servers = 127.0.0.1:11211
 
 When creating the tempurl's, even using the swift-temp-url program I get:
 
 ~ $ curl -i 
 https://url/v1/AUTH_224b1001-2c75-444c-aaef-30af13b9154c/000/206.pdf?temp_url_sig=387d79120a591e1cf6f4d4356f5c0a96fb49d202temp_url_expires=1373438360
 HTTP/1.1 401 Unauthorized
 Server: nginx
 Date: Wed, 10 Jul 2013 08:21:32 GMT
 Content-Type: text/plain
 Content-Length: 35
 Connection: keep-alive
 
 401 Unauthorized: Temp URL invalid
 
 I've even tried running it locally on the proxy-server to localhost:8080, so 
 I'm sure it's not nginx doing any funny stuff.
 
 Does anybody have any suggestions? I'm pretty lost :(
 
 
 Mvh / Best regards
 Morten Møller Riis
 Gigahost ApS
 m...@gigahost.dk
 
 
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 ___
 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] Swift tempurl

2013-07-10 Thread Morten Møller Riis
This turned out to be a known issue with swath.

I upgraded to a newer version and the problem was resolved :)

Mvh / Best regards
Morten Møller Riis
Gigahost ApS
m...@gigahost.dk




On Jul 11, 2013, at 10:52 AM, Morten Møller Riis m...@gigahost.dk wrote:

 I use swauth, and thus authtoken is not present in my pipeline. This might be 
 why I'm seeing the problem actually.
 
 Mvh / Best regards
 Morten Møller Riis
 Gigahost ApS
 m...@gigahost.dk
 
 
 
 
 On Jul 11, 2013, at 4:04 AM, Shrinand Javadekar shrin...@maginatics.com 
 wrote:
 
 I had a similar problem. See [1]. The fix was to add delay_auth_decision = 1 
 in the proxy-server.conf
 
 [filter:authtoken]
 ...
 delay_auth_decision = 1
 
 -Shri
 [1] https://answers.launchpad.net/swift/+question/225614
 
 
 On Wed, Jul 10, 2013 at 4:43 AM, Morten Møller Riis m...@gigahost.dk wrote:
 I've been looking at tempurl.py and found that the problem occurs here:
 
 def _get_key(self, env, account):
 
 Returns the X-Account-Meta-Temp-URL-Key header value for the
 account, or None if none is set.
 
 :param env: The WSGI environment for the request.
 :param account: Account str.
 :returns: X-Account-Meta-Temp-URL-Key str value, or None.
 
 key = None
 memcache = env.get('swift.cache')
 if memcache:
 key = memcache.get('temp-url-key/%s' % account)
 if not key:
 newenv = make_pre_authed_env(env, 'HEAD', '/v1/' + account,
  self.agent)
 newenv['CONTENT_LENGTH'] = '0'
 newenv['wsgi.input'] = StringIO('')
 key = [None]
 
 def _start_response(status, response_headers, exc_info=None):
 for h, v in response_headers:
 if h.lower() == 'x-account-meta-temp-url-key':
 key[0] = v
 
 i = iter(self.app(newenv, _start_response))
 self.logger.info()
 try:
 i.next()
 except StopIteration:
 pass
 key = key[0]
 if key and memcache:
 memcache.set('temp-url-key/%s' % account, key, timeout=60)
 return key
 
 The request get 403 forbidden and thus never gets the key in the first 
 place. I'm looking at the github repo and the implementation there seems to 
 have changed.
 
 
 Mvh / Best regards
 Morten Møller Riis
 Gigahost ApS
 m...@gigahost.dk
 
 
 
 
 On Jul 10, 2013, at 6:24 PM, Morten Møller Riis m...@gigahost.dk wrote:
 
 I'm having trouble getting tempurl to work.
 
 I set the X-Account-Meta-Temp-Url-Key metadata on the account. And a GET 
 request shows it's set correctly.
 
 I've enabled it on the proxy server in /etc/swift/proxy-server.conf:
 
 [DEFAULT]
 bind_port = 8080
 workers = 8
 user = swift
 
 [pipeline:main]
 pipeline = healthcheck cache tempurl swauth proxy-server
 
 [app:proxy-server]
 use = egg:swift#proxy
 allow_account_management = true
 account_autocreate = true
 
 [filter:tempurl]
 use = egg:swift#tempurl
 
 [filter:swauth]
 use = egg:swauth#swauth
 set log_name = swauth
 super_admin_key = removed
 default_swift_cluster = gigahost#https://url/v1#http://localhost:8080/v1
 
 [filter:healthcheck]
 use = egg:swift#healthcheck
 
 [filter:cache]
 use = egg:swift#memcache
 memcache_servers = 127.0.0.1:11211
 
 When creating the tempurl's, even using the swift-temp-url program I get:
 
 ~ $ curl -i 
 https://url/v1/AUTH_224b1001-2c75-444c-aaef-30af13b9154c/000/206.pdf?temp_url_sig=387d79120a591e1cf6f4d4356f5c0a96fb49d202temp_url_expires=1373438360
 HTTP/1.1 401 Unauthorized
 Server: nginx
 Date: Wed, 10 Jul 2013 08:21:32 GMT
 Content-Type: text/plain
 Content-Length: 35
 Connection: keep-alive
 
 401 Unauthorized: Temp URL invalid
 
 I've even tried running it locally on the proxy-server to localhost:8080, 
 so I'm sure it's not nginx doing any funny stuff.
 
 Does anybody have any suggestions? I'm pretty lost :(
 
 
 Mvh / Best regards
 Morten Møller Riis
 Gigahost ApS
 m...@gigahost.dk
 
 
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp
 
 
 

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


[Openstack] VM do not get ip when use quantum

2013-07-10 Thread jt628910
hi all:
OS : rhel6.4
openstack version:Gizzly

install quantum with doc  
:http://docs.openstack.org/grizzly/openstack-network/admin/content/

service  quantum-l3-agent  status
quantum-l3-agent dead,but pid exit

In dashboard ,when i add a instance  ,  it show that this instance  have added 
a ip such as 192.168.10.2

but   in vm  ,I do not see eth0  have this IP

tailf /var/log/quantum/dhcp-agent.log 

Traceback (most recent call last):
  File /usr/lib/python2.6/site-packages/quantum/agent/dhcp_agent.py, line 
131, in call_driver
getattr(driver, action)()
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/dhcp.py, line 
124, in enable
reuse_existing=True)
  File /usr/lib/python2.6/site-packages/quantum/agent/dhcp_agent.py, line 
554, in setup
namespace=namespace)
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/interface.py, 
line 181, in plug
ns_dev.link.set_address(mac_address)
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/ip_lib.py, line 
180, in set_address
self._as_root('set', self.name, 'address', mac_address)
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/ip_lib.py, line 
167, in _as_root
kwargs.get('use_root_namespace', False))
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/ip_lib.py, line 
47, in _as_root
namespace)
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/ip_lib.py, line 
58, in _execute
root_helper=root_helper)
  File /usr/lib/python2.6/site-packages/quantum/agent/linux/utils.py, line 
61, in execute
raise RuntimeError(m)
RuntimeError: 
Command: ['sudo', 'quantum-rootwrap', '/etc/quantum/rootwrap.conf', 'ip', 
'link', 'set', 'tapbf9a2991-33', 'address', 'fa:16:3e:a7:ea:91']
Exit code: 2
Stdout: ''
Stderr: 'RTNETLINK answers: Device or resource busy\n'


what happen about this?  



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


[Openstack] [Swift] Breakpoint resume with tempurl

2013-07-10 Thread Jonathan Lu

Hi, all stackers,

I have realized downloading large object with tempurl 
middle-wareand want to support break-point resume. Has anyone got the 
experience of fulfilling break-point resume with tempurl in Swift?


Thanks,
Jonathan Lu
___
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] user cannot change there own password

2013-07-10 Thread val john
Hi.. guys

im running simple openstack cloud with 2 compute nodes im manually
creating  user accounts for users. but seems like users cant change there
own password .

im using Openstack folsom release , Please advice

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


Re: [Openstack] user cannot change there own password

2013-07-10 Thread Ray Sun
Yes, but there's already implemented in latest code.

See here:
http://www.sebastien-han.fr/blog/2013/06/17/some-horizon-enhancements/

Best Regards
-- Ray


On Thu, Jul 11, 2013 at 12:25 PM, val john valjohn1...@gmail.com wrote:

 Hi.. guys

 im running simple openstack cloud with 2 compute nodes im manually
 creating  user accounts for users. but seems like users cant change there
 own password .

 im using Openstack folsom release , Please advice

 Thank You
 John

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


___
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] Exception during message handling on Cinder

2013-07-10 Thread Mahardhika
Hi, i've got it work when creating volume, but i can't attach to 
instance. error log from nova-compute :


/Stderr: 'iscsiadm: No session found.\n'/

i have run : iscsiadm -m node -o show
and it show it's values
On 7/10/2013 6:08 PM, claudio marques wrote:

Hi

I also found a problem a while a go with creating or managing volumes. 
After some research I could solve it by doing the following:


/vim /usr/lib/python2.7/dist-packages/cinder/volume/drivers/lvm.py/


remove line 388


385 self.tgtadm.create_iscsi_target(iscsi_name, iscsi_target,

386 0, volume_path, chap_auth,

387 check_exit_code=False*) -- 
close here the method*


388 * old_name=old_name) -- (remove this line)*


restart all cinder services
/
/
/cd /etc/init.d/; for i in $( ls cinder-* ); do sudo service $i 
restart; done/


If that doesn't help, try to see your iscsitarget is up and running. 
See the logs.


Hope it help's

Cheer's

Claudio Marques

clau...@onesource.pt mailto:clau...@onesource.pt
http://www.onesource.pt/



Date: Wed, 10 Jul 2013 16:36:49 +0700
From: mahardika.gil...@andalabs.com
To: openstack@lists.launchpad.net
Subject: [Openstack] Exception during message handling on Cinder

Hi, i've got this Error message in cinder-volume.log

ERROR [cinder.volume.iscsi] Failed to create iscsi target for volume 
id:volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd.
ERROR [cinder.volume.manager] volume 
volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd: create failed

ERROR [cinder.openstack.common.rpc.amqp] Exception during message handling

i have check on cinder.conf, api-paste.ini files, let me know if you 
guys need my config file

please help me out of this
thanks
--
Regards,
Mahardhika Gilang

*PT. Andalabs Technology *
Gedung Gravira
Jl. Cideng Barat no. 54
Jakarta Pusat 10150

HP : 0852 139 55861
Email : mahardika.gil...@andalabs.com 
mailto:mahardika.gil...@andalabs.com


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



--
Regards,
Mahardhika Gilang

*PT. Andalabs Technology *
Gedung Gravira
Jl. Cideng Barat no. 54
Jakarta Pusat 10150

HP : 0852 139 55861
Email : mahardika.gil...@andalabs.com
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Exception during message handling on Cinder

2013-07-10 Thread Hameedullah Khan
Please check your iscsi_ip_address.

If that is not the issue can you please share more information? What iscsi
implementation are you using? Are you using tgt or iscsitarget? Can you
show your cinder.conf


On Thu, Jul 11, 2013 at 8:57 AM, Mahardhika
mahardika.gil...@andalabs.comwrote:

  Hi, i've got it work when creating volume, but i can't attach to
 instance. error log from nova-compute :

 *Stderr: 'iscsiadm: No session found.\n'*

 i have run : iscsiadm -m node -o show
 and it show it's values

 On 7/10/2013 6:08 PM, claudio marques wrote:

 Hi

  I also found a problem a while a go with creating or managing volumes.
 After some research I could solve it by doing the following:

  *vim /usr/lib/python2.7/dist-packages/cinder/volume/drivers/lvm.py*


  remove line 388


  385 self.tgtadm.create_iscsi_target(iscsi_name, iscsi_target,

 386 0, volume_path, chap_auth,

 387 check_exit_code=False*) --
 close here the method*

 388   *  old_name=old_name) --
 (remove this line)*

  restart all cinder services
 *
 *
 *cd /etc/init.d/; for i in $( ls cinder-* ); do sudo service $i restart;
 done*

  If that doesn't help, try to see your iscsitarget is up and running. See
 the logs.

  Hope it help's

  Cheer's

  Claudio Marques

   clau...@onesource.pt
 http://www.onesource.pt/


  --
 Date: Wed, 10 Jul 2013 16:36:49 +0700
 From: mahardika.gil...@andalabs.com
 To: openstack@lists.launchpad.net
 Subject: [Openstack] Exception during message handling on Cinder

 Hi, i've got this Error message in cinder-volume.log

 ERROR [cinder.volume.iscsi] Failed to create iscsi target for volume
 id:volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd.
 ERROR [cinder.volume.manager] volume
 volume-7b84fb74-7278-4a5d-8f1e-735eae060bcd: create failed
 ERROR [cinder.openstack.common.rpc.amqp] Exception during message handling

 i have check on cinder.conf, api-paste.ini files, let me know if you guys
 need my config file
 please help me out of this
 thanks
 --
 Regards,
 Mahardhika Gilang

 *PT. Andalabs Technology *
 Gedung Gravira
 Jl. Cideng Barat no. 54
 Jakarta Pusat 10150

 HP : 0852 139 55861
 Email : mahardika.gil...@andalabs.com

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



 --
 Regards,
 Mahardhika Gilang

 *PT. Andalabs Technology *
 Gedung Gravira
 Jl. Cideng Barat no. 54
 Jakarta Pusat 10150

 HP : 0852 139 55861
 Email : mahardika.gil...@andalabs.com

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


___
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: saucy_havana_python-neturonclient_trunk #35

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/35/Project:saucy_havana_python-neturonclient_trunkDate of build:Wed, 10 Jul 2013 02:01:12 -0400Build duration:10 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email 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_python-neturonclient_trunk #36

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_python-neturonclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_python-neturonclient_trunk/36/Project:saucy_havana_python-neturonclient_trunkDate of build:Wed, 10 Jul 2013 02:31:12 -0400Build duration:0.54 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 15 lines...]	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Caused by: hudson.plugins.git.GitException: Command "git clone --progress -o origin https://github.com/openstack/python-neturonclient.git /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient" returned status code 128:stdout: Cloning into '/var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient'...stderr: fatal: Authentication failed	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.launchCommandIn(CliGitAPIImpl.java:774)	at org.jenkinsci.plugins.gitclient.CliGitAPIImpl.clone(CliGitAPIImpl.java:218)	... 13 moreTrying next repositoryERROR: Could not clone repositoryhudson.util.IOException2: remote file operation failed: /var/lib/jenkins/slave/workspace/saucy_havana_python-neturonclient_trunk/python-neturonclient at hudson.remoting.Channel@36eeab54:pkg-builder	at hudson.FilePath.act(FilePath.java:848)	at hudson.FilePath.act(FilePath.java:834)	at hudson.plugins.git.GitSCM.determineRevisionToBuild(GitSCM.java:942)	at hudson.plugins.git.GitSCM.checkout(GitSCM.java:1108)	at hudson.model.AbstractProject.checkout(AbstractProject.java:1256)	at hudson.model.AbstractBuild$AbstractBuildExecution.defaultCheckout(AbstractBuild.java:590)	at jenkins.scm.SCMCheckoutStrategy.checkout(SCMCheckoutStrategy.java:88)	at hudson.model.AbstractBuild$AbstractBuildExecution.run(AbstractBuild.java:495)	at hudson.model.Run.execute(Run.java:1502)	at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)	at hudson.model.ResourceController.execute(ResourceController.java:88)	at hudson.model.Executor.run(Executor.java:237)Caused by: java.io.IOException: Could not clone	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:1019)	at hudson.plugins.git.GitSCM$2.invoke(GitSCM.java:942)	at hudson.FilePath$FileCallableWrapper.call(FilePath.java:2246)	at hudson.remoting.UserRequest.perform(UserRequest.java:118)	at hudson.remoting.UserRequest.perform(UserRequest.java:48)	at hudson.remoting.Request$2.run(Request.java:326)	at hudson.remoting.InterceptingExecutorService$1.call(InterceptingExecutorService.java:72)	at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)	at java.util.concurrent.FutureTask.run(FutureTask.java:166)	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)	at hudson.remoting.Engine$1$1.run(Engine.java:58)	at java.lang.Thread.run(Thread.java:722)Email 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 #226

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/226/Project:precise_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 03:01:15 -0400Build duration:4 min 29 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove suds requirementby dirkeditrequirements.txtMake String column creation compatible with SQLAlchemy 0.8by driptoneditcinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.pyeditcinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.pyeditcinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.pyConsole Output[...truncated 18173 lines...]dch -b -D precise --newversion 1:2013.2+git201307100301~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [f2dbeaf] Make String column creation compatible with SQLAlchemy 0.8dch -a [7266ad7] Remove suds requirementdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307100301~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpNAtBrO/cinder/debian/controlsbuild -d precise-havana -n -A cinder_2013.2+git201307100301~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', 'cinder_2013.2+git201307100301~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', 'cinder_2013.2+git201307100301~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_cinder_trunk #202

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/202/Project:saucy_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 03:01:15 -0400Build duration:4 min 59 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove suds requirementby dirkeditrequirements.txtMake String column creation compatible with SQLAlchemy 0.8by driptoneditcinder/db/sqlalchemy/migrate_repo/versions/008_add_backup.pyeditcinder/db/sqlalchemy/migrate_repo/versions/002_quota_class.pyeditcinder/db/sqlalchemy/migrate_repo/versions/010_add_transfers_table.pyConsole Output[...truncated 19041 lines...]dch -b -D saucy --newversion 1:2013.2+git201307100301~saucy-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [f2dbeaf] Make String column creation compatible with SQLAlchemy 0.8dch -a [7266ad7] Remove suds requirementdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307100301~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpgLkwe_/cinder/debian/controlsbuild -d saucy-havana -n -A cinder_2013.2+git201307100301~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+git201307100301~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+git201307100301~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 #551

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/551/Project:precise_havana_nova_trunkDate of build:Wed, 10 Jul 2013 04:31:17 -0400Build duration:2 min 54 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPort fping extension to v3 API Part 2by cyeoheditetc/nova/policy.jsoneditnova/api/openstack/compute/plugins/v3/fping.pyeditnova/tests/api/openstack/compute/plugins/v3/test_fping.pyeditnova/tests/fake_policy.pyeditsetup.cfgConsole Output[...truncated 3998 lines...]dch -a [1ae9104] Port consoles extension API into v3 part2dch -a [ccf265c] Port consoles extension API into v3 part1dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-1f1f2539-ca6d-48db-b23e-af9b888cf028', '-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-1f1f2539-ca6d-48db-b23e-af9b888cf028', '-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: saucy_havana_nova_trunk #393

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/393/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 04:31:15 -0400Build duration:3 min 52 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPort fping extension to v3 API Part 2by cyeoheditetc/nova/policy.jsoneditnova/tests/api/openstack/compute/plugins/v3/test_fping.pyeditnova/api/openstack/compute/plugins/v3/fping.pyeditnova/tests/fake_policy.pyeditsetup.cfgConsole Output[...truncated 4985 lines...]dch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] AcceINFO:root:Destroying schroot.pt is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-c805e219-cb8a-4752-a4b5-1e078ef09a75', '-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-c805e219-cb8a-4752-a4b5-1e078ef09a75', '-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_nova_trunk #552

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/552/Project:precise_havana_nova_trunkDate of build:Wed, 10 Jul 2013 05:31:15 -0400Build duration:2 min 59 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd unique constraint to AgentBuild.by yzveryanskyyeditnova/tests/db/test_migrations.pyeditnova/tests/db/test_db_api.pyeditnova/db/sqlalchemy/models.pyaddnova/db/sqlalchemy/migrate_repo/versions/197_add_agent_build_uc.pyeditnova/exception.pyeditnova/db/sqlalchemy/api.pyConsole Output[...truncated 4002 lines...]dch -a [1ae9104] Port consoles extension API into v3 part2dch -a [ccf265c] Port consoles extension API into v3 part1dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-07ac5579-ec13-4ee8-a078-aa1eaed41815', '-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-07ac5579-ec13-4ee8-a078-aa1eaed41815', '-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: saucy_havana_nova_trunk #394

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/394/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 05:31:16 -0400Build duration:4 min 2 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd unique constraint to AgentBuild.by yzveryanskyyeditnova/db/sqlalchemy/models.pyeditnova/tests/db/test_db_api.pyeditnova/tests/db/test_migrations.pyeditnova/db/sqlalchemy/api.pyeditnova/exception.pyaddnova/db/sqlalchemy/migrate_repo/versions/197_add_agent_build_uc.pyConsole Output[...truncated 4989 lines...]dch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml inINFO:root:Destroying schroot. libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-b8ab0599-bb24-48f8-8339-c97b053d5540', '-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-b8ab0599-bb24-48f8-8339-c97b053d5540', '-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_neutron_trunk #7

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/7/Project:precise_havana_neutron_trunkDate of build:Wed, 10 Jul 2013 07:31:24 -0400Build duration:1 min 54 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditneutron/locale/da/LC_MESSAGES/neutron.poeditneutron/locale/it/LC_MESSAGES/neutron.poeditneutron/locale/de/LC_MESSAGES/neutron.poeditneutron/locale/fi_FI/LC_MESSAGES/neutron.poeditneutron/locale/es/LC_MESSAGES/neutron.poeditneutron/locale/zh_CN/LC_MESSAGES/neutron.poeditneutron/locale/cs/LC_MESSAGES/neutron.poeditneutron/locale/ka_GE/LC_MESSAGES/neutron.poeditneutron/locale/zh_TW/LC_MESSAGES/neutron.poeditneutron/locale/vi_VN/LC_MESSAGES/neutron.poeditneutron/locale/ru/LC_MESSAGES/neutron.poeditneutron/locale/pl_PL/LC_MESSAGES/neutron.poeditneutron/locale/neutron.poteditneutron/locale/pt_BR/LC_MESSAGES/neutron.poeditneutron/locale/ko_KR/LC_MESSAGES/neutron.poeditneutron/locale/ja/LC_MESSAGES/neutron.poeditneutron/locale/fr/LC_MESSAGES/neutron.poeditneutron/locale/ro/LC_MESSAGES/neutron.poeditneutron/locale/bg_BG/LC_MESSAGES/neutron.poeditneutron/locale/sl_SI/LC_MESSAGES/neutron.poConsole Output[...truncated 1559 lines...]uscan --verbose --force-download --rename --destdir=../build-areauscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.make: *** [get-orig-source] Error 2Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.uscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307100731~precise.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-7b159cee-7fa2-47e4-a26f-6a6d19b15b79', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-7b159cee-7fa2-47e4-a26f-6a6d19b15b79', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D precise --newversion 1:2013.2+git201307100731~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [40a5853] Allow gateway address to be unset for an existing subnetdch -a [f475f55] Imported Translations from Transifexdch -a [34b8ee5] Ensure that the neutron server is properly monkey patcheddch -a [c4d423e] Fix for Cisco plugin sample config.dch -a [758666d] Allow router route update in XML.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-7b159cee-7fa2-47e4-a26f-6a6d19b15b79', '-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-7b159cee-7fa2-47e4-a26f-6a6d19b15b79', '-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 #227

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/227/Project:precise_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 07:31:25 -0400Build duration:9 min 9 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd interface class for backup driversby m.koderereditetc/cinder/cinder.conf.sampleeditcinder/tests/conf_fixture.pyeditcinder/tests/test_backup.pydeletecinder/backup/services/ceph.pyaddcinder/backup/drivers/ceph.pyaddcinder/backup/drivers/swift.pyeditcinder/tests/backup/fake_service.pydeletecinder/backup/services/swift.pydeletecinder/backup/services/__init__.pyeditcinder/tests/test_backup_ceph.pyaddcinder/backup/driver.pyaddcinder/backup/drivers/__init__.pyeditcinder/tests/test_backup_swift.pyeditcinder/tests/fake_flags.pyeditcinder/backup/manager.pyConsole Output[...truncated 18145 lines...]git log -n1 --no-merges --pretty=format:%Hgit log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [f2dbeaf] Make String column creation compatible with SQLAlchemy 0.8dch -a [7266ad7] Remove suds requirementdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [e2a58aa] Add interface class for backup driversdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307100731~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpf5uSa0/cinder/debian/controlsbuild -d precise-havana -n -A cinder_2013.2+git201307100731~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', 'cinder_2013.2+git201307100731~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', 'cinder_2013.2+git201307100731~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_cinder_trunk #203

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/203/Project:saucy_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 07:32:15 -0400Build duration:9 min 14 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd interface class for backup driversby m.kodererdeletecinder/backup/services/ceph.pyeditcinder/tests/test_backup_swift.pyeditcinder/tests/test_backup_ceph.pyeditcinder/tests/backup/fake_service.pyeditcinder/tests/test_backup.pydeletecinder/backup/services/__init__.pyeditcinder/tests/conf_fixture.pyaddcinder/backup/drivers/swift.pyeditcinder/tests/fake_flags.pyeditcinder/backup/manager.pyaddcinder/backup/drivers/__init__.pyaddcinder/backup/driver.pyaddcinder/backup/drivers/ceph.pyeditetc/cinder/cinder.conf.sampledeletecinder/backup/services/swift.pyConsole Output[...truncated 19084 lines...]git log -n1 --no-merges --pretty=format:%Hgit log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [f2dbeaf] Make String column creation compatible with SQLAlchemy 0.8dch -a [7266ad7] Remove suds requirementdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [e2a58aa] Add interface class for backup driversdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307100732~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpaKKMV6/cinder/debian/controlsbuild -d saucy-havana -n -A cinder_2013.2+git201307100732~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+git201307100732~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+git201307100732~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 #555

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/555/Project:precise_havana_nova_trunkDate of build:Wed, 10 Jul 2013 08:32:19 -0400Build duration:4 min 28 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdding action based authorization for keypairs.by aarti.kriplanieditnova/api/openstack/compute/contrib/keypairs.pyeditnova/tests/api/openstack/compute/plugins/v3/test_keypairs.pyeditnova/tests/fake_policy.pyeditetc/nova/policy.jsoneditnova/api/openstack/compute/plugins/v3/keypairs.pyeditnova/tests/api/openstack/compute/contrib/test_keypairs.pyConsole Output[...truncated 4043 lines...]dch -a [1ae9104] Port consoles extension API into v3 part2dch -a [ccf265c] Port consoles extension API into v3 part1dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-128027fa-76e0-4fdd-8f4d-bc15a74bd249', '-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-128027fa-76e0-4fdd-8f4d-bc15a74bd249', '-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: saucy_havana_nova_trunk #397

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/397/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 08:31:15 -0400Build duration:5 min 32 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdding action based authorization for keypairs.by aarti.kriplanieditnova/tests/api/openstack/compute/contrib/test_keypairs.pyeditetc/nova/policy.jsoneditnova/tests/fake_policy.pyeditnova/api/openstack/compute/plugins/v3/keypairs.pyeditnova/api/openstack/compute/contrib/keypairs.pyeditnova/tests/api/openstack/compute/plugins/v3/test_keypairs.pyConsole Output[...truncated 5030 lines...]dch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean upINFO:root:Destroying schroot. scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-7f72c2f0-0ede-4f93-baa6-03787a60a193', '-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-7f72c2f0-0ede-4f93-baa6-03787a60a193', '-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_ceilometer_trunk #160

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/160/Project:precise_havana_ceilometer_trunkDate of build:Wed, 10 Jul 2013 10:03:19 -0400Build duration:8 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAlso accept timeout parameter in FakeMemCacheby dirkedittests/api/v2/acl.pyConsole Output[...truncated 1511 lines...]dch -a [7a99c9c] Update glossarydch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [ef17d89] update Quantum references to Neutrondch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201307101004~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpvKWt0I/ceilometer/debian/controlsbuild -d precise-havana -n -A ceilometer_2013.2+git201307101004~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', 'ceilometer_2013.2+git201307101004~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'ceilometer_2013.2+git201307101004~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_ceilometer_trunk #142

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/142/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 10 Jul 2013 10:03:44 -0400Build duration:13 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAlso accept timeout parameter in FakeMemCacheby dirkedittests/api/v2/acl.pyConsole Output[...truncated 2188 lines...]dch -a [7a99c9c] Update glossarydch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [ef17d89] update Quantum references to Neutrondch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201307101004~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpHgeOI5/ceilometer/debian/controlsbuild -d saucy-havana -n -A ceilometer_2013.2+git201307101004~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', 'ceilometer_2013.2+git201307101004~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'ceilometer_2013.2+git201307101004~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/149/Project:precise_havana_keystone_trunkDate of build:Wed, 10 Jul 2013 08:31:14 -0400Build duration:2 hr 35 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesRemove a useless arg in range()by du.yujie.osedittests/test_backend.pyConsole Output[...truncated 3918 lines...]Package-Time: 9124Source-Version: 1:2013.2+git201307100831~precise-0ubuntu1Space: 10204Status: attemptedVersion: 1:2013.2+git201307100831~precise-0ubuntu1Finished at 20130710-1105Build needed 02:32:04, 10204k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'keystone_2013.2+git201307100831~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'keystone_2013.2+git201307100831~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/keystone/havana keystonedch -b -D precise --newversion 1:2013.2+git201307100831~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log 4e3ab715d30e19f5e967b8de0200ab3e89a8465d..HEAD --no-merges --pretty=format:[%h] %sdch -a [fafdf07] assignment backenddch -a [ab786f7] Move comments in front of dependenciesdch -a [22e3fb7] Fix issue with v3 tokens and group membership rolesdch -a [adc75be] Remove a useless arg in range()dch -a [eb930fd] Add callbacks for set_global_enginedch -a [19fb6fc] Work without admin_token_auth middlewaredebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.2+git201307100831~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpjJUqqS/keystone/debian/controlsbuild -d precise-havana -n -A keystone_2013.2+git201307100831~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', 'keystone_2013.2+git201307100831~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', 'keystone_2013.2+git201307100831~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_neutron_trunk/8/Project:precise_havana_neutron_trunkDate of build:Wed, 10 Jul 2013 11:31:27 -0400Build duration:1 min 31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd cover/ to .gitignoreby r-mibuedit.gitignoreConsole Output[...truncated 1559 lines...]uscan --verbose --force-download --rename --destdir=../build-areauscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.make: *** [get-orig-source] Error 2Trying to run get-orig-source rule failedUsing uscan to look for the upstream tarball.uscan: you must have the libwww-perl package installedto use this scriptBEGIN failed--compilation aborted at /usr/bin/uscan line 47.uscan could not find the needed tarball.bzr: ERROR: Unable to find the needed upstream tarball for package quantum, version 2013.2+git201307101131~precise.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-0f4bc4b1-e0d3-4e7d-afd3-b9d786214fa0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-0f4bc4b1-e0d3-4e7d-afd3-b9d786214fa0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/neutron/havana neutrondch -b -D precise --newversion 1:2013.2+git201307101131~precise-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -a [db91897] Add cover/ to .gitignoredch -a [40a5853] Allow gateway address to be unset for an existing subnetdch -a [f475f55] Imported Translations from Transifexdch -a [34b8ee5] Ensure that the neutron server is properly monkey patcheddch -a [c4d423e] Fix for Cisco plugin sample config.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-0f4bc4b1-e0d3-4e7d-afd3-b9d786214fa0', '-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-0f4bc4b1-e0d3-4e7d-afd3-b9d786214fa0', '-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: saucy_havana_neutron_trunk #8

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_neutron_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_neutron_trunk/8/Project:saucy_havana_neutron_trunkDate of build:Wed, 10 Jul 2013 11:31:27 -0400Build duration:1 min 58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd cover/ to .gitignoreby r-mibuedit.gitignoreConsole Output[...truncated 1396 lines...]hard linking neutron/tests/var/ca.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/certificate.crt -> neutron-2013.2/neutron/tests/varhard linking neutron/tests/var/privatekey.key -> neutron-2013.2/neutron/tests/varhard linking quantum/__init__.py -> neutron-2013.2/quantumhard linking quantum/auth.py -> neutron-2013.2/quantumhard linking quantum/api/__init__.py -> neutron-2013.2/quantum/apihard linking tools/check_i18n.py -> neutron-2013.2/toolshard linking tools/check_i18n_test_case.txt -> neutron-2013.2/toolshard linking tools/clean.sh -> neutron-2013.2/toolshard linking tools/i18n_cfg.py -> neutron-2013.2/toolshard linking tools/install_venv.py -> neutron-2013.2/toolshard linking tools/install_venv_common.py -> neutron-2013.2/toolshard linking tools/patch_tox_venv.py -> neutron-2013.2/toolshard linking tools/with_venv.sh -> neutron-2013.2/toolscopying setup.cfg -> neutron-2013.2Writing neutron-2013.2/setup.cfgcreating distCreating tar archiveremoving 'neutron-2013.2' (and everything under it)DEBUG:root:Derived package version from tarball: 2013.2INFO:root:Building package using /tmp/tmpNJEXrH/neutron_2013.2+git201307101132~saucy.orig.tar.gzINFO:root:Branching packaging branch from lp:~ubuntu-server-dev/quantum/neutronDEBUG:root:['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~ubuntu-server-dev/quantum/neutron/".ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~ubuntu-server-dev/quantum/neutron neutronTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' 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 '['bzr', 'branch', 'lp:~ubuntu-server-dev/quantum/neutron', 'neutron']' 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: saucy_havana_nova_trunk #398

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/398/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 12:01:18 -0400Build duration:4 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPorts image_size extension to v3 APIby cyeoheditnova/api/openstack/compute/views/images.pyeditnova/tests/api/openstack/compute/plugins/v3/test_images.pyeditnova/api/openstack/compute/plugins/v3/images.pyConsole Output[...truncated 5033 lines...]dch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHosINFO:root:Destroying schroot.t exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-3789b19a-b9ce-4db5-b617-3b46bcb40733', '-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-3789b19a-b9ce-4db5-b617-3b46bcb40733', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_nova_stable #1039

2013-07-10 Thread openstack-testing-bot
Title: raring_grizzly_nova_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_stable/1039/Project:raring_grizzly_nova_stableDate of build:Wed, 10 Jul 2013 15:01:22 -0400Build duration:16 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesHandle instance directories correctly for migrates.by vishvanandaeditnova/tests/test_libvirt.pyeditnova/virt/libvirt/utils.pyeditnova/tests/fake_libvirt_utils.pyeditnova/virt/libvirt/driver.pyConsole Output[...truncated 10259 lines...]Fail-Stage: buildHost Architecture: amd64Install-Time: 60Job: nova_2013.1+git201307101503~raring-0ubuntu1.dscMachine Architecture: amd64Package: novaPackage-Time: 590Source-Version: 1:2013.1+git201307101503~raring-0ubuntu1Space: 122116Status: attemptedVersion: 1:2013.1+git201307101503~raring-0ubuntu1Finished at 20130710-1517Build needed 00:09:50, 122116k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201307101503~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201307101503~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.apt-get -y install python-setuptoolspython setup.py sdistbzr branch lp:~openstack-ubuntu-testing/nova/grizzly novadch -b -D raring --newversion 1:2013.1+git201307101503~raring-0ubuntu1 Automated Ubuntu testing build:git log -n1 --no-merges --pretty=format:%Hdch -a No change rebuild.debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201307101503~raring-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpZktf2c/nova/debian/controlsbuild -d raring-grizzly -n -A nova_2013.1+git201307101503~raring-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', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201307101503~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201307101503~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_keystone_trunk #115

2013-07-10 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 #228

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/228/Project:precise_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 18:31:14 -0400Build duration:7 min 15 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesChange check-detach to reject more statesby duncan.thomaseditcinder/volume/api.pyConsole Output[...truncated 18256 lines...]git log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [cfe8dc4] Change check-detach to reject more statesdch -a [f2dbeaf] Make String column creation compatible with SQLAlchemy 0.8dch -a [7266ad7] Remove suds requirementdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [e2a58aa] Add interface class for backup driversdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307101831~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpSbF0sZ/cinder/debian/controlsbuild -d precise-havana -n -A cinder_2013.2+git201307101831~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', 'cinder_2013.2+git201307101831~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', 'cinder_2013.2+git201307101831~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_nova_trunk #401

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/401/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 18:32:20 -0400Build duration:6 min 37 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSelect disk driver for libvirt+Xen according to the Xen versionby alogaeditnova/virt/libvirt/imagebackend.pyeditnova/virt/libvirt/driver.pyeditnova/tests/virt/libvirt/test_libvirt_volume.pyeditnova/virt/libvirt/utils.pyeditnova/tests/virt/libvirt/fake_imagebackend.pyeditnova/tests/virt/libvirt/fake_libvirt_utils.pyeditnova/tests/virt/libvirt/test_libvirt.pyeditnova/virt/libvirt/volume.pyAdd notifiers to both attach and detach volumesby jenny.shieheditnova/tests/compute/test_compute.pyeditnova/compute/manager.pyConsole Output[...truncated 5054 lines...]dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-ea915d69-c068-4250-b753-64b1e7bc749b', '-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-ea915d69-c068-4250-b753-64b1e7bc749b', '-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: saucy_havana_cinder_trunk #204

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/204/Project:saucy_havana_cinder_trunkDate of build:Wed, 10 Jul 2013 18:31:16 -0400Build duration:9 min 24 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesChange check-detach to reject more statesby duncan.thomaseditcinder/volume/api.pyConsole Output[...truncated 19070 lines...]git log 8f6fde5b0d395c0c753f19f6b00e737c90ec1abe..HEAD --no-merges --pretty=format:[%h] %sdch -a [cfe8dc4] Change check-detach to reject more statesdch -a [f2dbeaf] Make String column creation compatible with SQLAlchemy 0.8dch -a [7266ad7] Remove suds requirementdch -a [723486b] SolidFire API RequestID is useless.dch -a [7497e40] Add ability to specify SolidFire API versiondch -a [40aef76] Refactor reschedule in exception handling of volume managerdch -a [b3c0ec6] Don't pass 'session' arg to public DB API methodsdch -a [e2a58aa] Add interface class for backup driversdch -a [ca0e729] Prevent wrongly privilege escalation of a contextdch -a [785d49e] Move brick initiator tests to brick subdirectory.dch -a [7429cc4] Fix extent size issue when creating thin pool.dch -a [102c6ea] Sync install_venv_common from oslodch -a [8b1ae18] Use oslo.sphinx and remove local copy of doc themedch -a [3283ce5] Scheduler should not select down volume managersdch -a [1244106] Add check for snapshot to Brick LVM.dch -a [424058f] Fix typo 'Flase' -> 'False'dch -a [45a1a56] Rename cinder.flags to cinder.common.configdch -a [62fb1ac] Add execute wrapper to brick LVM code.dch -a [251687d] Make os-services API extension consistentdch -a [dec8fb7] Skip brick_initiator test in virtual environmentsdch -a [afa2790] Quotas by Volume Typedch -a [0e5cb31] xenapi: implement xenserver image to volumedch -a [728f983] Adding host attaching support to Cinderdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201307101831~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpMo8A4J/cinder/debian/controlsbuild -d saucy-havana -n -A cinder_2013.2+git201307101831~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+git201307101831~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+git201307101831~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 #559

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/559/Project:precise_havana_nova_trunkDate of build:Wed, 10 Jul 2013 18:38:31 -0400Build duration:3 min 13 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesSelect disk driver for libvirt+Xen according to the Xen versionby alogaeditnova/tests/virt/libvirt/fake_imagebackend.pyeditnova/virt/libvirt/imagebackend.pyeditnova/virt/libvirt/utils.pyeditnova/virt/libvirt/driver.pyeditnova/virt/libvirt/volume.pyeditnova/tests/virt/libvirt/fake_libvirt_utils.pyeditnova/tests/virt/libvirt/test_libvirt.pyeditnova/tests/virt/libvirt/test_libvirt_volume.pyAdd notifiers to both attach and detach volumesby jenny.shieheditnova/tests/compute/test_compute.pyeditnova/compute/manager.pyConsole Output[...truncated 4067 lines...]dch -a [1ae9104] Port consoles extension API into v3 part2dch -a [ccf265c] Port consoles extension API into v3 part1dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-df5746cb-314c-40f0-8bca-f5b1083b1788', '-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-df5746cb-314c-40f0-8bca-f5b1083b1788', '-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_keystone_trunk #151

2013-07-10 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 #116

2013-07-10 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_nova_trunk #402

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/402/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 20:35:23 -0400Build duration:4 min 42 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesxenapi: glance plugin should close connectionsby revieweditplugins/xenserver/xenapi/etc/xapi.d/plugins/glanceFix cells manager rpc api versionby rbryanteditnova/cells/manager.pyConsole Output[...truncated 5060 lines...]dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-62cfd92d-406e-45e9-950d-ed240d374cc3', '-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-62cfd92d-406e-45e9-950d-ed240d374cc3', '-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_nova_trunk #561

2013-07-10 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/561/Project:precise_havana_nova_trunkDate of build:Wed, 10 Jul 2013 22:01:17 -0400Build duration:2 min 49 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd Instance.get_by_id() query methodby danmseditnova/tests/objects/test_instance.pyeditnova/db/sqlalchemy/api.pyeditnova/tests/api/openstack/compute/contrib/test_server_start_stop.pyeditnova/tests/api/openstack/compute/test_servers.pyeditnova/db/api.pyeditnova/objects/instance.pyeditnova/tests/api/openstack/compute/contrib/test_disk_config.pyeditnova/tests/compute/test_compute.pyConsole Output[...truncated 4076 lines...]dch -a [ccf265c] Port consoles extension API into v3 part1dch -a [d9b6e31] Port scheduler hints extension to v3 API Part 1dch -a [5bceb0f] Port config_drive API to v3 Part 2dch -a [57b3fc1] Port config drive API to v3 Part 1dch -a [827c2d3] Sane rest API rate limit defaultsdch -a [4fbc164] Remove locals() from compute directorydch -a [09accc6] Port server password extension to v3 API Part 1dch -a [e002458] Port Simple_tenant_usage API to v3 Part 2dch -a [941984e] Make sure periodic cleanup of instances continues on errordch -a [7f57bb8] Sync models.Console* with migrations.dch -a [42bd910] Exeption message of 'live migration' is not appropriatedch -a [b5a3d05] Sync rpc from oslo-incubator.dch -a [ec01030] Update pyparsing to 1.5.7dch -a [b0a2a2d] Avoid redefining host to none in get_instance_nw_info(...)dch -a [12c6416] Clarify the compute API is_volume_backed_instance methoddch -a [1b3f890] Port extended-server-attributes into v3 part1dch -a [37b269d] Revert "fixes nova resize bug when force_config_drive is set."dch -a [b01136e] Port extended status extension to v3 API Part 1dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [d925044] Don't deallocate network if destroy time outdch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -uINFO:root:Destroying schroot.cTraceback (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-a2713d01-e139-4b98-bbf5-a67a29cde4cf', '-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-a2713d01-e139-4b98-bbf5-a67a29cde4cf', '-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: saucy_havana_nova_trunk #403

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/403/Project:saucy_havana_nova_trunkDate of build:Wed, 10 Jul 2013 22:01:16 -0400Build duration:4 min 24 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd Instance.get_by_id() query methodby danmseditnova/tests/objects/test_instance.pyeditnova/objects/instance.pyeditnova/db/sqlalchemy/api.pyeditnova/tests/compute/test_compute.pyeditnova/tests/api/openstack/compute/test_servers.pyeditnova/tests/api/openstack/compute/contrib/test_disk_config.pyeditnova/tests/api/openstack/compute/contrib/test_server_start_stop.pyeditnova/db/api.pyConsole Output[...truncated 5063 lines...]dch -a [b0da1ab] Preserve network order when using ConfigDrivedch -a [5e6c081] Add troubleshoot to baremetal PXE template.dch -a [344849f] Sync db.models.Quota* with migrations.dch -a [fdafaf3] Port hypervisor API into v3 part1dch -a [10db612] Allow scheduler manager NoValidHost exception to pass over RPCdch -a [7503798] Clean up scheduler testsdch -a [84b41d9] Remove junk file when ftp transfer failuredch -a [5bc4b7a] port Simple_tenant_usage  API into v3 part1dch -a [8f64193] No support for double nested 64 bit guest using VCDriverdch -a [c43f515] Add tests for libvirt's reboot functionalitydch -a [2402055] Check the instance ID before creating itdch -a [e387e7b] Log xml in libvirt _create_domain failuresdch -a [645c2d3] Accept is_public=None when listing all flavorsdch -a [d925044] Don't deallocate network if destroy time outdch -a [eaf5011] Port server_diagnostics extension to v3 API Part1dch -a [c8fc1c2] Port fping extension to v3 API Part 1dch -a [cf3cf3c] libvirt fix resize/migrates with swap or ephemeraldch -a [b45d5d6] Fix the ServerPasswordController class doc stringdch -a [2654ae8] Enforce sqlite-specific flow in drop_unique_constraintdch -a [6515e01] Port cells extension to v3 API Part 1dch -a [73f7155] Organize limits units and per-units constantsdch -a [f683831] Port flavors core API to v3 treedch -a [90da2c6] Change resource links when url has no project iddch -a [cf472da] port agent API into v3 part1dch -a [39e8f5b] Cells: Add support for global cinderdch -a [614b209] Adds v3 API extension discovery filteringdch -a [6caadd1] Adds support for the Indigo Virtual Switch (IVS)debcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr 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-244b2959-5825-4e7f-a3df-87e312c601b0', '-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-244b2959-5825-4e7f-a3df-87e312c601b0', '-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: saucy_havana_ceilometer_trunk #143

2013-07-10 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/143/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 10 Jul 2013 23:31:15 -0400Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesenable v2 api hbase testsby chunggedittests/storage/test_impl_hbase.pyedittests/api/v2/test_impl_hbase.pyeditceilometer/storage/impl_hbase.pyConsole Output[...truncated 2253 lines...]dch -a [7a99c9c] Update glossarydch -a [40bbcff] Imported Translations from Transifexdch -a [541cf77] Imported Translations from Transifexdch -a [0c841ab] Filter query op:gt does not work as expecteddch -a [327bd26] sqlalchemy: fix performance issue on get_meters()dch -a [89fc448] enable v2 api sqlalchemy testsdch -a [ef17d89] update Quantum references to Neutrondch -a [3b20729] Update kwapi pollster to use cachedch -a [df62b92] Update floating-ip pollster to use cachedch -a [4437fb5] Update glance pollster to use cachedch -a [a10773e] Add pollster data cachedch -a [2f1378e] Fix flake8 errorsdch -a [afba75f] Update Oslodch -a [a2b6dc4] Enable Ceilometer to support mongodb replication setdch -a [fbb1eb9] Fix return error when resource can't be founddch -a [99373ff] Simple service for singleton threshold evaldch -a [135612f] Basic alarm threshold evaluation logic.dch -a [298e2f7] add metadata to nova_client resultsdch -a [ae4caf8] Bring in oslo-common rpc ack() changes.dch -a [1ba1bc7] Pin the keystone client versiondch -a [53785ef] Imported Translations from Transifexdch -a [2f594fc] Check that the config file sample is always up to datedch -a [3b9fced] api: enable v2 tests on SQLAlchemy & HBasedch -a [71ac3a5] doc: be more explicit about network countersdebcommitapt-get -y install equivs devscripts bzr bzr-builddeb git quilt gnupg piupartsbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201307102331~saucy-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpQ5P1hp/ceilometer/debian/controlsbuild -d saucy-havana -n -A ceilometer_2013.2+git201307102331~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', 'ceilometer_2013.2+git201307102331~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'ceilometer_2013.2+git201307102331~saucy-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp