<div dir="ltr"><div><div><br></div>I think this started happening with setuptools 10.2. We had a similar problem in Keystone -- a change was merged that caused any use of deprecated function to fail[1]. This caused all keystone-python27 jobs to fail when 10.2 was used because of the now deprecated function used by paste. I thought this would actually last for longer then a week before it broke. To get keystone tests working again, a change was merged to only fail for deprecation warnings from keystone[2].<br><br></div><div>An example way to fix this is to add a warnings filter to ignore deprecations rather than logging them.<br></div><div><br>[1] <a href="https://review.openstack.org/#/c/143183/2/keystone/tests/core.py">https://review.openstack.org/#/c/143183/2/keystone/tests/core.py</a><br>[2] <a href="https://review.openstack.org/#/c/144810/2/keystone/tests/core.py">https://review.openstack.org/#/c/144810/2/keystone/tests/core.py</a><br><br></div>- Brant<br><div><br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jan 5, 2015 at 11:00 AM, Matt Riedemann <span dir="ltr"><<a href="mailto:mriedem@linux.vnet.ibm.com" target="_blank">mriedem@linux.vnet.ibm.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">There is a deprecation warning in pip 6.0.6 which is making the py26 (on stable branches) and py27 jobs hit subunit log sizes of over 50 MB which makes the job fail.<br>
<br>
A logstash query shows this started happening around 1/3 which is when pip 6.0.6 was released. In Nova alone there are nearly 18 million hits of the deprecation warning.<br>
<br>
Should we temporarily block so that pip < 6.0.6?<br>
<br>
<a href="https://bugs.launchpad.net/nova/+bug/1407736" target="_blank">https://bugs.launchpad.net/<u></u>nova/+bug/1407736</a><span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
<br>
Thanks,<br>
<br>
Matt Riedemann<br>
<br>
<br>
______________________________<u></u>_________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">OpenStack-dev@lists.openstack.<u></u>org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/<u></u>cgi-bin/mailman/listinfo/<u></u>openstack-dev</a><br>
</font></span></blockquote></div><br></div>