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

jenkins at plone.org jenkins at plone.org
Mon Feb 15 10:05:50 UTC 2016


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

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

Changes:

[Maurits van Rees] [fc] Repository: Products.TinyMCE Branch: refs/heads/1.3.x Date:







Test Results:

3 tests failed.
FAILED:  Products.GenericSetup.tests.test_context.DirectoryImportContextTests.test_listDirectory_root

Error Message:
2 != 1

Stack Trace:
2 != 1

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.7 at 2/src/Products.GenericSetup/Products/GenericSetup/tests/test_context.py", line 234, in test_listDirectory_root
    self.assertEqual(len(ctx.listDirectory(None)), 1)
  File "/usr/lib/python2.7/unittest/case.py", line 515, in assertEqual
    assertion_func(first, second, msg=msg)
  File "/usr/lib/python2.7/unittest/case.py", line 508, in _baseAssertEqual
    raise self.failureException(msg)


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

Error Message:
[Errno 17] File exists: '/tmp/STT_test/'

Stack Trace:
[Errno 17] File exists: '/tmp/STT_test/'

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.7 at 2/src/Products.GenericSetup/Products/GenericSetup/tests/test_tool.py", line 1581, in test_profileExists
    self._makeFile(METADATA_XML, _METADATA_XML)
  File "/home/jenkins/workspace/plone-4.3-python-2.7 at 2/src/Products.GenericSetup/Products/GenericSetup/tests/common.py", line 112, in _makeFile
    return _makeTestFile(filename, self._PROFILE_PATH, contents)
  File "/home/jenkins/workspace/plone-4.3-python-2.7 at 2/src/Products.GenericSetup/Products/GenericSetup/tests/common.py", line 93, in _makeTestFile
    os.makedirs(subdir)
  File "/usr/lib/python2.7/os.py", line 157, in makedirs
    mkdir(name, mode)


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 331, in run
    testMethod()
  File "/home/jenkins/workspace/plone-4.3-python-2.7 at 2/src/Products.GenericSetup/Products/GenericSetup/tests/test_tool.py", line 829, in test_runAllImportStepsFromProfile_with_pre_post_handlers_functions
    tool.runAllImportStepsFromProfile('profile-other:foo')
  File "/home/jenkins/workspace/plone-4.3-python-2.7 at 2/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 379, in runAllImportStepsFromProfile
    dependency_strategy=dependency_strategy)
  File "/home/jenkins/workspace/plone-4.3-python-2.7 at 2/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 1339, in _runImportStepsFromContext
    chain = self.getProfileDependencyChain(profile_id)
  File "/home/jenkins/workspace/plone-4.3-python-2.7 at 2/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 1283, in getProfileDependencyChain
    chain.extend(self.getProfileDependencyChain(dependency, seen))
  File "/home/jenkins/workspace/plone-4.3-python-2.7 at 2/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 1281, in getProfileDependencyChain
    dependencies = self.getDependenciesForProfile(profile_id)
  File "/home/jenkins/workspace/plone-4.3-python-2.7 at 2/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 915, in getDependenciesForProfile
    raise KeyError(profile_id)





More information about the Testbot mailing list