[Zope-dev] zope-tests - FAILED: 6, OK: 12

Adam GROSZER agroszer.ll at gmail.com
Thu Mar 21 08:06:23 UTC 2013


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


More information about the Zope-Dev mailing list