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

zope-tests@bitdance.com zope-tests@bitdance.com
Sat, 12 Jul 2003 04:22:46 -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 testGetPrincipalByLogin (zope.app.services.tests.test_auth.AuthServiceTest)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/test_auth.py", line 62, in setUp
    'srichter', 'hello'))
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/container/zopecontainer.py", line 147, in setObject
    publish(self, ObjectModifiedEvent(self))
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/event/__init__.py", line 29, in publish
    return getEventService(context).publish(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 362, in publish
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 124, in _notify
    zapi.getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/hub.py", line 212, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 89, in _notify
    hubIdsService = queryService(wrapped_self, HubIds)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 47, in queryService
    return sm.queryService(name, default)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/service.py", line 82, in queryService
    return wrapped_self.getService(name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/service.py", line 103, in getService
    service = wrapped_self.queryActiveComponent(name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 510, in queryActiveComponent
    return registration.getComponent()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 399, in getComponent
    component = zapi.traverse(root, path)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/__init__.py", line 91, in traverse
    return traverser.traverse(path, request=request)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 157, in traverse
    curr = getAdapter(self.context, 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/zdaemon/Daemon.py", line 33, in __call__
    os.kill(self.pid, signum)
OSError: [Errno 3] No such process

======================================================================
ERROR: testGetPrincipalByLogin (zope.app.services.tests.test_auth.AuthServiceTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/test_auth.py", line 62, in setUp
    'srichter', 'hello'))
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/container/zopecontainer.py", line 147, in setObject
    publish(self, ObjectModifiedEvent(self))
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/event/__init__.py", line 29, in publish
    return getEventService(context).publish(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 362, in publish
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 124, in _notify
    zapi.getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/hub.py", line 212, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 89, in _notify
    hubIdsService = queryService(wrapped_self, HubIds)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 47, in queryService
    return sm.queryService(name, default)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/service.py", line 82, in queryService
    return wrapped_self.getService(name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/service.py", line 103, in getService
    service = wrapped_self.queryActiveComponent(name)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 510, in queryActiveComponent
    return registration.getComponent()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 399, in getComponent
    component = zapi.traverse(root, path)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/__init__.py", line 91, in traverse
    return traverser.traverse(path, request=request)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/adapters.py", line 157, in traverse
    curr = getAdapter(self.context, 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/zdaemon/Daemon.py", line 33, in __call__
    os.kill(self.pid, signum)
OSError: [Errno 3] No such process

----------------------------------------------------------------------
Ran 4636 tests in 376.517s

FAILED (errors=1)