[Zope-tests] FAILED (failures=1, errors=60) : Zope-trunk-alltests Python-2.6.4 : Linux

Zope Tests zope-tests at epy.co.at
Sun Apr 4 21:39:21 EDT 2010


Zope Tests : FAILED (failures=1, errors=60)
Zope-trunk-alltests Python-2.6.4 : Linux (x86_64)

Running /usr/local/python2.6/bin/python ./bin/alltests --all
/home/stefan/autotest/temp/python26-zope213all/eggs/Acquisition-2.13.2-py2.6-linux-x86_64.egg/Acquisition/tests.py:2439: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from zope.testing.doctest import DocTestSuite, DocFileSuite
/home/stefan/autotest/temp/python26-zope213all/eggs/RestrictedPython-3.5.1-py2.6.egg/RestrictedPython/tests/testREADME.py:17: DeprecationWarning: zope.testing.doctestunit is deprecated in favour of the Python standard library doctest module
  from zope.testing.doctestunit import DocFileSuite
Running OFS.tests.testCopySupportEvents.EventLayer tests:
  Set up OFS.tests.testCopySupportEvents.EventLayer in 0.060 seconds.
  Ran 14 tests with 0 failures and 0 errors in 0.046 seconds.
Running OFS.tests.testCopySupportHooks.HookLayer tests:
  Tear down OFS.tests.testCopySupportEvents.EventLayer in 0.000 seconds.
  Set up OFS.tests.testCopySupportHooks.HookLayer in 0.059 seconds.
  Ran 14 tests with 0 failures and 0 errors in 0.045 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Tear down OFS.tests.testCopySupportHooks.HookLayer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope213all/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/config.py:686: UserWarning: The set_schema option of the <require /> directive is not supported in Zope 2. Ignored for AccessControl.tests.testZCML.Dummy3
  actions = self.handler(context, **args)
/home/stefan/autotest/temp/python26-zope213all/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/config.py:686: UserWarning: The set_attribute option of the <require /> directive is not supported in Zope 2. Ignored for AccessControl.tests.testZCML.Dummy4
  actions = self.handler(context, **args)
  Ran 244 tests with 0 failures and 0 errors in 3.711 seconds.
Running Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer tests:
  Set up Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer in 0.093 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.173 seconds.
Running Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer tests:
  Tear down Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer in 0.001 seconds.
  Set up Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.001 seconds.
  Ran 18 tests with 0 failures and 0 errors in 0.030 seconds.
Running Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer tests:
  Tear down Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.001 seconds.
  Set up Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.001 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.006 seconds.
Running zope.component.tests.ConditionalSecurity tests:
  Tear down Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.001 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.component.tests.ConditionalSecurity in 0.006 seconds.
  Ran 48 tests with 0 failures and 0 errors in 0.167 seconds.
Running zope.site.tests.test_site.Layer tests:
  Tear down zope.component.tests.ConditionalSecurity in 0.007 seconds.
  Set up zope.site.tests.test_site.Layer in 0.000 seconds.
  Ran 39 tests with 0 failures and 0 errors in 0.027 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down zope.site.tests.test_site.Layer in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.


Error in test test_install_browser_id_manager (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_cp_and_products (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_errorlog (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_inituser (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_products (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 204, in test_install_products
    i.install_products()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/Application.py", line 492, in install_products
    return install_products(app)
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/Application.py", line 512, in install_products
    products = get_products()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/Application.py", line 540, in get_products
    for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_products (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_required_roles (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_session_data_manager (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_standards (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 210, in test_install_standards
    i.install_products() # required
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/Application.py", line 492, in install_products
    return install_products(app)
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/Application.py", line 512, in install_products
    products = get_products()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/Application.py", line 540, in get_products
    for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_standards (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_tempfolder_and_sdc (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_tempfolder_and_sdc_status (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_tempfolder_and_sdc_unlimited_sessions (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_virtual_hosting (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testAppInitializer.py", line 79, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_empty_dir_on_products_path_is_not_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 129, in test_empty_dir_on_products_path_is_not_product
    self.configure(cfg)
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 103, in configure
    handleConfig(conf, handler)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 204, in handleConfig
    return multihandler(handlers)
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
    f(value)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 167, in root_handler
    for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_empty_dir_on_products_path_is_not_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 89, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_file_on_products_path_is_not_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 141, in test_file_on_products_path_is_not_product
    self.configure(cfg)
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 103, in configure
    handleConfig(conf, handler)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 204, in handleConfig
    return multihandler(handlers)
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
    f(value)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 167, in root_handler
    for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_file_on_products_path_is_not_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 89, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_get_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 120, in test_get_products
    self.configure(cfg)
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 103, in configure
    handleConfig(conf, handler)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 204, in handleConfig
    return multihandler(handlers)
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
    f(value)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 167, in root_handler
    for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_get_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 89, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_import_product_throws (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 171, in test_import_product_throws
    self.configure(cfg)
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 103, in configure
    handleConfig(conf, handler)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 204, in handleConfig
    return multihandler(handlers)
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
    f(value)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 167, in root_handler
    for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_import_product_throws (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 89, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_import_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 160, in test_import_products
    self.configure(cfg)
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 103, in configure
    handleConfig(conf, handler)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 204, in handleConfig
    return multihandler(handlers)
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
    f(value)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 167, in root_handler
    for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_import_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 89, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 191, in test_install_product
    self.configure(cfg)
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 103, in configure
    handleConfig(conf, handler)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 204, in handleConfig
    return multihandler(handlers)
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
    f(value)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 167, in root_handler
    for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 89, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 221, in test_install_products
    self.configure(cfg)
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 103, in configure
    handleConfig(conf, handler)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 204, in handleConfig
    return multihandler(handlers)
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
    f(value)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 167, in root_handler
    for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_install_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 89, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_multiple_product_paths (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 151, in test_multiple_product_paths
    self.configure(cfg)
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 103, in configure
    handleConfig(conf, handler)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 204, in handleConfig
    return multihandler(handlers)
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
    f(value)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 167, in root_handler
    for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_multiple_product_paths (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testProductInit.py", line 89, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'

/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testRanges.py:182: DeprecationWarning: the multifile module has been deprecated since Python 2.5
  from multifile import MultiFile


Error in test testGetMountPoint (Products.ZODBMountPoint.tests.testMountPoint.MountingTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 106, in setUp
    install_products(app, 'ZCatalog', 'PluginIndexes', 'OFSP')
  File "/home/stefan/autotest/temp/python26-zope213all/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 239, in install_products
    products = get_products()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/Application.py", line 540, in get_products
    for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test testRead (Products.ZODBMountPoint.tests.testMountPoint.MountingTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 106, in setUp
    install_products(app, 'ZCatalog', 'PluginIndexes', 'OFSP')
  File "/home/stefan/autotest/temp/python26-zope213all/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 239, in install_products
    products = get_products()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/Application.py", line 540, in get_products
    for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test testWrite (Products.ZODBMountPoint.tests.testMountPoint.MountingTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 106, in setUp
    install_products(app, 'ZCatalog', 'PluginIndexes', 'OFSP')
  File "/home/stefan/autotest/temp/python26-zope213all/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 239, in install_products
    products = get_products()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/Application.py", line 540, in get_products
    for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_close (Products.ZODBMountPoint.tests.testMountPoint.MountingTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 106, in setUp
    install_products(app, 'ZCatalog', 'PluginIndexes', 'OFSP')
  File "/home/stefan/autotest/temp/python26-zope213all/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 239, in install_products
    products = get_products()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/Application.py", line 540, in get_products
    for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_manage_getMountStatus (Products.ZODBMountPoint.tests.testMountPoint.MountingTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 106, in setUp
    install_products(app, 'ZCatalog', 'PluginIndexes', 'OFSP')
  File "/home/stefan/autotest/temp/python26-zope213all/src/Products/ZODBMountPoint/tests/testMountPoint.py", line 239, in install_products
    products = get_products()
  File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/Application.py", line 540, in get_products
    for product_dir in Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test testConfigureInterpreter (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test testDropPrivileges (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test testMakeLockFile (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test testMakePidFile (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test testSetupConfiguredLoggers (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test testSetupLocale (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test testSetupServers (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test testSetupStartupHandler (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test testSetupZServerThreads (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test testZopeRunConfigure (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/testStarter.py", line 386, in testZopeRunConfigure
    configure(fname)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/run.py", line 31, in configure
    opts = _setconfig(configfile)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/run.py", line 50, in _setconfig
    handlers.handleConfig(opts.configroot, opts.confighandlers)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 204, in handleConfig
    return multihandler(handlers)
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
    f(value)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 167, in root_handler
    for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test testZopeRunConfigure (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/testStarter.py", line 69, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_access_and_trace_logs (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_cgi_environment (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_dns_resolver (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_environment (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_load_config_template (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_ms_author_via (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_schema.py", line 118, in test_ms_author_via
    handleConfig(None, handler)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 204, in handleConfig
    return multihandler(handlers)
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
    f(value)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 167, in root_handler
    for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_ms_author_via (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_ms_public_header (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_schema.py", line 140, in test_ms_public_header
    handleConfig(None, handler)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 204, in handleConfig
    return multihandler(handlers)
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZConfig-2.7.1-py2.6.egg/ZConfig/loader.py", line 308, in __call__
    f(value)
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/handlers.py", line 167, in root_handler
    for d in config.products + Products.__path__:
AttributeError: 'module' object has no attribute '__path__'



Error in test test_ms_public_header (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_path (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_zodb_db (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_schema.py", line 49, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_behavior (Zope2.Startup.tests.test_warnfilter.TestWarnFilter)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_warnfilter.py", line 56, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_warn_action (Zope2.Startup.tests.test_warnfilter.TestWarnFilter)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_warnfilter.py", line 56, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'



Error in test test_warn_category (Zope2.Startup.tests.test_warnfilter.TestWarnFilter)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 289, in run
    self.tearDown()
  File "/home/stefan/autotest/temp/python26-zope213all/src/Zope2/Startup/tests/test_warnfilter.py", line 56, in tearDown
    Products.__path__ = [d for d in Products.__path__
AttributeError: 'module' object has no attribute '__path__'

/home/stefan/autotest/temp/python26-zope213all/src/zExceptions/tests/test___init__.py:26: DeprecationWarning: String exceptions are deprecated starting with Python 2.5 and will be removed in a future release
  return upgradeException(t, v)
2010-04-05 03:29:41 ERROR ZODB.ConflictResolution Unexpected error
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZODB3-3.9.4-py2.6-linux-x86_64.egg/ZODB/ConflictResolution.py", line 207, in tryToResolveConflict
    resolved = resolve(old, committed, newstate)
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZODB3-3.9.4-py2.6-linux-x86_64.egg/ZODB/tests/ConflictResolution.py", line 50, in _p_resolveConflict
    raise AttributeError("no attribute (testing conflict resolution)")
AttributeError: no attribute (testing conflict resolution)
2010-04-05 03:29:41 ERROR ZODB.ConflictResolution Unexpected error
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/ZODB3-3.9.4-py2.6-linux-x86_64.egg/ZODB/ConflictResolution.py", line 207, in tryToResolveConflict
    resolved = resolve(old, committed, newstate)
TypeError: _p_resolveConflict() takes exactly 3 arguments (4 given)
2010-04-05 03:29:53 WARNING ZODB.FileStorage Failed to load database index: <type 'exceptions.AttributeError'>: 'module' object has no attribute '__n'
2010-04-05 03:29:53 WARNING ZODB.FileStorage Failed to load database index: <type 'exceptions.EOFError'>: 


Failure in test /home/stefan/autotest/temp/python26-zope213all/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/tests/../exclude.txt
Failed doctest test for exclude.txt
  File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/tests/../exclude.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/tests/../exclude.txt", line 26, in exclude.txt
Failed example:
    _ = xmlconfig.string('<include package="zope.configuration.tests.excludedemo" />')
Expected:
    include /zope.configurationtests/excludedemo/configure.zcml
    include /zope.configurationtests/excludedemo/sub/configure.zcml
    include /zope.configurationtests/excludedemo/spam.zcml
Got nothing
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/tests/../exclude.txt", line 34, in exclude.txt
Failed example:
    _ = xmlconfig.string('<include package="zope.configuration.tests.excludedemo" />')
Expected:
    include /zope.configurationtests/excludedemo/configure.zcml
    include /zope.configurationtests/excludedemo/sub/configure.zcml
    include /zope.configurationtests/excludedemo/spam.zcml
Got nothing
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.configuration-3.7.1-py2.6.egg/zope/configuration/tests/../exclude.txt", line 42, in exclude.txt
Failed example:
    _ = xmlconfig.string(
    '''
    <configure  xmlns="http://namespaces.zope.org/zope">
      <exclude package="zope.configuration.tests.excludedemo.sub" />
      <exclude package="zope.configuration.tests.excludedemo" file="spam.zcml" />
      <include package="zope.configuration.tests.excludedemo" />
    </configure>
    ''')
Expected:
    include /zope.configurationtests/excludedemo/configure.zcml
Got nothing

2010-04-05 03:30:04 ERROR root PageTemplateFile: Error in template /tmp/tmpSWljNt: Compilation failed
<class 'HTMLParser.HTMLParseError'>: unexpected char u'S' in internal subset, at line 1, column 18
2010-04-05 03:30:04 ERROR root PageTemplateFile: Error in template /tmp/tmpSWljNt: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
2010-04-05 03:30:04 ERROR root PageTemplateFile: Error in template /tmp/tmpSWljNt: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
2010-04-05 03:30:04 ERROR root PageTemplateFile: Error in template /tmp/tmpSWljNt: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
2010-04-05 03:30:04 ERROR root PageTemplateFile: Error in template /tmp/tmpSWljNt: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
2010-04-05 03:30:04 ERROR root PageTemplateFile: Error in template /tmp/tmpSWljNt: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
2010-04-05 03:30:04 ERROR root PageTemplateFile: Error in template /tmp/tmpSWljNt: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
2010-04-05 03:30:04 ERROR root PageTemplateFile: Error in template /tmp/tmpSWljNt: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
2010-04-05 03:30:04 ERROR root PageTemplateFile: Error in template /tmp/tmpSWljNt: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
2010-04-05 03:30:05 WARNING eventlog Illegal key value: ldap/OU
2010-04-05 03:30:05 WARNING eventlog Illegal key value: ldap/OU
  Ran 5530 tests with 1 failures and 60 errors in 1 minutes 39.010 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 5925 tests, 1 failures, 60 errors in 1 minutes 44.829 seconds.

FAILED (failures=1, errors=60)


More information about the Zope-tests mailing list