[Zope-tests] UNKNOWN : Zope-trunk Python-2.4.4 : Linux

Zope Unit Tests zope-tests at epy.co.at
Tue Dec 18 20:58:31 EST 2007


Zope Unit Tests : UNKNOWN
Zope-trunk Python-2.4.4 : Linux

Running /usr/local/python2.4/bin/python test.py -q --all
Test-module import failures:

Module: AccessControl.tests.testAcquisition

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testAcquisition.py", line 25, in ?
    Zope2.startup()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 47, in startup
    _startup()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/App/startup.py", line 48, in startup
    OFS.Application.import_products()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 686, in import_products
    import_product(product_dir, product_name, raise_exc=debug_mode)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 709, in import_product
    product=__import__(pname, global_dict, global_dict, silly)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/TemporaryFolder/__init__.py", line 23, in ?
    from TemporaryFolder import SimpleTemporaryContainer as TemporaryContainer
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/TemporaryFolder/TemporaryFolder.py", line 33, in ?
    from ZODB.Mount import MountPoint
ImportError: No module named Mount


Module: Products.Sessions.tests.testSessionDataManager

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/Sessions/tests/testSessionDataManager.py", line 29, in ?
    from Products.TemporaryFolder.TemporaryFolder import MountedTemporaryFolder
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/TemporaryFolder/__init__.py", line 23, in ?
    from TemporaryFolder import SimpleTemporaryContainer as TemporaryContainer
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/TemporaryFolder/TemporaryFolder.py", line 33, in ?
    from ZODB.Mount import MountPoint
ImportError: No module named Mount


Running unit tests:


Error in test testAllowAccessToUser (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testAuthenticate (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testDenyAccessToAnonymous (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testGetBadUser (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testGetBadUserById (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testGetRoles (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testGetRolesInContext (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testGetUser (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testGetUserById (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testGetUserNames (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testGetUsers (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testHasLocalRole (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testHasLocalRolePermission (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testHasPermission (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testHasRole (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testIdentify (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testMaxListUsers (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testNotValidateWithEmptyRoles (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testNotValidateWithWrongRoles (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testNotValidateWithoutAuth (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testValidate (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testValidateWithoutRoles (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test__doAddUser_with_not_yet_encrypted_passwords (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test__doAddUser_with_preencrypted_passwords (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_z3interfaces (AccessControl.tests.testUserFolder.UserFolderTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/AccessControl/tests/testUserFolder.py", line 39, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_install_tempfolder_and_sdc (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 113, in test_install_tempfolder_and_sdc
    self.assertEqual(app.temp_folder.meta_type, 'Temporary Folder')
AttributeError: temp_folder



Error in test test_install_tempfolder_and_sdc_status (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 120, in test_install_tempfolder_and_sdc_status
    i = self.getOne()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 94, in getOne
    app = getApp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 58, in getApp
    return ZApplicationWrapper(DB, 'Application', Application, (), 'foo')()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/App/ZApplication.py", line 33, in __init__
    root[name]=klass()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test test_install_tempfolder_and_sdc_unlimited_sessions (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 139, in test_install_tempfolder_and_sdc_unlimited_sessions
    i = self.getOne()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 94, in getOne
    app = getApp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 58, in getApp
    return ZApplicationWrapper(DB, 'Application', Application, (), 'foo')()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/App/ZApplication.py", line 33, in __init__
    root[name]=klass()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test test_install_virtual_hosting (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 156, in test_install_virtual_hosting
    i = self.getOne()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 94, in getOne
    app = getApp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 58, in getApp
    return ZApplicationWrapper(DB, 'Application', Application, (), 'foo')()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/App/ZApplication.py", line 33, in __init__
    root[name]=klass()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test test_install_zglobals (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 182, in test_install_zglobals
    i = self.getOne()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 94, in getOne
    app = getApp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 58, in getApp
    return ZApplicationWrapper(DB, 'Application', Application, (), 'foo')()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/App/ZApplication.py", line 33, in __init__
    root[name]=klass()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test testCopy (OFS.tests.testCopySupport.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 113, in setUp
    folder1, folder2 = self._initFolders()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 76, in _initFolders
    r['Application'] = a
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test testCopyNewObject (OFS.tests.testCopySupport.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 113, in setUp
    folder1, folder2 = self._initFolders()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 76, in _initFolders
    r['Application'] = a
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test testCut (OFS.tests.testCopySupport.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 113, in setUp
    folder1, folder2 = self._initFolders()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 76, in _initFolders
    r['Application'] = a
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test testPasteMultiNotSameID (OFS.tests.testCopySupport.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 113, in setUp
    folder1, folder2 = self._initFolders()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 76, in _initFolders
    r['Application'] = a
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test testPasteMultiSameID (OFS.tests.testCopySupport.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 113, in setUp
    folder1, folder2 = self._initFolders()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 76, in _initFolders
    r['Application'] = a
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test testPasteSingleNotSameID (OFS.tests.testCopySupport.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 113, in setUp
    folder1, folder2 = self._initFolders()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 76, in _initFolders
    r['Application'] = a
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test testPasteSingleSameID (OFS.tests.testCopySupport.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 113, in setUp
    folder1, folder2 = self._initFolders()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 76, in _initFolders
    r['Application'] = a
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test testPasteSingleSameIDMultipleTimes (OFS.tests.testCopySupport.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 113, in setUp
    folder1, folder2 = self._initFolders()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 76, in _initFolders
    r['Application'] = a
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test testPasteSpecialName (OFS.tests.testCopySupport.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 113, in setUp
    folder1, folder2 = self._initFolders()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 76, in _initFolders
    r['Application'] = a
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test testRename (OFS.tests.testCopySupport.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 113, in setUp
    folder1, folder2 = self._initFolders()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 76, in _initFolders
    r['Application'] = a
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test test_z3interfaces (OFS.tests.testCopySupport.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 113, in setUp
    folder1, folder2 = self._initFolders()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 76, in _initFolders
    r['Application'] = a
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test test_copy_baseline (OFS.tests.testCopySupport.TestCopySupportSecurity)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 387, in test_copy_baseline
    folder1, folder2 = self._initFolders()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 76, in _initFolders
    r['Application'] = a
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/persistent/mapping.py", line 53, in __setitem__
    self._p_changed = 1
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 939, in register
    self._register(obj)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 949, in _register
    self.transaction_manager.get().join(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 216, in join
    self._prior_operation_failed() # doesn't return
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 210, in _prior_operation_failed
    raise TransactionFailedError("An operation previously failed, "
TransactionFailedError: An operation previously failed, with traceback:

  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 457, in run_with_options
    ran += run_tests(options, tests, 'unit', failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 599, in run_tests
    test(result)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 281, in __call__
    return self.run(*args, **kwds)
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testAppInitializer.py", line 111, in test_install_tempfolder_and_sdc
    i.install_tempfolder_and_sdc()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Application.py", line 391, in install_tempfolder_and_sdc
    manage_addMounts(app, ('/temp_folder',))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 377, in manage_addMounts
    mo._test(app)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 243, in _test
    self._getOrOpenObject(parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 259, in _getOrOpenObject
    obj = self._traverseToMountedRoot(root, parent)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 210, in _traverseToMountedRoot
    obj = blazer.traverseOrConstruct(real_path)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 82, in traverseOrConstruct
    container = self._construct(container, part)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/ZODBMountPoint/MountedObject.py", line 115, in _construct
    transaction.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_manager.py", line 99, in savepoint
    return self.get().savepoint(optimistic)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 256, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 352, in _saveAndRaiseCommitishError
    t, v, tb = self._saveAndGetCommitishError()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 253, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/transaction/_transaction.py", line 642, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 1084, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 586, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/Connection.py", line 613, in _store_objects
    p = writer.serialize(obj)  # This calls __getstate__ of obj
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZODB/serialize.py", line 407, in serialize
    return self._dump(meta, obj.__getstate__())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/Uninstalled.py", line 40, in __getstate__
    raise SystemError, (
SystemError: This object was originally created by a product that
            is no longer installed.  It cannot be updated.
            (<TemporaryContainer at temp_folder>)




Error in test test_copy_baseline (OFS.tests.testCopySupport.TestCopySupportSecurity)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 270, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 323, in tearDown
    self._cleanApp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupport.py", line 102, in _cleanApp
    self.app._p_jar.sync()
AttributeError: 'TestCopySupportSecurity' object has no attribute 'app'



Error in test test_1_Clone (OFS.tests.testCopySupportHooks.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 85, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_2_CopyPaste (OFS.tests.testCopySupportHooks.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 85, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_3_CutPaste (OFS.tests.testCopySupportHooks.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 85, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_4_Rename (OFS.tests.testCopySupportHooks.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 85, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_5_COPY (OFS.tests.testCopySupportHooks.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 85, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_6_MOVE (OFS.tests.testCopySupportHooks.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 85, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_7_DELETE (OFS.tests.testCopySupportHooks.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 85, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_1_Clone (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 169, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_2_CopyPaste (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 169, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_3_CutPaste (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 169, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_4_Rename (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 169, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_5_COPY (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 169, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_6_MOVE (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 169, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_7_DELETE (OFS.tests.testCopySupportHooks.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 169, in setUp
    HookTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportHooks.py", line 65, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testAddWithParams (Products.PageTemplates.tests.testZopePageTemplate.ZPTRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py", line 248, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testAddWithRequest (Products.PageTemplates.tests.testZopePageTemplate.ZPTRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py", line 248, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testAddWithRequestButNoFile (Products.PageTemplates.tests.testZopePageTemplate.ZPTRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py", line 248, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testAddWithoutParams (Products.PageTemplates.tests.testZopePageTemplate.ZPTRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py", line 248, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testFTPGet (Products.PageTemplates.tests.testZopePageTemplate.ZPTRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py", line 248, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testMacroExpansion (Products.PageTemplates.tests.testZopePageTemplate.ZPTMacros)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py", line 304, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testPtErrors (Products.PageTemplates.tests.testZopePageTemplate.ZPTMacros)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/tests/testZopePageTemplate.py", line 304, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_dos (Products.PageTemplates.tests.test_ptfile.LineEndingsTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/tests/test_ptfile.py", line 170, in setUp
    self.root = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_mac (Products.PageTemplates.tests.test_ptfile.LineEndingsTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/tests/test_ptfile.py", line 170, in setUp
    self.root = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_unix (Products.PageTemplates.tests.test_ptfile.LineEndingsTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/PageTemplates/tests/test_ptfile.py", line 170, in setUp
    self.root = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testAbsoluteUrl (Products.SiteAccess.tests.testSiteRoot.SiteRootRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testSiteRoot.py", line 23, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testRequest (Products.SiteAccess.tests.testSiteRoot.SiteRootRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testSiteRoot.py", line 23, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testAbsoluteUrl (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testAbsoluteUrlPath (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testPhysicalPath (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testTraverse0 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testTraverse1 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testTraverse2 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testTraverse3 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testTraverse4 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testTraverse5 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testTraverse6 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testTraverse7 (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testVirtualUrlPath (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_actual_url (Products.SiteAccess.tests.testVirtualHostMonster.VHMRegressions)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteAccess/tests/testVirtualHostMonster.py", line 27, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testCleanup (Products.SiteErrorLog.tests.testSiteErrorLog.SiteErrorLogTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py", line 23, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testForgetException (Products.SiteErrorLog.tests.testSiteErrorLog.SiteErrorLogTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py", line 23, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testIgnoredException (Products.SiteErrorLog.tests.testSiteErrorLog.SiteErrorLogTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py", line 23, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testInstantiation (Products.SiteErrorLog.tests.testSiteErrorLog.SiteErrorLogTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py", line 23, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testSimpleException (Products.SiteErrorLog.tests.testSiteErrorLog.SiteErrorLogTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/SiteErrorLog/tests/testSiteErrorLog.py", line 23, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_zodb_db (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/Startup/tests/test_schema.py", line 191, in test_zodb_db
    conf, handler = self.load_config_text("""\
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/Startup/tests/test_schema.py", line 61, in load_config_text
    conf, handler = ZConfig.loadConfigFile(schema, sio)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZConfig/loader.py", line 40, in loadConfigFile
    return _get_config_loader(schema, overrides).loadFile(file, url)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZConfig/loader.py", line 74, in loadFile
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZConfig/loader.py", line 210, in loadResource
    self._parse_resource(sm, resource)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZConfig/loader.py", line 261, in _parse_resource
    parser.parse(matcher)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZConfig/cfgparser.py", line 57, in parse
    section = self.end_section(section, line[2:-1])
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZConfig/cfgparser.py", line 112, in end_section
    self.error(e[0])
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/ZConfig/cfgparser.py", line 177, in error
    raise ZConfig.ConfigurationSyntaxError(message, self.url, self.lineno)
ConfigurationSyntaxError: The object named by "Products.TemporaryFolder.LowConflictConnection.LowConflictConnection" could not be imported
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/Startup/datatypes.py", line 94, in importable_name
    package = __import__(n, g, g, component)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/TemporaryFolder/__init__.py", line 23, in ?
    from TemporaryFolder import SimpleTemporaryContainer as TemporaryContainer
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Products/TemporaryFolder/TemporaryFolder.py", line 33, in ?
    from ZODB.Mount import MountPoint
ImportError: No module named Mount
 (line 12)



Error in test testCollector2261 (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/webdav/tests/testPUT_factory.py", line 16, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testInsideOutVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/webdav/tests/testPUT_factory.py", line 16, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testNoVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/webdav/tests/testPUT_factory.py", line 16, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testSimpleVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/webdav/tests/testPUT_factory.py", line 16, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testSubfolderInsideOutVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/webdav/tests/testPUT_factory.py", line 16, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test testSubfolderVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/webdav/tests/testPUT_factory.py", line 16, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable

The following test left new threads behind:
testABOR (zope.server.ftp.tests.test_ftpserver.Tests)
New thread(s): [<_DummyThread(Dummy-36, started daemon)>]
  Ran 5412 tests with 0 failures and 94 errors in 207.820 seconds.
Running OFS.tests.testCopySupportEvents.EventLayer tests:
  Set up OFS.tests.testCopySupportEvents.EventLayer in 0.560 seconds.


Error in test test_1_Clone (OFS.tests.testCopySupportEvents.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 98, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_2_CopyPaste (OFS.tests.testCopySupportEvents.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 98, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_3_CutPaste (OFS.tests.testCopySupportEvents.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 98, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_4_Rename (OFS.tests.testCopySupportEvents.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 98, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_5_COPY (OFS.tests.testCopySupportEvents.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 98, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_6_MOVE (OFS.tests.testCopySupportEvents.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 98, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_7_DELETE (OFS.tests.testCopySupportEvents.TestCopySupport)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 98, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_1_Clone (OFS.tests.testCopySupportEvents.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 198, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_2_CopyPaste (OFS.tests.testCopySupportEvents.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 198, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_3_CutPaste (OFS.tests.testCopySupportEvents.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 198, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_4_Rename (OFS.tests.testCopySupportEvents.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 198, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_5_COPY (OFS.tests.testCopySupportEvents.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 198, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_6_MOVE (OFS.tests.testCopySupportEvents.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 198, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable



Error in test test_7_DELETE (OFS.tests.testCopySupportEvents.TestCopySupportSublocation)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 198, in setUp
    EventTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/OFS/tests/testCopySupportEvents.py", line 78, in setUp
    self.app = makerequest(Zope2.app())
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable

  Ran 14 tests with 0 failures and 14 errors in 0.006 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Tear down OFS.tests.testCopySupportEvents.EventLayer in 0.006 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite
Traceback (most recent call last):
  File "test.py", line 117, in ?
    sys.exit(testrunner.run(defaults))
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 320, in run
    failed = not run_with_options(options)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 485, in run_with_options
    setup_layers, failures, errors)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 663, in run_layer
    setup_layer(layer, setup_layers)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/zope/testing/testrunner.py", line 756, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/layer.py", line 28, in setUp
    func(*args, **kw)
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Testing/ZopeTestCase/ZopeLite.py", line 142, in _startup
    _theApp = Zope2.app()
  File "/home/stefan/autotest/temp/python24-zope211/lib/python/Zope2/__init__.py", line 52, in app
    return bobo_application(*args, **kw)
TypeError: 'NoneType' object is not callable

UNKNOWN


More information about the Zope-tests mailing list