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

zope-tests@bitdance.com zope-tests@bitdance.com
Fri, 11 Jul 2003 04:23: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 testAddWithoutRegistration (zope.app.services.tests.test_objecthub.TestNoRegistration)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/test_objecthub.py", line 110, in setUp
    ObjectHubSetup.setUp(self)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/objecthubsetup.py", line 101, in setUp
    EventSetup.setUp(self)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/eventsetup.py", line 25, in setUp
    self.createStandardServices()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/placefulsetup.py", line 91, in createStandardServices
    hubids=self.getObjectHub())
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/tests/setup.py", line 187, in createStandardServices
    addService(sm, HubIds, hubids)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/tests/setup.py", line 152, in addService
    zapi.traverse(default.getRegistrationManager(), key).status = ActiveStatus
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 91, in __set__
    registry.activate(registration)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 183, in activate
    cid = wrapped_self._id(registration)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 115, in _id
    path = zapi.getPath(ob)
  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 98, in getPath
    return u'/' + 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: testAddWithoutRegistration (zope.app.services.tests.test_objecthub.TestNoRegistration)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/test_objecthub.py", line 110, in setUp
    ObjectHubSetup.setUp(self)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/objecthubsetup.py", line 101, in setUp
    EventSetup.setUp(self)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/eventsetup.py", line 25, in setUp
    self.createStandardServices()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/placefulsetup.py", line 91, in createStandardServices
    hubids=self.getObjectHub())
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/tests/setup.py", line 187, in createStandardServices
    addService(sm, HubIds, hubids)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/tests/setup.py", line 152, in addService
    zapi.traverse(default.getRegistrationManager(), key).status = ActiveStatus
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 91, in __set__
    registry.activate(registration)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 183, in activate
    cid = wrapped_self._id(registration)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/registration.py", line 115, in _id
    path = zapi.getPath(ob)
  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 98, in getPath
    return u'/' + 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 4620 tests in 437.963s

FAILED (errors=1)