[Testbot] Plone 5.0 - Python 2.7 - Archetypes - Build # 3001 - Still Failing!

jenkins at plone.org jenkins at plone.org
Sun Sep 27 08:07:57 UTC 2015


Plone 5.0 - Python 2.7 - Archetypes - Build # 3001 - Still Failing:

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

Changes:

No changes






Test Results:

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

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

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

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.0-py2.7.egg/Products/GenericSetup/tests/test_context.py", line 299, in test_listDirectory_skip_implicit
    self._makeFile( FILENAME, printable )
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.0-py2.7.egg/Products/GenericSetup/tests/common.py", line 111, in _makeFile
    return _makeTestFile(filename, self._PROFILE_PATH, contents)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.0-py2.7.egg/Products/GenericSetup/tests/common.py", line 92, 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_set_last_profile_version

Error Message:
'unknown' != '1.0'

Stack Trace:
'unknown' != '1.0'

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

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 "/usr/lib/python2.7/unittest/case.py", line 360, in run
    self.tearDown()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.7.egg/Testing/ZopeTestCase/base.py", line 101, in tearDown
    self.beforeTearDown()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.0-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 109, in beforeTearDown
    FilesystemTestBase.beforeTearDown(self)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.0-py2.7.egg/Products/GenericSetup/tests/common.py", line 108, in beforeTearDown
    _clearTestDirectory(self._PROFILE_PATH)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.0-py2.7.egg/Products/GenericSetup/tests/common.py", line 83, in _clearTestDirectory
    shutil.rmtree( root_path )
  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_tool.SetupToolTests.test_runImportStepFromProfile_explicit_purge

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

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

  File "/usr/lib/python2.7/unittest/case.py", line 360, in run
    self.tearDown()
  File "/home/jenkins/.buildout/eggs/Zope2-2.13.23-py2.7.egg/Testing/ZopeTestCase/base.py", line 101, in tearDown
    self.beforeTearDown()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.0-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 109, in beforeTearDown
    FilesystemTestBase.beforeTearDown(self)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.0-py2.7.egg/Products/GenericSetup/tests/common.py", line 108, in beforeTearDown
    _clearTestDirectory(self._PROFILE_PATH)
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.0-py2.7.egg/Products/GenericSetup/tests/common.py", line 83, in _clearTestDirectory
    shutil.rmtree( root_path )
  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:  zope.testing.doctest.DocTestCase.reload

Error Message:
Failed doctest test for grokcore.view.tests.view.templatereload

Stack Trace:
Failed doctest test for grokcore.view.tests.view.templatereload
  File "/home/jenkins/.buildout/eggs/grokcore.view-2.8-py2.7.egg/grokcore/view/tests/view/templatereload.py", line 0, in templatereload

----------------------------------------------------------------------
File "/home/jenkins/.buildout/eggs/grokcore.view-2.8-py2.7.egg/grokcore/view/tests/view/templatereload.py", line 10, in grokcore.view.tests.view.templatereload
Failed example:
    print view()
Expected:
    before
Got:
    <BLANKLINE>


  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/zope.testing-3.9.7-py2.7.egg/zope/testing/doctest/__init__.py", line 2249, in runTest
    raise self.failureException(self.format_failure(new.getvalue()))


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

Error Message:
0 != 1

Stack Trace:
0 != 1

  File "/usr/lib/python2.7/unittest/case.py", line 331, in run
    testMethod()
  File "/home/jenkins/.buildout/eggs/Products.GenericSetup-1.8.0-py2.7.egg/Products/GenericSetup/tests/test_tool.py", line 210, in test_setBaselineContext
    self.assertEqual( len( export_registry.listSteps() ), 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)





More information about the Testbot mailing list