[Testbot] Plone 4.3 - Python 2.6 - Build # 792 - Failure!

jenkins at plone.org jenkins at plone.org
Fri Sep 18 17:50:40 UTC 2015


Plone 4.3 - Python 2.6 - Build # 792 - Failure:

Check console output at http://jenkins.plone.org/job/plone-4.3-python-2.6/792/ to view the results.

Changes:

[Jens W. Klein] [fc] Repository: Products.TinyMCE

[Jens W. Klein] merged PR

[Jens W. Klein] merged PR







Test Results:

3 tests failed.
FAILED:  archetypes.querywidget.tests.test_multi_select_widget.BrowserLayerTest.test_sorted_values

Error Message:
'integer'

Stack Trace:
'integer'

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/archetypes.querywidget-1.1.2-py2.6.egg/archetypes/querywidget/tests/test_multi_select_widget.py", line 23, in test_sorted_values
    string_values = view.getValues(index='string')
  File "/home/jenkins/.buildout/eggs/archetypes.querywidget-1.1.2-py2.6.egg/archetypes/querywidget/views.py", line 76, in getValues
    config = self.getConfig()
  File "/home/jenkins/.buildout/eggs/archetypes.querywidget-1.1.2-py2.6.egg/archetypes/querywidget/views.py", line 50, in getConfig
    config = registryreader()
  File "/home/jenkins/workspace/plone-4.3-python-2.6/src/plone.app.querystring/plone/app/querystring/registryreader.py", line 124, in __call__
    indexes = self.mapSortableIndexes(indexes)
  File "/home/jenkins/workspace/plone-4.3-python-2.6/src/plone.app.querystring/plone/app/querystring/registryreader.py", line 113, in mapSortableIndexes
    not IZCTextIndex.providedBy(catalog.getIndex(key)):
  File "/home/jenkins/.buildout/eggs/Products.ZCatalog-2.13.27-py2.6.egg/Products/ZCatalog/Catalog.py", line 278, in getIndex
    return self.indexes[name].__of__(self)


FAILED:  archetypes.querywidget.tests.test_select_widget.BrowserLayerTest.test_sorted_values

Error Message:
'integer'

Stack Trace:
'integer'

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/archetypes.querywidget-1.1.2-py2.6.egg/archetypes/querywidget/tests/test_select_widget.py", line 23, in test_sorted_values
    string_values = view.getValues(index='string')
  File "/home/jenkins/.buildout/eggs/archetypes.querywidget-1.1.2-py2.6.egg/archetypes/querywidget/views.py", line 92, in getValues
    config = self.getConfig()
  File "/home/jenkins/.buildout/eggs/archetypes.querywidget-1.1.2-py2.6.egg/archetypes/querywidget/views.py", line 50, in getConfig
    config = registryreader()
  File "/home/jenkins/workspace/plone-4.3-python-2.6/src/plone.app.querystring/plone/app/querystring/registryreader.py", line 124, in __call__
    indexes = self.mapSortableIndexes(indexes)
  File "/home/jenkins/workspace/plone-4.3-python-2.6/src/plone.app.querystring/plone/app/querystring/registryreader.py", line 113, in mapSortableIndexes
    not IZCTextIndex.providedBy(catalog.getIndex(key)):
  File "/home/jenkins/.buildout/eggs/Products.ZCatalog-2.13.27-py2.6.egg/Products/ZCatalog/Catalog.py", line 278, in getIndex
    return self.indexes[name].__of__(self)


FAILED:  archetypes.querywidget.tests.integration.rst

Error Message:
Failed doctest test for integration.rst

Stack Trace:
Failed doctest test for integration.rst
  File "/home/jenkins/.buildout/eggs/archetypes.querywidget-1.1.2-py2.6.egg/archetypes/querywidget/tests/integration.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/archetypes.querywidget-1.1.2-py2.6.egg/archetypes/querywidget/tests/integration.rst", line 26, in integration.rst
Failed example:
    browser.open(portal.collection.absolute_url()+'/edit')
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.6/doctest.py", line 1253, in __run
        compileflags, 1) in test.globs
      File "<doctest integration.rst[9]>", line 1, in <module>
        browser.open(portal.collection.absolute_url()+'/edit')
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
        self.mech_browser.open(url, data)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 193, in open
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 344, in _open
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
      File "/home/jenkins/.buildout/eggs/plone.testing-4.0.15-py2.6.egg/plone/testing/_z2_testbrowser.py", line 66, in http_open
        return self.do_open(connectionFactory, req)
      File "/usr/lib/python2.6/urllib2.py", line 1153, in do_open
        h.request(req.get_method(), req.get_selector(), req.data, headers)
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/testing.py", line 76, in request
        self.response = self.caller(request_string, handle_errors)
      File "/home/jenkins/.buildout/eggs/plone.testing-4.0.15-py2.6.egg/plone/testing/_z2_testbrowser.py", line 124, in wrapped_func
        return func(*args, **kw)
      File "/home/jenkins/.buildout/eggs/plone.testing-4.0.15-py2.6.egg/plone/testing/_z2_testbrowser.py", line 220, in __call__
        debug=not handle_errors,
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.6.egg/ZPublisher/Test.py", line 202, in publish_module
        response = publish(request, module_name, after_list, debug=debug)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.6.egg/ZPublisher/Publish.py", line 138, in publish
        request, bind=1)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.6.egg/ZPublisher/mapply.py", line 77, in mapply
        if debug is not None: return debug(object,args,context)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.6.egg/ZPublisher/Publish.py", line 48, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/jenkins/.buildout/eggs/Products.CMFFormController-3.0.5-py2.6.egg/Products/CMFFormController/FSControllerPageTemplate.py", line 91, in __call__
        return self._call(FSControllerPageTemplate.inheritedAttribute('__call__'), *args, **kwargs)
      File "/home/jenkins/.buildout/eggs/Products.CMFFormController-3.0.5-py2.6.egg/Products/CMFFormController/BaseControllerPageTemplate.py", line 32, in _call
        return inherited_call(self, *args, **kwargs)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__
        return self._bindAndExec(args, kw, None)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.6.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec
        return self._exec(bound_data, args, kw)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.2.9-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 237, in _exec
        result = self.pt_render(extra_context=bound_names)
      File "/home/jenkins/.buildout/eggs/Products.CMFCore-2.2.9-py2.6.egg/Products/CMFCore/FSPageTemplate.py", line 177, in pt_render
        self, source, extra_context
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.6.egg/Products/PageTemplates/PageTemplate.py", line 87, in pt_render
        showtal=showtal)
      File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
        strictinsert=0, sourceAnnotations=sourceAnnotations
       - Warning: Macro expansion failed
       - Warning: <class 'ZODB.POSException.ConnectionStateError'>: Shouldn't load state for 0x220eb51f11a69222 when the connection is closed
      File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 240, in __call__
        interpreter()
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
        self.interpret(self.program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
        self.interpret(slot)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 858, in do_defineMacro
        self.interpret(macro)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 852, in do_condition
        self.interpret(block)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
        self.interpret(block)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 852, in do_condition
        self.interpret(block)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 821, in do_loop_tal
        self.interpret(block)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 522, in do_optTag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 821, in do_loop_tal
        self.interpret(block)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
        self.interpret(macro)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 852, in do_condition
        self.interpret(block)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
        self.do_optTag(stuff)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
        return self.no_tag(start, program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
        self.interpret(program)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 852, in do_condition
        self.interpret(block)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
        self.interpret(slot)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
        handlers[opcode](self, args)
      File "/home/jenkins/.buildout/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
        self.engine.setLocal(name, self.engine.evaluateValue(expr))
      File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
        return expression(self)
       - file:/home/jenkins/.buildout/eggs/archetypes.querywidget-1.1.2-py2.6.egg/archetypes/querywidget/skins/querywidget/querywidget.pt
       - Line 26, Column 20
       - Expression: <PathExpr standard:u'widget/getConfig'>
       - Names:
          {'container': <PloneSite at /plone>,
           'context': <plone.app.collection.collection.Collection object at 0xa2c2320>,
           'default': <object object at 0x7f289ea9a210>,
           'here': <plone.app.collection.collection.Collection object at 0xa2c2320>,
           'loop': {u'field': <Products.PageTemplates.Expressions.PathIterator object at 0xa1fc250>,
                    u'fieldset': <Products.PageTemplates.Expressions.PathIterator object at 0x9c42c90>},
           'nothing': None,
           'options': {'args': (),
                       'state': <Products.CMFFormController.ControllerState.ControllerState object at 0x98b9550>},
           'repeat': <Products.PageTemplates.Expressions.SafeMapping object at 0x9c5bcb0>,
           'request': <HTTPRequest, URL=None>,
           'root': <Application at >,
           'template': <FSControllerPageTemplate at /plone/atct_edit>,
           'traverse_subpath': [],
           'user': <PloneUser 'admin'>}
      File "/home/jenkins/.buildout/eggs/zope.tales-3.5.3-py2.6.egg/zope/tales/expressions.py", line 217, in __call__
        return self._eval(econtext)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.6.egg/Products/PageTemplates/Expressions.py", line 155, in _eval
        return render(ob, econtext.vars)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.6.egg/Products/PageTemplates/Expressions.py", line 117, in render
        ob = ob()
      File "/home/jenkins/.buildout/eggs/archetypes.querywidget-1.1.2-py2.6.egg/archetypes/querywidget/widget.py", line 41, in getConfig
        config = registryreader()
      File "/home/jenkins/workspace/plone-4.3-python-2.6/src/plone.app.querystring/plone/app/querystring/registryreader.py", line 124, in __call__
        indexes = self.mapSortableIndexes(indexes)
      File "/home/jenkins/workspace/plone-4.3-python-2.6/src/plone.app.querystring/plone/app/querystring/registryreader.py", line 113, in mapSortableIndexes
        not IZCTextIndex.providedBy(catalog.getIndex(key)):
      File "/home/jenkins/.buildout/eggs/Products.ZCatalog-2.13.27-py2.6.egg/Products/ZCatalog/Catalog.py", line 278, in getIndex
        return self.indexes[name].__of__(self)
    KeyError: 'integer'


  File "/usr/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/usr/lib/python2.6/doctest.py", line 2163, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))





More information about the Testbot mailing list