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

jenkins at plone.org jenkins at plone.org
Sun Nov 26 21:55:33 UTC 2017


Plone 5.0 - Python 2.7 - Archetypes - Build # 409 - Still Failing:

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

Changes:

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







Test Results:

5 tests failed.
FAILED:  Products.CMFEditions.tests.test_IntegrationTests.TestIntegration.test13_revertUpdatesCatalog

Error Message:
1 != 0

Stack Trace:
1 != 0

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.CMFEditions-2.2.23-py2.7.egg/Products/CMFEditions/tests/test_IntegrationTests.py", line 417, in test13_revertUpdatesCatalog
    self.assertEqual(len(results), 0)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  Products.CMFEditions.tests.test_IntegrationTests.TestIntegration.test16_revertInsideRefsUpdatesCatalog

Error Message:
2 != 0

Stack Trace:
2 != 0

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.CMFEditions-2.2.23-py2.7.egg/Products/CMFEditions/tests/test_IntegrationTests.py", line 621, in test16_revertInsideRefsUpdatesCatalog
    self.assertEqual(len(results), 0)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  Products.CMFEditions.tests.test_IntegrationTests.TestIntegration.test21_RestoreMovedObject

Error Message:
0 != 1

Stack Trace:
0 != 1

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.CMFEditions-2.2.23-py2.7.egg/Products/CMFEditions/tests/test_IntegrationTests.py", line 922, in test21_RestoreMovedObject
    self.assertEqual(len(catalog(Title='v1 of doc1')), 1)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  Products.CMFEditions.tests.test_IntegrationTests.TestIntegration.test21_RevertObjectWithChangedIdMaintainsConsistentCatalog

Error Message:
0 != 1

Stack Trace:
0 != 1

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.CMFEditions-2.2.23-py2.7.egg/Products/CMFEditions/tests/test_IntegrationTests.py", line 889, in test21_RevertObjectWithChangedIdMaintainsConsistentCatalog
    self.assertEqual(len(catalog(Title='v1 of doc1')), 1)
  File "/usr/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 506, in _baseAssertEqual
    raise self.failureException(msg)


FAILED:  five.intid.README.rst

Error Message:
Failed doctest test for README.rst

Stack Trace:
Failed doctest test for README.rst
  File "/home/jenkins/workspace/plone-5.0-python-2.7-at/src/five.intid/five/intid/README.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7-at/src/five.intid/five/intid/README.rst", line 74, in README.rst
Failed example:
    intid.getId(content1)
Expected:
    Traceback (most recent call last):
    ...
    IntIdMissingError: <SimpleContent at /test_folder_1_/mycont1>
Got:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest README.rst[25]>", line 1, in <module>
        intid.getId(content1)
      File "/home/jenkins/workspace/plone-5.0-python-2.7-at/src/five.intid/five/intid/intid.py", line 41, in getId
        return z3IntIds.getId(self, ob)
      File "/home/jenkins/.buildout/eggs/zope.intid-3.7.2-py2.7.egg/zope/intid/__init__.py", line 89, in getId
        raise KeyError(ob)
    KeyError: <SimpleContent at /test_folder_1_/mycont1>
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.0-python-2.7-at/src/five.intid/five/intid/README.rst", line 137, in README.rst
Failed example:
    intid.getObject(uid)
Expected:
    Traceback (most recent call last):
    ...
    ObjectMissingError: ...
Got:
    Traceback (most recent call last):
      File "/usr/lib/python2.7/doctest.py", line 1315, in __run
        compileflags, 1) in test.globs
      File "<doctest README.rst[43]>", line 1, in <module>
        intid.getObject(uid)
      File "/home/jenkins/.buildout/eggs/zope.intid-3.7.2-py2.7.egg/zope/intid/__init__.py", line 72, in getObject
        return self.refs[id]()
    KeyError: 288482294


  File "/usr/lib/python2.7/unittest/case.py", line 329, 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