[Testbot] Plone 5.0 - Python 2.7 - Build # 2306 - Still Failing!

jenkins at plone.org jenkins at plone.org
Mon Sep 7 07:54:37 UTC 2015


Plone 5.0 - Python 2.7 - Build # 2306 - Still Failing:

Check console output at http://jenkins.plone.org/job/plone-5.0-python-2.7/2306/ to view the results.

Changes:

[Eric Steele] [fc] Repository: plone.app.upgrade







Test Results:

1 tests failed.
FAILED:  plone.app.vocabularies.editors.AvailableEditorsVocabulary

Error Message:
Failed doctest test for plone.app.vocabularies.editors.AvailableEditorsVocabulary

Stack Trace:
Failed doctest test for plone.app.vocabularies.editors.AvailableEditorsVocabulary
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 3/src/plone.app.vocabularies/plone/app/vocabularies/editors.py", line 16, in AvailableEditorsVocabulary

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7 at 3/src/plone.app.vocabularies/plone/app/vocabularies/editors.py", line 35, in plone.app.vocabularies.editors.AvailableEditorsVocabulary
Failed example:
    editors = util(context)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.vocabularies.editors.AvailableEditorsVocabulary[13]>", line 1, in <module>
        editors = util(context)
      File "/home/jenkins/workspace/plone-5.0-python-2.7 at 3/src/plone.app.vocabularies/plone/app/vocabularies/editors.py", line 50, in __call__
        registry = getUtility(IRegistry)
      File "/home/jenkins/.buildout/eggs/zope.component-3.9.5-py2.7.egg/zope/component/_api.py", line 169, in getUtility
        raise ComponentLookupError(interface, name)
    ComponentLookupError: (<InterfaceClass plone.registry.interfaces.IRegistry>, '')
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7 at 3/src/plone.app.vocabularies/plone/app/vocabularies/editors.py", line 36, in plone.app.vocabularies.editors.AvailableEditorsVocabulary
Failed example:
    editors
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.vocabularies.editors.AvailableEditorsVocabulary[14]>", line 1, in <module>
        editors
    NameError: name 'editors' is not defined
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7 at 3/src/plone.app.vocabularies/plone/app/vocabularies/editors.py", line 39, in plone.app.vocabularies.editors.AvailableEditorsVocabulary
Failed example:
    len(editors.by_token)
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.vocabularies.editors.AvailableEditorsVocabulary[15]>", line 1, in <module>
        len(editors.by_token)
    NameError: name 'editors' is not defined
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7 at 3/src/plone.app.vocabularies/plone/app/vocabularies/editors.py", line 42, in plone.app.vocabularies.editors.AvailableEditorsVocabulary
Failed example:
    TinyMCE = editors.by_token['TinyMCE']
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.vocabularies.editors.AvailableEditorsVocabulary[16]>", line 1, in <module>
        TinyMCE = editors.by_token['TinyMCE']
    NameError: name 'editors' is not defined
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7 at 3/src/plone.app.vocabularies/plone/app/vocabularies/editors.py", line 43, in plone.app.vocabularies.editors.AvailableEditorsVocabulary
Failed example:
    TinyMCE.title, TinyMCE.token, TinyMCE.value
Exception raised:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest plone.app.vocabularies.editors.AvailableEditorsVocabulary[17]>", line 1, in <module>
        TinyMCE.title, TinyMCE.token, TinyMCE.value
    NameError: name 'TinyMCE' is not defined


  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/usr/lib/python2.7/doctest.py", line 2226, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))





More information about the Testbot mailing list