[Zope-tests] FAIL (too much output from test runner) -- Z2 Tests/Linux -- HEAD/Py23maint (nightly build)

zope-tests at plope.com zope-tests at plope.com
Tue Mar 9 05:44:22 EST 2004


======================================================================
Python Version:2.3.3 (#1, Mar  9 2004, 01:29:21) 
[GCC 3.2 20020903 (Red Hat Linux 8.0 3.2-7)]

Modules included:
Zope (HEAD)

Running unit tests from /home/chrism/opt/tests/sandbox/Zope
Error in test test_bound_unused_container (AccessControl.tests.testBindings.TestBindings)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 184, in test_bound_unused_container
    self.assertEqual(ps(), 1)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 306, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 320, in _exec
    g['__file__'] = getattr(self, '_filepath', None) or self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 101, in getPhysicalPath
    path = (self.getId(),)
AttributeError: getId

Error in test test_bound_unused_context (AccessControl.tests.testBindings.TestBindings)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 233, in test_bound_unused_context
    self.assertEqual(ps(), 1)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 306, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 320, in _exec
    g['__file__'] = getattr(self, '_filepath', None) or self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 101, in getPhysicalPath
    path = (self.getId(),)
AttributeError: getId

Error in test test_bound_used_container (AccessControl.tests.testBindings.TestBindings)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 194, in test_bound_used_container
    self.assertRaises(Unauthorized, ps)
  File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/unittest.py", line 289, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 306, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 320, in _exec
    g['__file__'] = getattr(self, '_filepath', None) or self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 101, in getPhysicalPath
    path = (self.getId(),)
AttributeError: getId

Error in test test_bound_used_container_allowed (AccessControl.tests.testBindings.TestBindings)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 225, in test_bound_used_container_allowed
    self.assertEqual(ps(), 'open')
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 306, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 320, in _exec
    g['__file__'] = getattr(self, '_filepath', None) or self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 101, in getPhysicalPath
    path = (self.getId(),)
AttributeError: getId

Error in test test_bound_used_context (AccessControl.tests.testBindings.TestBindings)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 243, in test_bound_used_context
    self.assertRaises(Unauthorized, ps)
  File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/unittest.py", line 289, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 306, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 320, in _exec
    g['__file__'] = getattr(self, '_filepath', None) or self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 101, in getPhysicalPath
    path = (self.getId(),)
AttributeError: getId

Error in test test_bound_used_context_allowed (AccessControl.tests.testBindings.TestBindings)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 274, in test_bound_used_context_allowed
    self.assertEqual(ps(), 'open')
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 306, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 320, in _exec
    g['__file__'] = getattr(self, '_filepath', None) or self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 101, in getPhysicalPath
    path = (self.getId(),)
AttributeError: getId

Error in test test_bound_used_context_method_w_roles (AccessControl.tests.testBindings.TestBindings)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 304, in test_bound_used_context_method_w_roles
    self.assertRaises(Unauthorized, ps)
  File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/unittest.py", line 289, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 306, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 320, in _exec
    g['__file__'] = getattr(self, '_filepath', None) or self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 101, in getPhysicalPath
    path = (self.getId(),)
AttributeError: getId

Error in test test_ok_no_bindings (AccessControl.tests.testBindings.TestBindings)
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 287, in test_ok_no_bindings
    boundless_ps.ZBindings_edit( {'name_context': '',
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 198, in ZBindings_edit
    self._editedBindings()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 280, in _editedBindings
    self._makeFunction()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 276, in _makeFunction
    self._filepath = self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 101, in getPhysicalPath
    path = (self.getId(),)
AttributeError: getId

Script (Python):filepath:1: DeprecationWarning: integer argument expected, got float
======================================================================
ERROR: test_bound_unused_container (AccessControl.tests.testBindings.TestBindings)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 184, in test_bound_unused_container
    self.assertEqual(ps(), 1)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 306, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 320, in _exec
    g['__file__'] = getattr(self, '_filepath', None) or self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 101, in getPhysicalPath
    path = (self.getId(),)
AttributeError: getId

======================================================================
ERROR: test_bound_unused_context (AccessControl.tests.testBindings.TestBindings)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 233, in test_bound_unused_context
    self.assertEqual(ps(), 1)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 306, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 320, in _exec
    g['__file__'] = getattr(self, '_filepath', None) or self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 101, in getPhysicalPath
    path = (self.getId(),)
AttributeError: getId

======================================================================
ERROR: test_bound_used_container (AccessControl.tests.testBindings.TestBindings)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 194, in test_bound_used_container
    self.assertRaises(Unauthorized, ps)
  File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/unittest.py", line 289, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 306, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 320, in _exec
    g['__file__'] = getattr(self, '_filepath', None) or self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 101, in getPhysicalPath
    path = (self.getId(),)
AttributeError: getId

======================================================================
ERROR: test_bound_used_container_allowed (AccessControl.tests.testBindings.TestBindings)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 225, in test_bound_used_container_allowed
    self.assertEqual(ps(), 'open')
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 306, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 320, in _exec
    g['__file__'] = getattr(self, '_filepath', None) or self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 105, in getPhysicalPath
    path = p.getPhysicalPath() + path
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/OFS/Traversable.py", line 101, in getPhysicalPath
    path = (self.getId(),)
AttributeError: getId

======================================================================
ERROR: test_bound_used_context (AccessControl.tests.testBindings.TestBindings)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/AccessControl/tests/testBindings.py", line 243, in test_bound_used_context
    self.assertRaises(Unauthorized, ps)
  File "/home/chrism/opt/Python-2.3-maint/lib/python2.3/unittest.py", line 289, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 306, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Shared/DC/Scripts/Bindings.py", line 343, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 320, in _exec
    g['__file__'] = getattr(self, '_filepath', None) or self.get_filepath()
  File "/home/chrism/opt/tests/sandbox/Zope/lib/python/Products/PythonScripts/PythonScript.py", line 335, in get_filepath
    return self.m
<truncated>



More information about the Zope-tests mailing list