zope-tests - FAILED: 6, OK: 12
This is the summary for test reports received on the zope-tests list between 2013-03-19 00:00:00 UTC and 2013-03-20 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 # 208 winbot / ZODB_dev py_265_win32 winbot / ZODB_dev py_265_win64 winbot / ZODB_dev py_270_win32 winbot / ZODB_dev py_270_win64 [2] winbot / z3c.contents_py_265_32 [3] winbot / z3c.form_py_265_32 [4] winbot / z3c.formui_py_265_32 [5] winbot / zope.datetime_py_265_32 [6] winbot / zope.i18n_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 # 208 https://mail.zope.org/pipermail/zope-tests/2013-March/073439.html [2] FAILED winbot / z3c.contents_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-March/073440.html [3] FAILED winbot / z3c.form_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-March/073438.html [4] FAILED winbot / z3c.formui_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-March/073442.html [5] FAILED winbot / zope.datetime_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-March/073443.html [6] FAILED winbot / zope.i18n_py_265_32 https://mail.zope.org/pipermail/zope-tests/2013-March/073441.html
On Thu, Mar 21, 2013 at 01:00:02AM +0000, Zope tests summarizer wrote:
[1] Still Failing - zopetoolkit_trunk - Build # 208
Same four failures I can't reproduce. Can anyone?
[2] winbot / z3c.contents_py_265_32
ValueError: _p_serial must be an 8-character bytes array deep in c:\eggs\zodb3-3.10.5-py2.6-win32.egg\ZODB\Connection.py, during layer setup. Actually let me paste the whole traceback: Traceback (most recent call last): File "c:\eggs\zope.testrunner-4.3.3-py2.6.egg\zope\testrunner\runner.py", line 385, in run_layer setup_layer(options, layer, setup_layers) File "c:\eggs\zope.testrunner-4.3.3-py2.6.egg\zope\testrunner\runner.py", line 681, in setup_layer layer.setUp() File "c:\eggs\zope.app.testing-3.10.0-py2.6.egg\zope\app\testing\functional.py", line 336, in setUp self.config_file, product_config=self.product_config) File "c:\eggs\zope.app.testing-3.10.0-py2.6.egg\zope\app\testing\functional.py", line 215, in __init__ self.app = Debugger(self.db, config_file) File "c:\eggs\zope.app.debug-3.4.1-py2.6.egg\zope\app\debug\debug.py", line 37, in __init__ self.db = database(db) File "c:\eggs\zope.app.appsetup-3.16.0-py2.6.egg\zope\app\appsetup\appsetup.py", line 147, in database notify(zope.processlifetime.DatabaseOpened(db)) File "c:\eggs\zope.event-4.0.2-py2.6.egg\zope\event\__init__.py", line 31, in notify subscriber(event) File "c:\eggs\zope.component-4.1.0-py2.6.egg\zope\component\event.py", line 27, in dispatch component_subscribers(event, None) File "c:\eggs\zope.component-4.1.0-py2.6.egg\zope\component\_api.py", line 139, in subscribers return sitemanager.subscribers(objects, interface) File "c:\eggs\zope.interface-4.0.5-py2.6-win32.egg\zope\interface\registry.py", line 323, in subscribers return self.adapters.subscribers(objects, provided) File "c:\eggs\zope.interface-4.0.5-py2.6-win32.egg\zope\interface\adapter.py", line 601, in subscribers subscription(*objects) File "c:\eggs\zope.app.appsetup-3.16.0-py2.6.egg\zope\app\appsetup\bootstrap.py", line 160, in bootStrapSubscriber db, connection, root, root_folder = getInformationFromEvent(event) File "c:\eggs\zope.app.appsetup-3.16.0-py2.6.egg\zope\app\appsetup\bootstrap.py", line 145, in getInformationFromEvent root_folder = root.get(ZopePublication.root_name, None) File "c:\eggs\zodb3-3.10.5-py2.6-win32.egg\ZODB\Connection.py", line 860, in setstate self._setstate(obj) File "c:\eggs\zodb3-3.10.5-py2.6-win32.egg\ZODB\Connection.py", line 915, in _setstate obj._p_serial = serial ValueError: _p_serial must be an 8-character bytes array So that's, you know, *interesting*. I've no clue, and also cannot reproduce locally. I wish we knew what `serial` actually was. (Silly idea: log all exceptions in tests to a Sentry instance, then we could browse around and inspect stack locals. Hm, maybe s/silly/genius/.)
[3] winbot / z3c.form_py_265_32
Actual failure in c:\buildslave\z3c.form\build\src\z3c\form\tests\..\group.txt: The test expects two field errors: Last Name: Required input is missing. Address: Required input is missing. it gets only one error: Last Name: Required input is missing. Oh, and I can't reproduce this by running tox in git master.
[4] winbot / z3c.formui_py_265_32 [5] winbot / zope.datetime_py_265_32 [6] winbot / zope.i18n_py_265_32
Last builds successful for all three. Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
On 03/21/2013 08:11 AM, Marius Gedminas wrote:
On Thu, Mar 21, 2013 at 01:00:02AM +0000, Zope tests summarizer wrote:
[1] Still Failing - zopetoolkit_trunk - Build # 208
Same four failures I can't reproduce.
Can anyone?
[2] winbot / z3c.contents_py_265_32
ValueError: _p_serial must be an 8-character bytes array
deep in c:\eggs\zodb3-3.10.5-py2.6-win32.egg\ZODB\Connection.py, during layer setup.
Actually let me paste the whole traceback:
Traceback (most recent call last): File "c:\eggs\zope.testrunner-4.3.3-py2.6.egg\zope\testrunner\runner.py", line 385, in run_layer setup_layer(options, layer, setup_layers) File "c:\eggs\zope.testrunner-4.3.3-py2.6.egg\zope\testrunner\runner.py", line 681, in setup_layer layer.setUp() File "c:\eggs\zope.app.testing-3.10.0-py2.6.egg\zope\app\testing\functional.py", line 336, in setUp self.config_file, product_config=self.product_config) File "c:\eggs\zope.app.testing-3.10.0-py2.6.egg\zope\app\testing\functional.py", line 215, in __init__ self.app = Debugger(self.db, config_file) File "c:\eggs\zope.app.debug-3.4.1-py2.6.egg\zope\app\debug\debug.py", line 37, in __init__ self.db = database(db) File "c:\eggs\zope.app.appsetup-3.16.0-py2.6.egg\zope\app\appsetup\appsetup.py", line 147, in database notify(zope.processlifetime.DatabaseOpened(db)) File "c:\eggs\zope.event-4.0.2-py2.6.egg\zope\event\__init__.py", line 31, in notify subscriber(event) File "c:\eggs\zope.component-4.1.0-py2.6.egg\zope\component\event.py", line 27, in dispatch component_subscribers(event, None) File "c:\eggs\zope.component-4.1.0-py2.6.egg\zope\component\_api.py", line 139, in subscribers return sitemanager.subscribers(objects, interface) File "c:\eggs\zope.interface-4.0.5-py2.6-win32.egg\zope\interface\registry.py", line 323, in subscribers return self.adapters.subscribers(objects, provided) File "c:\eggs\zope.interface-4.0.5-py2.6-win32.egg\zope\interface\adapter.py", line 601, in subscribers subscription(*objects) File "c:\eggs\zope.app.appsetup-3.16.0-py2.6.egg\zope\app\appsetup\bootstrap.py", line 160, in bootStrapSubscriber db, connection, root, root_folder = getInformationFromEvent(event) File "c:\eggs\zope.app.appsetup-3.16.0-py2.6.egg\zope\app\appsetup\bootstrap.py", line 145, in getInformationFromEvent root_folder = root.get(ZopePublication.root_name, None) File "c:\eggs\zodb3-3.10.5-py2.6-win32.egg\ZODB\Connection.py", line 860, in setstate self._setstate(obj) File "c:\eggs\zodb3-3.10.5-py2.6-win32.egg\ZODB\Connection.py", line 915, in _setstate obj._p_serial = serial ValueError: _p_serial must be an 8-character bytes array
So that's, you know, *interesting*.
I've no clue, and also cannot reproduce locally.
I wish we knew what `serial` actually was.
try: obj._p_serial = serial except: print repr(serial) raise says: "'\\x03\\x9ds\\xa3M\\xccc\\xee'" Taken from winbot -- Best regards, Adam GROSZER -- Quote of the day: Man may doubt here and there, but mankind does not doubt. - Hugh Reginald Haweis
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 03/21/2013 03:11 AM, Marius Gedminas wrote:
ValueError: _p_serial must be an 8-character bytes array
So that's, you know, *interesting*.
I've no clue, and also cannot reproduce locally.
I wish we knew what `serial` actually was.
That smells as though somehow the new 'persistent' module is being used, in spite of the fact that ZODB 3.10.x bundles its own version. The separately-released version is strict about non-bytes values as OIDs / TIDs. 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/ iEYEARECAAYFAlFLS7gACgkQ+gerLs4ltQ5AOwCfblpOaMpaUZM8v0u3/a4k2cDg 2cgAoJoHOpDuFCJLq5ygUC6633mHTY7p =pC8Z -----END PGP SIGNATURE-----
On Thu, Mar 21, 2013 at 09:11:05AM +0200, Marius Gedminas wrote:
I've no clue, and also cannot reproduce locally.
I keep forgetting about bin/buildout prefer-final=false Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
On Thu, Mar 21, 2013 at 10:17:43PM +0200, Marius Gedminas wrote:
On Thu, Mar 21, 2013 at 09:11:05AM +0200, Marius Gedminas wrote:
I've no clue, and also cannot reproduce locally.
I keep forgetting about bin/buildout prefer-final=false
Nope. Tried this on z3c.contents, z3c.form, and zope.traversing -- couldn't reproduce any of the failures. Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
participants (4)
-
Adam GROSZER -
Marius Gedminas -
Tres Seaver -
Zope tests summarizer