[Zope3-dev] Win32 Tests - Zope 3 - Too many errors :-(

zope-tests@squishdot.org zope-tests@squishdot.org
Thu, 19 Dec 2002 02:12:34 +0000


==============================================================================
==============================================================================
Python Version:2.2.2 (#37, Oct 14 2002, 17:02:34) [MSC 32 bit (Intel)]

Modules included:
Zope3 (HEAD)

Error importing BDBStorage.tests.test_autopack
No module named bsddb3

Error importing BDBStorage.tests.test_create
No module named bsddb3

Error importing BDBStorage.tests.test_storage_api
No module named bsddb3

Error importing BDBStorage.tests.test_virgin
cannot import name BerkeleyConfig

Error importing BDBStorage.tests.test_whitebox
cannot import name BDBFullStorage

Error importing BDBStorage.tests.test_zodb_simple
No module named bsddb3

  File "D:\ZopeTests\sandbox\Zope3\lib\python\BDBStorage\BDBFullStorage.py", line 27, in ?
    from bsddb3 import db
  File "D:\ZopeTests\sandbox\Zope3\lib\python\BDBStorage\BerkeleyBase.py", line 28, in ?
    from bsddb3 import db
  File "D:\ZopeTests\sandbox\Zope3\lib\python\BDBStorage\tests\test_storage_api.py", line 20, in ?
    import bsddb3
  File "D:\ZopeTests\sandbox\Zope3\lib\python\BDBStorage\tests\BerkeleyTestBase.py", line 20, in ?
    from BDBStorage.BerkeleyBase import BerkeleyConfig
  File "D:\ZopeTests\sandbox\Zope3\lib\python\BDBStorage\tests\test_whitebox.py", line 21, in ?
    from BDBStorage.BDBFullStorage import BDBFullStorage
  File "D:\ZopeTests\sandbox\Zope3\lib\python\BDBStorage\tests\test_zodb_simple.py", line 23, in ?
    import bsddb3
Exception exceptions.OSError: (13, 'Permission denied', 'C:\\DOCUME~1\\CHRISW~1\\LOCALS~1\\Temp\\~1264-125.inv') in <bound method TemporaryFileWrapper.__del__ of <closed file 'C:\DOCUME~1\CHRISW~1\LOCALS~1\Temp\~1264-125.inv', mode 'w+b' at 0x01AB1658>> ignored
Error in test checkPackAllRevisions (ZEO.tests.testZEO.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\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.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\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.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\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.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\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.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\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 1327, 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 1327, 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 1327, 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 1327, 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 1327, 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 146, in checkRestoreAcrossPack
    self._dst.pack(time.time())
  File "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\FileStorage.py", line 1327, in pack
    os.rename(self._name, oldpath)
OSError: [Errno 13] Permission denied

------
2002-12-19T02:15:11 INFO(0) FS No file-locking support on this platform
------
2002-12-19T02:15:11 INFO(0) FS No file-locking support on this platform
======================================================================
ERROR: checkPackAllRevisions (ZEO.tests.testZEO.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\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.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\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.FileStorageTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\lib\python\ZODB\tests\PackableStorage.py", line 306, in checkPackOnlyOneObj
<truncated>