Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread Matthias Runge
On 12/13/2012 08:19 PM, Gabriel Hurley wrote:
 Have you tried doing what it said and running “manage.py compress”?
 (make sure you’re in the proper Python environment/venv when running
 that command)
 
  
 
 That error indicates one of two things:
 
  
 
 1.   You have your settings set with COMPRESS_ENABLED = True and
 COMPRESS_OFFLINE = True but you haven’t run “manage.py compress”, or…
 
 2.   There was an error while trying to compress the files such as
 not being able to find a particular file or a permissions problem on an
 input file or output directory.
 
  
 
 -  Gabriel
 
  
 
 *From:*openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net
 [mailto:openstack-bounces+gabriel.hurley=nebula@lists.launchpad.net]
 *On Behalf Of *JuanFra Rodriguez Cardoso
 *Sent:* Thursday, December 13, 2012 4:37 AM
 *To:* Matthias Runge
 *Cc:* openstack@lists.launchpad.net
 *Subject:* Re: [Openstack] Horizon - OfflineGenerationError
 
  
 
 Hi Matthias:
 
  
 
 Thanks for replying. Rest of openstack services are working ok.
 
 Theses are versions installed of Horizon and Django (from EPEL 6.7)
   - openstack-dashboard-2012.2-4.el6.noarch.
 
   - Django14-1.4.2-2.el6.noarch
 
 Do you recommend I install Horizon from github repository?


No, but I recommend to update openstack-dashboard from EPEL.
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2012-13628/python-django-horizon-2012.2.1-1.el6

What you can do is:
vi /usr/share/openstack-dashboard/openstack_dashboard/settings.py
and change
COMPRESS_ENABLED = True
to
COMPRESS_ENABLED = False

restart httpd:
service httpd restart


It may look ugly, but it should work for you. Please report errors back.



@Gabriel: your suggestions 1 and 2 have been done for the package at a
central location.

The problem is, if an error occurs and COMPRESS_ENABLED = True,
COMPRESS_OFFLINE = True are set (as in EPELs packages), horizon falls
flat on it's nose. But, as long as node.js and also less.js are not
available for RedHat/EPEL/Scientific Linux, the situation will stay that
way.



Matthias


 
 Thanks!
 
 2012/12/13 Matthias Runge mru...@redhat.com mailto:mru...@redhat.com
 
 On 12/13/2012 12:24 PM, JuanFra Rodriguez Cardoso wrote:
 Hi all:

 I'm installing OpenStack Dashboard 2012.2 on CentOS 6.3 and I got next
 error related to css/js compression:

 
 Yes, I bet, it's not related with Dashboard, although the error message
 tells you so.
 
 Which version are you installing from where? Do you see other issues
 with your openstack-installation? Please note, the minimum required set
 of OpenStack services running includes the following:
 
  +   Nova (compute, api, scheduler, network, and volume services)
  +   Glance
  +   Keystone
 
 Instead of nova volume, you could also use cinder volume.
 
 Did you install there and are they working ok?
 
 
 Matthias
 
 
 
 File /usr/lib/python2.6/site-packages/django/template/base.py, line
 837, in render_node
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return
 node.render(context)
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py,
 line 147, in render
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return
 self.render_compressed(context, self.kind, self.mode, forced=forced)
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py,
 line 88, in render_compressed
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]
 cached_offline = self.render_offline(context, forced=forced)
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py,
 line 72, in render_offline
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] 'You may
 need to run python manage.py compress.' % key)
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]
 OfflineGenerationError: You have offline compression enabled but key
 1056718f92f8d4204721bac759b3871a is missing from offline manifest. You
 may need to run python manage.py compress.
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] File does not
 exist: /var/www/html/favicon.ico

 any idea for solving it?

 Thanks,
 JuanFra.


 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 mailto: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
 mailto: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] Problems with Fn::Join

2012-12-14 Thread Patrick Petit

Hi,

We are seeing a new behavior with Fn::Join in user-data block that makes 
our script fail to run. Previous behavior was that no white space nor 
line breaks were inserted after a coma (',') or line ends. But now it's 
inserting white space plus line break after ',' separated elements... Do 
you have any idea why?

Thanks
Patrick

_Exemple_:

Fn::Join:[
 \n,
 [
#!/bin/bash -v,
# Helper function,
function error_exit\n,
{\n,
  /opt/aws/bin/cfn-signal -e 1 -r \$1\ ', { 
Ref : BatchNodeWaitHandle }, '\n,

  exit 1\n,
}\n,

# Flush iptables's default rules,
/sbin/iptables -F,
/sbin/iptables -X,
# prepare for packages install,
yum update -y,
yum upgrade -y,
export http_proxy=ecfrec.frec.bull.fr:8080,
export 
no_proxy=127.0.0.1,localhost,.amg.net.pl,169.254.169.254,10.197.217.62,


/opt/aws/bin/cfn-init -s , { Ref : 
AWS::StackName },

 -r BatchNode ,
 --region , { Ref : AWS::Region },
 || error_exit 'Failed to run cfn-init for 
BatchNode'\n,


rpm -Uvh http://rbel.frameos.org/rbel6;,
#install rubygems,
cd /opt,
tar zxf rubygems-1.8.10.tgz,
cd rubygems-1.8.10,
ruby setup.rb --no-format-executable,
gem install chef --no-ri --no-rdoc,
/opt/aws/bin/cfn-signal -e $? ', { 
Ref:BatchNodeWaitHandle }, '

 ]
  ]

_Results in broken __cfn-userdata script_

#!/bin/bash -v
# Helper function

function error_exit

{

  /opt/aws/bin/cfn-signal -e 1 -r $1 '
http://172.16.1.1:8002/stacks/1a7b8501-e117-4cf8-9838-416446a43fed/resources/BatchNodeWaitHandle
'

  exit 1

}


# Flush iptables's default rules
/sbin/iptables -F
/sbin/iptables -X
# prepare for packages install
yum update -y
yum upgrade -y
export http_proxy=ecfrec.frec.bull.fr:8080
export 
no_proxy=127.0.0.1,localhost,.amg.net.pl,169.254.169.254,10.197.217.62

/opt/aws/bin/cfn-init -s
skeleton
 -r BatchNode
 --region
ap-southeast-1
 || error_exit 'Failed to run cfn-init for BatchNode'
rpm -Uvh http://rbel.frameos.org/rbel6
#install rubygems
cd /opt
tar zxf rubygems-1.8.10.tgz
cd rubygems-1.8.10
ruby setup.rb --no-format-executable
gem install chef --no-ri --no-rdoc
/opt/aws/bin/cfn-signal -e $? '
http://172.16.1.1:8002/stacks/1a7b8501-e117-4cf8-9838-416446a43fed/resources/BatchNodeWaitHandle
'
touch /var/lib/cloud/instance/provision-finished

___
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] Horizon - OfflineGenerationError

2012-12-14 Thread Andrew Holway
Hi,

This worked perfectly on Centos 6.3. 

github.com/beloglazov/openstack-centos-kvm-glusterfs/

The hostname stuff can trip you up however. Watch out for the scripts creating 
user@controller users in the database for keystone, nova, glance et al. It 
seems user@localhost would be more sensible.

Take care,

Andrew



On Dec 13, 2012, at 12:24 PM, JuanFra Rodriguez Cardoso wrote:

 Hi all:
 
 I'm installing OpenStack Dashboard 2012.2 on CentOS 6.3 and I got next error 
 related to css/js compression:
 
 File /usr/lib/python2.6/site-packages/django/template/base.py, line 837, in 
 render_node
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return 
 node.render(context)
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File 
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py, line 
 147, in render
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return 
 self.render_compressed(context, self.kind, self.mode, forced=forced)
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File 
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py, line 
 88, in render_compressed
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] cached_offline = 
 self.render_offline(context, forced=forced)
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File 
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py, line 
 72, in render_offline
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] 'You may need to 
 run python manage.py compress.' % key)
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] 
 OfflineGenerationError: You have offline compression enabled but key 
 1056718f92f8d4204721bac759b3871a is missing from offline manifest. You may 
 need to run python manage.py compress.
 [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] File does not exist: 
 /var/www/html/favicon.ico
 
 any idea for solving it?
 
 Thanks,
 JuanFra.
 ___
 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] Announcing the Sweden OpenStack User Group

2012-12-14 Thread Nicolae Paladi
Hi,

FYI, you can now join the Sweden OpenStack User Group at
http://www.meetup.com/Sweden-OpenStack-User-Group/.

Please spread the word to others who might be interested and
you're very welcome to come up with event ideas!

Cheers,
/Nicolae.
___
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] Problems with Fn::Join

2012-12-14 Thread Steven Hardy
On Fri, Dec 14, 2012 at 09:57:42AM +0100, Patrick Petit wrote:
 Hi,
 
 We are seeing a new behavior with Fn::Join in user-data block that
 makes our script fail to run. Previous behavior was that no white
 space nor line breaks were inserted after a coma (',') or line ends.
 But now it's inserting white space plus line break after ','
 separated elements... Do you have any idea why?
 Thanks
 Patrick
 
 _Exemple_:
 
 Fn::Join:[
  \n,

Here you are specifying \n as the delimiter, so the fields are being
joined by a newline.  If you replace the \n with  then no newline will
be inserted.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-join.html

HTH,

-- 
Steve Hardy
Red Hat Engineering, Cloud

___
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] Problems with Fn::Join

2012-12-14 Thread Patrick Petit

Steve,
Yes it does.
Thanks!
Patrick
On 12/14/12 11:22 AM, Steven Hardy wrote:

On Fri, Dec 14, 2012 at 09:57:42AM +0100, Patrick Petit wrote:

Hi,

We are seeing a new behavior with Fn::Join in user-data block that
makes our script fail to run. Previous behavior was that no white
space nor line breaks were inserted after a coma (',') or line ends.
But now it's inserting white space plus line break after ','
separated elements... Do you have any idea why?
Thanks
Patrick

_Exemple_:

Fn::Join:[
  \n,

Here you are specifying \n as the delimiter, so the fields are being
joined by a newline.  If you replace the \n with  then no newline will
be inserted.

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-join.html

HTH,




--
Patrick PETIT
Cloud Computing Lead Architect, Innovative Products
Bull, Architect of an Open World TM
Tél : +33 (0)4 76 29 70 31
Mobile : +33 (0)6 85 22 06 39
http://www.bull.com


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


Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread JuanFra Rodriguez Cardoso
@Matthias: This is the current error traceback (after your suggestions)

[Fri Dec 14 12:34:49 2012] [error] Exception KeyError:
KeyError(140230402213856,) in module 'threading' from
'/usr/lib64/python2.6/threading.pyc' ignored
[Fri Dec 14 12:34:49 2012] [error] Exception KeyError:
KeyError(140230402213856,) in module 'threading' from
'/usr/lib64/python2.6/threading.pyc' ignored
[Fri Dec 14 12:34:49 2012] [notice] caught SIGTERM, shutting down
[Fri Dec 14 12:34:49 2012] [notice] SELinux policy enabled; httpd running
as context unconfined_u:system_r:httpd_t:s0
[Fri Dec 14 12:34:49 2012] [notice] suEXEC mechanism enabled (wrapper:
/usr/sbin/suexec)
[Fri Dec 14 12:34:49 2012] [notice] Digest: generating secret for digest
authentication ...
[Fri Dec 14 12:34:49 2012] [notice] Digest: done
[Fri Dec 14 12:34:49 2012] [warn] mod_wsgi: Compiled for Python/2.6.2.
[Fri Dec 14 12:34:49 2012] [warn] mod_wsgi: Runtime using Python/2.6.6.
[Fri Dec 14 12:34:49 2012] [notice] Apache/2.2.15 (Unix) DAV/2 mod_wsgi/3.2
Python/2.6.6 configured -- resuming normal operations
[Fri Dec 14 12:35:09 2012] [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.
[Fri Dec 14 12:35:09 2012] [error]   use STATIC_URL instead.,
DeprecationWarning)
[Fri Dec 14 12:35:09 2012] [error]
/usr/lib/python2.6/site-packages/django/conf/__init__.py:110:
DeprecationWarning: The SECRET_KEY setting must not be empty.
[Fri Dec 14 12:35:09 2012] [error]   warnings.warn(The SECRET_KEY setting
must not be empty., DeprecationWarning)
[Fri Dec 14 12:35:09 2012] [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.
[Fri Dec 14 12:35:09 2012] [error]   DeprecationWarning)
[Fri Dec 14 12:35:10 2012] [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.
[Fri Dec 14 12:35:10 2012] [error]   category=DeprecationWarning)
[Fri Dec 14 12:35:15 2012] [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'.
[Fri Dec 14 12:35:15 2012] [error]   DeprecationWarning)
[Fri Dec 14 12:35:15 2012] [error] Authorization Failed.
[Fri Dec 14 12:35:15 2012] [error] Traceback (most recent call last):
[Fri Dec 14 12:35:15 2012] [error]   File
/usr/lib/python2.6/site-packages/keystoneclient/v2_0/client.py, line 105,
in authenticate
[Fri Dec 14 12:35:15 2012] [error] return_raw=True)
[Fri Dec 14 12:35:15 2012] [error]   File
/usr/lib/python2.6/site-packages/keystoneclient/v2_0/tokens.py, line 37,
in authenticate
[Fri Dec 14 12:35:15 2012] [error] return self._create('/tokens',
params, access, return_raw=return_raw)
[Fri Dec 14 12:35:15 2012] [error]   File
/usr/lib/python2.6/site-packages/keystoneclient/base.py, line 82, in
_create
[Fri Dec 14 12:35:15 2012] [error] resp, body = self.api.post(url,
body=body)
[Fri Dec 14 12:35:15 2012] [error]   File
/usr/lib/python2.6/site-packages/keystoneclient/client.py, line 179, in
post
[Fri Dec 14 12:35:15 2012] [error] return self._cs_request(url, 'POST',
**kwargs)
[Fri Dec 14 12:35:15 2012] [error]   File
/usr/lib/python2.6/site-packages/keystoneclient/client.py, line 160, in
_cs_request
[Fri Dec 14 12:35:15 2012] [error] **kwargs)
[Fri Dec 14 12:35:15 2012] [error]   File
/usr/lib/python2.6/site-packages/keystoneclient/client.py, line 140, in
request
[Fri Dec 14 12:35:15 2012] [error] raise exceptions.from_response(resp,
body)
[Fri Dec 14 12:35:15 2012] [error] BadRequest: Unable to communicate with
identity service: [Errno 13] Permission denied. (HTTP 400)
[Fri Dec 14 12:35:25 2012] [error] Authorization Failed.


JuanFra
___
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] Horizon - OfflineGenerationError

2012-12-14 Thread JuanFra Rodriguez Cardoso
@Andrew: Yes, I knew theses great guides. I had Essex 2012.1.3 (EPEL 6.7)
working ok on Centos 6.3, but with 2012.2 (EPEL 6.7) I'm getting errors
with Django/Horizon.

What release are your running? Essex or Folsom?
Do you know if it's possible to install previous Openstack RPM packages
from EPL 6.7 (i.e. openstack-nova-2012.1.3-...)

Thanks for your support!
JuanFa

2012/12/14 Andrew Holway a.hol...@syseleven.de

 Hi,

 This worked perfectly on Centos 6.3.

 github.com/beloglazov/openstack-centos-kvm-glusterfs/

 The hostname stuff can trip you up however. Watch out for the scripts
 creating user@controller users in the database for keystone, nova, glance
 et al. It seems user@localhost would be more sensible.

 Take care,

 Andrew



 On Dec 13, 2012, at 12:24 PM, JuanFra Rodriguez Cardoso wrote:

  Hi all:
 
  I'm installing OpenStack Dashboard 2012.2 on CentOS 6.3 and I got next
 error related to css/js compression:
 
  File /usr/lib/python2.6/site-packages/django/template/base.py, line
 837, in render_node
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return
 node.render(context)
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py,
 line 147, in render
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return
 self.render_compressed(context, self.kind, self.mode, forced=forced)
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py,
 line 88, in render_compressed
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]
 cached_offline = self.render_offline(context, forced=forced)
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py,
 line 72, in render_offline
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] 'You may
 need to run python manage.py compress.' % key)
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]
 OfflineGenerationError: You have offline compression enabled but key
 1056718f92f8d4204721bac759b3871a is missing from offline manifest. You
 may need to run python manage.py compress.
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] File does not
 exist: /var/www/html/favicon.ico
 
  any idea for solving it?
 
  Thanks,
  JuanFra.
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp



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


Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread Matthias Runge
On 12/14/2012 12:40 PM, JuanFra Rodriguez Cardoso wrote:
 @Matthias: This is the current error traceback (after your suggestions)

 [Fri Dec 14 12:35:15 2012] [error] raise
 exceptions.from_response(resp, body)
 [Fri Dec 14 12:35:15 2012] [error] BadRequest: Unable to communicate
 with identity service: [Errno 13] Permission denied. (HTTP 400)
 [Fri Dec 14 12:35:25 2012] [error] Authorization Failed.
 
 
 JuanFra
Interesting. Is your keystone working? SELinux? Enabled? If yes, please
switch that to permissive. If that works, you should investigate
/var/log/audit/audit.log

Matthias

___
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] Horizon - OfflineGenerationError

2012-12-14 Thread Matthias Runge
On 12/14/2012 12:45 PM, JuanFra Rodriguez Cardoso wrote:
 @Andrew: Yes, I knew theses great guides. I had Essex 2012.1.3 (EPEL
 6.7) working ok on Centos 6.3, but with 2012.2 (EPEL 6.7) I'm getting
 errors with Django/Horizon.
 
 What release are your running? Essex or Folsom?
 Do you know if it's possible to install previous Openstack RPM packages
 from EPL 6.7 (i.e. openstack-nova-2012.1.3-...)
 
 Thanks for your support!
 JuanFa

Ah, did you follow the migration guides? There is a migration required
between Essex and Folsom. There is a preliminary guide:
https://fedoraproject.org/wiki/Talk:Getting_started_with_OpenStack_EPEL

Matthias

 
 2012/12/14 Andrew Holway a.hol...@syseleven.de
 mailto:a.hol...@syseleven.de
 
 Hi,
 
 This worked perfectly on Centos 6.3.
 
 github.com/beloglazov/openstack-centos-kvm-glusterfs/
 http://github.com/beloglazov/openstack-centos-kvm-glusterfs/
 
 The hostname stuff can trip you up however. Watch out for the
 scripts creating user@controller users in the database for keystone,
 nova, glance et al. It seems user@localhost would be more sensible.
 
 Take care,
 
 Andrew
 
 
 
 On Dec 13, 2012, at 12:24 PM, JuanFra Rodriguez Cardoso wrote:
 
  Hi all:
 
  I'm installing OpenStack Dashboard 2012.2 on CentOS 6.3 and I got
 next error related to css/js compression:
 
  File /usr/lib/python2.6/site-packages/django/template/base.py,
 line 837, in render_node
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return
 node.render(context)
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py,
 line 147, in render
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return
 self.render_compressed(context, self.kind, self.mode, forced=forced)
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py,
 line 88, in render_compressed
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]
 cached_offline = self.render_offline(context, forced=forced)
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py,
 line 72, in render_offline
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] 'You
 may need to run python manage.py compress.' % key)
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]
 OfflineGenerationError: You have offline compression enabled but key
 1056718f92f8d4204721bac759b3871a is missing from offline manifest.
 You may need to run python manage.py compress.
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] File does
 not exist: /var/www/html/favicon.ico
 
  any idea for solving it?
 
  Thanks,
  JuanFra.
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
 mailto: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] Horizon - OfflineGenerationError

2012-12-14 Thread Andrew Holway

On Dec 14, 2012, at 12:45 PM, JuanFra Rodriguez Cardoso wrote:

 @Andrew: Yes, I knew theses great guides. I had Essex 2012.1.3 (EPEL 6.7) 
 working ok on Centos 6.3, but with 2012.2 (EPEL 6.7) I'm getting errors with 
 Django/Horizon.

Mine is working alright. I expect you have some silly misconfiguration 
somewhere. It took me 4 times to make a working install and it worked only when 
I followed the install guide letter by letter.


 
 What release are your running? Essex or Folsom?
 Do you know if it's possible to install previous Openstack RPM packages from 
 EPL 6.7 (i.e. openstack-nova-2012.1.3-...)

Folsom. Why would you want to install previous Openstack packages? I think you 
might have to use a different EPEL repo for earlier versions.   
openstack-nova-2012.2-2 seems to be the only available version.

Ta

Andrew


 
 Thanks for your support!
 JuanFa
 
 2012/12/14 Andrew Holway a.hol...@syseleven.de
 Hi,
 
 This worked perfectly on Centos 6.3.
 
 github.com/beloglazov/openstack-centos-kvm-glusterfs/
 
 The hostname stuff can trip you up however. Watch out for the scripts 
 creating user@controller users in the database for keystone, nova, glance et 
 al. It seems user@localhost would be more sensible.
 
 Take care,
 
 Andrew
 
 
 
 On Dec 13, 2012, at 12:24 PM, JuanFra Rodriguez Cardoso wrote:
 
  Hi all:
 
  I'm installing OpenStack Dashboard 2012.2 on CentOS 6.3 and I got next 
  error related to css/js compression:
 
  File /usr/lib/python2.6/site-packages/django/template/base.py, line 837, 
  in render_node
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return 
  node.render(context)
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File 
  /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py, 
  line 147, in render
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return 
  self.render_compressed(context, self.kind, self.mode, forced=forced)
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File 
  /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py, 
  line 88, in render_compressed
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] cached_offline 
  = self.render_offline(context, forced=forced)
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File 
  /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py, 
  line 72, in render_offline
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] 'You may need 
  to run python manage.py compress.' % key)
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] 
  OfflineGenerationError: You have offline compression enabled but key 
  1056718f92f8d4204721bac759b3871a is missing from offline manifest. You 
  may need to run python manage.py compress.
  [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] File does not 
  exist: /var/www/html/favicon.ico
 
  any idea for solving it?
 
  Thanks,
  JuanFra.
  ___
  Mailing list: https://launchpad.net/~openstack
  Post to : openstack@lists.launchpad.net
  Unsubscribe : https://launchpad.net/~openstack
  More help   : https://help.launchpad.net/ListHelp
 
 
 



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


Re: [Openstack] Folsom: cinder HTTP 400

2012-12-14 Thread Razique Mahroua
Poor Richards's head.What cinder-api logs give you ?you see the call in there ?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 14 déc. 2012 à 14:50, Richard Shaw rich...@aggress.net a écrit :Hi,Yes that banging sound is my head on the desk. Having cinder issues, keystone's in place and verified as working, glance is verified as working so I know some auth with keystone's working.Here's the error:root@vagrant-precise-pangolin:~# cinder --debug create --display_name test 1connect: (10.0.2.15, 5000)send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: 10.0.2.15:5000\r\nContent-Length: 103\r\ncontent-type: application/json\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nuser-agent: python-cinderclient\r\n\r\n{"auth": {"tenantName": "admin", "passwordCredentials": {"username": "admin", "password": "password"}}}'reply: 'HTTP/1.1 200 OK\r\n'header: Vary: X-Auth-Tokenheader: Content-Type: application/jsonheader: Date: Fri, 14 Dec 2012 13:25:16 GMTheader: Transfer-Encoding: chunkedconnect: (localhost, 8776)connect fail: (u'localhost', 8776)DEBUG (shell:473) n/a (HTTP 400)Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/cinderclient/shell.py", line 470, in main OpenStackCinderShell().main(sys.argv[1:]) File "/usr/lib/python2.7/dist-packages/cinderclient/shell.py", line 421, in main args.func(self.cs, args) File "/usr/lib/python2.7/dist-packages/cinderclient/v1/shell.py", line 231, in do_create metadata=volume_metadata) File "/usr/lib/python2.7/dist-packages/cinderclient/v1/volumes.py", line 138, in create return self._create('/volumes', body, 'volume') File "/usr/lib/python2.7/dist-packages/cinderclient/base.py", line 149, in _create resp, body = self.api.client.post(url, body=body) File "/usr/lib/python2.7/dist-packages/cinderclient/client.py", line 141, in post return self._cs_request(url, 'POST', **kwargs) File "/usr/lib/python2.7/dist-packages/cinderclient/client.py", line 126, in _cs_request **kwargs) File "/usr/lib/python2.7/dist-packages/cinderclient/client.py", line 109, in request raise exceptions.from_response(resp, body)BadRequest: n/a (HTTP 400)ERROR: n/a (HTTP 400)I'm running:OS: Ubuntu 12.04LTSRelease: FolsomHere's what I've got in my cinder.conf. Sql connection verified[DEFAULT]rootwrap_config = /etc/cinder/rootwrap.confapi_paste_confg = /etc/cinder/api-paste.iniiscsi_helper = tgtadmvolume_name_template = volume-%svolume_group = cinder-volumesverbose = Trueauth_strategy = keystonestate_path = /var/lib/cindervolumes_dir = /var/lib/cinder/volumessql_connection = mysql://cinder:password@127.0.0.1/passwordosapi_volume_listen_port=5900Here's what I've got in my api-paste.ini## Openstack ##[composite:osapi_volume]use = call:cinder.api.openstack.urlmap:urlmap_factory/: osvolumeversions/v1: openstack_volume_api_v1[composite:openstack_volume_api_v1]use = call:cinder.api.auth:pipeline_factorynoauth = faultwrap sizelimit noauth osapi_volume_app_v1keystone = faultwrap sizelimit authtoken keystonecontext osapi_volume_app_v1keystone_nolimit = faultwrap sizelimit authtoken keystonecontext osapi_volume_app_v1[filter:faultwrap]paste.filter_factory = cinder.api.openstack:FaultWrapper.factory[filter:noauth]paste.filter_factory = cinder.api.openstack.auth:NoAuthMiddleware.factory[filter:sizelimit]paste.filter_factory = cinder.api.sizelimit:RequestBodySizeLimiter.factory[app:osapi_volume_app_v1]paste.app_factory = cinder.api.openstack.volume:APIRouter.factory[pipeline:osvolumeversions]pipeline = faultwrap osvolumeversionapp[app:osvolumeversionapp]paste.app_factory = cinder.api.openstack.volume.versions:Versions.factory### Shared ###[filter:keystonecontext]paste.filter_factory = cinder.api.auth:CinderKeystoneContext.factory[filter:authtoken]paste.filter_factory = keystone.middleware.auth_token:filter_factoryauth_host = 127.0.0.1auth_port = 35357service_host = 127.0.0.1service_port = 5000auth_protocol = httpadmin_tenant_name = serviceadmin_user = cinderadmin_password = passwordsigning_dirname = /tmp/keystone-signing-nova~ Any help would be gratefully received and will hasten the end of my head banging.ThanksRichard___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore 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] [urgent] Nova-network isn't creating floating IP iptables rules!

2012-12-14 Thread Gui Maluf
Hey guys. I think I did a stupid thing.
My setup is 1 cloudcontroller + node and 2 node with FlatDHCP, mult_host,
net HA.

Recently I've changed the hostname of my cloudcontroller; to make things
consistent I've updated the services table inside nova db to mark as
deleted=1 the lines where host=oldhostname.

I dont know what happened because now nothing of the nova-network works. It
doesn't create br100 anymore, neither iptables rules of SNAT and DNAT

The worse thing about that problem, is that this is  production setup. All
my instances from the cloudcontroller are unavaible cause of this. Nodes
are creating everything regularly

I couldn't found nothing wrong on logs, no errors. Anyway, here are my logs
and setup files.

controller nova.conf: http://paste.openstack.org/show/28095/
node nova.conf: http://paste.openstack.org/show/28096/
iptables -L -t nat + brctl show + virsh list:
http://paste.openstack.org/show/28098/

Any other information please let me know!
I need to fix this ASAP

-- 
*guilherme* \n
\t *maluf*
___
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] Folsom: cinder HTTP 400

2012-12-14 Thread Richard Shaw

Nothing in cinder-api.log with reference to that call, I restarted all the 
cinder services and ran the command again, the last entries are:

2012-12-14 14:52:25 30300 DEBUG cinder.service [-] policy_default_rule : 
default wait /usr/lib/python2.7/dist-packages/cinder/service.py:420
2012-12-14 14:52:25 30300 DEBUG cinder.service [-] control_exchange : cinder 
wait /usr/lib/python2.7/dist-packages/cinder/service.py:420
2012-12-14 14:52:25 30300 DEBUG cinder.service [-] log_file : 
/var/log/cinder/cinder-api.log wait 
/usr/lib/python2.7/dist-packages/cinder/service.py:420
2012-12-14 14:52:25 30300 DEBUG cinder.service [-] keystone_authtoken : 
cinder.openstack.common.cfg.GroupAttr object at 0x20a7e50 wait 
/usr/lib/python2.7/dist-packages/cinder/service.py:420
2012-12-14 14:52:25 30300 INFO cinder.wsgi [-] Started osapi_volume on 
0.0.0.0:5900

grepped for any ERROR lines in the logs, nothing at all

I have a hangover as well :/

Thanks,

Richard

On 14 Dec 2012, at 14:30, Razique Mahroua razique.mahr...@gmail.com wrote:

 Poor Richards's head.
 What cinder-api logs give you ? 
 you see the call in there ?
 
 Razique Mahroua - Nuage  Co
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15
 
 NUAGECO-LOGO-Fblan_petit.jpg
 
 Le 14 déc. 2012 à 14:50, Richard Shaw rich...@aggress.net a écrit :
 
 Hi,
 
 Yes that banging sound is my head on the desk.  Having cinder issues, 
 keystone's in place and verified as working, glance is verified as working 
 so I know some auth with keystone's working.
 
 Here's the error:
 
 root@vagrant-precise-pangolin:~# cinder --debug create --display_name test 1
 connect: (10.0.2.15, 5000)
 send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: 10.0.2.15:5000\r\nContent-Length: 
 103\r\ncontent-type: application/json\r\naccept-encoding: gzip, 
 deflate\r\naccept: application/json\r\nuser-agent: 
 python-cinderclient\r\n\r\n{auth: {tenantName: admin, 
 passwordCredentials: {username: admin, password: password}}}'
 reply: 'HTTP/1.1 200 OK\r\n'
 header: Vary: X-Auth-Token
 header: Content-Type: application/json
 header: Date: Fri, 14 Dec 2012 13:25:16 GMT
 header: Transfer-Encoding: chunked
 connect: (localhost, 8776)
 connect fail: (u'localhost', 8776)
 DEBUG (shell:473) n/a (HTTP 400)
 Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/cinderclient/shell.py, line 470, in 
 main
OpenStackCinderShell().main(sys.argv[1:])
  File /usr/lib/python2.7/dist-packages/cinderclient/shell.py, line 421, in 
 main
args.func(self.cs, args)
  File /usr/lib/python2.7/dist-packages/cinderclient/v1/shell.py, line 231, 
 in do_create
metadata=volume_metadata)
  File /usr/lib/python2.7/dist-packages/cinderclient/v1/volumes.py, line 
 138, in create
return self._create('/volumes', body, 'volume')
  File /usr/lib/python2.7/dist-packages/cinderclient/base.py, line 149, in 
 _create
resp, body = self.api.client.post(url, body=body)
  File /usr/lib/python2.7/dist-packages/cinderclient/client.py, line 141, 
 in post
return self._cs_request(url, 'POST', **kwargs)
  File /usr/lib/python2.7/dist-packages/cinderclient/client.py, line 126, 
 in _cs_request
**kwargs)
  File /usr/lib/python2.7/dist-packages/cinderclient/client.py, line 109, 
 in request
raise exceptions.from_response(resp, body)
 BadRequest: n/a (HTTP 400)
 ERROR: n/a (HTTP 400)
 
 I'm running:
 
 OS: Ubuntu 12.04LTS
 Release: Folsom
 
 Here's what I've got in my cinder.conf.  Sql connection verified
 
 [DEFAULT]
 rootwrap_config = /etc/cinder/rootwrap.conf
 api_paste_confg = /etc/cinder/api-paste.ini
 iscsi_helper = tgtadm
 volume_name_template = volume-%s
 volume_group = cinder-volumes
 verbose = True
 auth_strategy = keystone
 state_path = /var/lib/cinder
 volumes_dir = /var/lib/cinder/volumes
 sql_connection = mysql://cinder:password@127.0.0.1/password
 osapi_volume_listen_port=5900
 
 Here's what I've got in my api-paste.ini
 
 #
 # Openstack #
 #
 
 [composite:osapi_volume]
 use = call:cinder.api.openstack.urlmap:urlmap_factory
 /: osvolumeversions
 /v1: openstack_volume_api_v1
 
 [composite:openstack_volume_api_v1]
 use = call:cinder.api.auth:pipeline_factory
 noauth = faultwrap sizelimit noauth osapi_volume_app_v1
 keystone = faultwrap sizelimit authtoken keystonecontext osapi_volume_app_v1
 keystone_nolimit = faultwrap sizelimit authtoken keystonecontext 
 osapi_volume_app_v1
 
 [filter:faultwrap]
 paste.filter_factory = cinder.api.openstack:FaultWrapper.factory
 
 [filter:noauth]
 paste.filter_factory = cinder.api.openstack.auth:NoAuthMiddleware.factory
 
 [filter:sizelimit]
 paste.filter_factory = cinder.api.sizelimit:RequestBodySizeLimiter.factory
 
 [app:osapi_volume_app_v1]
 paste.app_factory = cinder.api.openstack.volume:APIRouter.factory
 
 [pipeline:osvolumeversions]
 pipeline = faultwrap osvolumeversionapp
 
 [app:osvolumeversionapp]
 paste.app_factory = cinder.api.openstack.volume.versions:Versions.factory
 
 ##
 # Shared #
 ##
 
 

Re: [Openstack] [urgent] Nova-network isn't creating floating IP iptables rules!

2012-12-14 Thread Razique Mahroua
Check the nova database, the network tables and fixed_ip contains the hostname.Update these fields too and you should be ok :)(Maybe your /etc/hosts files, keystone endpoints if you used hostnames)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 14 déc. 2012 à 15:43, Gui Maluf guimal...@gmail.com a écrit :Hey guys. I think I did a stupid thing.My setup is 1 cloudcontroller + node and 2 node with FlatDHCP, mult_host, net HA.Recently I've changed the hostname of my cloudcontroller; to make things consistent I've updated the services table inside nova db to mark as deleted=1 the lines where host=oldhostname.


I dont know what happened because now nothing of the nova-network works. It doesn't create br100 anymore, neither iptables rules of SNAT and DNATThe worse thing about that problem, is that this is production setup. All my instances from the cloudcontroller are unavaible cause of this. Nodes are creating everything regularly


I couldn't found nothing wrong on logs, no errors. Anyway, here are my logs and setup files.controller nova.conf: http://paste.openstack.org/show/28095/


node nova.conf: http://paste.openstack.org/show/28096/iptables -L -t nat + brctl show + virsh list: http://paste.openstack.org/show/28098/

Any other information please let me know!I need to fix this ASAP-- guilherme \n\t maluf

___Mailing list: https://launchpad.net/~openstackPost to : openstack@lists.launchpad.netUnsubscribe : https://launchpad.net/~openstackMore 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] Folsom: cinder HTTP 400

2012-12-14 Thread Razique Mahroua
Ok, can you show us the Keystone endpoints ?
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 14 déc. 2012 à 15:58, Richard Shaw rich...@aggress.net a écrit :Nothing in cinder-api.log with reference to that call, I restarted all the cinder services and ran the command again, the last entries are:2012-12-14 14:52:25 30300 DEBUG cinder.service [-] policy_default_rule : default wait /usr/lib/python2.7/dist-packages/cinder/service.py:4202012-12-14 14:52:25 30300 DEBUG cinder.service [-] control_exchange : cinder wait /usr/lib/python2.7/dist-packages/cinder/service.py:4202012-12-14 14:52:25 30300 DEBUG cinder.service [-] log_file : /var/log/cinder/cinder-api.log wait /usr/lib/python2.7/dist-packages/cinder/service.py:4202012-12-14 14:52:25 30300 DEBUG cinder.service [-] keystone_authtoken : cinder.openstack.common.cfg.GroupAttr object at 0x20a7e50 wait /usr/lib/python2.7/dist-packages/cinder/service.py:4202012-12-14 14:52:25 30300 INFO cinder.wsgi [-] Started osapi_volume on 0.0.0.0:5900grepped for any ERROR lines in the logs, nothing at allI have a hangover as well :/Thanks,RichardOn 14 Dec 2012, at 14:30, Razique Mahroua razique.mahr...@gmail.com wrote:Poor Richards's head.What cinder-api logs give you ? you see the call in there ?Razique Mahroua - Nuage  Corazique.mahr...@gmail.comTel : +33 9 72 37 94 15NUAGECO-LOGO-Fblan_petit.jpgLe 14 déc. 2012 à 14:50, Richard Shaw rich...@aggress.net a écrit :Hi,Yes that banging sound is my head on the desk. Having cinder issues, keystone's in place and verified as working, glance is verified as working so I know some auth with keystone's working.Here's the error:root@vagrant-precise-pangolin:~# cinder --debug create --display_name test 1connect: (10.0.2.15, 5000)send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: 10.0.2.15:5000\r\nContent-Length: 103\r\ncontent-type: application/json\r\naccept-encoding: gzip, deflate\r\naccept: application/json\r\nuser-agent: python-cinderclient\r\n\r\n{"auth": {"tenantName": "admin", "passwordCredentials": {"username": "admin", "password": "password"}}}'reply: 'HTTP/1.1 200 OK\r\n'header: Vary: X-Auth-Tokenheader: Content-Type: application/jsonheader: Date: Fri, 14 Dec 2012 13:25:16 GMTheader: Transfer-Encoding: chunkedconnect: (localhost, 8776)connect fail: (u'localhost', 8776)DEBUG (shell:473) n/a (HTTP 400)Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/cinderclient/shell.py", line 470, in main OpenStackCinderShell().main(sys.argv[1:]) File "/usr/lib/python2.7/dist-packages/cinderclient/shell.py", line 421, in main args.func(self.cs, args) File "/usr/lib/python2.7/dist-packages/cinderclient/v1/shell.py", line 231, in do_create metadata=volume_metadata) File "/usr/lib/python2.7/dist-packages/cinderclient/v1/volumes.py", line 138, in create return self._create('/volumes', body, 'volume') File "/usr/lib/python2.7/dist-packages/cinderclient/base.py", line 149, in _create resp, body = self.api.client.post(url, body=body) File "/usr/lib/python2.7/dist-packages/cinderclient/client.py", line 141, in post return self._cs_request(url, 'POST', **kwargs) File "/usr/lib/python2.7/dist-packages/cinderclient/client.py", line 126, in _cs_request **kwargs) File "/usr/lib/python2.7/dist-packages/cinderclient/client.py", line 109, in request raise exceptions.from_response(resp, body)BadRequest: n/a (HTTP 400)ERROR: n/a (HTTP 400)I'm running:OS: Ubuntu 12.04LTSRelease: FolsomHere's what I've got in my cinder.conf. Sql connection verified[DEFAULT]rootwrap_config = /etc/cinder/rootwrap.confapi_paste_confg = /etc/cinder/api-paste.iniiscsi_helper = tgtadmvolume_name_template = volume-%svolume_group = cinder-volumesverbose = Trueauth_strategy = keystonestate_path = /var/lib/cindervolumes_dir = /var/lib/cinder/volumessql_connection = mysql://cinder:password@127.0.0.1/passwordosapi_volume_listen_port=5900Here's what I've got in my api-paste.ini## Openstack ##[composite:osapi_volume]use = call:cinder.api.openstack.urlmap:urlmap_factory/: osvolumeversions/v1: openstack_volume_api_v1[composite:openstack_volume_api_v1]use = call:cinder.api.auth:pipeline_factorynoauth = faultwrap sizelimit noauth osapi_volume_app_v1keystone = faultwrap sizelimit authtoken keystonecontext osapi_volume_app_v1keystone_nolimit = faultwrap sizelimit authtoken keystonecontext osapi_volume_app_v1[filter:faultwrap]paste.filter_factory = cinder.api.openstack:FaultWrapper.factory[filter:noauth]paste.filter_factory = cinder.api.openstack.auth:NoAuthMiddleware.factory[filter:sizelimit]paste.filter_factory = cinder.api.sizelimit:RequestBodySizeLimiter.factory[app:osapi_volume_app_v1]paste.app_factory = cinder.api.openstack.volume:APIRouter.factory[pipeline:osvolumeversions]pipeline = faultwrap osvolumeversionapp[app:osvolumeversionapp]paste.app_factory = cinder.api.openstack.volume.versions:Versions.factory### Shared ###[filter:keystonecontext]paste.filter_factory = 

Re: [Openstack] [urgent] Nova-network isn't creating floating IP iptables rules!

2012-12-14 Thread Gui Maluf
Razique, thanks for the tip.
To find out which tables has the hostname set I did this:
# for i in `mysql -uroot -p'PASSWORD' -e 'show tables;' nova | grep -v -e
'+' -e 'T'`; do echo $i  mysql -uroot -p'PASSWORD' -e select * from
$i;' nova | grep OLD_HOSTNAME; done
This will print many data with the name of the tables and after all
occurrences of the HOSTNAME inside the tables.

Then I've changed all host to the correct hostname

# for i in {187..190} 193 195; do mysql -uroot -p'PASSWORD' -e update
TABLE set host=NEW_HOSTNAME where id =$i; nova; done

i.e: # for i in {187..190} 193 195; do mysql -uroot -p'PASSWORD' -e update
floating_ips set host='oxala' where id =$i; nova; done

Thanks man! it solved my a part of my issue.



On Fri, Dec 14, 2012 at 12:59 PM, Razique Mahroua razique.mahr...@gmail.com
 wrote:

 Check the nova database, the network tables and fixed_ip contains the
 hostname.
 Update these fields too and you should be ok :)
 (Maybe your /etc/hosts files, keystone endpoints if you used hostnames)

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


 Le 14 déc. 2012 à 15:43, Gui Maluf guimal...@gmail.com a écrit :

 Hey guys. I think I did a stupid thing.
 My setup is 1 cloudcontroller + node and 2 node with FlatDHCP, mult_host,
 net HA.

 Recently I've changed the hostname of my cloudcontroller; to make things
 consistent I've updated the services table inside nova db to mark as
 deleted=1 the lines where host=oldhostname.

 I dont know what happened because now nothing of the nova-network works.
 It doesn't create br100 anymore, neither iptables rules of SNAT and DNAT

 The worse thing about that problem, is that this is  production setup. All
 my instances from the cloudcontroller are unavaible cause of this. Nodes
 are creating everything regularly

 I couldn't found nothing wrong on logs, no errors. Anyway, here are my
 logs and setup files.

 controller nova.conf: http://paste.openstack.org/show/28095/
 node nova.conf: http://paste.openstack.org/show/28096/
 iptables -L -t nat + brctl show + virsh list:
 http://paste.openstack.org/show/28098/

 Any other information please let me know!
 I need to fix this ASAP

 --
 *guilherme* \n
 \t *maluf*

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





-- 
*guilherme* \n
\t *maluf*
NUAGECO-LOGO-Fblan_petit.jpg___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [urgent] Nova-network isn't creating floating IP iptables rules!

2012-12-14 Thread Gui Maluf
I don't know if it is related to this hostname issue, but my nova-compute
on cloudcontroller can't initiate an iscsi volume in the same controller.

2012-12-14 14:13:46 DEBUG nova.utils
[req-98c1f3b8-ac10-4aa6-a806-f2dd18928af2 None None] Result was 255 from
(pid=5250) execute /usr/lib/python2.7/dist-packages/nova/utils.py:235
2012-12-14 14:13:46 CRITICAL nova [-] Unexpected error while running
command.
Command: sudo nova-rootwrap iscsiadm -m node -T
iqn.2010-10.org.openstack:volume-0006 -p 200.131.6.250:3260 --rescan
Exit code: 255
2012-12-14 14:13:46 TRACE nova ProcessExecutionError: Unexpected error
while running command.
2012-12-14 14:13:46 TRACE nova Command: sudo nova-rootwrap iscsiadm -m node
-T iqn.2010-10.org.openstack:volume-0006 -p 200.131.6.250:3260 --rescan
2012-12-14 14:13:46 TRACE nova Exit code: 255
2012-12-14 14:13:46 TRACE nova Stdout:
2012-12-14 14:13:46 TRACE nova Stderr: 'iscsiadm: No portal found.\n'

fulll nova-compute.log: http://paste.openstack.org/show/28109/


On Fri, Dec 14, 2012 at 1:45 PM, Gui Maluf guimal...@gmail.com wrote:

 Razique, thanks for the tip.
 To find out which tables has the hostname set I did this:
 # for i in `mysql -uroot -p'PASSWORD' -e 'show tables;' nova | grep -v -e
 '+' -e 'T'`; do echo $i  mysql -uroot -p'PASSWORD' -e select * from
 $i;' nova | grep OLD_HOSTNAME; done
 This will print many data with the name of the tables and after all
 occurrences of the HOSTNAME inside the tables.

 Then I've changed all host to the correct hostname

 # for i in {187..190} 193 195; do mysql -uroot -p'PASSWORD' -e update
 TABLE set host=NEW_HOSTNAME where id =$i; nova; done

 i.e: # for i in {187..190} 193 195; do mysql -uroot -p'PASSWORD' -e
 update floating_ips set host='oxala' where id =$i; nova; done

 Thanks man! it solved my a part of my issue.




 On Fri, Dec 14, 2012 at 12:59 PM, Razique Mahroua 
 razique.mahr...@gmail.com wrote:

 Check the nova database, the network tables and fixed_ip contains the
 hostname.
 Update these fields too and you should be ok :)
 (Maybe your /etc/hosts files, keystone endpoints if you used hostnames)

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


 Le 14 déc. 2012 à 15:43, Gui Maluf guimal...@gmail.com a écrit :

 Hey guys. I think I did a stupid thing.
 My setup is 1 cloudcontroller + node and 2 node with FlatDHCP, mult_host,
 net HA.

 Recently I've changed the hostname of my cloudcontroller; to make things
 consistent I've updated the services table inside nova db to mark as
 deleted=1 the lines where host=oldhostname.

 I dont know what happened because now nothing of the nova-network works.
 It doesn't create br100 anymore, neither iptables rules of SNAT and DNAT

 The worse thing about that problem, is that this is  production setup.
 All my instances from the cloudcontroller are unavaible cause of this.
 Nodes are creating everything regularly

 I couldn't found nothing wrong on logs, no errors. Anyway, here are my
 logs and setup files.

 controller nova.conf: http://paste.openstack.org/show/28095/
 node nova.conf: http://paste.openstack.org/show/28096/
 iptables -L -t nat + brctl show + virsh list:
 http://paste.openstack.org/show/28098/

 Any other information please let me know!
 I need to fix this ASAP

 --
 *guilherme* \n
 \t *maluf*

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





 --
 *guilherme* \n
 \t *maluf*




-- 
*guilherme* \n
\t *maluf*
NUAGECO-LOGO-Fblan_petit.jpg___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Folsom: cinder HTTP 401

2012-12-14 Thread Richard Shaw

Hi

I found the issue, a port mismatch between the endpoint and the cinder api, 
teach me for picking up a config from another guide.

I'm now getting an authentication issue as below.  i've double checked the 
username and pass, they are correct so i'm thinking roles and services but not 
sure what steps would be next. 

I'm unclear as to why it's attempting to connect as username admin when in my 
/etc/cinder/api-paste.ini I have the following?

[filter:authtoken]
paste.filter_factory = keystone.middleware.auth_token:filter_factory
auth_host = 127.0.0.1
auth_port = 35357
service_host = 127.0.0.1
service_port = 5000
auth_protocol = http
admin_tenant_name = service
admin_user = cinder
admin_password =  password
signing_dirname = /tmp/keystone-signing-nova

root@vagrant-precise-pangolin:/etc/cinder# cinder --debug list
connect: (10.0.2.15, 5000)
send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: 10.0.2.15:5000\r\nContent-Length: 
103\r\ncontent-type: application/json\r\naccept-encoding: gzip, 
deflate\r\naccept: application/json\r\nuser-agent: 
python-cinderclient\r\n\r\n{auth: {tenantName: admin, 
passwordCredentials: {username: admin, password: password}}}'
reply: 'HTTP/1.1 200 OK\r\n'
header: Vary: X-Auth-Token
header: Content-Type: application/json
header: Date: Fri, 14 Dec 2012 16:56:31 GMT
header: Transfer-Encoding: chunked
connect: (localhost, 8776)
send: u'GET /v1/59916ae0608f4c68b7e14b13b46b9183/volumes/detail 
HTTP/1.1\r\nHost: localhost:8776\r\nx-auth-project-id: admin\r\nx-auth-token: 
be29e0db52a74dbc89d3ea2791984713\r\naccept-encoding: gzip, deflate\r\naccept: 
application/json\r\nuser-agent: python-cinderclient\r\n\r\n'
reply: 'HTTP/1.1 401 Unauthorized\r\n'
header: Www-Authenticate: Keystone uri='http://127.0.0.1:35357'
header: Content-Length: 276
header: Content-Type: text/plain; charset=UTF-8
header: Date: Fri, 14 Dec 2012 16:56:31 GMT
send: 'POST /v2.0/tokens HTTP/1.1\r\nHost: 10.0.2.15:5000\r\nContent-Length: 
103\r\ncontent-type: application/json\r\naccept-encoding: gzip, 
deflate\r\naccept: application/json\r\nuser-agent: 
python-cinderclient\r\n\r\n{auth: {tenantName: admin, 
passwordCredentials: {username: admin, password: password}}}'
reply: 'HTTP/1.1 200 OK\r\n'
header: Vary: X-Auth-Token
header: Content-Type: application/json
header: Date: Fri, 14 Dec 2012 16:56:31 GMT
header: Transfer-Encoding: chunked
send: u'GET /v1/59916ae0608f4c68b7e14b13b46b9183/volumes/detail 
HTTP/1.1\r\nHost: localhost:8776\r\nx-auth-project-id: admin\r\nx-auth-token: 
be29e0db52a74dbc89d3ea2791984713\r\naccept-encoding: gzip, deflate\r\naccept: 
application/json\r\nuser-agent: python-cinderclient\r\n\r\n'
reply: 'HTTP/1.1 401 Unauthorized\r\n'
header: Www-Authenticate: Keystone uri='http://127.0.0.1:35357'
header: Content-Length: 276
header: Content-Type: text/plain; charset=UTF-8
header: Date: Fri, 14 Dec 2012 16:56:31 GMT
DEBUG (shell:473) n/a (HTTP 401)
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/cinderclient/shell.py, line 470, in 
main
OpenStackCinderShell().main(sys.argv[1:])
  File /usr/lib/python2.7/dist-packages/cinderclient/shell.py, line 421, in 
main
args.func(self.cs, args)
  File /usr/lib/python2.7/dist-packages/cinderclient/v1/shell.py, line 139, 
in do_list
volumes = cs.volumes.list(search_opts=search_opts)
  File /usr/lib/python2.7/dist-packages/cinderclient/v1/volumes.py, line 171, 
in list
volumes)
  File /usr/lib/python2.7/dist-packages/cinderclient/base.py, line 63, in 
_list
resp, body = self.api.client.get(url)
  File /usr/lib/python2.7/dist-packages/cinderclient/client.py, line 138, in 
get
return self._cs_request(url, 'GET', **kwargs)
  File /usr/lib/python2.7/dist-packages/cinderclient/client.py, line 135, in 
_cs_request
raise ex
Unauthorized: n/a (HTTP 401)
ERROR: n/a (HTTP 401)

Thanks and have a good weekend

On 14 Dec 2012, at 15:10, Razique Mahroua razique.mahr...@gmail.com wrote:

 Ok, can you show us the Keystone endpoints ?
 
 Razique Mahroua - Nuage  Co
 razique.mahr...@gmail.com
 Tel : +33 9 72 37 94 15
 
 NUAGECO-LOGO-Fblan_petit.jpg
 
 Le 14 déc. 2012 à 15:58, Richard Shaw rich...@aggress.net a écrit :
 
 
 Nothing in cinder-api.log with reference to that call, I restarted all the 
 cinder services and ran the command again, the last entries are:
 
 2012-12-14 14:52:25 30300 DEBUG cinder.service [-] policy_default_rule : 
 default wait /usr/lib/python2.7/dist-packages/cinder/service.py:420
 2012-12-14 14:52:25 30300 DEBUG cinder.service [-] control_exchange : cinder 
 wait /usr/lib/python2.7/dist-packages/cinder/service.py:420
 2012-12-14 14:52:25 30300 DEBUG cinder.service [-] log_file : 
 /var/log/cinder/cinder-api.log wait 
 /usr/lib/python2.7/dist-packages/cinder/service.py:420
 2012-12-14 14:52:25 30300 DEBUG cinder.service [-] keystone_authtoken : 
 cinder.openstack.common.cfg.GroupAttr object at 0x20a7e50 wait 
 /usr/lib/python2.7/dist-packages/cinder/service.py:420
 2012-12-14 14:52:25 30300 INFO 

[Openstack] Create tenant with RESTful api

2012-12-14 Thread Guillermo Alvarado
Hi Everyone,

Please, someone can give me information about how to create a tenant with a
REST request. I am trying to develop a module to use my legacy billing
software, so I need to create tenants, create a vm, terminate it and
suspend it. I can achieve the later with the vm but I can not find how to
make the request to create a tenant...

Thanks in advance,
Best regards.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] Create tenant with RESTful api

2012-12-14 Thread Guillermo Alvarado
Because I am using PHP, so I am making the requests with REST.


2012/12/14 Matt Joyce matt.jo...@cloudscaling.com

 Is there a reason you are not using the keystone client api?

 On Fri, Dec 14, 2012 at 10:58 AM, Guillermo Alvarado 
 guillermoalvarad...@gmail.com wrote:

 Hi Everyone,

 Please, someone can give me information about how to create a tenant with
 a REST request. I am trying to develop a module to use my legacy billing
 software, so I need to create tenants, create a vm, terminate it and
 suspend it. I can achieve the later with the vm but I can not find how to
 make the request to create a tenant...

 Thanks in advance,
 Best regards.

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



___
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] Create tenant with RESTful api

2012-12-14 Thread Matt Joyce
https://github.com/rackspace/php-opencloud

might want to check that out.

On Fri, Dec 14, 2012 at 11:05 AM, Guillermo Alvarado 
guillermoalvarad...@gmail.com wrote:

 Because I am using PHP, so I am making the requests with REST.


 2012/12/14 Matt Joyce matt.jo...@cloudscaling.com

 Is there a reason you are not using the keystone client api?

 On Fri, Dec 14, 2012 at 10:58 AM, Guillermo Alvarado 
 guillermoalvarad...@gmail.com wrote:

 Hi Everyone,

 Please, someone can give me information about how to create a tenant
 with a REST request. I am trying to develop a module to use my legacy
 billing software, so I need to create tenants, create a vm, terminate it
 and suspend it. I can achieve the later with the vm but I can not find how
 to make the request to create a tenant...

 Thanks in advance,
 Best regards.

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




___
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] Create tenant with RESTful api

2012-12-14 Thread Leandro Reox
Its easy to see what call keystone make to the api, if you run keystone
--debug COMMAND you will see the hole requests, so you can use it on your
php code

best


On Fri, Dec 14, 2012 at 4:05 PM, Guillermo Alvarado 
guillermoalvarad...@gmail.com wrote:

 Because I am using PHP, so I am making the requests with REST.


 2012/12/14 Matt Joyce matt.jo...@cloudscaling.com

 Is there a reason you are not using the keystone client api?

 On Fri, Dec 14, 2012 at 10:58 AM, Guillermo Alvarado 
 guillermoalvarad...@gmail.com wrote:

 Hi Everyone,

 Please, someone can give me information about how to create a tenant
 with a REST request. I am trying to develop a module to use my legacy
 billing software, so I need to create tenants, create a vm, terminate it
 and suspend it. I can achieve the later with the vm but I can not find how
 to make the request to create a tenant...

 Thanks in advance,
 Best regards.

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




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


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


Re: [Openstack] Create tenant with RESTful api

2012-12-14 Thread Dolph Mathews
I'd first suggesting looking for an existing PHP binding (I'm not aware of
one).

You can also simply try keystone tenant-create and emulate it's request
if that's all you need. I's implementation is here:


https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/v2_0/tenants.py

Alternatively, that portion of the API is defined here:


https://github.com/openstack/identity-api/blob/master/openstack-identity-api/src/docbkx/extensions/OS-KSADM/OS-KSADM-admin.wadl#L135

You could also just make system calls from PHP, e.g. system(keystone
tenant-create ...) or use popen()


-Dolph



On Fri, Dec 14, 2012 at 1:05 PM, Guillermo Alvarado 
guillermoalvarad...@gmail.com wrote:

 Because I am using PHP, so I am making the requests with REST.


 2012/12/14 Matt Joyce matt.jo...@cloudscaling.com

 Is there a reason you are not using the keystone client api?

 On Fri, Dec 14, 2012 at 10:58 AM, Guillermo Alvarado 
 guillermoalvarad...@gmail.com wrote:

 Hi Everyone,

 Please, someone can give me information about how to create a tenant
 with a REST request. I am trying to develop a module to use my legacy
 billing software, so I need to create tenants, create a vm, terminate it
 and suspend it. I can achieve the later with the vm but I can not find how
 to make the request to create a tenant...

 Thanks in advance,
 Best regards.

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




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


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


Re: [Openstack] nova boot errors while attaching a volume to an instance

2012-12-14 Thread Gui Maluf
I found the problem.
Ubuntu MAAS iscsi images were occupying the target_num of the iscsi
volumes. I just removed the iscsi disks and worked well!


On Fri, Dec 14, 2012 at 3:21 PM, Gui Maluf guimal...@gmail.com wrote:

 I'm running the same problem! And I would be grateful if someone could
 help me!

 root@oxala:/var/log/nova# iscsiadm -m node
 200.131.6.250:3260,1
 iqn.2004-05.com.ubuntu:maas:maas-precise-12.04-i386-ephemeral-20120424
 10.5.5.35:3260,1
 iqn.2004-05.com.ubuntu:maas:maas-precise-12.04-i386-ephemeral-20120424
 200.131.6.250:3260,1
 iqn.2004-05.com.ubuntu:maas:maas-precise-12.04-amd64-ephemeral-20120424
 10.5.5.35:3260,1
 iqn.2004-05.com.ubuntu:maas:maas-precise-12.04-amd64-ephemeral-20120424
 200.131.6.250:3260,-1 iqn.2010-10.org.openstack:volume-0006
 150.164.3.236:3260,-1 iqn.2010-10.org.openstack:volume-0002
 200.131.6.250:3260,-1 iqn.2010-10.org.openstack:volume-0005

 When I'm running iscsadm -m node all my openstack-volumes got this strange
 -1 (node.tpgt = -1). I've tried to create the iscsi target by hand, but I
 couldnt.

 If some could help me! Here is my fulll nova-compute.log:
 http://paste.openstack.org/show/28109/
 Thanks in advance



 On Wed, Oct 31, 2012 at 6:14 PM, John Griffith 
 john.griff...@solidfire.com wrote:



 On Wed, Oct 31, 2012 at 1:29 PM, Bontala, Vibhuvardhan 
 vibhuvardhan.bont...@emc.com wrote:

 Hi,

 ** **

 I am running GA bits of Folsom. I am running a two node setup where the
 first node is the controller+compute node that has Cinder running as well.
 The second node is merely a compute node. I am seeing an issue while
 booting an instance from Cinder volume on both the nodes. The “nova boot”
 operation fails while spawning the instance with the following error.***
 *

 ** **

 [00mProcessExecutionError: Unexpected error while running command.

 [00mCommand: sudo nova-rootwrap /etc/nova/rootwrap.conf iscsiadm -m node
 -T iqn.2010-10.org.openstack:volume-3ac4b027-905e-4318-a74e-2bdf94f5d887 -p
 192.168.150.96:3260 --rescan

 [00mExit code: 255

 [00mStdout: ''

 [00mStderr: 'iscsiadm: No portal found.\n'

 [00m

 ** **

 I had successfully created a Cinder volume with a valid image on it.

 ** **


 +--+---+--+--+-+-+
 

 |  ID  |   Status  | Display Name | Size
 | Volume Type | Attached to |


 +--+---+--+--+-+-+
 

 | 3ac4b027-905e-4318-a74e-2bdf94f5d887 | available |   Volume1|  2
 | None| |


 +--+---+--+--+-+-+
 

 ** **

 I even tried to discover the iSCSI targets. But it returns with “no
 records found”.

 ** **

 I then looked into to MySQL database for Cinder and looked at the
 entries, specifically “provider_location” and it looked just fine.
 192.168.150.96 is the node where I have controller and cinder running.**
 **

 ** **


 +---+
 

 |
 provider_location
 |


 +---+
 

 |
 NULL
 |

 | 192.168.150.96:3260,1
 iqn.2010-10.org.openstack:volume-3ac4b027-905e-4318-a74e-2bdf94f5d887 1 |
 

 ** **

 I manually tried to discover the iSCSI targets and it couldn’t find any.
 

 ** **

 stack@esg-dell-c4-s08:/etc/cinder$ sudo iscsiadm -m discovery -t
 sendtargets -p 192.168.150.96:3260 192.168.150.96:3260,1
 iqn.2010-10.org.openstack:volume-3ac4b027-905e-4318-a74e-2bdf94f5d887***
 *

 iscsiadm: Connection to Discovery Address 192.168.150.96 closed

 iscsiadm: Login I/O error, failed to receive a PDU

 iscsiadm: retrying discovery login to 192.168.150.96

 stack@esg-dell-c4-s08:/etc/cinder$ sudo iscsiadm -m node -T
 iqn.2010-10.org.openstack:volume-3ac4b027-905e-4318-a74e-2bdf94f5d887 -p
 192.168.150.96:3260iscsiadm: no records found!

 stack@esg-dell-c4-s08:/etc/cinder$ sudo iscsiadm -m node -T
 iqn.2010-10.org.openstack:volume-3ac4b027-905e-4318-a74e-2bdf94f5d887 -p
 192.168.150.96:3260 --rescan

 iscsiadm: No portal found.

 stack@esg-dell-c4-s08:/etc/cinder$

 ** **

 I am not sure what’s wrong with my setup. Any help is greatly
 appreciated.

 ** **

 Thanks

 Vibhu

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

 Hi Vibnu,

 Strange, you're unable to see the target on either of the nodes?  I'm
 assuming your using the default LVM storage back-end.

 Something to look at:

 sudo tgtadm --lld iscsi --op show --mode target - Make sure your 

Re: [Openstack] Create tenant with RESTful api

2012-12-14 Thread Guillermo Alvarado
Ok, for me the best approach is to use the --debug  command with the
CLI.Now I dont need any documentation.

thanks!


2012/12/14 Dolph Mathews dolph.math...@gmail.com

 I'd first suggesting looking for an existing PHP binding (I'm not aware of
 one).

 You can also simply try keystone tenant-create and emulate it's request
 if that's all you need. I's implementation is here:


 https://github.com/openstack/python-keystoneclient/blob/master/keystoneclient/v2_0/tenants.py

 Alternatively, that portion of the API is defined here:


 https://github.com/openstack/identity-api/blob/master/openstack-identity-api/src/docbkx/extensions/OS-KSADM/OS-KSADM-admin.wadl#L135

 You could also just make system calls from PHP, e.g. system(keystone
 tenant-create ...) or use popen()


 -Dolph



 On Fri, Dec 14, 2012 at 1:05 PM, Guillermo Alvarado 
 guillermoalvarad...@gmail.com wrote:

 Because I am using PHP, so I am making the requests with REST.


 2012/12/14 Matt Joyce matt.jo...@cloudscaling.com

 Is there a reason you are not using the keystone client api?

 On Fri, Dec 14, 2012 at 10:58 AM, Guillermo Alvarado 
 guillermoalvarad...@gmail.com wrote:

 Hi Everyone,

 Please, someone can give me information about how to create a tenant
 with a REST request. I am trying to develop a module to use my legacy
 billing software, so I need to create tenants, create a vm, terminate it
 and suspend it. I can achieve the later with the vm but I can not find how
 to make the request to create a tenant...

 Thanks in advance,
 Best regards.

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




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



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


[Openstack] OpenStack Community Weekly Newsletter (Nov 30 – Dic 14)

2012-12-14 Thread Stefano Maffulli


   Highlights of the weeks


 What people talk about when they talk about OpenStack Cloud
 
http://www.mirantis.com/blog/what-people-talk-about-when-they-talk-about-openstack-cloud/

There’s enough going on in the OpenStack 
http://www.mirantis.com/openstack-services/ ecosystem that you can 
pretty much find a comfortable niche drilling down on anything from 
hypervisor compatibility to driver support to who’s in the foundation. 
Mirantis’ David M. Fishman takes a step back and highlights recent 
conversations about OpenStack.



 *Welcome New Outreach Program for Women Interns
 
http://www.openstack.org/blog/2012/12/welcome-new-outreach-program-for-women-interns/*

With a flurry of applications, we had a difficult decision in front of 
us, deciding who would be our newest mentored contributors through the 
GNOME Outreach Program for Women 
https://live.gnome.org/OutreachProgramForWomen. All the applicants 
were enthusiastic and personable, knowledgeable and technical. We’re 
pleased to announce that the decisions have been made and these three 
are going to work on OpenStack full-time from January to March. Please 
welcome Laura, Anita and Victoria to the OpenStack community.



 *Making sense of SDN with–and without–HW-based networking in
 OpenStack Cloud
 
http://www.mirantis.com/blog/making-sense-of-sdn-with-and-without-hw-based-networking-in-openstack-cloud/*

There’s a tremendous amount of talk about the shift in the networking 
business from hardware-bound networking to Software Defined Network. 
Mirantis’ Greg Elkinbard gives an overview of SDN in OpenStack world.



 *OpenStack Board of Directors Talks: Episode 1 with Rob
 Hirschfeld, Principal Cloud Architect at Dell
 
http://en.community.dell.com/techcenter/b/techcenter/archive/2012/12/06/openstack-board-of-director-talks-episode-1-with-rob-hirschfeld-principal-cloud-architect-at-dell.aspx*

Learn firsthand about OpenStack, its challenges and opportunities, 
market adoption and Dell’s engagement in the community. Rafael Knuth’s 
goal is to interview all 24 members of the OpenStack board, and will 
post these talks sequentially at Dell TechCenter.



   Security Advisories

 * CVE-2012-5625 : Information leak in libvirt LVM-backed instances
   
http://secstack.org/2012/12/cve-2012-5625-information-leak-in-libvirt-lvm-backed-instances/


   Tips and tricks

 * By Adam Young http://adam.younglogic.com/: Reviewing Code
   http://adam.younglogic.com/2012/12/reviewing-code/
 * By Adam Young http://adam.younglogic.com/: Keystone and Eclipse
   PyDev http://adam.younglogic.com/2012/12/keystone-and-eclipse-pydev/
 * By Adam Young http://adam.younglogic.com/: What changed in that
   latest patch? http://adam.younglogic.com/2012/12/what-changed/
 * By Sébastien Han http://sebastien-han.fr/: Cleanup keystone tokens
   http://sebastien-han.fr/blog/2012/12/12/cleanup-keystone-tokens/
 * By Alessandro Pilotti http://www.cloudbase.it/: Cinder-Volume on
   Windows Storage Server 2012
   http://www.cloudbase.it/cinder-volume-on-windows-storage-server-2012/
 * By Hui Cheng http://freedomhui.com/: How To Use Hadoop Image In
   Openstack Cloud
   
http://freedomhui.com/2012/12/how-to-use-hadoop-image-in-openstack-based-system/
 * By Sébastien Han http://sebastien-han.fr/: OpenStack: perform
   consistent snapshots
   
http://sebastien-han.fr/blog/2012/12/10/openstack-perform-consistent-snapshots/
 * By Sébastien Han http://sebastien-han.fr/: Openstack and rsyslog
   http://sebastien-han.fr/blog/2012/12/05/openstack-and-rsyslog/
 * By Alessandro Pilotti http://www.cloudbase.it/: Cloud-Init for
   Windows instances
   http://www.cloudbase.it/cloud-init-for-windows-instances/
 * By Mirantis http://www.mirantis.com/: Using an orchestrator to
   improve Puppet-driven deployment of OpenStack
   
http://www.mirantis.com/blog/orchestrator-puppet-driven-deployment-openstack/


   Upcoming Events

 * India OpenStack Day
   
http://www.openstack.org/blog/2012/12/announcing-openstack-day-15-december-bangalore-india/
   Dec 15, 2012 – Bangalore, India Details
   
http://www.openstack.org/blog/2012/12/announcing-openstack-day-15-december-bangalore-india/
 * OpenStack China Tour: Wuhan
   http://hui.csdn.net/MeetingInfo.aspx?mid=157 Dec 22, 2012 – Wuhan,
   China Details http://hui.csdn.net/MeetingInfo.aspx?mid=157


   Other news

 * My (Very) Minor Contribution to OpenStack Bug Squashing Day
   
http://blog.phymata.com/2012/12/13/my-very-minor-contribution-to-openstack-bug-squashing-day/
 * *Image Building Service Demo
   http://blogs.gnome.org/markmc/2012/12/12/image-building-service-demo/*
 * *RabbitMQ in Nova [2]
   http://freedomhui.com/2012/12/rabbitmq-in-nova-2-2/*
 * *Altai v1.0.2 is out
   http://openstackgd.wordpress.com/2012/12/07/altai-v1-0-2-is-out/
   and What’s New in Altai 1.0.2 from Maintainer’s Point of View
   
http://openstackgd.wordpress.com/2012/12/06/whats-new-in-altai-1-0-2-from-maintainers-point-of-view/*
 * 

Re: [Openstack] Horizon - OfflineGenerationError

2012-12-14 Thread JuanFra Rodriguez Cardoso
Ok. I will continue trying to solve these errors with your suggestions.
I'll tell you any result.

Thanks @Matthias @Andres for you support.

Regards!
JuanFra


2012/12/14 Andrew Holway a.hol...@syseleven.de


 On Dec 14, 2012, at 12:45 PM, JuanFra Rodriguez Cardoso wrote:

  @Andrew: Yes, I knew theses great guides. I had Essex 2012.1.3 (EPEL
 6.7) working ok on Centos 6.3, but with 2012.2 (EPEL 6.7) I'm getting
 errors with Django/Horizon.

 Mine is working alright. I expect you have some silly misconfiguration
 somewhere. It took me 4 times to make a working install and it worked only
 when I followed the install guide letter by letter.


 
  What release are your running? Essex or Folsom?
  Do you know if it's possible to install previous Openstack RPM packages
 from EPL 6.7 (i.e. openstack-nova-2012.1.3-...)

 Folsom. Why would you want to install previous Openstack packages? I think
 you might have to use a different EPEL repo for earlier versions.
 openstack-nova-2012.2-2 seems to be the only available version.

 Ta

 Andrew


 
  Thanks for your support!
  JuanFa
 
  2012/12/14 Andrew Holway a.hol...@syseleven.de
  Hi,
 
  This worked perfectly on Centos 6.3.
 
  github.com/beloglazov/openstack-centos-kvm-glusterfs/
 
  The hostname stuff can trip you up however. Watch out for the scripts
 creating user@controller users in the database for keystone, nova, glance
 et al. It seems user@localhost would be more sensible.
 
  Take care,
 
  Andrew
 
 
 
  On Dec 13, 2012, at 12:24 PM, JuanFra Rodriguez Cardoso wrote:
 
   Hi all:
  
   I'm installing OpenStack Dashboard 2012.2 on CentOS 6.3 and I got next
 error related to css/js compression:
  
   File /usr/lib/python2.6/site-packages/django/template/base.py, line
 837, in render_node
   [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return
 node.render(context)
   [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py,
 line 147, in render
   [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] return
 self.render_compressed(context, self.kind, self.mode, forced=forced)
   [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py,
 line 88, in render_compressed
   [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]
 cached_offline = self.render_offline(context, forced=forced)
   [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]   File
 /usr/lib/python2.6/site-packages/compressor/templatetags/compress.py,
 line 72, in render_offline
   [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] 'You may
 need to run python manage.py compress.' % key)
   [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36]
 OfflineGenerationError: You have offline compression enabled but key
 1056718f92f8d4204721bac759b3871a is missing from offline manifest. You
 may need to run python manage.py compress.
   [Thu Dec 13 11:58:37 2012] [error] [client 192.10.1.36] File does not
 exist: /var/www/html/favicon.ico
  
   any idea for solving it?
  
   Thanks,
   JuanFra.
   ___
   Mailing list: https://launchpad.net/~openstack
   Post to : openstack@lists.launchpad.net
   Unsubscribe : https://launchpad.net/~openstack
   More help   : https://help.launchpad.net/ListHelp
 
 
 



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


Re: [Openstack] [OpenStack] Remove unsed network on host with nova-network

2012-12-14 Thread Vishvananda Ishaya
I probably won't have time to look at this for a while, but I don't have any 
magic insights. I would just start adding in a bunch of logging of the values 
before they are shipped off to iptables to figure out if there are duplicate 
entries and such.

Vish

On Dec 13, 2012, at 1:52 AM, Édouard Thuleau thul...@gmail.com wrote:

 Hi Vish,
 
 The code was merge to the master
 (https://github.com/openstack/nova/commit/d5b91dd39bd89eed98742cd02ea604a842a45447)
 yesterday.
 
 But the bug with rule removal wasn't fix. I'll open a bug. But I try
 to investigate it and I don't find the problem.
 Could you help me ?
 
 Regards,
 Édouard.
 
 On Fri, Dec 7, 2012 at 6:45 PM, Édouard Thuleau thul...@gmail.com wrote:
 The code doesn't make lot of change to the nova network manager code. It
 modifies principally the linux_net driver code.
 
 And I don't think we can consider it like a new feature. I think it's more a
 bug fix.
 
 In VLAN manger mode, if we plan to carry 4000 tenants in our cloud, we need
 to use 4000 networks and, consequently, 4000 VLANs on all the datacenter
 network. But the actual switch equipment cannot carry a trunk of 4000 VLAN
 to all compute host (for example, Cisco Nexus 5500 can not enabled more than
 32000 logical interfaces[1] (= TRUNKS x VLANS + ACCESS_PORTS [2])).
 If nova network tear down unused networks, it would be possible to plug a
 mechanism on it to delete unused VLAN on the switch port. And we can
 provisioning dynamically VLANs on switch ports and don't exceed the logical
 interface limitation of networks equipments.
 
 [1]http://www.cisco.com/en/US/docs/switches/datacenter/nexus5000/sw/configuration_limits/limits_513/nexus_5000_config_limits_513.html#wp344401
 [2]
 http://jpmcauley.com/2011/06/23/vlan-port-instance-limitation-on-cisco-ucs/
 
 
 
 On Mon, Dec 3, 2012 at 11:50 PM, Vishvananda Ishaya vishvana...@gmail.com
 wrote:
 
 FYI, this patch is probably something bigger than we can merge.
 Nova-network is supposed to just be in maintenance mode and
 not getting big new features. Small features are ok, but this one changes
 a lot of lines.
 
 Not sure what is up with your rule removal. Perhaps there are multiple
 copies of the added rules so they aren't being deleted properly? In fact,
 that may be a bug. It looks like plug is called for each vm so we might end
 up with multiple copies of the isolation rules.
 
 Vish
 
 On Dec 3, 2012, at 6:34 AM, Édouard Thuleau thul...@gmail.com wrote:
 
 Hi Vish,
 
 I made a patch to implement that with the VLAN manager:
 https://review.openstack.org/#/c/17352/
 
 I put a lock on methods '_setup_network_on_host' and
 '_teardown_network_on_host' of class 'VlanManager' and I reused (and
 renamed) the locks already defined in class 'LinuxBridgeInterfaceDriver'
 when a bridge or VLAN is created ('ensure_vlan' = 'lock_vlan' and
 'unsure_bridge' = 'lock_bridge'). Do you think is enough to prevent any
 race condition ?
 
 I've got a bug. I create method '_remove_dnsmasq_accept_rules' to remove
 filter rules for DHCP server but when I call it, nothing is deleted. Could
 you help me to resolve that ? And I've got the same problem sometimes with
 method 'remove_isolate_dhcp_address'. The ebtables rules are correctly
 deleted but not  for iptables rules.
 
 I didn't delete a network bridge if it handles VPN forward rules of the
 private network even if no VM use this gateway on the host. But if a network
 is deleted, nothing will tear down this gateway.
 I think I found another bug. If network host must handle the VPN forward
 rules for a private network and if we restart it, it should instantiate a
 gateway on this private network and add VPN forward rules even if no VM use
 this gateway on the host. But actually  it doesn't do that. Perhaps, the
 method 'db.network_get_all_by_host' use in 'init-host' must return the
 network in this case ?
 
 I only implement this for the multi hosted networks with the VLAN manger.
 I think isn't useful to add this on the multi hosted network with the Flat
 DHCP manager because, in this mode, only one multi hosted network is created
 for all instances of all tenants.
 
 Regards,
 Édouard.
 
 On Wed, Nov 21, 2012 at 12:49 AM, Vishvananda Ishaya
 vishvana...@gmail.com wrote:
 The only reason this is not done is that it makes the setup simpler. We
 don't have to worry about potential races between setting up and tearing
 down interfaces. It probably wouldn't be incredibly difficult to make a
 patch that would remove them, but you will likely have to do some
 creative
 locking to make sure that you don't run into issues.
 
 Vish
 
 On Nov 20, 2012, at 9:25 AM, Édouard Thuleau thul...@gmail.com wrote:
 
 Hi all,
 
 I use nova-network with VLAN manager.
 
 Why nova-network doesn't remove unused network interfaces on a host ?
 
 ie, if none VM on a host have a fixed IP attach to network X, the VLAN
 and bridge of this network still up and unused. And 'dnsmasq' process
 still listen and running.
 
 The number of unused 

Re: [Openstack] instance is stopped automatically

2012-12-14 Thread Vishvananda Ishaya
3141 elif vm_state == vm_states.ACTIVE:
3142 # The only rational power state should be RUNNING
3143 if vm_power_state in (power_state.NOSTATE,
3144power_state.SHUTDOWN,
3145power_state.CRASHED):
3146 LOG.warn(_(Instance shutdown by itself. Calling 
3147the stop API.), instance=db_instance)
3148 try:
3149 # Note(maoy): here we call the API instead of
3150 # brutally updating the vm_state in the database
3151 # to allow all the hooks and checks to be 
performed.
3152 self.compute_api.stop(context, db_instance)

Your hypervisor is reporting NOSTATE SHUTDOWN or CRASHED. You should look at 
the hypervisor to find out what might be causing the guest to shutdown or crash.

Vish

On Dec 13, 2012, at 4:49 AM, 韦远科 weiyuanke...@gmail.com wrote:

 hi all,
 
 I installed openstack(Folsom) on ubuntu 12.04. Everythiong seems to be ok. 
 instance can be started, but after sometime the instance will automatically 
 stopped. 
 
 in the log:
 DEBUG:nova.openstack.common.rpc.amqp:received {u'_context_roles': [u'admin'], 
 u'_context_request_id': u'req-035e4954-94fd-4050-bccf-4b87de89366a', ... ... 
 u'_context_timestamp': u'2012-12-13T12:37:29.488625', 
 u'_context_read_deleted': u'no', u'_context_user_id': None, u'method': 
 u'stop_instance', u'_context_remote_address': None}
 
 
 what might be the problem? 
 3ks
 
 wei
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp

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


Re: [Openstack] Nova Compute Showing XXX on Compute Node

2012-12-14 Thread Vishvananda Ishaya
I don't see why you would need to put in the --network_host flag, especially 
since you seem to be running two nova-networks. It appears that nova-compute is 
not checking in to the database which means it isn't running or it is hung 
somehow. Check nova-compute.log on host1.

Vish

On Dec 13, 2012, at 8:43 AM, Daniel Parker dcparke...@gmail.com wrote:

 Hey guys,
 
 I have two servers, one controller and one compute node. Everything is 
 working on the compute node itself except for nova-compute. I have verified 
 ntp is installed on both servers. Nova.conf is the same on both servers, 
 except I added --network_host= on the compute node. Here is the output of 
 nova-manage service list:
 
 Binary   Host Zone Status State Updated_At
 nova-consoleauth host3 nova enabled:-)   
 2012-12-13 16:34:23
 nova-certhost3 nova enabled:-)   
 2012-12-13 16:34:23
 nova-scheduler   host3 nova enabled:-)   
 2012-12-13 16:34:23
 nova-compute host3 nova enabled:-)   
 2012-12-13 16:34:26
 nova-volume  host3 nova enabled:-)   
 2012-12-13 16:34:23
 nova-network host3 nova enabled:-)   
 2012-12-13 16:34:24
 nova-certhost1 nova enabled:-)   
 2012-12-13 16:34:31
 nova-scheduler   host1 nova enabled:-)   
 2012-12-13 16:34:31
 nova-consoleauth host1 nova enabled:-)   
 2012-12-13 16:34:31
 nova-compute host1 nova enabledXXX   
 2012-12-12 19:53:18
 nova-volume  host1 nova enabled:-)   
 2012-12-13 16:34:31
 nova-network host1 nova enabled:-)   
 2012-12-13 16:34:31
 
 I have a suspicion that it got corrupted in the service table somehow - it 
 was working originally and I was able to spawn an instance on it. However, 
 that instance is now 'terminated' but still appears in my dashboard. Any 
 ideas? I can post the logs if needed.
 
 Let me know if you need anything else and thanks for any help you can provide.
 
 -Danny
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


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


Re: [Openstack] [ERROR] refresh_instance_security_rules

2012-12-14 Thread Vishvananda Ishaya
Was there more to the error? The underlying exception isn't listed.

Vish

On Dec 14, 2012, at 7:24 AM, Sébastien Han han.sebast...@gmail.com wrote:

 Hi Stackers,
 
 I run Folsom on Ubuntu 12.04. 
 
 Every time I run a new instance I get this ERROR in the compute logs.
 
 Dec 12 23:46:29 c2-compute-02 2012-12-12 23:46:29 ERROR 
 nova.openstack.common.rpc.amqp [-] Exception during message 
 handling#0122012-12-12 23:46:29 TRACE nova.openstack.common.rpc.amqp 
 Traceback (most recent call last):#0122012-12-12 23:46:29 TRACE 
 nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/amqp.py, line 
 275, in _process_data#0122012-12-12 23:46:29 TRACE 
 nova.openstack.common.rpc.amqp rval = self.proxy.dispatch(ctxt, version, 
 method, **args)#0122012-12-12 23:46:29 TRACE nova.openstack.common.rpc.amqp   
 File 
 /usr/lib/python2.7/dist-packages/nova/openstack/common/rpc/dispatcher.py, 
 line 145, in dispatch#0122012-12-12 23:46:29 TRACE 
 nova.openstack.common.rpc.amqp return getattr(proxyobj, method)(ctxt, 
 **kwargs)#0122012-12-12 23:46:29 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 117, in 
 wrapped#0122012-12-12 23:46:29 TRACE nova.openstack.common.rpc.amqp 
 temp_level, payload)#0122012-12-12 23:46:29 TRACE 
 nova.openstack.common.rpc.amqp   File /usr/lib/python2.7/contextlib.py, 
 line 24, in __exit__#0122012-12-12 23:46:29 TRACE 
 nova.openstack.common.rpc.amqp self.gen.next()#0122012-12-12 23:46:29 
 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/exception.py, line 92, in 
 wrapped#0122012-12-12 23:46:29 TRACE nova.openstack.common.rpc.amqp 
 return f(*args, **kw)#0122012-12-12 23:46:29 TRACE 
 nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/compute/manager.py, line 380, in 
 refresh_instance_security_rules#0122012-12-12 23:46:29 TRACE 
 nova.openstack.common.rpc.amqp return 
 self.driver.refresh_instance_security_rules(instance)#0122012-12-12 23:46:29 
 TRACE nova.openstack.common.rpc.amqp   File 
 /usr/lib/python2.7/dist-packages/nova/virt/libvirt/driver.py, line 2189, in 
 refresh_instance_security_rules#0122012-12-12 23:46:29 TRACE 
 nova.openstack.common.rpc.amqp 
 self.firewall_driver.refresh_instance_security_rules(instance)#
 
 
 
 This error seems harmless, as far as I can tell everything works perfectly. 
 Even so I'd like to have some input about it (ideally a fix because it 
 pollutes my logs).
 
 Thank you in advance.
 
 --
 Regards,
 Sébastien Han.
 
 ___
 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] How tow Question: Memory and Processor

2012-12-14 Thread Frans Thamura
Hi All

anyone have a calculator for sizing the cloud scale implementation

lets said 4 servers, with 8 cores, 64GB RAM.

what is the best implementation if my interest to make a PaaS cloud,
if 1 container we setup 2GB memory - 4 giga memory.

and in 1 server, the container eat around 60GB RAM and in another
server around 80GB RAM.

is it possible?

how to setup the controller with the VM PaaS to make a scale
implementation over the maximum memory in our servers' RAM

F

___
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 failed in Jenkins: cloud-archive_folsom_version-drift #2124

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2124/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2125/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2127/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_essex_deploy #18359

2012-12-14 Thread openstack-testing-bot
Title: precise_essex_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_deploy/18359/Project:precise_essex_deployDate of build:Fri, 14 Dec 2012 03:49:41 -0500Build duration:1 min 6 secBuild cause:Started by user james-pageBuilt on:masterHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 69 lines...]DEBUG: Loading metadata from /var/lib/jenkins/jobs/precise_essex_deploy/workspace/precise/keystone/metadata.yamlDEBUG: Loading config.yaml from /var/lib/jenkins/jobs/precise_essex_deploy/workspace/precise/keystone/config.yamlDEBUG: Charm 'rabbitmq' - using charm path '/var/lib/jenkins/jobs/precise_essex_deploy/workspace/precise/rabbitmq'Branched 37 revisions.DEBUG: Loading metadata from /var/lib/jenkins/jobs/precise_essex_deploy/workspace/precise/rabbitmq/metadata.yamlDEBUG: Loading config.yaml from /var/lib/jenkins/jobs/precise_essex_deploy/workspace/precise/rabbitmq/config.yamlDEBUG: Charm 'mysql' - using charm path '/var/lib/jenkins/jobs/precise_essex_deploy/workspace/precise/mysql'Branched 91 revisions.DEBUG: Loading metadata from /var/lib/jenkins/jobs/precise_essex_deploy/workspace/precise/mysql/metadata.yamlDEBUG: Loading config.yaml from /var/lib/jenkins/jobs/precise_essex_deploy/workspace/precise/mysql/config.yamlDEBUG: Charm 'openstack-dashboard' - using charm path '/var/lib/jenkins/jobs/precise_essex_deploy/workspace/precise/openstack-dashboard'bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~openstack-ubuntu-testing/charms/precise/horizon/trunk/".- Cloning nova-compute from lp:~openstack-ubuntu-testing/charms/precise/nova-compute/trunk- Cloning nova-volume from lp:~openstack-ubuntu-testing/charms/precise/nova-volume/trunk- Cloning nova-cloud-controller from lp:~openstack-ubuntu-testing/charms/precise/nova-cloud-controller/trunk- Cloning keystone from lp:~openstack-ubuntu-testing/charms/precise/keystone/trunk- Cloning rabbitmq from lp:charms/rabbitmq-server- Cloning mysql from lp:charms/mysql- Cloning openstack-dashboard from lp:~openstack-ubuntu-testing/charms/precise/horizon/trunkTraceback (most recent call last):  File "/var/lib/jenkins/tools/juju-deployer/deployer.py", line 160, in mdf = open("%s/metadata.yaml" % charm_path, "r")IOError: [Errno 2] No such file or directory: u'/var/lib/jenkins/jobs/precise_essex_deploy/workspace/precise/openstack-dashboard/metadata.yaml'+ rc=1+ echo 'Deployer returned: 1'Deployer returned: 1+ [[ 1 != 0 ]]+ echo 'Collating logs...'Collating logs...+ /var/lib/jenkins/tools/jenkins-scripts/collate-test-logs.py -o logsINFO:root:Creating output directory at logs2012-12-14 03:50:41,697 INFO Connecting to environment...2012-12-14 03:50:42,392 INFO Connected to environment.2012-12-14 03:50:42,496 INFO 'status' command finished successfullyINFO:root:Setting up connection to test-09.os.magners.qa.lexingtonINFO:paramiko.transport:Connected (version 2.0, client OpenSSH_5.9p1)INFO:paramiko.transport:Authentication (publickey) successful!INFO:paramiko.transport:Secsh channel 1 opened.INFO:paramiko.transport.sftp:[chan 1] Opened sftp connection (server version 3)INFO:root:Archiving logs on test-09.os.magners.qa.lexingtonINFO:paramiko.transport:Secsh channel 2 opened.INFO:root:Grabbing information from test-09.os.magners.qa.lexingtonERROR:root:Unable to get information from test-09.os.magners.qa.lexingtonINFO:paramiko.transport.sftp:[chan 1] sftp session closed.+ exit 1Build step 'Execute shell' marked build as failureArchiving artifactsEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2128/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2129/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2133/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2134/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2135/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2137/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2138/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2139/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2141/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2142/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2144/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_folsom_cinder_stable #138

2012-12-14 Thread openstack-testing-bot
Title: precise_folsom_cinder_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_cinder_stable/138/Project:precise_folsom_cinder_stableDate of build:Fri, 14 Dec 2012 08:00:59 -0500Build duration:1 min 11 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesBump next version to 2012.2.3by markmceditcinder/version.pyConsole Output[...truncated 1257 lines...]hard linking tools/hacking.py -> cinder-2012.2.3/toolshard linking tools/install_venv.py -> cinder-2012.2.3/toolshard linking tools/pip-requires -> cinder-2012.2.3/toolshard linking tools/rfc.sh -> cinder-2012.2.3/toolshard linking tools/test-requires -> cinder-2012.2.3/toolshard linking tools/with_venv.sh -> cinder-2012.2.3/toolshard linking tools/conf/extract_opts.py -> cinder-2012.2.3/tools/confhard linking tools/conf/generate_sample.sh -> cinder-2012.2.3/tools/confcopying setup.cfg -> cinder-2012.2.3Writing cinder-2012.2.3/setup.cfgcreating distCreating tar archiveremoving 'cinder-2012.2.3' (and everything under it)INFO:root:Building package using /tmp/tmpszubvQ/cinder_2012.2.3+git201212140801~precise.orig.tar.gzINFO:root:Generating git changelog entries for this packageINFO:root:Detected previous commit - readingINFO:root:Merging testing branch from launchpadNot attempting to fix packaging branch ancestry, missing pristine tar data for version 2012.2.2+git201211300101~precise. M  debian/changelogText conflict in debian/changelog1 conflicts encountered.ERROR:root:Error occurred during package creation/build: Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/cinder/precise-folsom', '--force']' returned non-zero exit status 1ERROR:root:Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/cinder/precise-folsom', '--force']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/folsom /tmp/tmpszubvQ/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpszubvQ/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 87d839a5e569a8dc5f5cf6ae3403e35390f241dc..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/cinder/precise-folsom --forceTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/cinder/precise-folsom', '--force']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['bzr', 'merge', 'lp:~openstack-ubuntu-testing/cinder/precise-folsom', '--force']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2145/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2149/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2150/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2152/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


[Openstack-ubuntu-testing-notifications] Build Fixed: precise_folsom_deploy #381

2012-12-14 Thread openstack-testing-bot
Title: precise_folsom_deploy
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_deploy/381/Project:precise_folsom_deployDate of build:Fri, 14 Dec 2012 10:13:58 -0500Build duration:14 minBuild cause:Started by user james-pageBuilt on:masterHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesBuild Artifactslogs/syslog.tar.gzlogs/test-02.os.magners.qa.lexington-log.tar.gzlogs/test-03.os.magners.qa.lexington-log.tar.gzlogs/test-04.os.magners.qa.lexington-log.tar.gzlogs/test-05.os.magners.qa.lexington-log.tar.gzlogs/test-06.os.magners.qa.lexington-log.tar.gzlogs/test-07.os.magners.qa.lexington-log.tar.gzlogs/test-08.os.magners.qa.lexington-log.tar.gzlogs/test-09.os.magners.qa.lexington-log.tar.gzlogs/test-10.os.magners.qa.lexington-log.tar.gzlogs/test-11.os.magners.qa.lexington-log.tar.gzlogs/test-12.os.magners.qa.lexington-log.tar.gzConsole Output[...truncated 3919 lines...]  -> Relation: openstack-dashboard:identity-service <-> keystone:identity-service  -> Relation: nova-compute:shared-db <-> mysql:shared-db  -> Relation: nova-compute:amqp <-> rabbitmq:amqp  -> Relation: nova-compute:image-service <-> glance:image-service  -> Relation: nova-compute:cloud-compute <-> nova-cloud-controller:cloud-compute  -> Relation: nova-compute:ceph <-> ceph:client- Ensuring relation state- Deployment complete in 851 seconds.- Juju command log:juju deploy -n 1 --config=/tmp/tmpFQUkbm --repository=/var/lib/jenkins/jobs/precise_folsom_deploy/workspace local:nova-compute nova-compute -e precisejuju deploy -n 1 --config=/tmp/tmpFQUkbm --repository=/var/lib/jenkins/jobs/precise_folsom_deploy/workspace local:nova-cloud-controller nova-cloud-controller -e precisejuju deploy -n 1 --config=/tmp/tmpFQUkbm --repository=/var/lib/jenkins/jobs/precise_folsom_deploy/workspace local:ceph ceph -e precisejuju deploy -n 1 --config=/tmp/tmpFQUkbm --repository=/var/lib/jenkins/jobs/precise_folsom_deploy/workspace local:keystone keystone -e precisejuju deploy -n 1 --repository=/var/lib/jenkins/jobs/precise_folsom_deploy/workspace local:rabbitmq-server rabbitmq -e precisejuju deploy -n 1 --repository=/var/lib/jenkins/jobs/precise_folsom_deploy/workspace local:mysql mysql -e precisejuju deploy -n 1 --config=/tmp/tmpFQUkbm --repository=/var/lib/jenkins/jobs/precise_folsom_deploy/workspace local:openstack-dashboard openstack-dashboard -e precisejuju deploy -n 1 --config=/tmp/tmpFQUkbm --repository=/var/lib/jenkins/jobs/precise_folsom_deploy/workspace local:cinder cinder -e precisejuju deploy -n 1 --config=/tmp/tmpFQUkbm --repository=/var/lib/jenkins/jobs/precise_folsom_deploy/workspace local:glance glance -e precisejuju add-relation keystone:shared-db mysql:shared-db -e precisejuju add-relation nova-cloud-controller:shared-db mysql:shared-db -e precisejuju add-relation nova-cloud-controller:amqp rabbitmq:amqp -e precisejuju add-relation nova-cloud-controller:image-service glance:image-service -e precisejuju add-relation nova-cloud-controller:identity-service keystone:identity-service -e precisejuju add-relation glance:shared-db mysql:shared-db -e precisejuju add-relation glance:identity-service keystone:identity-service -e precisejuju add-relation glance:ceph ceph:client -e precisejuju add-relation cinder:shared-db mysql:shared-db -e precisejuju add-relation cinder:amqp rabbitmq:amqp -e precisejuju add-relation cinder:cinder-volume-service nova-cloud-controller:cinder-volume-service -e precisejuju add-relation cinder:identity-service keystone:identity-service -e precisejuju add-relation cinder:ceph ceph:client -e precisejuju add-relation openstack-dashboard:identity-service keystone:identity-service -e precisejuju add-relation nova-compute:shared-db mysql:shared-db -e precisejuju add-relation nova-compute:amqp rabbitmq:amqp -e precisejuju add-relation nova-compute:image-service glance:image-service -e precisejuju add-relation nova-compute:cloud-compute nova-cloud-controller:cloud-compute -e precisejuju add-relation nova-compute:ceph ceph:client -e precise+ rc=0+ echo 'Deployer returned: 0'Deployer returned: 0+ [[ 0 != 0 ]]+ jenkins-cli build precise_folsom_coverage+ exit 0Archiving artifactsEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2154/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_nova_trunk #295

2012-12-14 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/295/Project:precise_grizzly_nova_trunkDate of build:Fri, 14 Dec 2012 10:35:37 -0500Build duration:4 min 28 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesFix use of osapi_compute_extension option in api_samples.by treinisheditnova/tests/integrated/test_api_samples.pyConsole Output[...truncated 5634 lines...]Fail-Stage: install-depsHost Architecture: amd64Install-Time: 0Job: nova_2013.1+git201212141036~precise-0ubuntu1.dscMachine Architecture: amd64Package: novaPackage-Time: 0Source-Version: 2013.1+git201212141036~precise-0ubuntu1Space: 0Status: failedVersion: 2013.1+git201212141036~precise-0ubuntu1Finished at 20121214-1038Build 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', 'nova_2013.1+git201212141036~precise-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201212141036~precise-0ubuntu1.dsc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/grizzly /tmp/tmpRpYXAY/novamk-build-deps -i -r -t apt-get -y /tmp/tmpRpYXAY/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201212141036~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201212141036~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201212141036~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+git201212141036~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+git201212141036~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 failed in Jenkins: cloud-archive_folsom_version-drift #2155

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2155/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2156/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2157/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2158/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2160/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2161/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2162/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2164/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2165/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2168/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2169/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2170/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2171/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2172/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/52/Project:raring_grizzly_glance_trunkDate of build:Fri, 14 Dec 2012 15:01:02 -0500Build duration:2 min 18 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesUse io.BufferedIOBase.read() instead of io.BytesIO.getvalue().by saschpeeditglance/tests/unit/v2/test_image_data_resource.pyConsole Output[...truncated 2780 lines...]Applying patch sql_conn.patchpatching file etc/glance-api.confpatching file etc/glance-registry.confApplying patch disable-network-for-docs.patchpatching file doc/source/conf.pyApplying patch webob_1.1_compat.patchpatching file glance/tests/unit/v2/test_image_data_resource.pyHunk #1 FAILED at 135.Hunk #2 FAILED at 160.2 out of 2 hunks FAILED -- rejects in file glance/tests/unit/v2/test_image_data_resource.pypatching file glance/api/v2/image_data.pyHunk #1 succeeded at 137 (offset 2 lines).Patch webob_1.1_compat.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-cd768d11-3d47-4aef-996a-a903763644ef', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-cd768d11-3d47-4aef-996a-a903763644ef', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmp11iiBi/glancemk-build-deps -i -r -t apt-get -y /tmp/tmp11iiBi/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 7324ffd4c54fef9e5363d1a8a3432ac51d2fbf29..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201212141501~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [9c817a9] Use io.BufferedIOBase.read() instead of io.BytesIO.getvalue().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', '-r', '-c', 'raring-amd64-cd768d11-3d47-4aef-996a-a903763644ef', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-cd768d11-3d47-4aef-996a-a903763644ef', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2173/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2174/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


[Openstack-ubuntu-testing-notifications] Build Failure: raring_grizzly_keystone_trunk #58

2012-12-14 Thread openstack-testing-bot
Title: raring_grizzly_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_keystone_trunk/58/Project:raring_grizzly_keystone_trunkDate of build:Fri, 14 Dec 2012 15:31:01 -0500Build duration:3 min 59 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesImported Translations from Transifexby Jenkinseditkeystone/locale/keystone.potTest for content-type appropriate 404 (bug 1089987)by dolph.mathewseditkeystone/common/wsgi.pyedittests/test_content_types.pyConsole Output[...truncated 2577 lines...]Machine Architecture: amd64Package: keystonePackage-Time: 0Source-Version: 2013.1+git201212141531~raring-0ubuntu1Space: 0Status: failedVersion: 2013.1+git201212141531~raring-0ubuntu1Finished at 20121214-1534Build needed 00:00:00, 0k disc spaceE: apt-get update failedERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201212141531~raring-0ubuntu1.dsc']' returned non-zero exit status 3ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'keystone_2013.1+git201212141531~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/tmpnKDdwp/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpnKDdwp/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 6ceb06689f5f1da26584192ae9f46a5248277565..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/keystone/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201212141531~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [be3dcf9] Test for content-type appropriate 404 (bug 1089987)dch -a [e093e81] Imported Translations from Transifexdch -a [e4d61ac] Add tests for contrib.s3.core.dch -a [18a49ae] syncing run_tests to match toxdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC keystone_2013.1+git201212141531~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A keystone_2013.1+git201212141531~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+git201212141531~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+git201212141531~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 Fixed: precise_grizzly_swift_trunk #60

2012-12-14 Thread openstack-testing-bot
Title: precise_grizzly_swift_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_swift_trunk/60/Project:precise_grizzly_swift_trunkDate of build:Fri, 14 Dec 2012 15:32:07 -0500Build duration:3 min 48 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80Changesdocument correct config in dispersion-report helpby clay.gerrardeditbin/swift-dispersion-reportFix permissions from last commitby z-launchpadedittest/functionalnosetests/test_object.pyedittest/functionalnosetests/test_container.pyConsole Output[...truncated 4111 lines...]Good signature on /tmp/tmp6UpnZL/swift_1.7.6+git201212141532~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmp6UpnZL/swift_1.7.6+git201212141532~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading swift_1.7.6+git201212141532~precise-0ubuntu1.dsc: done.  Uploading swift_1.7.6+git201212141532~precise.orig.tar.gz: done.  Uploading swift_1.7.6+git201212141532~precise-0ubuntu1.debian.tar.gz: done.  Uploading swift_1.7.6+git201212141532~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.6+git201212141532~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.6+git201212121335~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-account_1.7.6+git201212121335~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-container_1.7.6+git201212121335~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-doc_1.7.6+git201212121335~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-object_1.7.6+git201212121335~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-proxy_1.7.6+git201212121335~precise-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift_1.7.6+git201212121335~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 137.INFO:root:Storing current commit for next build: 9302c5ffc182602369613c3f376fe964c920c407INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/grizzly /tmp/tmp6UpnZL/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmp6UpnZL/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ea95d0092ae56182decaf8bf18cb533838c01c10..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/precise-grizzly --forcedch -b -D precise --newversion 1.7.6+git201212141532~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [9302c5f] Fix permissions from last commitdch -a [3dbc1a9] document correct config in dispersion-report helpdch -a [08a110b] Add a license header to functionalnosetestsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.6+git201212141532~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A swift_1.7.6+git201212141532~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing swift_1.7.6+git201212141532~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-grizzly swift_1.7.6+git201212141532~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 #58

2012-12-14 Thread openstack-testing-bot
Title: raring_grizzly_swift_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_swift_trunk/58/Project:raring_grizzly_swift_trunkDate of build:Fri, 14 Dec 2012 15:31:01 -0500Build duration:6 min 1 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80Changesdocument correct config in dispersion-report helpby clay.gerrardeditbin/swift-dispersion-reportFix permissions from last commitby z-launchpadedittest/functionalnosetests/test_container.pyedittest/functionalnosetests/test_object.pyConsole Output[...truncated 4950 lines...]Good signature on /tmp/tmpre14Ga/swift_1.7.6+git201212141531~raring-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpre14Ga/swift_1.7.6+git201212141531~raring-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading swift_1.7.6+git201212141531~raring-0ubuntu1.dsc: done.  Uploading swift_1.7.6+git201212141531~raring.orig.tar.gz: done.  Uploading swift_1.7.6+git201212141531~raring-0ubuntu1.debian.tar.gz: done.  Uploading swift_1.7.6+git201212141531~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.6+git201212141531~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.6+git201212121331~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-account_1.7.6+git201212121331~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-container_1.7.6+git201212121331~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-doc_1.7.6+git201212121331~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-object_1.7.6+git201212121331~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift-proxy_1.7.6+git201212121331~raring-0ubuntu1_all.debdeleting and forgetting pool/main/s/swift/swift_1.7.6+git201212121331~raring-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/swift/raring-grizzly']Pushed up to revision 137.INFO:root:Storing current commit for next build: 9302c5ffc182602369613c3f376fe964c920c407INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/swift/grizzly /tmp/tmpre14Ga/swiftmk-build-deps -i -r -t apt-get -y /tmp/tmpre14Ga/swift/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log ea95d0092ae56182decaf8bf18cb533838c01c10..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/swift/raring-grizzly --forcedch -b -D raring --newversion 1.7.6+git201212141531~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [9302c5f] Fix permissions from last commitdch -a [3dbc1a9] document correct config in dispersion-report helpdch -a [08a110b] Add a license header to functionalnosetestsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC swift_1.7.6+git201212141531~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A swift_1.7.6+git201212141531~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing swift_1.7.6+git201212141531~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly swift_1.7.6+git201212141531~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 failed in Jenkins: cloud-archive_folsom_version-drift #2175

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2175/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2176/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2178/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


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

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2179/

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

nova:
Ubuntu: 2012.2-0ubuntu5.2
Cloud Archive staging: 2012.2-0ubuntu5~cloud0

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

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


[Openstack-ubuntu-testing-notifications] Jenkins build is back to normal : cloud-archive_folsom_version-drift #2180

2012-12-14 Thread openstack-testing-bot
See http://10.189.74.7:8080/job/cloud-archive_folsom_version-drift/2180/


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


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

2012-12-14 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/300/Project:raring_grizzly_nova_trunkDate of build:Fri, 14 Dec 2012 19:02:03 -0500Build duration:36 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesNo ChangesConsole OutputStarted by an SCM changeBuilding remotely on pkg-builderCheckout:raring_grizzly_nova_trunk / /var/lib/jenkins/slave/workspace/raring_grizzly_nova_trunk - hudson.remoting.Channel@746291c6:pkg-builderUsing strategy: DefaultLast Built Revision: Revision 8652d71ade5e778da7c5934cc313f9c85443a0ce (origin/master)Checkout:nova / /var/lib/jenkins/slave/workspace/raring_grizzly_nova_trunk/nova - hudson.remoting.LocalChannel@57161c78Wiping out workspace first.Cloning the remote Git repositoryCloning repository originSCM check out abortedEmail 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 #54

2012-12-14 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/54/Project:raring_grizzly_glance_trunkDate of build:Fri, 14 Dec 2012 19:31:06 -0500Build duration:2 min 57 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesConfigure endpoint_type and service_type for swiftby mark.washenbergereditglance/tests/unit/test_swift_store.pyeditglance/store/swift.pyConsole Output[...truncated 2786 lines...]patching file etc/glance-registry.confApplying patch disable-network-for-docs.patchpatching file doc/source/conf.pyApplying patch webob_1.1_compat.patchpatching file glance/tests/unit/v2/test_image_data_resource.pyHunk #1 FAILED at 135.Hunk #2 FAILED at 160.2 out of 2 hunks FAILED -- rejects in file glance/tests/unit/v2/test_image_data_resource.pypatching file glance/api/v2/image_data.pyHunk #1 succeeded at 137 (offset 2 lines).Patch webob_1.1_compat.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-eac6da9a-36da-44ab-82e5-a82f7078cb40', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-eac6da9a-36da-44ab-82e5-a82f7078cb40', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmp6K5y5e/glancemk-build-deps -i -r -t apt-get -y /tmp/tmp6K5y5e/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 7324ffd4c54fef9e5363d1a8a3432ac51d2fbf29..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201212141931~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [4b768a4] Configure endpoint_type and service_type for swiftdch -a [3b4dac3] Refactor multi-tenant swift store.dch -a [9c817a9] Use io.BufferedIOBase.read() instead of io.BytesIO.getvalue().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', '-r', '-c', 'raring-amd64-eac6da9a-36da-44ab-82e5-a82f7078cb40', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'raring-amd64-eac6da9a-36da-44ab-82e5-a82f7078cb40', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2012-12-14 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/56/Project:precise_grizzly_glance_trunkDate of build:Fri, 14 Dec 2012 19:34:04 -0500Build duration:1 min 34 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesConfigure endpoint_type and service_type for swiftby mark.washenbergereditglance/store/swift.pyeditglance/tests/unit/test_swift_store.pyConsole Output[...truncated 2024 lines...]patching file etc/glance-registry.confApplying patch disable-network-for-docs.patchpatching file doc/source/conf.pyApplying patch webob_1.1_compat.patchpatching file glance/tests/unit/v2/test_image_data_resource.pyHunk #1 FAILED at 135.Hunk #2 FAILED at 160.2 out of 2 hunks FAILED -- rejects in file glance/tests/unit/v2/test_image_data_resource.pypatching file glance/api/v2/image_data.pyHunk #1 succeeded at 137 (offset 2 lines).Patch webob_1.1_compat.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-8e49d237-9fd2-4bb7-8159-4700526a1b9e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-8e49d237-9fd2-4bb7-8159-4700526a1b9e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/glance/grizzly /tmp/tmp2hZsXZ/glancemk-build-deps -i -r -t apt-get -y /tmp/tmp2hZsXZ/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 7324ffd4c54fef9e5363d1a8a3432ac51d2fbf29..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201212141934~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [4b768a4] Configure endpoint_type and service_type for swiftdch -a [3b4dac3] Refactor multi-tenant swift store.dch -a [9c817a9] Use io.BufferedIOBase.read() instead of io.BytesIO.getvalue().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', '-r', '-c', 'precise-amd64-8e49d237-9fd2-4bb7-8159-4700526a1b9e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-r', '-c', 'precise-amd64-8e49d237-9fd2-4bb7-8159-4700526a1b9e', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: raring_grizzly_nova_trunk #301

2012-12-14 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/301/Project:raring_grizzly_nova_trunkDate of build:Fri, 14 Dec 2012 19:30:59 -0500Build duration:18 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesAdd a developer trap for api samplesby danmseditnova/tests/integrated/test_api_samples.pyConsole Output[...truncated 38207 lines...]deleting and forgetting pool/main/n/nova/nova-compute-xcp_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute-xen_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-compute_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-conductor_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-console_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-consoleauth_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-doc_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-network_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-novncproxy_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-objectstore_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-scheduler_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-volume_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-network_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xcp-plugins_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/nova-xvpvncproxy_2013.1+git201212141401~raring-0ubuntu1_all.debdeleting and forgetting pool/main/n/nova/python-nova_2013.1+git201212141401~raring-0ubuntu1_all.debINFO:root:Pushing changes back to bzr testing branchDEBUG:root:['bzr', 'push', 'lp:~openstack-ubuntu-testing/nova/raring-grizzly']Pushed up to revision 512.INFO:root:Storing current commit for next build: bd7fb1c30ffb71b22bed1ce56c6caab5290cecc0INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/grizzly /tmp/tmpp5OSFq/novamk-build-deps -i -r -t apt-get -y /tmp/tmpp5OSFq/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 9138e99c144de166ad9f5bddd0e110244ffbbf8e..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201212141931~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201212141931~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201212141931~raring-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/grizzly-trunk-testing nova_2013.1+git201212141931~raring-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include raring-grizzly nova_2013.1+git201212141931~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 Failure: precise_grizzly_nova_trunk #299

2012-12-14 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/299/Project:precise_grizzly_nova_trunkDate of build:Fri, 14 Dec 2012 20:01:05 -0500Build duration:6 min 41 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesUse testr to run nova unittests.by clark.boylaneditnova/tests/test_virt_drivers.pyedittools/install_venv.pyeditnova/tests/image/test_s3.pyeditnova/tests/test_api.pyeditnova/test.pyeditnova/tests/test_imagebackend.pyeditsetup.cfgeditnova/tests/test_xenapi.pyedittools/test-requireseditnova/tests/conductor/test_conductor.pyeditnova/tests/integrated/test_api_samples.pyadd.testr.confedittox.inieditnova/tests/hyperv/basetestcase.pyeditrun_tests.sheditnova/tests/api/ec2/test_cloud.pyeditnova/tests/integrated/test_extensions.pyConsole Output[...truncated 10230 lines...]Source-Version: 2013.1+git201212142001~precise-0ubuntu1Space: 100696Status: attemptedVersion: 2013.1+git201212142001~precise-0ubuntu1Finished at 20121214-2007Build needed 00:03:55, 100696k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201212142001~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201212142001~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/grizzly /tmp/tmpfRKlJ0/novamk-build-deps -i -r -t apt-get -y /tmp/tmpfRKlJ0/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 9138e99c144de166ad9f5bddd0e110244ffbbf8e..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201212142001~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [4abc8cc] Use testr to run nova unittests.dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201212142001~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201212142001~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+git201212142001~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+git201212142001~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 Failure: raring_grizzly_nova_trunk #302

2012-12-14 Thread openstack-testing-bot
Title: raring_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_nova_trunk/302/Project:raring_grizzly_nova_trunkDate of build:Fri, 14 Dec 2012 20:01:04 -0500Build duration:8 min 37 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesUse testr to run nova unittests.by clark.boylaneditnova/tests/test_api.pyeditnova/tests/test_imagebackend.pyeditnova/tests/integrated/test_api_samples.pyeditnova/tests/test_xenapi.pyadd.testr.confeditnova/tests/test_virt_drivers.pyedittox.inieditrun_tests.sheditnova/tests/api/ec2/test_cloud.pyeditsetup.cfgeditnova/tests/integrated/test_extensions.pyeditnova/tests/conductor/test_conductor.pyedittools/install_venv.pyeditnova/tests/hyperv/basetestcase.pyeditnova/test.pyedittools/test-requireseditnova/tests/image/test_s3.pyConsole Output[...truncated 11980 lines...]Fail-Stage: buildHost Architecture: amd64Install-Time: 62Job: nova_2013.1+git201212142001~raring-0ubuntu1.dscMachine Architecture: amd64Package: novaPackage-Time: 286Source-Version: 2013.1+git201212142001~raring-0ubuntu1Space: 101068Status: attemptedVersion: 2013.1+git201212142001~raring-0ubuntu1Finished at 20121214-2009Build needed 00:04:46, 101068k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201212142001~raring-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'raring-grizzly', '-n', '-A', 'nova_2013.1+git201212142001~raring-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/grizzly /tmp/tmpMox_Fd/novamk-build-deps -i -r -t apt-get -y /tmp/tmpMox_Fd/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log bd7fb1c30ffb71b22bed1ce56c6caab5290cecc0..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/raring-grizzly --forcedch -b -D raring --newversion 2013.1+git201212142001~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [4abc8cc] Use testr to run nova unittests.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201212142001~raring-0ubuntu1_source.changessbuild -d raring-grizzly -n -A nova_2013.1+git201212142001~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+git201212142001~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', 'nova_2013.1+git201212142001~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: precise_grizzly_nova_trunk #300

2012-12-14 Thread openstack-testing-bot
Title: precise_grizzly_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_nova_trunk/300/Project:precise_grizzly_nova_trunkDate of build:Fri, 14 Dec 2012 21:31:03 -0500Build duration:6 min 13 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesRetry NBD device allocation.by mikaleditnova/tests/virt/disk/test_nbd.pyeditnova/virt/disk/mount/nbd.pyConsole Output[...truncated 10233 lines...]Space: 100712Status: attemptedVersion: 2013.1+git201212142131~precise-0ubuntu1Finished at 20121214-2137Build needed 00:03:37, 100712k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201212142131~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'nova_2013.1+git201212142131~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/grizzly /tmp/tmpR7Bl7d/novamk-build-deps -i -r -t apt-get -y /tmp/tmpR7Bl7d/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 9138e99c144de166ad9f5bddd0e110244ffbbf8e..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/nova/precise-grizzly --forcedch -b -D precise --newversion 2013.1+git201212142131~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [6da1dbc] Retry NBD device allocation.dch -a [4abc8cc] Use testr to run nova unittests.dch -a [bd7fb1c] Add a developer trap for api samplesdch -a [5019de6] Allow xenapi to work with empty image metadatadch -a [18817c7] Imported Translations from Transifexdch -a [76588ed] Fix for broken switch for config_drivedch -a [98a7161] Fix use of osapi_compute_extension option in api_samples.dch -a [6c9d9ab] Fix errors in used_limits extensiondch -a [503d572] Fixes KeyError: 'sr_uuid' when booting from volume on xenapidebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.1+git201212142131~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A nova_2013.1+git201212142131~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+git201212142131~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+git201212142131~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