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

zope-tests@bitdance.com zope-tests@bitdance.com
Wed, 12 Feb 2003 04:27:05 -0500 (EST)


==============================================================================
==============================================================================
Python Version:2.2.2 (#1, Feb  3 2003, 13:45:39) 
[GCC 2.95.4 20020320 [FreeBSD]]

Modules included:
Zope3 (HEAD)

Running tests from /var/home/rdmurray/proj/zopeautotest/sandbox/Zope3
Exception in thread Connect([(2, ('localhost', 27394)), (2, ('localhost', 28708))]):
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/src/zodb/zeo/zrpc/client.py", line 287, in run
    success = self.try_connecting(attempt_timeout)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/zeo/zrpc/client.py", line 320, in try_connecting
    r = self._fallback_wrappers(wrappers, deadline)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zodb/zeo/zrpc/client.py", line 390, in _fallback_wrappers
    assert wrap.state == "tested" and wrap.preferred == 0
AssertionError

Error in test testRename (zope.app.browser.container.tests.test_contents.Test)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/container/tests/test_contents.py", line 157, in testRename
    fc.renameObjects(ids, ['document1_1',
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/container/contents.py", line 77, in renameObjects
    getAdapter(obj, IObjectMover).moveTo(container, newid)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/copy.py", line 53, in moveTo
    orig_name = objectName(obj)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/__init__.py", line 92, in objectName
    return getAdapter(obj, IObjectName)()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 65, in getAdapter
    return getService(context, Adapters).getAdapter(
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/adapter.py", line 83, in getAdapter
    raise ComponentLookupError(object, interface)
ComponentLookupError: (<zope.app.browser.container.tests.test_contents.Document instance at 0xacc918c>, <InterfaceClass zope.app.interfaces.traversing.IObjectName at 83dc40c>)

Error in test testRename (zope.app.browser.services.tests.test_rolecontents.Test)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/container/tests/test_contents.py", line 157, in testRename
    fc.renameObjects(ids, ['document1_1',
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/container/contents.py", line 77, in renameObjects
    getAdapter(obj, IObjectMover).moveTo(container, newid)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/copy.py", line 53, in moveTo
    orig_name = objectName(obj)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/__init__.py", line 92, in objectName
    return getAdapter(obj, IObjectName)()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 65, in getAdapter
    return getService(context, Adapters).getAdapter(
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/adapter.py", line 83, in getAdapter
    raise ComponentLookupError(object, interface)
ComponentLookupError: (<zope.app.browser.container.tests.test_contents.Document instance at 0xad5f4ac>, <InterfaceClass zope.app.interfaces.traversing.IObjectName at 83dc40c>)

======================================================================
ERROR: testRename (zope.app.browser.container.tests.test_contents.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/container/tests/test_contents.py", line 157, in testRename
    fc.renameObjects(ids, ['document1_1',
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/container/contents.py", line 77, in renameObjects
    getAdapter(obj, IObjectMover).moveTo(container, newid)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/copy.py", line 53, in moveTo
    orig_name = objectName(obj)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/__init__.py", line 92, in objectName
    return getAdapter(obj, IObjectName)()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 65, in getAdapter
    return getService(context, Adapters).getAdapter(
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/adapter.py", line 83, in getAdapter
    raise ComponentLookupError(object, interface)
ComponentLookupError: (<zope.app.browser.container.tests.test_contents.Document instance at 0xacc918c>, <InterfaceClass zope.app.interfaces.traversing.IObjectName at 83dc40c>)

======================================================================
ERROR: testRename (zope.app.browser.services.tests.test_rolecontents.Test)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/container/tests/test_contents.py", line 157, in testRename
    fc.renameObjects(ids, ['document1_1',
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/browser/container/contents.py", line 77, in renameObjects
    getAdapter(obj, IObjectMover).moveTo(container, newid)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/copy.py", line 53, in moveTo
    orig_name = objectName(obj)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/traversing/__init__.py", line 92, in objectName
    return getAdapter(obj, IObjectName)()
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/__init__.py", line 65, in getAdapter
    return getService(context, Adapters).getAdapter(
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/component/adapter.py", line 83, in getAdapter
    raise ComponentLookupError(object, interface)
ComponentLookupError: (<zope.app.browser.container.tests.test_contents.Document instance at 0xad5f4ac>, <InterfaceClass zope.app.interfaces.traversing.IObjectName at 83dc40c>)

----------------------------------------------------------------------
Ran 3501 tests in 295.162s

FAILED (errors=2)