Re: [Openstack] Security Group of Quantum ovs plugin (Folsom) is not working

2013-06-16 Thread Chandler Li
Hi,
I checked the compute node's iptables rules and found out the
nova-compute-inst-xxx have no traffic flow.
The traffic flow stopped at nova-filter-top chain rule, so security group
is not working.
Any idea how to resolve this problem?

Thanks,
Chandler

[root@compute1 ~]# iptables -L -v -n
Chain INPUT (policy ACCEPT 714 packets, 335K bytes)
 pkts bytes target prot opt in out source
destination
  369  117K nova-compute-INPUT  all  --  *  *   0.0.0.0/0
 0.0.0.0/0
0 0 ACCEPT udp  --  virbr0 *   0.0.0.0/0
0.0.0.0/0   udp dpt:53
0 0 ACCEPT tcp  --  virbr0 *   0.0.0.0/0
0.0.0.0/0   tcp dpt:53
0 0 ACCEPT udp  --  virbr0 *   0.0.0.0/0
0.0.0.0/0   udp dpt:67
0 0 ACCEPT tcp  --  virbr0 *   0.0.0.0/0
0.0.0.0/0   tcp dpt:67
0 0 ACCEPT tcp  --  *  *   0.0.0.0/0
0.0.0.0/0   tcp dpt:5900

Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
 pkts bytes target prot opt in out source
destination
0 0 nova-filter-top  all  --  *  *   0.0.0.0/0
0.0.0.0/0
0 0 nova-compute-FORWARD  all  --  *  *   0.0.0.0/0
   0.0.0.0/0
0 0 ACCEPT all  --  *  virbr0  0.0.0.0/0
192.168.122.0/24state RELATED,ESTABLISHED
0 0 ACCEPT all  --  virbr0 *   192.168.122.0/24
0.0.0.0/0
0 0 ACCEPT all  --  virbr0 virbr0  0.0.0.0/0
0.0.0.0/0
0 0 REJECT all  --  *  virbr0  0.0.0.0/0
0.0.0.0/0   reject-with icmp-port-unreachable
0 0 REJECT all  --  virbr0 *   0.0.0.0/0
0.0.0.0/0   reject-with icmp-port-unreachable

Chain OUTPUT (policy ACCEPT 779 packets, 378K bytes)
 pkts bytes target prot opt in out source
destination
  437  233K nova-filter-top  all  --  *  *   0.0.0.0/0
0.0.0.0/0
  396  216K nova-compute-OUTPUT  all  --  *  *   0.0.0.0/0
   0.0.0.0/0

Chain nova-compute-FORWARD (1 references)
 pkts bytes target prot opt in out source
destination

Chain nova-compute-INPUT (1 references)
 pkts bytes target prot opt in out source
destination

Chain nova-compute-OUTPUT (1 references)
 pkts bytes target prot opt in out source
destination

Chain nova-compute-inst-767 (1 references)
 pkts bytes target prot opt in out source
destination
0 0 DROP   all  --  *  *   0.0.0.0/0
0.0.0.0/0   state INVALID
0 0 ACCEPT all  --  *  *   0.0.0.0/0
0.0.0.0/0   state RELATED,ESTABLISHED
0 0 nova-compute-provider  all  --  *  *   0.0.0.0/0
 0.0.0.0/0
0 0 ACCEPT udp  --  *  *   30.0.0.2
0.0.0.0/0   udp spt:67 dpt:68
0 0 ACCEPT all  --  *  *   30.0.0.0/24
0.0.0.0/0
0 0 ACCEPT tcp  --  *  *   0.0.0.0/0
0.0.0.0/0   tcp dpt:22
0 0 ACCEPT icmp --  *  *   0.0.0.0/0
0.0.0.0/0
0 0 nova-compute-sg-fallback  all  --  *  *   0.0.0.0/0
   0.0.0.0/0

Chain nova-compute-local (1 references)
 pkts bytes target prot opt in out source
destination
0 0 nova-compute-inst-767  all  --  *  *   0.0.0.0/0
 30.0.0.5

Chain nova-compute-provider (1 references)
 pkts bytes target prot opt in out source
destination

Chain nova-compute-sg-fallback (1 references)
 pkts bytes target prot opt in out source
destination
0 0 DROP   all  --  *  *   0.0.0.0/0
0.0.0.0/0

Chain nova-filter-top (2 references)
 pkts bytes target prot opt in out source
destination
  396  216K nova-compute-local  all  --  *  *   0.0.0.0/0
 0.0.0.0/0



2013/6/14 Chandler Li lichandler...@gmail.com

 Hello,

 I'm trying to use security group of Quantum ovs plugin(Folsom) in CentOS
 6.3 (2012.2.3-1.el6@epel).

 Everything looks good, except security group,

 and there are no error message in /var/log/nova/compute.log file.

 After I created VM, I can see the bridges and interfaces have been created
 normally.

  [root@compute1 ~]# brctl show
  bridge name bridge id   STP enabled interfaces
  br-int  .3eca2e714b4d   no  qvo756ead5d-32
  br-tun  .824651aab541   no
  qbr756ead5d-32  .ca57ea41484c   no
  qvb756ead5d-32
  vnet0

 The chain rules in filter table of iptables can reflect security group
 rules correctly too.

  Chain nova-compute-inst-749 (1 references)
  num  target prot opt source   destination
  1DROP   all  --  0.0.0.0/00.0.0.0/0
 state INVALID
  2ACCEPT all  --  0.0.0.0/00.0.0.0/0
 state RELATED,ESTABLISHED
  3nova-compute-provider  all  --  0.0.0.0/00.0.0.0/0
  4ACCEPT udp  --  10.0.0.2 0.0.0.0/0
 udp spt:67 dpt:68
  

[Openstack] openVSwitch and quantum GUI interface

2013-06-16 Thread Peter Cheung
Hi All   i want to build a GUI interface for openVSwitch and quantum, who is 
interest?

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


[Openstack] Keystone, pki tokens and memcache

2013-06-16 Thread Sam Morrison
I'm currently looking into Grizzly and have been having some issues getting PKI 
tokens to work.

If I have memcache as the token backend keystone issues uuid based tokens, if I 
have sql as the backend then it issues PKI tokens.

Does this mean you can't use memcache backend if you want to use PKI tokens?

Cheers,
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] [OpenStack] SWIFT Object Store spanning multiple data centers

2013-06-16 Thread John Dickinson
The global clusters feature is Swift is very new and just now being finished 
up. We are finishing up the last part of it and will have it completed in our 
next release (tentatively scheduled for June 27). The last part is the affinity 
write (ie don't write to a WAN region).

The regions concept is exactly as you have described it: use it for separate 
DCs. With 3 replicas, you'll have 2 replicas in one DC and one in the other. In 
your case, because of the way you have configured zones, it looks like you'll 
always have 2 replicas in A and one in B. Note that this is not a requirement 
of the system: you should set up your zones to match your failure domains.

Are you using the separate replication network feature (it's not required, but 
it may allow you some more control over the cross-DC replication)?

What is the latency between your DCs?

--John



On Jun 16, 2013, at 9:58 PM, Balamurugan V G balamuruga...@gmail.com wrote:

 Hi,
 
 I am exploring setting up a SWIFT Object Store across two data
 centers. Lets say I have DC-A and DC-B. I have setup a swift-proxy and
 two swift-storage nodes in DC-A. And I have setup one storage node in
 DC-B. This is just an experimental setup and if this works well, will
 have more storage nodes and proxy nodes in each DC. I have added the
 storage nodes in DC-A in Zone1 and Zone2. And storage nodes in DC-B is
 in Zone3. The replication count has been set to 3. My goal is to setup
 a multi site OpenStack and I am exploring using SWIFT to store the
 images such that the images can be shared across the DCs.
 
 Here are my questions:
 
   1. There seems to be a concept of regions. How do I use that with
 SWIFT in this case. I cant find any good documentation on it.
   2. In my current setup explained above, I can see that the
 partitions are getting copied(and synced) fine between the nodes in
 DC-A as confirmed by the used size returned by 'df -h /srv/node/sdb1'
 (I know its crube but its good enough). I see that the node in DC-B
 behaves differently. I see that the partitions are copied to this node
 and then removed again continuously. It never settles. That is for
 example, if I have a 5G content stored in the system, the DC-A nodes
 shows that 5Gb is used. But the DC-B node shows that it increases to
 5Gb and it then drops again to say 2Gb and then again increases to 5gb
 and then drop again and so forth.The rsyncd logs shows few errors as
 shown below:
 
 2013/06/17 04:38:54 [6965] receiving file list
 2013/06/17 04:53:52 [6963] rsync: connection unexpectedly closed
 (731405377 bytes received so far) [receiver]
 2013/06/17 04:53:52 [6963] rsync error: error in rsync protocol data
 stream (code 12) at io.c(605) [receiver=3.0.9]
 2013/06/17 04:53:52 [6963] rsync: connection unexpectedly closed (87
 bytes received so far) [generator]
 2013/06/17 04:53:52 [6963] rsync error: error in rsync protocol data
 stream (code 12) at io.c(605) [generator=3.0.9]
 2013/06/17 04:53:54 [6965] rsync: connection unexpectedly closed
 (716563202 bytes received so far) [receiver]
 2013/06/17 04:53:54 [6965] rsync error: error in rsync protocol data
 stream (code 12) at io.c(605) [receiver=3.0.9]
 2013/06/17 04:53:54 [6965] rsync: connection unexpectedly closed (87
 bytes received so far) [generator]
 2013/06/17 04:53:54 [6965] rsync error: error in rsync protocol data
 stream (code 12) at io.c(605) [generator=3.0.9]
 2013/06/16 21:54:24 [6996] name lookup failed for 10.5.64.47:
 Temporary failure in name resolution
 2013/06/16 21:54:24 [6996] connect from UNKNOWN (10.5.64.47)
 2013/06/16 21:54:24 [6997] name lookup failed for 10.5.64.48:
 Temporary failure in name resolution
 2013/06/16 21:54:24 [6997] connect from UNKNOWN (10.5.64.48)
 2013/06/17 04:54:25 [6996] rsync to object/sdb1/objects/189659 from
 UNKNOWN (10.5.64.47)
 2013/06/17 04:54:25 [6996] receiving file list
 2013/06/17 04:54:25 [6997] rsync to object/sdb1/objects/189659 from
 UNKNOWN (10.5.64.48)
 2013/06/17 04:54:25 [6997] receiving file list
 
I even tried to increase the timeout value of rsync from default
 30sec to 600 sec but I still see the same issue. What could be wrong
 here?
 
 
 Any help will be greatly appreciated. Also any pointers to good
 documentation on how to setup a multi site OpenStack deployment will
 be very helpful. I see that there is good documentation to getup and
 runing with a single or 3 nodes OpenStack setup, there is not much to
 know how to deploy a large scale multi site OpenStack deployment :-(
 
 Regards,
 Balu
 
 ___
 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   : 

Re: [Openstack] [OpenStack] SWIFT Object Store spanning multiple data centers

2013-06-16 Thread Balamurugan V G
Thanks John for the quick response and update.

I followed the guide at
http://docs.openstack.org/grizzly/openstack-compute/install/apt/content/ch_installing-openstack-object-storage.html
and I am using Grizzly on Ubuntu 12.04LTS. Two replicas in A and one
replica in B is what I intended so looks like that's working as
intended.

I dont think I am using separate replication network feature. I'll
explore that. I have a 20meg link between the DCs and I see the usage
go up to 8meg only(not sure if this answers your question on latency).

I even tried to manually copy the image file(the object which was
stored in SWIFT) using rsync(not rsyncd as used by SWIFT) and it
copied the 5Gb file in under 15mins with no issues. So I guess this
rules out any network issue.

Regards,
Balu

On Mon, Jun 17, 2013 at 10:39 AM, John Dickinson m...@not.mn wrote:
 The global clusters feature is Swift is very new and just now being finished 
 up. We are finishing up the last part of it and will have it completed in our 
 next release (tentatively scheduled for June 27). The last part is the 
 affinity write (ie don't write to a WAN region).

 The regions concept is exactly as you have described it: use it for separate 
 DCs. With 3 replicas, you'll have 2 replicas in one DC and one in the other. 
 In your case, because of the way you have configured zones, it looks like 
 you'll always have 2 replicas in A and one in B. Note that this is not a 
 requirement of the system: you should set up your zones to match your failure 
 domains.

 Are you using the separate replication network feature (it's not required, 
 but it may allow you some more control over the cross-DC replication)?

 What is the latency between your DCs?

 --John



 On Jun 16, 2013, at 9:58 PM, Balamurugan V G balamuruga...@gmail.com wrote:

 Hi,

 I am exploring setting up a SWIFT Object Store across two data
 centers. Lets say I have DC-A and DC-B. I have setup a swift-proxy and
 two swift-storage nodes in DC-A. And I have setup one storage node in
 DC-B. This is just an experimental setup and if this works well, will
 have more storage nodes and proxy nodes in each DC. I have added the
 storage nodes in DC-A in Zone1 and Zone2. And storage nodes in DC-B is
 in Zone3. The replication count has been set to 3. My goal is to setup
 a multi site OpenStack and I am exploring using SWIFT to store the
 images such that the images can be shared across the DCs.

 Here are my questions:

   1. There seems to be a concept of regions. How do I use that with
 SWIFT in this case. I cant find any good documentation on it.
   2. In my current setup explained above, I can see that the
 partitions are getting copied(and synced) fine between the nodes in
 DC-A as confirmed by the used size returned by 'df -h /srv/node/sdb1'
 (I know its crube but its good enough). I see that the node in DC-B
 behaves differently. I see that the partitions are copied to this node
 and then removed again continuously. It never settles. That is for
 example, if I have a 5G content stored in the system, the DC-A nodes
 shows that 5Gb is used. But the DC-B node shows that it increases to
 5Gb and it then drops again to say 2Gb and then again increases to 5gb
 and then drop again and so forth.The rsyncd logs shows few errors as
 shown below:

 2013/06/17 04:38:54 [6965] receiving file list
 2013/06/17 04:53:52 [6963] rsync: connection unexpectedly closed
 (731405377 bytes received so far) [receiver]
 2013/06/17 04:53:52 [6963] rsync error: error in rsync protocol data
 stream (code 12) at io.c(605) [receiver=3.0.9]
 2013/06/17 04:53:52 [6963] rsync: connection unexpectedly closed (87
 bytes received so far) [generator]
 2013/06/17 04:53:52 [6963] rsync error: error in rsync protocol data
 stream (code 12) at io.c(605) [generator=3.0.9]
 2013/06/17 04:53:54 [6965] rsync: connection unexpectedly closed
 (716563202 bytes received so far) [receiver]
 2013/06/17 04:53:54 [6965] rsync error: error in rsync protocol data
 stream (code 12) at io.c(605) [receiver=3.0.9]
 2013/06/17 04:53:54 [6965] rsync: connection unexpectedly closed (87
 bytes received so far) [generator]
 2013/06/17 04:53:54 [6965] rsync error: error in rsync protocol data
 stream (code 12) at io.c(605) [generator=3.0.9]
 2013/06/16 21:54:24 [6996] name lookup failed for 10.5.64.47:
 Temporary failure in name resolution
 2013/06/16 21:54:24 [6996] connect from UNKNOWN (10.5.64.47)
 2013/06/16 21:54:24 [6997] name lookup failed for 10.5.64.48:
 Temporary failure in name resolution
 2013/06/16 21:54:24 [6997] connect from UNKNOWN (10.5.64.48)
 2013/06/17 04:54:25 [6996] rsync to object/sdb1/objects/189659 from
 UNKNOWN (10.5.64.47)
 2013/06/17 04:54:25 [6996] receiving file list
 2013/06/17 04:54:25 [6997] rsync to object/sdb1/objects/189659 from
 UNKNOWN (10.5.64.48)
 2013/06/17 04:54:25 [6997] receiving file list

I even tried to increase the timeout value of rsync from default
 30sec to 600 sec but I still see the same issue. What could 

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

2013-06-16 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/212/Project:precise_havana_quantum_trunkDate of build:Sun, 16 Jun 2013 02:31:18 -0400Build duration:7 min 27 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove code duplication from loadbalancer db pluginby enikanoroveditquantum/db/loadbalancer/loadbalancer_db.pyConsole Output[...truncated 7503 lines...]Package: quantumPackage-Time: 271Source-Version: 1:2013.2+git201306160231~precise-0ubuntu1Space: 54600Status: attemptedVersion: 1:2013.2+git201306160231~precise-0ubuntu1Finished at 20130616-0238Build needed 00:04:31, 54600k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306160231~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306160231~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/tmpTw55fs/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpTw55fs/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+git201306160231~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [95c7240] Remove code duplication from loadbalancer db plugindch -a [0cc220a] Imported Translations from Transifexdch -a [3589752] Rename agent_loadbalancer directory to loadbalancerdch -a [a36f237] Imported Translations from Transifexdch -a [78a9354] Fix branch in db migration scriptsdch -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+git201306160231~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201306160231~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+git201306160231~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+git201306160231~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-16 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/213/Project:precise_havana_quantum_trunkDate of build:Sun, 16 Jun 2013 03:01:23 -0400Build duration:6 min 42 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesEnable attribute-based policy on router:external_gateway_infoby salv.orlandoeditquantum/extensions/l3.pyeditquantum/extensions/l3_ext_gw_mode.pyeditquantum/policy.pyConsole Output[...truncated 7507 lines...]Package-Time: 243Source-Version: 1:2013.2+git201306160301~precise-0ubuntu1Space: 54600Status: attemptedVersion: 1:2013.2+git201306160301~precise-0ubuntu1Finished at 20130616-0307Build needed 00:04:03, 54600k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306160301~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306160301~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/tmpRu1rgu/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpRu1rgu/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+git201306160301~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [95c7240] Remove code duplication from loadbalancer db plugindch -a [0cc220a] Imported Translations from Transifexdch -a [3589752] Rename agent_loadbalancer directory to loadbalancerdch -a [a9098d2] Enable attribute-based policy on router:external_gateway_infodch -a [a36f237] Imported Translations from Transifexdch -a [78a9354] Fix branch in db migration scriptsdch -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+git201306160301~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201306160301~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+git201306160301~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+git201306160301~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-16 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/214/Project:precise_havana_quantum_trunkDate of build:Sun, 16 Jun 2013 06:31:17 -0400Build duration:8 min 2 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0Changesset default for gw conn info in nvp_networkgw extensionby salv.orlandoeditquantum/tests/unit/nicira/test_networkgw.pyeditquantum/plugins/nicira/nicira_networkgw_db.pyConsole Output[...truncated 7508 lines...]Source-Version: 1:2013.2+git201306160631~precise-0ubuntu1Space: 54624Status: attemptedVersion: 1:2013.2+git201306160631~precise-0ubuntu1Finished at 20130616-0638Build needed 00:05:02, 54624k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306160631~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306160631~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/tmpPBV_Kj/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpPBV_Kj/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+git201306160631~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [95c7240] Remove code duplication from loadbalancer db plugindch -a [0cc220a] Imported Translations from Transifexdch -a [3589752] Rename agent_loadbalancer directory to loadbalancerdch -a [a9098d2] Enable attribute-based policy on router:external_gateway_infodch -a [8761cf1] set default for gw conn info in nvp_networkgw extensiondch -a [a36f237] Imported Translations from Transifexdch -a [78a9354] Fix branch in db migration scriptsdch -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+git201306160631~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201306160631~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+git201306160631~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+git201306160631~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-16 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/157/Project:precise_havana_cinder_trunkDate of build:Sun, 16 Jun 2013 09:31:14 -0400Build duration:3 min 31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove the migrate option from cinder-manageby jsbryanteditbin/cinder-manageConsole Output[...truncated 2935 lines...]Space: 23112Status: attemptedVersion: 1:2013.2+git201306160931~precise-0ubuntu1Finished at 20130616-0934Build needed 00:01:06, 23112k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306160931~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306160931~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/tmp6uoGX5/cindermk-build-deps -i -r -t apt-get -y /tmp/tmp6uoGX5/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+git201306160931~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [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+git201306160931~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A cinder_2013.2+git201306160931~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+git201306160931~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+git201306160931~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-16 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/132/Project:saucy_havana_cinder_trunkDate of build:Sun, 16 Jun 2013 09:31:15 -0400Build duration:3 min 51 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove the migrate option from cinder-manageby jsbryanteditbin/cinder-manageConsole Output[...truncated 3766 lines...]Space: 23112Status: attemptedVersion: 1:2013.2+git201306160931~saucy-0ubuntu1Finished at 20130616-0935Build needed 00:01:06, 23112k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306160931~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306160931~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/tmp8CbCDD/cindermk-build-deps -i -r -t apt-get -y /tmp/tmp8CbCDD/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+git201306160931~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [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+git201306160931~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201306160931~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+git201306160931~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+git201306160931~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_quantum_trunk #215

2013-06-16 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/215/Project:precise_havana_quantum_trunkDate of build:Sun, 16 Jun 2013 10:01:15 -0400Build duration:5 min 36 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditquantum/locale/es/LC_MESSAGES/quantum.poeditquantum/locale/zh_TW/LC_MESSAGES/quantum.poeditquantum/locale/bg_BG/LC_MESSAGES/quantum.poeditquantum/locale/it/LC_MESSAGES/quantum.poeditquantum/locale/ko_KR/LC_MESSAGES/quantum.poeditquantum/locale/ru/LC_MESSAGES/quantum.poeditquantum/locale/ro/LC_MESSAGES/quantum.poeditquantum/locale/fi_FI/LC_MESSAGES/quantum.poeditquantum/locale/cs/LC_MESSAGES/quantum.poeditquantum/locale/ja/LC_MESSAGES/quantum.poeditquantum/locale/pt_BR/LC_MESSAGES/quantum.poeditquantum/locale/quantum.poteditquantum/locale/da/LC_MESSAGES/quantum.poeditquantum/locale/ka_GE/LC_MESSAGES/quantum.poeditquantum/locale/vi_VN/LC_MESSAGES/quantum.poeditquantum/locale/fr/LC_MESSAGES/quantum.poeditquantum/locale/zh_CN/LC_MESSAGES/quantum.poeditquantum/locale/de/LC_MESSAGES/quantum.poConsole Output[...truncated 7511 lines...]Space: 54616Status: attemptedVersion: 1:2013.2+git201306161001~precise-0ubuntu1Finished at 20130616-1006Build needed 00:03:30, 54616k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306161001~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306161001~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/tmpWMaVqX/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpWMaVqX/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+git201306161001~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [7f81c46] Imported Translations from Transifexdch -a [95c7240] Remove code duplication from loadbalancer db plugindch -a [0cc220a] Imported Translations from Transifexdch -a [3589752] Rename agent_loadbalancer directory to loadbalancerdch -a [a9098d2] Enable attribute-based policy on router:external_gateway_infodch -a [8761cf1] set default for gw conn info in nvp_networkgw extensiondch -a [a36f237] Imported Translations from Transifexdch -a [78a9354] Fix branch in db migration scriptsdch -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+git201306161001~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201306161001~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+git201306161001~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+git201306161001~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
Unsub

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

2013-06-16 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/216/Project:precise_havana_quantum_trunkDate of build:Sun, 16 Jun 2013 10:31:25 -0400Build duration:7 min 23 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesUpdate to the latest stevedoreby gkottoneditrequirements.txtConsole Output[...truncated 7514 lines...]Status: attemptedVersion: 1:2013.2+git201306161031~precise-0ubuntu1Finished at 20130616-1038Build needed 00:04:36, 54624k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306161031~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306161031~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/tmpcbvcjJ/quantummk-build-deps -i -r -t apt-get -y /tmp/tmpcbvcjJ/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+git201306161031~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [f698bbf] Update to the latest stevedoredch -a [7f81c46] Imported Translations from Transifexdch -a [95c7240] Remove code duplication from loadbalancer db plugindch -a [0cc220a] Imported Translations from Transifexdch -a [3589752] Rename agent_loadbalancer directory to loadbalancerdch -a [a9098d2] Enable attribute-based policy on router:external_gateway_infodch -a [8761cf1] set default for gw conn info in nvp_networkgw extensiondch -a [a36f237] Imported Translations from Transifexdch -a [78a9354] Fix branch in db migration scriptsdch -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+git201306161031~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201306161031~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+git201306161031~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+git201306161031~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-16 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/133/Project:saucy_havana_cinder_trunkDate of build:Sun, 16 Jun 2013 13:01:15 -0400Build duration:3 min 46 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesStart using Pyflakesby dirkeditcinder/scheduler/simple.pyeditcinder/db/sqlalchemy/api.pyedittox.iniConsole Output[...truncated 3769 lines...]Status: attemptedVersion: 1:2013.2+git201306161301~saucy-0ubuntu1Finished at 20130616-1304Build needed 00:01:10, 23112k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306161301~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306161301~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/tmpyCkX3u/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpyCkX3u/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+git201306161301~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306161301~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201306161301~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+git201306161301~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+git201306161301~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_cinder_trunk #158

2013-06-16 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/158/Project:precise_havana_cinder_trunkDate of build:Sun, 16 Jun 2013 13:01:14 -0400Build duration:3 min 24 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesStart using Pyflakesby dirkeditcinder/scheduler/simple.pyeditcinder/db/sqlalchemy/api.pyedittox.iniConsole Output[...truncated 2938 lines...]Status: attemptedVersion: 1:2013.2+git201306161301~precise-0ubuntu1Finished at 20130616-1304Build needed 00:01:06, 23112k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306161301~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306161301~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/tmpBtk7eg/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpBtk7eg/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+git201306161301~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306161301~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A cinder_2013.2+git201306161301~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+git201306161301~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+git201306161301~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-16 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/159/Project:precise_havana_cinder_trunkDate of build:Sun, 16 Jun 2013 13:31:14 -0400Build duration:2 min 27 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesImported Translations from Transifexby Jenkinseditcinder/locale/ru_RU/LC_MESSAGES/cinder.poeditcinder/locale/de/LC_MESSAGES/cinder.poeditcinder/locale/zh_TW/LC_MESSAGES/cinder.poeditcinder/locale/id/LC_MESSAGES/cinder.poeditcinder/locale/nb/LC_MESSAGES/cinder.poeditcinder/locale/ro/LC_MESSAGES/cinder.poeditcinder/locale/ms/LC_MESSAGES/cinder.poeditcinder/locale/nl_NL/LC_MESSAGES/cinder.poeditcinder/locale/ka_GE/LC_MESSAGES/cinder.poeditcinder/locale/ja/LC_MESSAGES/cinder.poeditcinder/locale/tr_TR/LC_MESSAGES/cinder.poeditcinder/locale/fi_FI/LC_MESSAGES/cinder.poeditcinder/locale/es/LC_MESSAGES/cinder.poeditcinder/locale/da/LC_MESSAGES/cinder.poeditcinder/locale/zh_CN/LC_MESSAGES/cinder.poeditcinder/locale/ca/LC_MESSAGES/cinder.poeditcinder/locale/zh_HK/LC_MESSAGES/cinder.poeditcinder/locale/ru/LC_MESSAGES/cinder.poeditcinder/locale/vi_VN/LC_MESSAGES/cinder.poeditcinder/locale/uk/LC_MESSAGES/cinder.poeditcinder/locale/pt/LC_MESSAGES/cinder.poeditcinder/locale/ko/LC_MESSAGES/cinder.poeditcinder/locale/tr/LC_MESSAGES/cinder.poeditcinder/locale/bg_BG/LC_MESSAGES/cinder.poeditcinder/locale/fr/LC_MESSAGES/cinder.poeditcinder/locale/ko_KR/LC_MESSAGES/cinder.poeditcinder/locale/pt_BR/LC_MESSAGES/cinder.poeditcinder/locale/en_AU/LC_MESSAGES/cinder.poeditcinder/locale/it/LC_MESSAGES/cinder.poeditcinder/locale/hu/LC_MESSAGES/cinder.poeditcinder/locale/bs/LC_MESSAGES/cinder.poeditcinder/locale/en_GB/LC_MESSAGES/cinder.poeditcinder/locale/en_US/LC_MESSAGES/cinder.poeditcinder/locale/it_IT/LC_MESSAGES/cinder.poeditcinder/locale/tl/LC_MESSAGES/cinder.poeditcinder/locale/sw_KE/LC_MESSAGES/cinder.poeditcinder/locale/cs/LC_MESSAGES/cinder.poeditcinder/locale/cinder.poteditcinder/locale/hr/LC_MESSAGES/cinder.poConsole Output[...truncated 2941 lines...]Version: 1:2013.2+git201306161331~precise-0ubuntu1Finished at 20130616-1333Build needed 00:00:49, 23112k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306161331~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306161331~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/tmphARm29/cindermk-build-deps -i -r -t apt-get -y /tmp/tmphARm29/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+git201306161331~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306161331~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A cinder_2013.2+git201306161331~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+git201306161331~precise-0ubuntu1.dsc']' returned non-zero exit sta

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

2013-06-16 Thread openstack-testing-bot
Title: precise_havana_nova_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_nova_trunk/375/Project:precise_havana_nova_trunkDate of build:Sun, 16 Jun 2013 15:31:17 -0400Build duration:2 min 27 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove unused db api call.by yzveryanskyyeditnova/network/manager.pyConsole Output[...truncated 4247 lines...]dch -a [cc2b47a] Refactors qemu image info parsing logicdch -a [8781fcc] Refactor conf sample generator scriptdch -a [e50f14c] Fix the wrong reference by CONFdch -a [234982d] Remove usage of locals() from xenapi packagedch -a [3ba0c17] Don't make nova-compute depend on iSCSIdch -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 [40126fd] Quantum API _get_floating_ip_by_address mismatch with Nova-Netdch -a [685eae9] update_dns() method optimization.dch -a [d2a0eb9] Remove unused db api call.dch -a [8a421f3] Remove explicit distribute depend.dch -a [98ff29d] Fix to disallow server name with all blank spacesdch -a [ab1977a] Replace functions in utils with oslo.fileutilsdch -a [24df413] Register libvirt driver with closed connection callbackdch -a [fe9eb0f] Some libvirt driver lookups lacks proper exception handlingdch -a [4aee80d] Sending volume IO usage brokendch -a [769782b] Don't snat all traffic when force_snat_range setdch -a [90453d5] Fix quota checks while resizing up by admindch -a [a317c443] Refactor libvirt driver exception handlingdch -a [4c001e4] hardcode pbr and d2to1 versionsdch -a [1985b17] Fix VMwareVCdriver reporting incorrect statsdch -a [1c0d7aa] Add yolanda to the mailmap.dch -a [cf2905b] Removed session from reservation_create()dch -a [251a4b8] Fix _drop_unique_constraint_in_sqlite() function.dch -a [db95ffa] translates empty remote_ip_prefix to valid cidr for novadebcommitbzr 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-e3d4bfa9-7118-42c6-a086-f4dbf1d7a6b4', '-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-e3d4bfa9-7118-42c6-a086-f4dbf1d7a6b4', '-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 #160

2013-06-16 Thread openstack-testing-bot
Title: precise_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_cinder_trunk/160/Project:precise_havana_cinder_trunkDate of build:Sun, 16 Jun 2013 16:31:14 -0400Build duration:2 min 31 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove usage of locals() for formatting from cinder.volume.*by haomaieditcinder/volume/drivers/san/solaris.pyeditcinder/volume/manager.pyeditcinder/volume/drivers/zadara.pyeditcinder/volume/drivers/netapp/nfs.pyeditcinder/volume/drivers/glusterfs.pyeditcinder/volume/drivers/san/hp/hp_3par_common.pyeditcinder/volume/drivers/nfs.pyeditcinder/volume/drivers/san/hp_lefthand.pyeditcinder/volume/drivers/netapp/iscsi.pyeditcinder/volume/drivers/emc/emc_smis_common.pyConsole Output[...truncated 2945 lines...]Finished at 20130616-1633Build needed 00:00:52, 23112k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306161631~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'cinder_2013.2+git201306161631~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/tmpOowHn5/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpOowHn5/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+git201306161631~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [a80003c] Remove usage of locals() for formatting from cinder.volume.*dch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306161631~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A cinder_2013.2+git201306161631~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+git201306161631~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+git201306161631~precise-0ubuntu1.dsc']' returned non-zero exit status 2Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-16 Thread openstack-testing-bot
Title: saucy_havana_cinder_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_cinder_trunk/135/Project:saucy_havana_cinder_trunkDate of build:Sun, 16 Jun 2013 16:31:15 -0400Build duration:3 min 27 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRemove usage of locals() for formatting from cinder.volume.*by haomaieditcinder/volume/drivers/netapp/nfs.pyeditcinder/volume/drivers/san/hp_lefthand.pyeditcinder/volume/drivers/glusterfs.pyeditcinder/volume/drivers/san/solaris.pyeditcinder/volume/drivers/netapp/iscsi.pyeditcinder/volume/drivers/nfs.pyeditcinder/volume/drivers/zadara.pyeditcinder/volume/drivers/emc/emc_smis_common.pyeditcinder/volume/drivers/san/hp/hp_3par_common.pyeditcinder/volume/manager.pyConsole Output[...truncated 3776 lines...]Finished at 20130616-1634Build needed 00:00:56, 23112k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306161631~saucy-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'saucy-havana', '-n', '-A', 'cinder_2013.2+git201306161631~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/tmpZ6xLA3/cindermk-build-deps -i -r -t apt-get -y /tmp/tmpZ6xLA3/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+git201306161631~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [a80003c] Remove usage of locals() for formatting from cinder.volume.*dch -a [c4927e1] Imported Translations from Transifexdch -a [f6064e7] Remove the 'migrate' option from cinder-managedch -a [64a9dd5] Use Python 3.x compatible except: constructdch -a [3deebee] Update and add notifiers in create volumedch -a [f3f528b] Imported Translations from Transifexdch -a [930f589] Fix up the test frameworkdch -a [08aab97] Remove usage of locals() for formatting from cinder.api.*dch -a [d58b4fd] Replace utils.to_bytes() with strutils.to_bytes()dch -a [935b6eb] Imported Translations from Transifexdch -a [523b529] Replace FLAGS with cfg.CONF in volumedch -a [5e1502a] Fix various Sphinx warningsdch -a [83b2a51] Start using Pyflakesdebcommitbzr builddeb -S -- -sa -us -ucbzr builddeb -S -- -sa -us -ucdebsign -k9935ACDC cinder_2013.2+git201306161631~saucy-0ubuntu1_source.changessbuild -d saucy-havana -n -A cinder_2013.2+git201306161631~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+git201306161631~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+git201306161631~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 Failure: saucy_havana_ceilometer_trunk #106

2013-06-16 Thread openstack-testing-bot
Title: saucy_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/saucy_havana_ceilometer_trunk/106/Project:saucy_havana_ceilometer_trunkDate of build:Sun, 16 Jun 2013 20:31:15 -0400Build duration:2 min 38 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesReplace publisher name by URLby julienedittests/publisher/test_meter_publisher.pyeditceilometer/publisher/udp.pyeditceilometer/publisher/__init__.pyedittests/test_pipeline.pyeditetc/ceilometer/pipeline.yamleditetc/ceilometer/ceilometer.conf.sampleeditceilometer/pipeline.pyedittests/publisher/test_udp.pyeditceilometer/publisher/test.pyConsole Output[...truncated 2169 lines...]INFO:root:Executing ['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc'] in schrootDEBUG:root:['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']failed to open trace file: [Errno 13] Permission denied: '/var/lib/jenkins/.bzr.log'Building using working treeBuilding package in merge modeLooking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpxI5sdAbzr: ERROR: An error (1) occurred running quilt: NoneApplying patch default-dbconnection-sqlite.patchpatching file etc/ceilometer/ceilometer.conf.sampleHunk #1 FAILED at 517.1 out of 1 hunk FAILED -- rejects in file etc/ceilometer/ceilometer.conf.samplePatch default-dbconnection-sqlite.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f14787a9-465a-4986-883a-ed3688a78c25', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'saucy-amd64-f14787a9-465a-4986-883a-ed3688a78c25', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/ceilometer/havana /tmp/tmpxI5sdA/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpxI5sdA/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 782a71c012e660ab892f9e7942b9e80586099cdb..HEAD --no-merges --pretty=format:[%h] %sdch -b -D saucy --newversion 1:2013.2+git201306162031~saucy-0ubuntu1 Automated Ubuntu testing build:dch -a [aa842c2] Replace publisher name by URLdch -a [3d4d078] Ceilometer may generate wrong format swift url in some situationsdch -a [a5785c1] pipeline: switch publisher loading model to driverdebcommitbzr 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-f14787a9-465a-4986-883a-ed3688a78c25', '-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-f14787a9-465a-4986-883a-ed3688a78c25', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


[Openstack-ubuntu-testing-notifications] Build Failure: precise_havana_ceilometer_trunk #125

2013-06-16 Thread openstack-testing-bot
Title: precise_havana_ceilometer_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_ceilometer_trunk/125/Project:precise_havana_ceilometer_trunkDate of build:Sun, 16 Jun 2013 20:31:15 -0400Build duration:2 min 19 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: 1 out of the last 5 builds failed.80ChangesReplace publisher name by URLby julieneditetc/ceilometer/ceilometer.conf.sampleeditceilometer/publisher/test.pyedittests/publisher/test_meter_publisher.pyeditceilometer/publisher/udp.pyeditetc/ceilometer/pipeline.yamleditceilometer/pipeline.pyedittests/publisher/test_udp.pyedittests/test_pipeline.pyeditceilometer/publisher/__init__.pyConsole Output[...truncated 1493 lines...]DEBUG:root:['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']INFO:root:Executing ['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc'] in schrootDEBUG:root:['bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']Building using working treeBuilding package in merge modeLooking for a way to retrieve the upstream tarballUsing the upstream tarball that is present in /tmp/tmpEGEQtKbzr: ERROR: An error (1) occurred running quilt: Applying patch default-dbconnection-sqlite.patchpatching file etc/ceilometer/ceilometer.conf.sampleHunk #1 FAILED at 517.1 out of 1 hunk FAILED -- rejects in file etc/ceilometer/ceilometer.conf.samplePatch default-dbconnection-sqlite.patch does not apply (enforce with -f)ERROR:root:Error occurred during package creation/build: Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-c4f7f63f-aad6-49c2-9e43-06cd58dabd2f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3ERROR:root:Command '['/usr/bin/schroot', '-p', '-r', '-c', 'precise-amd64-c4f7f63f-aad6-49c2-9e43-06cd58dabd2f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3INFO:root:Complete command log:INFO:root:Destroying schroot.bzr branch lp:~openstack-ubuntu-testing/ceilometer/havana /tmp/tmpEGEQtK/ceilometermk-build-deps -i -r -t apt-get -y /tmp/tmpEGEQtK/ceilometer/debian/controlpython setup.py sdistgit log -n1 --no-merges --pretty=format:%Hgit log 782a71c012e660ab892f9e7942b9e80586099cdb..HEAD --no-merges --pretty=format:[%h] %sdch -b -D precise --newversion 1:2013.2+git201306162031~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [aa842c2] Replace publisher name by URLdch -a [3d4d078] Ceilometer may generate wrong format swift url in some situationsdch -a [a5785c1] pipeline: switch publisher loading model to driverdebcommitbzr 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-c4f7f63f-aad6-49c2-9e43-06cd58dabd2f', '-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-c4f7f63f-aad6-49c2-9e43-06cd58dabd2f', '-u', 'jenkins', '--', 'bzr', 'builddeb', '-S', '--', '-sa', '-us', '-uc']' returned non-zero exit status 3Build step 'Execute shell' marked build as failureEmail was triggered for: FailureSending email for trigger: Failure-- 
Mailing list: https://launchpad.net/~openstack-ubuntu-testing-notifications
Post to : openstack-ubuntu-testing-notifications@lists.launchpad.net
Unsubscribe : https://launchpad.net/~openstack-ubuntu-testing-notifications
More help   : https://help.launchpad.net/ListHelp


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

2013-06-16 Thread openstack-testing-bot
Title: precise_havana_quantum_trunk
General InformationBUILD FAILUREBuild URL:https://jenkins.qa.ubuntu.com/job/precise_havana_quantum_trunk/217/Project:precise_havana_quantum_trunkDate of build:Sun, 16 Jun 2013 22:31:14 -0400Build duration:6 min 7 secBuild cause:Started by an SCM changeBuilt on:pkg-builderHealth ReportWDescriptionScoreBuild stability: All recent builds failed.0ChangesRequire pbr 0.5.16 or newerby jordaneditrequirements.txtConsole Output[...truncated 7519 lines...]Version: 1:2013.2+git201306162231~precise-0ubuntu1Finished at 20130616-2236Build needed 00:03:49, 54624k disc spaceERROR:root:Error occurred during package creation/build: Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306162231~precise-0ubuntu1.dsc']' returned non-zero exit status 2ERROR:root:Command '['sbuild', '-d', 'precise-havana', '-n', '-A', 'quantum_2013.2+git201306162231~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/tmp47Qyx0/quantummk-build-deps -i -r -t apt-get -y /tmp/tmp47Qyx0/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+git201306162231~precise-0ubuntu1 Automated Ubuntu testing build:dch -a [df48843] Require pbr 0.5.16 or newerdch -a [f698bbf] Update to the latest stevedoredch -a [7f81c46] Imported Translations from Transifexdch -a [95c7240] Remove code duplication from loadbalancer db plugindch -a [0cc220a] Imported Translations from Transifexdch -a [3589752] Rename agent_loadbalancer directory to loadbalancerdch -a [a9098d2] Enable attribute-based policy on router:external_gateway_infodch -a [8761cf1] set default for gw conn info in nvp_networkgw extensiondch -a [a36f237] Imported Translations from Transifexdch -a [78a9354] Fix branch in db migration scriptsdch -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+git201306162231~precise-0ubuntu1_source.changessbuild -d precise-havana -n -A quantum_2013.2+git201306162231~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+git201306162231~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+git201306162231~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