[Zope-dev] How to test changes to ZTK packages?
Stephan Richter
srichter at cosmos.phy.tufts.edu
Tue Jun 30 13:04:41 EDT 2009
On Tuesday 30 June 2009, Stephan Richter wrote:
> I'll report the full output when it is done.
And here it is.
Regards,
Stephan
--
Entrepreneur and Software Geek
Google me. "Zope Stephan Richter"
-------------- next part --------------
[srichter at localhost test]$ ./bin/test -vpc1
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running tests at level 1
Running .!no tests here! tests:
Set up .!no tests here! in 0.000 seconds.
Running:
Ran 1 tests with 0 failures and 0 errors in 0.000 seconds.
Running .BlobAdaptedFileStorageBlobTests tests:
Tear down .!no tests here! in 0.000 seconds.
Set up .BlobAdaptedFileStorageBlobTests in 0.000 seconds.
Running:
Ran 91 tests with 0 failures and 0 errors in 10.012 seconds.
Running .BlobAdaptedFileStorageTests tests:
Tear down .BlobAdaptedFileStorageBlobTests in 0.000 seconds.
Set up .BlobAdaptedFileStorageTests in 0.000 seconds.
Running:
Ran 107 tests with 0 failures and 0 errors in 4 minutes 54.441 seconds.
Running .BlobFileStorageBlobTests tests:
Tear down .BlobAdaptedFileStorageTests in 0.000 seconds.
Set up .BlobFileStorageBlobTests in 0.000 seconds.
Running:
Ran 91 tests with 0 failures and 0 errors in 9.691 seconds.
Running .BlobWritableCacheTests tests:
Tear down .BlobFileStorageBlobTests in 0.000 seconds.
Set up .BlobWritableCacheTests in 0.000 seconds.
Running:
Ran 106 tests with 0 failures and 0 errors in 4 minutes 44.147 seconds.
Running .ClientStorageNonSharedBlobsBlobTests tests:
Tear down .BlobWritableCacheTests in 0.000 seconds.
Set up .ClientStorageNonSharedBlobsBlobTests in 0.000 seconds.
Running:
Ran 77 tests with 0 failures and 0 errors in 41.410 seconds.
Running .ClientStorageSharedBlobsBlobTests tests:
Tear down .ClientStorageNonSharedBlobsBlobTests in 0.000 seconds.
Set up .ClientStorageSharedBlobsBlobTests in 0.000 seconds.
Running:
Ran 77 tests with 0 failures and 0 errors in 38.595 seconds.
Running .DemoStorageTests tests:
Tear down .ClientStorageSharedBlobsBlobTests in 0.000 seconds.
Set up .DemoStorageTests in 0.000 seconds.
Running:
Ran 50 tests with 0 failures and 0 errors in 2 minutes 24.273 seconds.
Running .FileStorageTests tests:
Tear down .DemoStorageTests in 0.000 seconds.
Set up .FileStorageTests in 0.000 seconds.
Running:
Ran 102 tests with 0 failures and 0 errors in 4 minutes 37.213 seconds.
Running .MappingStorageTests tests:
Tear down .FileStorageTests in 0.000 seconds.
Set up .MappingStorageTests in 0.000 seconds.
Running:
Ran 51 tests with 0 failures and 0 errors in 2 minutes 25.098 seconds.
Running .ZEO Connection Tests tests:
Tear down .MappingStorageTests in 0.000 seconds.
Set up .ZEO Connection Tests in 0.000 seconds.
Running:
Ran 64 tests with 0 failures and 0 errors in 4 minutes 35.213 seconds.
Running .testZeo-misc tests:
Tear down .ZEO Connection Tests in 0.000 seconds.
Set up .testZeo-misc in 0.000 seconds.
Running:
15/32 (46.9%) ... 9.0a12-py2.5-linux-i686.egg/ZEO/tests/zeo_blob_cache.test
Failure in test /opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZEO/tests/zeo_blob_cache.test
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/opt/python25/lib/python2.5/doctest.py", line 2128, in runTest
raise self.failureException(self.format_failure(new.getvalue()))
AssertionError: Failed doctest test for zeo_blob_cache.test
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZEO/tests/zeo_blob_cache.test", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZEO/tests/zeo_blob_cache.test", line 72, in zeo_blob_cache.test
Failed example:
cache_size('blobs') < 5000
Expected:
True
Got:
False
Ran 32 tests with 1 failures and 0 errors in 2 minutes 26.257 seconds.
Running z3c.etestbrowser.tests.ETestBrowserLayer tests:
Tear down .testZeo-misc in 0.000 seconds.
Set up z3c.etestbrowser.tests.ETestBrowserLayer in 1.267 seconds.
Running:
8/8 (100.0%) ... c.etestbrowser-1.2.1-py2.5.egg/z3c/etestbrowser/README.txt
Failure in test /opt/zope/packages/eggs/z3c.etestbrowser-1.2.1-py2.5.egg/z3c/etestbrowser/README.txt
Failed doctest test for README.txt
File "/opt/zope/packages/eggs/z3c.etestbrowser-1.2.1-py2.5.egg/z3c/etestbrowser/README.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/z3c.etestbrowser-1.2.1-py2.5.egg/z3c/etestbrowser/README.txt", line 49, in README.txt
Failed example:
browser.etree
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest README.txt[9]>", line 1, in <module>
browser.etree
File "/opt/zope/packages/eggs/z3c.etestbrowser-1.2.1-py2.5.egg/z3c/etestbrowser/testing.py", line 69, in etree
self._etree = lxml.etree.XML(self.contents)
File "lxml.etree.pyx", line 2484, in lxml.etree.XML (src/lxml/lxml.etree.c:50393)
File "parser.pxi", line 1511, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:75320)
File "parser.pxi", line 1390, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:74071)
File "parser.pxi", line 932, in lxml.etree._BaseParser._parseDoc (src/lxml/lxml.etree.c:70950)
File "parser.pxi", line 543, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:67093)
File "parser.pxi", line 629, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:68140)
File "parser.pxi", line 569, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:67388)
XMLSyntaxError: Entity 'nbsp' not defined, line 78, column 40
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/z3c.etestbrowser-1.2.1-py2.5.egg/z3c/etestbrowser/README.txt", line 51, in README.txt
Failed example:
browser.etree.xpath(
'//html:body', {'html': 'http://www.w3.org/1999/xhtml'})
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest README.txt[10]>", line 1, in <module>
browser.etree.xpath(
File "/opt/zope/packages/eggs/z3c.etestbrowser-1.2.1-py2.5.egg/z3c/etestbrowser/testing.py", line 69, in etree
self._etree = lxml.etree.XML(self.contents)
File "lxml.etree.pyx", line 2484, in lxml.etree.XML (src/lxml/lxml.etree.c:50393)
File "parser.pxi", line 1511, in lxml.etree._parseMemoryDocument (src/lxml/lxml.etree.c:75320)
File "parser.pxi", line 1390, in lxml.etree._parseDoc (src/lxml/lxml.etree.c:74071)
File "parser.pxi", line 932, in lxml.etree._BaseParser._parseDoc (src/lxml/lxml.etree.c:70950)
File "parser.pxi", line 543, in lxml.etree._ParserContext._handleParseResultDoc (src/lxml/lxml.etree.c:67093)
File "parser.pxi", line 629, in lxml.etree._handleParseResult (src/lxml/lxml.etree.c:68140)
File "parser.pxi", line 569, in lxml.etree._raiseParseError (src/lxml/lxml.etree.c:67388)
XMLSyntaxError: Entity 'nbsp' not defined, line 78, column 40
Ran 8 tests with 1 failures and 0 errors in 0.493 seconds.
Running z3c.formdemo.testing.FormDemoLayer tests:
Tear down z3c.etestbrowser.tests.ETestBrowserLayer ... not supported
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running in a subprocess.
Set up z3c.formdemo.testing.FormDemoLayer Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 360, in run_layer
setup_layer(options, layer, setup_layers)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 536, in setup_layer
layer.setUp()
File "/opt/zope/packages/eggs/zope.app.testing-3.6.1-py2.5.egg/zope/app/testing/functional.py", line 337, in setUp
self.config_file, product_config=self.product_config)
File "/opt/zope/packages/eggs/zope.app.testing-3.6.1-py2.5.egg/zope/app/testing/functional.py", line 215, in __init__
self.app = Debugger(self.db, config_file)
File "/opt/zope/packages/eggs/zope.app.debug-3.4.1-py2.5.egg/zope/app/debug/debug.py", line 36, in __init__
config(config_file)
File "/opt/zope/packages/eggs/zope.app.appsetup-3.9.0-py2.5.egg/zope/app/appsetup/appsetup.py", line 111, in config
context = xmlconfig.file(file, context=context, execute=execute)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 647, in file
include(context, name, package)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 546, in include
processxmlfile(f, context)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 378, in processxmlfile
parser.parse(src)
File "/opt/python25/lib/python2.5/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/opt/python25/lib/python2.5/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/opt/python25/lib/python2.5/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/opt/python25/lib/python2.5/xml/sax/expatreader.py", line 349, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 357, in endElementNS
self.context.end()
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py", line 541, in end
self.stack.pop().finish()
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py", line 689, in finish
actions = self.handler(context, **args)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 546, in include
processxmlfile(f, context)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 378, in processxmlfile
parser.parse(src)
File "/opt/python25/lib/python2.5/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/opt/python25/lib/python2.5/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/opt/python25/lib/python2.5/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/opt/python25/lib/python2.5/xml/sax/expatreader.py", line 349, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 357, in endElementNS
self.context.end()
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py", line 541, in end
self.stack.pop().finish()
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py", line 689, in finish
actions = self.handler(context, **args)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 539, in include
f = openInOrPlain(path)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 427, in openInOrPlain
fp = open(filename)
ZopeXMLConfigurationError: File "/opt/zope/packages/eggs/z3c.formdemo-1.5.3-py2.5.egg/z3c/formdemo/ftesting.zcml", line 1.0-1.35
ZopeXMLConfigurationError: File "/opt/zope/packages/eggs/z3c.formdemo-1.5.3-py2.5.egg/z3c/formdemo/application.zcml", line 7.2-7.67
IOError: [Errno 2] No such file or directory: '/opt/zope/packages/eggs/zope.app.component-3.6.1-py2.5.egg/zope/app/component/browser/meta.zcml'
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running z3c.layer.minimal.tests.test_layer.TestLayer tests:
Running in a subprocess.
Set up z3c.layer.minimal.tests.test_layer.TestLayer/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py:196: DeprecationWarning: ISite is deprecated. Moved to zope.location.interfaces. Importing from here will stop working in Zope 3.6
obj = getattr(mod, oname)
in 1.304 seconds.
Running:
6/6 (100.0%)
Failure in test /opt/zope/packages/eggs/z3c.layer.minimal-1.0.1-py2.5.egg/z3c/layer/minimal/tests/../README.txt
Failed doctest test for README.txt
File "/opt/zope/packages/eggs/z3c.layer.minimal-1.0.1-py2.5.egg/z3c/layer/minimal/tests/../README.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/z3c.layer.minimal-1.0.1-py2.5.egg/z3c/layer/minimal/tests/../README.txt", line 72, in README.txt
Failed example:
manager.open(skinURL + '/foobar.html')
Differences (ndiff with -expected +actual):
Traceback (most recent call last):
- ...
- httperror_seek_wrapper: HTTP Error 404: Not Found
+ File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
+ compileflags, 1) in test.globs
+ File "<doctest README.txt[9]>", line 1, in <module>
+ manager.open(skinURL + '/foobar.html')
+ File "/opt/zope/packages/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 239, in open
+ self.mech_browser.open(url, data)
+ File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
+ return self._mech_open(url, data, timeout=timeout)
+ File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 261, in _mech_open
+ raise response
+ HTTPError: HTTP Error 404: Not Found
Ran 6 tests with 1 failures and 0 errors in 0.204 seconds.
Tear down z3c.layer.minimal.tests.test_layer.TestLayer ... not supported
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running z3c.layer.pagelet.tests.test_layer.TestLayer tests:
Running in a subprocess.
Set up z3c.layer.pagelet.tests.test_layer.TestLayer in 0.618 seconds.
Running:
Ran 36 tests with 0 failures and 0 errors in 0.437 seconds.
Tear down z3c.layer.pagelet.tests.test_layer.TestLayer ... not supported
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running z3c.layer.ready2go.tests.TestLayer tests:
Running in a subprocess.
Set up z3c.layer.ready2go.tests.TestLayer Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 360, in run_layer
setup_layer(options, layer, setup_layers)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 536, in setup_layer
layer.setUp()
File "/opt/zope/packages/eggs/zope.app.testing-3.6.1-py2.5.egg/zope/app/testing/functional.py", line 337, in setUp
self.config_file, product_config=self.product_config)
File "/opt/zope/packages/eggs/zope.app.testing-3.6.1-py2.5.egg/zope/app/testing/functional.py", line 215, in __init__
self.app = Debugger(self.db, config_file)
File "/opt/zope/packages/eggs/zope.app.debug-3.4.1-py2.5.egg/zope/app/debug/debug.py", line 36, in __init__
config(config_file)
File "/opt/zope/packages/eggs/zope.app.appsetup-3.9.0-py2.5.egg/zope/app/appsetup/appsetup.py", line 111, in config
context = xmlconfig.file(file, context=context, execute=execute)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 647, in file
include(context, name, package)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 546, in include
processxmlfile(f, context)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 378, in processxmlfile
parser.parse(src)
File "/opt/python25/lib/python2.5/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/opt/python25/lib/python2.5/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/opt/python25/lib/python2.5/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/opt/python25/lib/python2.5/xml/sax/expatreader.py", line 349, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 357, in endElementNS
self.context.end()
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py", line 541, in end
self.stack.pop().finish()
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py", line 688, in finish
args = toargs(context, *self.argdata)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py", line 1380, in toargs
args[str(name)] = field.fromUnicode(s)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/fields.py", line 141, in fromUnicode
raise schema.ValidationError(v)
ZopeXMLConfigurationError: File "/opt/zope/packages/eggs/z3c.layer.ready2go-0.5.1-py2.5.egg/z3c/layer/ready2go/ftesting.zcml", line 9.2-9.57
ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zc has no global configuration')
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running z3c.layer.trusted.tests.TestLayer tests:
Running in a subprocess.
Set up z3c.layer.trusted.tests.TestLayer/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py:196: DeprecationWarning: ISite is deprecated. Moved to zope.location.interfaces. Importing from here will stop working in Zope 3.6
obj = getattr(mod, oname)
in 1.441 seconds.
Running:
Ran 6 tests with 0 failures and 0 errors in 0.111 seconds.
Tear down z3c.layer.trusted.tests.TestLayer ... not supported
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running z3c.testing.tests.MyLayer tests:
Running in a subprocess.
Set up z3c.testing.tests.MyLayer in 1.034 seconds.
Running:
Ran 2 tests with 0 failures and 0 errors in 0.194 seconds.
Tear down z3c.testing.tests.MyLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zc.catalog.browser.tests.ZcCatalogLayer tests:
Running in a subprocess.
Set up zc.catalog.browser.tests.ZcCatalogLayer in 1.569 seconds.
Running:
Ran 9 tests with 0 failures and 0 errors in 1.238 seconds.
Tear down zc.catalog.browser.tests.ZcCatalogLayer ... not supported
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zc.datetimewidget.tests.DTWidgetLayer tests:
Running in a subprocess.
Set up zc.datetimewidget.tests.DTWidgetLayer in 1.139 seconds.
Running:
Ran 7 tests with 0 failures and 0 errors in 0.656 seconds.
Tear down zc.datetimewidget.tests.DTWidgetLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zc.resourcelibrary.tests.tests.ResourceLibraryFunctionalLayer tests:
Running in a subprocess.
Set up zc.resourcelibrary.tests.tests.ResourceLibraryFunctionalLayer in 1.101 seconds.
Running:
Ran 29 tests with 0 failures and 0 errors in 0.141 seconds.
Tear down zc.resourcelibrary.tests.tests.ResourceLibraryFunctionalLayer ... not supported
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.apidoc.testing.APIDocLayer tests:
Running in a subprocess.
Set up zope.app.apidoc.testing.APIDocLayer Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 360, in run_layer
setup_layer(options, layer, setup_layers)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 536, in setup_layer
layer.setUp()
File "/opt/zope/packages/eggs/zope.app.testing-3.6.1-py2.5.egg/zope/app/testing/functional.py", line 337, in setUp
self.config_file, product_config=self.product_config)
File "/opt/zope/packages/eggs/zope.app.testing-3.6.1-py2.5.egg/zope/app/testing/functional.py", line 215, in __init__
self.app = Debugger(self.db, config_file)
File "/opt/zope/packages/eggs/zope.app.debug-3.4.1-py2.5.egg/zope/app/debug/debug.py", line 36, in __init__
config(config_file)
File "/opt/zope/packages/eggs/zope.app.appsetup-3.9.0-py2.5.egg/zope/app/appsetup/appsetup.py", line 111, in config
context = xmlconfig.file(file, context=context, execute=execute)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 649, in file
context.execute_actions()
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py", line 609, in execute_actions
callable(*args, **kw)
File "/opt/zope/packages/eggs/zope.app.onlinehelp-3.5.0-py2.5.egg/zope/app/onlinehelp/onlinehelp.py", line 124, in registerHelpTopic
"Help Topic definition %s does not exist" % doc_path
ConfigurationExecutionError: <class 'zope.configuration.exceptions.ConfigurationError'>: Help Topic definition /opt/zope/packages/eggs/zope.app.security-3.7.0-py2.5.egg/zope/app/security/globalprincipals.txt does not exist
in:
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/bookmodule/book.zcml", line 135.4-140.10
<bookchapter
id="globalprincipals"
title="Global Principals"
doc_path="globalprincipals.txt"
parent="security"
/>
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.apidoc.testing.APIDocNoDevModeLayer tests:
Running in a subprocess.
Set up zope.app.apidoc.testing.APIDocNoDevModeLayer in 1.588 seconds.
Running:
Ran 1 tests with 0 failures and 0 errors in 0.028 seconds.
Tear down zope.app.apidoc.testing.APIDocNoDevModeLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.authentication.testing.AppAuthenticationLayer tests:
Running in a subprocess.
Set up zope.app.authentication.testing.AppAuthenticationLayer in 1.505 seconds.
Running:
Ran 64 tests with 0 failures and 0 errors in 3.369 seconds.
Tear down zope.app.authentication.testing.AppAuthenticationLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.boston.testing.BostonLayer tests:
Running in a subprocess.
Set up zope.app.boston.testing.BostonLayer in 1.537 seconds.
Running:
Ran 10 tests with 0 failures and 0 errors in 0.685 seconds.
Tear down zope.app.boston.testing.BostonLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.catalog.testing.AppCatalogLayer tests:
Running in a subprocess.
Set up zope.app.catalog.testing.AppCatalogLayer in 1.722 seconds.
Running:
Ran 13 tests with 0 failures and 0 errors in 0.467 seconds.
Tear down zope.app.catalog.testing.AppCatalogLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.component.browser.tests.AppComponentBrowserLayer tests:
Running in a subprocess.
Set up zope.app.component.browser.tests.AppComponentBrowserLayer in 1.455 seconds.
Running:
Ran 6 tests with 0 failures and 0 errors in 0.614 seconds.
Tear down zope.app.component.browser.tests.AppComponentBrowserLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.container.testing.AppContainerLayer tests:
Running in a subprocess.
Set up zope.app.container.testing.AppContainerLayer in 1.608 seconds.
Running:
Ran 15 tests with 0 failures and 0 errors in 1.354 seconds.
Tear down zope.app.container.testing.AppContainerLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.dav.testing.AppDavLayer tests:
Running in a subprocess.
Set up zope.app.dav.testing.AppDavLayer in 1.798 seconds.
Running:
Ran 16 tests with 0 failures and 0 errors in 0.210 seconds.
Tear down zope.app.dav.testing.AppDavLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.debugskin.testing.DebugSkinLayer tests:
Running in a subprocess.
Set up zope.app.debugskin.testing.DebugSkinLayer in 1.365 seconds.
Running:
Ran 1 tests with 0 failures and 0 errors in 0.148 seconds.
Tear down zope.app.debugskin.testing.DebugSkinLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.dtmlpage.testing.DTMLPageLayer tests:
Running in a subprocess.
Set up zope.app.dtmlpage.testing.DTMLPageLayer in 1.621 seconds.
Running:
Ran 7 tests with 0 failures and 0 errors in 0.320 seconds.
Tear down zope.app.dtmlpage.testing.DTMLPageLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.exception.testing.AppExceptionLayer tests:
Running in a subprocess.
Set up zope.app.exception.testing.AppExceptionLayer in 1.651 seconds.
Running:
Ran 4 tests with 0 failures and 0 errors in 0.119 seconds.
Tear down zope.app.exception.testing.AppExceptionLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.file.testing.AppFileLayer tests:
Running in a subprocess.
Set up zope.app.file.testing.AppFileLayer in 1.614 seconds.
Running:
Ran 41 tests with 0 failures and 0 errors in 1.229 seconds.
Tear down zope.app.file.testing.AppFileLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.form.testing.AppFormLayer tests:
Running in a subprocess.
Set up zope.app.form.testing.AppFormLayer Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 360, in run_layer
setup_layer(options, layer, setup_layers)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 536, in setup_layer
layer.setUp()
File "/opt/zope/packages/eggs/zope.app.testing-3.6.1-py2.5.egg/zope/app/testing/functional.py", line 337, in setUp
self.config_file, product_config=self.product_config)
File "/opt/zope/packages/eggs/zope.app.testing-3.6.1-py2.5.egg/zope/app/testing/functional.py", line 215, in __init__
self.app = Debugger(self.db, config_file)
File "/opt/zope/packages/eggs/zope.app.debug-3.4.1-py2.5.egg/zope/app/debug/debug.py", line 36, in __init__
config(config_file)
File "/opt/zope/packages/eggs/zope.app.appsetup-3.9.0-py2.5.egg/zope/app/appsetup/appsetup.py", line 111, in config
context = xmlconfig.file(file, context=context, execute=execute)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 647, in file
include(context, name, package)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 546, in include
processxmlfile(f, context)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 378, in processxmlfile
parser.parse(src)
File "/opt/python25/lib/python2.5/xml/sax/expatreader.py", line 107, in parse
xmlreader.IncrementalParser.parse(self, source)
File "/opt/python25/lib/python2.5/xml/sax/xmlreader.py", line 123, in parse
self.feed(buffer)
File "/opt/python25/lib/python2.5/xml/sax/expatreader.py", line 207, in feed
self._parser.Parse(data, isFinal)
File "/opt/python25/lib/python2.5/xml/sax/expatreader.py", line 349, in end_element_ns
self._cont_handler.endElementNS(pair, None)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/xmlconfig.py", line 357, in endElementNS
self.context.end()
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py", line 541, in end
self.stack.pop().finish()
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py", line 688, in finish
args = toargs(context, *self.argdata)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/config.py", line 1380, in toargs
args[str(name)] = field.fromUnicode(s)
File "/opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/fields.py", line 141, in fromUnicode
raise schema.ValidationError(v)
ZopeXMLConfigurationError: File "/opt/zope/packages/eggs/zope.app.form-3.7.2-py2.5.egg/zope/app/form/ftesting.zcml", line 56.4-56.42
ConfigurationError: ('Invalid value for', 'package', 'ImportError: Module zc has no global sourcefactory')
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.generations.testing.GenerationsLayer tests:
Running in a subprocess.
Set up zope.app.generations.testing.GenerationsLayer in 1.247 seconds.
Running:
Ran 1 tests with 0 failures and 0 errors in 0.236 seconds.
Tear down zope.app.generations.testing.GenerationsLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.http.testing.AppHttpLayer tests:
Running in a subprocess.
Set up zope.app.http.testing.AppHttpLayer in 1.639 seconds.
Running:
Ran 1 tests with 0 failures and 0 errors in 0.030 seconds.
Tear down zope.app.http.testing.AppHttpLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.i18nfile.testing.I18nFileLayer tests:
Running in a subprocess.
Set up zope.app.i18nfile.testing.I18nFileLayer in 1.707 seconds.
Running:
Ran 16 tests with 0 failures and 0 errors in 0.441 seconds.
Tear down zope.app.i18nfile.testing.I18nFileLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.intid.testing.IntIdLayer tests:
Running in a subprocess.
Set up zope.app.intid.testing.IntIdLayer in 1.441 seconds.
Running:
Ran 8 tests with 0 failures and 0 errors in 0.606 seconds.
Tear down zope.app.intid.testing.IntIdLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.onlinehelp.testing.OnlineHelpLayer tests:
Running in a subprocess.
Set up zope.app.onlinehelp.testing.OnlineHelpLayer in 1.778 seconds.
Running:
Ran 1 tests with 0 failures and 0 errors in 0.254 seconds.
Tear down zope.app.onlinehelp.testing.OnlineHelpLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.pagetemplate.testing.PageTemplateLayer tests:
Running in a subprocess.
Set up zope.app.pagetemplate.testing.PageTemplateLayer in 1.236 seconds.
Running:
Ran 1 tests with 0 failures and 0 errors in 0.029 seconds.
Tear down zope.app.pagetemplate.testing.PageTemplateLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.publication.testing.PublicationLayer tests:
Running in a subprocess.
Set up zope.app.publication.testing.PublicationLayer in 1.524 seconds.
Running:
Ran 8 tests with 0 failures and 0 errors in 0.205 seconds.
Tear down zope.app.publication.testing.PublicationLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.publisher.browser.tests.test_menutestlayer.MenuTestLayer1 tests:
Running in a subprocess.
Set up zope.app.publisher.browser.tests.test_menutestlayer.MenuTestLayer1 in 0.040 seconds.
Running:
Ran 1 tests with 0 failures and 0 errors in 0.001 seconds.
Tear down zope.app.publisher.browser.tests.test_menutestlayer.MenuTestLayer1 in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.publisher.browser.tests.test_menutestlayer.MenuTestLayer2 tests:
Running in a subprocess.
Set up zope.app.publisher.browser.tests.test_menutestlayer.MenuTestLayer2 in 0.039 seconds.
Running:
Ran 1 tests with 0 failures and 0 errors in 0.001 seconds.
Tear down zope.app.publisher.browser.tests.test_menutestlayer.MenuTestLayer2 in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.publisher.testing.AppPublisherLayer tests:
Running in a subprocess.
Set up zope.app.publisher.testing.AppPublisherLayer in 1.327 seconds.
Running:
Ran 25 tests with 0 failures and 0 errors in 0.271 seconds.
Tear down zope.app.publisher.testing.AppPublisherLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.rotterdam.testing.RotterdamLayer tests:
Running in a subprocess.
Set up zope.app.rotterdam.testing.RotterdamLayer in 1.335 seconds.
Running:
Ran 1 tests with 0 failures and 0 errors in 0.071 seconds.
Tear down zope.app.rotterdam.testing.RotterdamLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.securitypolicy.testing.SecurityPolicyLayer tests:
Running in a subprocess.
Set up zope.app.securitypolicy.testing.SecurityPolicyLayer in 1.530 seconds.
Running:
Ran 12 tests with 0 failures and 0 errors in 0.693 seconds.
Tear down zope.app.securitypolicy.testing.SecurityPolicyLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.session.testing.SessionLayer tests:
Running in a subprocess.
Set up zope.app.session.testing.SessionLayer in 1.329 seconds.
Running:
Ran 4 tests with 0 failures and 0 errors in 0.099 seconds.
Tear down zope.app.session.testing.SessionLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.sqlscript.testing.SQLScriptLayer tests:
Running in a subprocess.
Set up zope.app.sqlscript.testing.SQLScriptLayer in 1.643 seconds.
Running:
Ran 5 tests with 0 failures and 0 errors in 0.326 seconds.
Tear down zope.app.sqlscript.testing.SQLScriptLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.testing.testing.AppTestingLayer tests:
Running in a subprocess.
Set up zope.app.testing.testing.AppTestingLayer in 1.563 seconds.
Running:
Ran 25 tests with 0 failures and 0 errors in 0.712 seconds.
Tear down zope.app.testing.testing.AppTestingLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.workflow.testing.AppWorkflowLayer tests:
Running in a subprocess.
Set up zope.app.workflow.testing.AppWorkflowLayer in 1.921 seconds.
Running:
Ran 5 tests with 0 failures and 0 errors in 0.742 seconds.
Tear down zope.app.workflow.testing.AppWorkflowLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.wsgi.testing.AppWSGILayer tests:
Running in a subprocess.
Set up zope.app.wsgi.testing.AppWSGILayer in 1.105 seconds.
Running:
Ran 2 tests with 0 failures and 0 errors in 0.020 seconds.
Tear down zope.app.wsgi.testing.AppWSGILayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.xmlrpcintrospection.testing.XmlrpcIntrospectionLayer tests:
Running in a subprocess.
Set up zope.app.xmlrpcintrospection.testing.XmlrpcIntrospectionLayer in 1.469 seconds.
Running:
Ran 15 tests with 0 failures and 0 errors in 0.265 seconds.
Tear down zope.app.xmlrpcintrospection.testing.XmlrpcIntrospectionLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.app.zptpage.testing.ZPTPageLayer tests:
Running in a subprocess.
Set up zope.app.zptpage.testing.ZPTPageLayer in 1.579 seconds.
Running:
Ran 20 tests with 0 failures and 0 errors in 0.685 seconds.
Tear down zope.app.zptpage.testing.ZPTPageLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.file.testing.ZopeFileLayer tests:
Running in a subprocess.
Set up zope.file.testing.ZopeFileLayer in 2.784 seconds.
Running:
10/37 (27.0%)
Failure in test /opt/zope/packages/eggs/zope.file-0.4.0-py2.5.egg/zope/file/contenttype.txt
Failed doctest test for contenttype.txt
File "/opt/zope/packages/eggs/zope.file-0.4.0-py2.5.egg/zope/file/contenttype.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.file-0.4.0-py2.5.egg/zope/file/contenttype.txt", line 25, in contenttype.txt
Failed example:
browser.getControl("Add").click()
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest contenttype.txt[9]>", line 1, in <module>
browser.getControl("Add").click()
File "/opt/zope/packages/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 624, in click
self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
File "/opt/zope/packages/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
id=control.id, name=control.name, label=label, coord=coord))
File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
return self._mech_open(url, data, timeout=timeout)
File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 261, in _mech_open
raise response
HTTPError: HTTP Error 500: Internal Server Error
28/37 (75.7%)
Failure in test /opt/zope/packages/eggs/zope.file-0.4.0-py2.5.egg/zope/file/download.txt
Failed doctest test for download.txt
File "/opt/zope/packages/eggs/zope.file-0.4.0-py2.5.egg/zope/file/download.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.file-0.4.0-py2.5.egg/zope/file/download.txt", line 26, in download.txt
Failed example:
transaction.commit()
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest download.txt[4]>", line 1, in <module>
transaction.commit()
File "/opt/zope/packages/eggs/transaction-1.0a1-py2.5.egg/transaction/_manager.py", line 93, in commit
return self.get().commit()
File "/opt/zope/packages/eggs/transaction-1.0a1-py2.5.egg/transaction/_transaction.py", line 322, in commit
self._commitResources()
File "/opt/zope/packages/eggs/transaction-1.0a1-py2.5.egg/transaction/_transaction.py", line 416, in _commitResources
rm.commit(self)
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZODB/Connection.py", line 532, in commit
self._commit(transaction)
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZODB/Connection.py", line 580, in _commit
self._store_objects(ObjectWriter(obj), transaction)
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZODB/Connection.py", line 625, in _store_objects
'', transaction)
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZODB/blob.py", line 682, in storeBlob
return self._tid
AttributeError: 'DemoStorage' object has no attribute '_tid'
37/37 (100.0%)
Failure in test /opt/zope/packages/eggs/zope.file-0.4.0-py2.5.egg/zope/file/upload.txt
Failed doctest test for upload.txt
File "/opt/zope/packages/eggs/zope.file-0.4.0-py2.5.egg/zope/file/upload.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.file-0.4.0-py2.5.egg/zope/file/upload.txt", line 14, in upload.txt
Failed example:
print http("""
POST /@@+/zope.file.File HTTP/1.1
Authorization: Basic mgr:mgrpw
""", form={"form.data": sio,
"form.actions.add": "Add"}, handle_errors=False)
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest upload.txt[4]>", line 5, in <module>
"form.actions.add": "Add"}, handle_errors=False)
File "/opt/zope/packages/eggs/zope.app.testing-3.6.1-py2.5.egg/zope/app/testing/functional.py", line 743, in __call__
request = publish(request, handle_errors=handle_errors)
File "/opt/zope/packages/eggs/zope.publisher-3.6.2-py2.5.egg/zope/publisher/publish.py", line 138, in publish
publication.afterCall(request, obj)
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/browser.py", line 66, in afterCall
super(BrowserPublication, self).afterCall(request, ob)
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 174, in afterCall
txn.commit()
File "/opt/zope/packages/eggs/transaction-1.0a1-py2.5.egg/transaction/_transaction.py", line 322, in commit
self._commitResources()
File "/opt/zope/packages/eggs/transaction-1.0a1-py2.5.egg/transaction/_transaction.py", line 416, in _commitResources
rm.commit(self)
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZODB/Connection.py", line 532, in commit
self._commit(transaction)
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZODB/Connection.py", line 580, in _commit
self._store_objects(ObjectWriter(obj), transaction)
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZODB/Connection.py", line 625, in _store_objects
'', transaction)
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZODB/blob.py", line 682, in storeBlob
return self._tid
AttributeError: 'DemoStorage' object has no attribute '_tid'
Ran 37 tests with 3 failures and 0 errors in 0.377 seconds.
Tear down zope.file.testing.ZopeFileLayer ... not supported
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.formlib.tests.FormlibLayer tests:
Running in a subprocess.
Set up zope.formlib.tests.FormlibLayer in 0.998 seconds.
Running:
Ran 11 tests with 0 failures and 0 errors in 0.024 seconds.
Tear down zope.formlib.tests.FormlibLayer in 0.003 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.html.tests.EditableHtmlLayer tests:
Running in a subprocess.
Set up zope.html.tests.EditableHtmlLayer in 2.896 seconds.
Running:
13/13 (100.0%)
Failure in test /opt/zope/packages/eggs/zope.html-1.1.0-py2.5.egg/zope/html/browser.txt
Failed doctest test for browser.txt
File "/opt/zope/packages/eggs/zope.html-1.1.0-py2.5.egg/zope/html/browser.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.html-1.1.0-py2.5.egg/zope/html/browser.txt", line 19, in browser.txt
Failed example:
browser.getControl("Add").click()
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest browser.txt[9]>", line 1, in <module>
browser.getControl("Add").click()
File "/opt/zope/packages/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 624, in click
self.browser._clickSubmit(self.mech_form, self.mech_control, (1,1))
File "/opt/zope/packages/eggs/zope.testbrowser-3.6.0a2-py2.5.egg/zope/testbrowser/browser.py", line 411, in _clickSubmit
id=control.id, name=control.name, label=label, coord=coord))
File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 209, in open
return self._mech_open(url, data, timeout=timeout)
File "build/bdist.linux-i686/egg/mechanize/_mechanize.py", line 261, in _mech_open
raise response
HTTPError: HTTP Error 500: Internal Server Error
Ran 13 tests with 1 failures and 0 errors in 0.288 seconds.
Tear down zope.html.tests.EditableHtmlLayer ... not supported
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.mimetype.testing.MimetypeLayer tests:
Running in a subprocess.
Set up zope.mimetype.testing.MimetypeLayer in 2.662 seconds.
Running:
Ran 10 tests with 0 failures and 0 errors in 0.017 seconds.
Tear down zope.mimetype.testing.MimetypeLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.testbrowser.tests.TestBrowserLayer tests:
Running in a subprocess.
Set up zope.testbrowser.tests.TestBrowserLayer in 1.394 seconds.
Running:
Ran 155 tests with 0 failures and 0 errors in 2.054 seconds.
Tear down zope.testbrowser.tests.TestBrowserLayer in 0.002 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.testing.testrunner.layer.UnitTests tests:
Running in a subprocess.
Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Running:
1792/11801 (15.2%)/opt/python25/lib/python2.5/unittest.py:320: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
callableObj(*args, **kwargs)
3111/11801 (26.4%)
Failure in test test_as_weakref_list (transaction.tests.test_weakset.WeakSetTests)
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/opt/zope/packages/eggs/transaction-1.0a1-py2.5.egg/transaction/tests/test_weakset.py", line 58, in test_as_weakref_list
self.assertEqual(L, [dummy, dummy2])
File "/opt/python25/lib/python2.5/unittest.py", line 334, in failUnlessEqual
(msg or '%r != %r' % (first, second))
AssertionError: [<transaction.tests.test_weakset.Dummy instance at 0xb54c79ac>, <transaction.tests.test_weakset.Dummy instance at 0xb54c7bec>] != [<transaction.tests.test_weakset.Dummy instance at 0xb54c7bec>, <transaction.tests.test_weakset.Dummy instance at 0xb54c79ac>]
3829/11801 (32.4%)
Failure in test /opt/zope/packages/eggs/z3c.form-1.9.0-py2.5.egg/z3c/form/tests/../form.txt
Failed doctest test for form.txt
File "/opt/zope/packages/eggs/z3c.form-1.9.0-py2.5.egg/z3c/form/tests/../form.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/z3c.form-1.9.0-py2.5.egg/z3c/form/tests/../form.txt", line 913, in form.txt
Failed example:
event
Expected:
<zope.app.event.objectevent.ObjectModifiedEvent object at ...>
Got:
<zope.lifecycleevent.ObjectModifiedEvent object at 0xb563beac>
3859/11801 (32.7%)
Failure in test /opt/zope/packages/eggs/z3c.form-1.9.0-py2.5.egg/z3c/form/tests/../group.txt
Failed doctest test for group.txt
File "/opt/zope/packages/eggs/z3c.form-1.9.0-py2.5.egg/z3c/form/tests/../group.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/z3c.form-1.9.0-py2.5.egg/z3c/form/tests/../group.txt", line 464, in group.txt
Failed example:
event
Expected:
<zope.app.event.objectevent.ObjectModifiedEvent object at ...>
Got:
<zope.lifecycleevent.ObjectModifiedEvent object at 0xb37f64ac>
3964/11801 (33.6%)
Failure in test /opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../ajax.txt
Failed doctest test for ajax.txt
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../ajax.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../ajax.txt", line 8, in ajax.txt
Failed example:
from z3c.formjs import ajax
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest ajax.txt[0]>", line 1, in <module>
from z3c.formjs import ajax
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/ajax.py", line 20, in <module>
import cjson
File "/opt/zope/packages/eggs/python_cjson-1.0.5-py2.5-linux-i686.egg/cjson.py", line 7, in <module>
File "/opt/zope/packages/eggs/python_cjson-1.0.5-py2.5-linux-i686.egg/cjson.py", line 6, in __bootstrap__
ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
4060/11801 (34.4%)
Failure in test /opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jsclientevent.txt
Failed doctest test for jsclientevent.txt
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jsclientevent.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jsclientevent.txt", line 203, in jsclientevent.txt
Failed example:
caughtEvents
Expected:
[<zope.app.event.objectevent.ObjectModifiedEvent object at ...>]
Got:
[<zope.lifecycleevent.ObjectModifiedEvent object at 0xb3853c0c>]
4085/11801 (34.6%)
Failure in test /opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jqueryrenderer.txt
Failed doctest test for jqueryrenderer.txt
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jqueryrenderer.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jqueryrenderer.txt", line 147, in jqueryrenderer.txt
Failed example:
from z3c.formjs import jsvalidator
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest jqueryrenderer.txt[47]>", line 1, in <module>
from z3c.formjs import jsvalidator
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/jsvalidator.py", line 25, in <module>
from z3c.formjs import ajax, interfaces
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/ajax.py", line 20, in <module>
import cjson
File "/opt/zope/packages/eggs/python_cjson-1.0.5-py2.5-linux-i686.egg/cjson.py", line 7, in <module>
File "/opt/zope/packages/eggs/python_cjson-1.0.5-py2.5-linux-i686.egg/cjson.py", line 6, in __bootstrap__
ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
4094/11801 (34.7%)
Failure in test /opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jsvalidator.txt
Failed doctest test for jsvalidator.txt
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jsvalidator.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jsvalidator.txt", line 9, in jsvalidator.txt
Failed example:
from z3c.formjs import jsvalidator
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest jsvalidator.txt[0]>", line 1, in <module>
from z3c.formjs import jsvalidator
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/jsvalidator.py", line 25, in <module>
from z3c.formjs import ajax, interfaces
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/ajax.py", line 20, in <module>
import cjson
File "/opt/zope/packages/eggs/python_cjson-1.0.5-py2.5-linux-i686.egg/cjson.py", line 7, in <module>
File "/opt/zope/packages/eggs/python_cjson-1.0.5-py2.5-linux-i686.egg/cjson.py", line 6, in __bootstrap__
ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
4113/11801 (34.9%)
Failure in test /opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jsswitch.txt
Failed doctest test for jsswitch.txt
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jsswitch.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jsswitch.txt", line 8, in jsswitch.txt
Failed example:
from z3c.formjs import jsswitch
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest jsswitch.txt[0]>", line 1, in <module>
from z3c.formjs import jsswitch
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/jsswitch.py", line 26, in <module>
from z3c.formjs import ajax, interfaces, jsevent, jsaction
File "/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/ajax.py", line 20, in <module>
import cjson
File "/opt/zope/packages/eggs/python_cjson-1.0.5-py2.5-linux-i686.egg/cjson.py", line 7, in <module>
File "/opt/zope/packages/eggs/python_cjson-1.0.5-py2.5-linux-i686.egg/cjson.py", line 6, in __bootstrap__
ImportError: libpython2.5.so.1.0: cannot open shared object file: No such file or directory
4332/11801 (36.7%)
Error in test /opt/zope/packages/eggs/z3c.pagelet-1.0.3-py2.5.egg/z3c/pagelet/README.txt
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 251, in run
self.setUp()
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 2283, in setUp
self._dt_setUp(test)
File "/opt/zope/packages/eggs/z3c.pagelet-1.0.3-py2.5.egg/z3c/pagelet/tests.py", line 79, in setUpZ3CPT
z3c.ptcompat.config.enable()
File "/opt/zope/packages/eggs/z3c.ptcompat-0.5.3-py2.5.egg/z3c/ptcompat/config.py", line 19, in enable
reload(z3c.ptcompat)
File "/opt/zope/packages/eggs/z3c.ptcompat-0.5.3-py2.5.egg/z3c/ptcompat/__init__.py", line 23, in <module>
from z3c.pt.pagetemplate import ViewPageTemplateFile
ImportError: No module named pt.pagetemplate
4348/11801 (36.8%)
Error in test /opt/zope/packages/eggs/z3c.pagelet-1.0.3-py2.5.egg/z3c/pagelet/zcml.txt
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 251, in run
self.setUp()
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 2283, in setUp
self._dt_setUp(test)
File "/opt/zope/packages/eggs/z3c.pagelet-1.0.3-py2.5.egg/z3c/pagelet/tests.py", line 79, in setUpZ3CPT
z3c.ptcompat.config.enable()
File "/opt/zope/packages/eggs/z3c.ptcompat-0.5.3-py2.5.egg/z3c/ptcompat/config.py", line 19, in enable
reload(z3c.ptcompat)
File "/opt/zope/packages/eggs/z3c.ptcompat-0.5.3-py2.5.egg/z3c/ptcompat/__init__.py", line 23, in <module>
from z3c.pt.pagetemplate import ViewPageTemplateFile
ImportError: No module named pt.pagetemplate
4510/11801 (38.2%)
Error in test /opt/zope/packages/eggs/z3c.template-1.2.0-py2.5.egg/z3c/template/README.txt
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 251, in run
self.setUp()
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 2283, in setUp
self._dt_setUp(test)
File "/opt/zope/packages/eggs/z3c.template-1.2.0-py2.5.egg/z3c/template/tests.py", line 42, in setUpZ3CPT
z3c.ptcompat.config.enable()
File "/opt/zope/packages/eggs/z3c.ptcompat-0.5.3-py2.5.egg/z3c/ptcompat/config.py", line 19, in enable
reload(z3c.ptcompat)
File "/opt/zope/packages/eggs/z3c.ptcompat-0.5.3-py2.5.egg/z3c/ptcompat/__init__.py", line 23, in <module>
from z3c.pt.pagetemplate import ViewPageTemplateFile
ImportError: No module named pt.pagetemplate
4533/11801 (38.4%)
Error in test /opt/zope/packages/eggs/z3c.template-1.2.0-py2.5.egg/z3c/template/zcml.txt
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 251, in run
self.setUp()
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 2283, in setUp
self._dt_setUp(test)
File "/opt/zope/packages/eggs/z3c.template-1.2.0-py2.5.egg/z3c/template/tests.py", line 42, in setUpZ3CPT
z3c.ptcompat.config.enable()
File "/opt/zope/packages/eggs/z3c.ptcompat-0.5.3-py2.5.egg/z3c/ptcompat/config.py", line 19, in enable
reload(z3c.ptcompat)
File "/opt/zope/packages/eggs/z3c.ptcompat-0.5.3-py2.5.egg/z3c/ptcompat/__init__.py", line 23, in <module>
from z3c.pt.pagetemplate import ViewPageTemplateFile
ImportError: No module named pt.pagetemplate
4828/11801 (40.9%)
Failure in test normalize (zc.i18n.date)
Failed doctest test for zc.i18n.date.normalize
File "/opt/zope/packages/eggs/zc.i18n-0.6.1-py2.5.egg/zc/i18n/date.py", line 34, in normalize
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zc.i18n-0.6.1-py2.5.egg/zc/i18n/date.py", line 82, in zc.i18n.date.normalize
Failed example:
normalize(request,dt)
Expected:
Traceback (most recent call last):
...
AmbiguousTimeError: 2006-03-26 03:30:00
Got:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zc.i18n.date.normalize[20]>", line 1, in <module>
normalize(request,dt)
File "/opt/zope/packages/eggs/zc.i18n-0.6.1-py2.5.egg/zc/i18n/date.py", line 99, in normalize
dt = tzinfo.localize(dt, is_dst=None)
File "/opt/zope/packages/eggs/pytz-2009a-py2.5.egg/pytz/tzinfo.py", line 274, in localize
raise NonExistentTimeError(dt)
NonExistentTimeError: 2006-03-26 03:30:00
4879/11801 (41.3%)
Failure in test /opt/zope/packages/eggs/zc.table-0.7.0-py2.5.egg/zc/table/column.txt
Failed doctest test for column.txt
File "/opt/zope/packages/eggs/zc.table-0.7.0-py2.5.egg/zc/table/column.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zc.table-0.7.0-py2.5.egg/zc/table/column.txt", line 227, in column.txt
Failed example:
data = columns[1].input(contacts, request)
Expected:
Traceback (most recent call last):
...
WidgetsError: WidgetInputError: ('email', u'', walsh)
Got:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest column.txt[22]>", line 1, in <module>
data = columns[1].input(contacts, request)
File "/opt/zope/packages/eggs/zc.table-0.7.0-py2.5.egg/zc/table/column.py", line 181, in input
raise WidgetsError(errors)
WidgetsError: WidgetInputError: ('email', u'', ConstraintNotSatisfied(u'walsh'))
4889/11801 (41.4%)
Failure in test /opt/zope/packages/eggs/zc.table-0.7.0-py2.5.egg/zc/table/fieldcolumn.txt
Failed doctest test for fieldcolumn.txt
File "/opt/zope/packages/eggs/zc.table-0.7.0-py2.5.egg/zc/table/fieldcolumn.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zc.table-0.7.0-py2.5.egg/zc/table/fieldcolumn.txt", line 365, in fieldcolumn.txt
Failed example:
data = columns[1].input(contacts, formatter)
Expected:
Traceback (most recent call last):
...
WidgetsError: WidgetInputError: ('email', u'Email Address', walsh)
Got:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest fieldcolumn.txt[24]>", line 1, in <module>
data = columns[1].input(contacts, formatter)
File "/opt/zope/packages/eggs/zc.table-0.7.0-py2.5.egg/zc/table/fieldcolumn.py", line 143, in input
raise WidgetsError(errors)
WidgetsError: WidgetInputError: ('email', u'Email Address', ConstraintNotSatisfied(u'walsh'))
4894/11801 (41.5%)
Failure in test test_ctl (zc.zope3recipes.tests)
Failed doctest test for zc.zope3recipes.tests.test_ctl
File "/opt/zope/packages/eggs/zc.zope3recipes-0.7.0-py2.5.egg/zc/zope3recipes/tests.py", line 25, in test_ctl
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zc.zope3recipes-0.7.0-py2.5.egg/zc/zope3recipes/tests.py", line 44, in zc.zope3recipes.tests.test_ctl
Failed example:
print system(join('bin', 'buildout')),
Expected:
Installing ctl.
Generated script '/sample-buildout/bin/ctl'.
Got:
Installing ctl.
Getting distribution for 'zope.interface'.
Got zope.interface 3.4.0.
Generated script '/sample-buildout/bin/ctl'.
4895/11801 (41.5%)
Failure in test test_sane_errors_from_recipe (zc.zope3recipes.tests)
Failed doctest test for zc.zope3recipes.tests.test_sane_errors_from_recipe
File "/opt/zope/packages/eggs/zc.zope3recipes-0.7.0-py2.5.egg/zc/zope3recipes/tests.py", line 89, in test_sane_errors_from_recipe
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zc.zope3recipes-0.7.0-py2.5.egg/zc/zope3recipes/tests.py", line 110, in zc.zope3recipes.tests.test_sane_errors_from_recipe
Failed example:
print system(join('bin', 'buildout')),
Expected:
Installing instance.
While:
Installing instance.
Error: No database sections have been defined.
Got:
Getting distribution for 'zope.interface'.
Got zope.interface 3.4.0.
Installing instance.
While:
Installing instance.
Error: No database sections have been defined.
4896/11801 (41.5%)
Failure in test work_with_old_zc_deployment (zc.zope3recipes.tests)
Failed doctest test for zc.zope3recipes.tests.work_with_old_zc_deployment
File "/opt/zope/packages/eggs/zc.zope3recipes-0.7.0-py2.5.egg/zc/zope3recipes/tests.py", line 118, in work_with_old_zc_deployment
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zc.zope3recipes-0.7.0-py2.5.egg/zc/zope3recipes/tests.py", line 180, in zc.zope3recipes.tests.work_with_old_zc_deployment
Failed example:
print system(join('bin', 'buildout')),
Expected:
Develop: '/sample-buildout/demo1'
Develop: '/sample-buildout/demo2'
Installing database.
Installing myapp.
Generated script '/sample-buildout/parts/myapp/runzope'.
Generated script '/sample-buildout/parts/myapp/debugzope'.
Installing instance.
Generated script '/root/etc/init.d/myapp-run-instance'.
Got:
Develop: '/sample-buildout/demo1'
Develop: '/sample-buildout/demo2'
Getting distribution for 'zope.interface'.
While:
Installing.
Getting section instance.
Initializing section instance.
Getting option instance:zope.conf.
Getting section database.
Initializing section database.
Installing recipe zc.recipe.filestorage.
Getting distribution for 'zope.interface'.
Error: Couldn't find a distribution for 'zope.interface'.
4945/11801 (41.9%)
Failure in test /opt/zope/packages/eggs/zc.zope3recipes-0.7.0-py2.5.egg/zc/zope3recipes/README.txt
Failed doctest test for README.txt
File "/opt/zope/packages/eggs/zc.zope3recipes-0.7.0-py2.5.egg/zc/zope3recipes/README.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zc.zope3recipes-0.7.0-py2.5.egg/zc/zope3recipes/README.txt", line 76, in README.txt
Failed example:
print system(join('bin', 'buildout')),
Expected:
Develop: '/sample-buildout/demo1'
Develop: '/sample-buildout/demo2'
Installing myapp.
Generated script '/sample-buildout/parts/myapp/runzope'.
Generated script '/sample-buildout/parts/myapp/debugzope'.
Got:
Develop: '/sample-buildout/demo1'
Develop: '/sample-buildout/demo2'
Getting distribution for 'zope.interface'.
Got zope.interface 3.4.0.
Installing myapp.
Generated script '/sample-buildout/parts/myapp/runzope'.
Generated script '/sample-buildout/parts/myapp/debugzope'.
5077/11801 (43.0%)
Failure in test /opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/interface.txt
Failed doctest test for interface.txt
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/interface.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/interface.txt", line 217, in interface.txt
Failed example:
pprint(interface.getAttributeInfoDictionary(IFoo['baz']))
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest interface.txt[41]>", line 1, in <module>
pprint(interface.getAttributeInfoDictionary(IFoo['baz']))
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/interface.py", line 112, in getAttributeInfoDictionary
'doc': renderText(attr.getDoc() or u'', format=format)}
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/utilities.py", line 335, in renderText
return renderer.render()
File "/opt/zope/packages/eggs/zope.app.renderer-3.5.0-py2.5.egg/zope/app/renderer/rest.py", line 110, in render
settings_overrides=overrides,
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 433, in publish_parts
enable_exit_status=enable_exit_status)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 609, in publish_programmatically
pub.set_components(reader_name, parser_name, writer_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 92, in set_components
self.set_reader(reader_name, self.parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 82, in set_reader
self.reader = reader_class(parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 49, in __init__
self.set_parser(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 60, in set_parser
parser_class = parsers.get_parser_class(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/__init__.py", line 46, in get_parser_class
module = __import__(parser_name, globals(), locals())
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/__init__.py", line 75, in <module>
from docutils.parsers.rst import states
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/states.py", line 108, in <module>
import roman
ImportError: No module named roman
5111/11801 (43.3%)
Failure in test /opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/component.txt
Failed doctest test for component.txt
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/component.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/component.txt", line 451, in component.txt
Failed example:
pprint(component.getFactoryInfoDictionary(
component.getFactories(IFooBar).next()))
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest component.txt[102]>", line 2, in <module>
component.getFactories(IFooBar).next()))
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/component.py", line 252, in getFactoryInfoDictionary
module=callable.__module__),
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/utilities.py", line 335, in renderText
return renderer.render()
File "/opt/zope/packages/eggs/zope.app.renderer-3.5.0-py2.5.egg/zope/app/renderer/rest.py", line 110, in render
settings_overrides=overrides,
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 433, in publish_parts
enable_exit_status=enable_exit_status)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 609, in publish_programmatically
pub.set_components(reader_name, parser_name, writer_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 92, in set_components
self.set_reader(reader_name, self.parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 82, in set_reader
self.reader = reader_class(parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 49, in __init__
self.set_parser(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 60, in set_parser
parser_class = parsers.get_parser_class(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/__init__.py", line 46, in get_parser_class
module = __import__(parser_name, globals(), locals())
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/__init__.py", line 75, in <module>
from docutils.parsers.rst import states
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/states.py", line 108, in <module>
import roman
ImportError: No module named roman
5204/11801 (44.1%)
Failure in test /opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/utilities.txt
Failed doctest test for utilities.txt
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/utilities.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/utilities.txt", line 756, in utilities.txt
Failed example:
utilities.renderText('Hello!\n', format='zope.source.rest')
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest utilities.txt[162]>", line 1, in <module>
utilities.renderText('Hello!\n', format='zope.source.rest')
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/utilities.py", line 335, in renderText
return renderer.render()
File "/opt/zope/packages/eggs/zope.app.renderer-3.5.0-py2.5.egg/zope/app/renderer/rest.py", line 110, in render
settings_overrides=overrides,
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 433, in publish_parts
enable_exit_status=enable_exit_status)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 609, in publish_programmatically
pub.set_components(reader_name, parser_name, writer_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 92, in set_components
self.set_reader(reader_name, self.parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 82, in set_reader
self.reader = reader_class(parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 49, in __init__
self.set_parser(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 60, in set_parser
parser_class = parsers.get_parser_class(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/__init__.py", line 46, in get_parser_class
module = __import__(parser_name, globals(), locals())
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/__init__.py", line 75, in <module>
from docutils.parsers.rst import states
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/states.py", line 108, in <module>
import roman
ImportError: No module named roman
5299/11801 (44.9%)
Failure in test /opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/codemodule/browser/README.txt
Failed doctest test for README.txt
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/codemodule/browser/README.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/codemodule/browser/README.txt", line 35, in README.txt
Failed example:
print details.getDoc().strip()
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest README.txt[8]>", line 1, in <module>
print details.getDoc().strip()
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/codemodule/browser/module.py", line 112, in getDoc
self.context.getDocString(), self.context.getPath())
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/codemodule/browser/module.py", line 62, in formatDocString
return renderText('\n'.join(lines), module)
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/utilities.py", line 335, in renderText
return renderer.render()
File "/opt/zope/packages/eggs/zope.app.renderer-3.5.0-py2.5.egg/zope/app/renderer/rest.py", line 110, in render
settings_overrides=overrides,
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 433, in publish_parts
enable_exit_status=enable_exit_status)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 609, in publish_programmatically
pub.set_components(reader_name, parser_name, writer_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 92, in set_components
self.set_reader(reader_name, self.parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 82, in set_reader
self.reader = reader_class(parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 49, in __init__
self.set_parser(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 60, in set_parser
parser_class = parsers.get_parser_class(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/__init__.py", line 46, in get_parser_class
module = __import__(parser_name, globals(), locals())
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/__init__.py", line 75, in <module>
from docutils.parsers.rst import states
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/states.py", line 108, in <module>
import roman
ImportError: No module named roman
5303/11801 (44.9%)
Failure in test findAllClasses (zope.app.apidoc.codemodule.browser.menu.Menu)
Failed doctest test for zope.app.apidoc.codemodule.browser.menu.Menu.findAllClasses
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/codemodule/browser/menu.py", line 104, in findAllClasses
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/codemodule/browser/menu.py", line 138, in zope.app.apidoc.codemodule.browser.menu.Menu.findAllClasses
Failed example:
info = menu.findAllClasses()
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.app.apidoc.codemodule.browser.menu.Menu.findAllClasses[16]>", line 1, in <module>
info = menu.findAllClasses()
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/codemodule/browser/menu.py", line 148, in findAllClasses
klass = traverse(classModule, p.replace('.', '/'))
File "/opt/zope/packages/eggs/zope.traversing-3.5.2-py2.5.egg/zope/traversing/api.py", line 87, in traverse
return traverser.traverse(path, request=request)
File "/opt/zope/packages/eggs/zope.traversing-3.5.2-py2.5.egg/zope/traversing/adapters.py", line 88, in traverse
curr = traversePathElement(curr, name, path, request=request)
File "/opt/zope/packages/eggs/zope.traversing-3.5.2-py2.5.egg/zope/traversing/adapters.py", line 139, in traversePathElement
return traversable.traverse(nm, further_path)
File "/opt/zope/packages/eggs/zope.traversing-3.5.2-py2.5.egg/zope/traversing/adapters.py", line 53, in traverse
raise LocationError(subject, name)
LocationError: (<zope.app.apidoc.codemodule.function.Function object at 0xb3e2c76c>, 'FieldReadAccessor')
5339/11801 (45.2%)
Failure in test /opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/ifacemodule/browser.txt
Failed doctest test for browser.txt
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/ifacemodule/browser.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/ifacemodule/browser.txt", line 187, in browser.txt
Failed example:
details.getDoc()[:32]
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest browser.txt[47]>", line 1, in <module>
details.getDoc()[:32]
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/ifacemodule/browser.py", line 85, in getDoc
return renderText(iface.__doc__, inspect.getmodule(iface))
File "/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/utilities.py", line 335, in renderText
return renderer.render()
File "/opt/zope/packages/eggs/zope.app.renderer-3.5.0-py2.5.egg/zope/app/renderer/rest.py", line 110, in render
settings_overrides=overrides,
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 433, in publish_parts
enable_exit_status=enable_exit_status)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 609, in publish_programmatically
pub.set_components(reader_name, parser_name, writer_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 92, in set_components
self.set_reader(reader_name, self.parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 82, in set_reader
self.reader = reader_class(parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 49, in __init__
self.set_parser(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 60, in set_parser
parser_class = parsers.get_parser_class(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/__init__.py", line 46, in get_parser_class
module = __import__(parser_name, globals(), locals())
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/__init__.py", line 75, in <module>
from docutils.parsers.rst import states
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/states.py", line 108, in <module>
import roman
ImportError: No module named roman
5453/11801 (46.2%)zope.app.appsetup: Security policy is not configured.
Please make sure that securitypolicy.zcml is included in site.zcml immediately
before principals.zcml
zope.app.appsetup: Security policy is not configured.
Please make sure that securitypolicy.zcml is included in site.zcml immediately
before principals.zcml
zope.app.appsetup: Security policy is not configured.
Please make sure that securitypolicy.zcml is included in site.zcml immediately
before principals.zcml
zope.app.appsetup: Security policy is not configured.
Please make sure that securitypolicy.zcml is included in site.zcml immediately
before principals.zcml
6611/11801 (56.0%)zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb/app1: currently at generation 1, targetting generation 2
zope.app.generations: testdb/app1: currently at generation 1, targetting generation 2
zope.app.generations: testdb/app1: currently at generation 1, targetting generation 2
zope.app.generations: testdb/app1: currently at generation 1, targetting generation 2
zope.app.generations: testdb/app1: evolving to generation 2
zope.app.generations: testdb/app1: evolving to generation 2
zope.app.generations: testdb/app1: evolving to generation 2
zope.app.generations: testdb/app1: evolving to generation 2
zope.app.generations: testdb/app2: up-to-date at generation 11
zope.app.generations: testdb/app2: up-to-date at generation 11
zope.app.generations: testdb/app2: up-to-date at generation 11
zope.app.generations: testdb/app2: up-to-date at generation 11
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb/app1: currently at generation 2, targetting generation 7
zope.app.generations: testdb/app1: currently at generation 2, targetting generation 7
zope.app.generations: testdb/app1: currently at generation 2, targetting generation 7
zope.app.generations: testdb/app1: currently at generation 2, targetting generation 7
zope.app.generations: testdb/app1: evolving to generation 3
zope.app.generations: testdb/app1: evolving to generation 3
zope.app.generations: testdb/app1: evolving to generation 3
zope.app.generations: testdb/app1: evolving to generation 3
zope.app.generations: testdb/app1: evolving to generation 4
zope.app.generations: testdb/app1: evolving to generation 4
zope.app.generations: testdb/app1: evolving to generation 4
zope.app.generations: testdb/app1: evolving to generation 4
zope.app.generations: testdb/app1: failed to evolve to generation 4
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.generations-3.4.2-py2.5.egg/zope/app/generations/generations.py", line 494, in evolve
manager.evolve(context, generation)
File "<doctest zope.app.generations.generations.evolve[1]>", line 12, in evolve
raise ValueError(generation)
ValueError: 4
zope.app.generations: testdb/app1: failed to evolve to generation 4
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.generations-3.4.2-py2.5.egg/zope/app/generations/generations.py", line 494, in evolve
manager.evolve(context, generation)
File "<doctest zope.app.generations.generations.evolve[1]>", line 12, in evolve
raise ValueError(generation)
ValueError: 4
zope.app.generations: testdb/app1: failed to evolve to generation 4
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.generations-3.4.2-py2.5.egg/zope/app/generations/generations.py", line 494, in evolve
manager.evolve(context, generation)
File "<doctest zope.app.generations.generations.evolve[1]>", line 12, in evolve
raise ValueError(generation)
ValueError: 4
zope.app.generations: testdb/app1: failed to evolve to generation 4
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.generations-3.4.2-py2.5.egg/zope/app/generations/generations.py", line 494, in evolve
manager.evolve(context, generation)
File "<doctest zope.app.generations.generations.evolve[1]>", line 12, in evolve
raise ValueError(generation)
ValueError: 4
zope.app.generations: testdb/app2: up-to-date at generation 11
zope.app.generations: testdb/app2: up-to-date at generation 11
zope.app.generations: testdb/app2: up-to-date at generation 11
zope.app.generations: testdb/app2: up-to-date at generation 11
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb/app1: currently at generation 3, targetting generation 7
zope.app.generations: testdb/app1: currently at generation 3, targetting generation 7
zope.app.generations: testdb/app1: currently at generation 3, targetting generation 7
zope.app.generations: testdb/app1: currently at generation 3, targetting generation 7
zope.app.generations: testdb/app1: evolving to generation 4
zope.app.generations: testdb/app1: evolving to generation 4
zope.app.generations: testdb/app1: evolving to generation 4
zope.app.generations: testdb/app1: evolving to generation 4
zope.app.generations: testdb/app1: failed to evolve to generation 4
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.generations-3.4.2-py2.5.egg/zope/app/generations/generations.py", line 494, in evolve
manager.evolve(context, generation)
File "<doctest zope.app.generations.generations.evolve[1]>", line 12, in evolve
raise ValueError(generation)
ValueError: 4
zope.app.generations: testdb/app1: failed to evolve to generation 4
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.generations-3.4.2-py2.5.egg/zope/app/generations/generations.py", line 494, in evolve
manager.evolve(context, generation)
File "<doctest zope.app.generations.generations.evolve[1]>", line 12, in evolve
raise ValueError(generation)
ValueError: 4
zope.app.generations: testdb/app1: failed to evolve to generation 4
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.generations-3.4.2-py2.5.egg/zope/app/generations/generations.py", line 494, in evolve
manager.evolve(context, generation)
File "<doctest zope.app.generations.generations.evolve[1]>", line 12, in evolve
raise ValueError(generation)
ValueError: 4
zope.app.generations: testdb/app1: failed to evolve to generation 4
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.generations-3.4.2-py2.5.egg/zope/app/generations/generations.py", line 494, in evolve
manager.evolve(context, generation)
File "<doctest zope.app.generations.generations.evolve[1]>", line 12, in evolve
raise ValueError(generation)
ValueError: 4
zope.app.generations: testdb: evolving in mode EVOLVENOT
zope.app.generations: testdb: evolving in mode EVOLVENOT
zope.app.generations: testdb: evolving in mode EVOLVENOT
zope.app.generations: testdb: evolving in mode EVOLVENOT
zope.app.generations: testdb/app1: current generation too low (3 < 4) but mode is EVOLVENOT
zope.app.generations: testdb/app1: current generation too low (3 < 4) but mode is EVOLVENOT
zope.app.generations: testdb/app1: current generation too low (3 < 4) but mode is EVOLVENOT
zope.app.generations: testdb/app1: current generation too low (3 < 4) but mode is EVOLVENOT
zope.app.generations: testdb: evolving in mode EVOLVEMINIMUM
zope.app.generations: testdb: evolving in mode EVOLVEMINIMUM
zope.app.generations: testdb: evolving in mode EVOLVEMINIMUM
zope.app.generations: testdb: evolving in mode EVOLVEMINIMUM
zope.app.generations: testdb/app1: currently at generation 3, targetting generation 4
zope.app.generations: testdb/app1: currently at generation 3, targetting generation 4
zope.app.generations: testdb/app1: currently at generation 3, targetting generation 4
zope.app.generations: testdb/app1: currently at generation 3, targetting generation 4
zope.app.generations: testdb/app1: evolving to generation 4
zope.app.generations: testdb/app1: evolving to generation 4
zope.app.generations: testdb/app1: evolving to generation 4
zope.app.generations: testdb/app1: evolving to generation 4
zope.app.generations: testdb/app2: up-to-date at generation 11
zope.app.generations: testdb/app2: up-to-date at generation 11
zope.app.generations: testdb/app2: up-to-date at generation 11
zope.app.generations: testdb/app2: up-to-date at generation 11
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb: evolving in mode EVOLVE
zope.app.generations: testdb/app1: current generation too high (4 > 2)
zope.app.generations: testdb/app1: current generation too high (4 > 2)
zope.app.generations: testdb/app1: current generation too high (4 > 2)
zope.app.generations: testdb/app1: current generation too high (4 > 2)
6646/11801 (56.3%)
Failure in test ManagerDetails (zope.app.generations.browser.managerdetails)
Failed doctest test for zope.app.generations.browser.managerdetails.ManagerDetails
File "/opt/zope/packages/eggs/zope.app.generations-3.4.2-py2.5.egg/zope/app/generations/browser/managerdetails.py", line 24, in ManagerDetails
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.app.generations-3.4.2-py2.5.egg/zope/app/generations/browser/managerdetails.py", line 54, in zope.app.generations.browser.managerdetails.ManagerDetails
Failed example:
info = details.getEvolvers()
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.app.generations.browser.managerdetails.ManagerDetails[11]>", line 1, in <module>
info = details.getEvolvers()
File "/opt/zope/packages/eggs/zope.app.generations-3.4.2-py2.5.egg/zope/app/generations/browser/managerdetails.py", line 83, in getEvolvers
info = renderer.render()
File "/opt/zope/packages/eggs/zope.app.renderer-3.5.0-py2.5.egg/zope/app/renderer/rest.py", line 110, in render
settings_overrides=overrides,
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 433, in publish_parts
enable_exit_status=enable_exit_status)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 609, in publish_programmatically
pub.set_components(reader_name, parser_name, writer_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 92, in set_components
self.set_reader(reader_name, self.parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 82, in set_reader
self.reader = reader_class(parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 49, in __init__
self.set_parser(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 60, in set_parser
parser_class = parsers.get_parser_class(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/__init__.py", line 46, in get_parser_class
module = __import__(parser_name, globals(), locals())
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/__init__.py", line 75, in <module>
from docutils.parsers.rst import states
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/states.py", line 108, in <module>
import roman
ImportError: No module named roman
6741/11801 (57.1%)
Failure in test test_provides (zope.app.interface.tests.test_interface.PersistentInterfaceTest)
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/opt/zope/packages/eggs/zope.app.interface-3.4.0-py2.5.egg/zope/app/interface/tests/test_interface.py", line 143, in test_provides
root = self.db.open().root()
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZODB/Connection.py", line 346, in root
return self.get(z64)
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZODB/Connection.py", line 242, in get
p, serial = self._storage.load(oid, '')
File "/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZODB/utils.py", line 253, in __call__
precondition.__doc__.strip())
AssertionError: ('Failed precondition: ', 'The storage is open')
6902/11801 (58.5%)
Error in test testViewMapper (zope.app.pagetemplate.tests.test_viewzpt.TestViewZPT)
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/opt/zope/packages/eggs/zope.app.pagetemplate-3.5.0-py2.5.egg/zope/app/pagetemplate/tests/test_viewzpt.py", line 67, in testViewMapper
from zope.component.interfaces import IPresentationRequest
ImportError: cannot import name IPresentationRequest
6993/11801 (59.3%)
Error in test testDoomedTransaction (zope.app.publication.tests.test_zopepublication.ZopePublicationTests)
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/tests/test_zopepublication.py", line 502, in testDoomedTransaction
last_txn_info = self.storage.undoInfo()[0]
AttributeError: 'DemoStorage' object has no attribute 'undoInfo'
6998/11801 (59.3%)
Error in test testTransactionAnnotation (zope.app.publication.tests.test_zopepublication.ZopePublicationTests)
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/tests/test_zopepublication.py", line 536, in testTransactionAnnotation
txn_info = self.storage.undoInfo()[0]
AttributeError: 'DemoStorage' object has no attribute 'undoInfo'
6999/11801 (59.3%)
Error in test testTransactionCommitAfterCall (zope.app.publication.tests.test_zopepublication.ZopePublicationTests)
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/tests/test_zopepublication.py", line 489, in testTransactionCommitAfterCall
last_txn_info = self.storage.undoInfo()[0]
AttributeError: 'DemoStorage' object has no attribute 'undoInfo'
7000/11801 (59.3%)SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
7001/11801 (59.3%)
Error in test testAbortTransactionWithErrorReportingUtility (zope.app.publication.tests.test_zopepublication.ZopePublicationErrorHandling)
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/tests/test_zopepublication.py", line 397, in testAbortTransactionWithErrorReportingUtility
last_txn_info = self.storage.undoInfo()[0]
AttributeError: 'DemoStorage' object has no attribute 'undoInfo'
7002/11801 (59.3%)SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
7003/11801 (59.3%)SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
7004/11801 (59.4%)SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: http://test.url
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/tests/test_zopepublication.py", line 286, in testHandlingSystemErrors
raise E2
E2
SiteError: http://test.url
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/tests/test_zopepublication.py", line 286, in testHandlingSystemErrors
raise E2
E2
SiteError: http://test.url
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/tests/test_zopepublication.py", line 286, in testHandlingSystemErrors
raise E2
E2
SiteError: http://test.url
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/tests/test_zopepublication.py", line 286, in testHandlingSystemErrors
raise E2
E2
7006/11801 (59.4%)SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
7008/11801 (59.4%)SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
7009/11801 (59.4%)SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
7181/11801 (60.9%)
Failure in test ReStructuredTextToHTMLRenderer (zope.app.renderer.rest)
Failed doctest test for zope.app.renderer.rest.ReStructuredTextToHTMLRenderer
File "/opt/zope/packages/eggs/zope.app.renderer-3.5.0-py2.5.egg/zope/app/renderer/rest.py", line 42, in ReStructuredTextToHTMLRenderer
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.app.renderer-3.5.0-py2.5.egg/zope/app/renderer/rest.py", line 56, in zope.app.renderer.rest.ReStructuredTextToHTMLRenderer
Failed example:
print renderer.render().strip()
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.app.renderer.rest.ReStructuredTextToHTMLRenderer[3]>", line 1, in <module>
print renderer.render().strip()
File "/opt/zope/packages/eggs/zope.app.renderer-3.5.0-py2.5.egg/zope/app/renderer/rest.py", line 110, in render
settings_overrides=overrides,
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 433, in publish_parts
enable_exit_status=enable_exit_status)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 609, in publish_programmatically
pub.set_components(reader_name, parser_name, writer_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 92, in set_components
self.set_reader(reader_name, self.parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 82, in set_reader
self.reader = reader_class(parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 49, in __init__
self.set_parser(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 60, in set_parser
parser_class = parsers.get_parser_class(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/__init__.py", line 46, in get_parser_class
module = __import__(parser_name, globals(), locals())
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/__init__.py", line 75, in <module>
from docutils.parsers.rst import states
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/states.py", line 108, in <module>
import roman
ImportError: No module named roman
7182/11801 (60.9%)
Failure in test render (zope.app.renderer.rest.ReStructuredTextToHTMLRenderer)
Failed doctest test for zope.app.renderer.rest.ReStructuredTextToHTMLRenderer.render
File "/opt/zope/packages/eggs/zope.app.renderer-3.5.0-py2.5.egg/zope/app/renderer/rest.py", line 68, in render
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.app.renderer-3.5.0-py2.5.egg/zope/app/renderer/rest.py", line 74, in zope.app.renderer.rest.ReStructuredTextToHTMLRenderer.render
Failed example:
repr(renderer.render())
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.app.renderer.rest.ReStructuredTextToHTMLRenderer.render[1]>", line 1, in <module>
repr(renderer.render())
File "/opt/zope/packages/eggs/zope.app.renderer-3.5.0-py2.5.egg/zope/app/renderer/rest.py", line 110, in render
settings_overrides=overrides,
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 433, in publish_parts
enable_exit_status=enable_exit_status)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 609, in publish_programmatically
pub.set_components(reader_name, parser_name, writer_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 92, in set_components
self.set_reader(reader_name, self.parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/core.py", line 82, in set_reader
self.reader = reader_class(parser, parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 49, in __init__
self.set_parser(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/readers/__init__.py", line 60, in set_parser
parser_class = parsers.get_parser_class(parser_name)
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/__init__.py", line 46, in get_parser_class
module = __import__(parser_name, globals(), locals())
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/__init__.py", line 75, in <module>
from docutils.parsers.rst import states
File "/opt/zope/packages/eggs/docutils-0.5-py2.5.egg/docutils/parsers/rst/states.py", line 108, in <module>
import roman
ImportError: No module named roman
7494/11801 (63.5%)root: -- Example-HTTP Server started.
Hostname: localhost
Port: 0
root: -- Example-HTTP Server started.
Hostname: localhost
Port: 0
root: -- Example-HTTP Server started.
Hostname: localhost
Port: 0
root: -- Example-HTTP Server started.
Hostname: localhost
Port: 0
root: -- Example-HTTP-2 Server started.
Hostname: localhost
Port: 0
root: -- Example-HTTP-2 Server started.
Hostname: localhost
Port: 0
root: -- Example-HTTP-2 Server started.
Hostname: localhost
Port: 0
root: -- Example-HTTP-2 Server started.
Hostname: localhost
Port: 0
7503/11801 (63.6%)accesslog: 127.0.0.1 - - [28/Jun/2005:19:06:40 -0400] "GET /index.html HTTP/1.1" 200 300 "-" "-"
accesslog: 127.0.0.1 - - [28/Jun/2005:19:06:40 -0400] "GET /index.html HTTP/1.1" 200 300 "-" "-"
accesslog: 127.0.0.1 - - [28/Jun/2005:19:06:40 -0400] "GET /index.html HTTP/1.1" 200 300 "-" "-"
accesslog: 127.0.0.1 - - [28/Jun/2005:19:06:40 -0400] "GET /index.html HTTP/1.1" 200 300 "-" "-"
accesslog: 127.0.0.1 - - [28/Jun/2005:19:06:40 -0400] "GET /index.html HTTP/1.1" 200 300 "http://localhost:8080/manage" "Mozilla 1.7"
accesslog: 127.0.0.1 - - [28/Jun/2005:19:06:40 -0400] "GET /index.html HTTP/1.1" 200 300 "http://localhost:8080/manage" "Mozilla 1.7"
accesslog: 127.0.0.1 - - [28/Jun/2005:19:06:40 -0400] "GET /index.html HTTP/1.1" 200 300 "http://localhost:8080/manage" "Mozilla 1.7"
accesslog: 127.0.0.1 - - [28/Jun/2005:19:06:40 -0400] "GET /index.html HTTP/1.1" 200 300 "http://localhost:8080/manage" "Mozilla 1.7"
7580/11801 (64.2%)SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
SiteError: Error while reporting an error to the Error Reporting utility
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.app.publication-3.5.3-py2.5.egg/zope/app/publication/zopepublication.py", line 224, in _logErrorWithErrorReportingUtility
errUtility = zope.component.getUtility(IErrorReportingUtility)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.error.interfaces.IErrorReportingUtility>, '')
7589/11801 (64.3%)
Failure in test /opt/zope/packages/eggs/zope.app.zapi-3.4.0-py2.5.egg/zope/app/zapi/README.txt
Failed doctest test for README.txt
File "/opt/zope/packages/eggs/zope.app.zapi-3.4.0-py2.5.egg/zope/app/zapi/README.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.app.zapi-3.4.0-py2.5.egg/zope/app/zapi/README.txt", line 17, in README.txt
Failed example:
zapi.principals() #doctest: +NORMALIZE_WHITESPACE
Expected:
Traceback (most recent call last):
...
ComponentLookupError:
(<InterfaceClass zope.app.security.interfaces.IAuthentication>, '')
Got:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest README.txt[1]>", line 1, in <module>
zapi.principals() #doctest: +NORMALIZE_WHITESPACE
File "/opt/zope/packages/eggs/zope.app.zapi-3.4.0-py2.5.egg/zope/app/zapi/__init__.py", line 38, in principals
return getUtility(IAuthentication)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.authentication.interfaces.IAuthentication>, '')
8195/11801 (69.4%)config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/sub/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/sub/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/sub/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/sub/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/spam.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/spam.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/spam.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/spam.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/sub/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/sub/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/sub/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/sub/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/spam.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/spam.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/spam.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/spam.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/configure.zcml
config: include /opt/zope/packages/eggs/zope.configuration-3.5.0-py2.5.egg/zope/configuration/tests/excludedemo/configure.zcml
8462/11801 (71.7%)
Error in test testAddItems (zope.copypastemove.tests.test_clipboard.PrincipalClipboardTest)
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 260, in run
testMethod()
File "/opt/zope/packages/eggs/zope.copypastemove-3.5.1-py2.5.egg/zope/copypastemove/tests/test_clipboard.py", line 51, in testAddItems
clipboard.addItems('move', ['bla', 'bla/foo', 'bla/bar'])
File "/opt/zope/packages/eggs/zope.copypastemove-3.5.1-py2.5.egg/zope/copypastemove/__init__.py", line 576, in addItems
contents = self.getContents()
File "/opt/zope/packages/eggs/zope.copypastemove-3.5.1-py2.5.egg/zope/copypastemove/__init__.py", line 588, in getContents
return self.context.get('clipboard', ())
File "/opt/zope/packages/eggs/zope.principalannotation-3.6.0-py2.5.egg/zope/principalannotation/utility.py", line 104, in get
return self[key]
File "/opt/zope/packages/eggs/zope.principalannotation-3.6.0-py2.5.egg/zope/principalannotation/utility.py", line 96, in __getitem__
next = queryNextUtility(self, IPrincipalAnnotationUtility)
File "/opt/zope/packages/eggs/zope.site-3.6.1-py2.5.egg/zope/site/next.py", line 26, in queryNextUtility
sm = zope.component.getSiteManager(context)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 58, in getSiteManager
raise ComponentLookupError(*error.args)
ComponentLookupError: ('Could not adapt', <zope.principalannotation.utility.Annotations object at 0xbcdeaac>, <InterfaceClass zope.component.interfaces.IComponentLookup>)
8645/11801 (73.3%)SiteError: Error in ErrorReportingUtility while getting a str representation of an object
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.error-3.6.0-py2.5.egg/zope/error/error.py", line 71, in getPrintable
value = str(value)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0441' in position 7: ordinal not in range(128)
SiteError: Error in ErrorReportingUtility while getting a str representation of an object
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.error-3.6.0-py2.5.egg/zope/error/error.py", line 71, in getPrintable
value = str(value)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0441' in position 7: ordinal not in range(128)
SiteError: Error in ErrorReportingUtility while getting a str representation of an object
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.error-3.6.0-py2.5.egg/zope/error/error.py", line 71, in getPrintable
value = str(value)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0441' in position 7: ordinal not in range(128)
SiteError: Error in ErrorReportingUtility while getting a str representation of an object
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.error-3.6.0-py2.5.egg/zope/error/error.py", line 71, in getPrintable
value = str(value)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u0441' in position 7: ordinal not in range(128)
9714/11801 (82.3%)root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'HTMLParser.HTMLParseError'>: unexpected char u'S' in internal subset, at line 1, column 18
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'HTMLParser.HTMLParseError'>: unexpected char u'S' in internal subset, at line 1, column 18
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'HTMLParser.HTMLParseError'>: unexpected char u'S' in internal subset, at line 1, column 18
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'HTMLParser.HTMLParseError'>: unexpected char u'S' in internal subset, at line 1, column 18
9716/11801 (82.3%)root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
9717/11801 (82.3%)root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 0
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
root: PageTemplateFile: Error in template /home/srichter/tmp/tmpYv6AMM: Compilation failed
<class 'xml.parsers.expat.ExpatError'>: unclosed token: line 1, column 1
9745/11801 (82.6%)
Error in test /opt/zope/packages/eggs/zope.principalannotation-3.6.0-py2.5.egg/zope/principalannotation/README.txt
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/unittest.py", line 251, in run
self.setUp()
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 2283, in setUp
self._dt_setUp(test)
File "/opt/zope/packages/eggs/zope.principalannotation-3.6.0-py2.5.egg/zope/principalannotation/tests.py", line 28, in setUp
site = siteSetUp(site=True)
File "/opt/zope/packages/eggs/zope.site-3.6.1-py2.5.egg/zope/site/testing.py", line 56, in siteSetUp
site = rootFolder()
NameError: global name 'rootFolder' is not defined
9845/11801 (83.4%)eventlog: Illegal key value: ldap/OU
eventlog: Illegal key value: ldap/OU
eventlog: Illegal key value: ldap/OU
eventlog: Illegal key value: ldap/OU
9957/11801 (84.4%)eventlog: Illegal key value: ldap/OU
eventlog: Illegal key value: ldap/OU
eventlog: Illegal key value: ldap/OU
eventlog: Illegal key value: ldap/OU
10478/11801 (88.8%)
Failure in test PermissionIdsVocabulary (zope.security.permission)
Failed doctest test for zope.security.permission.PermissionIdsVocabulary
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 110, in PermissionIdsVocabulary
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 126, in zope.security.permission.PermissionIdsVocabulary
Failed example:
registry.register('Permission Ids', PermissionIdsVocabulary)
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.security.permission.PermissionIdsVocabulary[2]>", line 1, in <module>
registry.register('Permission Ids', PermissionIdsVocabulary)
AttributeError: 'ZopeVocabularyRegistry' object has no attribute 'register'
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 140, in zope.security.permission.PermissionIdsVocabulary
Failed example:
vocab = registry.get(None, 'Permission Ids')
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.security.permission.PermissionIdsVocabulary[9]>", line 1, in <module>
vocab = registry.get(None, 'Permission Ids')
File "/opt/zope/packages/eggs/zope.app.schema-3.5.0-py2.5.egg/zope/app/schema/vocabulary.py", line 32, in get
factory = zope.component.getUtility(IVocabularyFactory, name)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.schema.interfaces.IVocabularyFactory>, 'Permission Ids')
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 144, in zope.security.permission.PermissionIdsVocabulary
Failed example:
vocab.getTermByToken('a').value
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.security.permission.PermissionIdsVocabulary[10]>", line 1, in <module>
vocab.getTermByToken('a').value
NameError: name 'vocab' is not defined
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 146, in zope.security.permission.PermissionIdsVocabulary
Failed example:
vocab.getTermByToken('b').value
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.security.permission.PermissionIdsVocabulary[11]>", line 1, in <module>
vocab.getTermByToken('b').value
NameError: name 'vocab' is not defined
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 151, in zope.security.permission.PermissionIdsVocabulary
Failed example:
vocab.getTermByToken('zope.Public').value is CheckerPublic
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.security.permission.PermissionIdsVocabulary[12]>", line 1, in <module>
vocab.getTermByToken('zope.Public').value is CheckerPublic
NameError: name 'vocab' is not defined
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 156, in zope.security.permission.PermissionIdsVocabulary
Failed example:
vocab.getTermByToken('zope.Public').title
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.security.permission.PermissionIdsVocabulary[13]>", line 1, in <module>
vocab.getTermByToken('zope.Public').title
NameError: name 'vocab' is not defined
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 162, in zope.security.permission.PermissionIdsVocabulary
Failed example:
[term.title for term in vocab]
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.security.permission.PermissionIdsVocabulary[14]>", line 1, in <module>
[term.title for term in vocab]
NameError: name 'vocab' is not defined
10481/11801 (88.8%)
Failure in test PermissionsVocabulary (zope.security.permission)
Failed doctest test for zope.security.permission.PermissionsVocabulary
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 73, in PermissionsVocabulary
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 82, in zope.security.permission.PermissionsVocabulary
Failed example:
registry.register('Permissions', PermissionsVocabulary)
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.security.permission.PermissionsVocabulary[2]>", line 1, in <module>
registry.register('Permissions', PermissionsVocabulary)
AttributeError: 'ZopeVocabularyRegistry' object has no attribute 'register'
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 96, in zope.security.permission.PermissionsVocabulary
Failed example:
vocab = registry.get(None, 'Permissions')
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.security.permission.PermissionsVocabulary[10]>", line 1, in <module>
vocab = registry.get(None, 'Permissions')
File "/opt/zope/packages/eggs/zope.app.schema-3.5.0-py2.5.egg/zope/app/schema/vocabulary.py", line 32, in get
factory = zope.component.getUtility(IVocabularyFactory, name)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.schema.interfaces.IVocabularyFactory>, 'Permissions')
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 97, in zope.security.permission.PermissionsVocabulary
Failed example:
vocab.getTermByToken('a').value is a
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.security.permission.PermissionsVocabulary[11]>", line 1, in <module>
vocab.getTermByToken('a').value is a
NameError: name 'vocab' is not defined
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.security-3.6.2-py2.5-linux-i686.egg/zope/security/permission.py", line 99, in zope.security.permission.PermissionsVocabulary
Failed example:
vocab.getTermByToken('b').value is b
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.security.permission.PermissionsVocabulary[12]>", line 1, in <module>
vocab.getTermByToken('b').value is b
NameError: name 'vocab' is not defined
10655/11801 (90.3%)
Failure in test RoleIdsVocabulary (zope.securitypolicy.vocabulary)
Failed doctest test for zope.securitypolicy.vocabulary.RoleIdsVocabulary
File "/opt/zope/packages/eggs/zope.securitypolicy-3.6.0-py2.5.egg/zope/securitypolicy/vocabulary.py", line 31, in RoleIdsVocabulary
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.securitypolicy-3.6.0-py2.5.egg/zope/securitypolicy/vocabulary.py", line 43, in zope.securitypolicy.vocabulary.RoleIdsVocabulary
Failed example:
registry.register('Role Ids', RoleIdsVocabulary)
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.securitypolicy.vocabulary.RoleIdsVocabulary[4]>", line 1, in <module>
registry.register('Role Ids', RoleIdsVocabulary)
AttributeError: 'ZopeVocabularyRegistry' object has no attribute 'register'
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.securitypolicy-3.6.0-py2.5.egg/zope/securitypolicy/vocabulary.py", line 55, in zope.securitypolicy.vocabulary.RoleIdsVocabulary
Failed example:
vocab = registry.get(None, 'Role Ids')
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.securitypolicy.vocabulary.RoleIdsVocabulary[10]>", line 1, in <module>
vocab = registry.get(None, 'Role Ids')
File "/opt/zope/packages/eggs/zope.app.schema-3.5.0-py2.5.egg/zope/app/schema/vocabulary.py", line 32, in get
factory = zope.component.getUtility(IVocabularyFactory, name)
File "/opt/zope/packages/eggs/zope.component-3.6.0-py2.5.egg/zope/component/_api.py", line 171, in getUtility
raise ComponentLookupError(interface, name)
ComponentLookupError: (<InterfaceClass zope.schema.interfaces.IVocabularyFactory>, 'Role Ids')
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.securitypolicy-3.6.0-py2.5.egg/zope/securitypolicy/vocabulary.py", line 57, in zope.securitypolicy.vocabulary.RoleIdsVocabulary
Failed example:
vocab.getTermByToken('a_id').value
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.securitypolicy.vocabulary.RoleIdsVocabulary[11]>", line 1, in <module>
vocab.getTermByToken('a_id').value
NameError: name 'vocab' is not defined
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.securitypolicy-3.6.0-py2.5.egg/zope/securitypolicy/vocabulary.py", line 59, in zope.securitypolicy.vocabulary.RoleIdsVocabulary
Failed example:
vocab.getTermByToken('b_id').value
Exception raised:
Traceback (most recent call last):
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/doctest.py", line 1356, in __run
compileflags, 1) in test.globs
File "<doctest zope.securitypolicy.vocabulary.RoleIdsVocabulary[12]>", line 1, in <module>
vocab.getTermByToken('b_id').value
NameError: name 'vocab' is not defined
10854/11801 (92.0%)ServerBaseForTest: Computing hostname
ServerBaseForTest: Computing hostname
ServerBaseForTest: Computing hostname
ServerBaseForTest: Computing hostname
10927/11801 (92.6%)root: ClientIdManager is using thirdparty cookies, ignoring setIdRequest call
root: ClientIdManager is using thirdparty cookies, ignoring setIdRequest call
root: ClientIdManager is using thirdparty cookies, ignoring setIdRequest call
root: ClientIdManager is using thirdparty cookies, ignoring setIdRequest call
11341/11801 (96.1%)foo.bar: eek
None
foo.bar: eek
None
foo.bar: eek
None
foo.bar: eek
None
foo.bar: blah blah
foo.bar: blah blah
foo.bar: blah blah
foo.bar: blah blah
foo.bar: blah
foo.bar: blah
foo.bar: blah
foo.bar: blah
11386/11801 (96.5%)
Failure in test /opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/setupstack.txt
Failed doctest test for setupstack.txt
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/setupstack.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/setupstack.txt", line 102, in setupstack.txt
Failed example:
os.path.exists('Data.fs')
Expected:
False
Got:
True
11397/11801 (96.6%)Exception in thread Thread-304:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Failure in test /opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-debugging-layer-setup.test
Failed doctest test for testrunner-debugging-layer-setup.test
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-debugging-layer-setup.test", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-debugging-layer-setup.test", line 100, in testrunner-debugging-layer-setup.test
Failed example:
try:
zope.testing.testrunner.run(
['--path', dir, '-Dvv', '--tests-pattern', 'tests2'])
finally: sys.stdin = real_stdin
# doctest: +ELLIPSIS +REPORT_NDIFF
Differences (ndiff with -expected +actual):
Running tests at level 1
Running tests2.Layer1 tests:
Set up tests2.Layer1 in N.NNN seconds.
Running:
a_test (tests2)
Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
Running tests2.Layer2 tests:
Tear down tests2.Layer1 ... not supported
- Running in a subprocess.
- Set up tests2.Layer2
- **********************************************************************
- <BLANKLINE>
- Can't post-mortem debug when running a layer as a subprocess!
- Try running layer 'tests2.Layer2' by itself.
- <BLANKLINE>
- **********************************************************************
- <BLANKLINE>
- Traceback (most recent call last):
- ...
- raise ValueError
- ValueError
- <BLANKLINE>
- <BLANKLINE>
- Tests with errors:
- runTest (zope.testing.testrunner.runner.SetUpLayerFailure)
- Total: 1 tests, 0 failures, 1 errors in N.NNN seconds.
? ^
+ Total: 1 tests, 0 failures, 0 errors in N.NNN seconds.
? ^
- True
+ False
11440/11801 (96.9%)Exception in thread Thread-305:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Exception in thread Thread-306:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Exception in thread Thread-307:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Exception in thread Thread-308:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Exception in thread Thread-309:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
A message on stderr. Please ignore (expected in test output).
Exception in thread Thread-310:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Failure in test /opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-layers-ntd.txt
Failed doctest test for testrunner-layers-ntd.txt
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-layers-ntd.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-layers-ntd.txt", line 30, in testrunner-layers-ntd.txt
Failed example:
testrunner.run(defaults)
Expected:
Running sample1.sampletests_ntd.Layer tests:
Set up sample1.sampletests_ntd.Layer in N.NNN seconds.
Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
Running sample2.sampletests_ntd.Layer tests:
Tear down sample1.sampletests_ntd.Layer ... not supported
Running in a subprocess.
Set up sample2.sampletests_ntd.Layer in N.NNN seconds.
Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
Tear down sample2.sampletests_ntd.Layer ... not supported
Running sample3.sampletests_ntd.Layer tests:
Running in a subprocess.
Set up sample3.sampletests_ntd.Layer in N.NNN seconds.
<BLANKLINE>
<BLANKLINE>
Error in test test_error1 (sample3.sampletests_ntd.TestSomething)
Traceback (most recent call last):
testrunner-ex/sample3/sampletests_ntd.py", Line NNN, in test_error1
raise TypeError("Can we see errors")
TypeError: Can we see errors
<BLANKLINE>
<BLANKLINE>
<BLANKLINE>
Error in test test_error2 (sample3.sampletests_ntd.TestSomething)
Traceback (most recent call last):
testrunner-ex/sample3/sampletests_ntd.py", Line NNN, in test_error2
raise TypeError("I hope so")
TypeError: I hope so
<BLANKLINE>
<BLANKLINE>
<BLANKLINE>
Failure in test test_fail1 (sample3.sampletests_ntd.TestSomething)
Traceback (most recent call last):
testrunner-ex/sample3/sampletests_ntd.py", Line NNN, in test_fail1
self.assertEqual(1, 2)
AssertionError: 1 != 2
<BLANKLINE>
<BLANKLINE>
<BLANKLINE>
Failure in test test_fail2 (sample3.sampletests_ntd.TestSomething)
Traceback (most recent call last):
testrunner-ex/sample3/sampletests_ntd.py", Line NNN, in test_fail2
self.assertEqual(1, 3)
AssertionError: 1 != 3
<BLANKLINE>
Ran 6 tests with 2 failures and 2 errors in N.NNN seconds.
Tear down sample3.sampletests_ntd.Layer ... not supported
Total: 8 tests, 2 failures, 2 errors in N.NNN seconds.
True
Got:
Running sample1.sampletests_ntd.Layer tests:
Set up sample1.sampletests_ntd.Layer in N.NNN seconds.
Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
Running sample2.sampletests_ntd.Layer tests:
Tear down sample1.sampletests_ntd.Layer ... not supported
Total: 1 tests, 0 failures, 0 errors in N.NNN seconds.
False
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-layers-ntd.txt", line 88, in testrunner-layers-ntd.txt
Failed example:
testrunner.run(defaults)
Expected:
Running sample1.sampletests_ntd.Layer tests:
Set up sample1.sampletests_ntd.Layer in N.NNN seconds.
Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
Running sample2.sampletests_ntd.Layer tests:
Tear down sample1.sampletests_ntd.Layer ... not supported
Running in a subprocess.
Set up sample2.sampletests_ntd.Layer in N.NNN seconds.
Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
Tear down sample2.sampletests_ntd.Layer ... not supported
Running sample3.sampletests_ntd.Layer tests:
Running in a subprocess.
Set up sample3.sampletests_ntd.Layer in N.NNN seconds.
<BLANKLINE>
<BLANKLINE>
Error in test test_error1 (sample3.sampletests_ntd.TestSomething)
Traceback (most recent call last):
testrunner-ex/sample3/sampletests_ntd.py", Line NNN, in test_error1
raise TypeError("Can we see errors")
TypeError: Can we see errors
<BLANKLINE>
<BLANKLINE>
**********************************************************************
Can't post-mortem debug when running a layer as a subprocess!
**********************************************************************
<BLANKLINE>
<BLANKLINE>
<BLANKLINE>
Error in test test_error2 (sample3.sampletests_ntd.TestSomething)
Traceback (most recent call last):
testrunner-ex/sample3/sampletests_ntd.py", Line NNN, in test_error2
raise TypeError("I hope so")
TypeError: I hope so
<BLANKLINE>
<BLANKLINE>
**********************************************************************
Can't post-mortem debug when running a layer as a subprocess!
**********************************************************************
<BLANKLINE>
<BLANKLINE>
<BLANKLINE>
Error in test test_fail1 (sample3.sampletests_ntd.TestSomething)
Traceback (most recent call last):
testrunner-ex/sample3/sampletests_ntd.py", Line NNN, in test_fail1
self.assertEqual(1, 2)
AssertionError: 1 != 2
<BLANKLINE>
<BLANKLINE>
**********************************************************************
Can't post-mortem debug when running a layer as a subprocess!
**********************************************************************
<BLANKLINE>
<BLANKLINE>
<BLANKLINE>
Error in test test_fail2 (sample3.sampletests_ntd.TestSomething)
Traceback (most recent call last):
testrunner-ex/sample3/sampletests_ntd.py", Line NNN, in test_fail2
self.assertEqual(1, 3)
AssertionError: 1 != 3
<BLANKLINE>
<BLANKLINE>
**********************************************************************
Can't post-mortem debug when running a layer as a subprocess!
**********************************************************************
<BLANKLINE>
Ran 6 tests with 0 failures and 4 errors in N.NNN seconds.
Tear down sample3.sampletests_ntd.Layer ... not supported
Total: 8 tests, 0 failures, 4 errors in N.NNN seconds.
True
Got:
Running sample1.sampletests_ntd.Layer tests:
Set up sample1.sampletests_ntd.Layer in N.NNN seconds.
Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
Running sample2.sampletests_ntd.Layer tests:
Tear down sample1.sampletests_ntd.Layer ... not supported
Total: 1 tests, 0 failures, 0 errors in N.NNN seconds.
False
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-layers-ntd.txt", line 162, in testrunner-layers-ntd.txt
Failed example:
testrunner.run(defaults)
Expected:
Running sample1.sampletests_ntds.Layer tests:
Set up sample1.sampletests_ntds.Layer in N.NNN seconds.
Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
Running sample2.sampletests_ntds.Layer tests:
Tear down sample1.sampletests_ntds.Layer ... not supported
Running in a subprocess.
Set up sample2.sampletests_ntds.Layer in N.NNN seconds.
--Return--
> ...->None
-> Pdb().set_trace()
(Pdb) c
<BLANKLINE>
**********************************************************************
Can't use pdb.set_trace when running a layer as a subprocess!
**********************************************************************
<BLANKLINE>
--Return--
> ...->None
-> Pdb().set_trace()
(Pdb) c
<BLANKLINE>
**********************************************************************
Can't use pdb.set_trace when running a layer as a subprocess!
**********************************************************************
<BLANKLINE>
--Return--
> ...->None
-> Pdb().set_trace()
(Pdb) c
<BLANKLINE>
**********************************************************************
Can't use pdb.set_trace when running a layer as a subprocess!
**********************************************************************
<BLANKLINE>
--Return--
> ...->None
-> Pdb().set_trace()
(Pdb) c
<BLANKLINE>
**********************************************************************
Can't use pdb.set_trace when running a layer as a subprocess!
**********************************************************************
<BLANKLINE>
--Return--
> ...->None
-> Pdb().set_trace()
(Pdb) c
<BLANKLINE>
**********************************************************************
Can't use pdb.set_trace when running a layer as a subprocess!
**********************************************************************
<BLANKLINE>
--Return--
> ...->None
-> pdb.Pdb.set_trace(self)
(Pdb) c
<BLANKLINE>
**********************************************************************
Can't use pdb.set_trace when running a layer as a subprocess!
**********************************************************************
<BLANKLINE>
--Return--
> ...->None
-> pdb.Pdb.set_trace(self)
(Pdb) c
<BLANKLINE>
**********************************************************************
Can't use pdb.set_trace when running a layer as a subprocess!
**********************************************************************
<BLANKLINE>
Ran 7 tests with 0 failures and 0 errors in N.NNN seconds.
Tear down sample2.sampletests_ntds.Layer ... not supported
Total: 8 tests, 0 failures, 0 errors in N.NNN seconds.
False
Got:
Running sample1.sampletests_ntds.Layer tests:
Set up sample1.sampletests_ntds.Layer in N.NNN seconds.
Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
Running sample2.sampletests_ntds.Layer tests:
Tear down sample1.sampletests_ntds.Layer ... not supported
Total: 1 tests, 0 failures, 0 errors in N.NNN seconds.
False
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-layers-ntd.txt", line 249, in testrunner-layers-ntd.txt
Failed example:
testrunner.run(defaults)
Expected:
Running sample2.sampletests_ntd.Layer tests:
Set up sample2.sampletests_ntd.Layer in N.NNN seconds.
Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
Running sample2.stderrtest.Layer tests:
Tear down sample2.sampletests_ntd.Layer ... not supported
Running in a subprocess.
Set up sample2.stderrtest.Layer in N.NNN seconds.
Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
Tear down sample2.stderrtest.Layer in N.NNN seconds.
Total: 2 tests, 0 failures, 0 errors in N.NNN seconds.
False
Got:
Running sample2.sampletests_ntd.Layer tests:
Set up sample2.sampletests_ntd.Layer in N.NNN seconds.
Ran 1 tests with 0 failures and 0 errors in N.NNN seconds.
Running sample2.stderrtest.Layer tests:
Tear down sample2.sampletests_ntd.Layer ... not supported
Total: 1 tests, 0 failures, 0 errors in N.NNN seconds.
False
11445/11801 (97.0%)Exception in thread Thread-311:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Exception in thread Thread-313:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Exception in thread Thread-312:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Exception in thread Thread-314:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Exception in thread Thread-315:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Exception in thread Thread-316:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Exception in thread Thread-317:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Failure in test /opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-layers.txt
Failed doctest test for testrunner-layers.txt
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-layers.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-layers.txt", line 130, in testrunner-layers.txt
Failed example:
testrunner.run(defaults)
Expected:
Running samplelayers.Layer1 tests:
Set up samplelayers.Layer1 in N.NNN seconds.
Ran 9 tests with 0 failures and 0 errors in N.NNN seconds.
Running samplelayers.Layer11 tests:
Running in a subprocess.
Set up samplelayers.Layer1 in N.NNN seconds.
Set up samplelayers.Layer11 in N.NNN seconds.
Ran 34 tests with 0 failures and 0 errors in N.NNN seconds.
Running samplelayers.Layer111 tests:
Running in a subprocess.
Set up samplelayers.Layerx in N.NNN seconds.
Set up samplelayers.Layer1 in N.NNN seconds.
Set up samplelayers.Layer11 in N.NNN seconds.
Set up samplelayers.Layer111 in N.NNN seconds.
Ran 34 tests with 0 failures and 0 errors in N.NNN seconds.
Running samplelayers.Layer112 tests:
Running in a subprocess.
Set up samplelayers.Layerx in N.NNN seconds.
Set up samplelayers.Layer1 in N.NNN seconds.
Set up samplelayers.Layer11 in N.NNN seconds.
Set up samplelayers.Layer112 in N.NNN seconds.
Ran 34 tests with 0 failures and 0 errors in N.NNN seconds.
Running samplelayers.Layer12 tests:
Running in a subprocess.
Set up samplelayers.Layer1 in N.NNN seconds.
Set up samplelayers.Layer12 in N.NNN seconds.
Ran 34 tests with 0 failures and 0 errors in N.NNN seconds.
Running samplelayers.Layer121 tests:
Running in a subprocess.
Set up samplelayers.Layer1 in N.NNN seconds.
Set up samplelayers.Layer12 in N.NNN seconds.
Set up samplelayers.Layer121 in N.NNN seconds.
Ran 34 tests with 0 failures and 0 errors in N.NNN seconds.
Running samplelayers.Layer122 tests:
Running in a subprocess.
Set up samplelayers.Layer1 in N.NNN seconds.
Set up samplelayers.Layer12 in N.NNN seconds.
Set up samplelayers.Layer122 in N.NNN seconds.
Ran 34 tests with 0 failures and 0 errors in N.NNN seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
Running in a subprocess.
Set up zope.testing.testrunner.layer.UnitTests in N.NNN seconds.
Ran 192 tests with 0 failures and 0 errors in N.NNN seconds.
Total: 405 tests, 0 failures, 0 errors in N.NNN seconds.
False
Got:
Running samplelayers.Layer1 tests:
Set up samplelayers.Layer1 in N.NNN seconds.
Ran 9 tests with 0 failures and 0 errors in N.NNN seconds.
Total: 9 tests, 0 failures, 0 errors in N.NNN seconds.
False
11456/11801 (97.1%)zope.testing.tests: BaseLayer.setUp
zope.testing.tests: BaseLayer.setUp
zope.testing.tests: BaseLayer.setUp
zope.testing.tests: BaseLayer.setUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.test1
zope.testing.tests: TestSpecifyingBaseLayer.test1
zope.testing.tests: TestSpecifyingBaseLayer.test1
zope.testing.tests: TestSpecifyingBaseLayer.test1
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.test2
zope.testing.tests: TestSpecifyingBaseLayer.test2
zope.testing.tests: TestSpecifyingBaseLayer.test2
zope.testing.tests: TestSpecifyingBaseLayer.test2
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.tearDown
zope.testing.tests: BaseLayer.tearDown
zope.testing.tests: BaseLayer.tearDown
zope.testing.tests: BaseLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: BaseLayer.setUp
zope.testing.tests: BaseLayer.setUp
zope.testing.tests: BaseLayer.setUp
zope.testing.tests: BaseLayer.setUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.test1
zope.testing.tests: TestSpecifyingBaseLayer.test1
zope.testing.tests: TestSpecifyingBaseLayer.test1
zope.testing.tests: TestSpecifyingBaseLayer.test1
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.test2
zope.testing.tests: TestSpecifyingBaseLayer.test2
zope.testing.tests: TestSpecifyingBaseLayer.test2
zope.testing.tests: TestSpecifyingBaseLayer.test2
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.tearDown
zope.testing.tests: BaseLayer.tearDown
zope.testing.tests: BaseLayer.tearDown
zope.testing.tests: BaseLayer.tearDown
zope.testing.tests: BaseLayer.setUp
zope.testing.tests: BaseLayer.setUp
zope.testing.tests: BaseLayer.setUp
zope.testing.tests: BaseLayer.setUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.test1
zope.testing.tests: TestSpecifyingBaseLayer.test1
zope.testing.tests: TestSpecifyingBaseLayer.test1
zope.testing.tests: TestSpecifyingBaseLayer.test1
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.setUp
zope.testing.tests: TestSpecifyingBaseLayer.test2
zope.testing.tests: TestSpecifyingBaseLayer.test2
zope.testing.tests: TestSpecifyingBaseLayer.test2
zope.testing.tests: TestSpecifyingBaseLayer.test2
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: TestSpecifyingBaseLayer.tearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: TopLayer.setUp
zope.testing.tests: TopLayer.setUp
zope.testing.tests: TopLayer.setUp
zope.testing.tests: TopLayer.setUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: TopLayer.testSetUp
zope.testing.tests: TopLayer.testSetUp
zope.testing.tests: TopLayer.testSetUp
zope.testing.tests: TopLayer.testSetUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TopLayer.testTearDown
zope.testing.tests: TopLayer.testTearDown
zope.testing.tests: TopLayer.testTearDown
zope.testing.tests: TopLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: BaseLayer.testSetUp
zope.testing.tests: TopLayer.testSetUp
zope.testing.tests: TopLayer.testSetUp
zope.testing.tests: TopLayer.testSetUp
zope.testing.tests: TopLayer.testSetUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.setUp
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.test
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TestSpecifyingNoLayer.tearDown
zope.testing.tests: TopLayer.testTearDown
zope.testing.tests: TopLayer.testTearDown
zope.testing.tests: TopLayer.testTearDown
zope.testing.tests: TopLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: BaseLayer.testTearDown
zope.testing.tests: TopLayer.tearDown
zope.testing.tests: TopLayer.tearDown
zope.testing.tests: TopLayer.tearDown
zope.testing.tests: TopLayer.tearDown
zope.testing.tests: BaseLayer.tearDown
zope.testing.tests: BaseLayer.tearDown
zope.testing.tests: BaseLayer.tearDown
zope.testing.tests: BaseLayer.tearDown
zope.testing.tests: A.setUp
zope.testing.tests: A.setUp
zope.testing.tests: A.setUp
zope.testing.tests: A.setUp
zope.testing.tests: B.setUp
zope.testing.tests: B.setUp
zope.testing.tests: B.setUp
zope.testing.tests: B.setUp
zope.testing.tests: C.setUp
zope.testing.tests: C.setUp
zope.testing.tests: C.setUp
zope.testing.tests: C.setUp
zope.testing.tests: D.setUp
zope.testing.tests: D.setUp
zope.testing.tests: D.setUp
zope.testing.tests: D.setUp
zope.testing.tests: E.setUp
zope.testing.tests: E.setUp
zope.testing.tests: E.setUp
zope.testing.tests: E.setUp
zope.testing.tests: F.setUp
zope.testing.tests: F.setUp
zope.testing.tests: F.setUp
zope.testing.tests: F.setUp
zope.testing.tests: A.testSetUp
zope.testing.tests: A.testSetUp
zope.testing.tests: A.testSetUp
zope.testing.tests: A.testSetUp
zope.testing.tests: B.testSetUp
zope.testing.tests: B.testSetUp
zope.testing.tests: B.testSetUp
zope.testing.tests: B.testSetUp
zope.testing.tests: C.testSetUp
zope.testing.tests: C.testSetUp
zope.testing.tests: C.testSetUp
zope.testing.tests: C.testSetUp
zope.testing.tests: D.testSetUp
zope.testing.tests: D.testSetUp
zope.testing.tests: D.testSetUp
zope.testing.tests: D.testSetUp
zope.testing.tests: E.testSetUp
zope.testing.tests: E.testSetUp
zope.testing.tests: E.testSetUp
zope.testing.tests: E.testSetUp
zope.testing.tests: F.testSetUp
zope.testing.tests: F.testSetUp
zope.testing.tests: F.testSetUp
zope.testing.tests: F.testSetUp
zope.testing.tests: F.testTearDown
zope.testing.tests: F.testTearDown
zope.testing.tests: F.testTearDown
zope.testing.tests: F.testTearDown
zope.testing.tests: E.testTearDown
zope.testing.tests: E.testTearDown
zope.testing.tests: E.testTearDown
zope.testing.tests: E.testTearDown
zope.testing.tests: D.testTearDown
zope.testing.tests: D.testTearDown
zope.testing.tests: D.testTearDown
zope.testing.tests: D.testTearDown
zope.testing.tests: C.testTearDown
zope.testing.tests: C.testTearDown
zope.testing.tests: C.testTearDown
zope.testing.tests: C.testTearDown
zope.testing.tests: B.testTearDown
zope.testing.tests: B.testTearDown
zope.testing.tests: B.testTearDown
zope.testing.tests: B.testTearDown
zope.testing.tests: A.testTearDown
zope.testing.tests: A.testTearDown
zope.testing.tests: A.testTearDown
zope.testing.tests: A.testTearDown
zope.testing.tests: F.tearDown
zope.testing.tests: F.tearDown
zope.testing.tests: F.tearDown
zope.testing.tests: F.tearDown
zope.testing.tests: E.tearDown
zope.testing.tests: E.tearDown
zope.testing.tests: E.tearDown
zope.testing.tests: E.tearDown
zope.testing.tests: D.tearDown
zope.testing.tests: D.tearDown
zope.testing.tests: D.tearDown
zope.testing.tests: D.tearDown
zope.testing.tests: C.tearDown
zope.testing.tests: C.tearDown
zope.testing.tests: C.tearDown
zope.testing.tests: C.tearDown
zope.testing.tests: B.tearDown
zope.testing.tests: B.tearDown
zope.testing.tests: B.tearDown
zope.testing.tests: B.tearDown
zope.testing.tests: A.tearDown
zope.testing.tests: A.tearDown
zope.testing.tests: A.tearDown
zope.testing.tests: A.tearDown
11524/11801 (97.7%)Exception in thread Thread-318:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Failure in test /opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-profiling.txt
Failed doctest test for testrunner-profiling.txt
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-profiling.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-profiling.txt", line 48, in testrunner-profiling.txt
Failed example:
files
Expected:
['tests_profile.*.prof', 'tests_profile.*.prof']
Got:
['tests_profile.*.prof']
11529/11801 (97.7%)Exception in thread Thread-319:
Traceback (most recent call last):
File "/opt/python25/lib/python2.5/threading.py", line 486, in __bootstrap_inner
self.run()
File "/opt/python25/lib/python2.5/threading.py", line 446, in run
self.__target(*self.__args, **self.__kwargs)
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/runner.py", line 427, in spawn_layer_in_subprocess
'No subprocess summary found', repr(whole_suberr))
SubprocessError: No subprocess summary found: "/usr/bin/py25: can't open file '': [Errno 2] No such file or directory\n"
Failure in test /opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-profiling-cprofiler.txt
Failed doctest test for testrunner-profiling-cprofiler.txt
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-profiling-cprofiler.txt", line 0
----------------------------------------------------------------------
File "/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-profiling-cprofiler.txt", line 42, in testrunner-profiling-cprofiler.txt
Failed example:
files
Expected:
['tests_profile.*.prof', 'tests_profile.*.prof']
Got:
['tests_profile.*.prof']
Ran 11801 tests with 35 failures and 11 errors in 6 minutes 29.183 seconds.
Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-module import failures:
Module: z3c.macro.tests
Traceback (most recent call last):
File "/opt/zope/packages/eggs/z3c.macro-1.2.1-py2.5.egg/z3c/macro/tests.py", line 29, in <module>
import z3c.pt
ImportError: No module named pt
Running zope.traversing.tests.layer.TraversingLayer tests:
Running in a subprocess.
Set up zope.traversing.tests.layer.TraversingLayer in 1.120 seconds.
Running:
Ran 7 tests with 0 failures and 0 errors in 0.308 seconds.
Tear down zope.traversing.tests.layer.TraversingLayer in 0.001 seconds.
Test-modules with import problems:
z3c.macro.tests
Test-modules with import problems:
z3c.macro.tests
Tests with errors:
runTest (zope.testing.testrunner.runner.SetUpLayerFailure)
runTest (zope.testing.testrunner.runner.SetUpLayerFailure)
runTest (zope.testing.testrunner.runner.SetUpLayerFailure)
runTest (zope.testing.testrunner.runner.SetUpLayerFailure)
/opt/zope/packages/eggs/z3c.pagelet-1.0.3-py2.5.egg/z3c/pagelet/README.txt
/opt/zope/packages/eggs/z3c.pagelet-1.0.3-py2.5.egg/z3c/pagelet/zcml.txt
/opt/zope/packages/eggs/z3c.template-1.2.0-py2.5.egg/z3c/template/README.txt
/opt/zope/packages/eggs/z3c.template-1.2.0-py2.5.egg/z3c/template/zcml.txt
testViewMapper (zope.app.pagetemplate.tests.test_viewzpt.TestViewZPT)
testDoomedTransaction (zope.app.publication.tests.test_zopepublication.ZopePublicationTests)
testTransactionAnnotation (zope.app.publication.tests.test_zopepublication.ZopePublicationTests)
testTransactionCommitAfterCall (zope.app.publication.tests.test_zopepublication.ZopePublicationTests)
testAbortTransactionWithErrorReportingUtility (zope.app.publication.tests.test_zopepublication.ZopePublicationErrorHandling)
testAddItems (zope.copypastemove.tests.test_clipboard.PrincipalClipboardTest)
/opt/zope/packages/eggs/zope.principalannotation-3.6.0-py2.5.egg/zope/principalannotation/README.txt
Tests with failures:
/opt/zope/packages/eggs/ZODB3-3.9.0a12-py2.5-linux-i686.egg/ZEO/tests/zeo_blob_cache.test
/opt/zope/packages/eggs/z3c.etestbrowser-1.2.1-py2.5.egg/z3c/etestbrowser/README.txt
/opt/zope/packages/eggs/z3c.layer.minimal-1.0.1-py2.5.egg/z3c/layer/minimal/tests/../README.txt
/opt/zope/packages/eggs/zope.file-0.4.0-py2.5.egg/zope/file/contenttype.txt
/opt/zope/packages/eggs/zope.file-0.4.0-py2.5.egg/zope/file/download.txt
/opt/zope/packages/eggs/zope.file-0.4.0-py2.5.egg/zope/file/upload.txt
/opt/zope/packages/eggs/zope.html-1.1.0-py2.5.egg/zope/html/browser.txt
test_as_weakref_list (transaction.tests.test_weakset.WeakSetTests)
/opt/zope/packages/eggs/z3c.form-1.9.0-py2.5.egg/z3c/form/tests/../form.txt
/opt/zope/packages/eggs/z3c.form-1.9.0-py2.5.egg/z3c/form/tests/../group.txt
/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../ajax.txt
/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jsclientevent.txt
/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jqueryrenderer.txt
/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jsvalidator.txt
/opt/zope/packages/eggs/z3c.formjs-0.4.1-py2.5.egg/z3c/formjs/tests/../jsswitch.txt
normalize (zc.i18n.date)
/opt/zope/packages/eggs/zc.table-0.7.0-py2.5.egg/zc/table/column.txt
/opt/zope/packages/eggs/zc.table-0.7.0-py2.5.egg/zc/table/fieldcolumn.txt
test_ctl (zc.zope3recipes.tests)
test_sane_errors_from_recipe (zc.zope3recipes.tests)
work_with_old_zc_deployment (zc.zope3recipes.tests)
/opt/zope/packages/eggs/zc.zope3recipes-0.7.0-py2.5.egg/zc/zope3recipes/README.txt
/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/interface.txt
/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/component.txt
/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/utilities.txt
/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/codemodule/browser/README.txt
findAllClasses (zope.app.apidoc.codemodule.browser.menu.Menu)
/opt/zope/packages/eggs/zope.app.apidoc-3.6.1-py2.5.egg/zope/app/apidoc/ifacemodule/browser.txt
ManagerDetails (zope.app.generations.browser.managerdetails)
test_provides (zope.app.interface.tests.test_interface.PersistentInterfaceTest)
ReStructuredTextToHTMLRenderer (zope.app.renderer.rest)
render (zope.app.renderer.rest.ReStructuredTextToHTMLRenderer)
/opt/zope/packages/eggs/zope.app.zapi-3.4.0-py2.5.egg/zope/app/zapi/README.txt
PermissionIdsVocabulary (zope.security.permission)
PermissionsVocabulary (zope.security.permission)
RoleIdsVocabulary (zope.securitypolicy.vocabulary)
/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/setupstack.txt
/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-debugging-layer-setup.test
/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-layers-ntd.txt
/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-layers.txt
/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-profiling.txt
/opt/zope/packages/eggs/zope.testing-3.7.1-py2.5.egg/zope/testing/testrunner/testrunner-profiling-cprofiler.txt
Total: 13316 tests, 42 failures, 15 errors in 44 minutes 6.367 seconds.
More information about the Zope-Dev
mailing list