zope-tests - FAILED: 3, OK: 44
This is the summary for test reports received on the zope-tests list between 2011-12-04 00:00:00 UTC and 2011-12-05 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 [1] winbot / ZODB_dev py_254_win32 [2] winbot / ZODB_dev py_265_win32 [3] winbot / ZODB_dev py_265_win64 winbot / ZODB_dev py_265_win64 winbot / ZODB_dev py_270_win32 winbot / ZODB_dev py_270_win64 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 winbot / ZODB_dev py_254_win32 https://mail.zope.org/pipermail/zope-tests/2011-December/053672.html [2] FAILED winbot / ZODB_dev py_265_win32 https://mail.zope.org/pipermail/zope-tests/2011-December/053673.html [3] FAILED winbot / ZODB_dev py_265_win64 https://mail.zope.org/pipermail/zope-tests/2011-December/053674.html
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
[1] FAILED winbot / ZODB_dev py_254_win32 https://mail.zope.org/pipermail/zope-tests/2011-December/053672.html
This appears to be due to the incompatibility of transaction 1.2 with Python < 2.6: - -------------------------- %< --------------------------- Getting distribution for 'transaction>=1.1.0'. File "build\bdist.win32\egg\transaction\tests\savepointsample.py", line 26 class SampleDataManager(object): ^ SyntaxError: invalid syntax File "c:\eggs\tmpp2qpjq\transaction-1.2.0-py2.5.egg\transaction\tests\savepointsample.py", line 26 class SampleDataManager(object): ^ SyntaxError: invalid syntax - -------------------------- %< ---------------------------
[2] FAILED winbot / ZODB_dev py_265_win32 https://mail.zope.org/pipermail/zope-tests/2011-December/053673.html
[3] FAILED winbot / ZODB_dev py_265_win64 https://mail.zope.org/pipermail/zope-tests/2011-December/053674.html
These are both odd doctest failures, perhaps also related to the recent transaction release? - -------------------------- %< --------------------------- File "c:\buildslave\zodb_dev_py_265_win32\build\src\ZODB\tests\testConnectionSavepoint.txt", line 185, in testConnectionSavepoint.txt Failed example: savepoint2.rollback() Expected: Traceback (most recent call last): ... InvalidSavepointRollbackError Got: Traceback (most recent call last): File "c:\Python26_32\lib\doctest.py", line 1253, in __run compileflags, 1) in test.globs File "<doctest testConnectionSavepoint.txt[49]>", line 1, in <module> savepoint2.rollback() File "c:\eggs\transaction-1.2.0-py2.6.egg\transaction\_transaction.py", line 705, in rollback 'invalidated by a later savepoint') InvalidSavepointRollbackError: invalidated by a later savepoint - -------------------------- %< --------------------------- 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/ iEYEARECAAYFAk7dcHcACgkQ+gerLs4ltQ6d0gCfZCjd/rcQ7hf15SJrbEU6CZU+ UgIAoIDHZ6ekXMXy/I/cifX6eKQaHcWN =9ig/ -----END PGP SIGNATURE-----
On Mon, 2011-12-05 at 20:31 -0500, Tres Seaver wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
[1] FAILED winbot / ZODB_dev py_254_win32 https://mail.zope.org/pipermail/zope-tests/2011-December/053672.html
This appears to be due to the incompatibility of transaction 1.2 with Python < 2.6:
- -------------------------- %< --------------------------- Getting distribution for 'transaction>=1.1.0'. File "build\bdist.win32\egg\transaction\tests\savepointsample.py", line 26 class SampleDataManager(object): ^ SyntaxError: invalid syntax
File "c:\eggs\tmpp2qpjq\transaction-1.2.0-py2.5.egg\transaction\tests\savepointsample.py", line 26 class SampleDataManager(object): ^ SyntaxError: invalid syntax - -------------------------- %< ---------------------------
This bot configuration needs to be disabled (py 2.5 + ZODB trunk, that is).
[2] FAILED winbot / ZODB_dev py_265_win32 https://mail.zope.org/pipermail/zope-tests/2011-December/053673.html
[3] FAILED winbot / ZODB_dev py_265_win64 https://mail.zope.org/pipermail/zope-tests/2011-December/053674.html
These are both odd doctest failures, perhaps also related to the recent transaction release?
Yes. I'll see if I can fix it in the ZODB trunk. - C
Hello, Jim? On Mon, 05 Dec 2011 23:47:06 -0500 you wrote:
On Mon, 2011-12-05 at 20:31 -0500, Tres Seaver wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
[1] FAILED winbot / ZODB_dev py_254_win32 https://mail.zope.org/pipermail/zope-tests/2011-December/053672.html
This appears to be due to the incompatibility of transaction 1.2 with Python< 2.6:
- -------------------------- %< --------------------------- Getting distribution for 'transaction>=1.1.0'. File "build\bdist.win32\egg\transaction\tests\savepointsample.py", line 26 class SampleDataManager(object): ^ SyntaxError: invalid syntax
File "c:\eggs\tmpp2qpjq\transaction-1.2.0-py2.5.egg\transaction\tests\savepointsample.py", line 26 class SampleDataManager(object): ^ SyntaxError: invalid syntax - -------------------------- %< ---------------------------
This bot configuration needs to be disabled (py 2.5 + ZODB trunk, that is).
[2] FAILED winbot / ZODB_dev py_265_win32 https://mail.zope.org/pipermail/zope-tests/2011-December/053673.html
[3] FAILED winbot / ZODB_dev py_265_win64 https://mail.zope.org/pipermail/zope-tests/2011-December/053674.html
These are both odd doctest failures, perhaps also related to the recent transaction release?
Yes. I'll see if I can fix it in the ZODB trunk.
- C
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
-- Best regards, Adam GROSZER -- Quote of the day: Even on the road to hell, flowers can make you smile. - Deng Ming-Dao
On Mon, 2011-12-05 at 23:47 -0500, Chris McDonough wrote:
These are both odd doctest failures, perhaps also related to the recent transaction release?
Yes. I'll see if I can fix it in the ZODB trunk.
The ZODB trunk test that failed has been fixed to work with transaction>=1.2.0. The bot that tries to run the ZODB tests under 2.5 will continue to fail. - C
participants (4)
-
Adam GROSZER -
Chris McDonough -
Tres Seaver -
Zope tests summarizer