Re: [Openstack] New site for questions http://ask.openstack.org

2013-03-28 Thread billy am
A natural place to ask would be Chinese and Japanese Teams. Hmms ... are
loco team leaders added to this list by default? Or requested to join?
Perhaps , nominated team members from each team can also be moderators so
that everyone is kept informed of the ongoing community development process.

On Thu, Mar 28, 2013 at 3:33 AM, Stefano Maffulli stef...@openstack.orgwrote:

 On 03/27/2013 01:59 AM, billy am wrote:

 I concur. Its indeed a great looking site. Can I check if it can support
 asian languages?


 Glad you asked this question! Now that Phase I (launch in English) is
 almost done, I'm thinking of Phase II: add options to ask questions in
 different languages, Asian languages (Chinese and Japanese) included.

 I'm looking for people experienced running Apache solr in Chinese that can
 help the Askbot team getting solr up and running. If you know anybody with
 such experience please have them contact me.

 Thanks
 stef




-- 
 
--
|

Team Ubuntu Singapore

Wiki: https://wiki.ubuntu.com/SingaporeTeam
IRC: #ubuntu-sg on irc.freenode.net
Forum : Singapore Team - Ubuntu
Forumshttp://ubuntuforums.org/forumdisplay.php?f=433
Mailing List: ubuntu...@lists.ubuntu.com
Website: http://ubuntu.sg/
Facebook: http://www.facebook.com/groups/ubuntu.sg

VSP 5 , MCSA (Security) , MCSA , CCNA , LPIC - Lvl 1 , Security+ ,
 Network+ , A+
___
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] Recruiting - Translation Coordinator

2013-03-28 Thread Ying Chun Guo
Hi,

Now we have gotten volunteers for French, Brazilian Portuguese,  Hindi
(India), and Spanish.

we need more volunteers for Japanese, Spanish, Czech, Vietnamese (Viet
Nam), Hungarian, Russian,
Italian, Korean (Korea), Turkish (Turkey), and Catalan.

Please send me mail if you have interests. Thanks.


Ying Chun Guo/China/IBM wrote on 2013/03/26 17:36:07:

 Ying Chun Guo/China/IBM
 2013/03/26 17:36

 To

 openstack@lists.launchpad.net, commun...@lists.openstack.org,

 cc

 Subject

 Recruiting - Translation Coordinator

 Hi, all

 Now the translation of OpenStack message strings and documents is
 managed by Transifex. The access control in Transifex is set as
 Free for all. Anybody can jump in and contribute to the
 translation. It's easily to attract translators but it's not good
 for the quality. In order to ensure the quality of translation,
 there is a plan to enable the role based access control of OpenStack
 project in Transifex.

 This change will need to set up the translation team for each
 language, including translators, reviewers and coordinators. The
 coordinators are the leaders of a translation team. They are
 responsible for the set up of translation team and the control of
 quality. Now I send this mail to community and call for coordinators.

 Responsibilities of coordinators include:
 1. communicate with translators/reviewers in your team, coordinate
 the translation and review work among the translators and reviewers
 in your team.
 2. control the quality of translation. Review each auto-generated
 translation patch in Git review tool.
 3. manage the translation memory and glossary for a certain language.
 4. communicate with community about requirements, bugs, and issues
 of translation.

 People, who want to be a coordinator, don't need to worry about:
 1. the size of the translation team. The translation team can grow
 from small. If there is only 1 people who is contributing to the
 translation of a certain language, that people could be the coordinator.
 2. the usage of tools (Transifex, Git review, and etc.). We have
 many people who can help you get familiar with the tools.
 3. translation experiences and coordinator experiences. The
 community have people with rich experiences who can give you guidance.

 If you have passions and time, if you want to contribute to
 OpenStack translation, feel free to contact with me.

 Thanks and regards
 Daisy___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] [nova-network] add-network-to-project

2013-03-28 Thread Ajiva Fan
hello everyone:

i have a very simple question which confuses me for a long time:
how should i add a network to a project via rest api?

1) i'm admin of the whole cloud env essex, (i think the folsom is same in
this case)
2) using nova-network:vlan (if using flatdhcp, the associate action is
meanless)
3) a user project user-project is created, and the admin:admin is not
that project's admin (and even not a member of it)
4) a network user-network is created, but not associated with
user-project
5) how to associate the user-network with user-project ?

i know i can use nova-manage via nova-client in the control node,
but what i need to know is how to do this operation via rest api, like curl
or in horizon?

the rest api is: http://api.openstack.org/api-ref.html
POST
v2/{tenant_id}/os-networks/add
with a body identifier the network's id

the problem is that, even i have admin:admin token, i *cannot* associate
the user-network with user-project,
because from the source code of folsom(and essex) nova, in the
nova.api.openstack.wsgi.py of line 931, i find this:

project_id = action_args.pop(project_id, None)
context = request.environ.get('nova.context')
if (context and project_id and (project_id != context.project_id)):
msg = _(Malformed request url)
return Fault(webob.exc.HTTPBadRequest(explanation=msg))

since nova.context.project_id is the project admin_id, and the project_id
is extract from the url,
so the webob.exc is returned.

please help me, i read a lot, (both document and source code, i just cannot
understand or just miss something important)
but still don't know how to do it.

ps: i have sent a mail to openstack-dev on mar 8, but no one reply me. is
my question nonsense?
Note this mail is not the exactly same as previous one since i've more
knowledge of it but the main problem is same
___
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] private cloud

2013-03-28 Thread Razique Mahroua
+1more infos needed :)
Razique Mahroua-Nuage  Corazique.mahr...@gmail.comTel: +33 9 72 37 94 15

Le 28 mars 2013 à 03:52, Kuo Hugo tonyt...@gmail.com a écrit :Hi Ralph Lewis ,The configuration could be variety .Would you mind which project of OpenStack do you want to try it out ?
1. For a quick and global view , you can try to usehttp://devstack.org/ . It's not for production though. But you can run it in a VM for testing. 
2. Depends on different openstack project , there're plenty of configurations . Which project do you want Nova / Glance / Keystone /Swift / Quantum / Cinder ?
Let me know that if I can do anything for you.CheersHugo2013/3/28 Ralph lewis kale...@outlook.com



Could i Have a complete configuration for openstack running in local? (private cloud)KAN MELEDJE RALPH LEWIS
---Master RT Université de Savoie
Elève-ingénieur Réseau  Télécom ESTEM-Casablanca 		 	   		  
___
Mailing list: https://launchpad.net/~openstack
Post to   : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help  : https://help.launchpad.net/ListHelp
-- +Hugo Kuo+h...@swiftstack.comtonyt...@gmail.com
+886 935004793

___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] Keystone Grizzly RC2 available

2013-03-28 Thread Thierry Carrez
Hello everyone,

Due to the renaming of the trust extension and a response backward
compatibility issue, we created a new Grizzly release candidate for
OpenStack identity (Keystone).

You can find the RC2 tarball and the list of fixed bugs at:
https://launchpad.net/keystone/grizzly/grizzly-rc2

This is hopefully the last Grizzly release candidate for Keystone.
Unless new release-critical regressions are found that warrant another
release candidate respin, this RC2 will be formally included in the
common OpenStack 2013.1 final release next week. You are therefore
strongly encouraged to test and validate this tarball.

Alternatively, you can grab the code at:
https://github.com/openstack/keystone/tree/milestone-proposed

If you find a regression that could be considered release-critical,
please file it at https://bugs.launchpad.net/keystone/+filebug and tag
it *grizzly-rc-potential* to bring it to the release crew's attention.

Happy regression hunting,

-- 
Thierry Carrez (ttx)
Release Manager, OpenStack

___
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-community] Recruiting - Translation Coordinator

2013-03-28 Thread Laura Alves
On Thu, Mar 28, 2013 at 5:21 AM, Ying Chun Guo guoyi...@cn.ibm.com wrote:

  Hi,

 Now we have gotten volunteers for French, Brazilian Portuguese,  Hindi
 (India), and Spanish.

 we need more volunteers for Japanese, Spanish, Czech, Vietnamese (Viet
 Nam), Hungarian, Russian,
 Italian, Korean (Korea), Turkish (Turkey), and Catalan.

 Please send me mail if you have interests. Thanks.


 Ying Chun Guo/China/IBM wrote on 2013/03/26 17:36:07:

  Ying Chun Guo/China/IBM
  2013/03/26 17:36
 
  To
 
  openstack@lists.launchpad.net, commun...@lists.openstack.org,
 
  cc
 
  Subject
 
  Recruiting - Translation Coordinator

 
  Hi, all
 
  Now the translation of OpenStack message strings and documents is
  managed by Transifex. The access control in Transifex is set as
  Free for all. Anybody can jump in and contribute to the
  translation. It's easily to attract translators but it's not good
  for the quality. In order to ensure the quality of translation,
  there is a plan to enable the role based access control of OpenStack
  project in Transifex.
 
  This change will need to set up the translation team for each
  language, including translators, reviewers and coordinators. The
  coordinators are the leaders of a translation team. They are
  responsible for the set up of translation team and the control of
  quality. Now I send this mail to community and call for coordinators.
 
  Responsibilities of coordinators include:
  1. communicate with translators/reviewers in your team, coordinate
  the translation and review work among the translators and reviewers
  in your team.
  2. control the quality of translation. Review each auto-generated
  translation patch in Git review tool.
  3. manage the translation memory and glossary for a certain language.
  4. communicate with community about requirements, bugs, and issues
  of translation.

  People, who want to be a coordinator, don't need to worry about:
  1. the size of the translation team. The translation team can grow
  from small. If there is only 1 people who is contributing to the
  translation of a certain language, that people could be the coordinator.
  2. the usage of tools (Transifex, Git review, and etc.). We have
  many people who can help you get familiar with the tools.
  3. translation experiences and coordinator experiences. The
  community have people with rich experiences who can give you guidance.
 
  If you have passions and time, if you want to contribute to
  OpenStack translation, feel free to contact with me.
 
  Thanks and regards
  Daisy


 ___
 Community mailing list
 commun...@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/community


Hi All!

Many of you are know it already, but I just wanted to spread the word in
these lists about the #openstack-translation IRC channel.  Everyone's
invited to lurk around!

There is little activity so far, and we know time zone differences may
prevent interaction among contributors in different locations, but the idea
is also to have real-time communication channel for local or regional
volunteer translators' groups.

All translation and localization (or localisation) -related topics are
welcome.  So feel free to join and spread the word!

See you there!
Thanks!

ladquin
___
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 to get around bug 1135948

2013-03-28 Thread Mohammed Amine SAYA
Hi All,

I am trying to find out how to get around this bug :
https://bugs.launchpad.net/quantum/+bug/1135948  in FOLSOM release.

I saw in the bug's history that it was fixed and released on 2013-03-13,
which means that it's has been included in grizzly-rc1 but unfortunately
grizzly-rc1 packages are not available yet for DEBIAN.

Do you know to get around this bug in FOLSOM or 2013.1~g3-1 packages?

It's the last obstacle, I hope, which prevents me from pinging a VM.

Thanks for your time and help.
Amine.
___
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-network] add-network-to-project

2013-03-28 Thread Vishvananda Ishaya
I just looked at the code and it appears this is not possible through the 
os_networks extension. This appears to be an oversight. It should probably 
allow a project to be passed in.

Bug report here: https://bugs.launchpad.net/nova/+bug/1161441

That said, the first time a user boots an instance, he automatically gets 
assigned a network, so in many cases it isn't needed.

Another option would be to modify the code you mentioned to allow a workaround:

if (context and not context.is_admin and project_id and (project_id != 
context.project_id)):

Vish

On Mar 28, 2013, at 1:46 AM, Ajiva Fan aji.zq...@gmail.com wrote:

 hello everyone:
 
 i have a very simple question which confuses me for a long time:
 how should i add a network to a project via rest api?
 
 1) i'm admin of the whole cloud env essex, (i think the folsom is same in 
 this case)
 2) using nova-network:vlan (if using flatdhcp, the associate action is 
 meanless)
 3) a user project user-project is created, and the admin:admin is not that 
 project's admin (and even not a member of it)
 4) a network user-network is created, but not associated with user-project
 5) how to associate the user-network with user-project ?
 
 i know i can use nova-manage via nova-client in the control node, 
 but what i need to know is how to do this operation via rest api, like curl 
 or in horizon?
 
 the rest api is: http://api.openstack.org/api-ref.html
 POST
 v2/{tenant_id}/os-networks/add 
 with a body identifier the network's id
 
 the problem is that, even i have admin:admin token, i *cannot* associate the 
 user-network with user-project, 
 because from the source code of folsom(and essex) nova, in the 
 nova.api.openstack.wsgi.py of line 931, i find this:
 
 project_id = action_args.pop(project_id, None)
 context = request.environ.get('nova.context')
 if (context and project_id and (project_id != context.project_id)):
 msg = _(Malformed request url)
 return Fault(webob.exc.HTTPBadRequest(explanation=msg))
 
 since nova.context.project_id is the project admin_id, and the project_id is 
 extract from the url, 
 so the webob.exc is returned.
 
 please help me, i read a lot, (both document and source code, i just cannot 
 understand or just miss something important)
 but still don't know how to do it.
 
 ps: i have sent a mail to openstack-dev on mar 8, but no one reply me. is my 
 question nonsense?
 Note this mail is not the exactly same as previous one since i've more 
 knowledge of it but the main problem is same
 ___
 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] New site for questions http://ask.openstack.org

2013-03-28 Thread Stefano Maffulli

On Wed 27 Mar 2013 11:25:56 PM PDT, billy am wrote:

A natural place to ask would be Chinese and Japanese Teams. Hmms ...
are loco team leaders added to this list by default? Or requested to
join? Perhaps , nominated team members from each team can also be
moderators so that everyone is kept informed of the ongoing community
development process.


There is an APAC/APEC group (see the wiki UserGroups page for details), 
I've asked there.

thanks,
stef

___
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] private cloud

2013-03-28 Thread Mark Lehrer



Could i Have a complete configuration for openstack running in local? (private 
cloud)



http://lmgtfy.com/?q=openstack+easy+install

I used the Hastexo guide and it was pretty easy.

Mark

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


[Openstack] [Savanna] Weekly meeting (#openstack-meeting-alt)

2013-03-28 Thread Sergey Lukjanov
Hi,

Today there will be our third weekly community meeting about Savanna at 18:00 
UTC on irc channel #openstack-meeting-alt at freenode.

Come along.

Sergey Lukjanov
___
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 Configuration / Operation Maximums

2013-03-28 Thread Ramon Acedo
Hi everyone,

I'd be interested in gathering information about configuration and
operation maximums/limits for OpenStack in terms of computational
maximums, storage maximums and network maximums. We have many
subcomponents so it may be a difficult exercise. Maybe some of you are
familiar with the RHEL[1] and VMware[2] maximums, I'd like to work on
something similar for OpenStack.

Any thoughts or feedback is much appreciated.

Ramon

[1] 
http://www.redhat.com/resourcelibrary/articles/virtualization-limits-rhel-hypervisors
[2] http://www.vmware.com/pdf/vsphere5/r50/vsphere-50-configuration-maximums.pdf

___
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] Keystone Grizzly RC2 available

2013-03-28 Thread Andy Smith
The change I made to build tokens from existing data (rather than
re-querying it all from the db) didn't go in?

Without it extensions are not able to build custom tokens (meaning just
about any extension that wants to do something with auth is not possible).


On Thu, Mar 28, 2013 at 2:34 AM, Thierry Carrez thie...@openstack.orgwrote:

 Hello everyone,

 Due to the renaming of the trust extension and a response backward
 compatibility issue, we created a new Grizzly release candidate for
 OpenStack identity (Keystone).

 You can find the RC2 tarball and the list of fixed bugs at:
 https://launchpad.net/keystone/grizzly/grizzly-rc2

 This is hopefully the last Grizzly release candidate for Keystone.
 Unless new release-critical regressions are found that warrant another
 release candidate respin, this RC2 will be formally included in the
 common OpenStack 2013.1 final release next week. You are therefore
 strongly encouraged to test and validate this tarball.

 Alternatively, you can grab the code at:
 https://github.com/openstack/keystone/tree/milestone-proposed

 If you find a regression that could be considered release-critical,
 please file it at https://bugs.launchpad.net/keystone/+filebug and tag
 it *grizzly-rc-potential* to bring it to the release crew's attention.

 Happy regression hunting,

 --
 Thierry Carrez (ttx)
 Release Manager, OpenStack

 ___
 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] Keystone Grizzly RC2 available

2013-03-28 Thread Brad Topol
Andy,

Was there a blueprint for this function?  Can I get the review ID?   I am 
very interested in the notion of  custom token creation.

Thanks,

Brad

Brad Topol, Ph.D.
IBM Distinguished Engineer
OpenStack
(919) 543-0646
Internet:  bto...@us.ibm.com
Assistant: Cindy Willman (919) 268-5296



From:   Andy Smith andys...@gmail.com
To: Thierry Carrez thie...@openstack.org
Cc: openstack@lists.launchpad.net openstack@lists.launchpad.net
Date:   03/28/2013 03:27 PM
Subject:Re: [Openstack] Keystone Grizzly RC2 available
Sent by:openstack-bounces+btopol=us.ibm@lists.launchpad.net



The change I made to build tokens from existing data (rather than 
re-querying it all from the db) didn't go in?

Without it extensions are not able to build custom tokens (meaning just 
about any extension that wants to do something with auth is not possible).


On Thu, Mar 28, 2013 at 2:34 AM, Thierry Carrez thie...@openstack.org 
wrote:
Hello everyone,

Due to the renaming of the trust extension and a response backward
compatibility issue, we created a new Grizzly release candidate for
OpenStack identity (Keystone).

You can find the RC2 tarball and the list of fixed bugs at:
https://launchpad.net/keystone/grizzly/grizzly-rc2

This is hopefully the last Grizzly release candidate for Keystone.
Unless new release-critical regressions are found that warrant another
release candidate respin, this RC2 will be formally included in the
common OpenStack 2013.1 final release next week. You are therefore
strongly encouraged to test and validate this tarball.

Alternatively, you can grab the code at:
https://github.com/openstack/keystone/tree/milestone-proposed

If you find a regression that could be considered release-critical,
please file it at https://bugs.launchpad.net/keystone/+filebug and tag
it *grizzly-rc-potential* to bring it to the release crew's attention.

Happy regression hunting,

--
Thierry Carrez (ttx)
Release Manager, OpenStack

___
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] Keystone Grizzly RC2 available

2013-03-28 Thread Dolph Mathews
It wasn't proposed for backporting nor did jenkins link the bug to the
review:

Review: https://review.openstack.org/#/c/24965/

Bug: https://bugs.launchpad.net/keystone/+bug/1159987

Commit:
https://github.com/openstack/keystone/commit/2f0c46179ea2eb7872167941412bdbd5abca08f0

I tagged the bug as grizzly-backport-potential as it's certainly low impact
and desirable.


-Dolph


On Thu, Mar 28, 2013 at 2:40 PM, Brad Topol bto...@us.ibm.com wrote:

 Andy,

 Was there a blueprint for this function?  Can I get the review ID?   I am
 very interested in the notion of  custom token creation.

 Thanks,

 Brad

 Brad Topol, Ph.D.
 IBM Distinguished Engineer
 OpenStack
 (919) 543-0646
 Internet:  bto...@us.ibm.com
 Assistant: Cindy Willman (919) 268-5296



 From:Andy Smith andys...@gmail.com
 To:Thierry Carrez thie...@openstack.org
 Cc:openstack@lists.launchpad.net openstack@lists.launchpad.net
 Date:03/28/2013 03:27 PM
 Subject:Re: [Openstack] Keystone Grizzly RC2 available
 Sent by:openstack-bounces+btopol=us.ibm@lists.launchpad.net
 --



 The change I made to build tokens from existing data (rather than
 re-querying it all from the db) didn't go in?

 Without it extensions are not able to build custom tokens (meaning just
 about any extension that wants to do something with auth is not possible).


 On Thu, Mar 28, 2013 at 2:34 AM, Thierry Carrez 
 *thie...@openstack.org*thie...@openstack.org
 wrote:
 Hello everyone,

 Due to the renaming of the trust extension and a response backward
 compatibility issue, we created a new Grizzly release candidate for
 OpenStack identity (Keystone).

 You can find the RC2 tarball and the list of fixed bugs at:*
 **https://launchpad.net/keystone/grizzly/grizzly-rc2*https://launchpad.net/keystone/grizzly/grizzly-rc2

 This is hopefully the last Grizzly release candidate for Keystone.
 Unless new release-critical regressions are found that warrant another
 release candidate respin, this RC2 will be formally included in the
 common OpenStack 2013.1 final release next week. You are therefore
 strongly encouraged to test and validate this tarball.

 Alternatively, you can grab the code at:*
 **https://github.com/openstack/keystone/tree/milestone-proposed*https://github.com/openstack/keystone/tree/milestone-proposed

 If you find a regression that could be considered release-critical,
 please file it at 
 *https://bugs.launchpad.net/keystone/+filebug*https://bugs.launchpad.net/keystone/+filebugand
  tag
 it *grizzly-rc-potential* to bring it to the release crew's attention.

 Happy regression hunting,

 --
 Thierry Carrez (ttx)
 Release Manager, OpenStack

 ___
 Mailing list: 
 *https://launchpad.net/~openstack*https://launchpad.net/~openstack
 Post to : *openstack@lists.launchpad.net*openstack@lists.launchpad.net
 Unsubscribe : 
 *https://launchpad.net/~openstack*https://launchpad.net/~openstack
 More help   : 
 *https://help.launchpad.net/ListHelp*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


___
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] New site for questions http://ask.openstack.org

2013-03-28 Thread billy am
Great! Hope it will work out. Pls let us know if there are any other ways
we could help.

On the APAC group , It seems strange no?. Are Malaysia/Indonesia/Singapore
teams under APAC group too? What about ASEAN group? India?

On Thu, Mar 28, 2013 at 11:58 PM, Stefano Maffulli stef...@openstack.orgwrote:

 On Wed 27 Mar 2013 11:25:56 PM PDT, billy am wrote:

 A natural place to ask would be Chinese and Japanese Teams. Hmms ...
 are loco team leaders added to this list by default? Or requested to
 join? Perhaps , nominated team members from each team can also be
 moderators so that everyone is kept informed of the ongoing community
 development process.


 There is an APAC/APEC group (see the wiki UserGroups page for details),
 I've asked there.
 thanks,
 stef




-- 
--
|

Team Ubuntu Singapore

Wiki: https://wiki.ubuntu.com/SingaporeTeam
IRC: #ubuntu-sg on irc.freenode.net
Forum : Singapore Team - Ubuntu
Forumshttp://ubuntuforums.org/forumdisplay.php?f=433
Mailing List: ubuntu...@lists.ubuntu.com
Website: http://ubuntu.sg/
Facebook: http://www.facebook.com/groups/ubuntu.sg

VSP 5 , MCSA (Security) , MCSA , CCNA , LPIC - Lvl 1 , Security+ ,
 Network+ , A+
___
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] New site for questions http://ask.openstack.org

2013-03-28 Thread billy am
Hmms .. I realised I been asking too much about the community and
organisation structure and regulations rather than openstack itself. Maybe
because my previous experience with other similar community structure.
Anyway , perhaps I should do more of recruiting people to SG group.

Stefano , pls ignore my previous question. I don't think it matters as of
now. Thanks.

On Fri, Mar 29, 2013 at 9:01 AM, billy am wickedpu...@gmail.com wrote:

 Great! Hope it will work out. Pls let us know if there are any other ways
 we could help.

 On the APAC group , It seems strange no?. Are Malaysia/Indonesia/Singapore
 teams under APAC group too? What about ASEAN group? India?


 On Thu, Mar 28, 2013 at 11:58 PM, Stefano Maffulli 
 stef...@openstack.orgwrote:

 On Wed 27 Mar 2013 11:25:56 PM PDT, billy am wrote:

 A natural place to ask would be Chinese and Japanese Teams. Hmms ...
 are loco team leaders added to this list by default? Or requested to
 join? Perhaps , nominated team members from each team can also be
 moderators so that everyone is kept informed of the ongoing community
 development process.


 There is an APAC/APEC group (see the wiki UserGroups page for details),
 I've asked there.
 thanks,
 stef




 --
 --
  |

 Team Ubuntu Singapore

 Wiki: https://wiki.ubuntu.com/SingaporeTeam
 IRC: #ubuntu-sg on irc.freenode.net
 Forum : Singapore Team - Ubuntu 
 Forumshttp://ubuntuforums.org/forumdisplay.php?f=433
 Mailing List: ubuntu...@lists.ubuntu.com
 Website: http://ubuntu.sg/
 Facebook: http://www.facebook.com/groups/ubuntu.sg

 VSP 5 , MCSA (Security) , MCSA , CCNA , LPIC - Lvl 1 , Security+ ,
  Network+ , A+




-- 
--
|

Team Ubuntu Singapore

Wiki: https://wiki.ubuntu.com/SingaporeTeam
IRC: #ubuntu-sg on irc.freenode.net
Forum : Singapore Team - Ubuntu
Forumshttp://ubuntuforums.org/forumdisplay.php?f=433
Mailing List: ubuntu...@lists.ubuntu.com
Website: http://ubuntu.sg/
Facebook: http://www.facebook.com/groups/ubuntu.sg

VSP 5 , MCSA (Security) , MCSA , CCNA , LPIC - Lvl 1 , Security+ ,
 Network+ , A+
___
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-community] Recruiting - Translation Coordinator

2013-03-28 Thread Hằng Trần
Dear Daisy,

 

Please register for Vietnam to join the translation team. The info of the 
coordinator is: Hang Tran – hang.t...@dtt.vn - +84 902 127 811. She is also the 
coordinator of Vietnam OpenStack Community. Please let me know if further info 
required. We hope to join your team soon. 

 

Thank you and regards,

Hang

 

 

From: Ying Chun Guo [mailto:guoyi...@cn.ibm.com] 
Sent: Thursday, March 28, 2013 3:22 PM
To: commun...@lists.openstack.org; openstack@lists.launchpad.net
Subject: Re: [openstack-community] Recruiting - Translation Coordinator

 

Hi,

Now we have gotten volunteers for French, Brazilian Portuguese,  Hindi (India), 
and Spanish.

we need more volunteers for Japanese, Spanish, Czech, Vietnamese (Viet Nam), 
Hungarian, Russian, 
Italian, Korean (Korea), Turkish (Turkey), and Catalan.

Please send me mail if you have interests. Thanks.


Ying Chun Guo/China/IBM wrote on 2013/03/26 17:36:07:

 Ying Chun Guo/China/IBM 
 2013/03/26 17:36
 
 To
 
 openstack@lists.launchpad.net, commun...@lists.openstack.org, 
 
 cc
 
 Subject
 
 Recruiting - Translation Coordinator
 
 Hi, all
 
 Now the translation of OpenStack message strings and documents is 
 managed by Transifex. The access control in Transifex is set as 
 Free for all. Anybody can jump in and contribute to the 
 translation. It's easily to attract translators but it's not good 
 for the quality. In order to ensure the quality of translation, 
 there is a plan to enable the role based access control of OpenStack
 project in Transifex. 
 
 This change will need to set up the translation team for each 
 language, including translators, reviewers and coordinators. The 
 coordinators are the leaders of a translation team. They are 
 responsible for the set up of translation team and the control of 
 quality. Now I send this mail to community and call for coordinators. 
 
 Responsibilities of coordinators include:
 1. communicate with translators/reviewers in your team, coordinate 
 the translation and review work among the translators and reviewers 
 in your team.
 2. control the quality of translation. Review each auto-generated 
 translation patch in Git review tool.
 3. manage the translation memory and glossary for a certain language.
 4. communicate with community about requirements, bugs, and issues 
 of translation.

 People, who want to be a coordinator, don't need to worry about:
 1. the size of the translation team. The translation team can grow 
 from small. If there is only 1 people who is contributing to the 
 translation of a certain language, that people could be the coordinator.
 2. the usage of tools (Transifex, Git review, and etc.). We have 
 many people who can help you get familiar with the tools.
 3. translation experiences and coordinator experiences. The 
 community have people with rich experiences who can give you guidance.
 
 If you have passions and time, if you want to contribute to 
 OpenStack translation, feel free to contact with me.
 
 Thanks and regards
 Daisy

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


Re: [Openstack] private cloud

2013-03-28 Thread Kuo Hugo
Help Ralph to push to mailing list
Ralph lewis
20:35 (14 小�r前)

*the openstack project i'm trying to do is a school noted project.

I have to make a cloud computing solution using openstack in which for
example, any teacher could run a windows or linux machine with all
ressources allocated. and other extra optional services for student or i
don't know.*

*KAN MELEDJE RALPH LEWIS *
--**-
Master RT Université de Savoie
Elève-ingénieur Réseau  Télécom ESTEM-Casablanca


2013/3/29 Mark Lehrer m...@tpsit.com


  Could i Have a complete configuration for openstack running in local?
 (private cloud)



 http://lmgtfy.com/?q=**openstack+easy+installhttp://lmgtfy.com/?q=openstack+easy+install

 I used the Hastexo guide and it was pretty easy.

 Mark


 __**_
 Mailing list: 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : 
 https://launchpad.net/~**openstackhttps://launchpad.net/~openstack
 More help   : 
 https://help.launchpad.net/**ListHelphttps://help.launchpad.net/ListHelp




-- 
+Hugo Kuo+
h...@swiftstack.com
tonyt...@gmail.com
+886 935004793
___
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-network] add-network-to-project

2013-03-28 Thread Ajiva Fan
thanks

by compare the doc and the source code, i know the api reference is point
to the current stable, which means folsom.
there is no mistiness for me.
but if there is http://api.openstack.org/essex/api-ref.html,
http://api.openstack.org/folsom/api-ref.html,
http://api.openstack.org/grizzly/api-ref.html and etc, it will be excellent.

i just read the source code of folsom nova, learn from them and make this
extension available in Essex,
so i can use networks extension to create and associate(with a little
difference)
thanks to the contributors

On Thu, Mar 28, 2013 at 9:18 PM, Anne Gentle
annegen...@justwriteclick.comwrote:

 In Essex this API extension was unavailable. I apologize that the docs
 site does not currently clarify that. We are working on a solution. In
 Essex you must use the nova-manage commands to manage networks.

 Anne Gentle
 Content Stacker
 a...@openstack.org


 On Mar 28, 2013, at 3:46 AM, Ajiva Fan aji.zq...@gmail.com wrote:

 hello everyone:

 i have a very simple question which confuses me for a long time:
 how should i add a network to a project via rest api?

 1) i'm admin of the whole cloud env essex, (i think the folsom is same in
 this case)
 2) using nova-network:vlan (if using flatdhcp, the associate action is
 meanless)
 3) a user project user-project is created, and the admin:admin is not
 that project's admin (and even not a member of it)
 4) a network user-network is created, but not associated with
 user-project
 5) how to associate the user-network with user-project ?

 i know i can use nova-manage via nova-client in the control node,
 but what i need to know is how to do this operation via rest api, like
 curl or in horizon?

 the rest api is: http://api.openstack.org/api-ref.html
 POST
 v2/{tenant_id}/os-networks/add
 with a body identifier the network's id

 the problem is that, even i have admin:admin token, i *cannot* associate
 the user-network with user-project,
 because from the source code of folsom(and essex) nova, in the
 nova.api.openstack.wsgi.py of line 931, i find this:

 project_id = action_args.pop(project_id, None)
 context = request.environ.get('nova.context')
 if (context and project_id and (project_id != context.project_id
 )):
 msg = _(Malformed request url)
 return Fault(webob.exc.HTTPBadRequest(explanation=msg))

 since nova.context.project_id is the project admin_id, and the project_id
 is extract from the url,
 so the webob.exc is returned.

 please help me, i read a lot, (both document and source code, i just
 cannot understand or just miss something important)
 but still don't know how to do it.

 ps: i have sent a mail to openstack-dev on mar 8, but no one reply me. is
 my question nonsense?
 Note this mail is not the exactly same as previous one since i've more
 knowledge of it but the main problem is same

 ___
 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-network] add-network-to-project

2013-03-28 Thread Ajiva Fan
Thanks vish

I think it is better not to modify the wsgi file which is depended by
others, it will not be safe for other extensions

My opinion is that only modify the networks extension, for example, add
project-id along with network-id in body, so the NetworkController.add()
use the project-id from body instead from context. (This solution is
mentioned in my mail on Mar 8.)

There is a danger that if a admin:user-project pass the authentication and
since he is a admin role, then he can associate any network to any project,
or i may have some misunderstand of the authentication. If only admin:admin
has a valid authorize on the networks extension, then this is safe.( ps, i
think the option you mentiond to check context.is_admin will have the same
problem if admin:user-project's context will set is_admin to True)


best wish.

ps:
Detail why add project-id in body is not safe is listed bellow:
Here is my knowledge from following the extension's authentication:

in the networks.py
there is a function pointer:
authorize = extensions.extension_authorizer('compute', 'networks')

and in the class NetworkController.add() function, it invokes

authorize(context)

in nova.api.openstack.extension.extension_authorize(), it says: (in essex
it is the same)

def extension_authorizer(api_name, extension_name):
def authorize(context, target=None):
if target is None:
target = {'project_id': context.project_id,
  'user_id': context.user_id}
action = '%s_extension:%s' % (api_name, extension_name)
nova.policy.enforce(context, action, target)
return authorize

in the /etc/nova/policy.json, the networks extension's rule is:
admin_api: [[is_admin:True]],
compute_extension:networks: [[rule:admin_api]],

the nova.openstack.common.policy will _check_rule(), _check_role() and
_check_generic(), and for the _check_generic, it will check
context[is_admin] == True.

nova.api.auth.NovaKeystoneContext will instance nova.context.RequestContext
with a self.is_admin = nova.policy.check_is_admin(self.roles), while the
check_is_admin only invoke nova.openstack.common.policy.enforce() to check
if it has a role named admin, so if
keystone.middleware.auth_token.pyfill the header with a admin in
X-Roles, this will be authorized. Which
i think admin:user-porject will be valid.



On Thu, Mar 28, 2013 at 11:12 PM, Vishvananda Ishaya
vishvana...@gmail.comwrote:

 I just looked at the code and it appears this is not possible through the
 os_networks extension. This appears to be an oversight. It should probably
 allow a project to be passed in.

 Bug report here: https://bugs.launchpad.net/nova/+bug/1161441

 That said, the first time a user boots an instance, he automatically gets
 assigned a network, so in many cases it isn't needed.

 Another option would be to modify the code you mentioned to allow a
 workaround:

 if (context and not context.is_admin and project_id and (project_id !=
 context.project_id)):

 Vish

 On Mar 28, 2013, at 1:46 AM, Ajiva Fan aji.zq...@gmail.com wrote:

 hello everyone:

 i have a very simple question which confuses me for a long time:
 how should i add a network to a project via rest api?

 1) i'm admin of the whole cloud env essex, (i think the folsom is same in
 this case)
 2) using nova-network:vlan (if using flatdhcp, the associate action is
 meanless)
 3) a user project user-project is created, and the admin:admin is not
 that project's admin (and even not a member of it)
 4) a network user-network is created, but not associated with
 user-project
 5) how to associate the user-network with user-project ?

 i know i can use nova-manage via nova-client in the control node,
 but what i need to know is how to do this operation via rest api, like
 curl or in horizon?

 the rest api is: http://api.openstack.org/api-ref.html
 POST
 v2/{tenant_id}/os-networks/add
 with a body identifier the network's id

 the problem is that, even i have admin:admin token, i *cannot* associate
 the user-network with user-project,
 because from the source code of folsom(and essex) nova, in the
 nova.api.openstack.wsgi.py of line 931, i find this:

 project_id = action_args.pop(project_id, None)
 context = request.environ.get('nova.context')
 if (context and project_id and (project_id != context.project_id
 )):
 msg = _(Malformed request url)
 return Fault(webob.exc.HTTPBadRequest(explanation=msg))

 since nova.context.project_id is the project admin_id, and the project_id
 is extract from the url,
 so the webob.exc is returned.

 please help me, i read a lot, (both document and source code, i just
 cannot understand or just miss something important)
 but still don't know how to do it.

 ps: i have sent a mail to openstack-dev on mar 8, but no one reply me. is
 my question nonsense?
 Note this mail is not the exactly same as previous one since i've more
 knowledge of it but the main problem is same
 

[Openstack-ubuntu-testing-notifications] Build Failure: precise_grizzly_python-novaclient_trunk #89

2013-03-28 Thread openstack-testing-bot
Title: precise_grizzly_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-novaclient_trunk/89/Project:precise_grizzly_python-novaclient_trunkDate of build:Thu, 28 Mar 2013 08:48:27 -0400Build duration:3 min 14 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesUpdate tools/pip-requires for prettytableby nobodycamedittools/pip-requiresUse setuptools-git to include files from the repoby rpodolyakaeditMANIFEST.inedittox.inieditsetup.pyRemove extraneous output during testingby andrew.laskiedittests/v1_1/contrib/test_tenant_networks.pyedittests/v1_1/test_shell.pySplit commands properly for bash completion test.by andrew.laskiedittests/test_shell.pyAdd support for retrieving instance-actions infoby andrew.laskiedittests/v1_1/fakes.pyaddtests/v1_1/contrib/test_instance_actions.pyedittests/v1_1/test_shell.pyaddnovaclient/v1_1/contrib/instance_action.pyDont check build/ for pep8 violationsby andrew.laskieditrun_tests.shedittox.iniConsole Output[...truncated 2028 lines...]Package: python-novaclientPackage-Time: 84Source-Version: 1:2.12.0.2.g243c8ff+git201303280848~precise-0ubuntu1Space: 1624Status: attemptedVersion: 1:2.12.0.2.g243c8ff+git201303280848~precise-0ubuntu1Finished at 20130328-0851Build needed 00:01:24, 1624k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-novaclient_2.12.0.2.g243c8ff+git201303280848~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-novaclient_2.12.0.2.g243c8ff+git201303280848~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/grizzly /tmp/tmpO3U8uL/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmpO3U8uL/python-novaclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 609cbcef17cd0051ecb86bc60a29cf9c2be2517f..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/python-novaclient/precise-grizzly --forcedch -b -D precise --newversion 1:2.12.0.2.g243c8ff+git201303280848~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [d7f1a71] Don't check build/ for pep8 violationsdch -a [0f7404d] Add support for retrieving instance-actions infodch -a [46cd432] Split commands properly for bash completion test.dch -a [114bd74] Remove extraneous output during testingdch -a [f786178] Use setuptools-git to include files from the repodch -a [54d4b1d] Update tools/pip-requires for prettytabledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-novaclient_2.12.0.2.g243c8ff+git201303280848~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A python-novaclient_2.12.0.2.g243c8ff+git201303280848~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', 'python-novaclient_2.12.0.2.g243c8ff+git201303280848~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', 'python-novaclient_2.12.0.2.g243c8ff+git201303280848~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.lau

[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_keystone_stable #107

2013-03-28 Thread openstack-testing-bot
Title: quantal_folsom_keystone_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_keystone_stable/107/Project:quantal_folsom_keystone_stableDate of build:Thu, 28 Mar 2013 08:54:00 -0400Build duration:2 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60Changesadd check for config-dir parameter (bug1101129)by apeveceditbin/keystone-allRetry http_request and json_request failure.by vishvanandaeditkeystone/middleware/auth_token.pyConsole Output[...truncated 2201 lines...]Applying patch fix-ubuntu-tests.patchpatching file tests/test_content_types.pypatching file tests/test_keystoneclient.pyApplying patch sql_connection.patchpatching file etc/keystone.conf.sampleApplying patch CVE-2013-1865.patchpatching file keystone/service.pyHunk #1 FAILED at 490.1 out of 1 hunk FAILED -- rejects in file keystone/service.pypatching file tests/test_service.pyHunk #1 FAILED at 150.1 out of 1 hunk FAILED -- rejects in file tests/test_service.pyPatch CVE-2013-1865.patch can be reverse-appliedERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-26433d04-103d-4b46-b987-58e9ab940272', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-26433d04-103d-4b46-b987-58e9ab940272', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/folsom /tmp/tmpVZf4t1/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpVZf4t1/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/keystone/quantal-folsom --forcedch -b -D quantal --newversion 2012.2.4+git201303280854~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-26433d04-103d-4b46-b987-58e9ab940272', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-26433d04-103d-4b46-b987-58e9ab940272', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: quantal_folsom_glance_stable #210

2013-03-28 Thread openstack-testing-bot
Title: quantal_folsom_glance_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/quantal_folsom_glance_stable/210/Project:quantal_folsom_glance_stableDate of build:Thu, 28 Mar 2013 08:53:01 -0400Build duration:3 min 5 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesEnsure repeated member deletion fails with 404by eglynneditglance/tests/unit/v1/test_api.pyeditglance/db/sqlalchemy/api.pyeditglance/registry/api/v1/members.pyCheck if creds are present and not Noneby flaper87editglance/common/auth.pyeditglance/tests/unit/test_auth.pyConsole Output[...truncated 2410 lines...]patching file glance/tests/functional/v1/test_multiprocessing.pypatching file glance/tests/functional/v2/test_images.pypatching file glance/tests/unit/test_clients.pypatching file glance/tests/unit/test_swift_store.pypatching file glance/tests/unit/v2/test_image_data_resource.pyApplying patch disable-network-for-docs.patchpatching file doc/source/conf.pyApplying patch CVE-2013-1840.patchpatching file glance/api/middleware/cache.pyHunk #1 FAILED at 111.1 out of 1 hunk FAILED -- rejects in file glance/api/middleware/cache.pyPatch CVE-2013-1840.patch can be reverse-appliedERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-a3b004e8-f98d-4ad0-ba2f-865b925dfabf', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-a3b004e8-f98d-4ad0-ba2f-865b925dfabf', '-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/folsom /tmp/tmpdBebs5/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpdBebs5/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log dd849a9be540bedd4fd904cc0b86ccd9c3e34af2..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/quantal-folsom --forcedch -b -D quantal --newversion 2012.2.4+git201303280853~quantal-0ubuntu1 Automated Ubuntu testing build:dch -a [5b4d21d] Check if creds are present and not Nonedch -a [cfaa2d8] Ensure repeated member deletion fails with 404debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-a3b004e8-f98d-4ad0-ba2f-865b925dfabf', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'quantal-amd64-a3b004e8-f98d-4ad0-ba2f-865b925dfabf', '-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_folsom_glance_stable #211

2013-03-28 Thread openstack-testing-bot
Title: precise_folsom_glance_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_glance_stable/211/Project:precise_folsom_glance_stableDate of build:Thu, 28 Mar 2013 09:03:03 -0400Build duration:1 min 48 secBuild cause:Started by an SCM changeStarted by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnsure repeated member deletion fails with 404by eglynneditglance/db/sqlalchemy/api.pyeditglance/tests/unit/v1/test_api.pyeditglance/registry/api/v1/members.pyCheck if creds are present and not Noneby flaper87editglance/common/auth.pyeditglance/tests/unit/test_auth.pyConsole Output[...truncated 2306 lines...]Applying patch disable-network-for-docs.patchpatching file doc/source/conf.pyApplying patch CVE-2013-1840.patchpatching file glance/api/middleware/cache.pyHunk #1 FAILED at 111.1 out of 1 hunk FAILED -- rejects in file glance/api/middleware/cache.pyPatch CVE-2013-1840.patch can be reverse-appliedERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-6ec119b8-016a-411a-824f-05dc3b564b27', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-6ec119b8-016a-411a-824f-05dc3b564b27', '-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/folsom /tmp/tmpxkd354/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpxkd354/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log afe61664ac5f933622e349da1c0a92d134a81230..HEAD --no-merges --pretty=format:[%h] %sbzr merge lp:~openstack-ubuntu-testing/glance/precise-folsom --forcedch -b -D precise --newversion 2012.2.4+git201303280903~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [5b4d21d] Check if creds are present and not Nonedch -a [cfaa2d8] Ensure repeated member deletion fails with 404dch -a [dd849a9] Do not return location in headersdch -a [04f88c8] Fixes deletion of invalid image memberdch -a [5597697] Wait in TestBinGlance.test_update_copying_from until image is activedch -a [12d28c3] Swallow UserWarning from glance-cache-managedch -a [5183360] Clean dangling image fragments in filesystem storedch -a [03dc862] Avoid dangling partial image on size/checksum mismatchdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-6ec119b8-016a-411a-824f-05dc3b564b27', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-6ec119b8-016a-411a-824f-05dc3b564b27', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_keystone_stable #96

2013-03-28 Thread openstack-testing-bot
Title: precise_folsom_keystone_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_keystone_stable/96/Project:precise_folsom_keystone_stableDate of build:Thu, 28 Mar 2013 09:13:20 -0400Build duration:2 min 17 secBuild cause:Started by an SCM changeStarted by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40Changesadd check for config-dir parameter (bug1101129)by apeveceditbin/keystone-allRetry http_request and json_request failure.by vishvanandaeditkeystone/middleware/auth_token.pyConsole Output[...truncated 1485 lines...]Applying patch fix-ubuntu-tests.patchpatching file tests/test_content_types.pypatching file tests/test_keystoneclient.pyApplying patch sql_connection.patchpatching file etc/keystone.conf.sampleApplying patch CVE-2013-1865.patchpatching file keystone/service.pyHunk #1 FAILED at 490.1 out of 1 hunk FAILED -- rejects in file keystone/service.pypatching file tests/test_service.pyHunk #1 FAILED at 150.1 out of 1 hunk FAILED -- rejects in file tests/test_service.pyPatch CVE-2013-1865.patch can be reverse-appliedERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a063304a-0af1-45af-8c26-95a8d4dbe5e6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a063304a-0af1-45af-8c26-95a8d4dbe5e6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/keystone/folsom /tmp/tmpOaQjEq/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpOaQjEq/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/keystone/precise-folsom --forcedch -b -D precise --newversion 2012.2.4+git201303280913~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a063304a-0af1-45af-8c26-95a8d4dbe5e6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-a063304a-0af1-45af-8c26-95a8d4dbe5e6', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_folsom_nova_stable #716

2013-03-28 Thread openstack-testing-bot
Title: precise_folsom_nova_stable
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_folsom_nova_stable/716/Project:precise_folsom_nova_stableDate of build:Thu, 28 Mar 2013 09:21:02 -0400Build duration:2 min 31 secBuild cause:Started by an SCM changeStarted by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60Changespopulate dnsmasq lease db with valid leasesby vishvanandaeditnova/db/sqlalchemy/api.pyeditnova/network/linux_net.pyeditnova/tests/network/test_linux_net.pylibvirt: Optimize test_connection and capabilitiesby berrangeeditnova/tests/test_libvirt.pyeditnova/virt/libvirt/driver.pyDecouple EC2 API from using instance idby vishvanandaeditnova/api/ec2/cloud.pyeditnova/tests/api/ec2/test_cinder_cloud.pyeditnova/tests/api/ec2/test_cloud.pyeditnova/api/metadata/base.pyeditnova/api/ec2/ec2utils.pyDont include traceback when wrapping exceptionsby vishvanandaeditnova/api/openstack/wsgi.pyeditnova/exception.pyFix bad Log statement in nova-manageby ndipanoveditnova/utils.pyFixes PowerVM spawn failed as missing attr supported_instancesby yaguang.tangeditnova/virt/powervm/operator.pyeditnova/virt/powervm/constants.pyeditnova/tests/test_powervm.pyConsole Output[...truncated 3651 lines...]Hunk #6 FAILED at 377.Hunk #7 FAILED at 391.6 out of 7 hunks FAILED -- rejects in file nova/tests/network/test_manager.pypatching file nova/tests/test_quota.pyHunk #1 FAILED at 723.Hunk #2 FAILED at 755.Hunk #3 FAILED at 791.Hunk #4 FAILED at 847.Hunk #5 succeeded at 897 with fuzz 1 (offset 9 lines).Hunk #6 FAILED at 931.Hunk #7 succeeded at 986 with fuzz 1 (offset 15 lines).Hunk #8 FAILED at 1014.Hunk #9 succeeded at 1076 with fuzz 1 (offset 21 lines).Hunk #10 succeeded at 1184 with fuzz 1 (offset 24 lines).6 out of 10 hunks FAILED -- rejects in file nova/tests/test_quota.pyPatch CVE-2013-1838.patch can be reverse-appliedERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-2db92066-2f71-451c-ae07-8af7225a3946', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-2db92066-2f71-451c-ae07-8af7225a3946', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/folsom /tmp/tmpMelQ0g/novamk-build-deps -i -r -t apt-get -y /tmp/tmpMelQ0g/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hbzr merge lp:~openstack-ubuntu-testing/nova/precise-folsom --forcedch -b -D precise --newversion 2012.2.4+git201303280921~precise-0ubuntu1 Automated Ubuntu testing build:dch -a No change rebuild.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-2db92066-2f71-451c-ae07-8af7225a3946', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-2db92066-2f71-451c-ae07-8af7225a3946', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_essex_deploy #18366

2013-03-28 Thread openstack-testing-bot
Title: precise_essex_deploy
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_deploy/18366/Project:precise_essex_deployDate of build:Thu, 28 Mar 2013 09:36:31 -0400Build duration:8 min 4 secBuild cause:Started by command line by jenkinsBuilt on:masterHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 958 lines...]  -> Relation: glance <-> keystone  -> Relation: nova-volume <-> mysql  -> Relation: nova-volume <-> rabbitmq  -> Relation: nova-volume <-> nova-cloud-controller  -> Relation: openstack-dashboard <-> keystone  -> Relation: nova-compute <-> mysql  -> Relation: nova-compute <-> rabbitmq  -> Relation: nova-compute <-> glance  -> Relation: nova-compute <-> nova-cloud-controller- Sleeping for 60 before ensuring relation state.- Deployment complete in 438 seconds.- Juju command log:juju deploy -n 1 --config=/tmp/tmpUNeY6r --repository=/var/lib/jenkins/jobs/precise_essex_deploy/workspace local:nova-compute nova-compute -e precisejuju deploy -n 1 --config=/tmp/tmpUNeY6r --repository=/var/lib/jenkins/jobs/precise_essex_deploy/workspace local:nova-volume nova-volume -e precisejuju deploy -n 1 --config=/tmp/tmpUNeY6r --repository=/var/lib/jenkins/jobs/precise_essex_deploy/workspace local:nova-cloud-controller nova-cloud-controller -e precisejuju deploy -n 1 --config=/tmp/tmpUNeY6r --repository=/var/lib/jenkins/jobs/precise_essex_deploy/workspace local:keystone keystone -e precisejuju deploy -n 1 --repository=/var/lib/jenkins/jobs/precise_essex_deploy/workspace local:rabbitmq-server rabbitmq -e precisejuju deploy -n 1 --repository=/var/lib/jenkins/jobs/precise_essex_deploy/workspace local:mysql mysql -e precisejuju deploy -n 1 --config=/tmp/tmpUNeY6r --repository=/var/lib/jenkins/jobs/precise_essex_deploy/workspace local:openstack-dashboard openstack-dashboard -e precisejuju deploy -n 1 --config=/tmp/tmpUNeY6r --repository=/var/lib/jenkins/jobs/precise_essex_deploy/workspace local:glance glance -e precisejuju add-relation keystone mysql -e precisejuju add-relation nova-cloud-controller mysql -e precisejuju add-relation nova-cloud-controller rabbitmq -e precisejuju add-relation nova-cloud-controller glance -e precisejuju add-relation nova-cloud-controller keystone -e precisejuju add-relation glance mysql -e precisejuju add-relation glance keystone -e precisejuju add-relation nova-volume mysql -e precisejuju add-relation nova-volume rabbitmq -e precisejuju add-relation nova-volume nova-cloud-controller -e precisejuju add-relation openstack-dashboard keystone -e precisejuju add-relation nova-compute mysql -e precisejuju add-relation nova-compute rabbitmq -e precisejuju add-relation nova-compute glance -e precisejuju add-relation nova-compute nova-cloud-controller -e precise+ rc=0+ echo 'Deployer returned: 0'Deployer returned: 0+ [[ 0 != 0 ]]+ jenkins-cli build precise_essex_test+ exit 0Archiving artifactsERROR: No artifacts found that match the file pattern "logs/*". Configuration error?ERROR: 'logs/*' doesn't match anything, but '*' does. Perhaps that's what you mean?Build step 'Archive the artifacts' changed build result to 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_essex_test #602

2013-03-28 Thread openstack-testing-bot
Title: precise_essex_test
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_essex_test/602/Project:precise_essex_testDate of build:Thu, 28 Mar 2013 09:44:36 -0400Build duration:16 secBuild cause:Started by command line by jenkinsBuilt on:masterHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesNo ChangesConsole OutputStarted by command line by jenkinsBuilding on master in workspace /var/lib/jenkins/jobs/precise_essex_test/workspaceNo emails were triggered.[workspace] $ /bin/bash /tmp/hudson2408438202384323796.shERROR: Service 'nova-cloud-controller' not found in current deployment.ERROR: Service 'glance' not found in current deployment.ERROR: Service 'keystone' not found in current deployment.ERROR: Service 'nova-volume' not found in current deployment.ERROR: Service 'nova-compute' not found in current deployment.ERROR: Service 'openstack-dashboard' not found in current deployment.TEST FAILED: Could not find NOVA_HOST!Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_python-novaclient_trunk #91

2013-03-28 Thread openstack-testing-bot
Title: raring_grizzly_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-novaclient_trunk/91/Project:raring_grizzly_python-novaclient_trunkDate of build:Thu, 28 Mar 2013 10:01:33 -0400Build duration:3 min 36 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60Changessetuptools: remove data_files sectionby christoph.gysineditsetup.pyConsole Output[...truncated 1095 lines...]Download error on http://pypi.python.org/simple/setuptools-git/: timed out -- Some packages may not be found!Couldn't find index page for 'setuptools_git' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for setuptools-git>=0.4Traceback (most recent call last):  File "setup.py", line 51, in "console_scripts": ["nova = novaclient.shell:main"]  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 611, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools-git>=0.4')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-2e09808a-ab1b-4554-8646-13a7d0929e28', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-2e09808a-ab1b-4554-8646-13a7d0929e28', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/grizzly /tmp/tmprIVqqt/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmprIVqqt/python-novaclient/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-2e09808a-ab1b-4554-8646-13a7d0929e28', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 141, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-2e09808a-ab1b-4554-8646-13a7d0929e28', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_python-ceilometerclient_trunk #1

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_python-ceilometerclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-ceilometerclient_trunk/1/Project:precise_havana_python-ceilometerclient_trunkDate of build:Thu, 28 Mar 2013 10:51:20 -0400Build duration:1 min 26 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 607 lines...]Setting up pbzip2 (1.1.6-1) ...Setting up debootstrap (1.0.39ubuntu0.2) ...Setting up python-support (1.0.14ubuntu2) ...Setting up python-fpconst (0.7.2-4) ...Setting up python-soappy (0.12.0-4) ...Setting up python-debianbts (1.10build1) ...Setting up piuparts (0.43ubuntu1) ...Setting up python-crypto (2.4.1-1ubuntu0.1) ...Setting up python-distro-info (0.8.2) ...Setting up python-httplib2 (0.7.2-1ubuntu2) ...Setting up python-keyring (0.9.2-0ubuntu0.12.04.2) ...Setting up python-simplejson (2.3.2-1) ...Setting up python-lazr.uri (1.0.3-1) ...Setting up python-wadllib (1.3.0-2) ...Setting up python-oauth (1.0.1-3build1) ...Setting up python-zope.interface (3.6.1-1ubuntu3) ...Setting up python-lazr.restfulclient (0.12.0-1ubuntu1) ...Setting up python-launchpadlib (1.9.12-1) ...Setting up python-paramiko (1.7.7.1-2) ...Setting up equivs (2.0.9) ...Processing triggers for libc-bin ...ldconfig deferred processing now taking placeProcessing triggers for python-support ...INFO:root:Branching lp:~openstack-ubuntu-testing/python-ceilometerclient/havana to determine build-depsDEBUG:root:['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-ceilometerclient/havana', '/tmp/tmp0JIXA6/python-ceilometerclient']bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~openstack-ubuntu-testing/python-ceilometerclient/havana/".ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-ceilometerclient/havana', '/tmp/tmp0JIXA6/python-ceilometerclient']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-ceilometerclient/havana', '/tmp/tmp0JIXA6/python-ceilometerclient']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-ceilometerclient/havana /tmp/tmp0JIXA6/python-ceilometerclientTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-ceilometerclient/havana', '/tmp/tmp0JIXA6/python-ceilometerclient']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-ceilometerclient/havana', '/tmp/tmp0JIXA6/python-ceilometerclient']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_python-keystoneclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-keystoneclient_trunk/1/Project:precise_havana_python-keystoneclient_trunkDate of build:Thu, 28 Mar 2013 10:51:21 -0400Build duration:1 min 24 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 607 lines...]Setting up pbzip2 (1.1.6-1) ...Setting up debootstrap (1.0.39ubuntu0.2) ...Setting up python-support (1.0.14ubuntu2) ...Setting up python-fpconst (0.7.2-4) ...Setting up python-soappy (0.12.0-4) ...Setting up python-debianbts (1.10build1) ...Setting up piuparts (0.43ubuntu1) ...Setting up python-crypto (2.4.1-1ubuntu0.1) ...Setting up python-distro-info (0.8.2) ...Setting up python-httplib2 (0.7.2-1ubuntu2) ...Setting up python-keyring (0.9.2-0ubuntu0.12.04.2) ...Setting up python-simplejson (2.3.2-1) ...Setting up python-lazr.uri (1.0.3-1) ...Setting up python-wadllib (1.3.0-2) ...Setting up python-oauth (1.0.1-3build1) ...Setting up python-zope.interface (3.6.1-1ubuntu3) ...Setting up python-lazr.restfulclient (0.12.0-1ubuntu1) ...Setting up python-launchpadlib (1.9.12-1) ...Setting up python-paramiko (1.7.7.1-2) ...Setting up equivs (2.0.9) ...Processing triggers for libc-bin ...ldconfig deferred processing now taking placeProcessing triggers for python-support ...INFO:root:Branching lp:~openstack-ubuntu-testing/python-keystoneclient/havana to determine build-depsDEBUG:root:['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-keystoneclient/havana', '/tmp/tmpiksoRm/python-keystoneclient']bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~openstack-ubuntu-testing/python-keystoneclient/havana/".ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-keystoneclient/havana', '/tmp/tmpiksoRm/python-keystoneclient']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-keystoneclient/havana', '/tmp/tmpiksoRm/python-keystoneclient']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-keystoneclient/havana /tmp/tmpiksoRm/python-keystoneclientTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-keystoneclient/havana', '/tmp/tmpiksoRm/python-keystoneclient']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-keystoneclient/havana', '/tmp/tmpiksoRm/python-keystoneclient']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_horizon_trunk #1

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_horizon_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_horizon_trunk/1/Project:precise_havana_horizon_trunkDate of build:Thu, 28 Mar 2013 10:51:18 -0400Build duration:1 min 27 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 607 lines...]Setting up pbzip2 (1.1.6-1) ...Setting up debootstrap (1.0.39ubuntu0.2) ...Setting up python-support (1.0.14ubuntu2) ...Setting up python-fpconst (0.7.2-4) ...Setting up python-soappy (0.12.0-4) ...Setting up python-debianbts (1.10build1) ...Setting up piuparts (0.43ubuntu1) ...Setting up python-crypto (2.4.1-1ubuntu0.1) ...Setting up python-distro-info (0.8.2) ...Setting up python-httplib2 (0.7.2-1ubuntu2) ...Setting up python-keyring (0.9.2-0ubuntu0.12.04.2) ...Setting up python-simplejson (2.3.2-1) ...Setting up python-lazr.uri (1.0.3-1) ...Setting up python-wadllib (1.3.0-2) ...Setting up python-oauth (1.0.1-3build1) ...Setting up python-zope.interface (3.6.1-1ubuntu3) ...Setting up python-lazr.restfulclient (0.12.0-1ubuntu1) ...Setting up python-launchpadlib (1.9.12-1) ...Setting up python-paramiko (1.7.7.1-2) ...Setting up equivs (2.0.9) ...Processing triggers for libc-bin ...ldconfig deferred processing now taking placeProcessing triggers for python-support ...INFO:root:Branching lp:~openstack-ubuntu-testing/horizon/havana to determine build-depsDEBUG:root:['bzr', 'branch', 'lp:~openstack-ubuntu-testing/horizon/havana', '/tmp/tmpRP61uG/horizon']bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~openstack-ubuntu-testing/horizon/havana/".ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/horizon/havana', '/tmp/tmpRP61uG/horizon']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/horizon/havana', '/tmp/tmpRP61uG/horizon']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/horizon/havana /tmp/tmpRP61uG/horizonTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/horizon/havana', '/tmp/tmpRP61uG/horizon']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/horizon/havana', '/tmp/tmpRP61uG/horizon']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_python-cinderclient_trunk #1

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_python-cinderclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-cinderclient_trunk/1/Project:precise_havana_python-cinderclient_trunkDate of build:Thu, 28 Mar 2013 10:52:46 -0400Build duration:1 min 29 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 607 lines...]Setting up pbzip2 (1.1.6-1) ...Setting up debootstrap (1.0.39ubuntu0.2) ...Setting up python-support (1.0.14ubuntu2) ...Setting up python-fpconst (0.7.2-4) ...Setting up python-soappy (0.12.0-4) ...Setting up python-debianbts (1.10build1) ...Setting up piuparts (0.43ubuntu1) ...Setting up python-crypto (2.4.1-1ubuntu0.1) ...Setting up python-distro-info (0.8.2) ...Setting up python-httplib2 (0.7.2-1ubuntu2) ...Setting up python-keyring (0.9.2-0ubuntu0.12.04.2) ...Setting up python-simplejson (2.3.2-1) ...Setting up python-lazr.uri (1.0.3-1) ...Setting up python-wadllib (1.3.0-2) ...Setting up python-oauth (1.0.1-3build1) ...Setting up python-zope.interface (3.6.1-1ubuntu3) ...Setting up python-lazr.restfulclient (0.12.0-1ubuntu1) ...Setting up python-launchpadlib (1.9.12-1) ...Setting up python-paramiko (1.7.7.1-2) ...Setting up equivs (2.0.9) ...Processing triggers for libc-bin ...ldconfig deferred processing now taking placeProcessing triggers for python-support ...INFO:root:Branching lp:~openstack-ubuntu-testing/python-cinderclient/havana to determine build-depsDEBUG:root:['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-cinderclient/havana', '/tmp/tmpBPTrlX/python-cinderclient']bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~openstack-ubuntu-testing/python-cinderclient/havana/".ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-cinderclient/havana', '/tmp/tmpBPTrlX/python-cinderclient']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-cinderclient/havana', '/tmp/tmpBPTrlX/python-cinderclient']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-cinderclient/havana /tmp/tmpBPTrlX/python-cinderclientTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-cinderclient/havana', '/tmp/tmpBPTrlX/python-cinderclient']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/python-cinderclient/havana', '/tmp/tmpBPTrlX/python-cinderclient']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_cinder_trunk #1

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/1/Project:precise_havana_cinder_trunkDate of build:Thu, 28 Mar 2013 10:52:46 -0400Build duration:1 min 32 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 607 lines...]Setting up pbzip2 (1.1.6-1) ...Setting up debootstrap (1.0.39ubuntu0.2) ...Setting up python-support (1.0.14ubuntu2) ...Setting up python-fpconst (0.7.2-4) ...Setting up python-soappy (0.12.0-4) ...Setting up python-debianbts (1.10build1) ...Setting up piuparts (0.43ubuntu1) ...Setting up python-crypto (2.4.1-1ubuntu0.1) ...Setting up python-distro-info (0.8.2) ...Setting up python-httplib2 (0.7.2-1ubuntu2) ...Setting up python-keyring (0.9.2-0ubuntu0.12.04.2) ...Setting up python-simplejson (2.3.2-1) ...Setting up python-lazr.uri (1.0.3-1) ...Setting up python-wadllib (1.3.0-2) ...Setting up python-oauth (1.0.1-3build1) ...Setting up python-zope.interface (3.6.1-1ubuntu3) ...Setting up python-lazr.restfulclient (0.12.0-1ubuntu1) ...Setting up python-launchpadlib (1.9.12-1) ...Setting up python-paramiko (1.7.7.1-2) ...Setting up equivs (2.0.9) ...Processing triggers for libc-bin ...ldconfig deferred processing now taking placeProcessing triggers for python-support ...INFO:root:Branching lp:~openstack-ubuntu-testing/cinder/havana to determine build-depsDEBUG:root:['bzr', 'branch', 'lp:~openstack-ubuntu-testing/cinder/havana', '/tmp/tmpj25zMA/cinder']bzr: ERROR: Not a branch: "bzr+ssh://bazaar.launchpad.net/~openstack-ubuntu-testing/cinder/havana/".ERROR:root:Error occurred during package creation/build: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/cinder/havana', '/tmp/tmpj25zMA/cinder']' returned non-zero exit status 3ERROR:root:Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/cinder/havana', '/tmp/tmpj25zMA/cinder']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/havana /tmp/tmpj25zMA/cinderTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/cinder/havana', '/tmp/tmpj25zMA/cinder']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['bzr', 'branch', 'lp:~openstack-ubuntu-testing/cinder/havana', '/tmp/tmpj25zMA/cinder']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/2/Project:precise_havana_ceilometer_trunkDate of build:Thu, 28 Mar 2013 10:56:15 -0400Build duration:1 min 10 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 1178 lines...]hard linking tests/storage/test_impl_log.py -> ceilometer-2013.2/tests/storagehard linking tests/storage/test_impl_mongodb.py -> ceilometer-2013.2/tests/storagehard linking tests/storage/test_impl_sqlalchemy.py -> ceilometer-2013.2/tests/storagehard linking tests/storage/test_register_opts.py -> ceilometer-2013.2/tests/storagehard linking tests/volume/__init__.py -> ceilometer-2013.2/tests/volumehard linking tests/volume/test_notifications.py -> ceilometer-2013.2/tests/volumehard linking tools/enable_notifications.sh -> ceilometer-2013.2/toolshard linking tools/flakes.py -> ceilometer-2013.2/toolshard linking tools/hacking.py -> ceilometer-2013.2/toolshard linking tools/make_test_data.py -> ceilometer-2013.2/toolshard linking tools/make_test_data.sh -> ceilometer-2013.2/toolshard linking tools/notificationclient.py -> ceilometer-2013.2/toolshard linking tools/pip-requires -> ceilometer-2013.2/toolshard linking tools/release-bugs.py -> ceilometer-2013.2/toolshard linking tools/show_data.py -> ceilometer-2013.2/toolshard linking tools/test-requires -> ceilometer-2013.2/toolshard linking tools/test-requires-folsom -> ceilometer-2013.2/toolshard linking tools/conf/extract_opts.py -> ceilometer-2013.2/tools/confhard linking tools/conf/generate_sample.sh -> ceilometer-2013.2/tools/confcopying setup.cfg -> ceilometer-2013.2Writing ceilometer-2013.2/setup.cfgcreating distCreating tar archiveremoving 'ceilometer-2013.2' (and everything under it)ERROR:root:Error occurred during package creation/build: 'bzr_testing_repo'ERROR:root:'bzr_testing_repo'INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/ceilometer/grizzly /tmp/tmpZlDlTe/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpZlDlTe/ceilometer/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise eKeyError: 'bzr_testing_repo'Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise eKeyError: 'bzr_testing_repo'Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/3/Project:precise_havana_ceilometer_trunkDate of build:Thu, 28 Mar 2013 11:01:17 -0400Build duration:4 min 30 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 3 builds failed.33ChangesNo ChangesConsole Output[...truncated 9721 lines...]Version: 1:2013.2+git201303281101~precise-0ubuntu1Finished at 20130328-1105Build needed 00:03:00, 12112k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'ceilometer_2013.2+git201303281101~precise-0ubuntu1_source.changes']gpg: Signature made Thu Mar 28 11:02:39 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"gpg: Signature made Thu Mar 28 11:02:39 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"Checking signature on .changesGood signature on /tmp/tmpr4f3zU/ceilometer_2013.2+git201303281101~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpr4f3zU/ceilometer_2013.2+git201303281101~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading ceilometer_2013.2+git201303281101~precise-0ubuntu1.dsc: done.  Uploading ceilometer_2013.2+git201303281101~precise.orig.tar.gz: done.  Uploading ceilometer_2013.2+git201303281101~precise-0ubuntu1.debian.tar.gz: done.  Uploading ceilometer_2013.2+git201303281101~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-havana', 'ceilometer_2013.2+git201303281101~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/InRelease.new'INFO:root:Storing current commit for next build: a284960c370113a3a424db97c597560ae6675992INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/ceilometer/grizzly /tmp/tmpr4f3zU/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpr4f3zU/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201303281101~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [a284960] Remove impl_testdch -a [823f200] api: run max_resource_volume test on SQL backenddch -a [1e51695] Refactor DB testsdch -a [ee45593] fix volume tests to utilize VOLUME_DELETE notificationdch -a [8ad8898] Open havana development, bump to 2013.2debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC ceilometer_2013.2+git201303281101~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A ceilometer_2013.2+git201303281101~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana ceilometer_2013.2+git201303281101~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-havana ceilometer_2013.2+git201303281101~precise-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_glance_trunk #1

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/1/Project:precise_havana_glance_trunkDate of build:Thu, 28 Mar 2013 11:06:35 -0400Build duration:2 min 39 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 1287 lines...]Applying patch fix-ubuntu-tests.patchcan't find file to patch at input line 4Perhaps you used the wrong -p or --strip option?The text leading up to this was:--|diff -Naurp glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py|--- glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py	2013-03-20 04:02:43.0 -0500|+++ glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py	2013-03-22 10:53:53.623990910 -0500--No file to patch.  Skipping patch.1 out of 1 hunk ignoredPatch fix-ubuntu-tests.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-de07a185-79db-49eb-812b-883aafd6d80f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-de07a185-79db-49eb-812b-883aafd6d80f', '-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/tmp_Rjv8E/glancemk-build-deps -i -r -t apt-get -y /tmp/tmp_Rjv8E/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201303281107~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [19b82a0] Standardize on newer except syntaxdch -a [2ff8b96] Directly verifying that time and socket are monkey patcheddch -a [50d5436] Reformat openstack-common.confdch -a [ba7c059] Fix domain database initializationdch -a [0a64744] Add tests for image visibility filter in dbdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-de07a185-79db-49eb-812b-883aafd6d80f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-de07a185-79db-49eb-812b-883aafd6d80f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-novaclient_trunk/1/Project:precise_havana_python-novaclient_trunkDate of build:Thu, 28 Mar 2013 11:05:48 -0400Build duration:3 min 42 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 1663 lines...]Job: python-novaclient_2.12.0.6.g1696954+git201303281105~precise-0ubuntu1.dscMachine Architecture: amd64Package: python-novaclientPackage-Time: 129Source-Version: 1:2.12.0.6.g1696954+git201303281105~precise-0ubuntu1Space: 1432Status: attemptedVersion: 1:2.12.0.6.g1696954+git201303281105~precise-0ubuntu1Finished at 20130328-1109Build needed 00:02:09, 1432k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'python-novaclient_2.12.0.6.g1696954+git201303281105~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'python-novaclient_2.12.0.6.g1696954+git201303281105~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/grizzly /tmp/tmpH8sarE/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmpH8sarE/python-novaclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2.12.0.6.g1696954+git201303281105~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [0206c2d] Update to latest openstack.common.setup.dch -a [23ee4b8] setuptools: remove data_files sectiondch -a [d7f1a71] Don't check build/ for pep8 violationsdch -a [0f7404d] Add support for retrieving instance-actions infodch -a [46cd432] Split commands properly for bash completion test.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-novaclient_2.12.0.6.g1696954+git201303281105~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A python-novaclient_2.12.0.6.g1696954+git201303281105~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'python-novaclient_2.12.0.6.g1696954+git201303281105~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'python-novaclient_2.12.0.6.g1696954+git201303281105~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_python-novaclient_trunk #92

2013-03-28 Thread openstack-testing-bot
Title: raring_grizzly_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-novaclient_trunk/92/Project:raring_grizzly_python-novaclient_trunkDate of build:Thu, 28 Mar 2013 11:09:14 -0400Build duration:3 min 13 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesUpdate to latest openstack.common.setup.by mordrededitMANIFEST.ineditsetup.pyeditnovaclient/openstack/common/setup.pyConsole Output[...truncated 1095 lines...]Download error on http://pypi.python.org/simple/setuptools-git/: timed out -- Some packages may not be found!Couldn't find index page for 'setuptools_git' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for setuptools-git>=0.4Traceback (most recent call last):  File "setup.py", line 51, in "console_scripts": ["nova = novaclient.shell:main"]  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 611, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools-git>=0.4')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-69c84ce0-f0c5-412d-8df3-cf2e95d38ecf', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-69c84ce0-f0c5-412d-8df3-cf2e95d38ecf', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/grizzly /tmp/tmphr9ZVP/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmphr9ZVP/python-novaclient/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-69c84ce0-f0c5-412d-8df3-cf2e95d38ecf', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-69c84ce0-f0c5-412d-8df3-cf2e95d38ecf', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Fixed: precise_havana_python-keystoneclient_trunk #2

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_python-keystoneclient_trunk
General InformationBUILD SUCCESSBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-keystoneclient_trunk/2/Project:precise_havana_python-keystoneclient_trunkDate of build:Thu, 28 Mar 2013 11:20:59 -0400Build duration:2 min 35 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 2 builds failed.50ChangesNo ChangesConsole Output[...truncated 2429 lines...]Version: 1:0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1Finished at 20130328-1123Build needed 00:01:30, 3200k disc spaceINFO:root:Uploading package to ppa:openstack-ubuntu-testing/havanaDEBUG:root:['dput', 'ppa:openstack-ubuntu-testing/havana', 'python-keystoneclient_0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1_source.changes']gpg: Signature made Thu Mar 28 11:21:58 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"gpg: Signature made Thu Mar 28 11:21:58 2013 EDT using RSA key ID 9935ACDCgpg: Good signature from "Openstack Ubuntu Testing Bot (Jenkins Key) <ja...@shingle-house.org.uk>"Checking signature on .changesGood signature on /tmp/tmpAgw69y/python-keystoneclient_0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1_source.changes.Checking signature on .dscGood signature on /tmp/tmpAgw69y/python-keystoneclient_0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1.dsc.Uploading to ppa (via ftp to ppa.launchpad.net):  Uploading python-keystoneclient_0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1.dsc: done.  Uploading python-keystoneclient_0.2.3.1.g3a3e254+git201303281121~precise.orig.tar.gz: done.  Uploading python-keystoneclient_0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1.debian.tar.gz: done.  Uploading python-keystoneclient_0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1_source.changes: done.Successfully uploaded packages.INFO:root:Installing build artifacts into /var/lib/jenkins/www/aptDEBUG:root:['reprepro', '--waitforlock', '10', '-Vb', '/var/lib/jenkins/www/apt', 'include', 'precise-havana', 'python-keystoneclient_0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1_amd64.changes']Exporting indices...Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/Release.gpg.new'Successfully created '/var/lib/jenkins/www/apt/dists/precise-havana/InRelease.new'INFO:root:Storing current commit for next build: 3a3e2540ff10a78ca9b4dde98671f6fd970e6568INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-keystoneclient/grizzly /tmp/tmpAgw69y/python-keystoneclientmk-build-deps -i -r -t apt-get -y /tmp/tmpAgw69y/python-keystoneclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [3a3e254] Config value for revocation list timeoutdch -a [6b9f55a] Cache tokens using memorycache from oslo.dch -a [ffaa0a6] Make keystone client handle the response code 300.dch -a [db76038] Make auth_token lazy load the auth_version.dch -a [3807a86] Doc info and other readability improvementsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-keystoneclient_0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A python-keystoneclient_0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1.dscdput ppa:openstack-ubuntu-testing/havana python-keystoneclient_0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1_source.changesreprepro --waitforlock 10 -Vb /var/lib/jenkins/www/apt include precise-havana python-keystoneclient_0.2.3.1.g3a3e254+git201303281121~precise-0ubuntu1_amd64.changesEmail was triggered for: FixedTrigger Success was overridden by another trigger and will not send an email.Sending email for trigger: Fixed-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/2/Project:precise_havana_cinder_trunkDate of build:Thu, 28 Mar 2013 11:23:34 -0400Build duration:2 min 2 secBuild cause:Started by user James PageBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesNo ChangesConsole Output[...truncated 1380 lines...]DEBUG:root:['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']Building using working treeBuilding package in merge modeLooking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpwTMEGObzr: ERROR: An error (1) occurred running quilt: Applying patch fix_cinder_dependencies.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch fix_cinder_dependencies.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-94c5ea0c-fae8-4daf-922b-3db4714e4d52', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-94c5ea0c-fae8-4daf-922b-3db4714e4d52', '-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/cinder/grizzly /tmp/tmpwTMEGO/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpwTMEGO/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201303281123~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [649e892] Sync lockutils from oslo-incubator stable/grizzly.dch -a [ae4aecd] Remove unused tools/rfc.shdch -a [1fde5a4] Add the volume and snapshot gigabytes together.dch -a [b842186] Force deletes using tgt to workaround bug 1159948dch -a [d6935af] Fixed shared gigabytes quota resource.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-94c5ea0c-fae8-4daf-922b-3db4714e4d52', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-94c5ea0c-fae8-4daf-922b-3db4714e4d52', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/2/Project:precise_havana_nova_trunkDate of build:Thu, 28 Mar 2013 11:33:51 -0400Build duration:13 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove race condition (in InstanceTypes)by borisaddnova/db/sqlalchemy/migrate_repo/versions/172_add_instance_type_uc.pyeditnova/db/sqlalchemy/api.pyeditnova/tests/test_migrations.pyAdd missing tests for db.instance_type_access_* methodsby boriseditnova/tests/test_db_api.pyConsole Output[...truncated 9651 lines...]Job: nova_2013.2+git201303281138~precise-0ubuntu1.dscMachine Architecture: amd64Package: novaPackage-Time: 433Source-Version: 1:2013.2+git201303281138~precise-0ubuntu1Space: 122252Status: attemptedVersion: 1:2013.2+git201303281138~precise-0ubuntu1Finished at 20130328-1147Build needed 00:07:13, 122252k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201303281138~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201303281138~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/tmpVW_qih/novamk-build-deps -i -r -t apt-get -y /tmp/tmpVW_qih/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201303281138~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [8d68ed3] always quote dhcp-domain, otherwise dnsmasq can fail to startdch -a [21d0007] Rework time handling in periodic tasks.dch -a [8c35e5b] Imported Translations from Transifexdch -a [57689f2] Fix quantum nic allocation when only portid is specifieddch -a [30631d0] Make tenant_usage fall back to instance_type_iddebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201303281138~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A nova_2013.2+git201303281138~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201303281138~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201303281138~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_python-novaclient_trunk #3

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_python-novaclient_trunk/3/Project:precise_havana_python-novaclient_trunkDate of build:Thu, 28 Mar 2013 12:01:33 -0400Build duration:3 min 2 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnsure shell tests use isolated env variables setby rpodolyakaedittests/test_shell.pyConsole Output[...truncated 1663 lines...]Job: python-novaclient_2.12.0.8.g593adf2+git201303281201~precise-0ubuntu1.dscMachine Architecture: amd64Package: python-novaclientPackage-Time: 113Source-Version: 1:2.12.0.8.g593adf2+git201303281201~precise-0ubuntu1Space: 1432Status: attemptedVersion: 1:2.12.0.8.g593adf2+git201303281201~precise-0ubuntu1Finished at 20130328-1204Build needed 00:01:53, 1432k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'python-novaclient_2.12.0.8.g593adf2+git201303281201~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'python-novaclient_2.12.0.8.g593adf2+git201303281201~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/grizzly /tmp/tmpmViQaR/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmpmViQaR/python-novaclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2.12.0.8.g593adf2+git201303281201~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [cdab772] Ensure shell tests use isolated env variables setdch -a [0206c2d] Update to latest openstack.common.setup.dch -a [23ee4b8] setuptools: remove data_files sectiondch -a [d7f1a71] Don't check build/ for pep8 violationsdch -a [0f7404d] Add support for retrieving instance-actions infodebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-novaclient_2.12.0.8.g593adf2+git201303281201~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A python-novaclient_2.12.0.8.g593adf2+git201303281201~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'python-novaclient_2.12.0.8.g593adf2+git201303281201~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'python-novaclient_2.12.0.8.g593adf2+git201303281201~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_python-novaclient_trunk #93

2013-03-28 Thread openstack-testing-bot
Title: raring_grizzly_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_python-novaclient_trunk/93/Project:raring_grizzly_python-novaclient_trunkDate of build:Thu, 28 Mar 2013 12:01:33 -0400Build duration:3 min 39 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesEnsure shell tests use isolated env variables setby rpodolyakaedittests/test_shell.pyConsole Output[...truncated 1095 lines...]Download error on http://pypi.python.org/simple/setuptools-git/: timed out -- Some packages may not be found!Couldn't find index page for 'setuptools_git' (maybe misspelled?)Download error on http://pypi.python.org/simple/: timed out -- Some packages may not be found!No local packages or download links found for setuptools-git>=0.4Traceback (most recent call last):  File "setup.py", line 51, in "console_scripts": ["nova = novaclient.shell:main"]  File "/usr/lib/python2.7/distutils/core.py", line 112, in setup_setup_distribution = dist = klass(attrs)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 221, in __init__self.fetch_build_eggs(attrs.pop('setup_requires'))  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 245, in fetch_build_eggsparse_requirements(requires), installer=self.fetch_build_egg  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 586, in resolvedist = best[req.key] = env.best_match(req, self, installer)  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 831, in best_matchreturn self.obtain(req, installer) # try and download/install  File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 843, in obtainreturn installer(requirement)  File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 295, in fetch_build_eggreturn cmd.easy_install(req)  File "/usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py", line 611, in easy_installraise DistutilsError(msg)distutils.errors.DistutilsError: Could not find suitable distribution for Requirement.parse('setuptools-git>=0.4')ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-98636660-171a-4304-9e71-e8d98bc19fc3', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-98636660-171a-4304-9e71-e8d98bc19fc3', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/grizzly /tmp/tmpbstxJh/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmpbstxJh/python-novaclient/debian/controlpython setup.py sdistTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-98636660-171a-4304-9e71-e8d98bc19fc3', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-98636660-171a-4304-9e71-e8d98bc19fc3', '-u', 'jenkins', '--', 'python', 'setup.py', 'sdist']' returned non-zero exit status 1Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_grizzly_python-novaclient_trunk #92

2013-03-28 Thread openstack-testing-bot
Title: precise_grizzly_python-novaclient_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_python-novaclient_trunk/92/Project:precise_grizzly_python-novaclient_trunkDate of build:Thu, 28 Mar 2013 12:03:24 -0400Build duration:3 min 9 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 4 out of the last 5 builds failed.20ChangesEnsure shell tests use isolated env variables setby rpodolyakaedittests/test_shell.pyConsole Output[...truncated 1420 lines...]Source-Version: 1:2.12.0.8.g593adf2+git201303281203~precise-0ubuntu1Space: 1432Status: attemptedVersion: 1:2.12.0.8.g593adf2+git201303281203~precise-0ubuntu1Finished at 20130328-1206Build needed 00:01:27, 1432k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-novaclient_2.12.0.8.g593adf2+git201303281203~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-novaclient_2.12.0.8.g593adf2+git201303281203~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/python-novaclient/grizzly /tmp/tmppC1vNa/python-novaclientmk-build-deps -i -r -t apt-get -y /tmp/tmppC1vNa/python-novaclient/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 609cbcef17cd0051ecb86bc60a29cf9c2be2517f..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2.12.0.8.g593adf2+git201303281203~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [cdab772] Ensure shell tests use isolated env variables setdch -a [0206c2d] Update to latest openstack.common.setup.dch -a [23ee4b8] setuptools: remove data_files sectiondch -a [d7f1a71] Don't check build/ for pep8 violationsdch -a [0f7404d] Add support for retrieving instance-actions infodch -a [46cd432] Split commands properly for bash completion test.dch -a [114bd74] Remove extraneous output during testingdch -a [f786178] Use setuptools-git to include files from the repodch -a [54d4b1d] Update tools/pip-requires for prettytabledebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC python-novaclient_2.12.0.8.g593adf2+git201303281203~precise-0ubuntu1_source.changessbuild -d precise-grizzly -n -A python-novaclient_2.12.0.8.g593adf2+git201303281203~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-novaclient_2.12.0.8.g593adf2+git201303281203~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-grizzly', '-n', '-A', 'python-novaclient_2.12.0.8.g593adf2+git201303281203~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/2/Project:precise_havana_glance_trunkDate of build:Thu, 28 Mar 2013 14:31:35 -0400Build duration:1 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesReturn 413 when image_size_cap exceededby stuart.mclareneditglance/tests/unit/v1/test_api.pyeditglance/api/v1/images.pyAdd image_size_cap documentationby stuart.mclareneditdoc/source/configuring.rstFallback to inferring image_members unique constraint nameby eglynneditglance/db/sqlalchemy/migrate_repo/versions/022_image_member_index.pyConsole Output[...truncated 1287 lines...]Applying patch fix-ubuntu-tests.patchcan't find file to patch at input line 4Perhaps you used the wrong -p or --strip option?The text leading up to this was:--|diff -Naurp glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py|--- glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py	2013-03-20 04:02:43.0 -0500|+++ glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py	2013-03-22 10:53:53.623990910 -0500--No file to patch.  Skipping patch.1 out of 1 hunk ignoredPatch fix-ubuntu-tests.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-82c9402a-4ab0-4341-9acf-5e9a302c3f15', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-82c9402a-4ab0-4341-9acf-5e9a302c3f15', '-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/tmpPPChlu/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpPPChlu/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201303281431~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [e9079d0] Fallback to inferring image_members unique constraint namedch -a [19b82a0] Standardize on newer except syntaxdch -a [2ff8b96] Directly verifying that time and socket are monkey patcheddch -a [50d5436] Reformat openstack-common.confdch -a [ba7c059] Fix domain database initializationdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-82c9402a-4ab0-4341-9acf-5e9a302c3f15', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-82c9402a-4ab0-4341-9acf-5e9a302c3f15', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/4/Project:precise_havana_nova_trunkDate of build:Thu, 28 Mar 2013 14:31:35 -0400Build duration:10 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesxenapi: fix support for iso bootby johneditnova/tests/test_xenapi.pyeditnova/tests/xenapi/test_vm_utils.pyaddnova/tests/virt/xenapi/test_vmops.pyeditnova/virt/xenapi/fake.pyeditnova/virt/xenapi/vm_utils.pyeditnova/virt/xenapi/vmops.pyConsole Output[...truncated 9671 lines...]Job: nova_2013.2+git201303281433~precise-0ubuntu1.dscMachine Architecture: amd64Package: novaPackage-Time: 433Source-Version: 1:2013.2+git201303281433~precise-0ubuntu1Space: 122420Status: attemptedVersion: 1:2013.2+git201303281433~precise-0ubuntu1Finished at 20130328-1442Build needed 00:07:13, 122420k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201303281433~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201303281433~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/tmpsdLcew/novamk-build-deps -i -r -t apt-get -y /tmp/tmpsdLcew/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201303281433~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [b1445e7] xenapi: fix support for iso bootdch -a [8d68ed3] always quote dhcp-domain, otherwise dnsmasq can fail to startdch -a [48b41e0] Fix typo in the XML serialization os-services API.dch -a [21d0007] Rework time handling in periodic tasks.dch -a [8c35e5b] Imported Translations from Transifexdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201303281433~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A nova_2013.2+git201303281433~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201303281433~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201303281433~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_glance_trunk/3/Project:precise_havana_glance_trunkDate of build:Thu, 28 Mar 2013 15:01:34 -0400Build duration:1 min 22 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesPin SQLAlchemy to 0.7.xby dirkedittools/pip-requiresConsole Output[...truncated 1287 lines...]Applying patch fix-ubuntu-tests.patchcan't find file to patch at input line 4Perhaps you used the wrong -p or --strip option?The text leading up to this was:--|diff -Naurp glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py|--- glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py	2013-03-20 04:02:43.0 -0500|+++ glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py	2013-03-22 10:53:53.623990910 -0500--No file to patch.  Skipping patch.1 out of 1 hunk ignoredPatch fix-ubuntu-tests.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-12352501-4a0f-4656-a572-afaf5f9815fd', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-12352501-4a0f-4656-a572-afaf5f9815fd', '-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/tmpaL84C6/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpaL84C6/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201303281501~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [e9079d0] Fallback to inferring image_members unique constraint namedch -a [19b82a0] Standardize on newer except syntaxdch -a [2ff8b96] Directly verifying that time and socket are monkey patcheddch -a [50d5436] Reformat openstack-common.confdch -a [ba7c059] Fix domain database initializationdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-12352501-4a0f-4656-a572-afaf5f9815fd', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-12352501-4a0f-4656-a572-afaf5f9815fd', '-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 #185

2013-03-28 Thread openstack-testing-bot
Title: precise_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_grizzly_glance_trunk/185/Project:precise_grizzly_glance_trunkDate of build:Thu, 28 Mar 2013 17:31:33 -0400Build duration:1 min 27 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesDirectly verifying that time and socket are monkey patchedby bcwaldondeleteglance/tests/functional/test_server_monkey_patch.pyeditglance/tests/unit/test_wsgi.pyFix domain database initializationby bcwaldoneditglance/gateway.pyConsole Output[...truncated 1300 lines...]--|diff -Naurp glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py|--- glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py	2013-03-20 04:02:43.0 -0500|+++ glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py	2013-03-22 10:53:53.623990910 -0500--No file to patch.  Skipping patch.1 out of 1 hunk ignoredPatch fix-ubuntu-tests.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-1092fc80-a6a8-455d-9e82-2fd8d0f44efe', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-1092fc80-a6a8-455d-9e82-2fd8d0f44efe', '-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/tmp6HGVpF/glancemk-build-deps -i -r -t apt-get -y /tmp/tmp6HGVpF/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 3642adadeaa5241950614884cd6500917cfa25ab..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.1+git201303281731~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [eb21c4e] Fix domain database initializationdch -a [13f8f00] Directly verifying that time and socket are monkey patcheddch -a [b575724] Fallback to inferring image_members unique constraint namedch -a [9f336df] Check if creds are present and not Nonedch -a [8825d3a] Don't print sql password in debug messagesdch -a [53c4f7c] Handle Swift 404 in scrubberdch -a [11c738b] Document the os options config for swift storedch -a [1d456e5] Fix scrubber and other utils to use log.setup().dch -a [1e607c9] Fix rabbit_max_retrydebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-1092fc80-a6a8-455d-9e82-2fd8d0f44efe', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-1092fc80-a6a8-455d-9e82-2fd8d0f44efe', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-28 Thread openstack-testing-bot
Title: raring_grizzly_glance_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/raring_grizzly_glance_trunk/197/Project:raring_grizzly_glance_trunkDate of build:Thu, 28 Mar 2013 17:31:34 -0400Build duration:2 min 22 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesDirectly verifying that time and socket are monkey patchedby bcwaldondeleteglance/tests/functional/test_server_monkey_patch.pyeditglance/tests/unit/test_wsgi.pyFix domain database initializationby bcwaldoneditglance/gateway.pyConsole Output[...truncated 1832 lines...]Hunk #1 succeeded at 27 (offset -1 lines).Applying patch fix-ubuntu-tests.patchcan't find file to patch at input line 4Perhaps you used the wrong -p or --strip option?The text leading up to this was:--|diff -Naurp glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py|--- glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py	2013-03-20 04:02:43.0 -0500|+++ glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py	2013-03-22 10:53:53.623990910 -0500--No file to patch.  Skipping patch.1 out of 1 hunk ignoredPatch fix-ubuntu-tests.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-fd7ba339-0ea1-4959-a41f-943287483916', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-fd7ba339-0ea1-4959-a41f-943287483916', '-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/tmpGfZrz7/glancemk-build-deps -i -r -t apt-get -y /tmp/tmpGfZrz7/glance/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log b5757246b00c23523b5e2b829435aebf1ee9c000..HEAD --no-merges --pretty=format:[%h] %sdch -b -D raring --newversion 1:2013.1+git201303281731~raring-0ubuntu1 Automated Ubuntu testing build:dch -a [eb21c4e] Fix domain database initializationdch -a [13f8f00] Directly verifying that time and socket are monkey patcheddch -a [9f336df] Check if creds are present and not Nonedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-fd7ba339-0ea1-4959-a41f-943287483916', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'raring-amd64-fd7ba339-0ea1-4959-a41f-943287483916', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/5/Project:precise_havana_nova_trunkDate of build:Thu, 28 Mar 2013 21:01:38 -0400Build duration:9 min 16 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix missing punctuation in docstringby danmseditnova/api/openstack/compute/contrib/simple_tenant_usage.pyConsole Output[...truncated 9671 lines...]Job: nova_2013.2+git201303282102~precise-0ubuntu1.dscMachine Architecture: amd64Package: novaPackage-Time: 422Source-Version: 1:2013.2+git201303282102~precise-0ubuntu1Space: 122424Status: attemptedVersion: 1:2013.2+git201303282102~precise-0ubuntu1Finished at 20130328-2110Build needed 00:07:02, 122424k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201303282102~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201303282102~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/tmpzmAaa7/novamk-build-deps -i -r -t apt-get -y /tmp/tmpzmAaa7/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201303282102~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [76ce4ab] Fix missing punctuation in docstringdch -a [b1445e7] xenapi: fix support for iso bootdch -a [8d68ed3] always quote dhcp-domain, otherwise dnsmasq can fail to startdch -a [48b41e0] Fix typo in the XML serialization os-services API.dch -a [21d0007] Rework time handling in periodic tasks.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2+git201303282102~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A nova_2013.2+git201303282102~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201303282102~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2+git201303282102~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-03-28 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/3/Project:precise_havana_cinder_trunkDate of build:Fri, 29 Mar 2013 00:31:32 -0400Build duration:1 min 25 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnforce exclusive options snapshot-id, source-volid and image-idby stephen.mulcahyeditcinder/tests/test_volume.pyeditcinder/tests/api/v1/test_volumes.pyeditcinder/api/v2/volumes.pyeditcinder/volume/api.pyeditcinder/api/v1/volumes.pyeditcinder/tests/api/v2/test_volumes.pyConsole Output[...truncated 1381 lines...]DEBUG:root:['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']Building using working treeBuilding package in merge modeLooking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpcl9sv9bzr: ERROR: An error (1) occurred running quilt: Applying patch fix_cinder_dependencies.patchpatching file tools/pip-requiresHunk #1 FAILED at 18.1 out of 1 hunk FAILED -- rejects in file tools/pip-requiresPatch fix_cinder_dependencies.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-468e5798-5c83-487d-bda3-bad9fe5c8143', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-468e5798-5c83-487d-bda3-bad9fe5c8143', '-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/cinder/grizzly /tmp/tmpcl9sv9/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpcl9sv9/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log -n5 --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201303290031~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [a4540aa] Enforce exclusive options snapshot-id, source-volid and image-iddch -a [649e892] Sync lockutils from oslo-incubator stable/grizzly.dch -a [ae4aecd] Remove unused tools/rfc.shdch -a [1fde5a4] Add the volume and snapshot gigabytes together.dch -a [b842186] Force deletes using tgt to workaround bug 1159948debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-468e5798-5c83-487d-bda3-bad9fe5c8143', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-468e5798-5c83-487d-bda3-bad9fe5c8143', '-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