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

zope-tests@bitdance.com zope-tests@bitdance.com
Sun, 3 Aug 2003 04:26:06 -0400 (EDT)


==============================================================================
==============================================================================
Python Version:2.3b2+ (#12, Jul  1 2003, 10:57:57) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Running unit tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
Error in test test_bootstrapInstance (zope.app.process.tests.test_bootstrap.TestBootstrapInstance)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/process/tests/test_bootstrap.py", line 123, in test_bootstrapInstance
    bootstrapInstance.notify(EventStub(self.db))
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/process/bootstrap.py", line 83, in notify
    self.doSetup()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/process/bootstrap.py", line 136, in doSetup
    configureService(self.root_folder, EventSubscription, name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/process/bootstrap.py", line 212, in configureService
    key = registration_manager.setObject("", registration)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/container/zopecontainer.py", line 202, in setObject
    adapter.afterAddHook(object, self)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 426, in afterAddHook
    objectpath = zapi.getPath(registration)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/__init__.py", line 65, in getPath
    return getAdapter(obj, IPhysicallyLocatable).getPath()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 91, in getPath
    container_path = container.getPath()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 91, in getPath
    container_path = container.getPath()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 91, in getPath
    container_path = container.getPath()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 90, in getPath
    container = getAdapter(container, IPhysicallyLocatable)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 64, in getAdapter
    adapter = queryAdapter(object, interface, None, name, context)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 99, in queryAdapter
    return queryNamedAdapter(object, interface, name, default, context)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 112, in queryNamedAdapter
    adapters = getService(context, Adapters)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 43, in getService
    return getServiceManager(context).getService(name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/component/hooks.py", line 106, in getServiceManager_hook
    name="++etc++site",
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/context.py", line 173, in ContextWrapper
    adapter = queryAdapter(_ob, IZopeContextWrapper)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 96, in queryAdapter
    if interface.isImplementedBy(object):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/interface/interface.py", line 156, in isImplementedBy
    implements = providedBy(object)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zdaemon/Daemon.py", line 33, in __call__
    os.kill(self.pid, signum)
OSError: [Errno 3] No such process

======================================================================
ERROR: test_bootstrapInstance (zope.app.process.tests.test_bootstrap.TestBootstrapInstance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/process/tests/test_bootstrap.py", line 123, in test_bootstrapInstance
    bootstrapInstance.notify(EventStub(self.db))
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/process/bootstrap.py", line 83, in notify
    self.doSetup()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/process/bootstrap.py", line 136, in doSetup
    configureService(self.root_folder, EventSubscription, name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/process/bootstrap.py", line 212, in configureService
    key = registration_manager.setObject("", registration)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/container/zopecontainer.py", line 202, in setObject
    adapter.afterAddHook(object, self)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 426, in afterAddHook
    objectpath = zapi.getPath(registration)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/__init__.py", line 65, in getPath
    return getAdapter(obj, IPhysicallyLocatable).getPath()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 91, in getPath
    container_path = container.getPath()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 91, in getPath
    container_path = container.getPath()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 91, in getPath
    container_path = container.getPath()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 90, in getPath
    container = getAdapter(container, IPhysicallyLocatable)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 64, in getAdapter
    adapter = queryAdapter(object, interface, None, name, context)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 99, in queryAdapter
    return queryNamedAdapter(object, interface, name, default, context)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 112, in queryNamedAdapter
    adapters = getService(context, Adapters)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 43, in getService
    return getServiceManager(context).getService(name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/component/hooks.py", line 106, in getServiceManager_hook
    name="++etc++site",
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/context.py", line 173, in ContextWrapper
    adapter = queryAdapter(_ob, IZopeContextWrapper)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 96, in queryAdapter
    if interface.isImplementedBy(object):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/interface/interface.py", line 156, in isImplementedBy
    implements = providedBy(object)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zdaemon/Daemon.py", line 33, in __call__
    os.kill(self.pid, signum)
OSError: [Errno 3] No such process

----------------------------------------------------------------------
Ran 4829 tests in 495.592s

FAILED (errors=1)