[Zope3-dev] Win32 Tests - Zope 3 - Too many errors :-(
zope-tests@squishdot.org
zope-tests@squishdot.org
Mon, 16 Dec 2002 02:14:03 +0000
==============================================================================
==============================================================================
Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]
Modules included:
Zope3 (HEAD)
Exception exceptions.OSError: (13, 'Permission denied', 'C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~1800-83.inv') in <bound method TemporaryFileWrapper.__del__ of <closed file 'C:\DOCUME~1\CHRISW~1\LOCALS~1\Temp\~1800-83.inv', mode 'w+b' at 0x01D6BEB8>> ignored
Error in test checkPackAllRevisions (ZEO.tests.testZEO.WindowsTests)
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 178, in checkPackAllRevisions
self._storage.pack(time.time())
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 229, in checkPackJustOldRevisions
self._storage.pack(time.time())
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 306, in checkPackOnlyOneObject
self._storage.pack(time.time())
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\TransactionalUndoStorage.py", line 472, in checkTransactionalUndoAfterPack
self._storage.pack(packtime)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\TransactionalUndoStorage.py", line 523, in checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
self._storage.pack(packtime)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 178, in checkPackAllRevisions
self._storage.pack(time.time())
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 229, in checkPackJustOldRevisions
self._storage.pack(time.time())
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 306, in checkPackOnlyOneObject
self._storage.pack(time.time())
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\TransactionalUndoStorage.py", line 472, in checkTransactionalUndoAfterPack
self._storage.pack(packtime)
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\TransactionalUndoStorage.py", line 523, in checkTransactionalUndoAfterPackWithObjectUnlinkFromRoot
self._storage.pack(packtime)
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\RecoveryStorage.py", line 147, in checkRestoreAcrossPack
self._dst.pack(time.time())
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\FileStorage.py", line 1321, in pack
os.rename(self._name, oldpath)
OSError: [Errno 13] Permission denied
------
2002-12-16T02:16:39 INFO(0) FS No file-locking support on this platform
------
2002-12-16T02:16:39 INFO(0) FS No file-locking support on this platform
======================================================================
ERROR: checkPackAllRevisions (ZEO.tests.testZEO.WindowsTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 178, in checkPackAllRevisions
self._storage.pack(time.time())
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 229, in checkPackJustOldRevisions
self._storage.pack(time.time())
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 306, in checkPackOnlyOneObject
self._storage.pack(time.time())
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "D:\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 "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\TransactionalUndoStorage.py", line 472, in checkTransactionalUndoAfterPack
self._storage.pack(packtime)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ClientStorage.py", line 577, in pack
return self._server.pack(t, wait)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\ServerStub.py", line 73, in pack
self.rpc.call('pack', t, wait)
File "D:\ZopeTests\sandbox\Zope3\lib\python\ZEO\zrpc\connection.py", line 322, in call
raise inst # error raised by server
OSError: [Errno 13]
<truncated>