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

jenkins at plone.org jenkins at plone.org
Sun Sep 20 15:48:23 UTC 2015


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

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

Changes:

[Eric Steele] [fc] Repository: plone.api







Test Results:

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

Error Message:
undefined property 'parentMetaTypesNotToQuery'

Stack Trace:
undefined property 'parentMetaTypesNotToQuery'

  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/v40/betas.py", line 92, in beta3_beta4
    loadMigrationProfile(context, 'profile-plone.app.upgrade.v40:4beta3-4beta4')
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/utils.py", line 134, in loadMigrationProfile
    context.runAllImportStepsFromProfile(profile, purge_old=False)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/tool.py", line 365, in runAllImportStepsFromProfile
    blacklisted_steps=blacklisted_steps)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/tool.py", line 1184, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/tool.py", line 1095, in _doRunImportStep
    return handler(context)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/exportimport/propertiestool.py", line 37, in importPloneProperties
    importer.body = body
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/utils.py", line 509, in _importBody
    self._importNode(dom.documentElement)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/exportimport/propertiestool.py", line 106, in _importNode
    self._initObjects(node)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/exportimport/propertiestool.py", line 149, in _initObjects
    importer.node = child
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/exportimport/propertiestool.py", line 79, in _importNode
    self._initProperties(node)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/utils.py", line 735, in _initProperties
    raise ValueError("undefined property '%s'" % prop_id)


FAILED:  Products.CMFPlone.tests.testNavTree.TestNavigationRoot.testGetNavigationRootPropertyIsFolder

Error Message:
'/plone' != '/plone/Members/test_user_1_'

Stack Trace:
'/plone' != '/plone/Members/test_user_1_'

  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/testNavTree.py", line 489, in testGetNavigationRootPropertyIsFolder
    self.assertEqual(root, folderPath)
  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:  Products.CMFPlone.tests.testNavigationView.TestCatalogBreadCrumbs.testBreadcrumbsStopAtNavigationRoot

Error Message:
'http://nohost/plone/folder1' != 'http://nohost/plone/folder1/doc11'

Stack Trace:
'http://nohost/plone/folder1' != 'http://nohost/plone/folder1/doc11'

  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/testNavigationView.py", line 722, in testBreadcrumbsStopAtNavigationRoot
    self.portal.folder1.doc11.absolute_url())
  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:  Products.CMFPlone.tests.testNavigationView.TestPhysicalBreadCrumbs.testBreadcrumbsStopAtNavigationRoot

Error Message:
'http://nohost/plone/folder1' != 'http://nohost/plone/folder1/doc11'

Stack Trace:
'http://nohost/plone/folder1' != 'http://nohost/plone/folder1/doc11'

  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/testNavigationView.py", line 722, in testBreadcrumbsStopAtNavigationRoot
    self.portal.folder1.doc11.absolute_url())
  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:  Products.CMFPlone.tests.testNavigationView.TestSiteMap.testSitemapWithNavigationRoot

Error Message:
'/plone/folder2' != '/plone/folder2/file21'

Stack Trace:
'/plone/folder2' != '/plone/folder2/file21'

  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/testNavigationView.py", line 462, in testSitemapWithNavigationRoot
    '/plone/folder2/file21')
  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:  Products.CMFPlone.tests.testQueryCatalog.TestQueryCatalog.testNavigationRoot

Error Message:
'/plone/foo' != '/plone'

Stack Trace:
'/plone/foo' != '/plone'

  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/testQueryCatalog.py", line 131, in testNavigationRoot
    qry['path']
  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:  Products.CMFPlone.tests.link_redirect_view.txt

Error Message:
Failed doctest test for link_redirect_view.txt

Stack Trace:
Failed doctest test for link_redirect_view.txt
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/link_redirect_view.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/link_redirect_view.txt", line 24, in link_redirect_view.txt
Failed example:
    browser.url
Expected:
    'http://nohost/plone'
Got:
    'http://nohost/plone/link'
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/link_redirect_view.txt", line 54, in link_redirect_view.txt
Failed example:
    "You see this page because you have permission to edit this link." in browser.contents
Expected:
    True
Got:
    False
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/link_redirect_view.txt", line 91, in link_redirect_view.txt
Failed example:
    anon.url
Expected:
    'http://nohost/plone/news'
Got:
    'http://nohost/plone'
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/link_redirect_view.txt", line 97, in link_redirect_view.txt
Failed example:
    anon.url
Expected:
    'http://nohost/plone/news'
Got:
    'http://nohost/plone/link'


  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()))


FAILED:  plone.app.contentlisting.tests.integration.rst

Error Message:
Failed doctest test for integration.rst

Stack Trace:
Failed doctest test for integration.rst
  File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/tests/integration.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/tests/integration.rst", line 143, in integration.rst
Failed example:
    frontpage.isVisibleInNav()
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 integration.rst[41]>", line 1, in <module>
        frontpage.isVisibleInNav()
      File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/contentlisting.py", line 154, in isVisibleInNav
        if self.id in list(navtree_properties.idsNotToList):
    AttributeError: idsNotToList
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/tests/integration.rst", line 147, in integration.rst
Failed example:
    news.isVisibleInNav()
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 integration.rst[43]>", line 1, in <module>
        news.isVisibleInNav()
      File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/contentlisting.py", line 154, in isVisibleInNav
        if self.id in list(navtree_properties.idsNotToList):
    AttributeError: idsNotToList
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/tests/integration.rst", line 156, in integration.rst
Failed example:
    frontpage.isVisibleInNav()
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 integration.rst[46]>", line 1, in <module>
        frontpage.isVisibleInNav()
      File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/contentlisting.py", line 154, in isVisibleInNav
        if self.id in list(navtree_properties.idsNotToList):
    AttributeError: idsNotToList
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/tests/integration.rst", line 164, in integration.rst
Failed example:
    frontpage.isVisibleInNav()
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 integration.rst[49]>", line 1, in <module>
        frontpage.isVisibleInNav()
      File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/contentlisting.py", line 154, in isVisibleInNav
        if self.id in list(navtree_properties.idsNotToList):
    AttributeError: idsNotToList
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/tests/integration.rst", line 172, in integration.rst
Failed example:
    realfrontpage.isVisibleInNav()
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 integration.rst[52]>", line 1, in <module>
        realfrontpage.isVisibleInNav()
      File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/contentlisting.py", line 154, in isVisibleInNav
        if self.id in list(navtree_properties.idsNotToList):
    AttributeError: idsNotToList
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/tests/integration.rst", line 204, in integration.rst
Failed example:
    frontpage.isVisibleInNav()
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 integration.rst[65]>", line 1, in <module>
        frontpage.isVisibleInNav()
      File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/contentlisting.py", line 154, in isVisibleInNav
        if self.id in list(navtree_properties.idsNotToList):
    AttributeError: idsNotToList
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/tests/integration.rst", line 208, in integration.rst
Failed example:
    realfrontpage.isVisibleInNav()
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 integration.rst[67]>", line 1, in <module>
        realfrontpage.isVisibleInNav()
      File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/contentlisting.py", line 154, in isVisibleInNav
        if self.id in list(navtree_properties.idsNotToList):
    AttributeError: idsNotToList
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/tests/integration.rst", line 222, in integration.rst
Failed example:
    frontpage.isVisibleInNav()
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 integration.rst[74]>", line 1, in <module>
        frontpage.isVisibleInNav()
      File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/contentlisting.py", line 154, in isVisibleInNav
        if self.id in list(navtree_properties.idsNotToList):
    AttributeError: idsNotToList
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/tests/integration.rst", line 224, in integration.rst
Failed example:
    realfrontpage.isVisibleInNav()
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 integration.rst[75]>", line 1, in <module>
        realfrontpage.isVisibleInNav()
      File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/contentlisting.py", line 154, in isVisibleInNav
        if self.id in list(navtree_properties.idsNotToList):
    AttributeError: idsNotToList
----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/tests/integration.rst", line 226, in integration.rst
Failed example:
    news.isVisibleInNav()
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 integration.rst[76]>", line 1, in <module>
        news.isVisibleInNav()
      File "/home/jenkins/.buildout/eggs/plone.app.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/contentlisting.py", line 154, in isVisibleInNav
        if self.id in list(navtree_properties.idsNotToList):
    AttributeError: idsNotToList


  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()))


FAILED:  plone.app.discussion.tests.functional_test_comments.txt

Error Message:
Failed doctest test for functional_test_comments.txt

Stack Trace:
Failed doctest test for functional_test_comments.txt
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.discussion/plone/app/discussion/tests/functional_test_comments.txt", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.discussion/plone/app/discussion/tests/functional_test_comments.txt", line 288, in functional_test_comments.txt
Failed example:
    browser.getControl('Edit comment').click()
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 functional_test_comments.txt[112]>", line 1, in <module>
        browser.getControl('Edit comment').click()
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 639, in click
        self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
      File "/home/jenkins/.buildout/eggs/zope.testbrowser-3.11.1-py2.7.egg/zope/testbrowser/browser.py", line 418, in _clickSubmit
        label=label, coord=coord)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 541, in submit
        return self.open(self.click(*args, **kwds))
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_opener.py", line 204, in open
        response = meth(req, response)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 457, in http_response
        'http', request, response, code, msg, hdrs)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_opener.py", line 221, in error
        result = apply(self._call_chain, args)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 571, in http_error_302
        return self.parent.open(new)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 203, in open
        return self._mech_open(url, data, timeout=timeout)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_mechanize.py", line 230, in _mech_open
        response = UserAgentBase.open(self, request, data)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_opener.py", line 193, in open
        response = urlopen(self, req, data)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 344, in _open
        '_open', req)
      File "/home/jenkins/.buildout/eggs/mechanize-0.2.5-py2.7.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
        result = func(*args)
      File "/home/jenkins/.buildout/eggs/plone.testing-4.0.15-py2.7.egg/plone/testing/_z2_testbrowser.py", line 66, in http_open
        return self.do_open(connectionFactory, req)
      File "/usr/lib/python2.7/urllib2.py", line 1181, 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.7.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.7.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.7.egg/plone/testing/_z2_testbrowser.py", line 220, in __call__
        debug=not handle_errors,
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.7.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.7.egg/ZPublisher/Publish.py", line 138, in publish
        request, bind=1)
      File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.7.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.7.egg/ZPublisher/Publish.py", line 48, in call_object
        result=apply(object,args) # Type s<cr> to step into published object.
      File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.discussion/plone/app/discussion/browser/comment.py", line 34, in __call__
        view_action_types = ptool.site_properties.typesUseViewActionInListings
    AttributeError: typesUseViewActionInListings


  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()))


FAILED:  plone.app.content.tests.test_actions.ActionsATTestCase.test_object_copy_with_view_action

Error Message:
'http://nohost/plone/f1/document1/view' != 'http://nohost/plone/f1/document1'

Stack Trace:
'http://nohost/plone/f1/document1/view' != 'http://nohost/plone/f1/document1'

  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.content/plone/app/content/tests/test_actions.py", line 365, in test_object_copy_with_view_action
    self.assertEqual(document1.absolute_url() + '/view', self.browser.url)
  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.content.tests.test_actions.ActionsATTestCase.test_object_cut_view_with_view_action

Error Message:
'http://nohost/plone/f1/document1/view' != 'http://nohost/plone/f1/document1'

Stack Trace:
'http://nohost/plone/f1/document1/view' != 'http://nohost/plone/f1/document1'

  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.content/plone/app/content/tests/test_actions.py", line 321, in test_object_cut_view_with_view_action
    self.assertEqual(document1.absolute_url() + '/view', self.browser.url)
  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.content.tests.test_actions.ActionsATTestCase.test_rename_form_cancel_with_view_action

Error Message:
'http://nohost/plone/f1/document1' != 'http://nohost/plone/f1/document1/view'

Stack Trace:
'http://nohost/plone/f1/document1' != 'http://nohost/plone/f1/document1/view'

  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.content/plone/app/content/tests/test_actions.py", line 267, in test_rename_form_cancel_with_view_action
    self.assertEqual(self.browser.url, document1.absolute_url() + '/view')
  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.content.tests.test_actions.ActionsATTestCase.test_rename_form_with_view_action

Error Message:
'http://nohost/plone/f1/f2' != 'http://nohost/plone/f1/f2/view'

Stack Trace:
'http://nohost/plone/f1/f2' != 'http://nohost/plone/f1/f2/view'

  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.content/plone/app/content/tests/test_actions.py", line 194, in test_rename_form_with_view_action
    self.assertEqual(self.browser.url, document1.absolute_url() + '/view')
  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.content.tests.test_actions.ActionsATTestCase.test_rename_form_with_view_action

Error Message:
Do not have permissions to remove this object

Stack Trace:
Do not have permissions to remove this object

  File "/usr/lib/python2.7/unittest/case.py", line 360, in run
    self.tearDown()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.content/plone/app/content/tests/test_actions.py", line 46, in tearDown
    self.portal.manage_delObjects(ids='f1')
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/Portal.py", line 123, in manage_delObjects
    "Do not have permissions to remove this object")


FAILED:  plone.app.content.tests.test_actions.ActionsDXTestCase.test_object_copy_with_view_action

Error Message:
'http://nohost/plone/f1/document1/view' != 'http://nohost/plone/f1/document1'

Stack Trace:
'http://nohost/plone/f1/document1/view' != 'http://nohost/plone/f1/document1'

  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.content/plone/app/content/tests/test_actions.py", line 365, in test_object_copy_with_view_action
    self.assertEqual(document1.absolute_url() + '/view', self.browser.url)
  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.content.tests.test_actions.ActionsDXTestCase.test_object_cut_view_with_view_action

Error Message:
'http://nohost/plone/f1/document1/view' != 'http://nohost/plone/f1/document1'

Stack Trace:
'http://nohost/plone/f1/document1/view' != 'http://nohost/plone/f1/document1'

  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.content/plone/app/content/tests/test_actions.py", line 321, in test_object_cut_view_with_view_action
    self.assertEqual(document1.absolute_url() + '/view', self.browser.url)
  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.content.tests.test_actions.ActionsDXTestCase.test_rename_form_cancel_with_view_action

Error Message:
'http://nohost/plone/f1/document1' != 'http://nohost/plone/f1/document1/view'

Stack Trace:
'http://nohost/plone/f1/document1' != 'http://nohost/plone/f1/document1/view'

  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.content/plone/app/content/tests/test_actions.py", line 267, in test_rename_form_cancel_with_view_action
    self.assertEqual(self.browser.url, document1.absolute_url() + '/view')
  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.content.tests.test_actions.ActionsDXTestCase.test_rename_form_with_view_action

Error Message:
'http://nohost/plone/f1/f2' != 'http://nohost/plone/f1/f2/view'

Stack Trace:
'http://nohost/plone/f1/f2' != 'http://nohost/plone/f1/f2/view'

  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.content/plone/app/content/tests/test_actions.py", line 194, in test_rename_form_with_view_action
    self.assertEqual(self.browser.url, document1.absolute_url() + '/view')
  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.content.tests.test_actions.ActionsDXTestCase.test_rename_form_with_view_action

Error Message:
Do not have permissions to remove this object

Stack Trace:
Do not have permissions to remove this object

  File "/usr/lib/python2.7/unittest/case.py", line 360, in run
    self.tearDown()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.content/plone/app/content/tests/test_actions.py", line 46, in tearDown
    self.portal.manage_delObjects(ids='f1')
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/Portal.py", line 123, in manage_delObjects
    "Do not have permissions to remove this object")


FAILED:  plone.app.contentlisting.tests.test_integration_unit.TestIndividualCatalogContentItems.test_appendViewAction

Error Message:
'' != '/view'

Stack Trace:
'' != '/view'

  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.contentlisting-1.2.1-py2.7.egg/plone/app/contentlisting/tests/test_integration_unit.py", line 142, in test_appendViewAction
    self.assertEqual(self.item.appendViewAction(), '/view')
  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.contentrules.tests.test_action_mail.TestMailAction.testExecute

Error Message:
'ascii' codec can't encode character u'\xe4' in position 2: ordinal not in range(128)

Stack Trace:
'ascii' codec can't encode character u'\xe4' in position 2: ordinal not in range(128)

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.contentrules-4.0.7-py2.7.egg/plone/app/contentrules/tests/test_action_mail.py", line 116, in testExecute
    ex()
  File "/home/jenkins/.buildout/eggs/plone.app.contentrules-4.0.7-py2.7.egg/plone/app/contentrules/actions/mail.py", line 154, in __call__
    immediate=not mailhost.smtp_queue)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/tests/utils.py", line 56, in send
    msg_type=msg_type)
  File "/home/jenkins/.buildout/eggs/Products.MailHost-2.13.2-py2.7.egg/Products/MailHost/MailHost.py", line 402, in _mungeHeaders
    messageText = _try_encode(messageText, charset)
  File "/home/jenkins/.buildout/eggs/Products.MailHost-2.13.2-py2.7.egg/Products/MailHost/MailHost.py", line 512, in _try_encode
    return text.encode()


FAILED:  plone.app.contentrules.tests.test_action_mail.TestMailAction.testExecuteMultiRecipients

Error Message:
'text/plain; charset="utf-8"' != None

Stack Trace:
'text/plain; charset="utf-8"' != None

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.contentrules-4.0.7-py2.7.egg/plone/app/contentrules/tests/test_action_mail.py", line 182, in testExecuteMultiRecipients
    mailSent.get('Content-Type'))
  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.contentrules.tests.test_action_mail.TestMailAction.testExecuteNoSource

Error Message:
'text/plain; charset="utf-8"' != None

Stack Trace:
'text/plain; charset="utf-8"' != None

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/plone.app.contentrules-4.0.7-py2.7.egg/plone/app/contentrules/tests/test_action_mail.py", line 162, in testExecuteNoSource
    mailSent.get('Content-Type'))
  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.contenttypes.tests.test_folder.FolderViewFunctionalTest.test_folder_full_view

Error Message:
False is not True

Stack Trace:
False is not True

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_folder.py", line 185, in test_folder_full_view
    self.assertTrue('Document 1' in self.browser.contents)
  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 427, in assertTrue
    raise self.failureException(msg)


FAILED:  plone.app.contenttypes.tests.test_link.LinkViewIntegrationTest.test_file_type

Error Message:
200 != 302

Stack Trace:
200 != 302

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_link.py", line 208, in test_file_type
    self._assert_redirect(self.link.remoteUrl)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_link.py", line 225, in _assert_redirect
    self.assertEqual(self.response.status, 302)
  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.contenttypes.tests.test_link.LinkViewIntegrationTest.test_ftp_type

Error Message:
200 != 302

Stack Trace:
200 != 302

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_link.py", line 218, in test_ftp_type
    self._assert_redirect(self.link.remoteUrl)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_link.py", line 225, in _assert_redirect
    self.assertEqual(self.response.status, 302)
  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.contenttypes.tests.test_link.LinkViewIntegrationTest.test_link_redirect_view_absolute_path

Error Message:
200 != 302

Stack Trace:
200 != 302

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_link.py", line 120, in test_link_redirect_view_absolute_path
    self._assert_redirect('http://nohost/plone/my-folder/my-item')
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_link.py", line 225, in _assert_redirect
    self.assertEqual(self.response.status, 302)
  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.contenttypes.tests.test_link.LinkViewIntegrationTest.test_link_redirect_view_external_url

Error Message:
200 != 302

Stack Trace:
200 != 302

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_link.py", line 106, in test_link_redirect_view_external_url
    self._assert_redirect('http://www.plone.org')
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_link.py", line 225, in _assert_redirect
    self.assertEqual(self.response.status, 302)
  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.contenttypes.tests.test_link.LinkViewIntegrationTest.test_link_redirect_view_path_with_variable

Error Message:
200 != 302

Stack Trace:
200 != 302

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_link.py", line 150, in test_link_redirect_view_path_with_variable
    self._assert_redirect('http://nohost/plone/my-folder/my-item')
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_link.py", line 225, in _assert_redirect
    self.assertEqual(self.response.status, 302)
  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.contenttypes.tests.test_link.LinkViewIntegrationTest.test_link_redirect_view_relative_path

Error Message:
200 != 302

Stack Trace:
200 != 302

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_link.py", line 136, in test_link_redirect_view_relative_path
    self._assert_redirect('http://nohost/plone/link/../my-item')
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.contenttypes/plone/app/contenttypes/tests/test_link.py", line 225, in _assert_redirect
    self.assertEqual(self.response.status, 302)
  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.discussion.tests.test_comment.CommentTest.test_view

Error Message:
typesUseViewActionInListings

Stack Trace:
typesUseViewActionInListings

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.discussion/plone/app/discussion/tests/test_comment.py", line 339, in test_view
    View.__call__(view)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.discussion/plone/app/discussion/browser/comment.py", line 34, in __call__
    view_action_types = ptool.site_properties.typesUseViewActionInListings


FAILED:  plone.app.discussion.tests.test_comment.CommentTest.test_view_blob_types

Error Message:
typesUseViewActionInListings

Stack Trace:
typesUseViewActionInListings

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.discussion/plone/app/discussion/tests/test_comment.py", line 266, in test_view_blob_types
    View.__call__(view)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.discussion/plone/app/discussion/browser/comment.py", line 34, in __call__
    view_action_types = ptool.site_properties.typesUseViewActionInListings


FAILED:  plone.app.layout.globals.tests.test_context.TestContextStateView.test_view_url

Error Message:
'http://nohost/plone/Members/test_user_1_/file1' != 'http://nohost/plone/Members/test_user_1_/file1/view'

Stack Trace:
'http://nohost/plone/Members/test_user_1_/file1' != 'http://nohost/plone/Members/test_user_1_/file1/view'

  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.layout/plone/app/layout/globals/tests/test_context.py", line 65, in test_view_url
    self.folder.file1.absolute_url() + '/view'
  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.layout.globals.tests.test_pattern_settings.TestPatternSettings.testFileUrls

Error Message:
'http://nohost/plone/Members/test_user_1_/file1' != 'http://nohost/plone/Members/test_user_1_/file1/view'

Stack Trace:
'http://nohost/plone/Members/test_user_1_/file1' != 'http://nohost/plone/Members/test_user_1_/file1/view'

  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.layout/plone/app/layout/globals/tests/test_pattern_settings.py", line 38, in testFileUrls
    file_obj.absolute_url() + '/view'
  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.layout.navigation.tests.test_defaultpage.DefaultPageTestCase.test_getDefaultPage_step_4

Error Message:
'd1' != None

Stack Trace:
'd1' != None

  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.layout/plone/app/layout/navigation/tests/test_defaultpage.py", line 118, in test_getDefaultPage_step_4
    self.assertEqual('d1', getDefaultPage(self.folder))
  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.layout.sitemap.tests.test_sitemap.SiteMapTestCase.test_typesUseViewActionInListings

Error Message:
False is not true

Stack Trace:
False is not true

  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.layout/plone/app/layout/sitemap/tests/test_sitemap.py", line 217, in test_typesUseViewActionInListings
    self.assertTrue('<loc>http://nohost/plone/newsitem/view</loc>' in xml)
  File "/usr/lib/python2.7/unittest/case.py", line 424, in assertTrue
    raise self.failureException(msg)


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

Error Message:
'/plone/doc1' != '/plone/folder2/doc21'

Stack Trace:
'/plone/doc1' != '/plone/folder2/doc21'

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 392, in testAboveRoot
    self.assertEqual(tree['children'][0]['item'].getPath(), '/plone/folder2/doc21')
  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.portlets.tests.test_navigation_portlet.TestRenderer.testNavTreeExcludesItemsInIdsNotToList

Error Message:
None

Stack Trace:
None

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 191, in testNavTreeExcludesItemsInIdsNotToList
    self.fail()
  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 415, in fail
    raise self.failureException(msg)


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

Error Message:
True != False

Stack Trace:
True != False

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 228, in testNavTreeMarksParentMetaTypesNotToQuery
    self.assertEqual(tree['children'][-1]['show_children'], False)
  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.portlets.tests.test_navigation_portlet.TestRenderer.testPrunedRootNode

Error Message:
3 != 0

Stack Trace:
3 != 0

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 473, in testPrunedRootNode
    self.assertEqual(len(tree['children']), 0)
  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.portlets.tests.test_navigation_portlet.TestRenderer.testPrunedRootNodeShowsAllParents

Error Message:
3 != 1

Stack Trace:
3 != 1

  File "/home/jenkins/.buildout/eggs/unittest2-0.5.1-py2.7.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.portlets/plone/app/portlets/tests/test_navigation_portlet.py", line 484, in testPrunedRootNodeShowsAllParents
    self.assertEqual(len(tree['children']), 1)
  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:
undefined property 'parentMetaTypesNotToQuery'

Stack Trace:
undefined property 'parentMetaTypesNotToQuery'

  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/v40/betas.py", line 92, in beta3_beta4
    loadMigrationProfile(context, 'profile-plone.app.upgrade.v40:4beta3-4beta4')
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/utils.py", line 134, in loadMigrationProfile
    context.runAllImportStepsFromProfile(profile, purge_old=False)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/tool.py", line 365, in runAllImportStepsFromProfile
    blacklisted_steps=blacklisted_steps)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/tool.py", line 1184, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/tool.py", line 1095, in _doRunImportStep
    return handler(context)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/exportimport/propertiestool.py", line 37, in importPloneProperties
    importer.body = body
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/utils.py", line 509, in _importBody
    self._importNode(dom.documentElement)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/exportimport/propertiestool.py", line 106, in _importNode
    self._initObjects(node)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/exportimport/propertiestool.py", line 149, in _initObjects
    importer.node = child
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/exportimport/propertiestool.py", line 79, in _importNode
    self._initProperties(node)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/utils.py", line 735, in _initProperties
    raise ValueError("undefined property '%s'" % prop_id)


FAILED:  plone.app.upgrade.v42.tests.TestMigrations_v4_2beta1.testAddSiteAdminToKeywordRoles

Error Message:
Invalid or duplicate property id

Stack Trace:
Invalid or duplicate property id

  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/v42/tests.py", line 18, in testAddSiteAdminToKeywordRoles
    loadMigrationProfile(self.portal, self.profile)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/plone.app.upgrade/plone/app/upgrade/utils.py", line 134, in loadMigrationProfile
    context.runAllImportStepsFromProfile(profile, purge_old=False)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/tool.py", line 365, in runAllImportStepsFromProfile
    blacklisted_steps=blacklisted_steps)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/tool.py", line 1184, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/tool.py", line 1095, in _doRunImportStep
    return handler(context)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/exportimport/propertiestool.py", line 37, in importPloneProperties
    importer.body = body
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/utils.py", line 509, in _importBody
    self._importNode(dom.documentElement)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/exportimport/propertiestool.py", line 106, in _importNode
    self._initObjects(node)
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/exportimport/propertiestool.py", line 149, in _initObjects
    importer.node = child
  File "/home/jenkins/workspace/plone-5.0-python-2.7 at 2/src/Products.CMFPlone/Products/CMFPlone/exportimport/propertiestool.py", line 79, in _importNode
    self._initProperties(node)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.7.7-py2.7.egg/Products/GenericSetup/utils.py", line 732, in _initProperties
    obj._setProperty(prop_id, val, prop_type)
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.7.egg/OFS/PropertyManager.py", line 184, in _setProperty
    raise BadRequest, 'Invalid or duplicate property id'





More information about the Testbot mailing list