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

jenkins at plone.org jenkins at plone.org
Sun Nov 26 20:56:06 UTC 2017


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

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

Changes:

No changes






Test Results:

1 tests failed.
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 at 2/src/five.intid/five/intid/README.rst", line 0

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


  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