zope-tests - FAILED: 6, OK: 18, UNKNOWN: 1
This is the summary for test reports received on the zope-tests list between 2013-01-13 00:00:00 UTC and 2013-01-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 ---------------- [1] Still Failing - zopetoolkit_trunk - Build # 140 [2] Still Failing - zopetoolkit_trunk_app - Build # 123 [3] UNKNOWN : 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 winbot / ZODB_dev py_265_win32 winbot / ZODB_dev py_265_win64 winbot / ZODB_dev py_270_win32 winbot / ZODB_dev py_270_win64 [4] winbot / z3c.ptcompat_py_265_32 [5] winbot / z3c.recipe.paster_py_265_32 [6] winbot / zc.catalog_py_265_32 [7] winbot / zope.catalog_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 Still Failing - zopetoolkit_trunk - Build # 140 https://mail.zope.org/pipermail/zope-tests/2013-January/071417.html [2] FAILED Still Failing - zopetoolkit_trunk_app - Build # 123 https://mail.zope.org/pipermail/zope-tests/2013-January/071418.html [3] UNKNOWN UNKNOWN : Zope-2.10 Python-2.4.6 : Linux https://mail.zope.org/pipermail/zope-tests/2013-January/071419.html [4] FAILED winbot / z3c.ptcompat_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-January/071415.html [5] FAILED winbot / z3c.recipe.paster_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-January/071438.html [6] FAILED winbot / zc.catalog_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-January/071439.html [7] FAILED winbot / zope.catalog_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-January/071416.html
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01/14/2013 08:00 PM, Zope tests summarizer wrote:
[1] FAILED Still Failing - zopetoolkit_trunk - Build # 140 https://mail.zope.org/pipermail/zope-tests/2013-January/071417.html
Hmm: mr.developer: Switched 'zope.browserresource' with subversion. mr.developer: Subversion switch of 'zope.browserresource' failed. mr.developer: svn: Can't read from connection: Connection timed out
[2] FAILED Still Failing - zopetoolkit_trunk_app - Build # 123 https://mail.zope.org/pipermail/zope-tests/2013-January/071418.html
Likewise hmm: mr.developer: Switched 'zope.i18n' with subversion. mr.developer: Subversion switch of 'zope.i18n' failed. mr.developer: svn: Can't read from connection: Connection timed out mr.developer: mr.developer: Switched 'zope.principalannotation' with subversion. mr.developer: Subversion switch of 'zope.principalannotation' failed. mr.developer: svn: Can't read from connection: Connection timed out mr.developer: mr.developer: There have been errors, see messages above.
[3] UNKNOWN UNKNOWN : Zope-2.10 Python-2.4.6 : Linux https://mail.zope.org/pipermail/zope-tests/2013-January/071419.html
This build looks completely horked: basically every module is non-importable. Blow it away and try again, Stefan?
[4] FAILED winbot / z3c.ptcompat_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-January/071415.html
Definitely caused by r126016 in zope.pagetemplates/trunk (as released in 4.0.0). Marius, do you have a clue how to fix this one?
[5] FAILED winbot / z3c.recipe.paster_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-January/071438.html
Because this one fails even on Linux trying to install ''BTrees>=4.0.0dev,<4.1dev', which is perfectly installable for me, I'm guessing it is using an index which needs updating. I don't plan to look farther into the issue: somebody who cares for this package needs to step in: 'adamg' and 'icemac' are the last lucky souls with fingerprints on it. :)
[6] FAILED winbot / zc.catalog_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-January/071439.html
[7] FAILED winbot / zope.catalog_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-January/071416.html
These two look like the same kind of failure: a stack smash inside IFBtree index code. I will investigate. 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/ iEYEARECAAYFAlD0124ACgkQ+gerLs4ltQ6mJgCfabLzIlzlU7hgVoKWH8X7b73y abkAoJfDAnpUKLQWMCeEoeZVKhuzDw0z =zDr2 -----END PGP SIGNATURE-----
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 01/14/2013 11:13 PM, Tres Seaver wrote:
These two look like the same kind of failure: a stack smash inside IFBtree index code. I will investigate.
Not a stack smash: the buffer used by Bucket.__repr__ (the C version) was not terminated soon enough (so garbage leaked through). The 'zc.catalog' and 'zope.catalog' tests now pass with the 4.0.5 verstion of BTrees I just released. 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/ iEYEARECAAYFAlD07NwACgkQ+gerLs4ltQ7xGACdEU8tOZp1fOcT7xj1984cJe2x WEMAoL/8ESGYkWjRXXVmIHAYEp2xx+Oe =ze+x -----END PGP SIGNATURE-----
participants (2)
-
Tres Seaver -
Zope tests summarizer