[Zope-tests] FAILED (errors=1): Test ZODB HEAD / Python 2.3 / Linux
jeremy at zope.com
jeremy at zope.com
Fri Dec 26 06:19:51 EST 2003
Email automatically generated by a daily test runner.
cd /tmp/autotestO-ugXb/ZODB3
PYTHONPATH= /usr/local/bin/python2.3 -u test.py -v --all
Running unit tests at all levels
Running unit tests from /tmp/autotestO-ugXb/ZODB3/build
/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/Persistence/__init__.py:25: UserWarning: Couldn't import the ExtensionClass-based base class
There are two possibilities:
1. You don't care about ExtensionClass. You are importing
Persistence because that's what you imported in the past.
In this case, you should really use the persistent package
instead:
>>> from persistent import Persistent
>>> from persistent.list import PersistentList
>>> from persistent.mapping import PersistentMapping
2. You want your classes to be ExtensionClasses. In this case,
you need to install the ExtensionClass package
separately. ExtensionClass is no-longer included with ZODB3.
warn("""Couldn't import the ExtensionClass-based base class
Error importing ZEO.tests.testClientCache
No module named ClientCache
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................!
......................................................................................................................
Error in test checkPackNowWhileWriting (ZEO.tests.testZEO.FileStorageTests)
Traceback (most recent call last):
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 207, in checkPackNowWhileWriting
self._PackWhileWriting(pack_now=1)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 182, in _PackWhileWriting
db.pack(time.time())
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/DB.py", line 525, in pack
try: self._storage.pack(t,referencesf)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 856, in pack
return self._server.pack(t, wait)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/ServerStub.py", line 161, in pack
self.rpc.call('pack', t, wait)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 372, in call
raise inst # error raised by server
CorruptedError: /tmp/checkPackNowWhileWriting/tmpw54Aha:25521:transaction with checkpoint flag set
Exception in thread Thread-161:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 521, in run
get_transaction().commit()
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 254, in commit
self._cleanup(objects, ncommitted, jars, subjars)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 232, in commit
self._commit_begin(jars, subjars, subtransaction)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 344, in _commit_begin
jar.tpc_begin(self)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Connection.py", line 591, in tpc_begin
self._storage.tpc_begin(transaction)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 904, in tpc_begin
self._server.tpc_begin(id(txn), txn.user, txn.description,
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 75, in __getattr__
raise ClientDisconnected()
ClientDisconnected
Exception in thread Thread-159:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 521, in run
get_transaction().commit()
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 254, in commit
self._cleanup(objects, ncommitted, jars, subjars)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 250, in commit
self._finish_one(jars[0])
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 359, in _finish_one
jar.tpc_finish(self)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Connection.py", line 664, in tpc_finish
self._storage.tpc_finish(transaction, callback)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 957, in tpc_finish
tid = self._server.tpc_finish(id(txn))
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/ServerStub.py", line 233, in tpc_finish
return self.rpc.call('tpc_finish', id)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 367, in call
r_flags, r_args = self.wait(msgid)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 457, in wait
raise DisconnectedError()
DisconnectedError
Exception in thread Thread-160:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 521, in run
get_transaction().commit()
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 254, in commit
self._cleanup(objects, ncommitted, jars, subjars)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 232, in commit
self._commit_begin(jars, subjars, subtransaction)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 344, in _commit_begin
jar.tpc_begin(self)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Connection.py", line 591, in tpc_begin
self._storage.tpc_begin(transaction)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 904, in tpc_begin
self._server.tpc_begin(id(txn), txn.user, txn.description,
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 75, in __getattr__
raise ClientDisconnected()
ClientDisconnected
Exception in thread Thread-162:
Traceback (most recent call last):
File "/usr/local/lib/python2.3/threading.py", line 436, in __bootstrap
self.run()
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 521, in run
get_transaction().commit()
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 254, in commit
self._cleanup(objects, ncommitted, jars, subjars)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 232, in commit
self._commit_begin(jars, subjars, subtransaction)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Transaction.py", line 344, in _commit_begin
jar.tpc_begin(self)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/Connection.py", line 591, in tpc_begin
self._storage.tpc_begin(transaction)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 904, in tpc_begin
self._server.tpc_begin(id(txn), txn.user, txn.description,
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 75, in __getattr__
raise ClientDisconnected()
ClientDisconnected
.........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
======================================================================
ERROR: checkPackNowWhileWriting (ZEO.tests.testZEO.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 207, in checkPackNowWhileWriting
self._PackWhileWriting(pack_now=1)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/tests/PackableStorage.py", line 182, in _PackWhileWriting
db.pack(time.time())
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZODB/DB.py", line 525, in pack
try: self._storage.pack(t,referencesf)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/ClientStorage.py", line 856, in pack
return self._server.pack(t, wait)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/ServerStub.py", line 161, in pack
self.rpc.call('pack', t, wait)
File "/tmp/autotestO-ugXb/ZODB3/build/lib.linux-i686-2.3/ZEO/zrpc/connection.py", line 372, in call
raise inst # error raised by server
CorruptedError: /tmp/checkPackNowWhileWriting/tmpw54Aha:25521:transaction with checkpoint flag set
----------------------------------------------------------------------
Ran 1661 tests in 1134.358s
FAILED (errors=1)
More information about the Zope-tests
mailing list