[Testbot] FAILED (errors=23) : Plone-3.0 Zope-2.10 Python-2.4.5

plone.* Tests plone-tests at epy.co.at
Sun Dec 14 05:30:33 UTC 2008


plone.* Tests : FAILED (errors=23)
Plone-3.0 Zope-2.10 Python-2.4.5

Running /usr/local/python2.4/bin/python ./bin/instance test -q --package plone --module !plone.recipe
Running unit tests:
  Ran 307 tests with 0 failures and 0 errors in 5.986 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 3.834 seconds.
  Ran 36 tests with 0 failures and 0 errors in 0.213 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 7.485 seconds.


Error in test testBottomLevelStopsAtFolder (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 257, in testBottomLevelStopsAtFolder
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testCreateNavTree (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 97, in testCreateNavTree
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testCreateNavTreeCurrentItem (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 105, in testCreateNavTreeCurrentItem
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testCreateNavTreeWithLink (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 189, in testCreateNavTreeWithLink
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testCustomQuery (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 327, in testCustomQuery
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testNavTreeExcludesDefaultPage (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 169, in testNavTreeExcludesDefaultPage
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testNavTreeExcludesItemsInIdsNotToList (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 144, in testNavTreeExcludesItemsInIdsNotToList
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testNavTreeExcludesItemsWithExcludeProperty (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 115, in testNavTreeExcludesItemsWithExcludeProperty
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testNavTreeMarksParentMetaTypesNotToQuery (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 179, in testNavTreeMarksParentMetaTypesNotToQuery
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testNoRootSet (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 264, in testNoRootSet
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testNonStructuralFolderHidesChildren (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 204, in testNonStructuralFolderHidesChildren
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testPrunedRootNodeShowsAllParents (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 379, in testPrunedRootNodeShowsAllParents
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testRootIsCurrentWithFolderishDefaultPage (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 312, in testRootIsCurrentWithFolderishDefaultPage
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testRootIsNotPortal (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 276, in testRootIsNotPortal
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testRootIsPortal (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 270, in testRootIsPortal
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testShowAllParentsOverridesBottomLevel (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 246, in testShowAllParentsOverridesBottomLevel
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testShowAllParentsOverridesNavTreeExcludesItemsInIdsNotToList (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 156, in testShowAllParentsOverridesNavTreeExcludesItemsInIdsNotToList
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testShowAllParentsOverridesNavTreeExcludesItemsWithExcludeProperty (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 129, in testShowAllParentsOverridesNavTreeExcludesItemsWithExcludeProperty
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testStateFiltering (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 348, in testStateFiltering
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testTopLevel (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 211, in testTopLevel
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testTopLevelWithContextAboveLevel (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 217, in testTopLevelWithContextAboveLevel
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument



Error in test testTopLevelWithPortalFactory (plone.app.portlets.tests.test_navigation_portlet.TestRenderer)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 242, in testTopLevelWithPortalFactory
    tree = view.getNavTree()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.memoize/plone/memoize/instance.py", line 45, in memogetter
    val=func(*args, **kwargs)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.portlets/plone/app/portlets/portlets/navigation.py", line 204, in getNavTree
    return buildFolderTree(context, obj=context, query=queryBuilder(), strategy=strategy)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.layout/plone/app/layout/navigation/navtree.py", line 177, in buildFolderTree
    results = portal_catalog.searchResults(query)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/CMFPlone/CatalogTool.py", line 421, in searchResults
    return ZCatalog.searchResults(self, REQUEST, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
    return self._catalog.searchResults(REQUEST, used, **kw)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 735, in searchResults
    return self.search(args, sort_index, reverse, sort_limit, _merge)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Products/ZCatalog/Catalog.py", line 476, in search
    r = _apply_index(request)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 349, in _apply_index
    rows = self.search(k,level, depth, navtree, navtree_start)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/products/ExtendedPathIndex/ExtendedPathIndex.py", line 255, in search
    result = multiunion(result)
TypeError: invalid argument

  Ran 701 tests with 0 failures and 22 errors in 197.425 seconds.
Running plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer tests:
  Set up plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.034 seconds.


Error in test test_update_of_nav_portlet (plone.app.kss.tests.test_part_reloading.TestPortletReloading)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone30/src/plone.app.kss/plone/app/kss/tests/test_part_reloading.py", line 59, in test_update_of_nav_portlet
    command = result[0]
IndexError: list index out of range

  Ran 13 tests with 0 failures and 1 errors in 2.986 seconds.
Running plone.app.linkintegrity.tests.layer.PloneLinkintegrity tests:
  Tear down plone.app.kss.tests.kss_and_plone_layer.KSSAndPloneLayer in 0.000 seconds.
  Set up plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 5.395 seconds.
  Ran 115 tests with 0 failures and 0 errors in 58.352 seconds.
Running plone.app.viewletmanager.tests.test_exportimport.Layer tests:
  Tear down plone.app.linkintegrity.tests.layer.PloneLinkintegrity in 0.217 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.816 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.016 seconds.
  Set up plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Ran 15 tests with 0 failures and 0 errors in 0.113 seconds.
Running plone.theme.tests.test_doctest.PloneThemeLayer tests:
  Tear down plone.app.viewletmanager.tests.test_exportimport.Layer in 0.000 seconds.
  Set up Products.PloneTestCase.layer.ZCML in 3.103 seconds.
  Set up Products.PloneTestCase.layer.PloneSite in 7.501 seconds.
  Set up plone.theme.tests.test_doctest.PloneThemeLayer in 0.244 seconds.
  Ran 5 tests with 0 failures and 0 errors in 0.162 seconds.
Tearing down left over layers:
  Tear down plone.theme.tests.test_doctest.PloneThemeLayer in 0.000 seconds.
  Tear down Products.PloneTestCase.layer.PloneSite in 0.805 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.010 seconds.
Total: 1192 tests, 0 failures, 23 errors

FAILED (errors=23)




More information about the Testbot mailing list