[Openstack] Security Groups Documentations - need some clarifications

2013-06-19 Thread Rami Vaknin

Hi,

I read the security groups documentation from the admin guide, I have 
few things that I'm not sure I fully understand, any clarification would 
be appreciated:



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


If a security group is not specified the port will be associated with a 
'default' security group. By default this group will drop all ingress 
traffic and allow all egress. Rules can be added to this group in order 
to change the behaviour


The default behaviour is to allow all egress traffic, how do I make 
constraints on this traffic? it seems to me that the rules are kind of 
white list, how for instance can I disallow egress tcp traffic?


---

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


When a port is created in OpenStack Networking it is associated with a 
security group. If a security group is not specified the port will be 
associated with a 'default' security group


I'm adding a rule without denoting the security group and I get quantum 
security-group-rule-create: error: too few arguments, when I add 
default to the exact same command - it works, is this a bug or am I 
missing something?


--

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


I see that there are default values for the security group attributes, 
however, it's hard to derive what these default values means, for 
instance, remote_ip_prefix is the white list of the traffic source 
ip(s), what if I add a rule without denoting this remote_ip_prefix - 
does it mean that the traffic is allowed from any source ip(s)?


--

Thanks,

Rami Vaknin.


___
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] Security Groups Documentations - need some clarifications

2013-06-19 Thread Aaron Rosen
Hi Rami,


On Tue, Jun 18, 2013 at 11:36 PM, Rami Vaknin rvak...@redhat.com wrote:

 Hi,

 I read the security groups documentation from the admin guide, I have few
 things that I'm not sure I fully understand, any clarification would be
 appreciated:


 i. http://docs.openstack.org/**trunk/openstack-network/admin/**
 content/securitygroups.htmlhttp://docs.openstack.org/trunk/openstack-network/admin/content/securitygroups.html

 If a security group is not specified the port will be associated with a
 'default' security group. By default this group will drop all ingress
 traffic and allow all egress. Rules can be added to this group in order to
 change the behaviour

 There is a small typo here: This should also add and allow traffic from
members of the default group.

The default behaviour is to allow all egress traffic, how do I make
 constraints on this traffic? it seems to me that the rules are kind of
 white list, how for instance can I disallow egress tcp traffic?


Correct, security groups are a white lists of what's allowed. The only way
you could disallow egress tcp traffic would be if you explicitly removed
all the egress rules and only added rules for traffic that you wanted
through. Stay tuned for the FWaaS stuff that will allow you to specifically
disallow all egress traffic rather than white list.




---

 ii. http://docs.openstack.org/**trunk/openstack-network/admin/**
 content/securitygroups.htmlhttp://docs.openstack.org/trunk/openstack-network/admin/content/securitygroups.html

 When a port is created in OpenStack Networking it is associated with a
 security group. If a security group is not specified the port will be
 associated with a 'default' security group

 I'm adding a rule without denoting the security group and I get quantum
 security-group-rule-create: error: too few arguments, when I add default
 to the exact same command - it works, is this a bug or am I missing
 something?


You need to specify the security group that you want the rule to be a part
of otherwise it doesn't know which group to put our rule in.

--

 iii. http://docs.openstack.org/**trunk/openstack-network/admin/**
 content/securitygroup_api_**abstractions.htmlhttp://docs.openstack.org/trunk/openstack-network/admin/content/securitygroup_api_abstractions.html

 I see that there are default values for the security group attributes,
 however, it's hard to derive what these default values means, for instance,
 remote_ip_prefix is the white list of the traffic source ip(s), what if I
 add a rule without denoting this remote_ip_prefix - does it mean that the
 traffic is allowed from any source ip(s)?

 Correct, if a value is not specified it is wild carded.  For example, if
one does: quantum security-group-rule-create --protocol tcp --ethertype
IPv4 default; that would allow all tcp traffic (on all ports).


-- 

 Thanks,

 Rami Vaknin.


Thanks,

Aaron



 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://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] ip: SIOCGIFFLAGS: No such device

2013-06-19 Thread Robert Collins
On 19 June 2013 13:17, tudor tu...@tudorholton.com wrote:
 Hi,

 I've asked this question a few times on the IRC channel, and I have an open
 question on ask.openstack.org but so far noone has managed to answer it
 successfully.

 I have installed OpenStack Grizzly on Ubuntu 12.04 LTS with Quantum and it
 is up to date with the Ubuntu OpenStack respository.


You're missing 
libvirt_vif_driver=nova.virt.libvirt.vif.LibvirtHybridOVSBridgeDriver
in nova.conf; there may be other issues - have you gone through the
installation guides?

-Rob

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

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


[Openstack] Ceilometer returns empty list

2013-06-19 Thread Jobin Raju George
Hey all!

I have installed ceilometer using the manual installation guide given
at Ceilometer
installation guide
 http://docs.openstack.org/developer/ceilometer/install/manual.html
I have not installed swift since I just need the compute data such as CPU
utilization, CPU utilization time, Memory utilization etc.

The components ceilometer-api, ceilometer-agent-compute,
ceilometer-agent-central and ceilometer-collector are running fine and
logging to respective files.


However, when I query ceilometer using curl as:


curl -X GET -H 'X-Auth-Token:my_token_here' 
http://localhost:8777/v2/meters/instance?q.field=metadata.event_typeq.value=compute.instance.exists



I get an empty list: []


Where am I going wrong? Please ask for details, if required. Thanks a lot!

-- 

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


Re: [Openstack] Swift Object Storage authentication

2013-06-19 Thread Kuo Hugo
Hi CHABANI ,

Would you please show me the proxy-server.conf ?

You can paste on http://paste.openstack.org/  or   gist.

Cheers


+Hugo Kuo+
h...@swiftstack.com
tonyt...@gmail.com
+886 935004793


2013/6/19 CHABANI Mohamed El Hadi chabani.mohamed.h...@gmail.com

 Hi all,

 I'm trying to install Swift Object Storage according
 http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/ch_installing-openstack-object-storage.html

 when i try to validate my installation with :

 *swift -V 2.0 -A http://127.0.0.1:5000/v2.0 -U swift:swift -K swift stat*

 i get : *Unauthorised. Check username, password and tenant name/id*

  i tried to use differents possibilities for user name and password
 (admin, demo...) but nothing is working, the username and password should
 be the same as in the proxy server no ? i don't know if i missed others
 things i'm new in Swift.

 i attached here my proxy-server.conf for more details.

 Thanks for your help.

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


___
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 Object Storage authentication

2013-06-19 Thread CHABANI Mohamed El Hadi
Hi Hugo,

Here is my proxy-sever.conf http://paste.openstack.org/show/38944/ (i've
already attached a pic in the first mail :)  )

Thanks


2013/6/19 Kuo Hugo tonyt...@gmail.com

 Hi CHABANI ,

 Would you please show me the proxy-server.conf ?

 You can paste on http://paste.openstack.org/  or   gist.

 Cheers


 +Hugo Kuo+
 h...@swiftstack.com
 tonyt...@gmail.com
 +886 935004793


 2013/6/19 CHABANI Mohamed El Hadi chabani.mohamed.h...@gmail.com

 Hi all,

 I'm trying to install Swift Object Storage according
 http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/ch_installing-openstack-object-storage.html

 when i try to validate my installation with :

 *swift -V 2.0 -A http://127.0.0.1:5000/v2.0 -U swift:swift -K swift stat*

 i get : *Unauthorised. Check username, password and tenant name/id*

  i tried to use differents possibilities for user name and password
 (admin, demo...) but nothing is working, the username and password should
 be the same as in the proxy server no ? i don't know if i missed others
 things i'm new in Swift.

 i attached here my proxy-server.conf for more details.

 Thanks for your help.

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



___
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] Unable to start swift-proxy

2013-06-19 Thread Jobin Raju George
n the documentation is has been asked to start the proxy-server in swift
using service proxy-server start, which I believe should be service
swift-proxy start, since the former one gives an unknown service error.

However, even if I try starting using the latter command I get a start: Job
failed to start error and if I start using /usr/bin/swift-proxy-server
/etc/swift/proxy-server.conf I get an error message as follows:

Traceback (most recent call last):
  File /usr/bin/swift-proxy-server, line 22, in module
run_wsgi(conf_file, 'proxy-server', default_port=8080, **options)
  File /usr/lib/python2.7/dist-packages/swift/common/wsgi.py, line
119, in run_wsgi
init_request_processor(conf_file, app_section, *args, **kwargs)
  File /usr/lib/python2.7/dist-packages/swift/common/wsgi.py, line
246, in init_request_processor
app = loadapp('config:%s' % conf_file, global_conf={'log_name': log_name})
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
line 247, in loadapp
return loadobj(APP, uri, name=name, **kw)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
line 271, in loadobj
global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
line 296, in loadcontext
global_conf=global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
line 320, in _loadconfig
return loader.get_context(object_type, name, global_conf)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
line 450, in get_context
global_additions=global_additions)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
line 562, in _pipeline_app_context
for name in pipeline[:-1]]
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
line 408, in get_context
object_type, name=name)
  File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py,
line 587, in find_config_section
self.filename))LookupError: No section 'swift-proxy' (prefixed by
'filter') found in config /etc/swift/proxy-server.conf

My /etc/swift/proxy-server.conf is herehttp://pastebin.ubuntu.com/5780257/
.

Thanks!


-- 

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


Re: [Openstack] Swift Object Storage authentication

2013-06-19 Thread CHABANI Mohamed El Hadi
During the installation of Swift, i didn't touch any Keystone
configuration, so do you think that i should install Keystone separately
according to :
http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/install-keystone.html?
and configure Swift to work with it ?


2013/6/19 Kuo Hugo tonyt...@gmail.com

 Hi CHABANI,

 Currently the problem is on Keystone instead of Swift. (Sorry for missing
 your proxy conf)

 Depends on the returned msg, it's unauthorized by keystone.
 Please make sure there's correct username/password/role/tenant setup.
 I'd suggestion that you can use keystone API to retrieve the
 authentication information before test with swift client.

 Cheers
 Hugo

 +Hugo Kuo+
 h...@swiftstack.com
 tonyt...@gmail.com
 +886 935004793


 2013/6/19 CHABANI Mohamed El Hadi chabani.mohamed.h...@gmail.com

 Hi Hugo,

 Here is my proxy-sever.conf http://paste.openstack.org/show/38944/ (i've
 already attached a pic in the first mail :)  )

 Thanks


 2013/6/19 Kuo Hugo tonyt...@gmail.com

 Hi CHABANI ,

 Would you please show me the proxy-server.conf ?

 You can paste on http://paste.openstack.org/  or   gist.

 Cheers


 +Hugo Kuo+
 h...@swiftstack.com
 tonyt...@gmail.com
 +886 935004793


 2013/6/19 CHABANI Mohamed El Hadi chabani.mohamed.h...@gmail.com

 Hi all,

 I'm trying to install Swift Object Storage according
 http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/ch_installing-openstack-object-storage.html

 when i try to validate my installation with :

 *swift -V 2.0 -A http://127.0.0.1:5000/v2.0 -U swift:swift -K swift
 stat*

 i get : *Unauthorised. Check username, password and tenant name/id*

  i tried to use differents possibilities for user name and password
 (admin, demo...) but nothing is working, the username and password should
 be the same as in the proxy server no ? i don't know if i missed others
 things i'm new in Swift.

 i attached here my proxy-server.conf for more details.

 Thanks for your help.

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





___
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] RDO over Fedora 18

2013-06-19 Thread Marco Bravo
Hi stackers, I have a problem with my Fedora 18 , RDO in a VirtualBox.

http://openstack.redhat.com/Quickstart this is the guide I follow

When I reach this part of the installation happens.



[root@localhost ~]#  packstack --allinone
Welcome to Installer setup utility

Installing:
Clean Up...[ DONE ]
Adding pre install manifest entries... [ DONE ]
Setting up ssh keys... [ DONE ]
Adding MySQL manifest entries...   [ DONE ]
Adding QPID manifest entries...[ DONE ]
Adding Keystone manifest entries...[ DONE ]
Adding Glance Keystone manifest entries... [ DONE ]
Adding Glance manifest entries...  [ DONE ]
Adding Cinder Keystone manifest entries... [ DONE ]
Installing dependencies for Cinder...  [ DONE ]
Checking if the Cinder server has a cinder-volumes vg...[ DONE ]
Adding Cinder manifest entries...  [ DONE ]
Adding Nova API manifest entries...[ DONE ]
Adding Nova Keystone manifest entries...   [ DONE ]
Adding Nova Cert manifest entries...   [ DONE ]
Adding Nova Conductor manifest entries...  [ DONE ]
Adding Nova Compute manifest entries...[ DONE ]
Adding Nova Scheduler manifest entries...  [ DONE ]
Adding Nova VNC Proxy manifest entries...  [ DONE ]
Adding Nova Common manifest entries... [ DONE ]
Adding Openstack Network-related Nova manifest entries...[ DONE ]
Adding Quantum API manifest entries... [ DONE ]
Adding Quantum Keystone manifest entries...[ DONE ]
Adding Quantum L3 manifest entries...  [ DONE ]
Adding Quantum L2 Agent manifest entries...[ DONE ]
Adding Quantum DHCP Agent manifest entries...  [ DONE ]
Adding Quantum Metadata Agent manifest entries...  [ DONE ]
Adding OpenStack Client manifest entries...[ DONE ]
Adding Horizon manifest entries... [ DONE ]
Adding Swift Keystone manifest entries...  [ DONE ]
Adding Swift builder manifest entries...   [ DONE ]
Adding Swift proxy manifest entries... [ DONE ]
Adding Swift storage manifest entries...   [ DONE ]
Adding Swift common manifest entries...[ DONE ]
Preparing servers...   [ DONE ]
Adding Nagios server manifest entries...   [ DONE ]
Adding Nagios host manifest entries... [ DONE ]
Adding post install manifest entries...[ DONE ]
Installing Dependencies... [ DONE ]
Copying Puppet modules and manifests...[ DONE ]
Applying Puppet manifests...
Applying 192.168.2.155_prescript.pp
192.168.2.155_prescript.pp : [ DONE
]
Applying 192.168.2.155_mysql.pp
Applying 192.168.2.155_qpid.pp
192.168.2.155_mysql.pp : [ DONE
]
192.168.2.155_qpid.pp :  [ DONE
]
Applying 192.168.2.155_keystone.pp
Applying 192.168.2.155_glance.pp
Applying 192.168.2.155_cinder.pp
192.168.2.155_keystone.pp :  [ DONE
]
192.168.2.155_glance.pp :[ DONE
]
192.168.2.155_cinder.pp :[ DONE
]
Applying 192.168.2.155_api_nova.pp
192.168.2.155_api_nova.pp :  [ DONE
]
Applying 192.168.2.155_nova.pp
192.168.2.155_nova.pp :  [ DONE
]
Applying 192.168.2.155_quantum.pp
192.168.2.155_quantum.pp :   [ DONE
]
Applying 192.168.2.155_osclient.pp
Applying 192.168.2.155_horizon.pp
192.168.2.155_osclient.pp :  [ DONE
]
192.168.2.155_horizon.pp :   [ DONE
]
Applying 192.168.2.155_ring_swift.pp
192.168.2.155_ring_swift.pp :[ DONE
]
Applying 192.168.2.155_swift.pp
Applying 192.168.2.155_nagios.pp
 Applying 192.168.2.155_nagios_nrpe.pp
192.168.2.155_swift.pp : [ DONE
]

[ ERROR ]

*ERROR : Error during puppet run : err:
/Stage[main]/Nagios_configs/File[/usr/lib64/nagios/plugins/keystone-user-list]/ensure:
change from absent to file failed: Could not set 'file on ensure: No such
file or directory -
/usr/lib64/nagios/plugins/keystone-user-list.puppettmp_941 at
/var/tmp/packstack/c6db2314d7f9463cac09f94ee01dd02b/manifests/192.168.2.155_nagios.pp:53
*
*Please check log file
/var/tmp/packstack/20130618-155351-SrHbMk/openstack-setup.log for more
information*

Additional information:
 * A new answerfile was created in:

Re: [Openstack] Unable to start swift-proxy

2013-06-19 Thread Peter Portante
Try removing swift-proxy from line 11 and see if that works. Perhaps
you meant to reference catch_errors there instead (that filter does
not appear to be used)?

On Wed, Jun 19, 2013 at 8:27 AM, Jobin Raju George jobin...@gmail.com wrote:
 n the documentation is has been asked to start the proxy-server in swift
 using service proxy-server start, which I believe should be service
 swift-proxy start, since the former one gives an unknown service error.

 However, even if I try starting using the latter command I get a start: Job
 failed to start error and if I start using /usr/bin/swift-proxy-server
 /etc/swift/proxy-server.conf I get an error message as follows:

 Traceback (most recent call last):
   File /usr/bin/swift-proxy-server, line 22, in module
 run_wsgi(conf_file, 'proxy-server', default_port=8080, **options)
   File /usr/lib/python2.7/dist-packages/swift/common/wsgi.py, line 119, in
 run_wsgi
 init_request_processor(conf_file, app_section, *args, **kwargs)
   File /usr/lib/python2.7/dist-packages/swift/common/wsgi.py, line 246, in
 init_request_processor
 app = loadapp('config:%s' % conf_file, global_conf={'log_name':
 log_name})
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
 247, in loadapp
 return loadobj(APP, uri, name=name, **kw)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
 271, in loadobj
 global_conf=global_conf)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
 296, in loadcontext
 global_conf=global_conf)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
 320, in _loadconfig
 return loader.get_context(object_type, name, global_conf)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
 450, in get_context
 global_additions=global_additions)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
 562, in _pipeline_app_context
 for name in pipeline[:-1]]
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
 408, in get_context
 object_type, name=name)
   File /usr/lib/python2.7/dist-packages/paste/deploy/loadwsgi.py, line
 587, in find_config_section
 self.filename))
 LookupError: No section 'swift-proxy' (prefixed by 'filter') found in config
 /etc/swift/proxy-server.conf

 My /etc/swift/proxy-server.conf is here.

 Thanks!



 --

 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


___
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] Grizzy,Quantum public network ports DOWN

2013-06-19 Thread Samuel Winchenbach
I
 did that, and I went one step further... I deleted and recreated ALL the
databases to ensure that I would be starting from scratch.  I also deleted
all bridges, stopped openvswitch, deleted conf.db, started openvswitch and
recreated all the bridges.

This solved the reference to test1-int but the ports are still stuck in
the down state :(

Sam


On Tue, Jun 18, 2013 at 4:39 PM, Filipe Manco filipe.ma...@gmail.comwrote:

 Stop quantum agents (not quantum-api) and openvswitch service. Delete
 /etc/openvswitch/conf.db and delte all agents using quantum agent-delete
 id. Start openvswitch service and then quantum agents. If ports still
 down check quantum logs mainly quantum l3-agent. If you don't find anything
 interesting delete the networks and recreate them.

 If you still have references to test1-int check the quantum database 
 ovs_tunnel_endpoints
 table and manually remove any reference.

 Filipe Manco
 http://about.me/fmanco


 2013/6/18 Samuel Winchenbach swinc...@gmail.com

 Hmmm I used both of those commands, but no matter what I do I can not
 remove references to test1-int in /etc/openvswitch/conf.db

 Should I just manually replace those with the IP?  Delete the file?


 On Tue, Jun 18, 2013 at 1:14 PM, Filipe Manco filipe.ma...@gmail.comwrote:

 Honestly I'm not sure because I've always used IPs. But according to the
 logs it looks so. After changing configurations you should probably run
 quantum-netns-cleanup and quantum-ovs-cleanup before starting the services.

 Filipe Manco
 http://about.me/fmanco


 2013/6/18 Samuel Winchenbach swinc...@gmail.com

 I think I may be onto something:  http://pastie.org/pastes/8056137/text

 from syslog
 Jun 18 12:57:26 test1 ovs-vsctl: 1|vsctl|INFO|Called as
 /usr/bin/ovs-vsctl -- --may-exist add-port br-int qvo3eb6d144-07 -- set
 Interface qvo3eb6d144-07
 external-ids:iface-id=3eb6d144-077e-42cf-ad2e-57c50aa00399
 external-ids:iface-status=active
 external-ids:attached-mac=fa:16:3e:92:31:1e
 external-ids:vm-uuid=add44e48-6f42-4ede-a646-f29e74ccc02d
 Jun 18 12:57:26 test1 ovs-vswitchd: 03753|socket_util|ERR|test1-int
 is not a valid IP address
 Jun 18 12:57:26 test1 ovs-vswitchd: 03755|netdev_vport|ERR|gre-1: gre
 type requires valid 'remote_ip' argument
 Jun 18 12:57:30 test1 ovs-vsctl: 1|vsctl|INFO|Called as
 /usr/bin/ovs-vsctl --timeout=2 set Port qvo3eb6d144-07 tag=1
 Jun 18 12:57:30 test1 ovs-vswitchd: 03768|netdev_vport|ERR|gre-1: gre
 type requires valid 'remote_ip' argument


 Looks like you might not be able to use entries from /etc/hosts in the
 config files?








 On Tue, Jun 18, 2013 at 10:42 AM, Samuel Winchenbach 
 swinc...@gmail.com wrote:

 I have three agents running (Open vSwitch agent, DHCP agent, and L3
 agent): http://pastie.org/pastes/8055658/text
 The agents listed on test3 are there because ubuntu starts them
 automatically.  L3 agent will never run on test3 because it doesn't even
 have an external interface.   Right now I am just trying to limit it to 
 one
 node.

 Here is my l3_agent.ini:  http://pastie.org/pastes/8055674/text
 Here are a list of bridges (eth1 is my external interface)
 http://pastie.org/pastes/8055678/text

 Thanks again for all your help!


 On Tue, Jun 18, 2013 at 10:32 AM, Filipe Manco filipe.ma...@gmail.com
  wrote:

 What is the status of quantum agent-list? I see on your node test3
 the agents are down and you don't have openvswitch agent.
 I would check for the logs of the l3 agent? Have you configured the
 external network id on the l3 agent config file?

 Filipe Manco
 http://about.me/fmanco


 2013/6/18 Samuel Winchenbach swinc...@gmail.com

 Hi Filipe,

 Thanks for the response.  I already had the
 /etc/sudoers.d/quantum_sudoers file.   On a whim I added root_helper =
 sudo quantum-rootwrap /etc/quantum/rootwrap.conf to
 /etc/quantum/dhcp_agent.ini and that took care of that problem.

 I managed to remove the libvirt errors by disabling apparmor.

 All the ports on my public network are still listed as DOWN   I
 have managed to remove all of the errors and warnings from quantum but
 those ports will still not come up.   I really am lost.

 Thanks again for the post, I am not sure what to try next :/

 Sam


 On Tue, Jun 18, 2013 at 10:13 AM, Filipe Manco 
 filipe.ma...@gmail.com wrote:

 From what I can see in the logs you must create the file
 /etc/sudoers.d/quantum_sudoers with the following contents:

 Defaults:quantum !requiretty
 quantum ALL = (root) NOPASSWD: /usr/bin/quantum-rootwrap


 About the libvirt error edit the file /etc/libvirt/qemu.conf and
 add the following:

 cgroup_device_acl = [
 /dev/null, /dev/full, /dev/zero,
 /dev/random, /dev/urandom,
 /dev/ptmx, /dev/kvm, /dev/kqemu,
 /dev/rtc,/dev/hpet , /dev/net/tun
 ]

 Probably this won't fix all of your issues. The logs ofI don't the
 l3 agent will be helpful.

 Filipe Manco
 http://about.me/fmanco


 2013/6/18 Samuel Winchenbach swinc...@gmail.com

  I may have found the cause of my problem, but I am 

[Openstack] [OSSA 2013-017] Issues in Keystone middleware memcache signing/encryption feature (CVE-2013-2166, CVE-2013-2167)

2013-06-19 Thread Thierry Carrez
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

OpenStack Security Advisory: 2013-017
CVE: CVE-2013-2166, CVE-2013-2167
Date: June 19, 2013
Title: Issues in Keystone middleware memcache signing/encryption feature
Reporter: Paul McMillan (Nebula)
Products: python-keystoneclient
Affects: version 0.2.3 to 0.2.5

Description:
Paul McMillan from Nebula reported multiple issues in the implementation
of memcache signing/encryption feature in Keystone client middleware. An
attacker with direct write access to the memcache backend (or in a
man-in-the-middle position) could insert malicious data and potentially
bypass the encryption (CVE-2013-2166) or signing (CVE-2013-2167)
security strategy that was specified. Only setups that make use of
memcache caching in the Keystone middleware (specify memcache_servers)
and using ENCRYPT or MAC as their memcache_security_strategy are affected.

python-keystoneclient fix (will be included in upcoming 0.2.6 release):
https://review.openstack.org/#/c/33661

References:
https://bugs.launchpad.net/python-keystoneclient/+bug/1175367
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2166
https://bugs.launchpad.net/python-keystoneclient/+bug/1175368
http://www.cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2013-2167

- -- 
Thierry Carrez (ttx)
OpenStack Vulnerability Management Team
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.12 (GNU/Linux)
Comment: Using GnuPG with undefined - http://www.enigmail.net/

iQIcBAEBCAAGBQJRwdC5AAoJEFB6+JAlsQQjOTQP/1q8R6aPU9RcbsZ5pRm4YU7L
gp1XHpoCKmAAFhPjVbjOXLfW0xAfa0B+ATG/BeM4dvysgnQIRb21D4vu4wqCyLq/
Mw6pvytEyd5hGWpSY5eG6cQJ+UrACRDRgjMDIrR6PkwfWK0wW1p+2XzbzH9WIO7F
u4/oneUOSlN04wLd1qx0hy2mybFGUu8rPsJyaPJq2qivhGOwIOq85WddurtK1wXl
aTdYnavJxmUsTLFHjlpveKaEmlGrYNxeAMTpkZiSANPxU9rcjZNNEmgdGriV1Cdp
U3A08z+s7UiZT10cXg3y3C3pNV+upiS5b939fvrSCdJcMmSUBDZ9Bz9zpMYZ/EZm
gJLBe2HskHmOfUzdgmVla2HLKqex/no4aLqbVBLkpFhkesKWz+2mTjvTAygjL5vg
Ps8viGv80b1DwSUoyI22VChDkXmarkfOFbIdl7yu3h6LDXOSUawA1OiELjlSHyB4
AM1Vl3bSYT9MSHvwymSd4ML/nH01nE0COb1kLzWEqDyFUfq6NjyCOkb74rgrjLH5
E1LVG/4DyYtQ0unOtIT2wyYqEUINAV/qv/GwkhMqroGbPle63+OLRaDtVSciiEdj
z/ljz6eMGEeD/cHi80yhsKGo0HjmXzG3X83Y6cSaqWbXUvIw0kbidLwX4fzlnGr0
JCWckqbCAwwKyRNAADVb
=1zJ2
-END 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] Grizzy,Quantum public network ports DOWN

2013-06-19 Thread Samuel Winchenbach
Here are ALL the warnings and errors I see when restarting nova and
quantum:  http://pastie.org/pastes/8059837/text
Here are ALL the warnings and errors I see when creating both networks
(public and internal), the router that bridges them, assigning the public
network as the gateway, adding the internal interface to it, launching a
VM, allocating a floating IP, and assigning it to the VM:
http://pastie.org/pastes/8059850/text

I am not sure about the nbd stuff, but I think think that is just because
the qemu disk image is not resized to the disk size yet.   The ONLY warning
that I think might effect me is:

Jun 19 11:53:32 test1 dnsmasq[28913]: warning: no upstream servers
configured

Any idea if that could be causing my DOWN ports issue?

Thanks,
Sam


On Wed, Jun 19, 2013 at 11:03 AM, Samuel Winchenbach swinc...@gmail.comwrote:

 I
 did that, and I went one step further... I deleted and recreated ALL the
 databases to ensure that I would be starting from scratch.  I also deleted
 all bridges, stopped openvswitch, deleted conf.db, started openvswitch and
 recreated all the bridges.

 This solved the reference to test1-int but the ports are still stuck in
 the down state :(

 Sam


 On Tue, Jun 18, 2013 at 4:39 PM, Filipe Manco filipe.ma...@gmail.comwrote:

 Stop quantum agents (not quantum-api) and openvswitch service. Delete
 /etc/openvswitch/conf.db and delte all agents using quantum agent-delete
 id. Start openvswitch service and then quantum agents. If ports still
 down check quantum logs mainly quantum l3-agent. If you don't find anything
 interesting delete the networks and recreate them.

 If you still have references to test1-int check the quantum database 
 ovs_tunnel_endpoints
 table and manually remove any reference.

 Filipe Manco
 http://about.me/fmanco


 2013/6/18 Samuel Winchenbach swinc...@gmail.com

 Hmmm I used both of those commands, but no matter what I do I can not
 remove references to test1-int in /etc/openvswitch/conf.db

 Should I just manually replace those with the IP?  Delete the file?


 On Tue, Jun 18, 2013 at 1:14 PM, Filipe Manco filipe.ma...@gmail.comwrote:

 Honestly I'm not sure because I've always used IPs. But according to
 the logs it looks so. After changing configurations you should probably run
 quantum-netns-cleanup and quantum-ovs-cleanup before starting the services.

 Filipe Manco
 http://about.me/fmanco


 2013/6/18 Samuel Winchenbach swinc...@gmail.com

 I think I may be onto something:
 http://pastie.org/pastes/8056137/text

 from syslog
 Jun 18 12:57:26 test1 ovs-vsctl: 1|vsctl|INFO|Called as
 /usr/bin/ovs-vsctl -- --may-exist add-port br-int qvo3eb6d144-07 -- set
 Interface qvo3eb6d144-07
 external-ids:iface-id=3eb6d144-077e-42cf-ad2e-57c50aa00399
 external-ids:iface-status=active
 external-ids:attached-mac=fa:16:3e:92:31:1e
 external-ids:vm-uuid=add44e48-6f42-4ede-a646-f29e74ccc02d
 Jun 18 12:57:26 test1 ovs-vswitchd: 03753|socket_util|ERR|test1-int
 is not a valid IP address
 Jun 18 12:57:26 test1 ovs-vswitchd: 03755|netdev_vport|ERR|gre-1: gre
 type requires valid 'remote_ip' argument
 Jun 18 12:57:30 test1 ovs-vsctl: 1|vsctl|INFO|Called as
 /usr/bin/ovs-vsctl --timeout=2 set Port qvo3eb6d144-07 tag=1
 Jun 18 12:57:30 test1 ovs-vswitchd: 03768|netdev_vport|ERR|gre-1: gre
 type requires valid 'remote_ip' argument


 Looks like you might not be able to use entries from /etc/hosts in the
 config files?








 On Tue, Jun 18, 2013 at 10:42 AM, Samuel Winchenbach 
 swinc...@gmail.com wrote:

 I have three agents running (Open vSwitch agent, DHCP agent, and L3
 agent): http://pastie.org/pastes/8055658/text
 The agents listed on test3 are there because ubuntu starts them
 automatically.  L3 agent will never run on test3 because it doesn't even
 have an external interface.   Right now I am just trying to limit it to 
 one
 node.

 Here is my l3_agent.ini:  http://pastie.org/pastes/8055674/text
 Here are a list of bridges (eth1 is my external interface)
 http://pastie.org/pastes/8055678/text

 Thanks again for all your help!


 On Tue, Jun 18, 2013 at 10:32 AM, Filipe Manco 
 filipe.ma...@gmail.com wrote:

 What is the status of quantum agent-list? I see on your node test3
 the agents are down and you don't have openvswitch agent.
 I would check for the logs of the l3 agent? Have you configured the
 external network id on the l3 agent config file?

 Filipe Manco
 http://about.me/fmanco


 2013/6/18 Samuel Winchenbach swinc...@gmail.com

 Hi Filipe,

 Thanks for the response.  I already had the
 /etc/sudoers.d/quantum_sudoers file.   On a whim I added root_helper =
 sudo quantum-rootwrap /etc/quantum/rootwrap.conf to
 /etc/quantum/dhcp_agent.ini and that took care of that problem.

 I managed to remove the libvirt errors by disabling apparmor.

 All the ports on my public network are still listed as DOWN   I
 have managed to remove all of the errors and warnings from quantum but
 those ports will still not come up.   I really am lost.

 Thanks again 

[Openstack] Quantum is changing its name to...

2013-06-19 Thread Mark McClain
All-

The OpenStack Networking team is happy to announce that the Quantum project 
will be changing its name to Neutron. You'll soon see Neutron in lots of places 
as we work to implement the name change within OpenStack.

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


Re: [Openstack] FlatDHCP or not to FlatDHCP

2013-06-19 Thread Anne Gentle
I think your configuration is correct, and your nova-manage network create
commands are correct, so it's likely that there's something in the route
that's preventing the traffic. That's why I suggested the troubleshooting
topic. Try those steps and let us know.

Anne


On Tue, Jun 18, 2013 at 10:40 AM, Dmitry Makovey dmi...@athabascau.cawrote:

 On 06/17/2013 06:02 PM, Anne Gentle wrote:
  Is there some reasonably thorough walk-through on FlatDHCP setup for a
  similar scenario?
 
 
  This looks a lot like the example architecture in the Operations Guide at
 
 http://docs.openstack.org/trunk/openstack-ops/content/example_architecture.html
  .
 
  I'd highly recommend
 
 http://docs.openstack.org/trunk/openstack-ops/content/network_troubleshooting.html
 .
  Let us know how it goes. A few Canadians wrote a bunch of that!

 thanks Anne. Diagram does indeed look close enough but it's lacking
 specific steps (commands) to glue that picture together in real life.
 Devil is in the details and for example what does it mean that eth0 on
 controller node (and compute node) has 10.1.0.0/16 IP and 203.0.113.0/24
 IP? How do you configure that for it to work?


 --
 Dmitry Makovey
 Web Systems Administrator
 Athabasca University
 (780) 675-6245
 ---
 Confidence is what you have before you understand the problem
 Woody Allen

 When in trouble when in doubt run in circles scream and shout
  http://www.wordwizard.com/phpbb3/viewtopic.php?f=16t=19330


___
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] FlatDHCP or not to FlatDHCP

2013-06-19 Thread Dmitry Makovey
On 06/19/2013 01:19 PM, Anne Gentle wrote:
 I think your configuration is correct, and your nova-manage network create
 commands are correct, so it's likely that there's something in the route
 that's preventing the traffic. That's why I suggested the troubleshooting
 topic. Try those steps and let us know.

thank you for getting back to me on this. At least I know now which way
to dig. Thanks!



-- 
Dmitry Makovey
Web Systems Administrator
Athabasca University
(780) 675-6245
---
Confidence is what you have before you understand the problem
Woody Allen

When in trouble when in doubt run in circles scream and shout
 http://www.wordwizard.com/phpbb3/viewtopic.php?f=16t=19330



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


Re: [Openstack] OpenStack API versions and release content

2013-06-19 Thread Farhan Patwa
Hi Dolph,
Thanks a lot for taking time to answer my questions. Your explanation makes 
things a lot clearer
I do have some followup questions though.
1.) Does the 'keystone' cli support the identity v3 api features? (I am trying 
to use domain and groups but don't see any mention in the help section of 
keystone cli)
2.) If it is not yet supported by any client then when do we expect to have 
that available?

Thanks,

-Farhan.

From: Dolph Mathews dolph.math...@gmail.commailto:dolph.math...@gmail.com
Date: Thursday, June 13, 2013 2:11 PM
To: Farhan Patwa farhan.pa...@utsa.edumailto:farhan.pa...@utsa.edu
Cc: OpenStack Maillist 
openstack@lists.launchpad.netmailto:openstack@lists.launchpad.net
Subject: Re: [Openstack] OpenStack API versions and release content


On Tue, Jun 11, 2013 at 4:46 PM, Farhan Patwa 
farhan.pa...@utsa.edumailto:farhan.pa...@utsa.edu wrote:
Hi all,
I am just trying to understand the motivation behind creations API versions and 
how that ties in to a release content.
As per listed documentation 
(http://docs.openstack.org/api/openstack-compute/2/content/Versions-d1e1193.html)
New Features and functionality that break  API-compatibility necessitate a new 
version. When new API version are released older versions are marked as 
deprecated.

My questions are:
1.) Is the assumption here that operators may update the release but opt to 
stay with an older API version to get bug fixes etc.?

See #2 below.

2.) Do new versions have to be deployed with a new release? Keystone has V3 
version, but I don't see it being available for use in devstack or Grizzly 
release (based on my assumption that the command 'keystone discover' will 
display supported API versions)

Not necessarily. Keystone grizzly/2013.1 ships with a revised paste 
configuration which deploys the new Identity API v3 via pipeline:api_v3 [1]. 
You don't need to deploy this new pipeline at all, and a folsom paste 
configuration will deploy an Identity API v2 implementation just as it did in 
folsom. The output of keystone discover operates based on how the service 
catalog is populated, which doesn't necessarily reflect the configured pipeline 
or what's provided by the implementation.

[1]: 
https://github.com/openstack/keystone/blob/64738924b87e6fb31d999e25da23f889a2658940/etc/keystone-paste.ini#L78

3.) Do versions have their own release schedule (so Keystone V3 is part of 
Grizzly code but the implementation is not yet complete or supported??)

There's no such thing as Keystone v3, although that's a common misnomer. The 
Identity API (v2.0 - v3.0 - v3.1) is versioned independently from it's 
implementation, Keystone (... essex/2012.1 - folsom/2012.2 - grizzly/2013.1 
- etc). Several releases of keystone could be made without incrementing the 
API version. A release of keystone may contain an experimental/unstable/partial 
and unrecommended/undocumented implementation of a newer API. A release of 
keystone may even skip an API version if there was reason to do so.

So, for example:

- diablo supports Identity API v2.0 and was extensible to support a 
non-OpenStack Identity API (v1.1)
- essex supports Identity API v2.0
- folsom supports Identity API v2.0
- grizzly supports Identity API v2.0 and Identity API v3.0
- havana will support Identity API v2.0 and Identity API v3.1
- icehouse will support Identity API v2.0 and at least Identity API v3.1 (if 
not v3.2)
- J*release is not guaranteed to support Identity API v2.0 and will support at 
least Identity API v3.1 (if not v3.3)

(where minor version bumps, e.g. v3.0 - v3.1 are backwards compatible)

In reality, if we ship a recommended API implementation, that API version is 
effectively feature frozen. So, while we could have continued to develop 
Identity API v3.0 past 2013.1, we documented it in the default configuration 
(keystone.conf.sample, devstack, etc) and shipped it with grizzly and are now 
working towards introducing backwards-compatible features under a minor version 
bump to the API that will ship with havana.


I would really appreciate if someone can shed light on this.

Thanks for your time,

-Farhan Patwa.

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


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


Re: [Openstack] RDO over Fedora 18

2013-06-19 Thread Steve Gordon
- Original Message -
 From: Marco Bravo marcobra...@gmail.com
 To: openstack@lists.launchpad.net
 Sent: Wednesday, June 19, 2013 9:42:09 AM
 Subject: [Openstack] RDO over Fedora 18
 
 Hi stackers, I have a problem with my Fedora 18 , RDO in a VirtualBox.
 
 http://openstack.redhat.com/Quickstart this is the guide I follow
 
 When I reach this part of the installation happens.
 
 
 
 [root@localhost ~]#  packstack --allinone
 Welcome to Installer setup utility
 
 Installing:
 Clean Up...[ DONE ]
 Adding pre install manifest entries... [ DONE ]
 Setting up ssh keys... [ DONE ]
 Adding MySQL manifest entries...   [ DONE ]
 Adding QPID manifest entries...[ DONE ]
 Adding Keystone manifest entries...[ DONE ]
 Adding Glance Keystone manifest entries... [ DONE ]
 Adding Glance manifest entries...  [ DONE ]
 Adding Cinder Keystone manifest entries... [ DONE ]
 Installing dependencies for Cinder...  [ DONE ]
 Checking if the Cinder server has a cinder-volumes vg...[ DONE ]
 Adding Cinder manifest entries...  [ DONE ]
 Adding Nova API manifest entries...[ DONE ]
 Adding Nova Keystone manifest entries...   [ DONE ]
 Adding Nova Cert manifest entries...   [ DONE ]
 Adding Nova Conductor manifest entries...  [ DONE ]
 Adding Nova Compute manifest entries...[ DONE ]
 Adding Nova Scheduler manifest entries...  [ DONE ]
 Adding Nova VNC Proxy manifest entries...  [ DONE ]
 Adding Nova Common manifest entries... [ DONE ]
 Adding Openstack Network-related Nova manifest entries...[ DONE ]
 Adding Quantum API manifest entries... [ DONE ]
 Adding Quantum Keystone manifest entries...[ DONE ]
 Adding Quantum L3 manifest entries...  [ DONE ]
 Adding Quantum L2 Agent manifest entries...[ DONE ]
 Adding Quantum DHCP Agent manifest entries...  [ DONE ]
 Adding Quantum Metadata Agent manifest entries...  [ DONE ]
 Adding OpenStack Client manifest entries...[ DONE ]
 Adding Horizon manifest entries... [ DONE ]
 Adding Swift Keystone manifest entries...  [ DONE ]
 Adding Swift builder manifest entries...   [ DONE ]
 Adding Swift proxy manifest entries... [ DONE ]
 Adding Swift storage manifest entries...   [ DONE ]
 Adding Swift common manifest entries...[ DONE ]
 Preparing servers...   [ DONE ]
 Adding Nagios server manifest entries...   [ DONE ]
 Adding Nagios host manifest entries... [ DONE ]
 Adding post install manifest entries...[ DONE ]
 Installing Dependencies... [ DONE ]
 Copying Puppet modules and manifests...[ DONE ]
 Applying Puppet manifests...
 Applying 192.168.2.155_prescript.pp
 192.168.2.155_prescript.pp : [ DONE
 ]
 Applying 192.168.2.155_mysql.pp
 Applying 192.168.2.155_qpid.pp
 192.168.2.155_mysql.pp : [ DONE
 ]
 192.168.2.155_qpid.pp :  [ DONE
 ]
 Applying 192.168.2.155_keystone.pp
 Applying 192.168.2.155_glance.pp
 Applying 192.168.2.155_cinder.pp
 192.168.2.155_keystone.pp :  [ DONE
 ]
 192.168.2.155_glance.pp :[ DONE
 ]
 192.168.2.155_cinder.pp :[ DONE
 ]
 Applying 192.168.2.155_api_nova.pp
 192.168.2.155_api_nova.pp :  [ DONE
 ]
 Applying 192.168.2.155_nova.pp
 192.168.2.155_nova.pp :  [ DONE
 ]
 Applying 192.168.2.155_quantum.pp
 192.168.2.155_quantum.pp :   [ DONE
 ]
 Applying 192.168.2.155_osclient.pp
 Applying 192.168.2.155_horizon.pp
 192.168.2.155_osclient.pp :  [ DONE
 ]
 192.168.2.155_horizon.pp :   [ DONE
 ]
 Applying 192.168.2.155_ring_swift.pp
 192.168.2.155_ring_swift.pp :[ DONE
 ]
 Applying 192.168.2.155_swift.pp
 Applying 192.168.2.155_nagios.pp
  Applying 192.168.2.155_nagios_nrpe.pp
 192.168.2.155_swift.pp : [ DONE
 ]
 
 [ ERROR ]
 
 *ERROR : Error during puppet run : err:
 /Stage[main]/Nagios_configs/File[/usr/lib64/nagios/plugins/keystone-user-list]/ensure:
 change from absent to file failed: Could not set 'file on ensure: No such
 file or directory -
 

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

2013-06-19 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/169/Project:precise_havana_cinder_trunkDate of build:Wed, 19 Jun 2013 04:01:15 -0400Build duration:3 min 8 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImplement capability to extend existing volume.by john.griffitheditcinder/tests/test_volume.pyeditcinder/volume/rpcapi.pyeditetc/cinder/policy.jsoneditcinder/volume/manager.pyeditcinder/tests/policy.jsoneditcinder/api/contrib/volume_actions.pyeditcinder/volume/driver.pyeditcinder/volume/api.pyeditcinder/tests/api/contrib/test_volume_actions.pyConsole Output[...truncated 2984 lines...]python setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 997c619b7517c0aeab8fd01d8ec6daa23aa35747..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306190401~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [4aaa3b6] Update attach status when instance id invalid.dch -a [53773aa] Fix and enable gating on H403dch -a [77be276] cinder/.: replace 'locals()' with explicit valuesdch -a [51656c7] Editable default quota support for cinderdch -a [c066603] Imported Translations from Transifexdch -a [5bce6ad] Use common.processutils.executedch -a [a80003c] Remove usage of locals() for formatting from cinder.volume.*dch -a [8cb79dd] cinder.schedule: Replace 'locals()' with explicit valuesdch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [c93d7fd] Use Python 3.x compatible octal numbersdch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [2833754] Implement capability to extend existing volume.dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306190401~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A cinder_2013.2+git201306190401~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+git201306190401~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+git201306190401~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-19 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 #235

2013-06-19 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/235/Project:saucy_havana_nova_trunkDate of build:Wed, 19 Jun 2013 06:01:18 -0400Build duration:3 min 14 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesCheck libvirt version earlierby mattteditnova/virt/libvirt/driver.pyConsole Output[...truncated 4700 lines...]Committed revision 583.INFO:root:Building source packageDEBUG:root:['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']INFO:root:Executing ['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc'] in schrootDEBUG:root:['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']failed to open trace file: [Errno 13] Permission denied: '/var/lib/jenkins/.bzr.log'Building using working treeBuilding package in merge modeLooking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpY3dDsgbzr: ERROR: An error (1) occurred running quilt: NoneApplying patch avoid_requirements_websockify.patchpatching file requirements.txtHunk #1 FAILED at 29.1 out of 1 hunk FAILED -- rejects in file requirements.txtPatch avoid_requirements_websockify.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e75f5ec1-8708-48b2-b61f-fbbbdd312062', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e75f5ec1-8708-48b2-b61f-fbbbdd312062', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpY3dDsg/novamk-build-deps -i -r -t apt-get -y /tmp/tmpY3dDsg/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hdch -b -D saucy --newversion 1:2013.2+git201306190601~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e75f5ec1-8708-48b2-b61f-fbbbdd312062', '-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-e75f5ec1-8708-48b2-b61f-fbbbdd312062', '-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 #394

2013-06-19 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/394/Project:precise_havana_nova_trunkDate of build:Wed, 19 Jun 2013 06:01:17 -0400Build duration:3 min 26 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesCheck libvirt version earlierby mattteditnova/virt/libvirt/driver.pyConsole Output[...truncated 4140 lines...]modified debian/changelogCommitted revision 583.INFO:root:Building source packageDEBUG:root:['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']INFO:root:Executing ['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc'] in schrootDEBUG:root:['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']Building using working treeBuilding package in merge modeLooking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpVCqjQ6bzr: ERROR: An error (1) occurred running quilt: Applying patch avoid_requirements_websockify.patchpatching file requirements.txtHunk #1 FAILED at 29.1 out of 1 hunk FAILED -- rejects in file requirements.txtPatch avoid_requirements_websockify.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-dd70a327-e1bc-480a-9585-1285e0242a2d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-dd70a327-e1bc-480a-9585-1285e0242a2d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpVCqjQ6/novamk-build-deps -i -r -t apt-get -y /tmp/tmpVCqjQ6/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hdch -b -D precise --newversion 1:2013.2.a1326.g6808e05+git201306190602~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-dd70a327-e1bc-480a-9585-1285e0242a2d', '-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-dd70a327-e1bc-480a-9585-1285e0242a2d', '-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 #129

2013-06-19 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/129/Project:precise_havana_ceilometer_trunkDate of build:Wed, 19 Jun 2013 07:31:14 -0400Build duration:3 min 8 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnforce reverse time-order for sample returnby teryuedittests/storage/base.pyeditceilometer/storage/impl_mongodb.pyeditceilometer/storage/impl_sqlalchemy.pyConsole Output[...truncated 1505 lines...]Building package in merge modeLooking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpySNayMbzr: ERROR: An error (1) occurred running quilt: Applying patch default-dbconnection-sqlite.patchpatching file etc/ceilometer/ceilometer.conf.sampleHunk #1 FAILED at 517.1 out of 1 hunk FAILED -- rejects in file etc/ceilometer/ceilometer.conf.samplePatch default-dbconnection-sqlite.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-461b7a7d-8429-4bf6-b5fd-562e56ee2701', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-461b7a7d-8429-4bf6-b5fd-562e56ee2701', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/ceilometer/havana /tmp/tmpySNayM/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpySNayM/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 782a71c012e660ab892f9e7942b9e80586099cdb..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306190731~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [31ab90f] Rename the MeterPublisher to RPCPublisherdch -a [aa842c2] Replace publisher name by URLdch -a [d06dcc6] Enable pep8 H403 checksdch -a [3d4d078] Ceilometer may generate wrong format swift url in some situationsdch -a [2d20222] Update requirements to fix devstack installationdch -a [a5785c1] pipeline: switch publisher loading model to driverdch -a [1961ec9] Enforce reverse time-order for sample returndebcommitbzr 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-461b7a7d-8429-4bf6-b5fd-562e56ee2701', '-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-461b7a7d-8429-4bf6-b5fd-562e56ee2701', '-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: saucy_havana_quantum_trunk #158

2013-06-19 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/158/Project:saucy_havana_quantum_trunkDate of build:Wed, 19 Jun 2013 10:01:21 -0400Build duration:2 min 21 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesAllow use of lowercase section names in conf filesby markmceditetc/quantum/plugins/metaplugin/metaplugin.inieditetc/quantum/plugins/ryu/ryu.inieditetc/quantum/plugins/midonet/midonet.inieditquantum/tests/unit/nicira/etc/nvp.ini.grizzly.testeditetc/quantum/plugins/openvswitch/ovs_quantum_plugin.inieditquantum/plugins/metaplugin/READMEeditrequirements.txteditetc/quantum/plugins/cisco/cisco_plugins.inieditetc/quantum/plugins/nicira/nvp.inieditquantum/tests/unit/bigswitch/etc/restproxy.ini.testeditetc/quantum/plugins/plumgrid/plumgrid.inieditquantum/tests/unit/midonet/etc/midonet.ini.testeditetc/quantum/plugins/bigswitch/restproxy.inieditquantum/tests/etc/quantum.conf.testeditetc/quantum/plugins/brocade/brocade.inieditetc/quantum/plugins/mlnx/mlnx_conf.inieditetc/quantum/plugins/nec/nec.inieditetc/quantum.confeditquantum/plugins/nicira/common/config.pyeditetc/quantum/plugins/ml2/ml2_conf.inieditquantum/tests/unit/nicira/etc/quantum.conf.testeditetc/quantum/plugins/hyperv/hyperv_quantum_plugin.inieditetc/quantum/plugins/linuxbridge/linuxbridge_conf.iniReference default_servicetype group in lowercaseby markmceditquantum/db/servicetype_db.pyeditquantum/tests/unit/test_servicetype.pyImported Translations from Transifexby Jenkinseditquantum/locale/ja/LC_MESSAGES/quantum.poeditquantum/locale/fr/LC_MESSAGES/quantum.poeditquantum/locale/vi_VN/LC_MESSAGES/quantum.poeditquantum/locale/ro/LC_MESSAGES/quantum.poeditquantum/locale/fi_FI/LC_MESSAGES/quantum.poeditquantum/locale/cs/LC_MESSAGES/quantum.poeditquantum/locale/zh_TW/LC_MESSAGES/quantum.poeditquantum/locale/ka_GE/LC_MESSAGES/quantum.poeditquantum/locale/ru/LC_MESSAGES/quantum.poeditquantum/locale/pt_BR/LC_MESSAGES/quantum.poeditquantum/locale/es/LC_MESSAGES/quantum.poeditquantum/locale/bg_BG/LC_MESSAGES/quantum.poeditquantum/locale/da/LC_MESSAGES/quantum.poeditquantum/locale/ko_KR/LC_MESSAGES/quantum.poeditquantum/locale/quantum.poteditquantum/locale/it/LC_MESSAGES/quantum.poeditquantum/locale/zh_CN/LC_MESSAGES/quantum.poeditquantum/locale/de/LC_MESSAGES/quantum.poConsole Output[...truncated 2722 lines...]patching file etc/quantum/plugins/brocade/brocade.iniHunk #1 FAILED at 11.1 out of 1 hunk FAILED -- rejects in file etc/quantum/plugins/brocade/brocade.inipatching file etc/quantum/plugins/hyperv/hyperv_quantum_plugin.inipatching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/midonet/midonet.inipatching file etc/quantum/plugins/nec/nec.iniHunk #2 succeeded at 43 with fuzz 2 (offset 4 lines).patching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/plumgrid/plumgrid.inipatching file etc/quantum/plugins/ryu/ryu.inipatching file etc/quantum.confPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-1db17259-4467-46ad-bdf8-5af53fe40cfb', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-1db17259-4467-46ad-bdf8-5af53fe40cfb', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/quantum/havana /tmp/tmpNYgDYy/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpNYgDYy/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 97a103b04e93a9b16908dbc4e7dfbbfdea70c4c8..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306191001~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [e20506c] Imported Translations from Transifexdch -a [8a6143e] Reference default_servicetype group in lowercasedch -a [fd7223b] Allow use of lowercase section names in conf filesdebcommitbzr 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-1db17259-4467-46ad-bdf8-5af53fe40cfb', '-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 = 

[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_ceilometer_trunk #130

2013-06-19 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/130/Project:precise_havana_ceilometer_trunkDate of build:Wed, 19 Jun 2013 10:11:50 -0400Build duration:4 min 19 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 11482 lines...]gpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpI9pRGI/ceilometer_2013.2+git201306191011~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpI9pRGI/ceilometer_2013.2+git201306191011~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading ceilometer_2013.2+git201306191011~precise-0ubuntu1.dsc: done.  Uploading ceilometer_2013.2+git201306191011~precise.orig.tar.gz: done.  Uploading ceilometer_2013.2+git201306191011~precise-0ubuntu1.debian.tar.gz: done.  Uploading ceilometer_2013.2+git201306191011~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-havana', 'ceilometer_2013.2+git201306191011~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/c/ceilometer/ceilometer-agent-central_2013.2+git201306141301~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-agent-compute_2013.2+git201306141301~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-api_2013.2+git201306141301~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-collector_2013.2+git201306141301~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-common_2013.2+git201306141301~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/python-ceilometer_2013.2+git201306141301~precise-0ubuntu1_all.debINFO:root:Storing current commit for next build: 31ab90f5ff3faea70266c33f47b09154b1e65c2bINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/ceilometer/havana /tmp/tmpI9pRGI/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpI9pRGI/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 782a71c012e660ab892f9e7942b9e80586099cdb..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306191011~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [31ab90f] Rename the MeterPublisher to RPCPublisherdch -a [aa842c2] Replace publisher name by URLdch -a [d06dcc6] Enable pep8 H403 checksdch -a [3d4d078] Ceilometer may generate wrong format swift url in some situationsdch -a [2d20222] Update requirements to fix devstack installationdch -a [a5785c1] pipeline: switch publisher loading model to driverdch -a [1961ec9] Enforce reverse time-order for sample returndebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201306191011~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A ceilometer_2013.2+git201306191011~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana ceilometer_2013.2+git201306191011~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-havana ceilometer_2013.2+git201306191011~precise-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_ceilometer_trunk #111

2013-06-19 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/111/Project:saucy_havana_ceilometer_trunkDate of build:Wed, 19 Jun 2013 10:11:58 -0400Build duration:5 min 12 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 12304 lines...]gpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpCMURUq/ceilometer_2013.2+git201306191012~saucy-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpCMURUq/ceilometer_2013.2+git201306191012~saucy-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading ceilometer_2013.2+git201306191012~saucy-0ubuntu1.dsc: done.  Uploading ceilometer_2013.2+git201306191012~saucy.orig.tar.gz: done.  Uploading ceilometer_2013.2+git201306191012~saucy-0ubuntu1.debian.tar.gz: done.  Uploading ceilometer_2013.2+git201306191012~saucy-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'saucy-havana', 'ceilometer_2013.2+git201306191012~saucy-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/saucy-havana/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/c/ceilometer/ceilometer-agent-central_2013.2+git201306141301~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-agent-compute_2013.2+git201306141301~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-api_2013.2+git201306141301~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-collector_2013.2+git201306141301~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/ceilometer-common_2013.2+git201306141301~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/c/ceilometer/python-ceilometer_2013.2+git201306141301~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 31ab90f5ff3faea70266c33f47b09154b1e65c2bINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/ceilometer/havana /tmp/tmpCMURUq/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpCMURUq/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 782a71c012e660ab892f9e7942b9e80586099cdb..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306191012~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [31ab90f] Rename the MeterPublisher to RPCPublisherdch -a [aa842c2] Replace publisher name by URLdch -a [d06dcc6] Enable pep8 H403 checksdch -a [3d4d078] Ceilometer may generate wrong format swift url in some situationsdch -a [2d20222] Update requirements to fix devstack installationdch -a [a5785c1] pipeline: switch publisher loading model to driverdch -a [1961ec9] Enforce reverse time-order for sample returndebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201306191012~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A ceilometer_2013.2+git201306191012~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana ceilometer_2013.2+git201306191012~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana ceilometer_2013.2+git201306191012~saucy-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_quantum_trunk #159

2013-06-19 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/159/Project:saucy_havana_quantum_trunkDate of build:Wed, 19 Jun 2013 10:31:21 -0400Build duration:3 min 22 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesFix TestNecAgentMain not to call sys.exit()by rbogorodskiyeditquantum/tests/unit/nec/test_nec_agent.pyeditquantum/plugins/nec/agent/nec_quantum_agent.pyConsole Output[...truncated 2725 lines...]Hunk #1 FAILED at 11.1 out of 1 hunk FAILED -- rejects in file etc/quantum/plugins/brocade/brocade.inipatching file etc/quantum/plugins/hyperv/hyperv_quantum_plugin.inipatching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/midonet/midonet.inipatching file etc/quantum/plugins/nec/nec.iniHunk #2 succeeded at 43 with fuzz 2 (offset 4 lines).patching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/plumgrid/plumgrid.inipatching file etc/quantum/plugins/ryu/ryu.inipatching file etc/quantum.confPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f6d26db6-4ff3-402c-a7e7-242c17b131c9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f6d26db6-4ff3-402c-a7e7-242c17b131c9', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/quantum/havana /tmp/tmpx_fmOZ/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpx_fmOZ/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 97a103b04e93a9b16908dbc4e7dfbbfdea70c4c8..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306191031~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [e20506c] Imported Translations from Transifexdch -a [381cb1c] Fix TestNecAgentMain not to call sys.exit()dch -a [8a6143e] Reference default_servicetype group in lowercasedch -a [fd7223b] Allow use of lowercase section names in conf filesdebcommitbzr 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-f6d26db6-4ff3-402c-a7e7-242c17b131c9', '-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-f6d26db6-4ff3-402c-a7e7-242c17b131c9', '-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_quantum_trunk #222

2013-06-19 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/222/Project:precise_havana_quantum_trunkDate of build:Wed, 19 Jun 2013 10:31:21 -0400Build duration:2 min 59 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesFix TestNecAgentMain not to call sys.exit()by rbogorodskiyeditquantum/plugins/nec/agent/nec_quantum_agent.pyeditquantum/tests/unit/nec/test_nec_agent.pyConsole Output[...truncated 2015 lines...]Hunk #1 FAILED at 11.1 out of 1 hunk FAILED -- rejects in file etc/quantum/plugins/brocade/brocade.inipatching file etc/quantum/plugins/hyperv/hyperv_quantum_plugin.inipatching file etc/quantum/plugins/linuxbridge/linuxbridge_conf.inipatching file etc/quantum/plugins/midonet/midonet.inipatching file etc/quantum/plugins/nec/nec.iniHunk #2 succeeded at 43 with fuzz 2 (offset 4 lines).patching file etc/quantum/plugins/nicira/nvp.inipatching file etc/quantum/plugins/openvswitch/ovs_quantum_plugin.inipatching file etc/quantum/plugins/plumgrid/plumgrid.inipatching file etc/quantum/plugins/ryu/ryu.inipatching file etc/quantum.confPatch fix-quantum-configuration.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-03b1fd66-9027-42bb-8efb-a7576943bfd3', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-03b1fd66-9027-42bb-8efb-a7576943bfd3', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/quantum/havana /tmp/tmptgib2b/quantummk-build-deps -i -r -t apt-get -y /tmp/tmptgib2b/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 97a103b04e93a9b16908dbc4e7dfbbfdea70c4c8..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306191031~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [e20506c] Imported Translations from Transifexdch -a [381cb1c] Fix TestNecAgentMain not to call sys.exit()dch -a [8a6143e] Reference default_servicetype group in lowercasedch -a [fd7223b] Allow use of lowercase section names in conf filesdebcommitbzr 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-03b1fd66-9027-42bb-8efb-a7576943bfd3', '-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-03b1fd66-9027-42bb-8efb-a7576943bfd3', '-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 #170

2013-06-19 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/170/Project:precise_havana_cinder_trunkDate of build:Wed, 19 Jun 2013 10:31:23 -0400Build duration:3 min 56 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUse Python 3.x compatible except constructby dirkeditcinder/scheduler/scheduler_options.pyConsole Output[...truncated 2977 lines...]git log -n1 --no-merges --pretty=format:%Hgit log 997c619b7517c0aeab8fd01d8ec6daa23aa35747..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306191031~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [4aaa3b6] Update attach status when instance id invalid.dch -a [53773aa] Fix and enable gating on H403dch -a [646096a] Use Python 3.x compatible except constructdch -a [77be276] cinder/.: replace 'locals()' with explicit valuesdch -a [51656c7] Editable default quota support for cinderdch -a [c066603] Imported Translations from Transifexdch -a [5bce6ad] Use common.processutils.executedch -a [a80003c] Remove usage of locals() for formatting from cinder.volume.*dch -a [8cb79dd] cinder.schedule: Replace 'locals()' with explicit valuesdch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [c93d7fd] Use Python 3.x compatible octal numbersdch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [2833754] Implement capability to extend existing volume.dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306191031~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A cinder_2013.2+git201306191031~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+git201306191031~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+git201306191031~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 #145

2013-06-19 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/145/Project:saucy_havana_cinder_trunkDate of build:Wed, 19 Jun 2013 10:32:27 -0400Build duration:4 min 42 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUse Python 3.x compatible except constructby dirkeditcinder/scheduler/scheduler_options.pyConsole Output[...truncated 3806 lines...]git log -n1 --no-merges --pretty=format:%Hgit log 997c619b7517c0aeab8fd01d8ec6daa23aa35747..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306191033~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [4aaa3b6] Update attach status when instance id invalid.dch -a [53773aa] Fix and enable gating on H403dch -a [646096a] Use Python 3.x compatible except constructdch -a [77be276] cinder/.: replace 'locals()' with explicit valuesdch -a [51656c7] Editable default quota support for cinderdch -a [c066603] Imported Translations from Transifexdch -a [5bce6ad] Use common.processutils.executedch -a [a80003c] Remove usage of locals() for formatting from cinder.volume.*dch -a [8cb79dd] cinder.schedule: Replace 'locals()' with explicit valuesdch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [c93d7fd] Use Python 3.x compatible octal numbersdch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [2833754] Implement capability to extend existing volume.dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306191033~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201306191033~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+git201306191033~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+git201306191033~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: raring_grizzly_python-keystoneclient_stable #118

2013-06-19 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: raring_grizzly_python-swiftclient_stable #40

2013-06-19 Thread openstack-testing-bot
Title: raring_grizzly_python-swiftclient_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-swiftclient_stable/40/Project:raring_grizzly_python-swiftclient_stableDate of build:Wed, 19 Jun 2013 15:04:27 -0400Build duration:4 min 21 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFixes re-auth flow with expired tokens.by ededitswiftclient/client.pyConsole Output[...truncated 1119 lines...]Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 21, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 611, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-ba28e67a-d64c-4c76-afce-1fad2e91e606', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-ba28e67a-d64c-4c76-afce-1fad2e91e606', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-swiftclient/grizzly /tmp/tmpB9MzF5/python-swiftclientmk-build-deps -i -r -t apt-get -y /tmp/tmpB9MzF5/python-swiftclient/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-ba28e67a-d64c-4c76-afce-1fad2e91e606', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-ba28e67a-d64c-4c76-afce-1fad2e91e606', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_nova_trunk #237

2013-06-19 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/237/Project:saucy_havana_nova_trunkDate of build:Wed, 19 Jun 2013 16:01:18 -0400Build duration:5 min 36 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdded unit tests for vmware cluster driverby kiran-kumar.vaddieditnova/tests/virt/vmwareapi/test_vmwareapi.pyeditnova/tests/virt/vmwareapi/db_fakes.pyeditnova/virt/vmwareapi/fake.pyxenapi: script to rotate the guest logsby reviewaddtools/xenserver/rotate_xen_guest_logs.shConsole Output[...truncated 4738 lines...]patching file requirements.txtHunk #1 FAILED at 29.1 out of 1 hunk FAILED -- rejects in file requirements.txtPatch avoid_requirements_websockify.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-cb8b778c-be2a-419f-9ab6-e9ef9faba15f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-cb8b778c-be2a-419f-9ab6-e9ef9faba15f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/nova/havana /tmp/tmpmLB5dX/novamk-build-deps -i -r -t apt-get -y /tmp/tmpmLB5dX/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ee5d9ae8d376e41e852b06488e922400cf69b4ac..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306191602~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [0af9b83] xenapi: script to rotate the guest logsdch -a [6a1d33a] Drop unused _virtual_power_settings global.dch -a [32632c4] Added unit tests for vmware cluster driverdch -a [21bd2b2] Add missing tests for nova.db.api.instance_system_metadata_*dch -a [a4908f5] Add missing tests for certificate_* methodsdch -a [55236fa] Improved tests for instance_actions_*dch -a [e5e0fdd] Fix flavor extra_specs filter doesn't work for numberdch -a [fc217a9] Replace utils.to_bytes() with strutils.to_bytes()dch -a [75172f1] Updates nova.conf.sampledch -a [ffad02d] Remove unused arg from make_class_properties.getter methoddch -a [3dee150] Don't advertise mute cells capabilities upwardsdch -a [b07994b] Update to the latest stevedoredch -a [db0ac5f] Check libvirt version earlierdebcommitbzr 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-cb8b778c-be2a-419f-9ab6-e9ef9faba15f', '-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-cb8b778c-be2a-419f-9ab6-e9ef9faba15f', '-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 #397

2013-06-19 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/397/Project:precise_havana_nova_trunkDate of build:Wed, 19 Jun 2013 17:01:20 -0400Build duration:2 min 51 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFill context on objects in listsby danmseditnova/objects/base.pyeditnova/tests/objects/test_instance.pyConsole Output[...truncated 4183 lines...]Hunk #1 FAILED at 29.1 out of 1 hunk FAILED -- rejects in file requirements.txtPatch avoid_requirements_websockify.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-b21ec194-8f8b-4559-8883-8a6d0d12a424', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-b21ec194-8f8b-4559-8883-8a6d0d12a424', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/nova/havana /tmp/tmpJjBIQu/novamk-build-deps -i -r -t apt-get -y /tmp/tmpJjBIQu/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ee5d9ae8d376e41e852b06488e922400cf69b4ac..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2.a1335.gd34792a+git201306191702~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [0af9b83] xenapi: script to rotate the guest logsdch -a [6a1d33a] Drop unused _virtual_power_settings global.dch -a [32632c4] Added unit tests for vmware cluster driverdch -a [dcb68d4] Fill context on objects in listsdch -a [21bd2b2] Add missing tests for nova.db.api.instance_system_metadata_*dch -a [a4908f5] Add missing tests for certificate_* methodsdch -a [55236fa] Improved tests for instance_actions_*dch -a [e5e0fdd] Fix flavor extra_specs filter doesn't work for numberdch -a [fc217a9] Replace utils.to_bytes() with strutils.to_bytes()dch -a [75172f1] Updates nova.conf.sampledch -a [ffad02d] Remove unused arg from make_class_properties.getter methoddch -a [3dee150] Don't advertise mute cells capabilities upwardsdch -a [b07994b] Update to the latest stevedoredch -a [db0ac5f] Check libvirt version earlierdebcommitbzr 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-b21ec194-8f8b-4559-8883-8a6d0d12a424', '-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-b21ec194-8f8b-4559-8883-8a6d0d12a424', '-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 #238

2013-06-19 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/238/Project:saucy_havana_nova_trunkDate of build:Wed, 19 Jun 2013 17:01:18 -0400Build duration:3 min 41 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFill context on objects in listsby danmseditnova/tests/objects/test_instance.pyeditnova/objects/base.pyConsole Output[...truncated 4960 lines...]Hunk #1 FAILED at 29.1 out of 1 hunk FAILED -- rejects in file requirements.txtPatch avoid_requirements_websockify.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-fec19531-a72c-499a-9e73-c510dd39b045', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-fec19531-a72c-499a-9e73-c510dd39b045', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/nova/havana /tmp/tmp14opQQ/novamk-build-deps -i -r -t apt-get -y /tmp/tmp14opQQ/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ee5d9ae8d376e41e852b06488e922400cf69b4ac..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306191702~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [0af9b83] xenapi: script to rotate the guest logsdch -a [6a1d33a] Drop unused _virtual_power_settings global.dch -a [32632c4] Added unit tests for vmware cluster driverdch -a [dcb68d4] Fill context on objects in listsdch -a [21bd2b2] Add missing tests for nova.db.api.instance_system_metadata_*dch -a [a4908f5] Add missing tests for certificate_* methodsdch -a [55236fa] Improved tests for instance_actions_*dch -a [e5e0fdd] Fix flavor extra_specs filter doesn't work for numberdch -a [fc217a9] Replace utils.to_bytes() with strutils.to_bytes()dch -a [75172f1] Updates nova.conf.sampledch -a [ffad02d] Remove unused arg from make_class_properties.getter methoddch -a [3dee150] Don't advertise mute cells capabilities upwardsdch -a [b07994b] Update to the latest stevedoredch -a [db0ac5f] Check libvirt version earlierdebcommitbzr 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-fec19531-a72c-499a-9e73-c510dd39b045', '-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-fec19531-a72c-499a-9e73-c510dd39b045', '-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 #398

2013-06-19 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/398/Project:precise_havana_nova_trunkDate of build:Wed, 19 Jun 2013 17:31:16 -0400Build duration:5 min 39 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesLibvirt driver: normalize variable names (part1)by rafieditnova/virt/libvirt/driver.pyConsole Output[...truncated 4186 lines...]1 out of 1 hunk FAILED -- rejects in file requirements.txtPatch avoid_requirements_websockify.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-aecb830c-2a6e-4d43-9436-cb33dfe24ec2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-aecb830c-2a6e-4d43-9436-cb33dfe24ec2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/nova/havana /tmp/tmpcWQzyh/novamk-build-deps -i -r -t apt-get -y /tmp/tmpcWQzyh/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ee5d9ae8d376e41e852b06488e922400cf69b4ac..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2.a1337.g07840c1+git201306191732~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [2ee5ac3] Libvirt driver: normalize variable names (part1)dch -a [0af9b83] xenapi: script to rotate the guest logsdch -a [6a1d33a] Drop unused _virtual_power_settings global.dch -a [32632c4] Added unit tests for vmware cluster driverdch -a [dcb68d4] Fill context on objects in listsdch -a [21bd2b2] Add missing tests for nova.db.api.instance_system_metadata_*dch -a [a4908f5] Add missing tests for certificate_* methodsdch -a [55236fa] Improved tests for instance_actions_*dch -a [e5e0fdd] Fix flavor extra_specs filter doesn't work for numberdch -a [fc217a9] Replace utils.to_bytes() with strutils.to_bytes()dch -a [75172f1] Updates nova.conf.sampledch -a [ffad02d] Remove unused arg from make_class_properties.getter methoddch -a [3dee150] Don't advertise mute cells capabilities upwardsdch -a [b07994b] Update to the latest stevedoredch -a [db0ac5f] Check libvirt version earlierdebcommitbzr 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-aecb830c-2a6e-4d43-9436-cb33dfe24ec2', '-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-aecb830c-2a6e-4d43-9436-cb33dfe24ec2', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_python-novaclient_stable #108

2013-06-19 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: raring_grizzly_python-novaclient_stable #118

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


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

2013-06-19 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/399/Project:precise_havana_nova_trunkDate of build:Wed, 19 Jun 2013 18:07:12 -0400Build duration:4 min 40 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRetry the sfdisk command up to 3 times.by dprinceeditnova/cmd/baremetal_deploy_helper.pyConsole Output[...truncated 4189 lines...]Patch avoid_requirements_websockify.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-91303808-0ba9-4643-a1b2-f9ff49db3a42', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-91303808-0ba9-4643-a1b2-f9ff49db3a42', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/nova/havana /tmp/tmplom5E2/novamk-build-deps -i -r -t apt-get -y /tmp/tmplom5E2/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ee5d9ae8d376e41e852b06488e922400cf69b4ac..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2.a1339.g5f67e3e+git201306191808~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [2ee5ac3] Libvirt driver: normalize variable names (part1)dch -a [0af9b83] xenapi: script to rotate the guest logsdch -a [6a1d33a] Drop unused _virtual_power_settings global.dch -a [32632c4] Added unit tests for vmware cluster driverdch -a [703cdd8] Retry the sfdisk command up to 3 times.dch -a [dcb68d4] Fill context on objects in listsdch -a [21bd2b2] Add missing tests for nova.db.api.instance_system_metadata_*dch -a [a4908f5] Add missing tests for certificate_* methodsdch -a [55236fa] Improved tests for instance_actions_*dch -a [e5e0fdd] Fix flavor extra_specs filter doesn't work for numberdch -a [fc217a9] Replace utils.to_bytes() with strutils.to_bytes()dch -a [75172f1] Updates nova.conf.sampledch -a [ffad02d] Remove unused arg from make_class_properties.getter methoddch -a [3dee150] Don't advertise mute cells capabilities upwardsdch -a [b07994b] Update to the latest stevedoredch -a [db0ac5f] Check libvirt version earlierdebcommitbzr 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-91303808-0ba9-4643-a1b2-f9ff49db3a42', '-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-91303808-0ba9-4643-a1b2-f9ff49db3a42', '-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 #240

2013-06-19 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/240/Project:saucy_havana_nova_trunkDate of build:Wed, 19 Jun 2013 18:07:21 -0400Build duration:4 min 47 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRetry the sfdisk command up to 3 times.by dprinceeditnova/cmd/baremetal_deploy_helper.pyConsole Output[...truncated 1485 lines...]Get:84 http://archive.ubuntu.com/ubuntu/ saucy/main python-subunit all 0.0.12-0ubuntu1 [65.5 kB]Get:85 http://archive.ubuntu.com/ubuntu/ saucy/main python-testrepository all 0.0.15-0ubuntu2 [70.3 kB]Get:86 http://archive.ubuntu.com/ubuntu/ saucy/main testrepository all 0.0.15-0ubuntu2 [12.5 kB]Get:87 http://archive.ubuntu.com/ubuntu/ saucy/main liblcms1 amd64 1.19.dfsg-1.2ubuntu2 [106 kB]Get:88 http://archive.ubuntu.com/ubuntu/ saucy/main libpaper1 amd64 1.1.24+nmu2ubuntu2 [14.6 kB]Get:89 http://archive.ubuntu.com/ubuntu/ saucy/main libyaml-0-2 amd64 0.1.4-2build1 [57.3 kB]Get:90 http://archive.ubuntu.com/ubuntu/ saucy/main docutils-doc all 0.10-3ubuntu1 [1310 kB]Get:91 http://archive.ubuntu.com/ubuntu/ saucy/main libpaper-utils amd64 1.1.24+nmu2ubuntu2 [9164 B]Get:92 http://archive.ubuntu.com/ubuntu/ saucy/main libtidy-0.99-0 amd64 20091223cvs-1.2 [147 kB]Get:93 http://archive.ubuntu.com/ubuntu/ saucy/main python-dingus all 0.3.4-1 [8918 B]Get:94 http://archive.ubuntu.com/ubuntu/ saucy/main python-imaging-compat all 1.1.7+2.0.0-1ubuntu1 [5264 B]Get:95 http://archive.ubuntu.com/ubuntu/ saucy/main python-imaging amd64 1.1.7+2.0.0-1ubuntu1 [345 kB]Get:96 http://archive.ubuntu.com/ubuntu/ saucy/main python-libxml2 amd64 2.9.0+dfsg1-4ubuntu5 [189 kB]Get:97 http://archive.ubuntu.com/ubuntu/ saucy/main python-nose all 1.3.0-2 [142 kB]Get:98 http://archive.ubuntu.com/ubuntu/ saucy/main python-openid all 2.2.5-3ubuntu1 [118 kB]Get:99 http://archive.ubuntu.com/ubuntu/ saucy/main python-pastescript all 1.7.5-3 [118 kB]Get:100 http://archive.ubuntu.com/ubuntu/ saucy/main python-scgi amd64 1.13-1ubuntu2 [20.4 kB]Get:101 http://archive.ubuntu.com/ubuntu/ saucy/main python-stompy all 0.2.9-1ubuntu1 [11.2 kB]Get:102 http://archive.ubuntu.com/ubuntu/ saucy/main python-utidylib all 0.2-8build1 [9370 B]Get:103 http://archive.ubuntu.com/ubuntu/ saucy/main python-yaml amd64 3.10-4build2 [113 kB]Get:104 http://archive.ubuntu.com/ubuntu/ saucy/main sphinx-doc all 1.1.3+dfsg-7ubuntu2 [861 kB]Failed to fetch http://localhost/ubuntu/pool/main/p/python-novaclient/python-novaclient_2.13.0.91.g8baf20c+git201306181431~saucy-0ubuntu1_all.deb  404  Not FoundFetched 40.2 MB in 3s (11.0 MB/s)E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?install call failedERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-08c22dc0-4f15-428c-869f-885b91f2c908', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpBtWcrz/nova/debian/control']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-08c22dc0-4f15-428c-869f-885b91f2c908', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpBtWcrz/nova/debian/control']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/nova/havana /tmp/tmpBtWcrz/novamk-build-deps -i -r -t apt-get -y /tmp/tmpBtWcrz/nova/debian/controlTraceback (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-08c22dc0-4f15-428c-869f-885b91f2c908', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpBtWcrz/nova/debian/control']' returned non-zero exit status 100Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-08c22dc0-4f15-428c-869f-885b91f2c908', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpBtWcrz/nova/debian/control']' returned non-zero exit status 100Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More 

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

2013-06-19 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/400/Project:precise_havana_nova_trunkDate of build:Wed, 19 Jun 2013 20:02:28 -0400Build duration:7 min 40 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd oslo-config-1.2.0a2 and pbr>=0.5.16 to requirements.by geekinutaheditrequirements.txtConsole Output[...truncated 4192 lines...]ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-124db345-878f-44ec-9d9c-b2b5e0ac1e6f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-124db345-878f-44ec-9d9c-b2b5e0ac1e6f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/nova/havana /tmp/tmp6Iwoek/novamk-build-deps -i -r -t apt-get -y /tmp/tmp6Iwoek/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ee5d9ae8d376e41e852b06488e922400cf69b4ac..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2.a1341.g616d7d7+git201306192003~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [43b7f22] Add oslo-config-1.2.0a2 and pbr>=0.5.16 to requirements.dch -a [2ee5ac3] Libvirt driver: normalize variable names (part1)dch -a [0af9b83] xenapi: script to rotate the guest logsdch -a [6a1d33a] Drop unused _virtual_power_settings global.dch -a [32632c4] Added unit tests for vmware cluster driverdch -a [703cdd8] Retry the sfdisk command up to 3 times.dch -a [dcb68d4] Fill context on objects in listsdch -a [21bd2b2] Add missing tests for nova.db.api.instance_system_metadata_*dch -a [a4908f5] Add missing tests for certificate_* methodsdch -a [55236fa] Improved tests for instance_actions_*dch -a [e5e0fdd] Fix flavor extra_specs filter doesn't work for numberdch -a [fc217a9] Replace utils.to_bytes() with strutils.to_bytes()dch -a [75172f1] Updates nova.conf.sampledch -a [ffad02d] Remove unused arg from make_class_properties.getter methoddch -a [3dee150] Don't advertise mute cells capabilities upwardsdch -a [b07994b] Update to the latest stevedoredch -a [db0ac5f] Check libvirt version earlierdebcommitbzr 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-124db345-878f-44ec-9d9c-b2b5e0ac1e6f', '-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-124db345-878f-44ec-9d9c-b2b5e0ac1e6f', '-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 #241

2013-06-19 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/241/Project:saucy_havana_nova_trunkDate of build:Wed, 19 Jun 2013 20:01:30 -0400Build duration:8 min 31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesAdd oslo-config-1.2.0a2 and pbr>=0.5.16 to requirements.by geekinutaheditrequirements.txtConsole Output[...truncated 4969 lines...]ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e742e2b2-7369-4728-888d-8d6c4509825f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-e742e2b2-7369-4728-888d-8d6c4509825f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/nova/havana /tmp/tmpJmECsC/novamk-build-deps -i -r -t apt-get -y /tmp/tmpJmECsC/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ee5d9ae8d376e41e852b06488e922400cf69b4ac..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306192002~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [43b7f22] Add oslo-config-1.2.0a2 and pbr>=0.5.16 to requirements.dch -a [2ee5ac3] Libvirt driver: normalize variable names (part1)dch -a [0af9b83] xenapi: script to rotate the guest logsdch -a [6a1d33a] Drop unused _virtual_power_settings global.dch -a [32632c4] Added unit tests for vmware cluster driverdch -a [703cdd8] Retry the sfdisk command up to 3 times.dch -a [dcb68d4] Fill context on objects in listsdch -a [21bd2b2] Add missing tests for nova.db.api.instance_system_metadata_*dch -a [a4908f5] Add missing tests for certificate_* methodsdch -a [55236fa] Improved tests for instance_actions_*dch -a [e5e0fdd] Fix flavor extra_specs filter doesn't work for numberdch -a [fc217a9] Replace utils.to_bytes() with strutils.to_bytes()dch -a [75172f1] Updates nova.conf.sampledch -a [ffad02d] Remove unused arg from make_class_properties.getter methoddch -a [3dee150] Don't advertise mute cells capabilities upwardsdch -a [b07994b] Update to the latest stevedoredch -a [db0ac5f] Check libvirt version earlierdebcommitbzr 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-e742e2b2-7369-4728-888d-8d6c4509825f', '-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-e742e2b2-7369-4728-888d-8d6c4509825f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_nova_trunk #401

2013-06-19 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/401/Project:precise_havana_nova_trunkDate of build:Wed, 19 Jun 2013 21:03:02 -0400Build duration:11 minBuild cause:Started by user Adam GandelmanBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 17609 lines...]deleting and forgetting pool/main/n/nova/nova-doc_2013.2.a1316.g21f46c2+git201306181837~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-network_2013.2.a1316.g21f46c2+git201306181837~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-novncproxy_2013.2.a1316.g21f46c2+git201306181837~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-objectstore_2013.2.a1316.g21f46c2+git201306181837~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-scheduler_2013.2.a1316.g21f46c2+git201306181837~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-spiceproxy_2013.2.a1316.g21f46c2+git201306181837~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-volume_2013.2.a1316.g21f46c2+git201306181837~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-network_2013.2.a1316.g21f46c2+git201306181837~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-plugins_2013.2.a1316.g21f46c2+git201306181837~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xvpvncproxy_2013.2.a1316.g21f46c2+git201306181837~precise-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/python-nova_2013.2.a1316.g21f46c2+git201306181837~precise-0ubuntu1_all.debINFO:root:Storing current commit for next build: 43b7f22b30244114f809e4c3b44dc337cade95f1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/nova/havana /tmp/tmp6womwa/novamk-build-deps -i -r -t apt-get -y /tmp/tmp6womwa/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ee5d9ae8d376e41e852b06488e922400cf69b4ac..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2.a1341.g616d7d7+git201306192103~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [43b7f22] Add oslo-config-1.2.0a2 and pbr>=0.5.16 to requirements.dch -a [2ee5ac3] Libvirt driver: normalize variable names (part1)dch -a [0af9b83] xenapi: script to rotate the guest logsdch -a [6a1d33a] Drop unused _virtual_power_settings global.dch -a [32632c4] Added unit tests for vmware cluster driverdch -a [703cdd8] Retry the sfdisk command up to 3 times.dch -a [dcb68d4] Fill context on objects in listsdch -a [21bd2b2] Add missing tests for nova.db.api.instance_system_metadata_*dch -a [a4908f5] Add missing tests for certificate_* methodsdch -a [55236fa] Improved tests for instance_actions_*dch -a [e5e0fdd] Fix flavor extra_specs filter doesn't work for numberdch -a [fc217a9] Replace utils.to_bytes() with strutils.to_bytes()dch -a [75172f1] Updates nova.conf.sampledch -a [ffad02d] Remove unused arg from make_class_properties.getter methoddch -a [3dee150] Don't advertise mute cells capabilities upwardsdch -a [b07994b] Update to the latest stevedoredch -a [db0ac5f] Check libvirt version earlierdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2.a1341.g616d7d7+git201306192103~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A nova_2013.2.a1341.g616d7d7+git201306192103~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana nova_2013.2.a1341.g616d7d7+git201306192103~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-havana nova_2013.2.a1341.g616d7d7+git201306192103~precise-0ubuntu1_amd64.changes+ [ 0 != 0 ]+ jenkins-cli build -p pipeline_parameters=pipeline_parameters -p PARENT_BUILD_TAG=jenkins-precise_havana_nova_trunk-401 pipeline_runnerEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: saucy_havana_nova_trunk #242

2013-06-19 Thread openstack-testing-bot
Title: saucy_havana_nova_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_nova_trunk/242/Project:saucy_havana_nova_trunkDate of build:Wed, 19 Jun 2013 21:05:30 -0400Build duration:12 minBuild cause:Started by user Adam GandelmanBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesNo ChangesConsole Output[...truncated 18603 lines...]deleting and forgetting pool/main/n/nova/nova-doc_2013.2+git201306181838~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-network_2013.2+git201306181838~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-novncproxy_2013.2+git201306181838~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-objectstore_2013.2+git201306181838~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-scheduler_2013.2+git201306181838~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-spiceproxy_2013.2+git201306181838~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-volume_2013.2+git201306181838~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-network_2013.2+git201306181838~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-plugins_2013.2+git201306181838~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xvpvncproxy_2013.2+git201306181838~saucy-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/python-nova_2013.2+git201306181838~saucy-0ubuntu1_all.debINFO:root:Storing current commit for next build: 43b7f22b30244114f809e4c3b44dc337cade95f1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/nova/havana /tmp/tmpCzJnIw/novamk-build-deps -i -r -t apt-get -y /tmp/tmpCzJnIw/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ee5d9ae8d376e41e852b06488e922400cf69b4ac..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306192105~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [43b7f22] Add oslo-config-1.2.0a2 and pbr>=0.5.16 to requirements.dch -a [2ee5ac3] Libvirt driver: normalize variable names (part1)dch -a [0af9b83] xenapi: script to rotate the guest logsdch -a [6a1d33a] Drop unused _virtual_power_settings global.dch -a [32632c4] Added unit tests for vmware cluster driverdch -a [703cdd8] Retry the sfdisk command up to 3 times.dch -a [dcb68d4] Fill context on objects in listsdch -a [21bd2b2] Add missing tests for nova.db.api.instance_system_metadata_*dch -a [a4908f5] Add missing tests for certificate_* methodsdch -a [55236fa] Improved tests for instance_actions_*dch -a [e5e0fdd] Fix flavor extra_specs filter doesn't work for numberdch -a [fc217a9] Replace utils.to_bytes() with strutils.to_bytes()dch -a [75172f1] Updates nova.conf.sampledch -a [ffad02d] Remove unused arg from make_class_properties.getter methoddch -a [3dee150] Don't advertise mute cells capabilities upwardsdch -a [b07994b] Update to the latest stevedoredch -a [db0ac5f] Check libvirt version earlierdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201306192105~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A nova_2013.2+git201306192105~saucy-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana nova_2013.2+git201306192105~saucy-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include saucy-havana nova_2013.2+git201306192105~saucy-0ubuntu1_amd64.changes+ [ 0 != 0 ]+ jenkins-cli build -p pipeline_parameters=pipeline_parameters -p PARENT_BUILD_TAG=jenkins-saucy_havana_nova_trunk-242 pipeline_runnerEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19833

2013-06-19 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19833/

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

swift:
Ubuntu: 1.7.4-0ubuntu2.2
Cloud Archive staging: 1.7.4-0ubuntu2~cloud0

--
Build step 'Execute shell' marked build as failure

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


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19834

2013-06-19 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19834/

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

swift:
Ubuntu: 1.7.4-0ubuntu2.2
Cloud Archive staging: 1.7.4-0ubuntu2~cloud0

--
Build step 'Execute shell' marked build as failure

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


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

2013-06-19 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/119/Project:precise_havana_keystone_trunkDate of build:Wed, 19 Jun 2013 23:01:15 -0400Build duration:4 min 59 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemoving LDAP API Shimby ayoungedittests/test_backend_ldap.pyeditkeystone/identity/backends/ldap/core.pyConsole Output[...truncated 1287 lines...]ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-70f6ece6-7ff0-4b29-acec-fd70c34f7cea', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/keystone/havana /tmp/tmpPGWxxz/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpPGWxxz/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log c9633837649ed1883c84a75d526ee50659bcc30e..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306192301~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [7ccfac7] Removing LDAP API Shimdch -a [3afd979] Isolate eventlet code into environment.dch -a [96dea46] Set default 'ou' name for LDAP projects to Projectsdch -a [0616ccb] Imported Translations from Transifexdch -a [620f5a0] Imported Translations from Transifexdch -a [30d4f0b] Move user fileds type check to identity.Managerdch -a [76e3183] Http 400 when project enabled is not a booleandch -a [8a1104e] Imported Translations from Transifexdch -a [d0d4976] Correct the resolving api logic in stat middlewaredch -a [6ca63a7] Remove a stat warning logdch -a [b2da4ea] Using sql as default driver for tokensdch -a [61c72f7] LDAP get_project_users should not return passworddch -a [716f402] Add checks to test if enabled is booldch -a [dc7fdb0] Adds tests for XML version responsedch -a [7b78006] drop user and group constraintsdch -a [bba4ea7] Correct the default name attribute for roledch -a [ce0baf0] Allow request headers access in app context.dch -a [b1bcad9] Remove how to contribute section in favor of CONTRIBUTING.rstdch -a [c639c53] Fix token purging for memcache for user token index.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-70f6ece6-7ff0-4b29-acec-fd70c34f7cea', '-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-70f6ece6-7ff0-4b29-acec-fd70c34f7cea', '-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_keystone_trunk #82

2013-06-19 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/82/Project:saucy_havana_keystone_trunkDate of build:Wed, 19 Jun 2013 23:01:16 -0400Build duration:5 min 22 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemoving LDAP API Shimby ayoungeditkeystone/identity/backends/ldap/core.pyedittests/test_backend_ldap.pyConsole Output[...truncated 2155 lines...]ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-1fb9cfae-aa54-4d4a-a9e0-d1a87ced668d', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~ubuntu-server-dev/keystone/havana /tmp/tmpe5V1MF/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpe5V1MF/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log c9633837649ed1883c84a75d526ee50659bcc30e..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306192301~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [7ccfac7] Removing LDAP API Shimdch -a [3afd979] Isolate eventlet code into environment.dch -a [96dea46] Set default 'ou' name for LDAP projects to Projectsdch -a [0616ccb] Imported Translations from Transifexdch -a [620f5a0] Imported Translations from Transifexdch -a [30d4f0b] Move user fileds type check to identity.Managerdch -a [76e3183] Http 400 when project enabled is not a booleandch -a [8a1104e] Imported Translations from Transifexdch -a [d0d4976] Correct the resolving api logic in stat middlewaredch -a [6ca63a7] Remove a stat warning logdch -a [b2da4ea] Using sql as default driver for tokensdch -a [61c72f7] LDAP get_project_users should not return passworddch -a [716f402] Add checks to test if enabled is booldch -a [dc7fdb0] Adds tests for XML version responsedch -a [7b78006] drop user and group constraintsdch -a [bba4ea7] Correct the default name attribute for roledch -a [ce0baf0] Allow request headers access in app context.dch -a [b1bcad9] Remove how to contribute section in favor of CONTRIBUTING.rstdch -a [c639c53] Fix token purging for memcache for user token index.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-1fb9cfae-aa54-4d4a-a9e0-d1a87ced668d', '-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-1fb9cfae-aa54-4d4a-a9e0-d1a87ced668d', '-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 failed in Jenkins: cloud-archive_folsom_version-drift #19835

2013-06-19 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19835/

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

swift:
Ubuntu: 1.7.4-0ubuntu2.2
Cloud Archive staging: 1.7.4-0ubuntu2~cloud0

--
Build step 'Execute shell' marked build as failure

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


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_grizzly_version-drift #61

2013-06-19 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_grizzly_version-drift/61/

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

swift:
Ubuntu: 1.8.0-0ubuntu1.2
Cloud Archive staging: 1.8.0-0ubuntu1~cloud0

--
Build step 'Execute shell' marked build as failure

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


[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_cinder_stable #159

2013-06-19 Thread openstack-testing-bot
Title: quantal_folsom_cinder_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_cinder_stable/159/Project:quantal_folsom_cinder_stableDate of build:Thu, 20 Jun 2013 00:42:44 -0400Build duration:34 secBuild cause:Started by user Adam GandelmanBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 566 lines...]Writing cinder-2012.2.5/setup.cfgcreating distCreating tar archiveremoving 'cinder-2012.2.5' (and everything under it)INFO:root:Building package using /tmp/tmpspT3dU/cinder_2012.2.5.orig.tar.gzINFO:root:Generating git changelog entries for this packageINFO:root:Detected previous commit - readingINFO:root:Branching main packaging branch from launchpadBranched 72 revisions.INFO:root:Generating new changelog entryINFO:root:Commiting changes to local repobzr commit -m '* Automated Ubuntu testing build:* No change rebuild.'Committing to: /tmp/tmpspT3dU/cinder/modified debian/changelogCommitted revision 73.INFO:root:Building source packageINFO:root:Executing ['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc'] in schrootE: Failed to execute �bzr�: No such file or directoryERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-97ba80e2-b5db-4b88-93e9-df168bb9b7f0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-97ba80e2-b5db-4b88-93e9-df168bb9b7f0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.python setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr branch lp:~openstack-ubuntu-testing/cinder/folsom cinderdch -b -D quantal --newversion 2012.2.5+git201306200042~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-97ba80e2-b5db-4b88-93e9-df168bb9b7f0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-97ba80e2-b5db-4b88-93e9-df168bb9b7f0', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_python-novaclient_trunk #62

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


[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_horizon_trunk #74

2013-06-19 Thread openstack-testing-bot
Title: saucy_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_horizon_trunk/74/Project:saucy_havana_horizon_trunkDate of build:Thu, 20 Jun 2013 00:42:25 -0400Build duration:2 min 6 secBuild cause:Started by user Adam GandelmanBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 341 lines...]DEBUG:root:['python', 'setup.py', 'sdist']Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Download error on http://pypi.python.org/simple/pbr/: timed out -- Some packages may not be found!Couldn't find index page for 'pbr' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for pbrTraceback (most recent call last):  File "setup.py", line 28, in d2to1=True)  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 616, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('pbr')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d4cb73eb-8d69-4667-9789-04bc20680800', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d4cb73eb-8d69-4667-9789-04bc20680800', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.python setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d4cb73eb-8d69-4667-9789-04bc20680800', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-d4cb73eb-8d69-4667-9789-04bc20680800', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_cinder_stable #261

2013-06-19 Thread openstack-testing-bot
Title: precise_grizzly_cinder_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_stable/261/Project:precise_grizzly_cinder_stableDate of build:Thu, 20 Jun 2013 00:44:42 -0400Build duration:26 secBuild cause:Started by user Adam GandelmanBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 766 lines...]DEBUG:root:['bzr', 'branch', 'lp:~openstack-ubuntu-testing/cinder/grizzly', 'cinder']Branched 100 revisions.INFO:root:Generating new changelog entryDEBUG:root:['dch', '-b', '-D', 'precise', '--newversion', '1:2013.1+git201306200044~precise-0ubuntu1', 'Automated Ubuntu testing build:']dch warning: new version (1:2013.1+git201306200044~precise-0ubuntu1) is less thanthe current version number (1:2013.1.2-0ubuntu1).DEBUG:root:['dch', '-a', 'No change rebuild.']INFO:root:Commiting changes to local repoDEBUG:root:['debcommit']bzr commit -m '* Automated Ubuntu testing build:* No change rebuild.'Committing to: /tmp/tmpjjIK9e/cinder/modified debian/changelogCommitted revision 101.INFO:root:Building source packageDEBUG:root:['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']INFO:root:Executing ['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc'] in schrootDEBUG:root:['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']E: Failed to execute �bzr�: No such file or directoryERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-1510fd9c-664d-4cd4-b3c5-78d4dee70ca6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-1510fd9c-664d-4cd4-b3c5-78d4dee70ca6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.python setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr branch lp:~openstack-ubuntu-testing/cinder/grizzly cinderdch -b -D precise --newversion 1:2013.1+git201306200044~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-1510fd9c-664d-4cd4-b3c5-78d4dee70ca6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-1510fd9c-664d-4cd4-b3c5-78d4dee70ca6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_cinder_stable #262

2013-06-19 Thread openstack-testing-bot
Title: precise_grizzly_cinder_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_stable/262/Project:precise_grizzly_cinder_stableDate of build:Thu, 20 Jun 2013 00:46:36 -0400Build duration:55 secBuild cause:Started by user Adam GandelmanBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 1070 lines...]apt could not find the needed tarball.Trying to use get-packaged-orig-source to retrieve needed tarball.dh get-packaged-orig-source  --with python2dh: Unknown sequence get-packaged-orig-source (choose from: binary binary-arch binary-indep build build-arch build-indep clean install install-arch install-indep)make: *** [get-packaged-orig-source] Error 255Trying to run get-packaged-orig-source rule failedTrying to use get-orig-source to retrieve needed tarball (deprecated).uscan --verbose --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 cinder, version 2013.1+git201306200046~precise.ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ec147eea-0f5d-4e40-8189-c33c1776057a', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ec147eea-0f5d-4e40-8189-c33c1776057a', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.python setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr branch lp:~openstack-ubuntu-testing/cinder/grizzly cinderdch -b -D precise --newversion 1:2013.1+git201306200046~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-ec147eea-0f5d-4e40-8189-c33c1776057a', '-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-ec147eea-0f5d-4e40-8189-c33c1776057a', '-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: saucy_havana_python-keystoneclient_trunk #36

2013-06-19 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 Fixed: precise_grizzly_cinder_stable #263

2013-06-19 Thread openstack-testing-bot
Title: precise_grizzly_cinder_stable
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_stable/263/Project:precise_grizzly_cinder_stableDate of build:Thu, 20 Jun 2013 00:49:39 -0400Build duration:3 min 37 secBuild cause:Started by user Adam GandelmanBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 6155 lines...]Finished at 20130620-0053Build needed 00:02:11, 41276k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/grizzly-trunk-testingDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/grizzly-trunk-testing', 'cinder_2013.1+git201306200049~precise-0ubuntu1_source.changes']gpg: Signature made Thu Jun 20 00:50:59 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Thu Jun 20 00:50:59 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpiFcSdg/cinder_2013.1+git201306200049~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpiFcSdg/cinder_2013.1+git201306200049~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading cinder_2013.1+git201306200049~precise-0ubuntu1.dsc: done.  Uploading cinder_2013.1+git201306200049~precise.orig.tar.gz: done.  Uploading cinder_2013.1+git201306200049~precise-0ubuntu1.debian.tar.gz: done.  Uploading cinder_2013.1+git201306200049~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'cinder_2013.1+git201306200049~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/c/cinder/cinder-api_2013.1+git201306171201~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-backup_2013.1+git201306171201~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-common_2013.1+git201306171201~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-scheduler_2013.1+git201306171201~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-volume_2013.1+git201306171201~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/python-cinder_2013.1+git201306171201~precise-0ubuntu1_all.debINFO:root:Storing current commit for next build: 41202a21b7822606b322d0042ce2d49fdadef169INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmpiFcSdg/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpiFcSdg/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hdch -b -D precise --newversion 1:2013.1+git201306200049~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201306200049~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A cinder_2013.1+git201306200049~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing cinder_2013.1+git201306200049~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly cinder_2013.1+git201306200049~precise-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_cinder_stable #264

2013-06-19 Thread openstack-testing-bot
Title: precise_grizzly_cinder_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_stable/264/Project:precise_grizzly_cinder_stableDate of build:Thu, 20 Jun 2013 01:05:53 -0400Build duration:58 secBuild cause:Started by user Adam GandelmanBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesNo ChangesConsole Output[...truncated 1088 lines...]'build/scripts-2.7' does not exist -- can't clean it   dh_clean dpkg-source -b cinder-2013.1+git201306200106~precisedpkg-source: warning: Version number suggests Ubuntu changes, but there is no XSBC-Original-Maintainer fielddpkg-source: info: using source format `3.0 (quilt)'dpkg-source: info: building cinder using existing ./cinder_2013.1+git201306200106~precise.orig.tar.gzdpkg-source: warning: ignoring deletion of file setup.cfgdpkg-source: info: building cinder in cinder_2013.1+git201306200106~precise-0ubuntu1.debian.tar.gzdpkg-source: info: building cinder in cinder_2013.1+git201306200106~precise-0ubuntu1.dsc dpkg-genchanges -sa -S >../cinder_2013.1+git201306200106~precise-0ubuntu1_source.changesdpkg-genchanges: warning: the current version (1:2013.1+git201306200106~precise-0ubuntu1) is earlier than the previous one (1:2013.1.2-0ubuntu1)dpkg-genchanges: including full source code in upload dpkg-source --after-build cinder-2013.1+git201306200106~precisedpkg-buildpackage: full upload (original source is included)Cleaning build dir: /tmp/tmpjNc_93/build-area/cinder-2013.1+git201306200106~preciseINFO:root:Signing source pacakgeDEBUG:root:['debsign', '-k9935ACDC', 'cinder_2013.1-0ubuntu1_source.changes']debsign: Can't find or can't read changes file cinder_2013.1-0ubuntu1_source.changes!ERROR:root:Error occurred during package creation/build: Command '['debsign', '-k9935ACDC', 'cinder_2013.1-0ubuntu1_source.changes']' returned non-zero exit status 1ERROR:root:Command '['debsign', '-k9935ACDC', 'cinder_2013.1-0ubuntu1_source.changes']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.python setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr branch lp:~openstack-ubuntu-testing/cinder/grizzly cinderdch -b -D precise --newversion 1:2013.1+git201306200106~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1-0ubuntu1_source.changesTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['debsign', '-k9935ACDC', 'cinder_2013.1-0ubuntu1_source.changes']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['debsign', '-k9935ACDC', 'cinder_2013.1-0ubuntu1_source.changes']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_cinder_stable #265

2013-06-19 Thread openstack-testing-bot
Title: precise_grizzly_cinder_stable
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_stable/265/Project:precise_grizzly_cinder_stableDate of build:Thu, 20 Jun 2013 01:11:33 -0400Build duration:3 min 19 secBuild cause:Started by user Adam GandelmanBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesNo ChangesConsole Output[...truncated 6158 lines...]Finished at 20130620-0114Build needed 00:01:59, 41276k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/grizzly-trunk-testingDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/grizzly-trunk-testing', 'cinder_2013.1+git201306200111~precise-0ubuntu1_source.changes']gpg: Signature made Thu Jun 20 01:12:20 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "gpg: Signature made Thu Jun 20 01:12:20 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) "Checking signature on .changesGood signature on /tmp/tmpgzJC2R/cinder_2013.1+git201306200111~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpgzJC2R/cinder_2013.1+git201306200111~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading cinder_2013.1+git201306200111~precise-0ubuntu1.dsc: done.  Uploading cinder_2013.1+git201306200111~precise.orig.tar.gz: done.  Uploading cinder_2013.1+git201306200111~precise-0ubuntu1.debian.tar.gz: done.  Uploading cinder_2013.1+git201306200111~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-grizzly', 'cinder_2013.1+git201306200111~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/c/cinder/cinder-api_2013.1+git201306200049~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-backup_2013.1+git201306200049~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-common_2013.1+git201306200049~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-scheduler_2013.1+git201306200049~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-volume_2013.1+git201306200049~precise-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/python-cinder_2013.1+git201306200049~precise-0ubuntu1_all.debINFO:root:Storing current commit for next build: 41202a21b7822606b322d0042ce2d49fdadef169INFO:root:Complete command log:INFO:root:Destroying schroot.python setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr branch lp:~openstack-ubuntu-testing/cinder/grizzly cinderdch -b -D precise --newversion 1:2013.1+git201306200111~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201306200111~precise-0ubuntu1_source.changesmk-build-deps -i -r -t apt-get -y /tmp/tmpgzJC2R/cinder/debian/controlsbuild -d precise-grizzly -n -A cinder_2013.1+git201306200111~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing cinder_2013.1+git201306200111~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly cinder_2013.1+git201306200111~precise-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_python-keystoneclient_trunk #38

2013-06-19 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 failed in Jenkins: cloud-archive_folsom_version-drift #19843

2013-06-19 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19843/

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

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

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


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19844

2013-06-19 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19844/

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

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

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


[Openstack-ubuntu-testing-notifications] Build failed in Jenkins: cloud-archive_folsom_version-drift #19845

2013-06-19 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/19845/

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

libvirt:
Ubuntu: 0.9.13-0ubuntu12.3
Cloud Archive staging: 0.9.13-0ubuntu12.2~cloud0

--
Build step 'Execute shell' marked build as failure

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