[Zope3-dev] Linux Test Results - Zope 3 - errors:3

zope-tests@squishdot.org zope-tests@squishdot.org
Sat, 23 Nov 2002 02:59:57 +0000


==============================================================================
==============================================================================
Python Version:2.2.2 (#1, Nov  4 2002, 11:01:21) 
[GCC 2.95.2 20000220 (Debian GNU/Linux)]

Modules included:
Zope3 (HEAD)

Error in test testDemoStorage (ZConfig.tests.testStorage.StorageTestCase)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZConfig/tests/testStorage.py", line 72, in testDemoStorage
    from ZODB.DemoStorage import DemoStorage
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Persistence/tests/testModule.py", line 70, in __import__
    return self._saved_import(name, globals, locals, fromlist)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Persistence/tests/testModule.py", line 70, in __import__
    return self._saved_import(name, globals, locals, fromlist)
ImportError: No module named DemoStorage

Error in test testModuleStorage (ZConfig.tests.testStorage.StorageTestCase)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZConfig/tests/testStorage.py", line 89, in testModuleStorage
    from ZODB.DemoStorage import DemoStorage
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Persistence/tests/testModule.py", line 70, in __import__
    return self._saved_import(name, globals, locals, fromlist)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Persistence/tests/testModule.py", line 70, in __import__
    return self._saved_import(name, globals, locals, fromlist)
ImportError: No module named DemoStorage

Error in test testZEOStorage (ZConfig.tests.testStorage.StorageTestCase)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZConfig/tests/testStorage.py", line 54, in testZEOStorage
    from ZEO.ClientStorage import ClientStorage
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Persistence/tests/testModule.py", line 70, in __import__
    return self._saved_import(name, globals, locals, fromlist)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Persistence/tests/testModule.py", line 70, in __import__
    return self._saved_import(name, globals, locals, fromlist)
ImportError: No module named ZEO.ClientStorage

======================================================================
ERROR: testDemoStorage (ZConfig.tests.testStorage.StorageTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZConfig/tests/testStorage.py", line 72, in testDemoStorage
    from ZODB.DemoStorage import DemoStorage
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Persistence/tests/testModule.py", line 70, in __import__
    return self._saved_import(name, globals, locals, fromlist)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Persistence/tests/testModule.py", line 70, in __import__
    return self._saved_import(name, globals, locals, fromlist)
ImportError: No module named DemoStorage

======================================================================
ERROR: testModuleStorage (ZConfig.tests.testStorage.StorageTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZConfig/tests/testStorage.py", line 89, in testModuleStorage
    from ZODB.DemoStorage import DemoStorage
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Persistence/tests/testModule.py", line 70, in __import__
    return self._saved_import(name, globals, locals, fromlist)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Persistence/tests/testModule.py", line 70, in __import__
    return self._saved_import(name, globals, locals, fromlist)
ImportError: No module named DemoStorage

======================================================================
ERROR: testZEOStorage (ZConfig.tests.testStorage.StorageTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/ZConfig/tests/testStorage.py", line 54, in testZEOStorage
    from ZEO.ClientStorage import ClientStorage
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Persistence/tests/testModule.py", line 70, in __import__
    return self._saved_import(name, globals, locals, fromlist)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Persistence/tests/testModule.py", line 70, in __import__
    return self._saved_import(name, globals, locals, fromlist)
ImportError: No module named ZEO.ClientStorage

----------------------------------------------------------------------
Ran 2349 tests in 134.393s

FAILED (errors=3)