zope-tests - FAILED: 10, OK: 37
This is the summary for test reports received on the zope-tests list between 2011-10-30 00:00:00 UTC and 2011-10-31 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 ---------------- Bluebream / Python2.5.5 64bit linux Bluebream / Python2.6.7 64bit linux Bluebream / Python2.7.2 64bit linux ZTK 1.0 / Python2.4.6 Linux 64bit ZTK 1.0 / Python2.5.5 Linux 64bit ZTK 1.0 / Python2.6.7 Linux 64bit [1] ZTK 1.0dev / Python2.4.6 Linux 64bit [2] ZTK 1.0dev / Python2.5.5 Linux 64bit [3] ZTK 1.0dev / Python2.6.7 Linux 64bit [4] ZTK 1.1 / Python2.5.5 Linux 64bit [5] ZTK 1.1 / Python2.6.7 Linux 64bit [6] ZTK 1.1 / Python2.7.2 Linux 64bit [7] ZTK 1.1dev / Python2.5.5 Linux 64bit [8] ZTK 1.1dev / Python2.6.7 Linux 64bit [9] ZTK 1.1dev / Python2.7.2 Linux 64bit Zope 3.4 KGS / Python2.4.6 64bit linux Zope 3.4 KGS / Python2.5.5 64bit linux Zope 3.4 Known Good Set / py2.4-32bit-linux Zope 3.4 Known Good Set / py2.4-64bit-linux Zope 3.4 Known Good Set / py2.5-32bit-linux Zope 3.4 Known Good Set / py2.5-64bit-linux Zope-2.10 Python-2.4.6 : Linux Zope-2.11 Python-2.4.6 : Linux Zope-2.12 Python-2.6.6 : Linux Zope-2.12-alltests Python-2.6.6 : Linux Zope-2.13 Python-2.6.6 : Linux Zope-2.13-alltests Python-2.6.6 : Linux Zope-trunk Python-2.6.6 : Linux Zope-trunk-alltests Python-2.6.6 : Linux winbot / ZODB_dev py_254_win32 winbot / ZODB_dev py_265_win32 winbot / ZODB_dev py_265_win64 winbot / ZODB_dev py_270_win32 winbot / ZODB_dev py_270_win64 [10] winbot / z3c.form_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 winbot / ztk_dev py_265_win32 winbot / ztk_dev py_265_win64 winbot / ztk_dev py_270_win32 winbot / ztk_dev py_270_win64 Non-OK results -------------- [1] FAILED ZTK 1.0dev / Python2.4.6 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051996.html [2] FAILED ZTK 1.0dev / Python2.5.5 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051999.html [3] FAILED ZTK 1.0dev / Python2.6.7 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051998.html [4] FAILED ZTK 1.1 / Python2.5.5 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051980.html [5] FAILED ZTK 1.1 / Python2.6.7 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051979.html [6] FAILED ZTK 1.1 / Python2.7.2 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051978.html [7] FAILED ZTK 1.1dev / Python2.5.5 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051995.html [8] FAILED ZTK 1.1dev / Python2.6.7 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051994.html [9] FAILED ZTK 1.1dev / Python2.7.2 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051993.html [10] FAILED winbot / z3c.form_py_265_32 https://mail.zope.org/pipermail/zope-tests/2011-October/051987.html
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
[1] FAILED ZTK 1.0dev / Python2.4.6 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051996.html
The
only failure here is in parsing the locale-influenced output from 'svn info': I just checked in a fix which should make the test pass: http://svn.zope.org/zope.app.applicationcontrol/trunk/?rev=123225&view=rev
[2] FAILED ZTK 1.0dev / Python2.5.5 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051999.html
Same
as #1, but also has what looks to be a timing-related failure, perhaps requiring a backport of r#### from zope.testrunner to the ZTK 1.0 equivalent branch of zope.testing: - ------------------------------ %< --------------------------------
File "/home/ccomb/ztk1.0dev-slave/Python2.5.5-Linux-64bit/build/src/zope.testing/src/zope/testing/testrunner/testrunner-layers-buff.txt", line 70, in testrunner-layers-buff.txt Failed example: for line, time in record: if time-last_time >= pause: # We paused! print 'PAUSE FOUND BETWEEN THESE LINES:' print ''.join([last_line, line, '-'*70]) last_line, last_time = line, time # doctest: +ELLIPSIS Expected: PAUSE FOUND BETWEEN THESE LINES:... Running: test_something (sampletests_buffering.TestSomething2) ----------------------------------------------------------------------
PAUSE FOUND BETWEEN THESE LINES:
test_something (sampletests_buffering.TestSomething2) test_something2 (sampletests_buffering.TestSomething2) ----------------------------------------------------------------------
Got:
PAUSE FOUND BETWEEN THESE LINES: <BLANKLINE> Running sampletests_buffering.Layer2 tests:----------------------------------------------------------------------
PAUSE FOUND BETWEEN THESE LINES:
<BLANKLINE> Running in a subprocess. ----------------------------------------------------------------------
PAUSE FOUND BETWEEN THESE LINES:
Running: test_something (sampletests_buffering.TestSomething2) ----------------------------------------------------------------------
PAUSE FOUND BETWEEN THESE LINES:
test_something (sampletests_buffering.TestSomething2) test_something2 (sampletests_buffering.TestSomething2) ----------------------------------------------------------------------
PAUSE FOUND BETWEEN THESE LINES:
Tear down sampletests_buffering.Layer2 ... not supported Total: 3 tests, 0 failures, 0 errors in N.NNN seconds.----------------------------------------------------------------------
%< --------------------------------
[3] FAILED ZTK 1.0dev / Python2.6.7 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051998.html
Same
as #1.
[4] FAILED ZTK 1.1 / Python2.5.5 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051980.html
[5] FAILED ZTK 1.1 / Python2.6.7 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051979.html
[6] FAILED ZTK 1.1 / Python2.7.2 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051978.html
These
three are all showing the "unexpected Data.fs" failure in the zope.testing.setupstack test ('parts/zope.testing/working-directory'). If that file is coming back, we need to figure out what is creating it.
[7] FAILED ZTK 1.1dev / Python2.5.5 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051995.html
[8] FAILED ZTK 1.1dev / Python2.6.7 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051994.html
[9] FAILED ZTK 1.1dev / Python2.7.2 Linux 64bit https://mail.zope.org/pipermail/zope-tests/2011-October/051993.html
Same
as #1.
[10] FAILED winbot / z3c.form_py_265_32 https://mail.zope.org/pipermail/zope-tests/2011-October/051987.html
This
looks like a "real" failure in 'form-chameleon-issue-repeat-addons.txt': it expects a traceback, but gets a rendered HTML page. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk6wACoACgkQ+gerLs4ltQ7ErwCgn0Li3LDWqyRIIagJ5F6yE9za /6MAoN00snerNERKe4aF1UciTvOvBnYO =sRcV -----END PGP SIGNATURE-----
participants (2)
-
Tres Seaver -
Zope tests summarizer