[Testbot] Plone 5.2 - Python 2.7 - Build # 73 - Still Failing!

jenkins at plone.org jenkins at plone.org
Thu Oct 26 22:44:30 UTC 2017


Plone 5.2 - Python 2.7 - Build # 73 - Still Failing:

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

Changes:

[Maurits van Rees] [fc] Repository: Products.PlonePAS







Test Results:

5 tests failed.
FAILED:  plone.dexterity.tests.test_fti.TestFTIEvents.test_dynamic_schema_refreshed_on_modify_schema_policy

Error Message:
<InterfaceClass plone.dexterity.tests.test_fti.IBlank>

Stack Trace:
<InterfaceClass plone.dexterity.tests.test_fti.IBlank>

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.dexterity/plone/dexterity/tests/test_fti.py", line 748, in test_dynamic_schema_refreshed_on_modify_schema_policy
    DexterityFTIModificationDescription('schema_policy', '')
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.dexterity/plone/dexterity/fti.py", line 545, in ftiModified
    syncSchema(model.schema, schema, overwrite=True, sync_bases=sync_bases)
  File "/home/jenkins/.buildout/eggs/plone.supermodel-1.3.3-py2.7.egg/plone/supermodel/utils.py", line 327, in syncSchema
    dest.__bases__ = tuple(bases)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.4.3-py2.7-linux-x86_64.egg/zope/interface/interface.py", line 207, in __setBases
    b.unsubscribe(self)
  File "/home/jenkins/.buildout/eggs/zope.interface-4.4.3-py2.7-linux-x86_64.egg/zope/interface/interface.py", line 202, in unsubscribe
    raise KeyError(dependent)


FAILED:  Products.CMFPlone.tests.testSecurity.TestAttackVectorsUnit.test_PT_allow_module_not_available_in_RestrictedPython_1

Error Message:
list index out of range

Stack Trace:
list index out of range

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurity.py", line 41, in test_PT_allow_module_not_available_in_RestrictedPython_1
    script = makerequest(PythonScript('script'))
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.PythonScripts/src/Products/PythonScripts/PythonScript.py", line 126, in __init__
    self._makeFunction()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.PythonScripts/src/Products/PythonScripts/PythonScript.py", line 303, in _makeFunction
    self._compile()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.PythonScripts/src/Products/PythonScripts/PythonScript.py", line 274, in _compile
    f = self._newfun(code)
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.PythonScripts/src/Products/PythonScripts/PythonScript.py", line 297, in _newfun
    func = list(safe_locals.values())[0]


FAILED:  Products.CMFPlone.tests.testSecurity.TestAttackVectorsUnit.test_PT_allow_module_not_available_in_RestrictedPython_2

Error Message:
list index out of range

Stack Trace:
list index out of range

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.CMFPlone/Products/CMFPlone/tests/testSecurity.py", line 52, in test_PT_allow_module_not_available_in_RestrictedPython_2
    script = makerequest(PythonScript('script'))
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.PythonScripts/src/Products/PythonScripts/PythonScript.py", line 126, in __init__
    self._makeFunction()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.PythonScripts/src/Products/PythonScripts/PythonScript.py", line 303, in _makeFunction
    self._compile()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.PythonScripts/src/Products/PythonScripts/PythonScript.py", line 274, in _compile
    f = self._newfun(code)
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.PythonScripts/src/Products/PythonScripts/PythonScript.py", line 297, in _newfun
    func = list(safe_locals.values())[0]


FAILED:  Products.PlonePAS.tests.test_properties.PropertiesTest.test_user_properties

Error Message:
'MemberData' object has no attribute 'hasProperty'

Stack Trace:
'MemberData' object has no attribute 'hasProperty'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/Products.PlonePAS/src/Products/PlonePAS/tests/test_properties.py", line 23, in test_user_properties
    self.assertFalse(member.hasProperty('age'))


FAILED:  plone.app.testing.layers.rst

Error Message:
Failed doctest test for layers.rst

Stack Trace:
Failed doctest test for layers.rst
  File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.testing/plone/app/testing/layers.rst", line 0

----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.testing/plone/app/testing/layers.rst", line 183, in layers.rst
Failed example:
    getSiteManager()
Expected:
    <BaseGlobalComponents test-stack-2>
Got:
    <BaseGlobalComponents test-stack-3>
----------------------------------------------------------------------
File "/home/jenkins/workspace/plone-5.2-python-2.7/src/plone.app.testing/plone/app/testing/layers.rst", line 263, in layers.rst
Failed example:
    getSiteManager()
Expected:
    <BaseGlobalComponents test-stack-2>
Got:
    <BaseGlobalComponents test-stack-3>


  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