Re: [Openstack] OpenStack login page

2013-03-06 Thread Ashutosh Narayan
Hi Joshua,

I followed the instructions mentioned in the link
http://anvil.readthedocs.orgyou sent.
When I excute *./smithy -av install*, I encounter an error
saying your system is not up to date. And it asks me to
execute* sudo smithy --bootstrap*.When I run this command -
I get a failure in installing Cheetah=2.4.4 form PyPi.

Error: Installation of pypi package 'Cheetah==2.4.4' failed!

How should I proceed now ?

On Wed, Mar 6, 2013 at 12:17 PM, Joshua Harlow harlo...@yahoo-inc.comwrote:

 http://anvil.readthedocs.org

 Sent from my really tiny device...

 On Mar 5, 2013, at 10:29 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 Can someone point me to a link which I can follow to install
 OpenStack on a bare metal box running Centos 6.3 ?
 I am facing minor issues during the first install and planning
 to re-do.

 Thank you,

 On Tue, Mar 5, 2013 at 8:05 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 I am getting Invalid username or password
 Here are the contents of ketstonerc file :

 export OS_USERNAME=admin
 export OS_PASSWORD=verybadpass
 export OS_TENANT_NAME=admin
 export OS_AUTH_URL=http://127.0.0.1:5000/v2.0/

 Am I suppose to pass the same username / password ?

 On Tue, Mar 5, 2013 at 6:26 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 Hi Syed,

 Yes, I am able to fire up dashboard on IP ( which in my case is
 127.0.0.1)
 specified at OPENSTACK_HOST in local_settings.py.
 But the dashboard login page is not allowing me to login with 'admin'
 user
 and password provided in script or keystonerc file.

 Thank you,

 On Tue, Mar 5, 2013 at 6:02 PM, Syed Armani syed.arm...@hastexo.comwrote:


 These are just deprecation warnings. Could you please elaborate what you
 mean by not able to login to dashboard page. Are you able to fire up
 dashboard on the ip address specified at OPENSTACK_HOST in
 local_settings.py ?

 Cheers,
 Syed Armani


 On Tuesday 05 March 2013 05:54 PM, Ashutosh Narayan wrote:
  Hi folks,
 
  I am following this link
  http://fedoraproject.org/wiki/Getting_started_with_OpenStack_EPELto
  setup OpenStack but am
  unable to login to OpenStack dashboard page.
 
  Below are few Django error messages which i get
 
  [Tue Mar 05 22:59:28 2013] [error]
  /usr/lib/python2.6/site-packages/django/conf/__init__.py:75:
  DeprecationWarning: The ADMIN_MEDIA_PREFIX setting has been removed;
 use
  STATIC_URL instead.
  [Tue Mar 05 22:59:28 2013] [error]   use STATIC_URL instead.,
  DeprecationWarning)
  [Tue Mar 05 22:59:28 2013] [error]
  /usr/lib/python2.6/site-packages/django/conf/__init__.py:110:
  DeprecationWarning: The SECRET_KEY setting must not be empty.
  [Tue Mar 05 22:59:28 2013] [error]   warnings.warn(The SECRET_KEY
  setting must not be empty., DeprecationWarning)
  [Tue Mar 05 22:59:28 2013] [error]
  /usr/lib/python2.6/site-packages/django/core/cache/__init__.py:82:
  DeprecationWarning: settings.CACHE_* is deprecated; use
 settings.CACHES
  instead.
  [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning
  [Tue Mar 05 22:59:28 2013] [error]
 
 /usr/lib/python2.6/site-packages/django/utils/translation/__init__.py:63:
 DeprecationWarning:
  Translations in the project directory aren't supported anymore. Use
 the
  LOCALE_PATHS setting instead.
  [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
  [Tue Mar 05 22:59:28 2013] [error]
  /usr/lib/python2.6/site-packages/django/contrib/auth/__init__.py:26:
  DeprecationWarning: Authentication backends without a
  `supports_inactive_user` attribute are deprecated. Please define it in
  class 'openstack_auth.backend.KeystoneBackend'.
  [Tue Mar 05 22:59:28 2013] [error]   DeprecationWarning)
  [Tue Mar 05 22:59:28 2013] [error]
  /usr/lib/python2.6/site-packages/django/template/defaulttags.py:1235:
  DeprecationWarning: The syntax for the url template tag is changing.
  Load the `url` tag from the `future` tag library to start using the
 new
  behavior.
  [Tue Mar 05 22:59:28 2013] [error]   category=DeprecationWarning)
 
  The installation happened with the help ofscript
  
 https://github.com/fedora-openstack/openstack-utils/blob/master/utils/openstack-demo-install
 .
  There were no errors when I executed the script.
  Relevant services were also running fine.
 
  Is the issue because of Django version embedded in script ?
 
  Support appreciated.
 
  Thank you,
  --
  Ashutosh Narayan
 
  http://ashutoshn.wordpress.com/
 
 
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 




 --
 Ashutosh Narayan

 http://ashutoshn.wordpress.com/




 --
 Ashutosh Narayan

 http://ashutoshn.wordpress.com/




 --
 Ashutosh Narayan

 http://ashutoshn.wordpress.com/

  ___
 Mailing list: https://launchpad.net/~openstack
 Post to : 

Re: [Openstack] OpenStack login page

2013-03-06 Thread Ashutosh Narayan
Here is a snippet of console logs that I get :

Cleaning up...
Installing pypi requirement 'Cheetah==2.4.4'
Downloading/unpacking Cheetah==2.4.4
  Downloading Cheetah-2.4.4.tar.gz (190Kb): 190Kb downloaded
  Running setup.py egg_info for package Cheetah
warning: no files found matching 'examples'
warning: no files found matching 'docs'
warning: no files found matching 'bin'
warning: no files found matching '*' under directory 'docs'
warning: no files found matching '*' under directory 'examples'
warning: no previously-included files matching '*.pyc' found under
directory 'cheetah'
warning: no previously-included files matching '*~' found under
directory 'cheetah'
warning: no previously-included files matching '*.aux' found under
directory 'cheetah'
warning: no previously-included files matching '*~' found under
directory 'docs'
warning: no previously-included files matching '*.aux' found under
directory 'docs'
Downloading/unpacking Markdown=2.0.1 (from Cheetah==2.4.4)
  Error urlopen error timed out while getting
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee(from
http://pypi.python.org/simple/Markdown/)
Exception:
Traceback (most recent call last):
  File /usr/lib/python2.6/site-packages/pip/basecommand.py, line 124, in
main
self.run(options, args)
  File /usr/lib/python2.6/site-packages/pip/commands/install.py, line
178, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle,
bundle=self.bundle)
  File /usr/lib/python2.6/site-packages/pip/req.py, line 903, in
prepare_files
self.unpack_url(url, location, self.is_download)
  File /usr/lib/python2.6/site-packages/pip/req.py, line 1008, in
unpack_url
return unpack_http_url(link, location, self.download_cache,
only_download)
  File /usr/lib/python2.6/site-packages/pip/download.py, line 298, in
unpack_http_url
resp = _get_response_from_url(target_url, link)
  File /usr/lib/python2.6/site-packages/pip/download.py, line 327, in
_get_response_from_url
resp = urllib2.urlopen(target_url)
  File /usr/lib64/python2.6/urllib2.py, line 126, in urlopen
return _opener.open(url, data, timeout)
  File /usr/lib64/python2.6/urllib2.py, line 391, in open
response = self._open(req, data)
  File /usr/lib64/python2.6/urllib2.py, line 409, in _open
'_open', req)
  File /usr/lib64/python2.6/urllib2.py, line 369, in _call_chain
result = func(*args)
  File /usr/lib64/python2.6/urllib2.py, line 1190, in http_open
return self.do_open(httplib.HTTPConnection, req)
  File /usr/lib64/python2.6/urllib2.py, line 1165, in do_open
raise URLError(err)
URLError: urlopen error timed out

Storing complete log in /root/.pip/pip.log
Error: Installation of pypi package 'Cheetah==2.4.4' failed!
Success! Bootstrapped for CENTOS 6.3

Any suggestions ?



On Wed, Mar 6, 2013 at 4:01 PM, Ashutosh Narayan aashutoshnara...@gmail.com
 wrote:

 Hi Joshua,

 I followed the instructions mentioned in the link
 http://anvil.readthedocs.orgyou sent.
 When I excute *./smithy -av install*, I encounter an error
 saying your system is not up to date. And it asks me to
 execute* sudo smithy --bootstrap*.When I run this command -
 I get a failure in installing Cheetah=2.4.4 form PyPi.

 Error: Installation of pypi package 'Cheetah==2.4.4' failed!

 How should I proceed now ?


 On Wed, Mar 6, 2013 at 12:17 PM, Joshua Harlow harlo...@yahoo-inc.comwrote:

 http://anvil.readthedocs.org

 Sent from my really tiny device...

 On Mar 5, 2013, at 10:29 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 Can someone point me to a link which I can follow to install
 OpenStack on a bare metal box running Centos 6.3 ?
 I am facing minor issues during the first install and planning
 to re-do.

 Thank you,

 On Tue, Mar 5, 2013 at 8:05 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 I am getting Invalid username or password
 Here are the contents of ketstonerc file :

 export OS_USERNAME=admin
 export OS_PASSWORD=verybadpass
 export OS_TENANT_NAME=admin
 export OS_AUTH_URL=http://127.0.0.1:5000/v2.0/

 Am I suppose to pass the same username / password ?

 On Tue, Mar 5, 2013 at 6:26 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 Hi Syed,

 Yes, I am able to fire up dashboard on IP ( which in my case is
 127.0.0.1)
 specified at OPENSTACK_HOST in local_settings.py.
 But the dashboard login page is not allowing me to login with 'admin'
 user
 and password provided in script or keystonerc file.

 Thank you,

 On Tue, Mar 5, 2013 at 6:02 PM, Syed Armani syed.arm...@hastexo.comwrote:


 These are just deprecation warnings. Could you please elaborate what
 you
 mean by not able to login to dashboard page. Are you able to fire up
 dashboard on the ip address specified at OPENSTACK_HOST in
 local_settings.py ?

 Cheers,
 Syed Armani


 On Tuesday 05 March 2013 05:54 PM, Ashutosh Narayan wrote:
  Hi folks,
 
  I am following this link
  

Re: [Openstack] OpenStack login page

2013-03-06 Thread Ashutosh Narayan
Python version :

$ python
Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
Type help, copyright, credits or license for more information.


On Wed, Mar 6, 2013 at 4:06 PM, Ashutosh Narayan aashutoshnara...@gmail.com
 wrote:

 Here is a snippet of console logs that I get :

 Cleaning up...
 Installing pypi requirement 'Cheetah==2.4.4'
 Downloading/unpacking Cheetah==2.4.4
   Downloading Cheetah-2.4.4.tar.gz (190Kb): 190Kb downloaded
   Running setup.py egg_info for package Cheetah
 warning: no files found matching 'examples'
 warning: no files found matching 'docs'
 warning: no files found matching 'bin'
 warning: no files found matching '*' under directory 'docs'
 warning: no files found matching '*' under directory 'examples'
 warning: no previously-included files matching '*.pyc' found under
 directory 'cheetah'
 warning: no previously-included files matching '*~' found under
 directory 'cheetah'
 warning: no previously-included files matching '*.aux' found under
 directory 'cheetah'
 warning: no previously-included files matching '*~' found under
 directory 'docs'
 warning: no previously-included files matching '*.aux' found under
 directory 'docs'
 Downloading/unpacking Markdown=2.0.1 (from Cheetah==2.4.4)
   Error urlopen error timed out while getting
 http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee(from
 http://pypi.python.org/simple/Markdown/)
 Exception:
 Traceback (most recent call last):
   File /usr/lib/python2.6/site-packages/pip/basecommand.py, line 124, in
 main
 self.run(options, args)
   File /usr/lib/python2.6/site-packages/pip/commands/install.py, line
 178, in run
 requirement_set.prepare_files(finder, force_root_egg_info=self.bundle,
 bundle=self.bundle)
   File /usr/lib/python2.6/site-packages/pip/req.py, line 903, in
 prepare_files
 self.unpack_url(url, location, self.is_download)
   File /usr/lib/python2.6/site-packages/pip/req.py, line 1008, in
 unpack_url
 return unpack_http_url(link, location, self.download_cache,
 only_download)
   File /usr/lib/python2.6/site-packages/pip/download.py, line 298, in
 unpack_http_url
 resp = _get_response_from_url(target_url, link)
   File /usr/lib/python2.6/site-packages/pip/download.py, line 327, in
 _get_response_from_url
 resp = urllib2.urlopen(target_url)
   File /usr/lib64/python2.6/urllib2.py, line 126, in urlopen
 return _opener.open(url, data, timeout)
   File /usr/lib64/python2.6/urllib2.py, line 391, in open
 response = self._open(req, data)
   File /usr/lib64/python2.6/urllib2.py, line 409, in _open
 '_open', req)
   File /usr/lib64/python2.6/urllib2.py, line 369, in _call_chain
 result = func(*args)
   File /usr/lib64/python2.6/urllib2.py, line 1190, in http_open
 return self.do_open(httplib.HTTPConnection, req)
   File /usr/lib64/python2.6/urllib2.py, line 1165, in do_open
 raise URLError(err)
 URLError: urlopen error timed out

 Storing complete log in /root/.pip/pip.log
 Error: Installation of pypi package 'Cheetah==2.4.4' failed!
 Success! Bootstrapped for CENTOS 6.3

 Any suggestions ?



 On Wed, Mar 6, 2013 at 4:01 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 Hi Joshua,

 I followed the instructions mentioned in the link
 http://anvil.readthedocs.orgyou sent.
 When I excute *./smithy -av install*, I encounter an error
 saying your system is not up to date. And it asks me to
 execute* sudo smithy --bootstrap*.When I run this command -
 I get a failure in installing Cheetah=2.4.4 form PyPi.

 Error: Installation of pypi package 'Cheetah==2.4.4' failed!

 How should I proceed now ?


 On Wed, Mar 6, 2013 at 12:17 PM, Joshua Harlow harlo...@yahoo-inc.comwrote:

 http://anvil.readthedocs.org

 Sent from my really tiny device...

 On Mar 5, 2013, at 10:29 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 Can someone point me to a link which I can follow to install
 OpenStack on a bare metal box running Centos 6.3 ?
 I am facing minor issues during the first install and planning
 to re-do.

 Thank you,

 On Tue, Mar 5, 2013 at 8:05 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 I am getting Invalid username or password
 Here are the contents of ketstonerc file :

 export OS_USERNAME=admin
 export OS_PASSWORD=verybadpass
 export OS_TENANT_NAME=admin
 export OS_AUTH_URL=http://127.0.0.1:5000/v2.0/

 Am I suppose to pass the same username / password ?

 On Tue, Mar 5, 2013 at 6:26 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 Hi Syed,

 Yes, I am able to fire up dashboard on IP ( which in my case is
 127.0.0.1)
 specified at OPENSTACK_HOST in local_settings.py.
 But the dashboard login page is not allowing me to login with 'admin'
 user
 and password provided in script or keystonerc file.

 Thank you,

 On Tue, Mar 5, 2013 at 6:02 PM, Syed Armani 
 syed.arm...@hastexo.comwrote:


 These are just 

Re: [Openstack] OpenStack login page

2013-03-06 Thread Ashutosh Narayan
Sorry for continuous email chain.
I went through the logs and learnt that the package itself is not found.
Find below few lines of pip.log file.

Could not fetch URL http://pypi.python.org/simple/Cheetah/2.4.4: HTTP Error
404: Not Found (Cheetah/2.4.4)
Will skip URL http://pypi.python.org/simple/Cheetah/2.4.4 when looking for
download links for Cheetah==2.4.4

Even
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee
package times out.

Any suggestions for troubleshooting ?

Thank you,

On Wed, Mar 6, 2013 at 4:09 PM, Ashutosh Narayan aashutoshnara...@gmail.com
 wrote:

 Python version :

 $ python
 Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
 [GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
 Type help, copyright, credits or license for more information.


 On Wed, Mar 6, 2013 at 4:06 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 Here is a snippet of console logs that I get :

 Cleaning up...
 Installing pypi requirement 'Cheetah==2.4.4'
 Downloading/unpacking Cheetah==2.4.4
   Downloading Cheetah-2.4.4.tar.gz (190Kb): 190Kb downloaded
   Running setup.py egg_info for package Cheetah
 warning: no files found matching 'examples'
 warning: no files found matching 'docs'
 warning: no files found matching 'bin'
 warning: no files found matching '*' under directory 'docs'
 warning: no files found matching '*' under directory 'examples'
 warning: no previously-included files matching '*.pyc' found under
 directory 'cheetah'
 warning: no previously-included files matching '*~' found under
 directory 'cheetah'
 warning: no previously-included files matching '*.aux' found under
 directory 'cheetah'
 warning: no previously-included files matching '*~' found under
 directory 'docs'
 warning: no previously-included files matching '*.aux' found under
 directory 'docs'
 Downloading/unpacking Markdown=2.0.1 (from Cheetah==2.4.4)
   Error urlopen error timed out while getting
 http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee(from
 http://pypi.python.org/simple/Markdown/)
 Exception:
 Traceback (most recent call last):
   File /usr/lib/python2.6/site-packages/pip/basecommand.py, line 124,
 in main
 self.run(options, args)
   File /usr/lib/python2.6/site-packages/pip/commands/install.py, line
 178, in run
 requirement_set.prepare_files(finder,
 force_root_egg_info=self.bundle, bundle=self.bundle)
   File /usr/lib/python2.6/site-packages/pip/req.py, line 903, in
 prepare_files
 self.unpack_url(url, location, self.is_download)
   File /usr/lib/python2.6/site-packages/pip/req.py, line 1008, in
 unpack_url
 return unpack_http_url(link, location, self.download_cache,
 only_download)
   File /usr/lib/python2.6/site-packages/pip/download.py, line 298, in
 unpack_http_url
 resp = _get_response_from_url(target_url, link)
   File /usr/lib/python2.6/site-packages/pip/download.py, line 327, in
 _get_response_from_url
 resp = urllib2.urlopen(target_url)
   File /usr/lib64/python2.6/urllib2.py, line 126, in urlopen
 return _opener.open(url, data, timeout)
   File /usr/lib64/python2.6/urllib2.py, line 391, in open
 response = self._open(req, data)
   File /usr/lib64/python2.6/urllib2.py, line 409, in _open
 '_open', req)
   File /usr/lib64/python2.6/urllib2.py, line 369, in _call_chain
 result = func(*args)
   File /usr/lib64/python2.6/urllib2.py, line 1190, in http_open
 return self.do_open(httplib.HTTPConnection, req)
   File /usr/lib64/python2.6/urllib2.py, line 1165, in do_open
 raise URLError(err)
 URLError: urlopen error timed out

 Storing complete log in /root/.pip/pip.log
 Error: Installation of pypi package 'Cheetah==2.4.4' failed!
 Success! Bootstrapped for CENTOS 6.3

 Any suggestions ?



 On Wed, Mar 6, 2013 at 4:01 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 Hi Joshua,

 I followed the instructions mentioned in the link
 http://anvil.readthedocs.orgyou sent.
 When I excute *./smithy -av install*, I encounter an error
 saying your system is not up to date. And it asks me to
 execute* sudo smithy --bootstrap*.When I run this command -
 I get a failure in installing Cheetah=2.4.4 form PyPi.

 Error: Installation of pypi package 'Cheetah==2.4.4' failed!

 How should I proceed now ?


 On Wed, Mar 6, 2013 at 12:17 PM, Joshua Harlow 
 harlo...@yahoo-inc.comwrote:

 http://anvil.readthedocs.org

 Sent from my really tiny device...

 On Mar 5, 2013, at 10:29 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 Can someone point me to a link which I can follow to install
 OpenStack on a bare metal box running Centos 6.3 ?
 I am facing minor issues during the first install and planning
 to re-do.

 Thank you,

 On Tue, Mar 5, 2013 at 8:05 PM, Ashutosh Narayan 
 aashutoshnara...@gmail.com wrote:

 I am getting Invalid username or password
 Here are the contents of ketstonerc file :

 export 

[Openstack] Keypair name - unsupported chars?

2013-03-06 Thread Antonio Messina
Hi all,

I've just found that nova only accepts alphanumeric chars for keypair
name, but it's giving an unclear message when you try to create a
keypair using a non-alphanumeric char:

(cloud)antonio@kenny:~$ nova keypair-add a/b --pub-key ~/.ssh/id_dsa.pub
ERROR: Keypair data is invalid (HTTP 400) (Request-ID:
req-5617dbb4-1c92-435b-ba88-7bcee5684f21)
(cloud)antonio@kenny:~$ nova keypair-add a.b --pub-key ~/.ssh/id_dsa.pub
ERROR: Keypair data is invalid (HTTP 400) (Request-ID:
req-54078fcf-f8b1-4268-ba9e-3f20f79ce995)
(cloud)antonio@kenny:~$ nova keypair-add a,b --pub-key ~/.ssh/id_dsa.pub
ERROR: Keypair data is invalid (HTTP 400) (Request-ID:
req-29bc9b76-83b3-42e4-8af2-ff9dd28c9149)
(cloud)antonio@kenny:~$ nova keypair-add a:b --pub-key ~/.ssh/id_dsa.pub
ERROR: Keypair data is invalid (HTTP 400) (Request-ID:
req-87a32c9e-0f90-4fb9-b380-4d34c4f2df50)

is this a knew feature or should I open a bug?

This has been tested on folsom/ubuntu.

.a.

-- 
antonio.s.mess...@gmail.com
GC3: Grid Computing Competence Center
http://www.gc3.uzh.ch/
University of Zurich
Winterthurerstrasse 190
CH-8057 Zurich Switzerland

___
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] How to speed up the instance launch time?

2013-03-06 Thread Mark Lehrer



are make in the compute node. So all this takes long an dis proportional to
the image size. Is there any way to speed up this process? Is a SAN based
backend the only way to go?


No, but if you have multiple compute nodes you will want to have them
all share /var/lib/nova/instances on a fast NFS server.  Make sure
that your glance machine is as fast as possible too.  I also mount
/tmp from /dev/shm which makes the snapshot process more tolerable,
but obviously this will require machines with lots of RAM to spare.

The change I made that helped the most was to disable NBD.  You have
to do this in /etc/init/nova-compute.conf and just comment out the
modprobe nbd line.

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] Poor guest disk IO after disk usage.

2013-03-06 Thread Samuel Winchenbach
Wow thanks for testing that.   I don't think I can preallocate on an NFS
mount.  I keep getting an Operation not supported error.


On Tue, Mar 5, 2013 at 12:11 PM, Pádraig Brady p...@draigbrady.com wrote:

 On 03/04/2013 07:54 PM, Pádraig Brady wrote:
  On 03/04/2013 07:19 PM, Samuel Winchenbach wrote:
  Hi All,
 
  I have a cluster of three nodes set up.  Live migration is accomplished
 via an NFS mount over 10GigE shared by all three nodes.
 
  I have noticed that when a VM is brand new I am getting close to 60MB/s
 disk write when using dd if=/dev/zero of=file bs=1M count=1k
 conv=fdatasync. after doing this 10s of times the perfomance of the disk
 seems to drop  to around 4 - 12 MB/s.
 
  I have also noticed that doing a live-migration causes a similar effect
 immediately.
 
  Here is the virsh xml output of one of my VMs:
 https://gist.github.com/swinchen/397fbe3bb74305064944
 
  I have read several tuning guides and most of the suggestions seems
 to be configured already (cache='none', virtio for network, disk and
 memballoon).
 
  Do you think qcow2 is causing my issue and if so is there a way to boot
 an instance and override the disk format?
 
  qcow may possibly be the issue.
 
  You could use raw disk images by setting the
  use_cow_images=False nova config option.
  The tradeoff there is slower instance start and
  increased (but more guaranteed) disk usage.
 
  Alternatively you could try to fallocate the disk
  image before running the perf test like:
# get virt_size
qemu-img info /var/lib/nova/instances/instance-002f/disk
fallocate -n -l $virt_size
 /var/lib/nova/instances/instance-002f/disk
 
  There is also the possibility of adjusting nova
  to use preallocation=metadata on the qcow images
  (forfeiting CoW in the process), as discussed in future work at:
  https://blueprints.launchpad.net/nova/+spec/preallocated-images

 Just did some testing here, writing in a VM backed by a local file system,
 using:
   dd if=/dev/zero of=file bs=1M count=1k conv=notrunc,fdatasync
 oflag=append

 I didn't see a degredation after a while, but did see
 quite different performance depending on the formats used:

 disk performance outside VM = 120MB/s
 raw in $instance_dir/ = 105MB/s
 qcow copy with preallocation=metadata in $instance_dir/ = 100MB/s
 qcow CoW with fallocate full size in $instance_dir/ = 55MB/s
   Note perf a bit more stable than without fallocate
   I didn't test with full host disk where improvements would be more
 noticeable
 qcow CoW in $instance_dir/ = 52MB/s
 qcow CoW in $instance_dir/ backed by qcow with preallocation=metadata in
 base = 52MB/s

 thanks,
 Pádraig.

___
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] Poor guest disk IO after disk usage.

2013-03-06 Thread Samuel Winchenbach
N
o harm will come to existing VMs if I set use_cow_images=False and
restart nova-api correct?  Just all new VMs will be created with a raw disk
backend?


Thanks,
Sam


On Mon, Mar 4, 2013 at 2:54 PM, Pádraig Brady p...@draigbrady.com wrote:

 On 03/04/2013 07:19 PM, Samuel Winchenbach wrote:
  Hi All,
 
  I have a cluster of three nodes set up.  Live migration is accomplished
 via an NFS mount over 10GigE shared by all three nodes.
 
  I have noticed that when a VM is brand new I am getting close to 60MB/s
 disk write when using dd if=/dev/zero of=file bs=1M count=1k
 conv=fdatasync. after doing this 10s of times the perfomance of the disk
 seems to drop  to around 4 - 12 MB/s.
 
  I have also noticed that doing a live-migration causes a similar effect
 immediately.
 
  Here is the virsh xml output of one of my VMs:
 https://gist.github.com/swinchen/397fbe3bb74305064944
 
  I have read several tuning guides and most of the suggestions seems to
 be configured already (cache='none', virtio for network, disk and
 memballoon).
 
  Do you think qcow2 is causing my issue and if so is there a way to boot
 an instance and override the disk format?

 qcow may possibly be the issue.

 You could use raw disk images by setting the
 use_cow_images=False nova config option.
 The tradeoff there is slower instance start and
 increased (but more guaranteed) disk usage.

 Alternatively you could try to fallocate the disk
 image before running the perf test like:
   # get virt_size
   qemu-img info /var/lib/nova/instances/instance-002f/disk
   fallocate -n -l $virt_size /var/lib/nova/instances/instance-002f/disk

 There is also the possibility of adjusting nova
 to use preallocation=metadata on the qcow images
 (forfeiting CoW in the process), as discussed in future work at:
 https://blueprints.launchpad.net/nova/+spec/preallocated-images

 thanks,
 Pádraig.

___
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] How to create a Image which can extend the partition automatically.

2013-03-06 Thread Mark Lehrer



but the resize2fs tools is not working and raise following error

$ resize2fs rhel6.3-x86_64.img



You will probably want to have a firstboot kind of script that does
this from inside the VM.  resize2fs can run while the VM is live but
you may have to reboot after running growpart before you can run
resize2fs.

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] Rebooted, now can't ping my guest

2013-03-06 Thread Sylvain Bauza

Le 05/03/2013 18:14, The King in Yellow a écrit :



I'm not clear on what the interfaces are, but q-9f9041ce-65 is 
10.5.5.1 on the network node, so he seems to be seeing the traffic.  
tap45ffdc5f-da is listed as 10.5.5.2, and I have no idea what function 
that is performing.



qr-X is the internal router IP interface (as you correctly guessed, 
ie. 10.5.5.1) and bound to br-int.
tap- is the DHCP server IP interface (ie. 10.5.5.2), also bound to 
br-int.


'brctl show' gives you the output.

Could you please provide us route -n on the network node ?
Could you also make sure (with 'ovs-vsctl show') that port 'qr-' and 
'tap' do have the same tag number as for VMs ? (should be tag:1)




___
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] Poor guest disk IO after disk usage.

2013-03-06 Thread Pádraig Brady
On 03/06/2013 02:55 PM, Samuel Winchenbach wrote:
 N
 o harm will come to existing VMs if I set use_cow_images=False and restart 
 nova-api correct?  Just all new VMs will be created with a raw disk backend?

right.


___
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] Poor guest disk IO after disk usage.

2013-03-06 Thread Pádraig Brady
On 03/06/2013 02:56 PM, Samuel Winchenbach wrote:
 On Tue, Mar 5, 2013 at 12:11 PM, Pádraig Brady p...@draigbrady.com 
 mailto:p...@draigbrady.com wrote:
 Just did some testing here, writing in a VM backed by a local file 
 system, using:
   dd if=/dev/zero of=file bs=1M count=1k conv=notrunc,fdatasync 
 oflag=append
 
 I didn't see a degredation after a while, but did see
 quite different performance depending on the formats used:
 
 disk performance outside VM = 120MB/s
 raw in $instance_dir/ = 105MB/s
 qcow copy with preallocation=metadata in $instance_dir/ = 100MB/s
 qcow CoW with fallocate full size in $instance_dir/ = 55MB/s
   Note perf a bit more stable than without fallocate
   I didn't test with full host disk where improvements would be more 
 noticeable
 qcow CoW in $instance_dir/ = 52MB/s
 qcow CoW in $instance_dir/ backed by qcow with preallocation=metadata in 
 base = 52MB/s
 
 Wow thanks for testing that.   I don't think I can preallocate on an NFS 
 mount.  I keep getting an Operation not supported error.

Right, fallocate isn't supported on NFS currently and won't make much perf 
difference anyway as noted above.
Using raw is probably your best bet currently.

thanks,
Pádraig.

___
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] How to speed up the instance launch time?

2013-03-06 Thread Pádraig Brady
On 03/06/2013 02:46 PM, Mark Lehrer wrote:
 
 are make in the compute node. So all this takes long an dis proportional to
 the image size. Is there any way to speed up this process? Is a SAN based
 backend the only way to go?
 
 No, but if you have multiple compute nodes you will want to have them
 all share /var/lib/nova/instances on a fast NFS server.  Make sure
 that your glance machine is as fast as possible too.  I also mount
 /tmp from /dev/shm which makes the snapshot process more tolerable,
 but obviously this will require machines with lots of RAM to spare.
 
 The change I made that helped the most was to disable NBD.  You have
 to do this in /etc/init/nova-compute.conf and just comment out the
 modprobe nbd line.

Was that to disable injection at startup?
That can be done through config in grizzly
by setting libvirt_injection_partition=-2

thanks,
Pádraig.

___
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] How to speed up the instance launch time?

2013-03-06 Thread Mark Lehrer



The change I made that helped the most was to disable NBD.  You have


Was that to disable injection at startup?


No, NBD is just slow and unreliable for some reason.  Disabling it made
my users happy.  I haven't had time to find out why NBD is so horrible.

Eventually I would like to see /var/lib/glance/images and
/var/lib/nova/instances/_base be on the same BTRFS file system and use
reflink copies.

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] [OpenStack] How to speed up the instance launch time?

2013-03-06 Thread Balamurugan V G
Yes it makes sense to have /var/lib/glance/images and
/var/lib/nova/instances/_base on the same network file system. But Quantum
network node being a bottle neck today, would the benefits be nullified by
a choked network?

Regards,
Balu

On Wed, Mar 6, 2013 at 9:42 PM, Mark Lehrer m...@tpsit.com wrote:


  The change I made that helped the most was to disable NBD.  You have


 Was that to disable injection at startup?


 No, NBD is just slow and unreliable for some reason.  Disabling it made
 my users happy.  I haven't had time to find out why NBD is so horrible.

 Eventually I would like to see /var/lib/glance/images and
 /var/lib/nova/instances/_base be on the same BTRFS file system and use
 reflink copies.

 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] [OpenStack] How to speed up the instance launch time?

2013-03-06 Thread Pádraig Brady
On 03/06/2013 04:12 PM, Mark Lehrer wrote:
 
 The change I made that helped the most was to disable NBD.  You have

 Was that to disable injection at startup?
 
 No, NBD is just slow and unreliable for some reason.  Disabling it made
 my users happy.  I haven't had time to find out why NBD is so horrible.
 
 Eventually I would like to see /var/lib/glance/images and
 /var/lib/nova/instances/_base be on the same BTRFS file system and use
 reflink copies.

Good call on that.
`cp --reflink=auto` will do a reflink if possible or a normal copy otherwise.
There are two related changes for grizzly.

The first was with use_cow_images=True and force_raw_images=False,
there is actually no transformation done to the image in _base
and so one might be able to even `cp -l` in this case.
That's a bit of a layering violation though, but it might
be possible to handle within nova.

The second is support for direct copy from glance to nova:
https://github.com/openstack/nova/commit/20fca1a2
That isn't ideal at present as it uses shutil.copy()
but it's probably easy to update to calling `cp --reflink=auto`

thanks,
Pádraig.

___
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 login page

2013-03-06 Thread Joshua Harlow
Can u jump on irc, channel anvil, and I will help. I think that bootstrap 
dependency doesn't need to be pinned anymore.

Sent from my really tiny device...

On Mar 6, 2013, at 2:52 AM, Ashutosh Narayan 
aashutoshnara...@gmail.commailto:aashutoshnara...@gmail.com wrote:

Sorry for continuous email chain.
I went through the logs and learnt that the package itself is not found.
Find below few lines of pip.log file.

Could not fetch URL http://pypi.python.org/simple/Cheetah/2.4.4: HTTP Error 
404: Not Found (Cheetah/2.4.4)
Will skip URL http://pypi.python.org/simple/Cheetah/2.4.4 when looking for 
download links for Cheetah==2.4.4

Even 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee
package times out.

Any suggestions for troubleshooting ?

Thank you,

On Wed, Mar 6, 2013 at 4:09 PM, Ashutosh Narayan 
aashutoshnara...@gmail.commailto:aashutoshnara...@gmail.com wrote:
Python version :

$ python
Python 2.6.6 (r266:84292, Sep 11 2012, 08:34:23)
[GCC 4.4.6 20120305 (Red Hat 4.4.6-4)] on linux2
Type help, copyright, credits or license for more information.


On Wed, Mar 6, 2013 at 4:06 PM, Ashutosh Narayan 
aashutoshnara...@gmail.commailto:aashutoshnara...@gmail.com wrote:
Here is a snippet of console logs that I get :

Cleaning up...
Installing pypi requirement 'Cheetah==2.4.4'
Downloading/unpacking Cheetah==2.4.4
  Downloading Cheetah-2.4.4.tar.gz (190Kb): 190Kb downloaded
  Running setup.py egg_info for package Cheetah
warning: no files found matching 'examples'
warning: no files found matching 'docs'
warning: no files found matching 'bin'
warning: no files found matching '*' under directory 'docs'
warning: no files found matching '*' under directory 'examples'
warning: no previously-included files matching '*.pyc' found under 
directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 
'cheetah'
warning: no previously-included files matching '*.aux' found under 
directory 'cheetah'
warning: no previously-included files matching '*~' found under directory 
'docs'
warning: no previously-included files matching '*.aux' found under 
directory 'docs'
Downloading/unpacking Markdown=2.0.1 (from Cheetah==2.4.4)
  Error urlopen error timed out while getting 
http://pypi.python.org/packages/source/M/Markdown/Markdown-2.2.1.zip#md5=67bd5f47864862708ede8eb85b1618ee
 (from http://pypi.python.org/simple/Markdown/)
Exception:
Traceback (most recent call last):
  File /usr/lib/python2.6/site-packages/pip/basecommand.py, line 124, in main
self.run(options, args)
  File /usr/lib/python2.6/site-packages/pip/commands/install.py, line 178, in 
run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, 
bundle=self.bundle)
  File /usr/lib/python2.6/site-packages/pip/req.py, line 903, in prepare_files
self.unpack_url(url, location, self.ishttp://self.is_download)
  File /usr/lib/python2.6/site-packages/pip/req.py, line 1008, in unpack_url
return unpack_http_url(link, location, self.download_cache, only_download)
  File /usr/lib/python2.6/site-packages/pip/download.py, line 298, in 
unpack_http_url
resp = _get_response_from_url(target_url, link)
  File /usr/lib/python2.6/site-packages/pip/download.py, line 327, in 
_get_response_from_url
resp = urllib2.urlopen(target_url)
  File /usr/lib64/python2.6/urllib2.py, line 126, in urlopen
return _opener.open(url, data, timeout)
  File /usr/lib64/python2.6/urllib2.py, line 391, in open
response = self._open(req, data)
  File /usr/lib64/python2.6/urllib2.py, line 409, in _open
'_open', req)
  File /usr/lib64/python2.6/urllib2.py, line 369, in _call_chain
result = func(*args)
  File /usr/lib64/python2.6/urllib2.py, line 1190, in http_open
return self.do_open(httplib.HTTPConnection, req)
  File /usr/lib64/python2.6/urllib2.py, line 1165, in do_open
raise URLError(err)
URLError: urlopen error timed out

Storing complete log in /root/.pip/pip.log
Error: Installation of pypi package 'Cheetah==2.4.4' failed!
Success! Bootstrapped for CENTOS 6.3

Any suggestions ?



On Wed, Mar 6, 2013 at 4:01 PM, Ashutosh Narayan 
aashutoshnara...@gmail.commailto:aashutoshnara...@gmail.com wrote:
Hi Joshua,

I followed the instructions mentioned in the link 
http://anvil.readthedocs.org you sent.
When I excute ./smithy -av install, I encounter an error
saying your system is not up to date. And it asks me to
execute sudo smithy --bootstrap.When I run this command -
I get a failure in installing Cheetah=2.4.4 form PyPi.

Error: Installation of pypi package 'Cheetah==2.4.4' failed!

How should I proceed now ?


On Wed, Mar 6, 2013 at 12:17 PM, Joshua Harlow 
harlo...@yahoo-inc.commailto:harlo...@yahoo-inc.com wrote:
http://anvil.readthedocs.org

Sent from my really tiny device...

On Mar 5, 2013, at 10:29 PM, Ashutosh Narayan 
aashutoshnara...@gmail.commailto:aashutoshnara...@gmail.com wrote:

Can someone point me to a 

Re: [Openstack] Rebooted, now can't ping my guest

2013-03-06 Thread The King in Yellow
On Wed, Mar 6, 2013 at 10:15 AM, Sylvain Bauza
sylvain.ba...@digimind.comwrote:

 Le 05/03/2013 18:14, The King in Yellow a écrit :



 I'm not clear on what the interfaces are, but q-9f9041ce-65 is 10.5.5.1
 on the network node, so he seems to be seeing the traffic.  tap45ffdc5f-da
 is listed as 10.5.5.2, and I have no idea what function that is performing.



 qr-X is the internal router IP interface (as you correctly guessed,
 ie. 10.5.5.1) and bound to br-int.
 tap- is the DHCP server IP interface (ie. 10.5.5.2), also bound to
 br-int.

 'brctl show' gives you the output.

 Could you please provide us route -n on the network node ?


os@os-network:~$ route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric RefUse
Iface
0.0.0.0 10.42.36.1  0.0.0.0 UG0  00
qg-28108125-11
0.0.0.0 10.42.38.1  0.0.0.0 UG0  00 eth3
10.5.5.00.0.0.0 255.255.255.0   U 0  00
tap45ffdc5f-da
10.5.5.00.0.0.0 255.255.255.0   U 0  00
qr-9f9041ce-65
10.10.10.0  0.0.0.0 255.255.255.0   U 0  00 eth1
10.42.36.0  0.0.0.0 255.255.254.0   U 0  00
qg-28108125-11
10.42.38.0  0.0.0.0 255.255.254.0   U 1  00 eth3
169.254.0.0 0.0.0.0 255.255.0.0 U 1000   00 eth0
192.168.0.0 0.0.0.0 255.255.255.0   U 0  00 eth0
os@os-network:~$

Could you also make sure (with 'ovs-vsctl show') that port 'qr-' and
 'tap' do have the same tag number as for VMs ? (should be tag:1)


They are:

root@os-network:~# ovs-vsctl show
e232f8c8-1cb8-4cf5-9de5-49f41e59fd38
Bridge br-tun
Port br-tun
Interface br-tun
type: internal
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port gre-2
Interface gre-2
type: gre
options: {in_key=flow, out_key=flow, remote_ip=10.10.10.2}
Bridge br-int
Port br-int
Interface br-int
type: internal
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port qr-9f9041ce-65
tag: 1
Interface qr-9f9041ce-65
type: internal
Port tap45ffdc5f-da
tag: 1
Interface tap45ffdc5f-da
type: internal
Bridge br-ex
Port qg-28108125-11
Interface qg-28108125-11
type: internal
Port eth2
Interface eth2
Port br-ex
Interface br-ex
type: internal
ovs_version: 1.4.0+build0
root@os-network:~#
___
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] Gerrit ssh access fails

2013-03-06 Thread Jeremy Stanley
On 2013-03-06 11:51:26 -0600 (-0600), phani_acha...@dell.com wrote:
 I am trying to access openstack gerrit but keep getting
 permission denied (publickey).
[...]

Phani, I'll follow up with you privately to troubleshoot, but
chances are this is just a username mismatch. I'll be able to tell
when I have a moment to go digging in Gerrit's DB.
-- 
Jeremy Stanley

___
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] Error when creating second VM

2013-03-06 Thread Guilherme Russi
Hello guys, I need some help here, I was in trouble with the VM's IP
attachment (Folsom with Quantum) but the Chathura's solution worked fine to
me, but now I have my compute node with one VM running fine, with right IP
from DHCP, the problem is when I create another VMs, my dashboard list the
second, third, etc, with error, here is my Computer's log to nova-compute.
Anybody can help me to solve it, i'm really confuse, because I have one VM
running.

2013-03-06 14:33:37 6954 DEBUG nova.manager [-] Running periodic task
ComputeManager._publish_service_capabilities periodic_tasks
/usr/lib/python2.7/dist-packages/nova/manager.py:172
2013-03-06 14:33:37 6954 DEBUG nova.manager [-] Notifying Schedulers of
capabilities ... _publish_service_capabilities
/usr/lib/python2.7/dist-packages/nova/manager.py:231
2013-03-06 14:33:37 6954 DEBUG nova.openstack.common.rpc.amqp [-] Making
asynchronous fanout cast... fanout_cast
/usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py:385
2013-03-06 14:33:37 6954 DEBUG nova.manager [-] Running periodic task
ComputeManager._poll_rescued_instances periodic_tasks
/usr/lib/python2.7/dist-packages/nova/manager.py:172
2013-03-06 14:33:37 6954 DEBUG nova.manager [-] Skipping
ComputeManager._sync_power_states, 5 ticks left until next run
periodic_tasks /usr/lib/python2.7/dist-packages/nova/manager.py:167
2013-03-06 14:33:37 6954 DEBUG nova.manager [-] Running periodic task
ComputeManager._poll_bandwidth_usage periodic_tasks
/usr/lib/python2.7/dist-packages/nova/manager.py:172
2013-03-06 14:33:37 6954 DEBUG nova.manager [-] Running periodic task
ComputeManager._instance_usage_audit periodic_tasks
/usr/lib/python2.7/dist-packages/nova/manager.py:172
2013-03-06 14:33:37 6954 DEBUG nova.manager [-] Running periodic task
ComputeManager.update_available_resource periodic_tasks
/usr/lib/python2.7/dist-packages/nova/manager.py:172
2013-03-06 14:33:37 6954 DEBUG nova.utils [-] Got semaphore
compute_resources for method update_available_resource... inner
/usr/lib/python2.7/dist-packages/nova/utils.py:765
2013-03-06 14:33:47 6954 DEBUG nova.utils [-] Running cmd (subprocess): env
LC_ALL=C LANG=C qemu-img info
/var/lib/nova/instances/instance-0012/disk execute
/usr/lib/python2.7/dist-packages/nova/utils.py:187
2013-03-06 14:33:47 6954 DEBUG nova.utils [-] Result was 0 execute
/usr/lib/python2.7/dist-packages/nova/utils.py:203
2013-03-06 14:33:47 6954 DEBUG nova.utils [-] Running cmd (subprocess): env
LC_ALL=C LANG=C qemu-img info
/var/lib/nova/instances/instance-0012/disk execute
/usr/lib/python2.7/dist-packages/nova/utils.py:187
2013-03-06 14:33:47 6954 DEBUG nova.utils [-] Result was 0 execute
/usr/lib/python2.7/dist-packages/nova/utils.py:203
2013-03-06 14:33:47 6954 DEBUG nova.compute.resource_tracker [-]
Hypervisor: free ram (MB): 15248 _report_hypervisor_resource_view
/usr/lib/python2.7/dist-packages/nova/compute/resource_tracker.py:470
2013-03-06 14:33:47 6954 DEBUG nova.compute.resource_tracker [-]
Hypervisor: free disk (GB): 369 _report_hypervisor_resource_view
/usr/lib/python2.7/dist-packages/nova/compute/resource_tracker.py:471
2013-03-06 14:33:47 6954 DEBUG nova.compute.resource_tracker [-]
Hypervisor: free VCPUs: 7 _report_hypervisor_resource_view
/usr/lib/python2.7/dist-packages/nova/compute/resource_tracker.py:476
2013-03-06 14:33:47 6954 AUDIT nova.compute.resource_tracker [-] Free ram
(MB): 14932
2013-03-06 14:33:47 6954 AUDIT nova.compute.resource_tracker [-] Free disk
(GB): 372
2013-03-06 14:33:47 6954 AUDIT nova.compute.resource_tracker [-] Free
VCPUS: 7
2013-03-06 14:33:47 6954 INFO nova.compute.resource_tracker [-]
Compute_service record updated for baco
2013-03-06 14:33:47 6954 DEBUG nova.manager [-] Running periodic task
ComputeManager._poll_rebooting_instances periodic_tasks
/usr/lib/python2.7/dist-packages/nova/manager.py:172
2013-03-06 14:33:47 6954 DEBUG nova.manager [-] Skipping
ComputeManager._cleanup_running_deleted_instances, 10 ticks left until next
run periodic_tasks /usr/lib/python2.7/dist-packages/nova/manager.py:167
2013-03-06 14:33:47 6954 DEBUG nova.manager [-] Running periodic task
ComputeManager._check_instance_build_time periodic_tasks
/usr/lib/python2.7/dist-packages/nova/manager.py:172
2013-03-06 14:33:47 6954 DEBUG nova.manager [-] Running periodic task
ComputeManager._heal_instance_info_cache periodic_tasks
/usr/lib/python2.7/dist-packages/nova/manager.py:172
2013-03-06 14:33:47 6954 DEBUG nova.network.quantumv2.api [-]
get_instance_nw_info() for 01 _get_instance_nw_info
/usr/lib/python2.7/dist-packages/nova/network/quantumv2/api.py:190
2013-03-06 14:33:48 6954 DEBUG nova.compute.manager [-] [instance:
64e0e53d-0477-4354-89df-15967e67ee9b] Updated the info_cache for instance
_heal_instance_info_cache
/usr/lib/python2.7/dist-packages/nova/compute/manager.py:2484
2013-03-06 14:33:48 6954 DEBUG nova.manager [-] Running periodic task
ComputeManager._run_image_cache_manager_pass periodic_tasks

[Openstack] [Heat] Problem with visit 169.254.169.254 from VM

2013-03-06 Thread 蒋闻天
Hi everyone, I have a problem when i use devstack to test heat and quantum.
This is my localrc

DATABASE_PASSWORD=nova
RABBIT_PASSWORD=nova
SERVICE_TOKEN=nova
SERVICE_PASSWORD=nova
ADMIN_PASSWORD=nova
SCREEN_LOGDIR=/var/log/devstack
ENABLED_SERVICES+=,heat,h-api,h-api-cfn,h-api-cw,h-eng
ENABLED_SERVICES+=,quantum,q-svc,q-agt,q-dhcp,q-l3,q-meta
ENABLED_SERVICES-=n-net
SWIFT_HASH=nova

When I start a heat stack, I step into my instance console and found
timeout problem with 169.254.169.254

I ping 169.254.169.254 from my host and is ok, but the vm can't.

I found the Network Topology with a router on it which have connected
private network and external network. I can ssh on the VM but I do not have
password.(Key must get from metadata on  169.254.169.254)

Is there some config i have made is wrong?
___
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] Possible keystone/common/controller.py Token Bug

2013-03-06 Thread Dolph Mathews
This appears to be a valid bug -- we were concerned with v2-v3
token interop when v3 auth merged, but I thought we had ironed out the
kinks (we have several related tests in tests/test_v3_auth.py for this
reason). I targeted the bug at RC1 as we need to have this fixed for v3 to
be useful in grizzly.



-Dolph


On Tue, Mar 5, 2013 at 3:18 PM, Christopher Armstrong 
christopher.armstr...@canonical.com wrote:

 So I've filed a bug on launchpad[1] about the issue discussed in the
 thread[2] with this subject (sorry, I subscribed after the message went
 out, so this message isn't properly threaded).

 Is it really legit? The discussion stopped abruptly. It seems like a
 pretty major bug; I can't do much with the API right now because of it (I
 think).

 [1] 
 https://bugs.launchpad.net/**keystone/+bug/1145541https://bugs.launchpad.net/keystone/+bug/1145541

 [2] 
 https://lists.launchpad.net/**openstack/msg21458.htmlhttps://lists.launchpad.net/openstack/msg21458.html

 -radix


 __**_
 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


[Openstack] How can I know the version if I installed from source code?

2013-03-06 Thread Ray Sun
Is there any method to get the openstack version if I installed from
openstack source code?

Thanks a lot.

- Ray
Best Regards

CIeNET Technologies (Beijing) Co., Ltd
Technical Manager
Email: qsun01...@cienet.com.cn
Office Phone: +86-01081470088-7079
Mobile Phone: +86-13581988291
___
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]A design draft of Storage Quota

2013-03-06 Thread Everett Toews
I already posted this over in dev but thought I'd tie off this thread too.

I've just proposed a design summit session with the description below. I 
sincerely hope anyone interested in quotas will attend. Please have a look at 
the etherpad to see what's already been done.

The quota situation is getting out of control. There are already a number of 
quota implementations for Swift. I expect that Glance will get its own 
implementation of quotas next followed closely by Quantum and probably Cinder. 
Each service will have its own implementation and different API to boot. This 
is definitely suboptimal.

We need centralized quotas, otherwise it will become an operations nightmare.

This session will be focused on how that goal can be achieved and who would be 
willing and able to contribute to it.

I've started an Etherpad at 
https://etherpad.openstack.org/HavanaCentralizedQuotas for this session and to 
track the existing efforts on quotas. Feel free to add any implementations I've 
missed.

To keep the session focused we won't be discussing Nova quotas. If we can nail 
down a way forward for centralized quotas, perhaps one day we can roll Nova 
quotas into it.

Regards,
Everett

On Feb 20, 2013, at 2:43 PM, Everett Toews wrote:

On 2/20/13 1:28 PM, Tim Bell tim.b...@cern.chmailto:tim.b...@cern.ch 
wrote:

We also feel an integrated approach such as Boson is the way forward for
quota rather than each project have its own (and potentially differing)
implementations on areas such as delegation.

+1 to an integrated approach.

It's easy to envision a need for quotas in Glance as well, in both public
and private cloud scenarios.

Cc'ing some other potentially interested parties.

Everett


___
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] openstack installation of swift

2013-03-06 Thread Chmouel Boudjnah
You can install Swift as standalone and you can even use its builtin
auth server like swauth if you really don't want deps on other things
than swift. (auth v1 only).

Chmouel.

On Thu, Mar 7, 2013 at 8:28 AM, Arun Fera fer...@gmail.com wrote:
 Is it necessary to install all the components for using swift alone. I need
 to store some data in cloud. that is my only need. Can anyone help me.

 --
 Arun Fera M
 Assistant Professor,
 Department of Information Technology,
 Thiagarajar College of Engineering,
 Madurai-15.
 Mob:9790292924
 E-mail:f...@tce.edu

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


___
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] Hiding a Panel in Dashboard

2013-03-06 Thread Srikanth Kumar Lingala
Hi folks,
I have a doubt.
Generally, if we create a panel, we need to create a new directory under
'.../horizon/dashboard/nova/' and add that in
'.../horizon/dashboards/nova/dashboard.py'.
Let us suppose panel directory name is 'sample_panel'. I created a
directory namely 'sample_panel' under the directory
'.../horizon/dashboard/nova/'. I didn't add that panel in dashboard.py.
When I tried to access that module with the URL:
http://localhost/horizon/nova/sample_panel/, I got the following error:
'The page you were looking for doesn't exist'
If I add that panel name in 'dashboard.py', I am able to access the URL
with out any errors.
Can we hide a panel in dashboard from displaying and use that module at the
same time?
Thanks in advance.
-- 

Srikanth.
___
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 installation of swift

2013-03-06 Thread Gareth
In addition,

install swift in one machine:
http://docs.openstack.org/developer/swift/development_saio.html
install swift cluster:
http://docs.openstack.org/developer/swift/howto_installmultinode.html



On Thu, Mar 7, 2013 at 3:33 PM, Chmouel Boudjnah chmo...@chmouel.comwrote:

 You can install Swift as standalone and you can even use its builtin
 auth server like swauth if you really don't want deps on other things
 than swift. (auth v1 only).

 Chmouel.

 On Thu, Mar 7, 2013 at 8:28 AM, Arun Fera fer...@gmail.com wrote:
  Is it necessary to install all the components for using swift alone. I
 need
  to store some data in cloud. that is my only need. Can anyone help me.
 
  --
  Arun Fera M
  Assistant Professor,
  Department of Information Technology,
  Thiagarajar College of Engineering,
  Madurai-15.
  Mob:9790292924
  E-mail:f...@tce.edu
 
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 

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




-- 
Gareth
*Cloud Computing, Openstack, Fitness, Basketball
*
*Novice Openstack contributer*
*My promise: if you find any spelling or grammar mistake in my email from
Mar 1 2013, notice me *
*and I'll donate 1$ or 1¥ to open organization specified by you.*
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_keystone_trunk #177

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/177/Project:precise_grizzly_keystone_trunkDate of build:Wed, 06 Mar 2013 05:01:11 -0500Build duration:6 min 36 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60Changeskeystone : Use Ec2Signer utility class from keystoneclientby shardyedittools/pip-requireseditkeystone/common/utils.pyeditkeystone/contrib/ec2/core.pyConsole Output[...truncated 5846 lines...]Package: keystonePackage-Time: 290Source-Version: 1:2013.1+git201303060501~precise-0ubuntu1Space: 18072Status: attemptedVersion: 1:2013.1+git201303060501~precise-0ubuntu1Finished at 20130306-0507Build needed 00:04:50, 18072k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303060501~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303060501~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmptRrI1U/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmptRrI1U/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303060501~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303060501~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A keystone_2013.1+git201303060501~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303060501~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303060501~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: raring_grizzly_keystone_trunk #189

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/189/Project:raring_grizzly_keystone_trunkDate of build:Wed, 06 Mar 2013 05:01:09 -0500Build duration:8 min 1 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60Changeskeystone : Use Ec2Signer utility class from keystoneclientby shardyedittools/pip-requireseditkeystone/contrib/ec2/core.pyeditkeystone/common/utils.pyConsole Output[...truncated 6857 lines...]Package: keystonePackage-Time: 298Source-Version: 1:2013.1+git201303060501~raring-0ubuntu1Space: 18092Status: attemptedVersion: 1:2013.1+git201303060501~raring-0ubuntu1Finished at 20130306-0509Build needed 00:04:58, 18092k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303060501~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303060501~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpvmIs6X/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpvmIs6X/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303060501~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303060501~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A keystone_2013.1+git201303060501~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303060501~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303060501~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/190/Project:raring_grizzly_keystone_trunkDate of build:Wed, 06 Mar 2013 08:52:57 -0500Build duration:7 min 31 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesNo ChangesConsole Output[...truncated 6863 lines...]Package: keystonePackage-Time: 288Source-Version: 1:2013.1+git201303060853~raring-0ubuntu1Space: 18092Status: attemptedVersion: 1:2013.1+git201303060853~raring-0ubuntu1Finished at 20130306-0900Build needed 00:04:48, 18092k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303060853~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303060853~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpwoTtOd/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpwoTtOd/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303060853~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303060853~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A keystone_2013.1+git201303060853~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303060853~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303060853~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_ceilometer_trunk #124

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_ceilometer_trunk/124/Project:raring_grizzly_ceilometer_trunkDate of build:Wed, 06 Mar 2013 09:31:08 -0500Build duration:2 min 43 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesFix an invalid test in the storage test suiteby doug.hellmannedittests/storage/base.pyConsole Output[...truncated 2470 lines...]Building package in merge modeLooking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpOZc_Cabzr: ERROR: An error (1) occurred running quilt: Applying patch exclude-tests-when-installing.patchpatching file setup.pyHunk #1 FAILED at 63.1 out of 1 hunk FAILED -- rejects in file setup.pyPatch exclude-tests-when-installing.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-c3cb77ec-e7a9-46e9-8a9a-16704ec7ee88', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-c3cb77ec-e7a9-46e9-8a9a-16704ec7ee88', '-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/grizzly /tmp/tmpOZc_Ca/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpOZc_Ca/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log fba1ae00c324d9ad9ec0e6700ed317832e9e58e0..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/ceilometer/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303060931~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [bf0c01e] Fix an invalid test in the storage test suitedch -a [34e5932] api: run compute duration by resource on SQL backenddch -a [955ffa9] api: run list_projects tests against SQL backend toodch -a [75f4fff] api: run list users test against SQL backend toodch -a [fdadb09] api: run list meters tests against SQL backend toodch -a [b9d9539] Exclude tests directory from installation.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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-c3cb77ec-e7a9-46e9-8a9a-16704ec7ee88', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-c3cb77ec-e7a9-46e9-8a9a-16704ec7ee88', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_glance_trunk #172

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/172/Project:raring_grizzly_glance_trunkDate of build:Wed, 06 Mar 2013 10:32:16 -0500Build duration:2 min 17 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesGenerate notification for cached v2 downloadby stuart.mclareneditglance/api/middleware/cache.pyConsole Output[...truncated 1146 lines...]Get:49 http://archive.ubuntu.com/ubuntu/ raring/main python-docutils all 0.10-1ubuntu2 [420 kB]Get:50 http://archive.ubuntu.com/ubuntu/ raring/main sphinx-common all 1.1.3+dfsg-7ubuntu1 [422 kB]Get:51 http://archive.ubuntu.com/ubuntu/ raring/main python-sphinx all 1.1.3+dfsg-7ubuntu1 [316 kB]Get:52 http://archive.ubuntu.com/ubuntu/ raring/main python-sqlalchemy-ext amd64 0.7.9-1 [14.2 kB]Get:53 http://archive.ubuntu.com/ubuntu/ raring/main python-netifaces amd64 0.8-2 [12.3 kB]Get:54 http://archive.ubuntu.com/ubuntu/ raring/main python-xattr amd64 0.6.4-2 [14.1 kB]Get:55 http://archive.ubuntu.com/ubuntu/ raring/main libfreetype6 amd64 2.4.11-0ubuntu1 [346 kB]Get:56 http://archive.ubuntu.com/ubuntu/ raring/main libjpeg-turbo8 amd64 1.2.1-0ubuntu2 [114 kB]Get:57 http://archive.ubuntu.com/ubuntu/ raring/main liblcms1 amd64 1.19.dfsg-1.2ubuntu2 [106 kB]Get:58 http://archive.ubuntu.com/ubuntu/ raring/main libpaper1 amd64 1.1.24+nmu2ubuntu2 [14.6 kB]Get:59 http://archive.ubuntu.com/ubuntu/ raring/main libyaml-0-2 amd64 0.1.4-2build1 [57.3 kB]Get:60 http://archive.ubuntu.com/ubuntu/ raring/main docutils-doc all 0.10-1ubuntu2 [1313 kB]Get:61 http://archive.ubuntu.com/ubuntu/ raring/main libjpeg8 amd64 8c-2ubuntu7 [2112 B]Get:62 http://archive.ubuntu.com/ubuntu/ raring/main libpaper-utils amd64 1.1.24+nmu2ubuntu2 [9164 B]Get:63 http://archive.ubuntu.com/ubuntu/ raring/main python-imaging-compat all 1.1.7+1.7.8-1ubuntu2 [5628 B]Get:64 http://archive.ubuntu.com/ubuntu/ raring/main python-imaging amd64 1.1.7+1.7.8-1ubuntu2 [304 kB]Get:65 http://archive.ubuntu.com/ubuntu/ raring/main python-openid all 2.2.5-3ubuntu1 [118 kB]Get:66 http://archive.ubuntu.com/ubuntu/ raring/main python-pastescript all 1.7.5-2 [118 kB]Get:67 http://archive.ubuntu.com/ubuntu/ raring/main python-scgi amd64 1.13-1ubuntu2 [20.4 kB]Get:68 http://archive.ubuntu.com/ubuntu/ raring/main python-yaml amd64 3.10-4build2 [113 kB]Get:69 http://archive.ubuntu.com/ubuntu/ raring/main sphinx-doc all 1.1.3+dfsg-7ubuntu1 [855 kB]Failed to fetch http://localhost/ubuntu/pool/main/p/python-keystoneclient/python-keystoneclient_0.2.2.59.g2a928e7+git201303060848~raring-0ubuntu1_all.deb  404  Not FoundFetched 10.8 MB in 11s (954 kB/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', 'raring-amd64-52589e7f-aaca-45a4-aa15-e2a90292821c', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpSwwY5r/glance/debian/control']' returned non-zero exit status 100ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-52589e7f-aaca-45a4-aa15-e2a90292821c', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpSwwY5r/glance/debian/control']' returned non-zero exit status 100INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmpSwwY5r/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpSwwY5r/glance/debian/controlTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-52589e7f-aaca-45a4-aa15-e2a90292821c', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpSwwY5r/glance/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 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-52589e7f-aaca-45a4-aa15-e2a90292821c', '-u', 'root', '--', 'mk-build-deps', '-i', '-r', '-t', 'apt-get -y', '/tmp/tmpSwwY5r/glance/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

[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_nova_trunk #837

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/837/Project:raring_grizzly_nova_trunkDate of build:Wed, 06 Mar 2013 11:50:47 -0500Build duration:3 min 39 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesAdjusts reclaim instance interval of deferred delete testsby hanlindeditnova/tests/integrated/test_servers.pySwitch to oslo.config.by dprinceedittools/pip-requiresConsole Output[...truncated 4871 lines...]dch -a [68a5519] Prevent reboot of rescued instance.dch -a [de4b35a] Baremetal deploy helper sets ODIRECT.dch -a [cb03ee5] Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)dch -a [4ac268a] docs should indicate proper git commit limitdch -a [be6a2cc] Imporove db.sqlalchemy.api._validate_unique_server_name methoddch -a [4123094] Remove unused db calls from nova.db.apidch -a [15419ce] Fixes oslo-config update for deprecated_groupdch -a [2c3d38d] fix postgresql drop racedch -a [ac0f6eb] Compute manager should remove dead resourcesdch -a [4a2c576] Fix an error in compute api snapshot_volume_backed bdm codedch -a [689e9e3] Fixes disk size issue during image boot on Hyper-Vdch -a [8563ee1] Imported Translations from Transifexdch -a [762d5bb] Add ssh port and key based auth to VPD.dch -a [58889a0] Make ComputeManager _running_deleted_instances query by uuiddch -a [e03a3df] Refactor compute manager _get_instances_by_driverdch -a [10f43aa] Fix target host variable from being overwrittendch -a [45627a2] Imported Translations from Transifexdch -a [690d8f3] Fixes live migration with attached volumes issuedch -a [e6f6a61] Don't LOG.error on max_depth (by default).dch -a [fbeb552] Set vm_state to ERROR on net deallocate failure.dch -a [0ce8d40] Fallback coverage backdoor telnet connection to lodch -a [83e907f] Ensure that FORWARD rule also supports DHCPdch -a [5b38c5c] Return proper error messages while disassociating floating IPdch -a [2db1a0f] Adds retry on upload_vhd for xapi glance plugindch -a [9e53cbb] Standardize the coverage initializations.dch -a [74da7db] Push 'Error' result from event to instance action.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201303061151~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201303061151~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201303061151~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201303061151~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/757/Project:precise_grizzly_nova_trunkDate of build:Wed, 06 Mar 2013 12:02:16 -0500Build duration:3 min 0 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesRemove parameters containing passwords from Notifications.by sandy.walshaddnova/tests/test_safeutils.pyeditnova/tests/test_exception.pyeditnova/exception.pyeditnova/utils.pyeditnova/tests/test_utils.pyaddnova/safe_utils.pyeditnova/compute/manager.pyConsole Output[...truncated 4578 lines...]INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/grizzly /tmp/tmpRL9pXF/novamk-build-deps -i -r -t apt-get -y /tmp/tmpRL9pXF/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6b3bba9141c7fdc4b00025f7e6ee8d980e41ec9a..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303061203~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [81e2eef] Switch to oslo.config.dch -a [1d5154e] Remove parameters containing passwords from Notifications.dch -a [eed3bce] Moves Hyper-V options to the hyperv sectiondch -a [481c314] Standarize ip validation along the codedch -a [f980121] Adjusts reclaim instance interval of deferred delete testsdch -a [8cafe0d] Rename VMWare to VMwaredch -a [ff483d6] Put options in a list.dch -a [5d83d23] Bump instance updated_at on network change.dch -a [5eed26f] Catching InstanceNotFound exception during reboot instancedch -a [ad9bd5e] Imported Translations from Transifexdch -a [68a5519] Prevent reboot of rescued instance.dch -a [de4b35a] Baremetal deploy helper sets ODIRECT.dch -a [cb03ee5] Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)dch -a [be6a2cc] Imporove db.sqlalchemy.api._validate_unique_server_name methoddch -a [4a2c576] Fix an error in compute api snapshot_volume_backed bdm codedch -a [689e9e3] Fixes disk size issue during image boot on Hyper-Vdch -a [83e907f] Ensure that FORWARD rule also supports DHCPdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201303061203~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201303061203~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303061203~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303061203~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/838/Project:raring_grizzly_nova_trunkDate of build:Wed, 06 Mar 2013 12:02:58 -0500Build duration:5 min 37 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesRemove parameters containing passwords from Notifications.by sandy.walsheditnova/compute/manager.pyaddnova/safe_utils.pyeditnova/utils.pyeditnova/exception.pyeditnova/tests/test_exception.pyaddnova/tests/test_safeutils.pyeditnova/tests/test_utils.pyConsole Output[...truncated 4876 lines...]dch -a [68a5519] Prevent reboot of rescued instance.dch -a [de4b35a] Baremetal deploy helper sets ODIRECT.dch -a [cb03ee5] Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)dch -a [4ac268a] docs should indicate proper git commit limitdch -a [be6a2cc] Imporove db.sqlalchemy.api._validate_unique_server_name methoddch -a [4123094] Remove unused db calls from nova.db.apidch -a [15419ce] Fixes oslo-config update for deprecated_groupdch -a [2c3d38d] fix postgresql drop racedch -a [ac0f6eb] Compute manager should remove dead resourcesdch -a [4a2c576] Fix an error in compute api snapshot_volume_backed bdm codedch -a [689e9e3] Fixes disk size issue during image boot on Hyper-Vdch -a [8563ee1] Imported Translations from Transifexdch -a [762d5bb] Add ssh port and key based auth to VPD.dch -a [58889a0] Make ComputeManager _running_deleted_instances query by uuiddch -a [e03a3df] Refactor compute manager _get_instances_by_driverdch -a [10f43aa] Fix target host variable from being overwrittendch -a [45627a2] Imported Translations from Transifexdch -a [690d8f3] Fixes live migration with attached volumes issuedch -a [e6f6a61] Don't LOG.error on max_depth (by default).dch -a [fbeb552] Set vm_state to ERROR on net deallocate failure.dch -a [0ce8d40] Fallback coverage backdoor telnet connection to lodch -a [83e907f] Ensure that FORWARD rule also supports DHCPdch -a [5b38c5c] Return proper error messages while disassociating floating IPdch -a [2db1a0f] Adds retry on upload_vhd for xapi glance plugindch -a [9e53cbb] Standardize the coverage initializations.dch -a [74da7db] Push 'Error' result from event to instance action.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201303061204~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201303061204~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201303061204~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201303061204~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_cinder_trunk #209

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/209/Project:raring_grizzly_cinder_trunkDate of build:Wed, 06 Mar 2013 12:31:09 -0500Build duration:2 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesSwitch to oslo.config.by dprinceedittools/pip-requiresConsole Output[...truncated 3477 lines...]Machine Architecture: amd64Package: cinderPackage-Time: 0Source-Version: 1:2013.1+git201303061231~raring-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303061231~raring-0ubuntu1Finished at 20130306-1233Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201303061231~raring-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201303061231~raring-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmpJG2pZG/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpJG2pZG/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 2870a287406820fff5f5f36bd53e3ebeed2945f2..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303061231~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [a4bc4d3] Switch to oslo.config.dch -a [6d2693a] Fixes issues found in /os-hosts APIdch -a [816131e] sync oslo changes for setup / versiondch -a [d595d34] NetApp: Fix for snapshot not deleted in error state.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201303061231~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A cinder_2013.1+git201303061231~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201303061231~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201303061231~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_cinder_trunk #204

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_trunk/204/Project:precise_grizzly_cinder_trunkDate of build:Wed, 06 Mar 2013 12:32:14 -0500Build duration:3 min 27 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesSwitch to oslo.config.by dprinceedittools/pip-requiresConsole Output[...truncated 2948 lines...]Machine Architecture: amd64Package: cinderPackage-Time: 0Source-Version: 1:2013.1+git201303061234~precise-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303061234~precise-0ubuntu1Finished at 20130306-1235Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303061234~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303061234~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmp_63U1N/cindermk-build-deps -i -r -t apt-get -y /tmp/tmp_63U1N/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 2870a287406820fff5f5f36bd53e3ebeed2945f2..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303061234~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [a4bc4d3] Switch to oslo.config.dch -a [6d2693a] Fixes issues found in /os-hosts APIdch -a [816131e] sync oslo changes for setup / versiondch -a [d595d34] NetApp: Fix for snapshot not deleted in error state.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201303061234~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A cinder_2013.1+git201303061234~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303061234~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303061234~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/839/Project:raring_grizzly_nova_trunkDate of build:Wed, 06 Mar 2013 12:33:54 -0500Build duration:5 min 0 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesUpdating powervm driver snapshot with update_task_state flowby dperazaeditnova/virt/powervm/operator.pyeditnova/virt/powervm/blockdev.pyeditnova/tests/test_powervm.pyeditnova/virt/powervm/driver.pyConsole Output[...truncated 4880 lines...]dch -a [de4b35a] Baremetal deploy helper sets ODIRECT.dch -a [cb03ee5] Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)dch -a [4ac268a] docs should indicate proper git commit limitdch -a [be6a2cc] Imporove db.sqlalchemy.api._validate_unique_server_name methoddch -a [4123094] Remove unused db calls from nova.db.apidch -a [15419ce] Fixes oslo-config update for deprecated_groupdch -a [2c3d38d] fix postgresql drop racedch -a [ac0f6eb] Compute manager should remove dead resourcesdch -a [4a2c576] Fix an error in compute api snapshot_volume_backed bdm codedch -a [689e9e3] Fixes disk size issue during image boot on Hyper-Vdch -a [f54113e] Updating powervm driver snapshot with update_task_state flowdch -a [8563ee1] Imported Translations from Transifexdch -a [762d5bb] Add ssh port and key based auth to VPD.dch -a [58889a0] Make ComputeManager _running_deleted_instances query by uuiddch -a [e03a3df] Refactor compute manager _get_instances_by_driverdch -a [10f43aa] Fix target host variable from being overwrittendch -a [45627a2] Imported Translations from Transifexdch -a [690d8f3] Fixes live migration with attached volumes issuedch -a [e6f6a61] Don't LOG.error on max_depth (by default).dch -a [fbeb552] Set vm_state to ERROR on net deallocate failure.dch -a [0ce8d40] Fallback coverage backdoor telnet connection to lodch -a [83e907f] Ensure that FORWARD rule also supports DHCPdch -a [5b38c5c] Return proper error messages while disassociating floating IPdch -a [2db1a0f] Adds retry on upload_vhd for xapi glance plugindch -a [9e53cbb] Standardize the coverage initializations.dch -a [74da7db] Push 'Error' result from event to instance action.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201303061235~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201303061235~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201303061235~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201303061235~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/758/Project:precise_grizzly_nova_trunkDate of build:Wed, 06 Mar 2013 12:35:42 -0500Build duration:3 min 44 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesUpdating powervm driver snapshot with update_task_state flowby dperazaeditnova/virt/powervm/driver.pyeditnova/virt/powervm/blockdev.pyeditnova/virt/powervm/operator.pyeditnova/tests/test_powervm.pyConsole Output[...truncated 4582 lines...]INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/grizzly /tmp/tmpXm4YN4/novamk-build-deps -i -r -t apt-get -y /tmp/tmpXm4YN4/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6b3bba9141c7fdc4b00025f7e6ee8d980e41ec9a..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303061237~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [81e2eef] Switch to oslo.config.dch -a [1d5154e] Remove parameters containing passwords from Notifications.dch -a [eed3bce] Moves Hyper-V options to the hyperv sectiondch -a [481c314] Standarize ip validation along the codedch -a [f980121] Adjusts reclaim instance interval of deferred delete testsdch -a [8cafe0d] Rename VMWare to VMwaredch -a [ff483d6] Put options in a list.dch -a [5d83d23] Bump instance updated_at on network change.dch -a [5eed26f] Catching InstanceNotFound exception during reboot instancedch -a [ad9bd5e] Imported Translations from Transifexdch -a [68a5519] Prevent reboot of rescued instance.dch -a [de4b35a] Baremetal deploy helper sets ODIRECT.dch -a [cb03ee5] Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)dch -a [be6a2cc] Imporove db.sqlalchemy.api._validate_unique_server_name methoddch -a [4a2c576] Fix an error in compute api snapshot_volume_backed bdm codedch -a [689e9e3] Fixes disk size issue during image boot on Hyper-Vdch -a [f54113e] Updating powervm driver snapshot with update_task_state flowdch -a [83e907f] Ensure that FORWARD rule also supports DHCPdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201303061237~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201303061237~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303061237~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303061237~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/759/Project:precise_grizzly_nova_trunkDate of build:Wed, 06 Mar 2013 14:31:10 -0500Build duration:3 min 40 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesDont traceback in the API on invalid keypair.by rbryanteditnova/tests/api/openstack/compute/contrib/test_keypairs.pyeditnova/api/openstack/compute/contrib/keypairs.pyFix issues with re-raising exceptions.by rbryanteditnova/network/security_group/quantum_driver.pyeditnova/notifications.pyeditnova/wsgi.pyeditnova/virt/libvirt/driver.pyeditnova/network/linux_net.pyeditnova/scheduler/scheduler_options.pyeditnova/console/xvp.pyeditnova/crypto.pyeditnova/compute/manager.pyConsole Output[...truncated 4588 lines...]mk-build-deps -i -r -t apt-get -y /tmp/tmpXIXbJS/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6b3bba9141c7fdc4b00025f7e6ee8d980e41ec9a..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303061432~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [81e2eef] Switch to oslo.config.dch -a [1d5154e] Remove parameters containing passwords from Notifications.dch -a [2f98379] Fix issues with re-raising exceptions.dch -a [adbccac] Don't traceback in the API on invalid keypair.dch -a [eed3bce] Moves Hyper-V options to the hyperv sectiondch -a [481c314] Standarize ip validation along the codedch -a [f980121] Adjusts reclaim instance interval of deferred delete testsdch -a [8cafe0d] Rename VMWare to VMwaredch -a [ff483d6] Put options in a list.dch -a [5d83d23] Bump instance updated_at on network change.dch -a [5eed26f] Catching InstanceNotFound exception during reboot instancedch -a [ad9bd5e] Imported Translations from Transifexdch -a [68a5519] Prevent reboot of rescued instance.dch -a [de4b35a] Baremetal deploy helper sets ODIRECT.dch -a [cb03ee5] Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)dch -a [be6a2cc] Imporove db.sqlalchemy.api._validate_unique_server_name methoddch -a [4a2c576] Fix an error in compute api snapshot_volume_backed bdm codedch -a [689e9e3] Fixes disk size issue during image boot on Hyper-Vdch -a [f54113e] Updating powervm driver snapshot with update_task_state flowdch -a [83e907f] Ensure that FORWARD rule also supports DHCPdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201303061432~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201303061432~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303061432~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303061432~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/841/Project:raring_grizzly_nova_trunkDate of build:Wed, 06 Mar 2013 14:31:20 -0500Build duration:5 min 26 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesDont traceback in the API on invalid keypair.by rbryanteditnova/tests/api/openstack/compute/contrib/test_keypairs.pyeditnova/api/openstack/compute/contrib/keypairs.pyFix issues with re-raising exceptions.by rbryanteditnova/wsgi.pyeditnova/crypto.pyeditnova/scheduler/scheduler_options.pyeditnova/virt/libvirt/driver.pyeditnova/console/xvp.pyeditnova/network/security_group/quantum_driver.pyeditnova/compute/manager.pyeditnova/notifications.pyeditnova/network/linux_net.pyConsole Output[...truncated 4886 lines...]dch -a [de4b35a] Baremetal deploy helper sets ODIRECT.dch -a [cb03ee5] Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)dch -a [4ac268a] docs should indicate proper git commit limitdch -a [be6a2cc] Imporove db.sqlalchemy.api._validate_unique_server_name methoddch -a [4123094] Remove unused db calls from nova.db.apidch -a [15419ce] Fixes oslo-config update for deprecated_groupdch -a [2c3d38d] fix postgresql drop racedch -a [ac0f6eb] Compute manager should remove dead resourcesdch -a [4a2c576] Fix an error in compute api snapshot_volume_backed bdm codedch -a [689e9e3] Fixes disk size issue during image boot on Hyper-Vdch -a [f54113e] Updating powervm driver snapshot with update_task_state flowdch -a [8563ee1] Imported Translations from Transifexdch -a [762d5bb] Add ssh port and key based auth to VPD.dch -a [58889a0] Make ComputeManager _running_deleted_instances query by uuiddch -a [e03a3df] Refactor compute manager _get_instances_by_driverdch -a [10f43aa] Fix target host variable from being overwrittendch -a [45627a2] Imported Translations from Transifexdch -a [690d8f3] Fixes live migration with attached volumes issuedch -a [e6f6a61] Don't LOG.error on max_depth (by default).dch -a [fbeb552] Set vm_state to ERROR on net deallocate failure.dch -a [0ce8d40] Fallback coverage backdoor telnet connection to lodch -a [83e907f] Ensure that FORWARD rule also supports DHCPdch -a [5b38c5c] Return proper error messages while disassociating floating IPdch -a [2db1a0f] Adds retry on upload_vhd for xapi glance plugindch -a [9e53cbb] Standardize the coverage initializations.dch -a [74da7db] Push 'Error' result from event to instance action.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201303061432~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201303061432~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201303061432~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201303061432~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_glance_trunk #158

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/158/Project:precise_grizzly_glance_trunkDate of build:Wed, 06 Mar 2013 13:11:21 -0500Build duration:1 min 40 secBuild cause:Started by an SCM changeStarted by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesUpdate acls in the domain modelby mark.washenbergereditglance/tests/unit/utils.pyeditglance/store/__init__.pyeditglance/api/authorization.pyeditglance/api/v2/image_members.pyeditglance/api/v2/__init__.pyeditglance/tests/unit/test_store_image.pySwitch to oslo.config.by dprinceedittools/pip-requiresConsole Output[...truncated 2567 lines...]Machine Architecture: amd64Package: glancePackage-Time: 0Source-Version: 1:2013.1+git201303061311~precise-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303061311~precise-0ubuntu1Finished at 20130306-1312Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'glance_2013.1+git201303061311~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'glance_2013.1+git201303061311~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmpPJMxSS/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpPJMxSS/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ffcf3431982a591041d642651f778b53e6db5735..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303061311~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [8acda7c] Switch to oslo.config.dch -a [be4a90a] Update acls in the domain modeldch -a [cf29fe1] Generate notification for cached v2 downloaddch -a [9a01d53] A test for concurrency when glance uses sleep.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.1+git201303061311~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A glance_2013.1+git201303061311~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'glance_2013.1+git201303061311~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'glance_2013.1+git201303061311~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_swift_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_swift_trunk/148/Project:precise_grizzly_swift_trunkDate of build:Wed, 06 Mar 2013 15:31:10 -0500Build duration:2 min 11 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesSpread handoffs out better around zones.by sameditswift/common/ring/ring.pyedittest/unit/common/ring/test_ring.pyConsole Output[...truncated 2239 lines...]Fail-Stage: install-depsHost Architecture: amd64Install-Time: 0Job: swift_1.7.7+git201303061531~precise-0ubuntu1.dscMachine Architecture: amd64Package: swiftPackage-Time: 0Source-Version: 1.7.7+git201303061531~precise-0ubuntu1Space: 0Status: failedVersion: 1.7.7+git201303061531~precise-0ubuntu1Finished at 20130306-1533Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.7+git201303061531~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.7+git201303061531~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/grizzly /tmp/tmpxeBxXS/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpxeBxXS/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/swift/precise-grizzly --forcedch -b -D precise --newversion 1.7.7+git201303061531~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.7+git201303061531~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A swift_1.7.7+git201303061531~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.7+git201303061531~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'swift_1.7.7+git201303061531~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/159/Project:precise_grizzly_glance_trunkDate of build:Wed, 06 Mar 2013 16:31:13 -0500Build duration:1 min 56 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesRemove unused variable image_member_factoryby avinash.prasadeditglance/api/v2/image_members.pyConsole Output[...truncated 2697 lines...]Package: glancePackage-Time: 0Source-Version: 1:2013.1+git201303061631~precise-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303061631~precise-0ubuntu1Finished at 20130306-1632Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'glance_2013.1+git201303061631~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'glance_2013.1+git201303061631~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmpXEA_dJ/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpXEA_dJ/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ffcf3431982a591041d642651f778b53e6db5735..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303061631~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [8acda7c] Switch to oslo.config.dch -a [be4a90a] Update acls in the domain modeldch -a [8259245] Remove unused variable 'image_member_factory'dch -a [cf29fe1] Generate notification for cached v2 downloaddch -a [9a01d53] A test for concurrency when glance uses sleep.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.1+git201303061631~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A glance_2013.1+git201303061631~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'glance_2013.1+git201303061631~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'glance_2013.1+git201303061631~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/176/Project:raring_grizzly_glance_trunkDate of build:Wed, 06 Mar 2013 16:31:14 -0500Build duration:2 min 58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesRemove unused variable image_member_factoryby avinash.prasadeditglance/api/v2/image_members.pyConsole Output[...truncated 3373 lines...]Package: glancePackage-Time: 0Source-Version: 1:2013.1+git201303061631~raring-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303061631~raring-0ubuntu1Finished at 20130306-1633Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'glance_2013.1+git201303061631~raring-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'glance_2013.1+git201303061631~raring-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmpCiBxyt/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpCiBxyt/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ffcf3431982a591041d642651f778b53e6db5735..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303061631~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [8acda7c] Switch to oslo.config.dch -a [be4a90a] Update acls in the domain modeldch -a [8259245] Remove unused variable 'image_member_factory'dch -a [cf29fe1] Generate notification for cached v2 downloaddch -a [9a01d53] A test for concurrency when glance uses sleep.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC glance_2013.1+git201303061631~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A glance_2013.1+git201303061631~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'glance_2013.1+git201303061631~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'glance_2013.1+git201303061631~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/210/Project:raring_grizzly_cinder_trunkDate of build:Wed, 06 Mar 2013 16:50:45 -0500Build duration:2 min 41 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNo ChangesConsole Output[...truncated 3477 lines...]Machine Architecture: amd64Package: cinderPackage-Time: 0Source-Version: 1:2013.1+git201303061650~raring-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303061650~raring-0ubuntu1Finished at 20130306-1653Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201303061650~raring-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201303061650~raring-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmpUVr9GV/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpUVr9GV/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 2870a287406820fff5f5f36bd53e3ebeed2945f2..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303061650~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [a4bc4d3] Switch to oslo.config.dch -a [6d2693a] Fixes issues found in /os-hosts APIdch -a [816131e] sync oslo changes for setup / versiondch -a [d595d34] NetApp: Fix for snapshot not deleted in error state.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201303061650~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A cinder_2013.1+git201303061650~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201303061650~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201303061650~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/760/Project:precise_grizzly_nova_trunkDate of build:Wed, 06 Mar 2013 17:32:12 -0500Build duration:3 min 13 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix instance_system_metadata deleted columnsby cbehrenseditnova/tests/test_migrations.pyaddnova/db/sqlalchemy/migrate_repo/versions/160_fix_system_metadata_deleted.pyConsole Output[...truncated 4604 lines...]python setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6b3bba9141c7fdc4b00025f7e6ee8d980e41ec9a..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303061732~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [81e2eef] Switch to oslo.config.dch -a [12d362b] Fix instance_system_metadata deleted columnsdch -a [1d5154e] Remove parameters containing passwords from Notifications.dch -a [2f98379] Fix issues with re-raising exceptions.dch -a [adbccac] Don't traceback in the API on invalid keypair.dch -a [eed3bce] Moves Hyper-V options to the hyperv sectiondch -a [481c314] Standarize ip validation along the codedch -a [f980121] Adjusts reclaim instance interval of deferred delete testsdch -a [8cafe0d] Rename VMWare to VMwaredch -a [ff483d6] Put options in a list.dch -a [5d83d23] Bump instance updated_at on network change.dch -a [5eed26f] Catching InstanceNotFound exception during reboot instancedch -a [ad9bd5e] Imported Translations from Transifexdch -a [68a5519] Prevent reboot of rescued instance.dch -a [de4b35a] Baremetal deploy helper sets ODIRECT.dch -a [cb03ee5] Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)dch -a [be6a2cc] Imporove db.sqlalchemy.api._validate_unique_server_name methoddch -a [4a2c576] Fix an error in compute api snapshot_volume_backed bdm codedch -a [689e9e3] Fixes disk size issue during image boot on Hyper-Vdch -a [f54113e] Updating powervm driver snapshot with update_task_state flowdch -a [83e907f] Ensure that FORWARD rule also supports DHCPdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201303061732~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201303061732~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303061732~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303061732~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/842/Project:raring_grizzly_nova_trunkDate of build:Wed, 06 Mar 2013 17:31:10 -0500Build duration:5 min 12 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix instance_system_metadata deleted columnsby cbehrensaddnova/db/sqlalchemy/migrate_repo/versions/160_fix_system_metadata_deleted.pyeditnova/tests/test_migrations.pyConsole Output[...truncated 4890 lines...]dch -a [de4b35a] Baremetal deploy helper sets ODIRECT.dch -a [cb03ee5] Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)dch -a [4ac268a] docs should indicate proper git commit limitdch -a [be6a2cc] Imporove db.sqlalchemy.api._validate_unique_server_name methoddch -a [4123094] Remove unused db calls from nova.db.apidch -a [15419ce] Fixes oslo-config update for deprecated_groupdch -a [2c3d38d] fix postgresql drop racedch -a [ac0f6eb] Compute manager should remove dead resourcesdch -a [4a2c576] Fix an error in compute api snapshot_volume_backed bdm codedch -a [689e9e3] Fixes disk size issue during image boot on Hyper-Vdch -a [f54113e] Updating powervm driver snapshot with update_task_state flowdch -a [8563ee1] Imported Translations from Transifexdch -a [762d5bb] Add ssh port and key based auth to VPD.dch -a [58889a0] Make ComputeManager _running_deleted_instances query by uuiddch -a [e03a3df] Refactor compute manager _get_instances_by_driverdch -a [10f43aa] Fix target host variable from being overwrittendch -a [45627a2] Imported Translations from Transifexdch -a [690d8f3] Fixes live migration with attached volumes issuedch -a [e6f6a61] Don't LOG.error on max_depth (by default).dch -a [fbeb552] Set vm_state to ERROR on net deallocate failure.dch -a [0ce8d40] Fallback coverage backdoor telnet connection to lodch -a [83e907f] Ensure that FORWARD rule also supports DHCPdch -a [5b38c5c] Return proper error messages while disassociating floating IPdch -a [2db1a0f] Adds retry on upload_vhd for xapi glance plugindch -a [9e53cbb] Standardize the coverage initializations.dch -a [74da7db] Push 'Error' result from event to instance action.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201303061732~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201303061732~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201303061732~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201303061732~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_quantum_trunk #413

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/413/Project:raring_grizzly_quantum_trunkDate of build:Wed, 06 Mar 2013 19:01:12 -0500Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesLoad quota resources dynamicallyby gkottoneditquantum/tests/unit/test_quota_per_tenant_ext.pyeditquantum/extensions/quotasv2.pyConsole Output[...truncated 4415 lines...]Machine Architecture: amd64Package: quantumPackage-Time: 0Source-Version: 1:2013.1+git201303061901~raring-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303061901~raring-0ubuntu1Finished at 20130306-1903Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201303061901~raring-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201303061901~raring-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmp0MV8TH/quantummk-build-deps -i -r -t apt-get -y /tmp/tmp0MV8TH/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 5584835f886302e434f9959f0f82f9694d09b5d3..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303061901~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [08ee0f9] Load quota resources dynamicallydch -a [7e26074] Populate default explicit allow rules for egressdch -a [e91818b] Moved the configuration variables.dch -a [c56c0fa] Fix syntax error in credential.py and missing __init__.pydebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201303061901~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A quantum_2013.1+git201303061901~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201303061901~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201303061901~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_keystone_trunk #178

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/178/Project:precise_grizzly_keystone_trunkDate of build:Wed, 06 Mar 2013 19:31:10 -0500Build duration:1 min 58 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40Changesremove unused importby ayoungeditkeystone/trust/routers.pyConsole Output[...truncated 2317 lines...]Source-Version: 1:2013.1+git201303061931~precise-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303061931~precise-0ubuntu1Finished at 20130306-1932Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303061931~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303061931~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpZ18zxr/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpZ18zxr/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303061931~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [be23b79] remove unused importdch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303061931~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A keystone_2013.1+git201303061931~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303061931~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303061931~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/192/Project:raring_grizzly_keystone_trunkDate of build:Wed, 06 Mar 2013 19:31:11 -0500Build duration:3 min 13 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesremove unused importby ayoungeditkeystone/trust/routers.pyConsole Output[...truncated 3232 lines...]Source-Version: 1:2013.1+git201303061931~raring-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303061931~raring-0ubuntu1Finished at 20130306-1934Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303061931~raring-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303061931~raring-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpxdzJOn/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpxdzJOn/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303061931~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [be23b79] remove unused importdch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303061931~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A keystone_2013.1+git201303061931~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303061931~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303061931~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/429/Project:precise_grizzly_quantum_trunkDate of build:Wed, 06 Mar 2013 20:31:10 -0500Build duration:2 min 0 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesImported Translations from Transifexby Jenkinseditquantum/locale/quantum.potConsole Output[...truncated 3865 lines...]Package: quantumPackage-Time: 0Source-Version: 1:2013.1+git201303062031~precise-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303062031~precise-0ubuntu1Finished at 20130306-2032Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'quantum_2013.1+git201303062031~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'quantum_2013.1+git201303062031~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmpn5B2KW/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpn5B2KW/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 5584835f886302e434f9959f0f82f9694d09b5d3..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303062031~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [9a23e10] Imported Translations from Transifexdch -a [08ee0f9] Load quota resources dynamicallydch -a [7e26074] Populate default explicit allow rules for egressdch -a [e91818b] Moved the configuration variables.dch -a [c56c0fa] Fix syntax error in credential.py and missing __init__.pydebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201303062031~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A quantum_2013.1+git201303062031~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'quantum_2013.1+git201303062031~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'quantum_2013.1+git201303062031~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_cinder_trunk #205

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_cinder_trunk/205/Project:precise_grizzly_cinder_trunkDate of build:Wed, 06 Mar 2013 20:31:09 -0500Build duration:2 min 7 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesAdd get_volume_stats in the sheepdog driver.by xuwenhao2008addcinder/tests/test_sheepdog.pyeditcinder/volume/drivers/sheepdog.pyConsole Output[...truncated 2965 lines...]Package: cinderPackage-Time: 0Source-Version: 1:2013.1+git201303062031~precise-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303062031~precise-0ubuntu1Finished at 20130306-2032Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303062031~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303062031~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmp_uSGzn/cindermk-build-deps -i -r -t apt-get -y /tmp/tmp_uSGzn/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 2870a287406820fff5f5f36bd53e3ebeed2945f2..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303062031~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [1867b89] Add get_volume_stats in the sheepdog driver.dch -a [a4bc4d3] Switch to oslo.config.dch -a [6d2693a] Fixes issues found in /os-hosts APIdch -a [816131e] sync oslo changes for setup / versiondch -a [d595d34] NetApp: Fix for snapshot not deleted in error state.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201303062031~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A cinder_2013.1+git201303062031~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303062031~precise-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'cinder_2013.1+git201303062031~precise-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/211/Project:raring_grizzly_cinder_trunkDate of build:Wed, 06 Mar 2013 20:31:09 -0500Build duration:3 min 30 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesAdd get_volume_stats in the sheepdog driver.by xuwenhao2008editcinder/volume/drivers/sheepdog.pyaddcinder/tests/test_sheepdog.pyConsole Output[...truncated 3481 lines...]Package: cinderPackage-Time: 0Source-Version: 1:2013.1+git201303062031~raring-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303062031~raring-0ubuntu1Finished at 20130306-2034Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201303062031~raring-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201303062031~raring-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmp99ROeC/cindermk-build-deps -i -r -t apt-get -y /tmp/tmp99ROeC/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 2870a287406820fff5f5f36bd53e3ebeed2945f2..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303062031~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [1867b89] Add get_volume_stats in the sheepdog driver.dch -a [a4bc4d3] Switch to oslo.config.dch -a [6d2693a] Fixes issues found in /os-hosts APIdch -a [816131e] sync oslo changes for setup / versiondch -a [d595d34] NetApp: Fix for snapshot not deleted in error state.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201303062031~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A cinder_2013.1+git201303062031~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201303062031~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'cinder_2013.1+git201303062031~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_quantum_trunk/414/Project:raring_grizzly_quantum_trunkDate of build:Wed, 06 Mar 2013 20:32:20 -0500Build duration:3 min 0 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesImported Translations from Transifexby Jenkinseditquantum/locale/quantum.potConsole Output[...truncated 4418 lines...]Package: quantumPackage-Time: 0Source-Version: 1:2013.1+git201303062032~raring-0ubuntu1Space: 0Status: failedVersion: 1:2013.1+git201303062032~raring-0ubuntu1Finished at 20130306-2035Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201303062032~raring-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201303062032~raring-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmpa21Vfl/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpa21Vfl/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 5584835f886302e434f9959f0f82f9694d09b5d3..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303062032~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [9a23e10] Imported Translations from Transifexdch -a [08ee0f9] Load quota resources dynamicallydch -a [7e26074] Populate default explicit allow rules for egressdch -a [e91818b] Moved the configuration variables.dch -a [c56c0fa] Fix syntax error in credential.py and missing __init__.pydebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201303062032~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A quantum_2013.1+git201303062032~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201303062032~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'quantum_2013.1+git201303062032~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_python-glanceclient_trunk #40

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_python-glanceclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-glanceclient_trunk/40/Project:raring_grizzly_python-glanceclient_trunkDate of build:Wed, 06 Mar 2013 21:13:48 -0500Build duration:2 min 20 secBuild cause:Started by user Chuck ShortBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole Output[...truncated 1941 lines...]Fail-Stage: install-depsHost Architecture: amd64Install-Time: 0Job: python-glanceclient_0.8.0.5.g0ca43be+git201303062113~raring-0ubuntu1.dscMachine Architecture: amd64Package: python-glanceclientPackage-Time: 0Source-Version: 1:0.8.0.5.g0ca43be+git201303062113~raring-0ubuntu1Space: 0Status: failedVersion: 1:0.8.0.5.g0ca43be+git201303062113~raring-0ubuntu1Finished at 20130306-2115Build needed 00:00:00, 0k disc spaceE: Package build dependencies not satisfied; skippingERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'python-glanceclient_0.8.0.5.g0ca43be+git201303062113~raring-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'python-glanceclient_0.8.0.5.g0ca43be+git201303062113~raring-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-glanceclient/grizzly /tmp/tmpNLTMK1/python-glanceclientmk-build-deps -i -r -t apt-get -y /tmp/tmpNLTMK1/python-glanceclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/python-glanceclient/raring-grizzly --forcedch -b -D raring --newversion 1:0.8.0.5.g0ca43be+git201303062113~raring-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-glanceclient_0.8.0.5.g0ca43be+git201303062113~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A python-glanceclient_0.8.0.5.g0ca43be+git201303062113~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'python-glanceclient_0.8.0.5.g0ca43be+git201303062113~raring-0ubuntu1.dsc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'python-glanceclient_0.8.0.5.g0ca43be+git201303062113~raring-0ubuntu1.dsc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/761/Project:precise_grizzly_nova_trunkDate of build:Wed, 06 Mar 2013 22:01:11 -0500Build duration:10 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesTiny typoby dimseditnova/compute/vm_mode.pyConsole Output[...truncated 10104 lines...]git log -n1 --no-merges --pretty=format:%Hgit log 6b3bba9141c7fdc4b00025f7e6ee8d980e41ec9a..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303062201~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [4ab80d8] Tiny typodch -a [81e2eef] Switch to oslo.config.dch -a [12d362b] Fix instance_system_metadata deleted columnsdch -a [1d5154e] Remove parameters containing passwords from Notifications.dch -a [2f98379] Fix issues with re-raising exceptions.dch -a [adbccac] Don't traceback in the API on invalid keypair.dch -a [eed3bce] Moves Hyper-V options to the hyperv sectiondch -a [481c314] Standarize ip validation along the codedch -a [f980121] Adjusts reclaim instance interval of deferred delete testsdch -a [8cafe0d] Rename VMWare to VMwaredch -a [ff483d6] Put options in a list.dch -a [5d83d23] Bump instance updated_at on network change.dch -a [5eed26f] Catching InstanceNotFound exception during reboot instancedch -a [ad9bd5e] Imported Translations from Transifexdch -a [68a5519] Prevent reboot of rescued instance.dch -a [de4b35a] Baremetal deploy helper sets ODIRECT.dch -a [cb03ee5] Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)dch -a [be6a2cc] Imporove db.sqlalchemy.api._validate_unique_server_name methoddch -a [4a2c576] Fix an error in compute api snapshot_volume_backed bdm codedch -a [689e9e3] Fixes disk size issue during image boot on Hyper-Vdch -a [f54113e] Updating powervm driver snapshot with update_task_state flowdch -a [83e907f] Ensure that FORWARD rule also supports DHCPdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201303062201~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201303062201~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303062201~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201303062201~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 Fixed: raring_grizzly_nova_trunk #844

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/844/Project:raring_grizzly_nova_trunkDate of build:Wed, 06 Mar 2013 22:01:11 -0500Build duration:15 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesTiny typoby dimseditnova/compute/vm_mode.pyConsole Output[...truncated 19575 lines...]dch -a [481c314] Standarize ip validation along the codedch -a [f980121] Adjusts reclaim instance interval of deferred delete testsdch -a [8cafe0d] Rename VMWare to VMwaredch -a [ff483d6] Put options in a list.dch -a [5d83d23] Bump instance updated_at on network change.dch -a [5eed26f] Catching InstanceNotFound exception during reboot instancedch -a [ad9bd5e] Imported Translations from Transifexdch -a [ad0d184] Remove completed FIXME.dch -a [130b766] quantum security_group driver queries db regressiondch -a [68a5519] Prevent reboot of rescued instance.dch -a [de4b35a] Baremetal deploy helper sets ODIRECT.dch -a [cb03ee5] Rename source_(group_id/ip_prefix) to remote_(group_id/ip_prefix)dch -a [4ac268a] docs should indicate proper git commit limitdch -a [be6a2cc] Imporove db.sqlalchemy.api._validate_unique_server_name methoddch -a [4123094] Remove unused db calls from nova.db.apidch -a [15419ce] Fixes oslo-config update for deprecated_groupdch -a [2c3d38d] fix postgresql drop racedch -a [ac0f6eb] Compute manager should remove dead resourcesdch -a [4a2c576] Fix an error in compute api snapshot_volume_backed bdm codedch -a [689e9e3] Fixes disk size issue during image boot on Hyper-Vdch -a [f54113e] Updating powervm driver snapshot with update_task_state flowdch -a [8563ee1] Imported Translations from Transifexdch -a [762d5bb] Add ssh port and key based auth to VPD.dch -a [58889a0] Make ComputeManager _running_deleted_instances query by uuiddch -a [e03a3df] Refactor compute manager _get_instances_by_driverdch -a [10f43aa] Fix target host variable from being overwrittendch -a [45627a2] Imported Translations from Transifexdch -a [690d8f3] Fixes live migration with attached volumes issuedch -a [e6f6a61] Don't LOG.error on max_depth (by default).dch -a [fbeb552] Set vm_state to ERROR on net deallocate failure.dch -a [0ce8d40] Fallback coverage backdoor telnet connection to lodch -a [83e907f] Ensure that FORWARD rule also supports DHCPdch -a [5b38c5c] Return proper error messages while disassociating floating IPdch -a [2db1a0f] Adds retry on upload_vhd for xapi glance plugindch -a [9e53cbb] Standardize the coverage initializations.dch -a [74da7db] Push 'Error' result from event to instance action.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201303062201~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201303062201~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing nova_2013.1+git201303062201~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly nova_2013.1+git201303062201~raring-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/nova/raring-grizzly+ [ ! 0 ]+ jenkins-cli build raring_grizzly_deployEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_deploy #114

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/114/Project:raring_grizzly_deployDate of build:Wed, 06 Mar 2013 22:16:24 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 12719 lines...]ERROR:root:Could not setup SSH connection to test-10.os.magners.qa.lexingtonINFO:root:Archiving logs on test-07.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-07.os.magners.qa.lexingtonINFO:root:Archiving logs on test-12.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-12.os.magners.qa.lexingtonINFO:root:Archiving logs on test-08.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-09.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-09.os.magners.qa.lexingtonINFO:root:Archiving logs on test-04.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-04.os.magners.qa.lexingtonINFO:root:Archiving logs on test-05.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-05.os.magners.qa.lexingtonINFO:root:Archiving logs on test-11.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-11.os.magners.qa.lexingtonINFO:root:Archiving logs on test-06.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-06.os.magners.qa.lexingtonINFO:root:Archiving logs on test-10.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-10.os.magners.qa.lexingtonINFO:root:Archiving logs on test-02.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-02.os.magners.qa.lexingtonINFO:root:Grabbing information from test-07.os.magners.qa.lexingtonERROR:root:Unable to get information from test-07.os.magners.qa.lexingtonINFO:root:Grabbing information from test-12.os.magners.qa.lexingtonERROR:root:Unable to get information from test-12.os.magners.qa.lexingtonINFO:root:Grabbing information from test-08.os.magners.qa.lexingtonERROR:root:Unable to get information from test-08.os.magners.qa.lexingtonINFO:root:Grabbing information from test-09.os.magners.qa.lexingtonERROR:root:Unable to get information from test-09.os.magners.qa.lexingtonINFO:root:Grabbing information from test-04.os.magners.qa.lexingtonERROR:root:Unable to get information from test-04.os.magners.qa.lexingtonINFO:root:Grabbing information from test-05.os.magners.qa.lexingtonERROR:root:Unable to get information from test-05.os.magners.qa.lexingtonINFO:root:Grabbing information from test-11.os.magners.qa.lexingtonERROR:root:Unable to get information from test-11.os.magners.qa.lexingtonINFO:root:Grabbing information from test-06.os.magners.qa.lexingtonERROR:root:Unable to get information from test-06.os.magners.qa.lexingtonINFO:root:Grabbing information from test-10.os.magners.qa.lexingtonERROR:root:Unable to get information from test-10.os.magners.qa.lexingtonINFO:root:Grabbing information from test-02.os.magners.qa.lexingtonERROR:root:Unable to get information from test-02.os.magners.qa.lexingtonTraceback (most recent call last):  File "/var/lib/jenkins/tools/jenkins-scripts/collate-test-logs.py", line 88, in connections[host]["sftp"].close()KeyError: 'sftp'+ exit 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_keystone_trunk #179

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/179/Project:precise_grizzly_keystone_trunkDate of build:Wed, 06 Mar 2013 23:01:09 -0500Build duration:6 min 36 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesMove auth plugins to keystone.auth.plugins (bug 1136967)by dolph.mathewsaddkeystone/auth/plugins/password.pyaddkeystone/auth/plugins/token.pydeletekeystone/auth/methods/password.pydeletekeystone/auth/methods/__init__.pyeditetc/keystone.conf.sampledeletekeystone/auth/methods/token.pyaddkeystone/auth/plugins/__init__.pyConsole Output[...truncated 5868 lines...]Source-Version: 1:2013.1+git201303062301~precise-0ubuntu1Space: 18072Status: attemptedVersion: 1:2013.1+git201303062301~precise-0ubuntu1Finished at 20130306-2307Build needed 00:04:53, 18072k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303062301~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303062301~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpYRdhcC/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpYRdhcC/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303062301~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [ddd2216] Move auth plugins to 'keystone.auth.plugins' (bug 1136967)dch -a [be23b79] remove unused importdch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303062301~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A keystone_2013.1+git201303062301~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303062301~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303062301~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_deploy #193

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_deploy/193/Project:precise_grizzly_deployDate of build:Wed, 06 Mar 2013 23:44:08 -0500Build duration:46 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 12836 lines...]INFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-12.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-08.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-09.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-04.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-05.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-11.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-06.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-06.os.magners.qa.lexingtonINFO:root:Archiving logs on test-10.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-02.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-02.os.magners.qa.lexingtonINFO:root:Grabbing information from test-07.os.magners.qa.lexingtonERROR:root:Unable to get information from test-07.os.magners.qa.lexingtonINFO:root:Grabbing information from test-12.os.magners.qa.lexingtonERROR:root:Unable to get information from test-12.os.magners.qa.lexingtonINFO:root:Grabbing information from test-08.os.magners.qa.lexingtonERROR:root:Unable to get information from test-08.os.magners.qa.lexingtonINFO:root:Grabbing information from test-09.os.magners.qa.lexingtonINFO:root:Grabbing information from test-04.os.magners.qa.lexingtonINFO:root:Grabbing information from test-05.os.magners.qa.lexingtonINFO:root:Grabbing information from test-11.os.magners.qa.lexingtonINFO:root:Grabbing information from test-06.os.magners.qa.lexingtonERROR:root:Unable to get information from test-06.os.magners.qa.lexingtonINFO:root:Grabbing information from test-10.os.magners.qa.lexingtonINFO:root:Grabbing information from test-02.os.magners.qa.lexingtonERROR:root:Unable to get information from test-02.os.magners.qa.lexingtonINFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.INFO:paramiko.transport.sftp:[chan 1] sftp session closed.Traceback (most recent call last):  File "/var/lib/jenkins/tools/jenkins-scripts/collate-test-logs.py", line 88, in connections[host]["sftp"].close()KeyError: 'sftp'+ exit 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: raring_grizzly_deploy #115

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_deploy/115/Project:raring_grizzly_deployDate of build:Thu, 07 Mar 2013 00:31:03 -0500Build duration:47 minBuild cause:Started by command line by jenkinsBuilt on:masterHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 12727 lines...]ERROR:root:Could not setup SSH connection to test-05.os.magners.qa.lexingtonINFO:root:Archiving logs on test-07.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-07.os.magners.qa.lexingtonINFO:root:Archiving logs on test-12.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-12.os.magners.qa.lexingtonINFO:root:Archiving logs on test-08.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Archiving logs on test-09.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-09.os.magners.qa.lexingtonINFO:root:Archiving logs on test-04.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-04.os.magners.qa.lexingtonINFO:root:Archiving logs on test-05.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-05.os.magners.qa.lexingtonINFO:root:Archiving logs on test-11.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-11.os.magners.qa.lexingtonINFO:root:Archiving logs on test-06.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-06.os.magners.qa.lexingtonINFO:root:Archiving logs on test-10.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-10.os.magners.qa.lexingtonINFO:root:Archiving logs on test-02.os.magners.qa.lexingtonERROR:root:Coult not create tarball of logs on test-02.os.magners.qa.lexingtonINFO:root:Grabbing information from test-07.os.magners.qa.lexingtonERROR:root:Unable to get information from test-07.os.magners.qa.lexingtonINFO:root:Grabbing information from test-12.os.magners.qa.lexingtonERROR:root:Unable to get information from test-12.os.magners.qa.lexingtonINFO:root:Grabbing information from test-08.os.magners.qa.lexingtonERROR:root:Unable to get information from test-08.os.magners.qa.lexingtonINFO:root:Grabbing information from test-09.os.magners.qa.lexingtonERROR:root:Unable to get information from test-09.os.magners.qa.lexingtonINFO:root:Grabbing information from test-04.os.magners.qa.lexingtonERROR:root:Unable to get information from test-04.os.magners.qa.lexingtonINFO:root:Grabbing information from test-05.os.magners.qa.lexingtonERROR:root:Unable to get information from test-05.os.magners.qa.lexingtonINFO:root:Grabbing information from test-11.os.magners.qa.lexingtonERROR:root:Unable to get information from test-11.os.magners.qa.lexingtonINFO:root:Grabbing information from test-06.os.magners.qa.lexingtonERROR:root:Unable to get information from test-06.os.magners.qa.lexingtonINFO:root:Grabbing information from test-10.os.magners.qa.lexingtonERROR:root:Unable to get information from test-10.os.magners.qa.lexingtonINFO:root:Grabbing information from test-02.os.magners.qa.lexingtonERROR:root:Unable to get information from test-02.os.magners.qa.lexingtonTraceback (most recent call last):  File "/var/lib/jenkins/tools/jenkins-scripts/collate-test-logs.py", line 88, in connections[host]["sftp"].close()KeyError: 'sftp'+ exit 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_swift_trunk #149

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_swift_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_swift_trunk/149/Project:precise_grizzly_swift_trunkDate of build:Thu, 07 Mar 2013 02:02:12 -0500Build duration:4 min 4 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesSupport listing endpoints for an object.by slukjanoveditsetup.pyaddtest/unit/common/middleware/test_list_endpoints.pyaddswift/common/middleware/list_endpoints.pyeditetc/proxy-server.conf-sampleeditdoc/source/misc.rstConsole Output[...truncated 4363 lines...]Checking signature on .changesGood signature on /tmp/tmplorAv3/swift_1.7.7+git201303070202~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmplorAv3/swift_1.7.7+git201303070202~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading swift_1.7.7+git201303070202~precise-0ubuntu1.dsc: done.  Uploading swift_1.7.7+git201303070202~precise.orig.tar.gz: done.  Uploading swift_1.7.7+git201303070202~precise-0ubuntu1.debian.tar.gz: done.  Uploading swift_1.7.7+git201303070202~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', 'swift_1.7.7+git201303070202~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/s/swift/python-swift_1.7.7+git201303060201~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-account_1.7.7+git201303060201~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-container_1.7.7+git201303060201~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-doc_1.7.7+git201303060201~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-object_1.7.7+git201303060201~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-proxy_1.7.7+git201303060201~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift_1.7.7+git201303060201~precise-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/swift/precise-grizzly']Pushed up to revision 138.INFO:root:Storing current commit for next build: 7d5095c12297bf44ecb38d4ef589df746c86cc37INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/grizzly /tmp/tmplorAv3/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmplorAv3/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 71a20d04ccac24b37b23fba87063e74e802c08fc..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/precise-grizzly --forcedch -b -D precise --newversion 1.7.7+git201303070202~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [7d5095c] Support listing endpoints for an object.dch -a [27dcaf2] Spread handoffs out better around zones.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.7+git201303070202~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A swift_1.7.7+git201303070202~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing swift_1.7.7+git201303070202~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly swift_1.7.7+git201303070202~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/swift/precise-grizzlyEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_swift_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_swift_trunk/146/Project:raring_grizzly_swift_trunkDate of build:Thu, 07 Mar 2013 02:01:09 -0500Build duration:5 min 7 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesSupport listing endpoints for an object.by slukjanovaddtest/unit/common/middleware/test_list_endpoints.pyeditetc/proxy-server.conf-sampleeditdoc/source/misc.rsteditsetup.pyaddswift/common/middleware/list_endpoints.pyConsole Output[...truncated 4872 lines...]Checking signature on .changesGood signature on /tmp/tmpSveD7o/swift_1.7.7+git201303070201~raring-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpSveD7o/swift_1.7.7+git201303070201~raring-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading swift_1.7.7+git201303070201~raring-0ubuntu1.dsc: done.  Uploading swift_1.7.7+git201303070201~raring.orig.tar.gz: done.  Uploading swift_1.7.7+git201303070201~raring-0ubuntu1.debian.tar.gz: done.  Uploading swift_1.7.7+git201303070201~raring-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'raring-grizzly', 'swift_1.7.7+git201303070201~raring-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/s/swift/python-swift_1.7.7+git201303060201~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-account_1.7.7+git201303060201~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-container_1.7.7+git201303060201~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-doc_1.7.7+git201303060201~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-object_1.7.7+git201303060201~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-proxy_1.7.7+git201303060201~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift_1.7.7+git201303060201~raring-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/swift/raring-grizzly']Pushed up to revision 138.INFO:root:Storing current commit for next build: 7d5095c12297bf44ecb38d4ef589df746c86cc37INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/grizzly /tmp/tmpSveD7o/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpSveD7o/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 71a20d04ccac24b37b23fba87063e74e802c08fc..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/raring-grizzly --forcedch -b -D raring --newversion 1.7.7+git201303070201~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [7d5095c] Support listing endpoints for an object.dch -a [27dcaf2] Spread handoffs out better around zones.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.7+git201303070201~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A swift_1.7.7+git201303070201~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing swift_1.7.7+git201303070201~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly swift_1.7.7+git201303070201~raring-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/swift/raring-grizzlyEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_cinder_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_cinder_trunk/212/Project:raring_grizzly_cinder_trunkDate of build:Thu, 07 Mar 2013 02:01:09 -0500Build duration:6 min 14 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesFix 3PAR drivers to work in multi-backend mode.by walter.boringeditcinder/volume/drivers/san/hp/hp_3par_iscsi.pyeditcinder/volume/drivers/san/hp/hp_3par_common.pyeditcinder/volume/drivers/san/hp/hp_3par_fc.pyeditcinder/tests/test_hp3par.pyConsole Output[...truncated 8292 lines...]Good signature on /tmp/tmp9dKpSC/cinder_2013.1+git201303070201~raring-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading cinder_2013.1+git201303070201~raring-0ubuntu1.dsc: done.  Uploading cinder_2013.1+git201303070201~raring.orig.tar.gz: done.  Uploading cinder_2013.1+git201303070201~raring-0ubuntu1.debian.tar.gz: done.  Uploading cinder_2013.1+git201303070201~raring-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'raring-grizzly', 'cinder_2013.1+git201303070201~raring-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/raring-grizzly/InRelease.new'Deleting files no longer referenced...deleting and forgetting pool/main/c/cinder/cinder-api_2013.1+git201303060231~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-backup_2013.1+git201303060231~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-common_2013.1+git201303060231~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-scheduler_2013.1+git201303060231~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/cinder-volume_2013.1+git201303060231~raring-0ubuntu1_all.debdeleting and forgetting pool/main/c/cinder/python-cinder_2013.1+git201303060231~raring-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/cinder/raring-grizzly']Pushed up to revision 86.INFO:root:Storing current commit for next build: 1867b89a53e3e46394e9db80e0dc82471661068cINFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/grizzly /tmp/tmp9dKpSC/cindermk-build-deps -i -r -t apt-get -y /tmp/tmp9dKpSC/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 2870a287406820fff5f5f36bd53e3ebeed2945f2..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303070201~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [1867b89] Add get_volume_stats in the sheepdog driver.dch -a [a4bc4d3] Switch to oslo.config.dch -a [1f15a3f] Fix 3PAR drivers to work in multi-backend mode.dch -a [6d2693a] Fixes issues found in /os-hosts APIdch -a [816131e] sync oslo changes for setup / versiondch -a [d595d34] NetApp: Fix for snapshot not deleted in error state.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.1+git201303070201~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A cinder_2013.1+git201303070201~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing cinder_2013.1+git201303070201~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly cinder_2013.1+git201303070201~raring-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/cinder/raring-grizzlyEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_keystone_trunk #180

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_keystone_trunk/180/Project:precise_grizzly_keystone_trunkDate of build:Thu, 07 Mar 2013 02:31:09 -0500Build duration:8 min 31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesports should be ints in config (bug 1137696)by dolph.mathewseditkeystone/config.pymark 2.0 API as stableby ayoungeditkeystone/controllers.pyedittests/test_versions.pyConsole Output[...truncated 5874 lines...]Status: attemptedVersion: 1:2013.1+git201303070231~precise-0ubuntu1Finished at 20130307-0239Build needed 00:05:56, 18076k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303070231~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303070231~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpMjrNNQ/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpMjrNNQ/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303070231~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [156f474] mark 2.0 API as stabledch -a [ddd2216] Move auth plugins to 'keystone.auth.plugins' (bug 1136967)dch -a [be23b79] remove unused importdch -a [7b2d5a4] ports should be ints in config (bug 1137696)dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303070231~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A keystone_2013.1+git201303070231~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303070231~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'keystone_2013.1+git201303070231~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: raring_grizzly_keystone_trunk #194

2013-03-06 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/194/Project:raring_grizzly_keystone_trunkDate of build:Thu, 07 Mar 2013 02:32:09 -0500Build duration:9 min 21 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesports should be ints in config (bug 1137696)by dolph.mathewseditkeystone/config.pymark 2.0 API as stableby ayoungeditkeystone/controllers.pyedittests/test_versions.pyConsole Output[...truncated 6918 lines...]Status: attemptedVersion: 1:2013.1+git201303070232~raring-0ubuntu1Finished at 20130307-0241Build needed 00:05:46, 18096k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303070232~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303070232~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/grizzly /tmp/tmpf_t8Tt/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpf_t8Tt/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log a8992277cd7dcde27deb7d3863370fd6bc9fd5ae..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/raring-grizzly --forcedch -b -D raring --newversion 1:2013.1+git201303070232~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [156f474] mark 2.0 API as stabledch -a [ddd2216] Move auth plugins to 'keystone.auth.plugins' (bug 1136967)dch -a [be23b79] remove unused importdch -a [7b2d5a4] ports should be ints in config (bug 1137696)dch -a [c0f017c] Expand v3 trust test coveragedch -a [601eeb5] Trustsdch -a [ab6e552] bug 1134802: fix inconsistent format for expires_at and issued_atdch -a [7f20fee] Unpin pam dependency versiondch -a [39f1260] keystone : Use Ec2Signer utility class from keystoneclientdch -a [eaab3c2] Remove obsolete *page[_marker] methods from LDAP backend.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201303070232~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A keystone_2013.1+git201303070232~raring-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303070232~raring-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201303070232~raring-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: precise_grizzly_quantum_trunk #430

2013-03-06 Thread openstack-testing-bot
Title: precise_grizzly_quantum_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_quantum_trunk/430/Project:precise_grizzly_quantum_trunkDate of build:Thu, 07 Mar 2013 02:31:10 -0500Build duration:18 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesNotify creation or deletion of dhcp port for security groupby nachieditquantum/db/securitygroups_rpc_base.pyeditquantum/plugins/linuxbridge/lb_quantum_plugin.pyeditquantum/plugins/openvswitch/ovs_quantum_plugin.pyeditquantum/plugins/nec/nec_plugin.pyeditquantum/plugins/ryu/ryu_quantum_plugin.pyConsole Output[...truncated 13807 lines...]deleting and forgetting pool/main/q/quantum/quantum-l3-agent_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-lbaas-agent_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-bigswitch_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-brocade_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-cisco_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-hyperv_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-linuxbridge-agent_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-linuxbridge_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-metaplugin_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-midonet_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nec-agent_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nec_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-nicira_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-openvswitch-agent_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-openvswitch_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-plumgrid_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu-agent_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-plugin-ryu_2013.1+git201303061131~precise-0ubuntu1_all.debdeleting and forgetting pool/main/q/quantum/quantum-server_2013.1+git201303061131~precise-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/quantum/precise-grizzly']Pushed up to revision 141.INFO:root:Storing current commit for next build: 9a23e10a796fcba57a3de819c0d652d029e395d0INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/grizzly /tmp/tmpjO_2Iq/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpjO_2Iq/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 5584835f886302e434f9959f0f82f9694d09b5d3..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/quantum/precise-grizzly --forcedch -b -D precise --newversion 1:2013.1+git201303070231~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [9a23e10] Imported Translations from Transifexdch -a [08ee0f9] Load quota resources dynamicallydch -a [705dde4] Notify creation or deletion of dhcp port for security groupdch -a [7e26074] Populate default explicit allow rules for egressdch -a [e91818b] Moved the configuration variables.dch -a [c56c0fa] Fix syntax error in credential.py and missing __init__.pydebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.1+git201303070231~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A quantum_2013.1+git201303070231~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing quantum_2013.1+git201303070231~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly quantum_2013.1+git201303070231~precise-0ubuntu1_amd64.changesbzr push lp:~openstack-ubuntu-testing/quantum/precise-grizzlyEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   :