[Testbot] UNKNOWN : Plone-2.1 Zope-2.7 Python-2.3.6

CMFPlone Tests plone-tests at epy.co.at
Wed Jan 2 03:41:46 UTC 2008


CMFPlone Tests : UNKNOWN
Plone-2.1 Zope-2.7 Python-2.3.6

Running /usr/local/python2.3/bin/python /home/stefan/autotest/temp/python23-zope27/test.py --config-file etc/zope.conf --libdir Products --dir Products/CMFPlone
Installing CMFCore ... done (1.023s)
Installing CMFDefault ... done (0.248s)
Installing CMFCalendar ... done (0.040s)
Installing CMFTopic ... done (0.007s)
Installing DCWorkflow ... done (0.109s)
Installing CMFActionIcons ... done (0.018s)
Installing CMFQuickInstallerTool ... done (0.113s)
Installing CMFFormController ... /home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/CMFFormController/__init__.py:25: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF 2.0: CMFFormController
  product_name='CMFFormController', icon='tool.gif',
done (0.145s)
Installing ResourceRegistries ... /home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/ResourceRegistries/__init__.py:20: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF 2.0: ResourceRegistries
  icon = 'tool.gif',
done (0.073s)
Installing GroupUserFolder ... done (0.161s)
Installing ZCTextIndex ... done (0.076s)
Installing ExtendedPathIndex ... NOT FOUND
Installing SecureMailHost ... done (0.734s)
Installing ExternalEditor ... done (0.018s)
Installing CMFPlone ... /home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/CMFPlone/__init__.py:196: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF 2.0: CMFPlone
  , icon='tool.gif'
done (0.786s)
Installing Archetypes ... /home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/Archetypes/__init__.py:12: DeprecationWarning: The module, 'Products.CMFCore.CMFCorePermissions' is a deprecated compatiblity alias for 'Products.CMFCore.permissions';  please use the new module instead.
  from Products.CMFCore import CMFCorePermissions
/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/Archetypes/__init__.py:102: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF 2.0: Archetypes
  icon="tool.gif",
done (1.318s)
/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/MimetypesRegistry/__init__.py:34: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF 2.0: MimetypesRegistry
  icon="tool.gif",
/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/PortalTransforms/__init__.py:35: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF 2.0: PortalTransforms
  icon="tool.gif",
Installing ATContentTypes ... /home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/ATContentTypes/__init__.py:82: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF 2.0: ATContentTypes
  icon='tool.gif', ).initialize(context)
done (1.102s)
Installing ATReferenceBrowserWidget ... done (0.009s)
Adding Plone Site ... Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python23-zope27/test.py", line 932, in ?
    process_args()
  File "/home/stefan/autotest/temp/python23-zope27/test.py", line 922, in process_args
    bad = main(module_filter, test_filter, libdir)
  File "/home/stefan/autotest/temp/python23-zope27/test.py", line 702, in main
    runner(files, test_filter, debug)
  File "/home/stefan/autotest/temp/python23-zope27/test.py", line 596, in runner
    s = get_suite(file, runner.result)
  File "/home/stefan/autotest/temp/python23-zope27/test.py", line 512, in get_suite
    mod = package_import(modname)
  File "/home/stefan/autotest/temp/python23-zope27/test.py", line 486, in package_import
    mod = __import__(modname)
  File "/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/CMFPlone/tests/testActionIconsTool.py", line 10, in ?
    from Products.CMFPlone.tests import PloneTestCase
  File "/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/CMFPlone/tests/PloneTestCase.py", line 183, in ?
    setupPloneSite(app)
  File "/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/CMFPlone/tests/PloneTestCase.py", line 112, in setupPloneSite
    factory.manage_addSite(id, '', create_userfolder=1)
  File "/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/CMFPlone/Portal.py", line 465, in manage_addSite
    p = gen.create(self, id.strip(), create_userfolder)
  File "/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/CMFPlone/Portal.py", line 436, in create
    self.setup(p, create_userfolder)
  File "/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/CMFDefault/Portal.py", line 249, in setup
    self.setupTools(p)
  File "/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/CMFPlone/Portal.py", line 401, in setupTools
    addCMFPloneTool(ToolNames.CatalogTool, None)
  File "/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/CMFCore/utils.py", line 628, in manage_addTool
    obj = tool()
  File "/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/CMFPlone/CatalogTool.py", line 277, in __init__
    self._initIndexes()
  File "/home/stefan/autotest/temp/python23-zope27-cmf15-plone21/Products/CMFCore/CatalogTool.py", line 200, in _initIndexes
    self.addIndex(index_name, index_type, extra=extra)
  File "/home/stefan/autotest/temp/python23-zope27/lib/python/Products/ZCatalog/ZCatalog.py", line 932, in addIndex
    raise ValueError, "Index of type %s not found" % type
ValueError: Index of type ExtendedPathIndex not found




More information about the Testbot mailing list