[Zope-tests] FAILED (failures=7) : Zope-trunk-alltests Python-2.6.2 : Linux
Zope Tests
zope-tests at epy.co.at
Sat Jul 18 20:58:01 EDT 2009
Zope Tests : FAILED (failures=7)
Zope-trunk-alltests Python-2.6.2 : Linux x86_64
Running /usr/local/python2.6/bin/python ./bin/alltests --all
Running OFS.tests.testCopySupportEvents.EventLayer tests:
Set up OFS.tests.testCopySupportEvents.EventLayer in 0.103 seconds.
Ran 14 tests with 0 failures and 0 errors in 0.045 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.100 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.
/home/stefan/autotest/temp/python26-zope213all/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py:685: UserWarning: The set_schema option of the <require /> directive is not supported in Zope 2. Ignored for Products.Five.tests.test_security.Dummy3
actions = self.handler(context, **args)
/home/stefan/autotest/temp/python26-zope213all/eggs/zope.configuration-3.6.0-py2.6.egg/zope/configuration/config.py:685: UserWarning: The set_attribute option of the <require /> directive is not supported in Zope 2. Ignored for Products.Five.tests.test_security.Dummy4
actions = self.handler(context, **args)
Ran 637 tests with 0 failures and 0 errors in 5.322 seconds.
Running Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer tests:
Set up Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer in 0.097 seconds.
Ran 16 tests with 0 failures and 0 errors in 0.185 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.037 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.007 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.formlib.tests.FormlibLayer tests:
Tear down zope.container.tests.test_dependencies.ContainerLayer in 0.000 seconds.
Set up zope.formlib.tests.FormlibLayer/usr/local/python2.6/lib/python2.6/mhlib.py:83: DeprecationWarning: the multifile module has been deprecated since Python 2.5
import multifile
in 0.718 seconds.
Ran 11 tests with 0 failures and 0 errors in 0.010 seconds.
Running zope.testbrowser.tests.TestBrowserLayer tests:
Tear down zope.formlib.tests.FormlibLayer in 0.001 seconds.
Set up zope.testbrowser.tests.TestBrowserLayer in 0.519 seconds.
Ran 160 tests with 0 failures and 0 errors in 1.938 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-zope213all/eggs/docutils-0.5-py2.6.egg/docutils/parsers/rst/__init__.py:178: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
self.message = message
/home/stefan/autotest/temp/python26-zope213all/eggs/docutils-0.5-py2.6.egg/docutils/parsers/rst/states.py:2046: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
directive_error.message)
Failure in test testMultipleRangesBigFileOutOfOrder (OFS.tests.testRanges.TestRequestRange)
Traceback (most recent call last):
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
testMethod()
File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testRanges.py", line 332, in testMultipleRangesBigFileOutOfOrder
(70000, 80001)])
File "/home/stefan/autotest/temp/python26-zope213all/src/OFS/tests/testRanges.py", line 209, in expectMultipleRanges
str(len(body)), rsp.getHeader('content-length')))
File "/usr/local/python2.6/lib/python2.6/unittest.py", line 321, in failIf
if expr: raise self.failureException, msg
AssertionError: Incorrect Content-Length is set! Expected 20433, got 20434.
/home/stefan/autotest/temp/python26-zope213all/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)
Failure in test test_proxying (Acquisition.tests)
Failed doctest test for Acquisition.tests.test_proxying
File "/home/stefan/autotest/temp/python26-zope213all/eggs/Acquisition-2.12.1-py2.6-linux-x86_64.egg/Acquisition/tests.py", line 1686, in test_proxying
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/Acquisition-2.12.1-py2.6-linux-x86_64.egg/Acquisition/tests.py", line 1732, in Acquisition.tests.test_proxying
Failed example:
list(i.c)
Exception raised:
Traceback (most recent call last):
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
compileflags, 1) in test.globs
File "<doctest Acquisition.tests.test_proxying[line 46, example 11]>", line 1, in <module>
list(i.c)
MemoryError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/Acquisition-2.12.1-py2.6-linux-x86_64.egg/Acquisition/tests.py", line 1781, in Acquisition.tests.test_proxying
Failed example:
list(i.c)
Exception raised:
Traceback (most recent call last):
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
compileflags, 1) in test.globs
File "<doctest Acquisition.tests.test_proxying[line 95, example 23]>", line 1, in <module>
list(i.c)
MemoryError
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/Acquisition-2.12.1-py2.6-linux-x86_64.egg/Acquisition/tests.py", line 1802, in Acquisition.tests.test_proxying
Failed example:
list(c2)
Exception raised:
Traceback (most recent call last):
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.testing-3.7.7-py2.6.egg/zope/testing/doctest.py", line 1361, in __run
compileflags, 1) in test.globs
File "<doctest Acquisition.tests.test_proxying[line 116, example 30]>", line 1, in <module>
list(c2)
MemoryError
Failure in test test_basic_pickling (ExtensionClass.tests)
Failed doctest test for ExtensionClass.tests.test_basic_pickling
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 194, in test_basic_pickling
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 201, in ExtensionClass.tests.test_basic_pickling
Failed example:
print_dict(x.__getstate__())
Expected:
{'__name__': 'x', 'aaa': 1, 'bbb': 'foo'}
Got:
{}
Failure in test test_pickling_w_slots (ExtensionClass.tests)
Failed doctest test for ExtensionClass.tests.test_pickling_w_slots
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 346, in test_pickling_w_slots
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 354, in ExtensionClass.tests.test_pickling_w_slots
Failed example:
print_dict(d)
Expected:
{'aaa': 1, 'bbb': 'foo'}
Got:
{}
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 359, in ExtensionClass.tests.test_pickling_w_slots
Failed example:
pickle.loads(pickle.dumps(x)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 361, in ExtensionClass.tests.test_pickling_w_slots
Failed example:
pickle.loads(pickle.dumps(x, 0)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 363, in ExtensionClass.tests.test_pickling_w_slots
Failed example:
pickle.loads(pickle.dumps(x, 1)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 365, in ExtensionClass.tests.test_pickling_w_slots
Failed example:
pickle.loads(pickle.dumps(x, 2)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 371, in ExtensionClass.tests.test_pickling_w_slots
Failed example:
print_dict(d)
Expected:
{'aaa': 1, 'bbb': 'foo'}
Got:
{}
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 376, in ExtensionClass.tests.test_pickling_w_slots
Failed example:
pickle.loads(pickle.dumps(x)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 378, in ExtensionClass.tests.test_pickling_w_slots
Failed example:
pickle.loads(pickle.dumps(x, 0)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 380, in ExtensionClass.tests.test_pickling_w_slots
Failed example:
pickle.loads(pickle.dumps(x, 1)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 382, in ExtensionClass.tests.test_pickling_w_slots
Failed example:
pickle.loads(pickle.dumps(x, 2)) == x
Expected:
1
Got:
False
Failure in test test_pickling_w_slots_only (ExtensionClass.tests)
Failed doctest test for ExtensionClass.tests.test_pickling_w_slots_only
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 294, in test_pickling_w_slots_only
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 306, in ExtensionClass.tests.test_pickling_w_slots_only
Failed example:
pickle.loads(pickle.dumps(x)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 308, in ExtensionClass.tests.test_pickling_w_slots_only
Failed example:
pickle.loads(pickle.dumps(x, 0)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 310, in ExtensionClass.tests.test_pickling_w_slots_only
Failed example:
pickle.loads(pickle.dumps(x, 1)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 312, in ExtensionClass.tests.test_pickling_w_slots_only
Failed example:
pickle.loads(pickle.dumps(x, 2)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 322, in ExtensionClass.tests.test_pickling_w_slots_only
Failed example:
pickle.loads(pickle.dumps(x)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 324, in ExtensionClass.tests.test_pickling_w_slots_only
Failed example:
pickle.loads(pickle.dumps(x, 0)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 326, in ExtensionClass.tests.test_pickling_w_slots_only
Failed example:
pickle.loads(pickle.dumps(x, 1)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 328, in ExtensionClass.tests.test_pickling_w_slots_only
Failed example:
pickle.loads(pickle.dumps(x, 2)) == x
Expected:
1
Got:
False
Failure in test test_pickling_w_slots_w_empty_dict (ExtensionClass.tests)
Failed doctest test for ExtensionClass.tests.test_pickling_w_slots_w_empty_dict
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 387, in test_pickling_w_slots_w_empty_dict
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 400, in ExtensionClass.tests.test_pickling_w_slots_w_empty_dict
Failed example:
pickle.loads(pickle.dumps(x)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 402, in ExtensionClass.tests.test_pickling_w_slots_w_empty_dict
Failed example:
pickle.loads(pickle.dumps(x, 0)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 404, in ExtensionClass.tests.test_pickling_w_slots_w_empty_dict
Failed example:
pickle.loads(pickle.dumps(x, 1)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 406, in ExtensionClass.tests.test_pickling_w_slots_w_empty_dict
Failed example:
pickle.loads(pickle.dumps(x, 2)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 417, in ExtensionClass.tests.test_pickling_w_slots_w_empty_dict
Failed example:
pickle.loads(pickle.dumps(x)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 419, in ExtensionClass.tests.test_pickling_w_slots_w_empty_dict
Failed example:
pickle.loads(pickle.dumps(x, 0)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 421, in ExtensionClass.tests.test_pickling_w_slots_w_empty_dict
Failed example:
pickle.loads(pickle.dumps(x, 1)) == x
Expected:
1
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/ExtensionClass-2.11.1-py2.6-linux-x86_64.egg/ExtensionClass/tests.py", line 423, in ExtensionClass.tests.test_pickling_w_slots_w_empty_dict
Failed example:
pickle.loads(pickle.dumps(x, 2)) == x
Expected:
1
Got:
False
Failure in test /home/stefan/autotest/temp/python26-zope213all/eggs/zope.index-3.5.2-py2.6-linux-x86_64.egg/zope/index/text/tests/../textindex.txt
Failed doctest test for textindex.txt
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.index-3.5.2-py2.6-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 0
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.index-3.5.2-py2.6-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 74, in textindex.txt
Failed example:
[(k, "%.4f" % v) for (k, v) in index.apply(u'brown fox').items()] == result
Expected:
True
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.index-3.5.2-py2.6-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 79, in textindex.txt
Failed example:
[(k, "%.4f" % v) for (k, v) in index.apply(u'quick fox').items()] == result
Expected:
True
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.index-3.5.2-py2.6-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 90, in textindex.txt
Failed example:
[(k, "%.4f" % v) for (k, v) in index.apply(u'brown or python').items()] == result
Expected:
True
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.index-3.5.2-py2.6-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 96, in textindex.txt
Failed example:
[(k, "%.4f" % v) for (k, v) in index.apply(u'butts').items()] == result
Expected:
True
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.index-3.5.2-py2.6-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 108, in textindex.txt
Failed example:
[(k, "%.4f" % v) for (k, v) in index.apply(u"Fran\xe7ois").items()] == result
Expected:
True
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.index-3.5.2-py2.6-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 113, in textindex.txt
Failed example:
[(k, "%.4f" % v) for (k, v) in index.apply(word).items()] == result
Expected:
True
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.index-3.5.2-py2.6-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 121, in textindex.txt
Failed example:
[(k, "%.3f" % v) for (k, v) in index.apply('fo*').items()] == result
Expected:
True
Got:
False
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope213all/eggs/zope.index-3.5.2-py2.6-linux-x86_64.egg/zope/index/text/tests/../textindex.txt", line 143, in textindex.txt
Failed example:
[(k, "%.4f" % v) for (k, v) in index2.apply("Zorro").items()] == result
Expected:
True
Got:
False
Ran 6022 tests with 7 failures and 0 errors in 1 minutes 45.389 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.461 seconds.
Ran 7 tests with 0 failures and 0 errors in 0.152 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: 6903 tests, 7 failures, 0 errors in 1 minutes 57.424 seconds.
FAILED (failures=7)
More information about the Zope-tests
mailing list