[Testbot] Plone 5.1 - Python 2.7 - Archetypes - Build # 643 - Still Failing!

jenkins at plone.org jenkins at plone.org
Thu Aug 11 21:00:22 UTC 2016


Plone 5.1 - Python 2.7 - Archetypes - Build # 643 - Still Failing:

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

Changes:

[Sean Upton] [fc] Add Products.PortalTransforms to checkouts.cfg

[Maurits van Rees] [fc] Repository: Products.PortalTransforms Branch: refs/heads/master







Test Results:

6 tests failed.
FAILED:  Products.GenericSetup.tests.test_context.DirectoryImportContextTests.test_listDirectory_skip_explicit

Error Message:
1 != 3

Stack Trace:
1 != 3

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.3-py2.7.egg/Products/GenericSetup/tests/test_context.py", line 331, in test_listDirectory_skip_explicit
    self.assertEqual(len(names), 3)
  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_profileExists

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

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

  File "/usr/lib/python2.7/unittest/case.py", line 358, in run
    self.tearDown()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.24-py2.7.egg/Testing/ZopeTestCase/base.py", line 101, in tearDown
    self.beforeTearDown()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.3-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 113, in beforeTearDown
    FilesystemTestBase.beforeTearDown(self)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.3-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.3-py2.7.egg/Products/GenericSetup/tests/common.py", line 83, in _clearTestDirectory
    shutil.rmtree(root_path)
  File "/usr/lib/python2.7/shutil.py", line 252, in rmtree
    onerror(os.remove, fullname, sys.exc_info())
  File "/usr/lib/python2.7/shutil.py", line 250, in rmtree
    os.remove(fullname)


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

Error Message:
'unknown' != '1.0'

Stack Trace:
'unknown' != '1.0'

  File "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.3-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 707, in test_runAllImportStepsFromProfile_set_last_profile_version
    self.assertEqual(tool.getVersionForProfile(profile_id), '1.0')
  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_step_registration_with_depends

Error Message:
False is not true

Stack Trace:
False is not true

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


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 "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.3-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 622, in test_runAllImportStepsFromProfile_with_default_strategy
    [self._PROFILE_PATH3, self._PROFILE_PATH])
  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 742, in assertListEqual
    self.assertSequenceEqual(list1, list2, msg, seq_type=list)
  File "/usr/lib/python2.7/unittest/case.py", line 724, in assertSequenceEqual
    self.fail(msg)
  File "/usr/lib/python2.7/unittest/case.py", line 410, in fail
    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 "/usr/lib/python2.7/unittest/case.py", line 329, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.3-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 813, in test_runAllImportStepsFromProfile_with_pre_post_handlers_dotted_names
    tool.runAllImportStepsFromProfile('profile-other:foo')
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.3-py2.7.egg/Products/GenericSetup/tool.py", line 379, in runAllImportStepsFromProfile
    dependency_strategy=dependency_strategy)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.3-py2.7.egg/Products/GenericSetup/tool.py", line 1339, in _runImportStepsFromContext
    chain = self.getProfileDependencyChain(profile_id)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.3-py2.7.egg/Products/GenericSetup/tool.py", line 1283, in getProfileDependencyChain
    chain.extend(self.getProfileDependencyChain(dependency, seen))
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.3-py2.7.egg/Products/GenericSetup/tool.py", line 1281, in getProfileDependencyChain
    dependencies = self.getDependenciesForProfile(profile_id)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.3-py2.7.egg/Products/GenericSetup/tool.py", line 915, in getDependenciesForProfile
    raise KeyError(profile_id)





More information about the Testbot mailing list