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

zope-tests@squishdot.org zope-tests@squishdot.org
Thu, 12 Dec 2002 02:11:26 +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\\~1360-87.inv') in <bound method TemporaryFileWrapper.__del__ of <closed file 'C:\DOCUME~1\CHRISW~1\LOCALS~1\Temp\~1360-87.inv', mode 'w+b' at 0x01CFBB68>> 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

------
2002-12-12T02:13:56 INFO(0) FS No file-locking support on this platform
Error in test testInitDB (Zope.App.StartUp.tests.testStartupDirectives.Test)
Traceback (most recent call last):
  File "D:\ZopeTests\sandbox\Zope3\lib\python\Zope\App\StartUp\tests\testStartupDirectives.py", line 111, in testInitDB
    sd._initDB()
  File "D:\ZopeTests\sandbox\Zope3\lib\python\Zope\App\StartUp\SiteDefinition.py", line 163, in _initDB
    self._addEssentialServices(app)
  File "D:\ZopeTests\sandbox\Zope3\lib\python\Zope\App\StartUp\SiteDefinition.py", line 188, in _addEssentialServices
    self._addService(root_folder, 'Events', LocalEventService)
  File "D:\ZopeTests\sandbox\Zope3\lib\python\Zope\App\StartUp\SiteDefinition.py", line 205, in _addService
    package = traverse(root_folder, package_name)
  File "D:\ZopeTests\sandbox\Zope3\lib\python\Zope\App\Traversing\__init__.py", line 48, in traverse
    return traverser.traverse(path, request=request)
  File "D:\ZopeTests\sandbox\Zope3\lib\python\Zope\App\Traversing\Traverser.py", line 74, in traverse
    curr = getAdapter(self.context, IPhysicallyLocatable
  File "D:\ZopeTests\sandbox\Zope3\lib\python\Zope\ComponentArchitecture\__init__.py", line 62, in getAdapter
    return getService(context, 'Adapters').getAdapter(
  File "D:\ZopeTests\sandbox\Zope3\lib\python\Zope\ComponentArchitecture\__init__.py", line 38, in getService
    return getServiceManager(context).getService(name)
  File "D:\ZopeTests\sandbox\Zope3\lib\python\Zope\App\OFS\Services\ServiceManager\ServiceManager.py", line 119, in getService
    return getNextService(self, name)
  File "D:\ZopeTests\sandbox\Zope3\lib\python\Zope\App\ComponentArchitecture\NextService.py", line 37, in getNextService
    raise ComponentLookupError('service', name)
ComponentLookupError: ('service', 'Adapters')

------
2002-12-12T02:13:56 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\Z
<truncated>