[Zope-tests] FAILED (errors=1) : Zope-2_6-branch Python-2.1.3 : Linux

Zope Unit Tests zope-tests at epy.co.at
Tue Nov 29 22:17:42 EST 2005


Zope Unit Tests : FAILED (errors=1)
Zope-2_6-branch Python-2.1.3 : Linux

Running /usr/local/python2.1/bin/python utilities/testrunner.py -v0 -ka
Exception in thread Thread-45:
Traceback (most recent call last):
  File "/usr/local/python2.1/lib/python2.1/threading.py", line 378, in __bootstrap
    self.run()
  File "/autotest/temp/python21-zope26/lib/python/ZODB/tests/PackableStorage.py", line 479, in run
    self.root[j % 10].value = MinPO(j)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/Connection.py", line 551, in setstate
    p, serial = self._storage.load(oid, self._version)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/FileStorage.py", line 645, in load
    return self._load(oid, version, self._index, self._file)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/FileStorage.py", line 620, in _load
    file.seek(pos)
ValueError: I/O operation on closed file

Exception in thread Thread-46:
Traceback (most recent call last):
  File "/usr/local/python2.1/lib/python2.1/threading.py", line 378, in __bootstrap
    self.run()
  File "/autotest/temp/python21-zope26/lib/python/ZODB/tests/PackableStorage.py", line 479, in run
    self.root[j % 10].value = MinPO(j)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/Connection.py", line 551, in setstate
    p, serial = self._storage.load(oid, self._version)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/FileStorage.py", line 645, in load
    return self._load(oid, version, self._index, self._file)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/FileStorage.py", line 620, in _load
    file.seek(pos)
ValueError: I/O operation on closed file

Exception in thread Thread-47:
Traceback (most recent call last):
  File "/usr/local/python2.1/lib/python2.1/threading.py", line 378, in __bootstrap
    self.run()
  File "/autotest/temp/python21-zope26/lib/python/ZODB/tests/PackableStorage.py", line 480, in run
    get_transaction().commit()
  File "/autotest/temp/python21-zope26/lib/python/ZODB/Transaction.py", line 252, in commit
    self._finish_one(jars[0])
  File "/autotest/temp/python21-zope26/lib/python/ZODB/Transaction.py", line 357, in _finish_one
    jar.tpc_finish(self)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/Connection.py", line 754, in tpc_finish
    self._storage.tpc_finish(transaction, callback)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/BaseStorage.py", line 198, in tpc_finish
    self._finish(self._serial, u, d, e)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/FileStorage.py", line 1002, in _finish
    file.seek(self._pos+16)
ValueError: I/O operation on closed file

Exception in thread Thread-48:
Traceback (most recent call last):
  File "/usr/local/python2.1/lib/python2.1/threading.py", line 378, in __bootstrap
    self.run()
  File "/autotest/temp/python21-zope26/lib/python/ZODB/tests/PackableStorage.py", line 479, in run
    self.root[j % 10].value = MinPO(j)
  File "/usr/local/python2.1/lib/python2.1/UserDict.py", line 14, in __getitem__
    def __getitem__(self, key): return self.data[key]
  File "/autotest/temp/python21-zope26/lib/python/ZODB/Connection.py", line 551, in setstate
    p, serial = self._storage.load(oid, self._version)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/FileStorage.py", line 645, in load
    return self._load(oid, version, self._index, self._file)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/FileStorage.py", line 620, in _load
    file.seek(pos)
ValueError: I/O operation on closed file

======================================================================
ERROR: checkPackWhileWriting (testFileStorage.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/autotest/temp/python21-zope26/lib/python/ZODB/tests/PackableStorage.py", line 410, in checkPackWhileWriting
    db.pack(packt)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/DB.py", line 526, in pack
    try: self._storage.pack(t,referencesf)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/FileStorage.py", line 1503, in pack
    opos = p.pack()
  File "/autotest/temp/python21-zope26/lib/python/ZODB/fspack.py", line 701, in pack
    self.gc.findReachable()
  File "/autotest/temp/python21-zope26/lib/python/ZODB/fspack.py", line 462, in findReachable
    self.findReachableFromFuture()
  File "/autotest/temp/python21-zope26/lib/python/ZODB/fspack.py", line 562, in findReachableFromFuture
    self.checkTxn(th, pos)
  File "/autotest/temp/python21-zope26/lib/python/ZODB/fspack.py", line 174, in checkTxn
    self.fail(pos, "transaction with checkpoint flag set")
  File "/autotest/temp/python21-zope26/lib/python/ZODB/fspack.py", line 166, in fail
    raise CorruptedError(s)
CorruptedError: FileStorageTests.fs:30963:transaction with checkpoint flag set
----------------------------------------------------------------------
Ran 1883 tests in 153.061s

FAILED (errors=1)

======================================================================
OVERALL FAILED (total errors=1)


More information about the Zope-tests mailing list