[Testbot] Plone 5.1 - Python 2.7 - Archetypes - Build # 1694 - Failure!

jenkins at plone.org jenkins at plone.org
Thu Oct 4 16:17:39 UTC 2018


Plone 5.1 - Python 2.7 - Archetypes - Build # 1694 - Failure:

Check console output at https://jenkins.plone.org/job/plone-5.1-python-2.7-at/1694/ to view the results.

Changes:

[Peter Mathis] [fc] Add diazo to checkouts.cfg

[Peter Mathis] [fc] Repository: diazo







Test Results:

5 tests failed.
FAILED:  Products.GenericSetup.tests.test_tool.SetupToolTests.test_getBrokenDependencies

Error Message:
[Errno 2] No such file or directory: '/tmp/STT_test'

Stack Trace:
[Errno 2] No such file or directory: '/tmp/STT_test'

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 358, in run
    self.tearDown()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.27-py2.7.egg/Testing/ZopeTestCase/base.py", line 101, in tearDown
    self.beforeTearDown()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.10-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 125, in beforeTearDown
    FilesystemTestBase.beforeTearDown(self)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.10-py2.7.egg/Products/GenericSetup/tests/common.py", line 109, in beforeTearDown
    _clearTestDirectory(self._PROFILE_PATH)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.10-py2.7.egg/Products/GenericSetup/tests/common.py", line 83, in _clearTestDirectory
    shutil.rmtree(root_path)
  File "/srv/python2.7/lib/python2.7/shutil.py", line 270, in rmtree
    onerror(os.rmdir, path, sys.exc_info())
  File "/srv/python2.7/lib/python2.7/shutil.py", line 268, in rmtree
    os.rmdir(path)


FAILED:  Products.GenericSetup.tests.test_tool.SetupToolTests.test_runAllImportStepsFromProfile_step_registration_with_depends

Error Message:
/tmp/STT_test2/metadata.xml: no element found: line 1, column 0

Stack Trace:
/tmp/STT_test2/metadata.xml: no element found: line 1, column 0

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.10-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 752, in test_runAllImportStepsFromProfile_step_registration_with_depends
    profile_registry.registerProfile('bar', 'Bar', '', self._PROFILE_PATH2)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.10-py2.7.egg/Products/GenericSetup/registry.py", line 735, in registerProfile
    metadata = ProfileMetadata(path, product=product)()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.10-py2.7.egg/Products/GenericSetup/metadata.py", line 60, in __call__
    raise ExpatError('%s: %s' % (full_path, e))


FAILED:  Products.GenericSetup.tests.test_tool.SetupToolTests.test_runAllImportStepsFromProfile_with_base_profile

Error Message:
[Errno 2] No such file or directory: '/tmp/STT_test'

Stack Trace:
[Errno 2] No such file or directory: '/tmp/STT_test'

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 358, in run
    self.tearDown()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.27-py2.7.egg/Testing/ZopeTestCase/base.py", line 101, in tearDown
    self.beforeTearDown()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.10-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 125, in beforeTearDown
    FilesystemTestBase.beforeTearDown(self)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.10-py2.7.egg/Products/GenericSetup/tests/common.py", line 109, in beforeTearDown
    _clearTestDirectory(self._PROFILE_PATH)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.10-py2.7.egg/Products/GenericSetup/tests/common.py", line 83, in _clearTestDirectory
    shutil.rmtree(root_path)
  File "/srv/python2.7/lib/python2.7/shutil.py", line 270, in rmtree
    onerror(os.rmdir, path, sys.exc_info())
  File "/srv/python2.7/lib/python2.7/shutil.py", line 268, in rmtree
    os.rmdir(path)


FAILED:  Products.GenericSetup.tests.test_tool.SetupToolTests.test_runAllImportStepsFromProfile_with_default_strategy

Error Message:
Lists differ: ['/tmp/STT_test'] != ['/tmp/STT_test3', '/tmp/STT_t...

Stack Trace:
Lists differ: ['/tmp/STT_test'] != ['/tmp/STT_test3', '/tmp/STT_t...

First differing element 0:
'/tmp/STT_test'
'/tmp/STT_test3'

Second list contains 1 additional elements.
First extra element 1:
'/tmp/STT_test'

- ['/tmp/STT_test']
+ ['/tmp/STT_test3', '/tmp/STT_test']

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.10-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 634, in test_runAllImportStepsFromProfile_with_default_strategy
    [self._PROFILE_PATH3, self._PROFILE_PATH])
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 743, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 725, in assertSequenceEqual
    self.fail(msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)


FAILED:  Products.GenericSetup.tests.test_tool.SetupToolTests.test_runAllImportStepsFromProfile_with_new_strategy

Error Message:
Lists differ: ['/tmp/STT_test'] != ['/tmp/STT_test3', '/tmp/STT_t...

Stack Trace:
Lists differ: ['/tmp/STT_test'] != ['/tmp/STT_test3', '/tmp/STT_t...

First differing element 0:
'/tmp/STT_test'
'/tmp/STT_test3'

Second list contains 1 additional elements.
First extra element 1:
'/tmp/STT_test'

- ['/tmp/STT_test']
+ ['/tmp/STT_test3', '/tmp/STT_test']

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.10-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 674, in test_runAllImportStepsFromProfile_with_new_strategy
    [self._PROFILE_PATH3, self._PROFILE_PATH])
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 513, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 743, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 725, in assertSequenceEqual
    self.fail(msg)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 410, in fail
    raise self.failureException(msg)


More information about the Testbot mailing list