<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace"><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/3/27 Zope tests summarizer <span dir="ltr">&lt;<a href="mailto:noreply@zope.org" target="_blank">noreply@zope.org</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">This is the summary for test reports received on the<br>
zope-tests list between 2013-03-25 00:00:00 UTC and 2013-03-26 00:00:00 UTC:<br>
<br>
See the footnotes for test reports of unsuccessful builds.<br>
<br>
An up-to date view of the builders is also available in our<br>
buildbot documentation:<br>
<a href="http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds" target="_blank">http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds</a><br>
<br>
Reports received<br>
----------------<br>
<br>
[1]    Still Failing - zopetoolkit_trunk - Build # 214<br>
       winbot / ZODB_dev py_265_win32<br>
       winbot / ZODB_dev py_265_win64<br>
       winbot / ZODB_dev py_270_win32<br>
       winbot / ZODB_dev py_270_win64<br>
[2]    winbot / z3c.contents_py_265_32<br>
[3]    winbot / z3c.form_py_265_32<br>
       winbot / ztk_10 py_254_win32<br>
       winbot / ztk_10 py_265_win32<br>
       winbot / ztk_10 py_265_win64<br>
       winbot / ztk_11 py_254_win32<br>
       winbot / ztk_11 py_265_win32<br>
       winbot / ztk_11 py_265_win64<br>
       winbot / ztk_11 py_270_win32<br>
       winbot / ztk_11 py_270_win64<br>
<br>
Non-OK results<br>
--------------<br>
<br>
[1]    FAILED  Still Failing - zopetoolkit_trunk - Build # 214<br>
       <a href="https://mail.zope.org/pipermail/zope-tests/2013-March/073549.html" target="_blank">https://mail.zope.org/pipermail/zope-tests/2013-March/073549.html</a><br></blockquote><div><br><div class="gmail_default" style="font-family:courier new,monospace;display:inline">

​I can reproduce the problems.<br></div><div class="gmail_default" style="font-family:courier new,monospace;display:inline">I do not understand at all, why buildout does not add persistent into the path for zope.traverser. Through dependency chains it depends on BTrees and BTrees depends on persistent, still, persistent is not in the paths for my script. Marius, can you show me your buildout script and your test script for zope traverser? Mine is:<br>

<br>do3cc@BRICK&gt; cat bin/buildout  | sed -e &#39;s/\( *\).*\(\/[^\/]*\)\(\/[^\/]*\)/\1\2\3/&#39;<br>/bin/python<br><br>import sys<br>sys.path[0:0] = [<br>  /eggs/distribute-0.6.35-py2.7.egg&#39;,<br>  /eggs/zc.buildout-2.0.1-py2.7.egg&#39;,<br>

  ]<br><br>import zc.buildout.buildout<br><br>if __name__ == &#39;__main__&#39;:<br>    sys.exit(zc.buildout.buildout.main())<br>do3cc@BRICK&gt; cat bin/test-ztk-zope.traversing  | sed -e &#39;s/\( *\).*\(\/[^\/]*\)\(\/[^\/]*\)/\1\2\3/&#39;<br>

/bin/python<br><br>import sys<br>sys.path[0:0] = [<br>  /zope.traversing/src&#39;,<br>  /zope.testrunner/src&#39;,<br>  /zope.interface/src&#39;,<br>  /zope.exceptions/src&#39;,<br>  /eggs/six-1.2.0-py2.7.egg&#39;,<br>  /eggs/distribute-0.6.35-py2.7.egg&#39;,<br>

  /zope.testing/src&#39;,<br>  /zope.tales/src&#39;,<br>  /zope.security/src&#39;,<br>  /zope.configuration/src&#39;,<br>  /zope.component/src&#39;,<br>  /zope.browserresource/src&#39;,<br>  /zope.annotation/src&#39;,<br>

  /zope.publisher/src&#39;,<br>  /zope.proxy/src&#39;,<br>  /zope.location/src&#39;,<br>  /zope.i18nmessageid/src&#39;,<br>  /zope.i18n/src&#39;,<br>  /src/transaction&#39;,<br>  /src/BTrees&#39;,<br>  /zope.schema/src&#39;,<br>

  /zope.event/src&#39;,<br>  /zope.contenttype/src&#39;,<br>  /zope.browser/src&#39;,<br>  /eggs/pytz-2012j-py2.7.egg&#39;,<br>  ]<br><br>import os<br>sys.argv[0] = os.path.abspath(sys.argv[0])<br>/parts/test-ztk-zope.traversing&#39;)<br>

<br><br>import zope.testrunner<br><br>if __name__ == &#39;__main__&#39;:<br>    sys.exit(zope.testrunner.run([<br>        /zope.traversing/src&#39;,<br>        ]))<br><br></div><div class="gmail_default" style="font-family:courier new,monospace;display:inline">

I am using python 2.7<br></div></div></div></div></div>