[Zope3-dev] FreeBSD Test Results - Zope 3 / Python 2.2 - Too many errors :-(

zope-tests@bitdance.com zope-tests@bitdance.com
Fri, 14 Feb 2003 04:36:24 -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', 25796)), (2, ('localhost', 27960))]):
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 testByHubId (zope.app.services.tests.test_eventservice.TestEventPublisher)
Traceback (most recent call last):
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/tests/test_eventservice.py", line 221, in testByHubId
    publish(self.folder1, ObjectAddedEvent(None, '/foo'))
  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 317, in publish
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 113, in _notify
    getAdapter(obj, ISubscriber).notify(event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/services/event.py", line 334, in notify
    clean_self._notify(wrapped_self, event)
  File "/var/home/rdmurray/proj/zopeautotest/sandbox/Zope3/src/zope/app/ser
<truncated>