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

zope-tests@bitdance.com zope-tests@bitdance.com
Tue, 24 Jun 2003 22:09:00 -0400 (EDT)


==============================================================================
==============================================================================
Python Version:2.3a2+ (#9, Apr 16 2003, 09:06:42) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Running unit tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
Hangup
/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/zeo/zrpc/smac.py:61: FutureWarning: hex/oct constants > sys.maxint will return positive values in Python 2.4 and up
  MAC_BIT = 0x80000000
Error in test testPackWhileWriting (zodb.storage.tests.test_file.FileStorageTests)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/tests/packable.py", line 266, in testPackWhileWriting
    db.pack(packt)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/db.py", line 323, in pack
    self._storage.pack(t)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/main.py", line 893, in pack
    opos = p.pack()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/pack.py", line 288, in pack
    self.gc.findReachable()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/pack.py", line 81, in findReachable
    self.findReachableFromFuture()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/pack.py", line 152, in findReachableFromFuture
    self.checkTxn(th, pos)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/format.py", line 456, in checkTxn
    self.fail(pos, "transaction with checkpoint flag set")
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/format.py", line 448, in fail
    raise CorruptedError(s)
CorruptedError: FileStorageTests.fs:49912:transaction with checkpoint flag set

Exception in thread Thread-140:
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/threading.py", line 411, in __bootstrap
    self.run()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/tests/packable.py", line 295, in run
    get_transaction().commit()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/txn.py", line 75, in commit
    self._manager.commit(self)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/transaction/manager.py", line 44, in commit
    r.prepare(txn)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 317, in prepare
    self._objcommit(obj, txn)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 457, in _objcommit
    self._commit_store(writer, o, transaction)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/connection.py", line 484, in _commit_store
    transaction)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/main.py", line 417, in store
    h = self._read_data_header(old)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/format.py", line 369, in _read_data_header
    self._file.seek(pos)
ValueError: I/O operation on closed file

======================================================================
ERROR: testPackWhileWriting (zodb.storage.tests.test_file.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/tests/packable.py", line 266, in testPackWhileWriting
    db.pack(packt)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/db.py", line 323, in pack
    self._storage.pack(t)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/main.py", line 893, in pack
    opos = p.pack()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/pack.py", line 288, in pack
    self.gc.findReachable()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/pack.py", line 81, in findReachable
    self.findReachableFromFuture()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/pack.py", line 152, in findReachableFromFuture
    self.checkTxn(th, pos)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/format.py", line 456, in checkTxn
    self.fail(pos, "transaction with checkpoint flag set")
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/storage/file/format.py", line 448, in fail
    raise CorruptedError(s)
CorruptedError: FileStorageTests.fs:49912:transaction with checkpoint flag set

----------------------------------------------------------------------
Ran 4557 tests in 411.567s

FAILED (errors=1)