[Testbot] Plone 5.0 - Python 2.7 - Archetypes - Build # 915 - Failure!

jenkins at plone.org jenkins at plone.org
Thu Sep 20 12:32:18 UTC 2018


Plone 5.0 - Python 2.7 - Archetypes - Build # 915 - Failure:

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

Changes:

[Alessandro Pisa] [fc] Add plone.supermodel to checkouts.cfg







Test Results:

4 tests failed.
FAILED:  Products.GenericSetup.tests.test_context.DirectoryImportContextTests.test_listDirectory_nested

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

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

  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.9-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.9-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 261, in rmtree
    rmtree(fullname, ignore_errors, onerror)
  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_context.DirectoryImportContextTests.test_readDataFile_simple

Error Message:
[Errno 39] Directory not empty: '/tmp/ICTTexts'

Stack Trace:
[Errno 39] Directory not empty: '/tmp/ICTTexts'

  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.9-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.9-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:
False is not true

Stack Trace:
False is not true

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.9-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 750, in test_runAllImportStepsFromProfile_step_registration_with_depends
    self.failUnless('one' in result['steps'])
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 613, in deprecated_func
    return original_func(*args, **kwargs)
  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 422, in assertTrue
    raise self.failureException(msg)


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

Error Message:
u'profile-other:bar'

Stack Trace:
u'profile-other:bar'

  File "/srv/python2.7/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.9-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 817, in test_runAllImportStepsFromProfile_with_pre_post_handlers_dotted_names
    tool.runAllImportStepsFromProfile('profile-other:foo')
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.9-py2.7.egg/Products/GenericSetup/tool.py", line 388, in runAllImportStepsFromProfile
    dependency_strategy=dependency_strategy)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.9-py2.7.egg/Products/GenericSetup/tool.py", line 1358, in _runImportStepsFromContext
    chain = self.getProfileDependencyChain(profile_id)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.9-py2.7.egg/Products/GenericSetup/tool.py", line 1302, in getProfileDependencyChain
    chain.extend(self.getProfileDependencyChain(dependency, seen))
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.9-py2.7.egg/Products/GenericSetup/tool.py", line 1300, in getProfileDependencyChain
    dependencies = self.getDependenciesForProfile(profile_id)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.9-py2.7.egg/Products/GenericSetup/tool.py", line 934, in getDependenciesForProfile
    raise KeyError(profile_id)


More information about the Testbot mailing list