Re: [Openstack] [Openstack-operators] Horizon troubleshooting

2013-06-14 Thread Juan José Pavlik Salles
Did you check keystone logs? If you use the same credentiales through the
console, does it work?


2013/6/13 Igor Laskovy igor.lask...@gmail.com

 Hello all!

 Have installation of Grizzly and during log in to Horizon get Something
 went wrong! page after sent credentials.

 Apache log helpless. In other logs (system + other nova services)
 everything alright.

 So how I can determine what wrong with installation? I found that I can
 turn on verbose logging for django Horizon app, but how?

 --
 Igor Laskovy
 facebook.com/igor.laskovy
 studiogrizzly.com

 ___
 OpenStack-operators mailing list
 openstack-operat...@lists.openstack.org
 http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators




-- 
Pavlik Salles Juan José
___
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] Cinder problems with usage and caching ?

2013-06-14 Thread Heiko Krämer
Hey Ollie,

thx for your reply. I would but i don't have more informations as in my
post before.
My DB looks clean:

mysql select SUM(size) from volumes where deleted=0\G
*** 1. row ***
SUM(size): 88
1 row in set (0.00 sec)

mysql select SUM(volume_size) from snapshots where deleted=0\G
*** 1. row ***
SUM(volume_size): 53
1 row in set (0.00 sec)


That's the entries of my mysql db but it seems that cinder will sumarize
all new created volumes to the usage (that's correct) even they will
delete after.
I thought first it's a problem with the caching so i've restarted all
memcached services but the problem still the same.

I don't see anything in the cinder logs instead of the api entries at my
post before.


It's weired :( but a big problem


Thx and Greetings
Heiko


On 13.06.2013 13:30, Ollie Leahy wrote:
 Thanks for taking the trouble to do that Heiko,

 as you can see that's been open a while and we're having trouble
 reproducing the problem,
 any information you can supply about your situation would be welcome.
 eg, errors in log files
 or the contents of your database as Duncan suggested in that bug.

 Ollie

 On Thu 13 Jun 2013 09:55:53 IST, Heiko Krämer wrote:
 Hey Ollie,

 yeah thx, I've found yesterday an existing bug report.

 https://bugs.launchpad.net/cinder/+bug/1174193

 Thx and greetings
 Heiko

 On 12.06.2013 17:05, Ollie Leahy wrote:
 This looks like a bug, so you could raise a bug on cinder at
 https://bugs.launchpad.net/cinder/+filebug

 When you do you could include information about the version of cinder
 you are using, is it grizzy, folsom or are you testing on head?

 Also, if you can include any context information for example had that
 project id had used more quota in the past and deleted it?

 It would also be useful to search through any cinder logs for other
 error warnings, in case there was a failure in the past, when quota
 was either consumed or recovered by this project and where the
 operation was not completed successfully.

 Ollie




 On 12/06/13 10:02, Heiko Krämer wrote:
 Hi guys,

 I'm running in a problem raised by cinder api.

 I'll show you the log output it's more then my explaination :)


 2013-06-12 10:50:13AUDIT [cinder.api.v1.volumes] Create volume of
 30 GB
 2013-06-12 10:50:13  WARNING [cinder.volume.api] Quota exceeded for
 d4e1c14691d841f6b53a24b6c4c42a0e, tried to create 30G volume (172G of
 200G already consumed)
 2013-06-12 10:50:13ERROR [cinder.api.middleware.fault] Caught
 error:
 Requested volume or snapshot exceeds allowed Gigabytes quota


 root@api2:~# cinder list
 +--++-+--+-+--+--+


 |  ID  | Status |
 Display Name| Size | Volume Type | Bootable
 | Attached to  |
 +--++-+--+-+--+--+


 | 6ce6f626-2d2b-4a17-8933-13e196fa650c | in-use |
 bosh|  10  |   default   |  false   |
 567a4c86-08ab-43cd-b9bc-3b220f2bf262 |
 | 8822b84b-595e-4b6f-9636-472dae7c33a4 | in-use |
 volume-64e51c64-5da4-4981-9b05-f7abfc6695b1 |  16  | None|
 false   | 65f33296-c2b0-4824-b887-359ee0462b56 |
 | d56e5a86-f6d1-43ed-b125-2ff977aefa24 | in-use |
 volume-363573c1-05d6-4484-9aad-0919e47546e0 |  5   | None|
 false   | fbb809d5-71f3-4a78-9cb7-4913c1e0af83 |
 | f7506174-4ae4-4a3c-928f-47b785bb35f5 | in-use |
 volume-385997c8-709c-4fa2-9d5b-ca2bba9d4e87 |  7   | None|
 false   | 0f1ab672-043a-4361-afd5-9f2ddd818ed8 |
 +--++-+--+-+--+--+




 root@api2:~# cinder quota-show d4e1c14691d841f6b53a24b6c4c42a0e
 +---+---+
 |  Property | Value |
 +---+---+
 | gigabytes |  200  |
 | snapshots |   20  |
 |  volumes  |   30  |
 +---+---+



 you see I consume only 38GB of 200GB and not 172GB (log).
 It's anything wrong with caching by cinder ? Have anyone the same
 problem or any hints ?


 Greetings
 Heiko

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





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


[Openstack] how to give security group in REST json request to create server

2013-06-14 Thread Anshul Gangwar
I am trying to create instance from REST client. I want to give security group 
in json request so that the instance gets created in some specified security 
group. I didn't find any document regarding this. I have tried giving 
security_group paramater as

http://10.102.153.51:8774/v2/f24b19b2b81c433ab9598bdb184ff12d/servers?security_group=pehlasg
server: {name: teesra,  imageRef: 
082aa3ea-26dc-44bd-89db-c540e202bfce,  flavorRef: 42,  key_name: 
firstkeypair } 
I have tried some other ways also

http://10.102.153.51:8774/v2/f24b19b2b81c433ab9598bdb184ff12d/servers

server: {name: teesra,  imageRef: 
082aa3ea-26dc-44bd-89db-c540e202bfce,  flavorRef: 42,  key_name: 
firstkeypair,
        security_groups: [{name: default } ] 
    }

and 

server: {name: teesra,  imageRef: 
082aa3ea-26dc-44bd-89db-c540e202bfce,  flavorRef: 42,  key_name: 
firstkeypair,
        security_group: default
    }


but all this is resulting in some error.

What is the correct way to give security groups(multiple ) in json request?


Thanks,
Anshul___
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] Load Balancers for Swift with nginx and pound

2013-06-14 Thread 王娜
Hello,Stackers

First question:
I built  a swift cluser,two proxy server , one nginx server ---load balance
 for two swift proxy server,and  two storage server

1.when I  stop swift proxy service on one proxy server
The command  swift -V 2 -A http://172.18.56.195:5000/v2.0 -U
service:glance -K pass  list  can not  list all  containers.

like this,before I stop the proxy service ,there are five containers.

root@proxy:~# swift -V 2 -A http://172.18.56.195:5000/v2.0 -U
service:glance -K pass  list
1
2
myfile
test
test3

once I stop one proxy server ,there are only 3 .

root@proxy:~# swift -V 2 -A http://172.18.56.195:5000/v2.0 -U
service:glance -K pass  list
1
2
test
the nginx.conf  like this
worker_processes  1;
events {
worker_connections  1024;
}
http {
include   mime.types;
default_type  application/octet-stream;
sendfileon;
keepalive_timeout  65;
client_max_body_size 10024M;
upstream swift {
server 172.18.56.199:8080;
server 172.18.56.235:8080;
 }
server {
listen   8080;
server_name  authserver;
location / {
proxy_pass http://authserver/;
}
error_page   500 502 503 504  /50x.html;
location = /50x.html {
root   html;
}
}
}


Question 2:

Because of the nginx problem ,so I change  to use pound ,but
when I execute  the command
swift -V 2 -A http://172.18.56.195:5000/v2.0 -U service:glance -K pass stat
and
swift -V 2 -A http://172.18.56.195:5000/v2.0 -U service:glance -K pass list

It  runs successfully

but
can not execute  post  or  upload

the error like this
root@proxy:~# swift -V 2 -A http://172.18.56.195:5000/v2.0 -U
service:glance -K pass post 3
Container PUT failed:
http://172.18.56.194:80/v1/AUTH_aadcbf03cf904eb68742478c9ae38eb4/3 501 Not
Implemented   This method may not be used.

the pound.conf like this


Userroot
Group   root
ListenHTTP
   Address 172.18.56.194
   Port80

End

   Service
  #HeadRequire (Host: your_host.com|Host: www.your_host.com)
  BackEnd
 Address 172.18.56.235
 Port 8080
  End
  BackEnd
 Address 172.18.56.199
 Port 8080
  End

End



Cheers
Wenna
___
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] Load Balancers for Swift with nginx and pound

2013-06-14 Thread Christian Schwede

Hi,


Because of the nginx problem ,so I change  to use pound ,but
...
but can not execute  post  or  upload


regarding pound: you have to enable the PUT method to upload objects. 
Simply add xHTTP 2 in the section below:



Userroot
Group   root
ListenHTTP
   Address 172.18.56.194
   Port80
   xHTTP 2
End


This will enable PUT and DELETE methods (see 
http://linux.die.net/man/8/pound for further details).


But POST should work out of the box?

Cheers,

Christian



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


Re: [Openstack] Can I run qemu-kvm in an OpenStack Instance

2013-06-14 Thread Daniel Ellison
On Jun 13, 2013, at 5:54 PM, Daniel Ellison dan...@syrinx.net wrote:
 That did it! I'm now creating a CentOS KVM image in an Ubuntu OpenStack VM. 
 I'll wait until it finishes before celebrating, but there are no errors so 
 far.

Well I didn't get to celebrate, as the veewee build process stops after it's 
finished typing into the running KVM instance (e.g. Typing:[1]: Tab text 
ks=http://10.10.10.131:7122/ks.cfgEnter). This happens with both a CentOS 
and an Ubuntu build.

Of course, I have no idea whether this has anything to do with nested 
virtualization. Since it's really not OpenStack-related, I won't bother the 
list any further with this.

Thanks all for your help and suggestions! If I ever do get this working I'll 
come back and describe how I did it.

Daniel
___
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] Possible bug with Cinder/keystone PKI token

2013-06-14 Thread Samuel Winchenbach
Hi All,

There appears to be a problem with PKI authentication with Cinder in
Grizzly.  I am running Ubuntu 12.04 LTS with Grizzle installed from the
cloud archive, up-to-date as of June 13th 2013.  Below you can find several
logs that show the errors I am encountering.   If I change token_format to
UUID in keystone it works correctly.


cinder-api.log:   http://paste2.org/NILmF961
keystone.log: http://paste2.org/IzZ9GB5d
cinder --debug list:  http://paste2.org/jge63zI1

I found this bug report: https://bugs.launchpad.net/cinder/+bug/1075838

And I checked my services against the patch and it looks like they have
been applied.

Does this seem like a new bug I should submit?

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


Re: [Openstack] Load Balancers for Swift with nginx and pound

2013-06-14 Thread John Dickinson
Also, just as general info, don't use nginx in front of Swift. nginx buffers 
request bodies, and that can become very problematic when uploading content 
into the Swift cluster (especially since the body could be up to 5GB--not too 
many of those requests and you'll overload your nginx box).

Second, the inconsistency of the listings shouldn't be affected by your load 
balancer or proxy server. It's probably the result of Swift's eventual 
consistency model. If Swift was not able to update the account listings on 
container create, it will still return success to the client (for the container 
create), but it will queue the listing update to be performed later. THere is 
an updater process that runs to keep listings in sync and handle these 
situations. This is most obvious (ie you're most likely to see it) if you have 
had a failure in your cluster (eg network down or hard drive fail) and are 
trying to get the info after the failure has been restored but before the 
updater has done its work. SInce there are 3 copies of your account in the 
cluster, each with a listing of the containers, one may be out of sync. Perhaps 
you created a container while one of those drives was unavailable. The 
background replication and updater processes will take care of getting your 
listings back in
 to a consistent state. Make sure they are running, and check the logs to see 
if there are any problems.

--John




On Jun 14, 2013, at 4:27 AM, Christian Schwede i...@cschwede.de wrote:

 Hi,
 
 Because of the nginx problem ,so I change  to use pound ,but
 ...
 but can not execute  post  or  upload
 
 regarding pound: you have to enable the PUT method to upload objects. Simply 
 add xHTTP 2 in the section below:
 Userroot
 Group   root
 ListenHTTP
   Address 172.18.56.194
   Port80
   xHTTP 2
 End
 
 This will enable PUT and DELETE methods (see http://linux.die.net/man/8/pound 
 for further details).
 
 But POST should work out of the box?
 
 Cheers,
 
 Christian
 
 
 
 ___
 Mailing list: https://launchpad.net/~openstack
 Post to : openstack@lists.launchpad.net
 Unsubscribe : https://launchpad.net/~openstack
 More help   : https://help.launchpad.net/ListHelp


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


[Openstack] Reddwarf implementation in Openstack with Red Hat 6

2013-06-14 Thread contact

Hi all,

I'm trying to figure out how to install Reddwarf on a existing server 
running Openstack (installed trought RDO - 
http://openstack.redhat.com/) in a Red Hat 6 server. The actual script 
for Reddwarf seems to be Ubuntu-only and, obviously, nothing goes in 
the right way.


Actually the script is also strictly connected with devstack ( 
http://devstack.org/ ) and using ./redstack post-devstack install 
doesn't work anyway. I tried to manually edit the scripts to make them 
Red Hat-compatible but I had a lot of issues for missing dependencies, 
outdated libraries, python versions, apt/yum repository etc...


Did someone of you figured out how to make It work?

Cheers
Andrea


___
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] Reddwarf implementation in Openstack with Red Hat 6

2013-06-14 Thread Michael Basnight
Hi Andrea,

We currently have some compatibility issues wrt installing in rpm distros. I'm 
working on getting heat set up for our initial installation, and that will help 
alleviate some pain with the differing distros and how they install packages. I 
encourage you to set the system up in a Debian based system, like Ubuntu, to 
play around with it. 

As always, we are in #openstack-trove and I'd love to chat with you and try to 
help make the install/management a bit more pkg agnostic. I'm hub_cap in irc. 
Oh and ps, we changed our name to trove cuz of some not so well known tv series 
;)

Sent from my digital shackles

On Jun 14, 2013, at 7:17 AM, cont...@andreagiardini.com wrote:

 Hi all,
 
 I'm trying to figure out how to install Reddwarf on a existing server running 
 Openstack (installed trought RDO - http://openstack.redhat.com/) in a Red Hat 
 6 server. The actual script for Reddwarf seems to be Ubuntu-only and, 
 obviously, nothing goes in the right way.
 
 Actually the script is also strictly connected with devstack ( 
 http://devstack.org/ ) and using ./redstack post-devstack install doesn't 
 work anyway. I tried to manually edit the scripts to make them Red 
 Hat-compatible but I had a lot of issues for missing dependencies, outdated 
 libraries, python versions, apt/yum repository etc...
 
 Did someone of you figured out how to make It work?
 
 Cheers
 Andrea
 
 
 ___
 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] Trove implementation in Openstack with Red Hat 6

2013-06-14 Thread Tim Bell

Michael,

It is desirable that a project, such as Trove, in incubation would be able to 
install and run on Redhat derived systems as well as
Ubuntu/Debian.

With the combination of packstack/RDO, RedHat based deployment is becoming a 
lot easier and I would hope that this is considered to
attract the maximum community and adoption by the early testers.

Tim

 -Original Message-
 From: Openstack 
 [mailto:openstack-bounces+tim.bell=cern...@lists.launchpad.net] On Behalf Of 
 Michael Basnight
 Sent: 14 June 2013 17:30
 To: cont...@andreagiardini.com
 Cc: openstack@lists.launchpad.net
 Subject: Re: [Openstack] Reddwarf implementation in Openstack with Red Hat 6
 
 Hi Andrea,
 
 We currently have some compatibility issues wrt installing in rpm distros. 
 I'm working on getting heat set up for our initial
installation,
 and that will help alleviate some pain with the differing distros and how 
 they install packages. I encourage you to set the system
up in a
 Debian based system, like Ubuntu, to play around with it.
 
 As always, we are in #openstack-trove and I'd love to chat with you and try 
 to help make the install/management a bit more pkg
agnostic.
 I'm hub_cap in irc. Oh and ps, we changed our name to trove cuz of some not 
 so well known tv series ;)
 
 Sent from my digital shackles
 
 On Jun 14, 2013, at 7:17 AM, cont...@andreagiardini.com wrote:
 
  Hi all,
 
  I'm trying to figure out how to install Reddwarf on a existing server 
  running Openstack (installed trought RDO -
 http://openstack.redhat.com/) in a Red Hat 6 server. The actual script for 
 Reddwarf seems to be Ubuntu-only and, obviously,
nothing goes
 in the right way.
 
  Actually the script is also strictly connected with devstack ( 
  http://devstack.org/ ) and using ./redstack post-devstack install
doesn't work
 anyway. I tried to manually edit the scripts to make them Red Hat-compatible 
 but I had a lot of issues for missing dependencies,
outdated
 libraries, python versions, apt/yum repository etc...
 
  Did someone of you figured out how to make It work?
 
  Cheers
  Andrea
 
 
  ___
  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


smime.p7s
Description: S/MIME cryptographic signature
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


[Openstack] Sniffing Quantum GRE networks

2013-06-14 Thread Dennis Højgaard
In OpenStack with Quantum you can create virtual networks via Open vSwitch
and the GRE protocol. My question is:

If i create two GRE based network in Quantum will I somehow be able to
sniff network 1 from network 2? Or how is the security at that point?

I am actually going to exam in a project on OpenStack but this question I
have not been able to answer...

I really hope there is someone out there who can answer me. I will be very
much appreciated...

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


Re: [Openstack] [Horizon] UX Discussions - proposal for better organization, rising activity and awareness

2013-06-14 Thread Toshiyuki Hayashi
Hi Jarda,

Thank you for sharing the  G+ community, I just joined and will check
the discussions!
I  hope we can move to GH shortly, the new G+ UI is not so good for discussions.

On Wed, Jun 12, 2013 at 10:49 PM, Jaromir Coufal jcou...@redhat.com wrote:
 Hi Toshi,

 it's great to meet you and thanks for support. What you mentioned here is
 one of the issues: worse awareness of such an activity. Hopefully GH will
 enhance this (as well as the other issues). Apart from being among other
 projects, we can also help making it more visible with some note on
 OpenStack pages / Horizon Launchpad then.

 Anyway, the G+ community is at following address:
 https://plus.google.com/communities/100954512393463248122. If we agree here,
 I'd like to move to GH as soon as possible, so we have all discussions,
 proposals and materials archived there.

 Best
 -- Jarda


 On 2013/12/06 23:25, Toshiyuki Hayashi wrote:

 Hi Jarda,

 I'm Toshi, I'm also working on Horizon UI improvement (mainly network
 topology view). I totally agree with you.
 I've been wondering how to discuss the design ideas for Horizon, and I
 think we need some documents such as a design guideline to keep
 Horizon UI as a certain level of lookfeel and interactions.
 I believe your idea works very well for Horizon!
 BTW, I didn't know the  Google+ community for Horizon. Could you
 please share the URL?

 On Tue, Jun 11, 2013 at 9:51 PM, Jaromir Coufal jcou...@redhat.com wrote:

 Hello Everybody!

 my name is Jarda (shortening from Jaromir) and I'm working on Horizon in a
 way of improvement the UX. Couple of weeks ago, there was set up community
 on Google+ to group UX related people to discuss designing issues. I think
 it was really great idea to start this effort and I love to see all people
 interested in helping Horizon being a better place. However, Google+ posts
 and discussions don't work very well for broader discussions about design
 issues, and I'd like to state here few examples of why I think so:
 - Comments are very narrow (worse readability, long comments are really bad
 supported).
 - Comments don't include images support.
 - There is no way where to store supportive materials.
 - Nobody knows what issues are resolved, what are still active.
 - No possibility to search for related topic (was this already discussed? Am
 I the first one to ask this?).
 - Notifications are also not from the best ones (activity of members just
 slipped down); not big awareness.

 ... and I have little bit more troubles with using it for design
 discussions.
 But long story short - I'd like to propose using GitHub for storing
 documentation and starting discussions related to UX of OpenStack (Horizon).

 In my opinion the best way to deal with UX in Horizon is to create a GitHub
 repository user_experience within OpenStack account, store related
 documentation in there and use GitHub Issues for discussions. Here are some
 benefits:
 * You can get subscribed to the repositoryor even just issue you are
 interested in, so you get notifications on your mail or just online
 (whatever works for you).
 * Issues are grouping topics very well together so the discussion for the
 topic stays at one place and everything is connected.
 * Once the issue is solved we can close it (and it is archived).
 * Issues have quite good options for text formatting.
 * You can past image directly to the post.
 * You can upload bigger temporary supportive materials to your forked
 repository.
 * The upstream repository itself can work as a good place to store UX
 documentations for Horizon (wireframes, documents, guides, etc).
 * What goes to the repository itself goes through pull-request process so we
 can make sure that there are ideas which were publicly discussed and
 accepted.

 Also, it provides better accessible way for any contributor, who is having
 some UX related issue. Since user_experience repository would be placed
 among other projects, it will be very easy to notice it and find this place
 if I need such a help. So, it is more likely, that we will increase activity
 and get more ideas together, also we enhance connecting developers and
 design people together, if both are contributing. I see UX as another
 project under OpenStack, though - sure - little bit different type of
 project, but still a project. And if we manage to get this project active we
 will definitely enhance resulting UX of Horizon, which is a goal.

 What do you think about this idea? Any thoughts? I'd be very happy to help
 with setting this up so it works smoothly.

 Best
 -- Jarda
 jcoufal at #openstack-horizon

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







-- 
Toshiyuki Hayashi
NTT Innovation Institute Inc.
Tel:650-579-0800 ex4292
mail:haya...@ntti3.com


Re: [Openstack] OpenStack API versions and release content

2013-06-14 Thread Everett Toews
On Jun 13, 2013, at 3:11 PM, Dolph Mathews wrote:

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

Does anyone think a matrix of OpenStack version to supported API version of 
each project would be useful to community developers?

Should we include it in the documentation?

The first column would be the OpenStack release, subsequent columns would be 
the projects, and the cells would be versions.

For example (I hope my formatting works),

Release| Keystone | Nova | etc
Diablo | 2.0  | x.x  | x.x
Essex  | 2.0  | x.x  | x.x
Folsom | 2.0  | x.x  | x.x
Grizzly| 2.0, 3.0 | x.x  | x.x
Havana | 2.0, 3.1 | x.x  | x.x
Icehouse   | 2.0, 3.1 | x.x  | x.x
J  | 3.1  | x.x  | x.x

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


Re: [Openstack] OpenStack API versions and release content

2013-06-14 Thread Anne Gentle
On Fri, Jun 14, 2013 at 2:10 PM, Everett Toews
everett.to...@rackspace.comwrote:

 On Jun 13, 2013, at 3:11 PM, Dolph Mathews wrote:

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

 Does anyone think a matrix of OpenStack version to supported API version
 of each project would be useful to community developers?

 Should we include it in the documentation?


Seems like a good idea to me. Dolph's email was the first clear statement
I'd seen from any PTL on the subject, so I'll be watching this thread and
I'll log a doc bug if there's consensus and support to publish such a
table.

Anne



 The first column would be the OpenStack release, subsequent columns would
 be the projects, and the cells would be versions.

 For example (I hope my formatting works),

 Release| Keystone | Nova | etc
 Diablo | 2.0  | x.x  | x.x
 Essex  | 2.0  | x.x  | x.x
 Folsom | 2.0  | x.x  | x.x
 Grizzly| 2.0, 3.0 | x.x  | x.x
 Havana | 2.0, 3.1 | x.x  | x.x
 Icehouse   | 2.0, 3.1 | x.x  | x.x
 J  | 3.1  | x.x  | x.x

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

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


[Openstack] OpenStack Community Weekly Newsletter (June 7 – 14)

2013-06-14 Thread Stefano Maffulli

  Welcome Heidi, Margie, Jeremy, and Tom to the OpenStack Foundation
  team!
  
http://www.openstack.org/blog/2013/06/welcome-heidi-margie-jeremy-and-tom-to-the-openstack-foundation-team/

Since the Foundation launched last September, we’ve continued to build
out a diverse team. This has been a big focus to keep up with the
incredible growth in the OpenStack community with another new software
release (Grizzly), the Portland Summit with over 2600 people (double San
Diego!), and the start of the work to organize the first international
Summit in Hong Kong (expecting over 4,000 people).

To keep up with such amazing growth, we expanded the team with new roles
to drive adoption of the software, support the development process and
grow the OpenStack ecosystem. Heidi Bretz joined as Director of Business
Development, Margie Callard as Marketing Manager, Jeremy Stanley as
Infrastructure Engineer and Tom Fifield as User Community Manager.


  Openstack Grizzly with Nicira NVP Plugin Provider Router Use Case
  with NAT
  
http://www.cloudactual.com/2013/06/openstack-grizzly-with-nicira-nvp.html

This post by Thomas Kraus
http://www.cloudactual.com/search/label/openstack reviews a common
use-case for Openstack Networking and show step by step how to achieve
the requirements for this use case using Openstack Networking in the
Grizzly release with the Nicira Network Virtualization plugin for Openstack.


  The OpenStack Community Welcomes Developers in All Programming
  Languages
  
http://blog.phymata.com/2013/06/12/the-openstack-community-welcomes-developers-in-all-programming-languages/

If you ever encounter someone looking for help with any non-python
language, you can always point them to the SDKs wiki page
https://wiki.openstack.org/wiki/SDKs. They should be able to find
their way from there.


  How non developers can contribute to OpenStack
  http://www.muktware.com/5634/how-non-developers-can-contribute-openstack

One common question many of us involved in OpenStack receive is: “I am
not a developer: how can I contribute to OpenStack?” Atul Jha wrapped up
some possible answers to this question.


  OpenStack at EuroPython 2013 among Reinassance masterpieces
  
http://www.openstack.org/blog/2013/06/openstack-at-europython-2013-among-reinassance-masterpieces/

If you ever wanted the chance to learn about OpenStack and see the
masterpieces by Michelangelo, Brunelleschi, Leonardo, Ghiberti and so
many others your best chance is to join us at Europython 2013
https://ep2013.europython.eu/. Hosted in Firenze July 1-7, Europython
2013 will see a massive OpenStack-related presence, including one half
day training session to get started. The OpenStack Foundation will have
a booth there and most likely a Help Desk session, where people
interested can reserve time to talk to OpenStack experts in real life,
under the Tuscan sun.


Tips ‘n Tricks

  * By Chmouel Boudjnah http://blog.chmouel.com/: How to launch the
Swift functional test suite with Keystone

http://blog.chmouel.com/2013/06/14/how-to-launch-the-swift-functional-test-suite-with-keystone/
  * By IBM OpenStack Team

https://www.ibm.com/developerworks/community/blogs/e93514d3-c4f0-4aa0-8844-497f370090f5?lang=en:
Keystone Community Work  DevStacking on CentOS

https://www.ibm.com/developerworks/community/blogs/e93514d3-c4f0-4aa0-8844-497f370090f5/entry/june_12_2013_10_37_pm?lang=en
  * By TelekomCloud DevOps team http://telekomcloud.github.io/:
OpenStack Networking High Availability concept

http://telekomcloud.github.io/2013/06/10/openstack-networking-high-availability.html
  * By Jay Pipes http://www.joinfu.com/: Pushing revisions to a Gerrit
code review
http://www.joinfu.com/2013/06/pushing-revisions-to-a-gerrit-code-review/


OpenStack In The Wild

  * ETC Announces Launch of Production in the Cloud Project

http://www.etcenter.org/2013/05/21/etc-launches-new-production-in-the-cloud-project/


Upcoming Events

  * HostingCon http://www.hostingcon.com/ Jun 17 – 19, 2013 – Austin,
Texas Details http://www.hostingcon.com/
  * GigaOM Structure http://event.gigaom.com/structure/ Jun 19 – 20,
2013 – San Francisco, CA Details http://event.gigaom.com/structure/
  * Openstack a mezza scala!
http://www.meetup.com/OpenStack-User-Group-Italia/events/101619052/ Jun
20, 2013 – Milano, Italy Details
http://www.meetup.com/OpenStack-User-Group-Italia/events/101619052/
  * OpenStack DevCamp Essen
https://wiki.openstack.org/wiki/DevCamp/EssenGermany2013 Jun 21 –
23, 2013 – Essen, Germany Details
https://wiki.openstack.org/wiki/DevCamp/EssenGermany2013
  * OpenStack June Meetup
http://www.meetup.com/Indian-OpenStack-User-Group/events/122386732/ Jun
22, 2013 – Bangalore, India Details
http://www.meetup.com/Indian-OpenStack-User-Group/events/122386732/
  * OpenStack France Meetup#4

Re: [Openstack] curl with swift

2013-06-14 Thread Pete Zaitcev
On Mon, 10 Jun 2013 11:28:01 -0700
Remo Mattei r...@mattei.org wrote:

 I am using this command now but I get not auth to get this object. 

 curl -X GET \
 -H X-Auth-Token: 813c6eef9f474e7f860ef42dcaeeb53b \
 http://192.168.235.113:8080/v1/AUTH_9ffeae726f33436b9e0796d31f85f730/remo.pen 
  Remo.pem

The command looks ok.

A naked token usually means Keystone. You're using Keystone, don't you?
If so, make sure that you're using the token ID and not user ID, which
Keystone also returns in the same reply.

Example:

[root@node_k1 ~]# curl -X POST http://127.0.0.1:5000/v2.0/tokens -d '{auth: 
{tenantName:tsa17, passwordCredentials:{username:spare17, 
password:secret}}}' -H 'Content-Type: application/json'
{access: {token: {expires: 2013-01-30T18:50:37Z, id: 
b2eeb6503bb94a1f8c792c9968947172}, serviceCatalog: {}, user: {username: 
spare17, roles_links: [], id: 87c6174170ad471ca141630200f90b9b, 
roles: [], name: spare17}}}

Other than that, check the logs. I presume you didn't try to snip the
uuid part of a prefixed token that other authentication systems return.

-- Pete

___
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] Load Balancers for Swift with nginx and pound

2013-06-14 Thread Pete Zaitcev
On Fri, 14 Jun 2013 18:43:21 +0800
王娜 wangna...@gmail.com wrote:

 like this,before I stop the proxy service ,there are five containers.

I would double-check that both proxies had same ring files.

-- Pete

___
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] how to configure quantum so that two private network can ping each other?

2013-06-14 Thread Yuling_C
 Hi All,

From openstack documentation, it seems that if we need to create routers in 
order to have two private network ping each other. However, I followed the 
instruction on the website 
http://docs.openstack.org/trunk/openstack-network/admin/content/l3_workflow.html,
 but still could not get the ping working through two private networks.

Here is what I did:

1. I'm using the Vlan mode for OVS network type.
2. I created one network net1 in one subnet.
3. I created another network net2 in another subnet.
4. I created a router and attached the two subnet interfaces to the router.
5. I created two VM instances on net1 and net2 respectively.
6. However, I still was not able to ping from vm1 to vm2.

Any idea?

Thanks,

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


Re: [Openstack] [openstack] how to configure quantum so that two private network can ping each other?

2013-06-14 Thread Ashok Kumaran
Hi Yuling,

You may need to check the security group rules , ensure that the security
group allows ICMP and ssh(22)  in case you are looking for ssh access,




Regards,
Ashok




On Sat, Jun 15, 2013 at 7:10 AM, yulin...@dell.com wrote:

  Hi All,

 From openstack documentation, it seems that if we need to create routers
 in order to have two private network ping each other. However, I followed
 the instruction on the website
 http://docs.openstack.org/trunk/openstack-network/admin/content/l3_workflow.html,
 but still could not get the ping working through two private networks.

 Here is what I did:

 1. I'm using the Vlan mode for OVS network type.
 2. I created one network net1 in one subnet.
 3. I created another network net2 in another subnet.
 4. I created a router and attached the two subnet interfaces to the router.
 5. I created two VM instances on net1 and net2 respectively.
 6. However, I still was not able to ping from vm1 to vm2.

 Any idea?

 Thanks,

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




-- 
Regds,

Ashok ,
Delivery Consultant,
HP.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


Re: [Openstack] [openstack] how to configure quantum so that two private network can ping each other?

2013-06-14 Thread Yuling_C
Thanks Ashok.

I've already executed the following two commands:

nova secgroup-add-rule default icmp -1 -1 0.0.0.0/0
nova secgroup-add-rule default tcp 22 22 0.0.0.0/0

However, it still didn't help.

I can see that vm1 can ping vm2's gateway, and vice versa. Just vm1 could not 
ping vm2.

Could it be cirros issue? Will it make any difference if I use a different vm 
image?

Thanks,

YuLing


From: Ashok Kumaran [mailto:ashokkumara...@gmail.com]
Sent: Friday, June 14, 2013 9:08 PM
To: C, Yuling
Cc: openstack
Subject: Re: [Openstack] [openstack] how to configure quantum so that two 
private network can ping each other?

Hi Yuling,

You may need to check the security group rules , ensure that the security group 
allows ICMP and ssh(22)  in case you are looking for ssh access,




Regards,
Ashok



On Sat, Jun 15, 2013 at 7:10 AM, yulin...@dell.commailto:yulin...@dell.com 
wrote:
 Hi All,

From openstack documentation, it seems that if we need to create routers in 
order to have two private network ping each other. However, I followed the 
instruction on the website 
http://docs.openstack.org/trunk/openstack-network/admin/content/l3_workflow.html,
 but still could not get the ping working through two private networks.

Here is what I did:

1. I'm using the Vlan mode for OVS network type.
2. I created one network net1 in one subnet.
3. I created another network net2 in another subnet.
4. I created a router and attached the two subnet interfaces to the router.
5. I created two VM instances on net1 and net2 respectively.
6. However, I still was not able to ping from vm1 to vm2.

Any idea?

Thanks,

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



--
Regds,

Ashok ,
Delivery Consultant,
HP.
___
Mailing list: https://launchpad.net/~openstack
Post to : openstack@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack
More help   : https://help.launchpad.net/ListHelp


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


[Openstack-ubuntu-testing-notifications] Build Still Failing: raring_grizzly_python-cinderclient_stable #59

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_quantum_trunk #143

2013-06-14 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/143/Project:saucy_havana_quantum_trunkDate of build:Fri, 14 Jun 2013 13:01:39 -0400Build duration:11 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesImported Translations from Transifexby Jenkinseditquantum/locale/fi_FI/LC_MESSAGES/quantum.poeditquantum/locale/ko_KR/LC_MESSAGES/quantum.poeditquantum/locale/zh_TW/LC_MESSAGES/quantum.poeditquantum/locale/ro/LC_MESSAGES/quantum.poeditquantum/locale/bg_BG/LC_MESSAGES/quantum.poeditquantum/locale/ka_GE/LC_MESSAGES/quantum.poeditquantum/locale/quantum.poteditquantum/locale/da/LC_MESSAGES/quantum.poeditquantum/locale/ru/LC_MESSAGES/quantum.poeditquantum/locale/de/LC_MESSAGES/quantum.poeditquantum/locale/zh_CN/LC_MESSAGES/quantum.poeditquantum/locale/fr/LC_MESSAGES/quantum.poeditquantum/locale/vi_VN/LC_MESSAGES/quantum.poeditquantum/locale/cs/LC_MESSAGES/quantum.poeditquantum/locale/it/LC_MESSAGES/quantum.poeditquantum/locale/pt_BR/LC_MESSAGES/quantum.poeditquantum/locale/es/LC_MESSAGES/quantum.poeditquantum/locale/ja/LC_MESSAGES/quantum.poConsole Output[...truncated 8459 lines...]Fail-Stage: buildHost Architecture: amd64Install-Time: 124Job: quantum_2013.2+git201306141301~saucy-0ubuntu1.dscMachine Architecture: amd64Package: quantumPackage-Time: 299Source-Version: 1:2013.2+git201306141301~saucy-0ubuntu1Space: 54532Status: attemptedVersion: 1:2013.2+git201306141301~saucy-0ubuntu1Finished at 20130614-1313Build needed 00:04:59, 54532k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'quantum_2013.2+git201306141301~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'quantum_2013.2+git201306141301~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/havana /tmp/tmpmtI6wa/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpmtI6wa/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 5586fc3973367bc2f702441bf368a6fc2b785670..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306141301~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [a36f237] Imported Translations from Transifexdch -a [648d3b7] xenapi: fix rootwrapdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201306141301~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A quantum_2013.2+git201306141301~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'quantum_2013.2+git201306141301~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'quantum_2013.2+git201306141301~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

2013-06-14 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/153/Project:precise_havana_cinder_trunkDate of build:Fri, 14 Jun 2013 15:31:15 -0400Build duration:4 min 56 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesFix up the test frameworkby michael.kerrinadd.testr.confeditrun_tests.sheditcinder/tests/windows/basetestcase.pyeditsetup.cfgedittox.inieditcinder/api/openstack/__init__.pyeditcinder/tests/test_volume_rpcapi.pyeditcinder/tests/test_scality.pyedittest-requirements.txtedittools/with_venv.sheditcinder/tests/api/contrib/test_admin_actions.pyeditcinder/tests/__init__.pyeditcinder/tests/test_netapp_nfs.pyeditcinder/tests/integrated/test_volumes.pyeditcinder/test.pyaddtools/colorizer.pyConsole Output[...truncated 2919 lines...]Install-Time: 85Job: cinder_2013.2+git201306141531~precise-0ubuntu1.dscMachine Architecture: amd64Package: cinderPackage-Time: 109Source-Version: 1:2013.2+git201306141531~precise-0ubuntu1Space: 23124Status: attemptedVersion: 1:2013.2+git201306141531~precise-0ubuntu1Finished at 20130614-1535Build needed 00:01:49, 23124k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306141531~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306141531~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/havana /tmp/tmptyH7P8/cindermk-build-deps -i -r -t apt-get -y /tmp/tmptyH7P8/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 997c619b7517c0aeab8fd01d8ec6daa23aa35747..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306141531~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [930f589] Fix up the test frameworkdch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306141531~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A cinder_2013.2+git201306141531~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306141531~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306141531~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: saucy_havana_cinder_trunk #128

2013-06-14 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/128/Project:saucy_havana_cinder_trunkDate of build:Fri, 14 Jun 2013 15:31:17 -0400Build duration:5 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesFix up the test frameworkby michael.kerrineditcinder/api/openstack/__init__.pyeditcinder/tests/windows/basetestcase.pyeditcinder/tests/test_scality.pyedittest-requirements.txtedittools/with_venv.sheditcinder/tests/integrated/test_volumes.pyedittox.iniadd.testr.confeditsetup.cfgeditcinder/tests/api/contrib/test_admin_actions.pyeditcinder/tests/test_netapp_nfs.pyaddtools/colorizer.pyeditcinder/tests/__init__.pyeditcinder/test.pyeditrun_tests.sheditcinder/tests/test_volume_rpcapi.pyConsole Output[...truncated 3769 lines...]Install-Time: 71Job: cinder_2013.2+git201306141531~saucy-0ubuntu1.dscMachine Architecture: amd64Package: cinderPackage-Time: 126Source-Version: 1:2013.2+git201306141531~saucy-0ubuntu1Space: 23124Status: attemptedVersion: 1:2013.2+git201306141531~saucy-0ubuntu1Finished at 20130614-1536Build needed 00:02:06, 23124k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306141531~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306141531~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/havana /tmp/tmpL6WJqC/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpL6WJqC/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 997c619b7517c0aeab8fd01d8ec6daa23aa35747..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306141531~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [930f589] Fix up the test frameworkdch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306141531~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201306141531~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306141531~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306141531~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-14 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/363/Project:precise_havana_nova_trunkDate of build:Fri, 14 Jun 2013 15:31:15 -0400Build duration:10 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesNaming instance directory by uuid in VMware Hyper.by yaguang.tangeditnova/virt/vmwareapi/vmops.pyeditnova/tests/virt/vmwareapi/db_fakes.pyeditnova/tests/virt/vmwareapi/test_vmwareapi.pyeditnova/virt/vmwareapi/vm_util.pyFix VMware Hyper cant honor hw_vif_model image property.by yaguang.tangeditnova/virt/vmwareapi/vmops.pyeditnova/virt/vmwareapi/fake.pyeditnova/virt/vmwareapi/vm_util.pyeditnova/tests/virt/vmwareapi/test_vmwareapi.pyConsole Output[...truncated 110534 lines...]Finished at 20130614-1541Build needed 00:05:37, 99160k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2.a1233.g8bac24e+git201306141532~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2.a1233.g8bac24e+git201306141532~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpdS9Ya5/novamk-build-deps -i -r -t apt-get -y /tmp/tmpdS9Ya5/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 9f6d63c850934f93aada65cad2cf69ace839f6cb..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2.a1233.g8bac24e+git201306141532~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [e1f8198] Refactored tests for instance_actions_*dch -a [e50f14c] Fix the wrong reference by CONFdch -a [234982d] Remove usage of locals() from xenapi packagedch -a [b53f83e] Make sync_power_state routines use InstanceListdch -a [d5bbfad] Enhance the validation of the quotas updatedch -a [7e5eb68] Add missing tests for compute_node_* methodsdch -a [088995f] Fix VMware Hyper can't honor hw_vif_model image property.dch -a [e517e56] Naming instance directory by uuid in VMware Hyper.dch -a [24df413] Register libvirt driver with closed connection callbackdch -a [4aee80d] Sending volume IO usage brokendch -a [a317c443] Refactor libvirt driver exception handlingdch -a [1c0d7aa] Add yolanda to the mailmap.dch -a [251a4b8] Fix _drop_unique_constraint_in_sqlite() function.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2.a1233.g8bac24e+git201306141532~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A nova_2013.2.a1233.g8bac24e+git201306141532~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.a1233.g8bac24e+git201306141532~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.a1233.g8bac24e+git201306141532~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 failed in Jenkins: cloud-archive_folsom_version-drift #19325

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

2013-06-14 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/154/Project:precise_havana_cinder_trunkDate of build:Fri, 14 Jun 2013 21:01:16 -0400Build duration:3 min 29 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesReplace utils.to_bytes() with strutils.to_bytes()by zhongyue.naheditcinder/utils.pyeditcinder/openstack/common/strutils.pyeditcinder/image/image_utils.pyRemove usage of locals() for formatting from cinder.api.*by haomaieditcinder/api/xmlutil.pyeditcinder/api/v1/volumes.pyeditcinder/api/contrib/hosts.pyeditcinder/api/contrib/backups.pyeditcinder/api/openstack/__init__.pyeditcinder/api/extensions.pyUse Python 3.x compatible except: constructby dirkeditcinder/api/contrib/volume_actions.pyeditcinder/db/sqlalchemy/api.pyeditbin/cinder-manageeditcinder/api/openstack/wsgi.pyeditcinder/volume/drivers/glusterfs.pyeditcinder/wsgi.pyeditbin/cinder-volume-usage-auditeditcinder/tests/test_migrations.pyeditcinder/volume/manager.pyeditcinder/scheduler/scheduler_options.pyeditcinder/volume/drivers/coraid.pyeditcinder/tests/api/v1/test_limits.pyeditcinder/utils.pyeditcinder/api/contrib/admin_actions.pyeditcinder/tests/api/v2/test_limits.pyedittools/conf/extract_opts.pyeditcinder/volume/drivers/solidfire.pyeditcinder/volume/drivers/nfs.pyeditcinder/volume/volume_types.pyConsole Output[...truncated 2938 lines...]Package: cinderPackage-Time: 69Source-Version: 1:2013.2+git201306142101~precise-0ubuntu1Space: 23124Status: attemptedVersion: 1:2013.2+git201306142101~precise-0ubuntu1Finished at 20130614-2104Build needed 00:01:09, 23124k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306142101~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306142101~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/havana /tmp/tmpl5F6d8/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpl5F6d8/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 997c619b7517c0aeab8fd01d8ec6daa23aa35747..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306142101~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306142101~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A cinder_2013.2+git201306142101~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306142101~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306142101~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-ubu

[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #129

2013-06-14 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/129/Project:saucy_havana_cinder_trunkDate of build:Fri, 14 Jun 2013 21:01:20 -0400Build duration:4 min 34 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesReplace utils.to_bytes() with strutils.to_bytes()by zhongyue.naheditcinder/openstack/common/strutils.pyeditcinder/image/image_utils.pyeditcinder/utils.pyRemove usage of locals() for formatting from cinder.api.*by haomaieditcinder/api/v1/volumes.pyeditcinder/api/extensions.pyeditcinder/api/xmlutil.pyeditcinder/api/contrib/hosts.pyeditcinder/api/contrib/backups.pyeditcinder/api/openstack/__init__.pyUse Python 3.x compatible except: constructby dirkeditcinder/volume/drivers/coraid.pyeditcinder/volume/manager.pyeditbin/cinder-manageeditcinder/db/sqlalchemy/api.pyeditcinder/tests/api/v2/test_limits.pyeditcinder/volume/drivers/glusterfs.pyeditcinder/tests/test_migrations.pyeditcinder/wsgi.pyeditcinder/volume/volume_types.pyeditcinder/volume/drivers/solidfire.pyeditcinder/scheduler/scheduler_options.pyeditcinder/utils.pyeditcinder/api/contrib/volume_actions.pyeditcinder/api/openstack/wsgi.pyeditcinder/volume/drivers/nfs.pyeditcinder/api/contrib/admin_actions.pyedittools/conf/extract_opts.pyeditcinder/tests/api/v1/test_limits.pyeditbin/cinder-volume-usage-auditConsole Output[...truncated 3778 lines...]Package: cinderPackage-Time: 64Source-Version: 1:2013.2+git201306142101~saucy-0ubuntu1Space: 23124Status: attemptedVersion: 1:2013.2+git201306142101~saucy-0ubuntu1Finished at 20130614-2105Build needed 00:01:04, 23124k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306142101~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306142101~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/havana /tmp/tmp9ZdgiI/cindermk-build-deps -i -r -t apt-get -y /tmp/tmp9ZdgiI/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 997c619b7517c0aeab8fd01d8ec6daa23aa35747..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306142101~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306142101~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201306142101~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306142101~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306142101~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to 

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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_keystone_trunk #108

2013-06-14 Thread openstack-testing-bot
Title: precise_havana_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_keystone_trunk/108/Project:precise_havana_keystone_trunkDate of build:Fri, 14 Jun 2013 22:01:16 -0400Build duration:2 min 20 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesUsing sql as default driver for tokensby wu.wenxiangeditkeystone/common/config.pyeditetc/keystone.conf.sampleedittests/test_overrides.confImported Translations from Transifexby Jenkinseditkeystone/locale/bg_BG/LC_MESSAGES/keystone.poeditkeystone/locale/keystone.poteditkeystone/locale/cs/LC_MESSAGES/keystone.poeditkeystone/locale/es/LC_MESSAGES/keystone.poeditkeystone/locale/zh_CN/LC_MESSAGES/keystone.poeditkeystone/locale/de/LC_MESSAGES/keystone.poeditkeystone/locale/pt_BR/LC_MESSAGES/keystone.poeditkeystone/locale/da/LC_MESSAGES/keystone.poeditkeystone/locale/fi_FI/LC_MESSAGES/keystone.poeditkeystone/locale/fr/LC_MESSAGES/keystone.poeditkeystone/locale/hu/LC_MESSAGES/keystone.poeditkeystone/locale/ca/LC_MESSAGES/keystone.poeditkeystone/locale/ja/LC_MESSAGES/keystone.poeditkeystone/locale/it/LC_MESSAGES/keystone.poeditkeystone/locale/zh_TW/LC_MESSAGES/keystone.poeditkeystone/locale/vi_VN/LC_MESSAGES/keystone.poaddkeystone/locale/ro/LC_MESSAGES/keystone.poeditkeystone/locale/ka_GE/LC_MESSAGES/keystone.poeditkeystone/locale/ru/LC_MESSAGES/keystone.poeditkeystone/locale/ko_KR/LC_MESSAGES/keystone.poConsole Output[...truncated 1236 lines...]Applying patch fix-ubuntu-tests.patchpatching file run_tests.shpatching file tests/test_content_types.pypatching file tests/test_keystoneclient.pypatching file tests/test_v3_auth.pyApplying patch sql_connection.patchpatching file etc/keystone.conf.sampleHunk #4 FAILED at 119.1 out of 4 hunks FAILED -- rejects in file etc/keystone.conf.samplePatch sql_connection.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-934d36c4-6c17-44a3-9adf-7917e13dde7f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-934d36c4-6c17-44a3-9adf-7917e13dde7f', '-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/havana /tmp/tmptqLrYe/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmptqLrYe/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log c9633837649ed1883c84a75d526ee50659bcc30e..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306142201~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [8a1104e] Imported Translations from Transifexdch -a [b2da4ea] Using sql as default driver for tokensdch -a [716f402] Add checks to test if enabled is booldch -a [7b78006] drop user and group constraintsdch -a [ce0baf0] Allow request headers access in app context.dch -a [c639c53] Fix token purging for memcache for user token index.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-934d36c4-6c17-44a3-9adf-7917e13dde7f', '-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-934d36c4-6c17-44a3-9adf-7917e13dde7f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-14 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/155/Project:precise_havana_cinder_trunkDate of build:Fri, 14 Jun 2013 22:01:15 -0400Build duration:4 min 35 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesImported Translations from Transifexby Jenkinseditcinder/locale/zh_TW/LC_MESSAGES/cinder.poeditcinder/locale/bg_BG/LC_MESSAGES/cinder.poeditcinder/locale/nb/LC_MESSAGES/cinder.poeditcinder/locale/fi_FI/LC_MESSAGES/cinder.poeditcinder/locale/bs/LC_MESSAGES/cinder.poeditcinder/locale/fr/LC_MESSAGES/cinder.poeditcinder/locale/ms/LC_MESSAGES/cinder.poeditcinder/locale/da/LC_MESSAGES/cinder.poeditcinder/locale/it_IT/LC_MESSAGES/cinder.poeditcinder/locale/ca/LC_MESSAGES/cinder.poeditcinder/locale/ru/LC_MESSAGES/cinder.poeditcinder/locale/de/LC_MESSAGES/cinder.poeditcinder/locale/ko_KR/LC_MESSAGES/cinder.poeditcinder/locale/vi_VN/LC_MESSAGES/cinder.poeditcinder/locale/ro/LC_MESSAGES/cinder.poeditcinder/locale/zh_CN/LC_MESSAGES/cinder.poeditcinder/locale/hr/LC_MESSAGES/cinder.poeditcinder/locale/it/LC_MESSAGES/cinder.poeditcinder/locale/uk/LC_MESSAGES/cinder.poeditcinder/locale/hu/LC_MESSAGES/cinder.poeditcinder/locale/tr_TR/LC_MESSAGES/cinder.poeditcinder/locale/ja/LC_MESSAGES/cinder.poeditcinder/locale/tr/LC_MESSAGES/cinder.poeditcinder/locale/cinder.poteditcinder/locale/tl/LC_MESSAGES/cinder.poeditcinder/locale/en_US/LC_MESSAGES/cinder.poeditcinder/locale/cs/LC_MESSAGES/cinder.poeditcinder/locale/en_AU/LC_MESSAGES/cinder.poeditcinder/locale/ka_GE/LC_MESSAGES/cinder.poeditcinder/locale/es/LC_MESSAGES/cinder.poeditcinder/locale/ko/LC_MESSAGES/cinder.poeditcinder/locale/zh_HK/LC_MESSAGES/cinder.poeditcinder/locale/ru_RU/LC_MESSAGES/cinder.poeditcinder/locale/sw_KE/LC_MESSAGES/cinder.poeditcinder/locale/id/LC_MESSAGES/cinder.poeditcinder/locale/pt/LC_MESSAGES/cinder.poeditcinder/locale/en_GB/LC_MESSAGES/cinder.poeditcinder/locale/pt_BR/LC_MESSAGES/cinder.poeditcinder/locale/nl_NL/LC_MESSAGES/cinder.poConsole Output[...truncated 2941 lines...]Package-Time: 108Source-Version: 1:2013.2+git201306142201~precise-0ubuntu1Space: 23128Status: attemptedVersion: 1:2013.2+git201306142201~precise-0ubuntu1Finished at 20130614-2205Build needed 00:01:48, 23128k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306142201~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306142201~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/havana /tmp/tmplp7d83/cindermk-build-deps -i -r -t apt-get -y /tmp/tmplp7d83/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 997c619b7517c0aeab8fd01d8ec6daa23aa35747..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306142201~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306142201~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A cinder_2013.2+git201306142201~precise-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306142201~precise-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.

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

2013-06-14 Thread openstack-testing-bot
Title: saucy_havana_keystone_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_keystone_trunk/71/Project:saucy_havana_keystone_trunkDate of build:Fri, 14 Jun 2013 22:02:26 -0400Build duration:3 min 34 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesUsing sql as default driver for tokensby wu.wenxiangeditkeystone/common/config.pyedittests/test_overrides.confeditetc/keystone.conf.sampleImported Translations from Transifexby Jenkinseditkeystone/locale/zh_TW/LC_MESSAGES/keystone.poeditkeystone/locale/ca/LC_MESSAGES/keystone.poeditkeystone/locale/it/LC_MESSAGES/keystone.poeditkeystone/locale/fi_FI/LC_MESSAGES/keystone.poeditkeystone/locale/ja/LC_MESSAGES/keystone.poeditkeystone/locale/ko_KR/LC_MESSAGES/keystone.poeditkeystone/locale/zh_CN/LC_MESSAGES/keystone.poeditkeystone/locale/pt_BR/LC_MESSAGES/keystone.poeditkeystone/locale/es/LC_MESSAGES/keystone.poaddkeystone/locale/ro/LC_MESSAGES/keystone.poeditkeystone/locale/de/LC_MESSAGES/keystone.poeditkeystone/locale/keystone.poteditkeystone/locale/da/LC_MESSAGES/keystone.poeditkeystone/locale/ru/LC_MESSAGES/keystone.poeditkeystone/locale/ka_GE/LC_MESSAGES/keystone.poeditkeystone/locale/hu/LC_MESSAGES/keystone.poeditkeystone/locale/vi_VN/LC_MESSAGES/keystone.poeditkeystone/locale/cs/LC_MESSAGES/keystone.poeditkeystone/locale/fr/LC_MESSAGES/keystone.poeditkeystone/locale/bg_BG/LC_MESSAGES/keystone.poConsole Output[...truncated 1885 lines...]Applying patch fix-ubuntu-tests.patchpatching file run_tests.shpatching file tests/test_content_types.pypatching file tests/test_keystoneclient.pypatching file tests/test_v3_auth.pyApplying patch sql_connection.patchpatching file etc/keystone.conf.sampleHunk #4 FAILED at 119.1 out of 4 hunks FAILED -- rejects in file etc/keystone.conf.samplePatch sql_connection.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-ede40e11-42fd-4626-baba-fb5b31ec9d26', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-ede40e11-42fd-4626-baba-fb5b31ec9d26', '-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/havana /tmp/tmpOcSkAz/keystonemk-build-deps -i -r -t apt-get -y /tmp/tmpOcSkAz/keystone/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log c9633837649ed1883c84a75d526ee50659bcc30e..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306142202~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [8a1104e] Imported Translations from Transifexdch -a [b2da4ea] Using sql as default driver for tokensdch -a [716f402] Add checks to test if enabled is booldch -a [7b78006] drop user and group constraintsdch -a [ce0baf0] Allow request headers access in app context.dch -a [c639c53] Fix token purging for memcache for user token index.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-ede40e11-42fd-4626-baba-fb5b31ec9d26', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-ede40e11-42fd-4626-baba-fb5b31ec9d26', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Still Failing: saucy_havana_cinder_trunk #130

2013-06-14 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/130/Project:saucy_havana_cinder_trunkDate of build:Fri, 14 Jun 2013 22:01:16 -0400Build duration:6 min 39 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 3 out of the last 5 builds failed.40ChangesImported Translations from Transifexby Jenkinseditcinder/locale/pt_BR/LC_MESSAGES/cinder.poeditcinder/locale/es/LC_MESSAGES/cinder.poeditcinder/locale/cs/LC_MESSAGES/cinder.poeditcinder/locale/ru/LC_MESSAGES/cinder.poeditcinder/locale/en_GB/LC_MESSAGES/cinder.poeditcinder/locale/it_IT/LC_MESSAGES/cinder.poeditcinder/locale/pt/LC_MESSAGES/cinder.poeditcinder/locale/fr/LC_MESSAGES/cinder.poeditcinder/locale/da/LC_MESSAGES/cinder.poeditcinder/locale/ka_GE/LC_MESSAGES/cinder.poeditcinder/locale/tr/LC_MESSAGES/cinder.poeditcinder/locale/ru_RU/LC_MESSAGES/cinder.poeditcinder/locale/ko/LC_MESSAGES/cinder.poeditcinder/locale/ro/LC_MESSAGES/cinder.poeditcinder/locale/zh_HK/LC_MESSAGES/cinder.poeditcinder/locale/it/LC_MESSAGES/cinder.poeditcinder/locale/vi_VN/LC_MESSAGES/cinder.poeditcinder/locale/tl/LC_MESSAGES/cinder.poeditcinder/locale/bs/LC_MESSAGES/cinder.poeditcinder/locale/ja/LC_MESSAGES/cinder.poeditcinder/locale/cinder.poteditcinder/locale/de/LC_MESSAGES/cinder.poeditcinder/locale/nb/LC_MESSAGES/cinder.poeditcinder/locale/ms/LC_MESSAGES/cinder.poeditcinder/locale/zh_CN/LC_MESSAGES/cinder.poeditcinder/locale/sw_KE/LC_MESSAGES/cinder.poeditcinder/locale/hu/LC_MESSAGES/cinder.poeditcinder/locale/tr_TR/LC_MESSAGES/cinder.poeditcinder/locale/ca/LC_MESSAGES/cinder.poeditcinder/locale/hr/LC_MESSAGES/cinder.poeditcinder/locale/nl_NL/LC_MESSAGES/cinder.poeditcinder/locale/uk/LC_MESSAGES/cinder.poeditcinder/locale/en_US/LC_MESSAGES/cinder.poeditcinder/locale/en_AU/LC_MESSAGES/cinder.poeditcinder/locale/zh_TW/LC_MESSAGES/cinder.poeditcinder/locale/id/LC_MESSAGES/cinder.poeditcinder/locale/fi_FI/LC_MESSAGES/cinder.poeditcinder/locale/bg_BG/LC_MESSAGES/cinder.poeditcinder/locale/ko_KR/LC_MESSAGES/cinder.poConsole Output[...truncated 3785 lines...]Package-Time: 155Source-Version: 1:2013.2+git201306142201~saucy-0ubuntu1Space: 23128Status: attemptedVersion: 1:2013.2+git201306142201~saucy-0ubuntu1Finished at 20130614-2207Build needed 00:02:35, 23128k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306142201~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306142201~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/cinder/havana /tmp/tmpF4x9ph/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpF4x9ph/cinder/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 997c619b7517c0aeab8fd01d8ec6daa23aa35747..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306142201~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306142201~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201306142201~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306142201~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_ho

[Openstack-ubuntu-testing-notifications] Build Still Failing: precise_havana_quantum_trunk #208

2013-06-14 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/208/Project:precise_havana_quantum_trunkDate of build:Fri, 14 Jun 2013 22:05:51 -0400Build duration:9 min 38 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesReduce plugin accesses from policy engineby salv.orlandoeditquantum/policy.pyeditquantum/api/v2/base.pyeditquantum/extensions/agentscheduler.pyeditquantum/api/v2/attributes.pyeditetc/policy.jsoneditquantum/common/exceptions.pyeditquantum/tests/unit/test_policy.pyConsole Output[...truncated 7501 lines...]Host Architecture: amd64Install-Time: 57Job: quantum_2013.2+git201306142206~precise-0ubuntu1.dscMachine Architecture: amd64Package: quantumPackage-Time: 368Source-Version: 1:2013.2+git201306142206~precise-0ubuntu1Space: 54516Status: attemptedVersion: 1:2013.2+git201306142206~precise-0ubuntu1Finished at 20130614-2214Build needed 00:06:08, 54516k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306142206~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306142206~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/havana /tmp/tmpjggFae/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpjggFae/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 5586fc3973367bc2f702441bf368a6fc2b785670..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306142206~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [a36f237] Imported Translations from Transifexdch -a [648d3b7] xenapi: fix rootwrapdch -a [27bdfca] Reduce plugin accesses from policy enginedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201306142206~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201306142206~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', 'quantum_2013.2+git201306142206~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', 'quantum_2013.2+git201306142206~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-14 Thread openstack-testing-bot
Title: saucy_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_quantum_trunk/144/Project:saucy_havana_quantum_trunkDate of build:Fri, 14 Jun 2013 22:03:36 -0400Build duration:12 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 2 out of the last 5 builds failed.60ChangesReduce plugin accesses from policy engineby salv.orlandoeditetc/policy.jsoneditquantum/common/exceptions.pyeditquantum/policy.pyeditquantum/extensions/agentscheduler.pyeditquantum/api/v2/attributes.pyeditquantum/api/v2/base.pyeditquantum/tests/unit/test_policy.pyConsole Output[...truncated 8466 lines...]Host Architecture: amd64Install-Time: 81Job: quantum_2013.2+git201306142203~saucy-0ubuntu1.dscMachine Architecture: amd64Package: quantumPackage-Time: 417Source-Version: 1:2013.2+git201306142203~saucy-0ubuntu1Space: 54484Status: attemptedVersion: 1:2013.2+git201306142203~saucy-0ubuntu1Finished at 20130614-2215Build needed 00:06:57, 54484k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'quantum_2013.2+git201306142203~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'quantum_2013.2+git201306142203~saucy-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/quantum/havana /tmp/tmp5Ahns_/quantummk-build-deps -i -r -t apt-get -y /tmp/tmp5Ahns_/quantum/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 5586fc3973367bc2f702441bf368a6fc2b785670..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306142203~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [a36f237] Imported Translations from Transifexdch -a [648d3b7] xenapi: fix rootwrapdch -a [27bdfca] Reduce plugin accesses from policy enginedebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC quantum_2013.2+git201306142203~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A quantum_2013.2+git201306142203~saucy-0ubuntu1.dscTraceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'quantum_2013.2+git201306142203~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Error in sys.excepthook:Traceback (most recent call last):  File "/usr/lib/python2.7/dist-packages/apport_python_hook.py", line 68, in apport_excepthookbinary = os.path.realpath(os.path.join(os.getcwd(), sys.argv[0]))OSError: [Errno 2] No such file or directoryOriginal exception was:Traceback (most recent call last):  File "/var/lib/jenkins/tools/openstack-ubuntu-testing/bin/build-package", line 139, in raise esubprocess.CalledProcessError: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'quantum_2013.2+git201306142203~saucy-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-14 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/365/Project:precise_havana_nova_trunkDate of build:Fri, 14 Jun 2013 22:06:01 -0400Build duration:11 minBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesFix quota checks while resizing up by adminby navneetkeditnova/compute/api.pyeditnova/tests/compute/test_compute.pyConsole Output[...truncated 110464 lines...]Build needed 00:06:31, 99260k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2.a1237.g898c260+git201306142206~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'nova_2013.2.a1237.g898c260+git201306142206~precise-0ubuntu1.dsc']' returned non-zero exit status 2INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/nova/havana /tmp/tmpMSu5GS/novamk-build-deps -i -r -t apt-get -y /tmp/tmpMSu5GS/nova/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 9f6d63c850934f93aada65cad2cf69ace839f6cb..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2.a1237.g898c260+git201306142206~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [e1f8198] Refactored tests for instance_actions_*dch -a [e19a488] Add missing tests for provider_fw_rule_* methodsdch -a [e50f14c] Fix the wrong reference by CONFdch -a [234982d] Remove usage of locals() from xenapi packagedch -a [b53f83e] Make sync_power_state routines use InstanceListdch -a [d5bbfad] Enhance the validation of the quotas updatedch -a [7e5eb68] Add missing tests for compute_node_* methodsdch -a [088995f] Fix VMware Hyper can't honor hw_vif_model image property.dch -a [e517e56] Naming instance directory by uuid in VMware Hyper.dch -a [24df413] Register libvirt driver with closed connection callbackdch -a [4aee80d] Sending volume IO usage brokendch -a [90453d5] Fix quota checks while resizing up by admindch -a [a317c443] Refactor libvirt driver exception handlingdch -a [1c0d7aa] Add yolanda to the mailmap.dch -a [251a4b8] Fix _drop_unique_constraint_in_sqlite() function.debcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC nova_2013.2.a1237.g898c260+git201306142206~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A nova_2013.2.a1237.g898c260+git201306142206~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.a1237.g898c260+git201306142206~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.a1237.g898c260+git201306142206~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 failed in Jenkins: cloud-archive_folsom_version-drift #19351

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


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

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

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

keystone:
Ubuntu: 2012.2.4-0ubuntu3.1
Cloud Archive staging: 2012.2.4-0ubuntu3~cloud0

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

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


  1   2   >