[Testbot] Plone 4.3 - Python 2.7 - Build # 133 - Still Failing!

jenkins at plone.org jenkins at plone.org
Sun Oct 1 23:31:24 UTC 2017


Plone 4.3 - Python 2.7 - Build # 133 - Still Failing:

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

Changes:

[Jens W. Klein] [fc] Repository: plone.behavior

[Fulvio Casali] [fc] Add plone.behavior to checkouts.cfg







Test Results:

3 tests failed.
FAILED:  Products.GenericSetup.tests.test_context.DirectoryExportContextTests.test_writeDataFile_overwrite

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

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

  File "/usr/lib/python2.7/unittest/case.py", line 358, in run
    self.tearDown()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.26-py2.7.egg/Testing/ZopeTestCase/base.py", line 101, in tearDown
    self.beforeTearDown()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.8-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.8-py2.7.egg/Products/GenericSetup/tests/common.py", line 83, in _clearTestDirectory
    shutil.rmtree(root_path)
  File "/usr/lib/python2.7/shutil.py", line 247, in rmtree
    rmtree(fullname, ignore_errors, onerror)
  File "/usr/lib/python2.7/shutil.py", line 256, in rmtree
    onerror(os.rmdir, path, sys.exc_info())
  File "/usr/lib/python2.7/shutil.py", line 254, in rmtree
    os.rmdir(path)


FAILED:  Products.GenericSetup.tests.test_context.DirectoryImportContextTests.test_listDirectory_multiple

Error Message:
1 != 2

Stack Trace:
1 != 2

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.8-py2.7.egg/Products/GenericSetup/tests/test_context.py", line 289, in test_listDirectory_multiple
    self.assertEqual(len(names), 2)
  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.GenericSetup.tests.test_tool.SetupToolTests.test_runAllImportStepsFromProfile_with_pre_post_handlers_functions

Error Message:
u'profile-other:bar'

Stack Trace:
u'profile-other:bar'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.8-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 833, in test_runAllImportStepsFromProfile_with_pre_post_handlers_functions
    tool.runAllImportStepsFromProfile('profile-other:foo')
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.8-py2.7.egg/Products/GenericSetup/tool.py", line 388, in runAllImportStepsFromProfile
    dependency_strategy=dependency_strategy)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.8-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.8-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.8-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.8-py2.7.egg/Products/GenericSetup/tool.py", line 934, in getDependenciesForProfile
    raise KeyError(profile_id)


More information about the Testbot mailing list