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

zope-tests@bitdance.com zope-tests@bitdance.com
Mon, 10 Mar 2003 04:22:16 -0500 (EST)


==============================================================================
==============================================================================
Python Version:2.3a1 (#5, Feb  4 2003, 11:43:28) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Running tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
CRITICAL:txn:Transaction failed during second phase of two-phase commmit
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/manager.py", line 44, in _finishCommit
    r.commit(txn)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/tests/test_txn.py", line 41, in commit
    raise RuntimeError
RuntimeError
CRITICAL:txn:Transaction failed during second phase of two-phase commmit
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/manager.py", line 44, in _finishCommit
    r.commit(txn)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/tests/test_txn.py", line 41, in commit
    raise RuntimeError
RuntimeError
Error in test test_that_pickling_CheckerPublic_retains_identity (zope.security.tests.test_checker.TestCheckerPublic)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/security/tests/test_checker.py", line 295, in test_that_pickling_CheckerPublic_retains_identity
    self.assert_(pickle.loads(pickle.dumps(CheckerPublic))
  File "/usr/local/lib/python2.3/pickle.py", line 1498, in dumps
    Pickler(file, proto, bin).dump(obj)
  File "/usr/local/lib/python2.3/pickle.py", line 227, in dump
    self.save(obj)
  File "/usr/local/lib/python2.3/pickle.py", line 320, in save
    rv = reduce(obj)
PicklingError: proxy instances cannot be pickled

======================================================================
ERROR: test_that_pickling_CheckerPublic_retains_identity (zope.security.tests.test_checker.TestCheckerPublic)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/security/tests/test_checker.py", line 295, in test_that_pickling_CheckerPublic_retains_identity
    self.assert_(pickle.loads(pickle.dumps(CheckerPublic))
  File "/usr/local/lib/python2.3/pickle.py", line 1498, in dumps
    Pickler(file, proto, bin).dump(obj)
  File "/usr/local/lib/python2.3/pickle.py", line 227, in dump
    self.save(obj)
  File "/usr/local/lib/python2.3/pickle.py", line 320, in save
    rv = reduce(obj)
PicklingError: proxy instances cannot be pickled

----------------------------------------------------------------------
Ran 3461 tests in 201.782s

FAILED (errors=1)