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

zope-tests@bitdance.com zope-tests@bitdance.com
Sat, 5 Jul 2003 04:22:28 -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_authenticate (zope.app.services.pluggableauth.tests.test_pluggableauth.PrincipalAuthenticationViewTest)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/pluggableauth/tests/test_pluggableauth.py", line 59, in setUp
    PluggableAuthenticationService())
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/tests/setup.py", line 151, in addService
    key = default.getRegistrationManager().setObject("", registration)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/container/zopecontainer.py", line 145, in setObject
    adapter.afterAddHook(object, self)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 429, in afterAddHook
    adapter = zapi.queryAdapter(component, interfaces.IRegistered)
  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 117, in queryNamedAdapter
    return adapters.queryNamedAdapter(object, interface, name, default)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/adapter.py", line 114, in queryNamedAdapter
    result = maker(result)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/dependable.py", line 39, in __init__
    pp = getPath(getParent(self.context))
  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 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/services/service.py", line 102, in getService
    try:
  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_authenticate (zope.app.services.pluggableauth.tests.test_pluggableauth.PrincipalAuthenticationViewTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/pluggableauth/tests/test_pluggableauth.py", line 59, in setUp
    PluggableAuthenticationService())
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/tests/setup.py", line 151, in addService
    key = default.getRegistrationManager().setObject("", registration)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/container/zopecontainer.py", line 145, in setObject
    adapter.afterAddHook(object, self)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 429, in afterAddHook
    adapter = zapi.queryAdapter(component, interfaces.IRegistered)
  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 117, in queryNamedAdapter
    return adapters.queryNamedAdapter(object, interface, name, default)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/adapter.py", line 114, in queryNamedAdapter
    result = maker(result)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/dependable.py", line 39, in __init__
    pp = getPath(getParent(self.context))
  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 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/services/service.py", line 102, in getService
    try:
  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 4600 tests in 375.819s

FAILED (errors=1)