zope-tests - FAILED: 5, OK: 42
This is the summary for test reports received on the zope-tests list between 2011-11-28 00:00:00 UTC and 2011-11-29 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 ZTK 1.0dev / Python2.4.6 Linux 64bit ZTK 1.0dev / Python2.5.5 Linux 64bit ZTK 1.0dev / Python2.6.7 Linux 64bit ZTK 1.1 / Python2.5.5 Linux 64bit ZTK 1.1 / Python2.6.7 Linux 64bit ZTK 1.1 / Python2.7.2 Linux 64bit ZTK 1.1dev / Python2.5.5 Linux 64bit ZTK 1.1dev / Python2.6.7 Linux 64bit 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 [1] winbot / zope.keyreference_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 [2] winbot / ztk_dev py_265_win32 [3] winbot / ztk_dev py_265_win64 [4] winbot / ztk_dev py_270_win32 [5] winbot / ztk_dev py_270_win64 Non-OK results -------------- [1] FAILED winbot / zope.keyreference_py_265_32 https://mail.zope.org/pipermail/zope-tests/2011-November/053374.html [2] FAILED winbot / ztk_dev py_265_win32 https://mail.zope.org/pipermail/zope-tests/2011-November/053375.html [3] FAILED winbot / ztk_dev py_265_win64 https://mail.zope.org/pipermail/zope-tests/2011-November/053376.html [4] FAILED winbot / ztk_dev py_270_win32 https://mail.zope.org/pipermail/zope-tests/2011-November/053377.html [5] FAILED winbot / ztk_dev py_270_win64 https://mail.zope.org/pipermail/zope-tests/2011-November/053378.html
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
[1] FAILED winbot / zope.keyreference_py_265_32 https://mail.zope.org/pipermail/zope-tests/2011-November/053374.html
[2] FAILED winbot / ztk_dev py_265_win32 https://mail.zope.org/pipermail/zope-tests/2011-November/053375.html
[3] FAILED winbot / ztk_dev py_265_win64 https://mail.zope.org/pipermail/zope-tests/2011-November/053376.html
[4] FAILED winbot / ztk_dev py_270_win32 https://mail.zope.org/pipermail/zope-tests/2011-November/053377.html
[5] FAILED winbot / ztk_dev py_270_win64 https://mail.zope.org/pipermail/zope-tests/2011-November/053378.html
All five failures are due to the removal of 'zope.testing' from the 'tests_require' of zope.keyreference, and look like::
Failure in test c:\buildslave\ztk_dev_py_265_win32\build\src\zope.keyreference\src\zope\keyreference\persistent.txt
Failed doctest test for persistent.txt
File "c:\buildslave\ztk_dev_py_265_win32\build\src\zope.keyreference\src\zope\keyreference\persistent.txt", line 0
----------------------------------------------------------------------
File "c:\buildslave\ztk_dev_py_265_win32\build\src\zope.keyreference\src\zope\keyreference\persistent.txt", line 12, in persistent.txt
Failed example: from ZODB.tests.util import DB Exception raised: Traceback (most recent call last): File "c:\Python26_32\lib\doctest.py", line 1253, in __run compileflags, 1) in test.globs File "<doctest persistent.txt[0]>", line 1, in <module> from ZODB.tests.util import DB File "c:\buildslave\ztk_dev_py_265_win32\build\src\zodb3\src\ZODB\tests\util.py", line 31, in <module> import zope.testing.setupstack ImportError: No module named testing.setupstack
Failure in test test_multi_databases (zope.keyreference.tests) Failed doctest test for zope.keyreference.tests.test_multi_databases File "c:\buildslave\ztk_dev_py_265_win32\build\src\zope.keyreference\src\zope\keyreference\tests.py", line 19, in test_multi_databases
----------------------------------------------------------------------
File "c:\buildslave\ztk_dev_py_265_win32\build\src\zope.keyreference\src\zope\keyreference\tests.py", line 21, in zope.keyreference.tests.test_multi_databases
Failed example: from ZODB.tests.util import DB Exception raised: Traceback (most recent call last): File "c:\Python26_32\lib\doctest.py", line 1253, in __run compileflags, 1) in test.globs File "<doctest zope.keyreference.tests.test_multi_databases[0]>", line 1, in <module> from ZODB.tests.util import DB File "c:\buildslave\ztk_dev_py_265_win32\build\src\zodb3\src\ZODB\tests\util.py", line 31, in <module> import zope.testing.setupstack ImportError: No module named testing.setupstack
Gedminas, you pulled out that requirement, which was needed for more than just the 'doctest' bit. 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/ iEYEARECAAYFAk7VrokACgkQ+gerLs4ltQ7cNgCfWeiHG7dAB1avjLr0737tkEWc 3xgAoMoBGxrRmb+j9zy4yIXrHuTvwowd =6Fu0 -----END PGP SIGNATURE-----
2011/11/30 Tres Seaver <tseaver@palladion.com>:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
[1] FAILED winbot / zope.keyreference_py_265_32 https://mail.zope.org/pipermail/zope-tests/2011-November/053374.html
[2] FAILED winbot / ztk_dev py_265_win32 https://mail.zope.org/pipermail/zope-tests/2011-November/053375.html
[3] FAILED winbot / ztk_dev py_265_win64 https://mail.zope.org/pipermail/zope-tests/2011-November/053376.html
[4] FAILED winbot / ztk_dev py_270_win32 https://mail.zope.org/pipermail/zope-tests/2011-November/053377.html
[5] FAILED winbot / ztk_dev py_270_win64 https://mail.zope.org/pipermail/zope-tests/2011-November/053378.html
All five failures are due to the removal of 'zope.testing' from the 'tests_require' of zope.keyreference, and look like::
Oops. I broke a module not touched for years the last minute before release. I fixed this failure by avoiding zope.testing, not re-adding it. Released as zope.keyreference 3.6.4 Strangely, tests passed for me in zope.keyreference/bin/test, that's why I was not aware of the problem. But now I tested as buildbot does from zopetoolkit/bin/test-ztk-zope.keyreference could reproduce and fix it. -- Gediminas
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 11/30/2011 05:26 AM, Gediminas Paulauskas wrote:
Oops. I broke a module not touched for years the last minute before release.
It happens: no worries, since you fixed it.
I fixed this failure by avoiding zope.testing, not re-adding it. Released as zope.keyreference 3.6.4
Strangely, tests passed for me in zope.keyreference/bin/test, that's why I was not aware of the problem.
But now I tested as buildbot does from zopetoolkit/bin/test-ztk-zope.keyreference could reproduce and fix it.
It seems odd that the package's own tests would pass, outside of the ZTK driver. 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/ iEYEARECAAYFAk7WU6UACgkQ+gerLs4ltQ4nMQCcDiv+7mDKhV7hnSz+Uek90R1X t4gAnjA8BvpB2ht8Z1iGT7ADg1CJGsP8 =bEJQ -----END PGP SIGNATURE-----
participants (3)
-
Gediminas Paulauskas -
Tres Seaver -
Zope tests summarizer