[Zope-tests] FAILED (errors=8) : Zope-2.12-alltests Python-2.6.5 : Linux

Zope Tests zope-tests at epy.co.at
Mon Mar 21 02:12:48 EDT 2011


Zope Tests : FAILED (errors=8)
Zope-2.12-alltests Python-2.6.5 : Linux (x86_64)

Running ./bin/alltests --all
/home/stefan/autotest/temp/python26-zope212all/eggs/zope.component-3.7.1-py2.6.egg/zope/component/tests.py:27: DeprecationWarning: zope.testing.doctest is deprecated in favour of the Python standard library doctest module
  from zope.testing import doctest, renormalizing
/home/stefan/autotest/temp/python26-zope212all/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/tests/test_config.py:22: DeprecationWarning: zope.testing.doctestunit is deprecated in favour of the Python standard library doctest module
  from zope.testing.doctestunit import DocTestSuite
Running OFS.tests.testCopySupportEvents.EventLayer tests:
  Set up OFS.tests.testCopySupportEvents.EventLayer in 0.135 seconds.
  Ran 14 tests with 0 failures and 0 errors in 0.043 seconds.
Running OFS.tests.testCopySupportHooks.HookLayer tests:
  Tear down OFS.tests.testCopySupportEvents.EventLayer in 0.000 seconds.
  Set up OFS.tests.testCopySupportHooks.HookLayer in 0.132 seconds.
  Ran 14 tests with 0 failures and 0 errors in 0.045 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Tear down OFS.tests.testCopySupportHooks.HookLayer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Ran 243 tests with 0 failures and 0 errors in 6.008 seconds.
Running Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer tests:
  Set up Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer in 0.093 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.174 seconds.
Running Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer tests:
  Tear down Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer in 0.001 seconds.
  Set up Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.001 seconds.
  Ran 18 tests with 0 failures and 0 errors in 0.032 seconds.
Running Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer tests:
  Tear down Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.001 seconds.
  Set up Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.001 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.006 seconds.
Running zope.container.tests.test_dependencies.ContainerLayer tests:
  Tear down Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.001 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.container.tests.test_dependencies.ContainerLayer in 0.016 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.001 seconds.
Running zope.testbrowser.tests.TestBrowserLayer tests:
  Tear down zope.container.tests.test_dependencies.ContainerLayer in 0.000 seconds.
  Set up zope.testbrowser.tests.TestBrowserLayer in 0.876 seconds.
  Ran 160 tests with 0 failures and 0 errors in 1.323 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down zope.testbrowser.tests.TestBrowserLayer in 0.001 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope212all/src/zExceptions/tests/test___init__.py:26: DeprecationWarning: String exceptions are deprecated starting with Python 2.5 and will be removed in a future release
  return upgradeException(t, v)


Error in test test_escape (pythongettext.tests.test_compile.TestWriter)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 65, in test_escape
    po_file = file(os.path.join(self.folder, 'test_escape.po'), 'rb')
IOError: [Errno 2] No such file or directory: '/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_escape.po'



Error in test test_msgctxt (pythongettext.tests.test_compile.TestWriter)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 44, in test_msgctxt
    self.compare_po_mo('test3.po', 'test3.mo')
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 25, in compare_po_mo
    po_file = file(os.path.join(self.folder, poname), 'rb')
IOError: [Errno 2] No such file or directory: '/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test3.po'



Error in test test_test (pythongettext.tests.test_compile.TestWriter)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 38, in test_test
    self.compare_po_mo('test.po', 'test.mo')
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 25, in compare_po_mo
    po_file = file(os.path.join(self.folder, poname), 'rb')
IOError: [Errno 2] No such file or directory: '/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test.po'



Error in test test_test2 (pythongettext.tests.test_compile.TestWriter)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 41, in test_test2
    self.compare_po_mo('test2.po', 'test2.mo')
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 25, in compare_po_mo
    po_file = file(os.path.join(self.folder, poname), 'rb')
IOError: [Errno 2] No such file or directory: '/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test2.po'



Error in test test_test4 (pythongettext.tests.test_compile.TestWriter)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 47, in test_test4
    po_file = file(os.path.join(self.folder, 'test4.po'), 'rb')
IOError: [Errno 2] No such file or directory: '/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test4.po'



Error in test test_test5 (pythongettext.tests.test_compile.TestWriter)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 53, in test_test5
    po_file = file(os.path.join(self.folder, 'test5.po'), 'rb')
IOError: [Errno 2] No such file or directory: '/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test5.po'



Error in test test_test5_unicode_name (pythongettext.tests.test_compile.TestWriter)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 59, in test_test5_unicode_name
    po_file = file(os.path.join(self.folder, 'test5.po'), 'rb')
IOError: [Errno 2] No such file or directory: '/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test5.po'



Error in test test_unicode_bom (pythongettext.tests.test_compile.TestWriter)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/unittest2-0.5.1-py2.6.egg/unittest2/case.py", line 340, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 72, in test_unicode_bom
    self.compare_po_mo('test_unicode_bom.po', 'test_unicode_bom.mo')
  File "/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_compile.py", line 25, in compare_po_mo
    po_file = file(os.path.join(self.folder, poname), 'rb')
IOError: [Errno 2] No such file or directory: '/home/stefan/autotest/temp/python26-zope212all/eggs/python_gettext-1.1-py2.6.egg/pythongettext/tests/test_unicode_bom.po'

  Ran 6123 tests with 0 failures and 8 errors in 1 minutes 37.882 seconds.
Running zope.traversing.tests.layer.TraversingLayer tests:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Set up zope.traversing.tests.layer.TraversingLayer in 0.468 seconds.
  Ran 7 tests with 0 failures and 0 errors in 0.154 seconds.
Running zope.traversing.tests.test_dependencies.TraversingLayer tests:
  Tear down zope.traversing.tests.layer.TraversingLayer in 0.003 seconds.
  Set up zope.traversing.tests.test_dependencies.TraversingLayer in 0.015 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.001 seconds.
Tearing down left over layers:
  Tear down zope.traversing.tests.test_dependencies.TraversingLayer in 0.002 seconds.
Total: 6599 tests, 0 failures, 8 errors in 1 minutes 49.485 seconds.

FAILED (errors=8)


More information about the Zope-tests mailing list