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

jenkins at plone.org jenkins at plone.org
Mon Sep 7 06:47:18 UTC 2015


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

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

Changes:

[Eric Steele] [fc] Repository: Products.CMFPlone

[Philip Bauer] [fc] Repository: Products.CMFPlone







Test Results:

7 tests failed.
FAILED:  plone.app.portlets.tests.test_classic_portlet.TestRenderer.testRenderClassicPortlet

Error Message:
global_defines

Stack Trace:
global_defines

 - Expression: "here/global_defines/macros/defines"
 - Filename:   ... s-3.0.7-py2.7.egg/plone/app/portlets/portlets/classic.pt
 - Location:   (line 1: col 24)
 - Source:     ... lock use-macro="here/global_defines/macros/defines" />
                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 - Arguments:  

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.portlets-3.0.7-py2.7.egg/plone/app/portlets/tests/test_classic_portlet.py", line 97, in testRenderClassicPortlet
    r.render()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/Products/Five/browser/pagetemplatefile.py", line 125, in __call__
    return self.im_func(im_self, *args, **kw)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/Products/Five/browser/pagetemplatefile.py", line 59, in __call__
    sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
  File "/home/jenkins/.buildout/eggs/zope.pagetemplate-3.6.3-py2.7.egg/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations
  File "/home/jenkins/.buildout/eggs/five.pt-2.2.3-py2.7.egg/five/pt/engine.py", line 93, in __call__
    return self.template.render(**kwargs)
  File "/home/jenkins/.buildout/eggs/z3c.pt-3.0.0a1-py2.7.egg/z3c/pt/pagetemplate.py", line 163, in render
    return base_renderer(**context)
  File "/home/jenkins/.buildout/eggs/Chameleon-2.22-py2.7.egg/chameleon/zpt/template.py", line 258, in render
    return super(PageTemplate, self).render(**vars)
  File "/home/jenkins/.buildout/eggs/Chameleon-2.22-py2.7.egg/chameleon/template.py", line 191, in render
    raise_with_traceback(exc, tb)
  File "/home/jenkins/.buildout/eggs/Chameleon-2.22-py2.7.egg/chameleon/template.py", line 171, in render
    self._render(stream, econtext, rcontext)
  File "a4b4680231909de75742a05583558fba.py", line 87, in render
  File "/home/jenkins/.buildout/eggs/five.pt-2.2.3-py2.7.egg/five/pt/expressions.py", line 154, in __call__
    base = self.traverse(base, request, path_items)
  File "/home/jenkins/.buildout/eggs/five.pt-2.2.3-py2.7.egg/five/pt/expressions.py", line 123, in traverse
    base = traverser(name)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.22-py2.7.egg/OFS/Traversable.py", line 285, in unrestrictedTraverse
    raise e


FAILED:  Products.CMFPlone.tests.testMigrationTool.TestMigrationTool.testDoUpgrades

Error Message:
exposeDCMetaTags

Stack Trace:
exposeDCMetaTags

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/testMigrationTool.py", line 53, in testDoUpgrades
    self.setup.manage_doUpgrades(request=request)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/tool.py", line 908, in manage_doUpgrades
    step.doStep(self)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/upgrade.py", line 160, in doStep
    self.handler(tool)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/v50/alphas.py", line 49, in to50alpha1
    migrate_registry_settings(portal)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/v50/alphas.py", line 89, in migrate_registry_settings
    registry['plone.exposeDCMetaTags'] = site_props.exposeDCMetaTags


FAILED:  plone.app.portlets.tests.test_navigation_portlet.TestRenderer.testStateFiltering

Error Message:
1 != 2

Stack Trace:
1 != 2

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.portlets-3.0.7-py2.7.egg/plone/app/portlets/tests/test_navigation_portlet.py", line 456, in testStateFiltering
    self.assertEqual(len(tree['children']), 2)
  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 521, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 514, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  plone.app.upgrade.tests.test_upgrade.TestUpgrade.testDoUpgrades

Error Message:
exposeDCMetaTags

Stack Trace:
exposeDCMetaTags

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/tests/test_upgrade.py", line 56, in testDoUpgrades
    self.setup.manage_doUpgrades(request=request)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/tool.py", line 908, in manage_doUpgrades
    step.doStep(self)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/upgrade.py", line 160, in doStep
    self.handler(tool)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/v50/alphas.py", line 49, in to50alpha1
    migrate_registry_settings(portal)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/v50/alphas.py", line 89, in migrate_registry_settings
    registry['plone.exposeDCMetaTags'] = site_props.exposeDCMetaTags


FAILED:  plone.app.upgrade.v43.tests.TestMigrations_v4_3alpha1.testAddDisplayPublicationDateInBylineProperty

Error Message:
None != False

Stack Trace:
None != False

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/v43/tests.py", line 28, in testAddDisplayPublicationDateInBylineProperty
    False)
  File "/usr/lib/python2.7/unittest/case.py", line 515, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 508, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  plone.app.upgrade.v50.tests.PASUpgradeTest.test_upgrade_with_email_login

Error Message:
'' != 'lower'

Stack Trace:
'' != 'lower'

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/v50/tests.py", line 50, in test_upgrade_with_email_login
    self.assertEqual(pas.getProperty('login_transform'), 'lower')
  File "/usr/lib/python2.7/unittest/case.py", line 515, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 508, in _baseAssertEqual
    raise self.failureException(msg)


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 2/src/plone.app.vocabularies/plone/app/vocabularies/editors.py", line 16, in AvailableEditorsVocabulary

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/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 2/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 2/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 2/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 2/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 2/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