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

zope-tests@bitdance.com zope-tests@bitdance.com
Wed, 1 Jan 2003 04:16:07 -0500 (EST)


==============================================================================
==============================================================================
Python Version:2.3a0 (#1, Dec 24 2002, 16:35:46) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Running tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
Error in test testNested (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 235, in testNested
    self.useNewConnection()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_module.py", line 120, in useNewConnection
    obj._p_activate()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 310, in setstate
    self._reader.setGhostState(object, p)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/serialize.py", line 206, in setGhostState
    object.__setstate__(state)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 310, in setstate
    self._reader.setGhostState(object, p)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/serialize.py", line 206, in setGhostState
    object.__setstate__(state)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/function.py", line 184, in __setstate__
    func = new.function(code, mod.__dict__)
TypeError: arg 5 (closure) must be tuple

Error in test test_resolve (zope.app.services.tests.test_module.ServiceManagerTests)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/test_module.py", line 89, in test_resolve
    self.assertEqual(c.ini, 42)
AttributeError: 'C' object has no attribute 'ini'

======================================================================
ERROR: testNested (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 235, in testNested
    self.useNewConnection()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/tests/test_module.py", line 120, in useNewConnection
    obj._p_activate()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 310, in setstate
    self._reader.setGhostState(object, p)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/serialize.py", line 206, in setGhostState
    object.__setstate__(state)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 310, in setstate
    self._reader.setGhostState(object, p)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/serialize.py", line 206, in setGhostState
    object.__setstate__(state)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/code/function.py", line 184, in __setstate__
    func = new.function(code, mod.__dict__)
TypeError: arg 5 (closure) must be tuple

======================================================================
ERROR: test_resolve (zope.app.services.tests.test_module.ServiceManagerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/test_module.py", line 89, in test_resolve
    self.assertEqual(c.ini, 42)
AttributeError: 'C' object has no attribute 'ini'

----------------------------------------------------------------------
Ran 2936 tests in 139.951s

FAILED (errors=2)