[Zope3-dev] FreeBSD Test Results - Zope 3 / Python 2.2 - errors:1

zope-tests@bitdance.com zope-tests@bitdance.com
Thu, 12 Dec 2002 04:17:38 -0500 (EST)


==============================================================================
==============================================================================
Python Version:2.2.2 (#1, Nov 20 2002, 21:23:05) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Exception in thread Connect([(2, ('localhost', 29780)), (2, ('localhost', 25012))]):
Traceback (most recent call last):
  File "/usr/local/lib/python2.2/threading.py", line 408, in __bootstrap
    self.run()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/ZEO/zrpc/client.py", line 290, in run
    success = self.try_connecting(attempt_timeout)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/ZEO/zrpc/client.py", line 323, in try_connecting
    r = self._fallback_wrappers(wrappers, deadline)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/ZEO/zrpc/client.py", line 393, in _fallback_wrappers
    assert wrap.state == "tested" and wrap.preferred == 0
AssertionError

Error in test testInitDB (Zope.App.StartUp.tests.testStartupDirectives.Test)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/StartUp/tests/testStartupDirectives.py", line 111, in testInitDB
    sd._initDB()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py", line 163, in _initDB
    self._addEssentialServices(app)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py", line 188, in _addEssentialServices
    self._addService(root_folder, 'Events', LocalEventService)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py", line 205, in _addService
    package = traverse(root_folder, package_name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/Traversing/__init__.py", line 48, in traverse
    return traverser.traverse(path, request=request)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/Traversing/Traverser.py", line 74, in traverse
    curr = getAdapter(self.context, IPhysicallyLocatable
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/ComponentArchitecture/__init__.py", line 62, in getAdapter
    return getService(context, 'Adapters').getAdapter(
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/ComponentArchitecture/__init__.py", line 38, in getService
    return getServiceManager(context).getService(name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/ServiceManager.py", line 119, in getService
    return getNextService(self, name)
  File "/var/home/rdmurray/proj/zopeautotest/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 "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/StartUp/tests/testStartupDirectives.py", line 111, in testInitDB
    sd._initDB()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py", line 163, in _initDB
    self._addEssentialServices(app)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py", line 188, in _addEssentialServices
    self._addService(root_folder, 'Events', LocalEventService)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/StartUp/SiteDefinition.py", line 205, in _addService
    package = traverse(root_folder, package_name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/Traversing/__init__.py", line 48, in traverse
    return traverser.traverse(path, request=request)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/Traversing/Traverser.py", line 74, in traverse
    curr = getAdapter(self.context, IPhysicallyLocatable
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/ComponentArchitecture/__init__.py", line 62, in getAdapter
    return getService(context, 'Adapters').getAdapter(
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/ComponentArchitecture/__init__.py", line 38, in getService
    return getServiceManager(context).getService(name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/OFS/Services/ServiceManager/ServiceManager.py", line 119, in getService
    return getNextService(self, name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/lib/python/Zope/App/ComponentArchitecture/NextService.py", line 37, in getNextService
    raise ComponentLookupError('service', name)
ComponentLookupError: ('service', 'Adapters')

----------------------------------------------------------------------
Ran 2727 tests in 245.540s

FAILED (errors=1)