zope-tests - FAILED: 2, OK: 13
This is the summary for test reports received on the zope-tests list between 2013-11-02 00:00:00 UTC and 2013-11-03 00:00:00 UTC: See the footnotes for test reports of unsuccessful builds. An up-to date view of the builders is also available in our buildbot documentation: http://docs.zope.org/zopetoolkit/process/buildbots.html#the-nightly-builds Reports received ---------------- Successful - zopetoolkit_trunk - Build # 447 winbot / ZODB_dev py_265_win32 winbot / ZODB_dev py_265_win64 winbot / ZODB_dev py_270_win32 winbot / ZODB_dev py_270_win64 [1] winbot / z3c.recipe.paster_py_265_32 [2] winbot / zope.testrunner_py_265_32 winbot / ztk_10 py_254_win32 winbot / ztk_10 py_265_win32 winbot / ztk_10 py_265_win64 winbot / ztk_11 py_254_win32 winbot / ztk_11 py_265_win32 winbot / ztk_11 py_265_win64 winbot / ztk_11 py_270_win32 winbot / ztk_11 py_270_win64 Non-OK results -------------- [1] FAILED winbot / z3c.recipe.paster_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-November/079511.html [2] FAILED winbot / zope.testrunner_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-November/079512.html
On Mon, Nov 04, 2013 at 01:00:02AM +0100, Zope tests summarizer wrote:
[1] FAILED winbot / z3c.recipe.paster_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-November/079511.html
[2] FAILED winbot / zope.testrunner_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-November/079512.html
Both fail because something prints Not SVN Repository in the middle of doctest output. It is probably printed by setuptools[1] by code that was added just over a month ago[2] and *probably* released recently[3]. [1] https://bitbucket.org/pypa/setuptools/src/ca2fc862ded7e3a2c07397f0d7d929a953... [2] https://bitbucket.org/pypa/setuptools/commits/cacdb3af1d3d2793e94084e59f0a14... [3] *augh* no release dates in https://pypi.python.org/pypi/setuptools#changes but I'm guessing "Added support for SVN 1.7" is a clue. What stumps me is that if we compare the last good build [4] with the first broken build [5], we see setuptools_ver step claiming 0.9.5, then we see the bootstrap step claiming 0.6c11, and then we don't see the buildout step mentioning setuptools at all. In both builds (although the broken one includes the "Not SVN Repository" warning in buildout output). So how do we get the new setuptools version, and which one do we get? I can rdesktop into winbot[6] and peek around the build tree[7] and see setuptools-1.3-py2.6.egg in parts/buildout/site.py. [4] http://winbot.zope.org/builders/z3c.recipe.paster_py_265_32/builds/436 [5] http://winbot.zope.org/builders/z3c.recipe.paster_py_265_32/builds/437 [6] Damn buildbot for not letting us browse the workspace through the web. [7] /c/buildslave/z3c.recipe.paster/build/ Anyway, what next? Options I can think of: - modify the two failing projects to install a logging handler in setUp() to ignore the log.warn() call in setuptools/svn_utils.py - file a setuptools bug and ask for that warning to be omitted/downgraded, then wait for setuptools 1.3.1. Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
participants (2)
-
Marius Gedminas -
Zope tests summarizer