<br><br><div><span class="gmail_quote">On 4/16/07, <b class="gmail_sendername">Grig Gheorghiu</b> &lt;<a href="mailto:grig.gheorghiu@gmail.com">grig.gheorghiu@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Almost all community buildbots have failed the test step due to a<br>failure in test_normalization. Here&#39;s a link to the community farm for<br>the trunk:<br><br><a href="http://www.python.org/dev/buildbot/community/trunk/">
http://www.python.org/dev/buildbot/community/trunk/</a><br><br>And here&#39;s an example of a failure:<br><br><a href="http://www.python.org/dev/buildbot/community/trunk/x86%20OSX%20trunk/builds/567/step-test/0">http://www.python.org/dev/buildbot/community/trunk/x86%20OSX%20trunk/builds/567/step-test/0
</a><br><br>test test_normalization failed -- Traceback (most recent call last):<br>&nbsp;&nbsp;File &quot;/Users/builder/pybots/pybot/trunk.osaf-x86/build/Lib/test/test_normalization.py&quot;,<br>line 36, in test_main<br>&nbsp;&nbsp;&nbsp;&nbsp;for line in open_urlresource(TESTDATAURL):
<br>&nbsp;&nbsp;File &quot;/Users/builder/pybots/pybot/trunk.osaf-x86/build/Lib/test/test_support.py&quot;,<br>line 271, in open_urlresource<br>&nbsp;&nbsp;&nbsp;&nbsp;requires(&#39;urlfetch&#39;)<br>&nbsp;&nbsp;File &quot;/Users/builder/pybots/pybot/trunk.osaf-x86/build/Lib/test/test_support.py&quot;,
<br>line 94, in requires<br>&nbsp;&nbsp;&nbsp;&nbsp;raise ResourceDenied(msg)<br>ResourceDenied: Use of the `urlfetch&#39; resource not enabled</blockquote><div><br><br>Don&#39;t know what suddenly triggered this (nothing I did), but the code basically looks correct.&nbsp; What should be happening is regrtest should be catching that exception and just saying the test was skipped.
<br><br>The last commit on regrtest was March 12, test_support was touched April 3, and test_normalization on April 5 according to ``svn log -r COMMITTED``.<br></div><br></div>-Brett