zope-tests - FAILED: 2, OK: 17, UNKNOWN: 3
This is the summary for test reports received on the zope-tests list between 2012-12-13 00:00:00 UTC and 2012-12-14 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 # 106 Successful - zopetoolkit_trunk_app - Build # 90 [1] UNKNOWN : winbot / ZODB_dev py_265_win32 [2] UNKNOWN : winbot / ZODB_dev py_265_win64 [3] UNKNOWN : winbot / ZODB_dev py_270_win32 Zope-2.10 Python-2.4.6 : Linux Zope-2.11 Python-2.4.6 : Linux Zope-2.12 Python-2.6.8 : Linux Zope-2.13 Python-2.6.8 : Linux Zope-2.13 Python-2.7.3 : Linux Zope-trunk Python-2.6.8 : Linux Zope-trunk Python-2.7.3 : Linux [4] winbot / z3c.ptcompat_py_265_32 [5] winbot / z3c.recipe.paster_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] UNKNOWN UNKNOWN : winbot / ZODB_dev py_265_win32 https://mail.zope.org/pipermail/zope-tests/2012-December/070119.html [2] UNKNOWN UNKNOWN : winbot / ZODB_dev py_265_win64 https://mail.zope.org/pipermail/zope-tests/2012-December/070120.html [3] UNKNOWN UNKNOWN : winbot / ZODB_dev py_270_win32 https://mail.zope.org/pipermail/zope-tests/2012-December/070121.html [4] FAILED winbot / z3c.ptcompat_py_265_32 https://mail.zope.org/pipermail/zope-tests/2012-December/070100.html [5] FAILED winbot / z3c.recipe.paster_py_265_32 https://mail.zope.org/pipermail/zope-tests/2012-December/070101.html
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/14/2012 08:00 PM, Zope tests summarizer wrote:
[1] UNKNOWN UNKNOWN : winbot / ZODB_dev py_265_win32 https://mail.zope.org/pipermail/zope-tests/2012-December/070119.html
[2] UNKNOWN UNKNOWN : winbot / ZODB_dev py_265_win64 https://mail.zope.org/pipermail/zope-tests/2012-December/070120.html
[3] UNKNOWN UNKNOWN : winbot / ZODB_dev py_270_win32 https://mail.zope.org/pipermail/zope-tests/2012-December/070121.html
These three are at least partly my fault: the new persistent release enforces that tids are bytes objects, but ZODB still computed them via 'repr(timestamp)', which is a string. I have checked in a change which make ZODB us 'timestamp.raw()' instead. There are still some failures to work through.
[4] FAILED winbot / z3c.ptcompat_py_265_32 https://mail.zope.org/pipermail/zope-tests/2012-December/070100.html
Dunno about this one.
[5] FAILED winbot / z3c.recipe.paster_py_265_32 https://mail.zope.org/pipermail/zope-tests/2012-December/070101.html
This one is failing to install a BTrees release. I'm not sure why: maybe related to the hang on the builder? 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.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlDL3BAACgkQ+gerLs4ltQ55uQCgvVRNlJP0q0bBxtiJFpQPlba7 OV0AoNnxPhL6BKIXjoNQt/mm7Sh/9B8n =nAFI -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/14/2012 09:10 PM, Tres Seaver wrote:
[1] UNKNOWN UNKNOWN : winbot / ZODB_dev py_265_win32 https://mail.zope.org/pipermail/zope-tests/2012-December/070119.html
[2] UNKNOWN UNKNOWN : winbot / ZODB_dev py_265_win64 https://mail.zope.org/pipermail/zope-tests/2012-December/070120.html
[3] UNKNOWN UNKNOWN : winbot / ZODB_dev py_270_win32 https://mail.zope.org/pipermail/zope-tests/2012-December/070121.html
These three are at least partly my fault: the new persistent release enforces that tids are bytes objects, but ZODB still computed them via 'repr(timestamp)', which is a string. I have checked in a change which make ZODB us 'timestamp.raw()' instead. There are still some failures to work through.
I have checked in changes which have the ZODB trunk tests passing now under Python 2.6 2.7. Looking at the tests list page: I see a bunch of failures related to the same ZODB issues; those should clear up after tonights report. There are some BTrees failures on Windows which are not related to the persistent change: they look to be due to Windows long vs. longlong stuff. 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.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlDM0wAACgkQ+gerLs4ltQ70qQCgrJyvaW5gsjSKhieNQodrFObm GZ0AnjoGlfjkBHplw9NLgIo3WTnQCngS =YS6U -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 12/15/2012 02:44 PM, Tres Seaver wrote:
These three are at least partly my fault: the new persistent release enforces that tids are bytes objects, but ZODB still computed them via 'repr(timestamp)', which is a string. I have checked in a change which make ZODB us 'timestamp.raw()' instead. There are still some failures to work through.
I have checked in changes which have the ZODB trunk tests passing now under Python 2.6 2.7.
Looking at the tests list page: I see a bunch of failures related to the same ZODB issues; those should clear up after tonights report.
Looks like clearing those failures will requre another ZODB release. Jim, can you push out a 4.0.0a4, or make me a maintainer? 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.11 (GNU/Linux) Comment: Using GnuPG with undefined - http://www.enigmail.net/ iEYEARECAAYFAlDOaDwACgkQ+gerLs4ltQ75lACfZHmqlE7dQmcMFB5uoit8G5tg +iUAn1EEGVWY0Aoh62m0rh40/scfBdA6 =Yel2 -----END PGP SIGNATURE-----
participants (2)
-
Tres Seaver -
Zope tests summarizer