Re: [openstack-dev] backport fixes to old branches

2015-02-10 Thread Matt Riedemann



On 2/10/2015 1:08 PM, Matt Riedemann wrote:



On 8/17/2014 7:58 PM, Osanai, Hisashi wrote:


On Friday, August 15, 2014 8:48 PM, Ihar Hrachyshka wrote:

There was an issue with jenkins running py33 checks for stable
ceilometer branches, which is wrong. Should be fixed now.


Thank you for your response.
I couldn't solve this by myself but Dina Belova and Julien Danjou
solved this issue with:
https://review.openstack.org/#/c/113842/

Best Regards,
Hisashi Osanai

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



The ceilometer py33 job fails now with the same error on master as of 2/8:

https://bugs.launchpad.net/ceilometer/+bug/1420433



My mistake, it's stable/juno only, so something regressed in the project 
filtering there.


http://goo.gl/FOAZwB

--

Thanks,

Matt Riedemann


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] backport fixes to old branches

2015-02-10 Thread Matt Riedemann



On 8/17/2014 7:58 PM, Osanai, Hisashi wrote:


On Friday, August 15, 2014 8:48 PM, Ihar Hrachyshka wrote:

There was an issue with jenkins running py33 checks for stable
ceilometer branches, which is wrong. Should be fixed now.


Thank you for your response.
I couldn't solve this by myself but Dina Belova and Julien Danjou
solved this issue with:
https://review.openstack.org/#/c/113842/

Best Regards,
Hisashi Osanai

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



The ceilometer py33 job fails now with the same error on master as of 2/8:

https://bugs.launchpad.net/ceilometer/+bug/1420433

--

Thanks,

Matt Riedemann


__
OpenStack Development Mailing List (not for usage questions)
Unsubscribe: openstack-dev-requ...@lists.openstack.org?subject:unsubscribe
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] backport fixes to old branches

2014-08-17 Thread Osanai, Hisashi

On Friday, August 15, 2014 8:48 PM, Ihar Hrachyshka wrote:
> There was an issue with jenkins running py33 checks for stable
> ceilometer branches, which is wrong. Should be fixed now.

Thank you for your response.
I couldn't solve this by myself but Dina Belova and Julien Danjou 
solved this issue with:
https://review.openstack.org/#/c/113842/

Best Regards,
Hisashi Osanai

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


Re: [openstack-dev] backport fixes to old branches

2014-08-15 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 08/08/14 13:09, Osanai, Hisashi wrote:
> 
> Hi,
> 
> On Tuesday, August 05, 2014 8:57 PM, Ihar Hrachyshka wrote:
>>> Thanks. To facilitate quicker backport, you may also propose
>>> the patch for review yourself. It may take time before stable
>>> maintainers or other interested parties get to the bug and do
>>> cherry-pick.
> 
> I did cherry-pick for
> "https://bugs.launchpad.net/ceilometer/+bug/1326250"; and executed
> git review (https://review.openstack.org/#/c/112806/).
> 
> In review phase I got the error message from Jenkins. The reason of
> the error is happybase-0.8 (latest one) uses "execfile" function
> and the usage of the function is removed from python.
> 
> The happybase is not OpenStack components so I would like to have
> advices for how to deal with this.

There was an issue with jenkins running py33 checks for stable
ceilometer branches, which is wrong. Should be fixed now.

> 
> - console.html 2014-08-08 09:17:45.901 | Downloading/unpacking
> happybase>=0.5,!=0.7 (from -r
> /home/jenkins/workspace/gate-ceilometer-python33/requirements.txt
> (line 7)) 2014-08-08 09:17:45.901 |
> http://pypi.openstack.org/simple/happybase/ uses an insecure
> transport scheme (http). Consider using https if pypi.openstack.org
> has it available 2014-08-08 09:17:45.901 |   Storing download in
> cache at
> ./.tox/_download/http%3A%2F%2Fpypi.openstack.org%2Fpackages%2Fsource%2Fh%2Fhappybase%2Fhappybase-0.8.tar.gz
>
> 
2014-08-08 09:17:45.901 |   Running setup.py
(path:/home/jenkins/workspace/gate-ceilometer-python33/.tox/py33/build/happybase/setup.py)
egg_info for package happybase
> 2014-08-08 09:17:45.902 | Traceback (most recent call last): 
> 2014-08-08 09:17:45.902 |   File "", line 17, in
>  2014-08-08 09:17:45.902 |   File
> "/home/jenkins/workspace/gate-ceilometer-python33/.tox/py33/build/happybase/setup.py",
> line 5, in  2014-08-08 09:17:45.902 |
> execfile('happybase/_version.py') 2014-08-08 09:17:45.902 |
> NameError: name 'execfile' is not defined 2014-08-08 09:17:45.902 |
> Complete output from command python setup.py egg_info: 2014-08-08
> 09:17:45.902 | Traceback (most recent call last): 2014-08-08
> 09:17:45.902 | 2014-08-08 09:17:45.902 |   File "", line
> 17, in  2014-08-08 09:17:45.902 | 2014-08-08 09:17:45.902 |
> File
> "/home/jenkins/workspace/gate-ceilometer-python33/.tox/py33/build/happybase/setup.py",
> line 5, in  2014-08-08 09:17:45.903 | 2014-08-08
> 09:17:45.903 | execfile('happybase/_version.py') 2014-08-08
> 09:17:45.903 | 2014-08-08 09:17:45.903 | NameError: name 'execfile'
> is not defined
> 
> - happybase-0.8/setup.py 1 from os.path import join, dirname 2 from
> setuptools import find_packages, setup 3 4 __version__ = None 5
> execfile('happybase/_version.py')
> 
> - python's doc 
> https://docs.python.org/3.3/library/2to3.html?highlight=execfile#2to3fixer-execfile
>
>  Best Regards, Hisashi Osanai
> 
> 
> ___ OpenStack-dev
> mailing list OpenStack-dev@lists.openstack.org 
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)

iQEcBAEBCgAGBQJT7fNfAAoJEC5aWaUY1u57fkMIALt6ZbKnL2mcBNb5lszyeVV1
LE4HATQByDEIdanDmDo1CMkNaFY2Pb1ExJWBmH7INhGUVXHYR9fvmRtkPPRcx61j
fpeJB2UBffwSYeo2MqQvRK++bP0YNPxULbPrYb1haLn4NRgMjCf71yue2zr8Zae/
MLpKNTOj6PK9yiVwjquVNwzg+s6ss1308DccNw2CZzYq3eykTmUfdVcd95gv+PNA
N5vuk71Hbwc31jpnmQTKlrrs8bvR2aZQlo/zcaElJK9M5OSg+9A/hjpPsINK/xl8
Si+Z2830f9NIRdxOK5QOpn0x80aIB3l4B924fGvQImavH0usHshJB4S0APnNMUY=
=WoUy
-END PGP SIGNATURE-

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


Re: [openstack-dev] backport fixes to old branches

2014-08-08 Thread Osanai, Hisashi

Hi,

On Tuesday, August 05, 2014 8:57 PM, Ihar Hrachyshka wrote:
> > Thanks. To facilitate quicker backport, you may also propose the patch
> > for review yourself. It may take time before stable maintainers or
> > other interested parties get to the bug and do cherry-pick.

I did cherry-pick for "https://bugs.launchpad.net/ceilometer/+bug/1326250"; and 
executed git review (https://review.openstack.org/#/c/112806/).

In review phase I got the error message from Jenkins.
The reason of the error is happybase-0.8 (latest one) uses "execfile" function 
and 
the usage of the function is removed from python.

The happybase is not OpenStack components so I would like to have advices for 
how to deal with this. 

- console.html
2014-08-08 09:17:45.901 | Downloading/unpacking happybase>=0.5,!=0.7 (from -r 
/home/jenkins/workspace/gate-ceilometer-python33/requirements.txt (line 7))
2014-08-08 09:17:45.901 |   http://pypi.openstack.org/simple/happybase/ uses an 
insecure transport scheme (http). Consider using https if pypi.openstack.org 
has it available
2014-08-08 09:17:45.901 |   Storing download in cache at 
./.tox/_download/http%3A%2F%2Fpypi.openstack.org%2Fpackages%2Fsource%2Fh%2Fhappybase%2Fhappybase-0.8.tar.gz
2014-08-08 09:17:45.901 |   Running setup.py 
(path:/home/jenkins/workspace/gate-ceilometer-python33/.tox/py33/build/happybase/setup.py)
 egg_info for package happybase
2014-08-08 09:17:45.902 | Traceback (most recent call last):
2014-08-08 09:17:45.902 |   File "", line 17, in 
2014-08-08 09:17:45.902 |   File 
"/home/jenkins/workspace/gate-ceilometer-python33/.tox/py33/build/happybase/setup.py",
 line 5, in 
2014-08-08 09:17:45.902 | execfile('happybase/_version.py')
2014-08-08 09:17:45.902 | NameError: name 'execfile' is not defined
2014-08-08 09:17:45.902 | Complete output from command python setup.py 
egg_info:
2014-08-08 09:17:45.902 | Traceback (most recent call last):
2014-08-08 09:17:45.902 | 
2014-08-08 09:17:45.902 |   File "", line 17, in 
2014-08-08 09:17:45.902 | 
2014-08-08 09:17:45.902 |   File 
"/home/jenkins/workspace/gate-ceilometer-python33/.tox/py33/build/happybase/setup.py",
 line 5, in 
2014-08-08 09:17:45.903 | 
2014-08-08 09:17:45.903 | execfile('happybase/_version.py')
2014-08-08 09:17:45.903 | 
2014-08-08 09:17:45.903 | NameError: name 'execfile' is not defined

- happybase-0.8/setup.py
1 from os.path import join, dirname
2 from setuptools import find_packages, setup
3
4 __version__ = None
5 execfile('happybase/_version.py')

- python's doc
https://docs.python.org/3.3/library/2to3.html?highlight=execfile#2to3fixer-execfile

Best Regards,
Hisashi Osanai


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


Re: [openstack-dev] backport fixes to old branches

2014-08-06 Thread Osanai, Hisashi

On Tuesday, August 05, 2014 8:57 PM, Ihar Hrachyshka wrote:
 
> Thanks. To facilitate quicker backport, you may also propose the patch
> for review yourself. It may take time before stable maintainers or
> other interested parties get to the bug and do cherry-pick.

Thank you for your advice.
I would like to confirm the procedure for backporting. The procedure is just 
using 
same Change-Id (in last paragraph) in addition to Normal Workflow, right?

Is there any other points that I should take care of?

Thanks in advance,
Hisashi Osanai


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


Re: [openstack-dev] backport fixes to old branches

2014-08-05 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 05/08/14 13:30, Osanai, Hisashi wrote:
> 
> Thank you for your quick response.
> 
> I don't have enough rights for nominating the bug so I put the tag
> "icehouse-backport-potential" instead.
> 
> https://bugs.launchpad.net/ceilometer/+bug/1326250

Thanks. To facilitate quicker backport, you may also propose the patch
for review yourself. It may take time before stable maintainers or
other interested parties get to the bug and do cherry-pick.

/Ihar
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCgAGBQJT4MZ7AAoJEC5aWaUY1u57AaIH/As3Ef0RLtuiwJlq3VyODqgR
HUBbAHQuFnpm6D6C/+2iwRrJZstxNQhSaDCYH/uxQcpumPcVPtAvnzMUzn/j5Aaw
BbKcOekjvQA82f87HvYWWrjaZEciRGsG6LNbm04vrh/5YB79VMDUM8Csd7NrPKUK
hkyQhylIo5hPLD6jtRIS0fw0xORQ0CddzSgj7lr6g+E96mchEOK2wwEbBDsNg4kz
GGS6e4QeSt6IKB7nsU6Va9l0MRfnAso4f8+AGuekzLjUAUcDbgFdqGfvFyaAFkTW
/oXaqhybPluufd0JbHnV/CLxd4NMMoPko4WQ48SXklJzpFB//9LgG932Gp+hqSU=
=c+h8
-END PGP SIGNATURE-

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


Re: [openstack-dev] backport fixes to old branches

2014-08-05 Thread Osanai, Hisashi

Thank you for your quick response.

I don't have enough rights for nominating the bug so 
I put the tag "icehouse-backport-potential" instead.

https://bugs.launchpad.net/ceilometer/+bug/1326250

On Tuesday, August 05, 2014 6:35 PM, Ihar Hrachyshka wrote:
> https://wiki.openstack.org/wiki/StableBranch

Best Regards,
Hisashi Osanai

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


Re: [openstack-dev] backport fixes to old branches

2014-08-05 Thread Ihar Hrachyshka
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

On 05/08/14 11:22, Osanai, Hisashi wrote:
> 
> Hi,
> 
> I would like to have the following fix for IceHouse branch because
>  the problem happens on it but the fix was committed on Juno-2
> only. Is there any process to backport fixes to old branches?

https://wiki.openstack.org/wiki/StableBranch

> 
> https://bugs.launchpad.net/ceilometer/+bug/1326250
> 
> Best Regards, Hisashi Osanai
> 
> 
> ___ OpenStack-dev
> mailing list OpenStack-dev@lists.openstack.org 
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
-BEGIN PGP SIGNATURE-
Version: GnuPG/MacGPG2 v2.0.22 (Darwin)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQEcBAEBCgAGBQJT4KU0AAoJEC5aWaUY1u57OlYH/jlUl0Jwxw85lPSmQg4lB8kf
JzcM9Ytuyf1fOjFR0L92QyKyADcQa6hHSo3fqHXRyrA2PUA4DMzm3ahB6eov+tp3
QJ/yFaxtNbkJy3gfKhIhn+5ExtCMqqgAu2DeAA95Tv4tmccmD09MVEvkVvcmAQh7
P+fFcrgPUoaGLmhH+WmWgmNMplQdj3OLaq3yJOvZXC7Th4O1Jh+sUBA46IKGF70F
l282VJTbWR7wozdBcrjTTtIYnj3VpoJ1S5t33j5R+HfXpa7G6DPKFXo+JhnmMcFM
UhECl9fVR9fgh9CWdqtfl8ektSnivpo+lKCazomSgJi/IL1TMFeSnADxHEOUiH8=
=UKSE
-END PGP SIGNATURE-

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


[openstack-dev] backport fixes to old branches

2014-08-05 Thread Osanai, Hisashi

Hi,

I would like to have the following fix for IceHouse branch because 
the problem happens on it but the fix was committed on Juno-2 only.
Is there any process to backport fixes to old branches?

https://bugs.launchpad.net/ceilometer/+bug/1326250

Best Regards,
Hisashi Osanai


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