Re: [openstack-dev] [python-*client] py33 jobs seem to be failing

2014-12-19 Thread Jeremy Stanley
On 2014-12-19 11:32:02 -0500 (-0500), Steve Martinelli wrote:
> Seems like https://review.openstack.org/#/c/142561/ fixed the issue.
> 
> As there haven't been any hits in logstash in roughly 24hrs, and
> we're getting clean builds in python-keystoneclient and
> openstackclient.
[...]

Apparently there are some PBR-based projects still using nose which
is failing Python 3.x jobs for similar reasons as docutils was. We
just discovered this a few minutes ago and are trying to figure out
a similar solution.
-- 
Jeremy Stanley

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


Re: [openstack-dev] [python-*client] py33 jobs seem to be failing

2014-12-19 Thread Steve Martinelli
Seems like https://review.openstack.org/#/c/142561/ fixed the issue.

As there haven't been any hits in logstash in roughly 24hrs, and we're 
getting clean builds in python-keystoneclient and openstackclient.

http://logstash.openstack.org/#eyJzZWFyY2giOiJtZXNzYWdlOlwiTmFtZUVycm9yOiBuYW1lICdTdGFuZGFyZEVycm9yJyBpcyBub3QgZGVmaW5lZFwiIGJ1aWxkX3N0YXR1czonRkFJTFVSRSciLCJmaWVsZHMiOlsibWVzc2FnZSIsImJ1aWxkX25hbWUiLCJidWlsZF9zdGF0dXMiXSwib2Zmc2V0IjowLCJ0aW1lZnJhbWUiOiIxNzI4MDAiLCJncmFwaG1vZGUiOiJjb3VudCIsInRpbWUiOnsidXNlcl9pbnRlcnZhbCI6MH0sInN0YW1wIjoxNDE5MDA2NjI4MjM5fQ==

Steve

Amit Gandhi  wrote on 12/19/2014 11:19:46 AM:

> From: Amit Gandhi 
> To: "OpenStack Development Mailing List (not for usage questions)" 
> 
> Date: 12/19/2014 11:28 AM
> Subject: Re: [openstack-dev] [python-*client] py33 jobs seem to be 
failing
> 
> Is there an ETA for this fix?
> 
> Thanks
> Amit.
> 
> 
> > On Dec 17, 2014, at 3:38 PM, Jeremy Stanley  wrote:
> > 
> > On 2014-12-17 11:09:59 -0500 (-0500), Steve Martinelli wrote:
> > [...]
> >> The stack trace leads me to believe that docutils or sphinx is the
> >> culprit, but neither has released a new version in the time the
> >> bug has been around, so I'm not sure what the root cause of the
> >> problem is.
> > 
> > It's an unforeseen interaction between new PBR changes to support
> > Setuptools 8 and the way docutils supports Py3K by running 2to3
> > during installation (entrypoint scanning causes pre-translated
> > docutils to be loaded into the execution space through the egg-info
> > writer PBR grew to be able to record Git SHA details outside of
> > version strings). A solution is currently being developed.
> > -- 
> > Jeremy Stanley
> > 
> > ___
> > OpenStack-dev mailing list
> > OpenStack-dev@lists.openstack.org
> > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
> 
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
> 
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [python-*client] py33 jobs seem to be failing

2014-12-19 Thread Davanum Srinivas
Amit,

from chatter on infra irc,. should be almost done if not already done.
if you see any jobs fail recheck, you may want to hop onto irc.

thanks,
dims

On Fri, Dec 19, 2014 at 11:19 AM, Amit Gandhi  wrote:
> Is there an ETA for this fix?
>
> Thanks
> Amit.
>
>
>> On Dec 17, 2014, at 3:38 PM, Jeremy Stanley  wrote:
>>
>> On 2014-12-17 11:09:59 -0500 (-0500), Steve Martinelli wrote:
>> [...]
>>> The stack trace leads me to believe that docutils or sphinx is the
>>> culprit, but neither has released a new version in the time the
>>> bug has been around, so I'm not sure what the root cause of the
>>> problem is.
>>
>> It's an unforeseen interaction between new PBR changes to support
>> Setuptools 8 and the way docutils supports Py3K by running 2to3
>> during installation (entrypoint scanning causes pre-translated
>> docutils to be loaded into the execution space through the egg-info
>> writer PBR grew to be able to record Git SHA details outside of
>> version strings). A solution is currently being developed.
>> --
>> Jeremy Stanley
>>
>> ___
>> OpenStack-dev mailing list
>> OpenStack-dev@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev



-- 
Davanum Srinivas :: https://twitter.com/dims

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


Re: [openstack-dev] [python-*client] py33 jobs seem to be failing

2014-12-19 Thread Amit Gandhi
Is there an ETA for this fix?

Thanks
Amit.


> On Dec 17, 2014, at 3:38 PM, Jeremy Stanley  wrote:
> 
> On 2014-12-17 11:09:59 -0500 (-0500), Steve Martinelli wrote:
> [...]
>> The stack trace leads me to believe that docutils or sphinx is the
>> culprit, but neither has released a new version in the time the
>> bug has been around, so I'm not sure what the root cause of the
>> problem is.
> 
> It's an unforeseen interaction between new PBR changes to support
> Setuptools 8 and the way docutils supports Py3K by running 2to3
> during installation (entrypoint scanning causes pre-translated
> docutils to be loaded into the execution space through the egg-info
> writer PBR grew to be able to record Git SHA details outside of
> version strings). A solution is currently being developed.
> -- 
> Jeremy Stanley
> 
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


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


Re: [openstack-dev] [python-*client] py33 jobs seem to be failing

2014-12-17 Thread Jeremy Stanley
On 2014-12-17 11:09:59 -0500 (-0500), Steve Martinelli wrote:
[...]
> The stack trace leads me to believe that docutils or sphinx is the
> culprit, but neither has released a new version in the time the
> bug has been around, so I'm not sure what the root cause of the
> problem is.

It's an unforeseen interaction between new PBR changes to support
Setuptools 8 and the way docutils supports Py3K by running 2to3
during installation (entrypoint scanning causes pre-translated
docutils to be loaded into the execution space through the egg-info
writer PBR grew to be able to record Git SHA details outside of
version strings). A solution is currently being developed.
-- 
Jeremy Stanley

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