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

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


==============================================================================
==============================================================================
Python Version:2.3a1 (#5, Feb  4 2003, 11:43:28) 
[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', 25330)), (2, ('localhost', 28492))]):
Traceback (most recent call last):
  File "/usr/local/lib/python2.3/threading.py", line 411, 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 0xa61a30c>, <InterfaceClass zope.app.interfaces.traversing.IObjectName at 844276c>)

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 0xa66beac>, <InterfaceClass zope.app.interfaces.traversing.IObjectName at 844276c>)

======================================================================
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 0xa61a30c>, <InterfaceClass zope.app.interfaces.traversing.IObjectName at 844276c>)

======================================================================
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 0xa66beac>, <InterfaceClass zope.app.interfaces.traversing.IObjectName at 844276c>)

----------------------------------------------------------------------
Ran 3432 tests in 240.353s

FAILED (errors=2)