[Zope3-dev] Win32 Tests (Borland Compiler) - Zope 3 - Too many errors :-(
gotcha@swing.be
gotcha@swing.be
Fri, 13 Dec 2002 10:08:33 +0100 (MET)
==============================================================================
==============================================================================
Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]
Modules included:
Zope3 (HEAD)
Error in test checkPackAllRevisions (ZEO.tests.testZEO.WindowsTests)
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 178, in checkPackAllRevisions
self._storage.pack(time.time())
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\zrpc\connection.py", line 322, in call
raise inst # error raised by server
OSError: [Errno 13] Permission denied
Error in test checkPackJustOldRevisions (ZEO.tests.testZEO.WindowsTests)
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 229, in checkPackJustOldRevisions
self._storage.pack(time.time())
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\zrpc\connection.py", line 322, in call
raise inst # error raised by server
OSError: [Errno 13] Permission denied
Error in test checkPackOnlyOneObject (ZEO.tests.testZEO.WindowsTests)
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 306, in checkPackOnlyOneObject
self._storage.pack(time.time())
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\zrpc\connection.py", line 322, in call
raise inst # error raised by server
OSError: [Errno 13] Permission denied
Error in test checkTransactionalUndoAfterPack (ZEO.tests.testZEO.WindowsTests)
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\TransactionalUndoStorage.py", line 472, in checkTransactionalUndoAfterPack
self._storage.pack(packtime)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\zrpc\connection.py", line 322, in call
raise inst # error raised by server
OSError: [Errno 13] Permission denied
Error in test checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot (ZEO.tests.testZEO.WindowsTests)
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\TransactionalUndoStorage.py", line 523, in checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
self._storage.pack(packtime)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\zrpc\connection.py", line 322, in call
raise inst # error raised by server
OSError: [Errno 13] Permission denied
Error in test checkPackAllRevisions (ZODB.tests.testFileStorage.FileStorageTests)
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 178, in checkPackAllRevisions
self._storage.pack(time.time())
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\FileStorage.py", line 1321, in pack
os.rename(self._name, oldpath)
OSError: [Errno 13] Permission denied
Error in test checkPackJustOldRevisions (ZODB.tests.testFileStorage.FileStorageTests)
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 229, in checkPackJustOldRevisions
self._storage.pack(time.time())
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\FileStorage.py", line 1321, in pack
os.rename(self._name, oldpath)
OSError: [Errno 13] Permission denied
Error in test checkPackOnlyOneObject (ZODB.tests.testFileStorage.FileStorageTests)
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 306, in checkPackOnlyOneObject
self._storage.pack(time.time())
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\FileStorage.py", line 1321, in pack
os.rename(self._name, oldpath)
OSError: [Errno 13] Permission denied
Error in test checkTransactionalUndoAfterPack (ZODB.tests.testFileStorage.FileStorageTests)
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\TransactionalUndoStorage.py", line 472, in checkTransactionalUndoAfterPack
self._storage.pack(packtime)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\FileStorage.py", line 1321, in pack
os.rename(self._name, oldpath)
OSError: [Errno 13] Permission denied
Error in test checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot (ZODB.tests.testFileStorage.FileStorageTests)
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\TransactionalUndoStorage.py", line 523, in checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
self._storage.pack(packtime)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\FileStorage.py", line 1321, in pack
os.rename(self._name, oldpath)
OSError: [Errno 13] Permission denied
Error in test checkRestoreAcrossPack (ZODB.tests.testFileStorage.FileStorageRecoveryTest)
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\RecoveryStorage.py", line 147, in checkRestoreAcrossPack
self._dst.pack(time.time())
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\FileStorage.py", line 1321, in pack
os.rename(self._name, oldpath)
OSError: [Errno 13] Permission denied
------
2002-12-13T09:08:56 INFO(0) FS No file-locking support on this platform
------
2002-12-13T09:08:57 INFO(0) FS No file-locking support on this platform
======================================================================
ERROR: checkPackAllRevisions (ZEO.tests.testZEO.WindowsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 178, in checkPackAllRevisions
self._storage.pack(time.time())
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\zrpc\connection.py", line 322, in call
raise inst # error raised by server
OSError: [Errno 13] Permission denied
======================================================================
ERROR: checkPackJustOldRevisions (ZEO.tests.testZEO.WindowsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 229, in checkPackJustOldRevisions
self._storage.pack(time.time())
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\zrpc\connection.py", line 322, in call
raise inst # error raised by server
OSError: [Errno 13] Permission denied
======================================================================
ERROR: checkPackOnlyOneObject (ZEO.tests.testZEO.WindowsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 306, in checkPackOnlyOneObject
self._storage.pack(time.time())
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\zrpc\connection.py", line 322, in call
raise inst # error raised by server
OSError: [Errno 13] Permission denied
======================================================================
ERROR: checkTransactionalUndoAfterPack (ZEO.tests.testZEO.WindowsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\TransactionalUndoStorage.py", line 472, in checkTransactionalUndoAfterPack
self._storage.pack(packtime)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "C:\ZopeTests\sandbox\Zope3\lib\python\ZEO\zrpc\connection.py", line 322, in call
raise inst # error raised by server
OSError: [Errno 13] Permission denied
======================================================================
ERROR: checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot (ZEO.tests.testZEO.WindowsTests)
----------------------------------------------------------------------
Tra
<truncated>