[Zope3-dev] FreeBSD Test Results - Zope 3 / Python 2.2 - errors:3

zope-tests@bitdance.com zope-tests@bitdance.com
Fri, 27 Jun 2003 04:22:15 -0400 (EDT)


==============================================================================
==============================================================================
Python Version:2.2.3 (#1, Jun  9 2003, 09:57:23) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Running unit tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
Error in test testFunctionAttrs (zodb.code.tests.test_module.TestModule)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_module.py", line 219, in testFunctionAttrs
    self.useNewConnection()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_module.py", line 120, in useNewConnection
    mod._p_activate()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 190, in setstate
    self._reader.setGhostState(obj, p)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/serialize.py", line 236, in setGhostState
    state = self.getState(pickle)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/serialize.py", line 232, in getState
    state = unpickler.load()
UnpicklingError: <function _unpickle_module at 0x8a42acc> is not safe for unpickling

Error in test testModules (zodb.code.tests.test_module.TestModule)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_module.py", line 202, in testModules
    self.assertEqual(baz.f(4), 46)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/function.py", line 134, in __call__
    self._pf_module._p_activate()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 190, in setstate
    self._reader.setGhostState(obj, p)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/serialize.py", line 236, in setGhostState
    state = self.getState(pickle)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/serialize.py", line 232, in getState
    state = unpickler.load()
UnpicklingError: <function _unpickle_module at 0x8a42acc> is not safe for unpickling

Error in test testModulePicklability (zodb.code.tests.test_module.TestModuleReload)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_module.py", line 417, in testModulePicklability
    m = pickle.loads(s)
  File "/usr/local/lib/python2.2/pickle.py", line 986, in loads
    return Unpickler(file).load()
  File "/usr/local/lib/python2.2/pickle.py", line 597, in load
    dispatch[key](self)
  File "/usr/local/lib/python2.2/pickle.py", line 842, in load_reduce
    raise UnpicklingError, "%s is not safe for " \
UnpicklingError: <function _unpickle_module at 0x8a42acc> is not safe for unpickling

======================================================================
ERROR: testFunctionAttrs (zodb.code.tests.test_module.TestModule)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_module.py", line 219, in testFunctionAttrs
    self.useNewConnection()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_module.py", line 120, in useNewConnection
    mod._p_activate()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 190, in setstate
    self._reader.setGhostState(obj, p)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/serialize.py", line 236, in setGhostState
    state = self.getState(pickle)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/serialize.py", line 232, in getState
    state = unpickler.load()
UnpicklingError: <function _unpickle_module at 0x8a42acc> is not safe for unpickling

======================================================================
ERROR: testModules (zodb.code.tests.test_module.TestModule)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_module.py", line 202, in testModules
    self.assertEqual(baz.f(4), 46)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/function.py", line 134, in __call__
    self._pf_module._p_activate()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 190, in setstate
    self._reader.setGhostState(obj, p)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/serialize.py", line 236, in setGhostState
    state = self.getState(pickle)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/serialize.py", line 232, in getState
    state = unpickler.load()
UnpicklingError: <function _unpickle_module at 0x8a42acc> is not safe for unpickling

======================================================================
ERROR: testModulePicklability (zodb.code.tests.test_module.TestModuleReload)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_module.py", line 417, in testModulePicklability
    m = pickle.loads(s)
  File "/usr/local/lib/python2.2/pickle.py", line 986, in loads
    return Unpickler(file).load()
  File "/usr/local/lib/python2.2/pickle.py", line 597, in load
    dispatch[key](self)
  File "/usr/local/lib/python2.2/pickle.py", line 842, in load_reduce
    raise UnpicklingError, "%s is not safe for " \
UnpicklingError: <function _unpickle_module at 0x8a42acc> is not safe for unpickling

----------------------------------------------------------------------
Ran 4571 tests in 558.595s

FAILED (errors=3)