[Zope3-dev] Linux Test Results - Zope 3 - errors:1
zope-tests@squishdot.org
zope-tests@squishdot.org
Thu, 12 Dec 2002 03:05:34 +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 testInitDB (Zope.App.StartUp.tests.testStartupDirectives.Test)
Traceback (most recent call last):
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/StartUp/tests/testStartupDirectives.py", line 111, in testInitDB
sd._initDB()
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py", line 163, in _initDB
self._addEssentialServices(app)
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py", line 188, in _addEssentialServices
self._addService(root_folder, 'Events', LocalEventService)
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py", line 205, in _addService
package = traverse(root_folder, package_name)
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/Traversing/__init__.py", line 48, in traverse
return traverser.traverse(path, request=request)
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/Traversing/Traverser.py", line 74, in traverse
curr = getAdapter(self.context, IPhysicallyLocatable
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/ComponentArchitecture/__init__.py", line 62, in getAdapter
return getService(context, 'Adapters').getAdapter(
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/ComponentArchitecture/__init__.py", line 38, in getService
return getServiceManager(context).getService(name)
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/ServiceManager.py", line 119, in getService
return getNextService(self, name)
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/ComponentArchitecture/NextService.py", line 37, in getNextService
raise ComponentLookupError('service', name)
ComponentLookupError: ('service', 'Adapters')
======================================================================
ERROR: testInitDB (Zope.App.StartUp.tests.testStartupDirectives.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/StartUp/tests/testStartupDirectives.py", line 111, in testInitDB
sd._initDB()
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py", line 163, in _initDB
self._addEssentialServices(app)
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py", line 188, in _addEssentialServices
self._addService(root_folder, 'Events', LocalEventService)
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py", line 205, in _addService
package = traverse(root_folder, package_name)
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/Traversing/__init__.py", line 48, in traverse
return traverser.traverse(path, request=request)
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/Traversing/Traverser.py", line 74, in traverse
curr = getAdapter(self.context, IPhysicallyLocatable
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/ComponentArchitecture/__init__.py", line 62, in getAdapter
return getService(context, 'Adapters').getAdapter(
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/ComponentArchitecture/__init__.py", line 38, in getService
return getServiceManager(context).getService(name)
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/ServiceManager.py", line 119, in getService
return getNextService(self, name)
File "/stuff/chrisw/ZopeTests/sandbox/Zope3/lib/python/Zope/App/ComponentArchitecture/NextService.py", line 37, in getNextService
raise ComponentLookupError('service', name)
ComponentLookupError: ('service', 'Adapters')
----------------------------------------------------------------------
Ran 2727 tests in 294.928s
FAILED (errors=1)