[Zope3-dev] Linux Test Results - Zope 3 - Too many errors :-(

zope-tests@squishdot.org zope-tests@squishdot.org
Sun, 03 Aug 2003 04:17:40 +0100


======================================================================
Python Version:2.2.3 (#1, Jun 10 2003, 13:52:48) 
[GCC 2.95.2 20000220 (Debian GNU/Linux)]

Modules included:
Zope3 (HEAD)

Running unit tests from /stuff/chrisw/ZopeTests/sandbox/Zope3
Error in test test_load_zcml (zope.app.browser.form.complexsample.tests.test_widget.ConfigurationTest)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/app/browser/form/complexsample/tests/test_widget.py", line 1105, in test_load_zcml
    xmlconfig.string("""\
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 426, in string
    processxmlfile(f, context)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 244, in processxmlfile
    parser.parse(src)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 343, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 224, in endElementNS
    self.context.end()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 373, in end
    self.stack.pop().finish()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 520, in finish
    actions = self.handler(context, **args)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 337, in include
    processxmlfile(f, context)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 244, in processxmlfile
    parser.parse(src)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 332, in start_element_ns
    AttributesNSImpl(newattrs, qnames))
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 205, in startElementNS
    self.context.begin(name, data, info)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 370, in begin
    self.stack.append(self.stack[-1].contained(__name, __data, __info))
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 671, in contained
    return RootStackItem.contained(self, name, data, info)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 541, in contained
    adapter = factory(self.context, data, info)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 1024, in factory
    args = toargs(context, schema, data)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 1178, in toargs
    raise ConfigurationError("Invalid value for", n, str(v))
ZopeXMLConfigurationError: File "<string>", line 4.10-4.75
    ZopeXMLConfigurationError: File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/app/publisher/browser/meta.zcml", line 9.4
    ConfigurationError: ('Invalid value for', 'schema', "Couldn't import zope.app.publisher.browser.metadirectives, No module named metadirectives")

Error in test test_load_zcml (zope.app.browser.form.tests.test_configure.TestBrowserFormZCML)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/app/browser/form/tests/test_configure.py", line 27, in test_load_zcml
    xmlconfig.string(
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 426, in string
    processxmlfile(f, context)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 244, in processxmlfile
    parser.parse(src)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 343, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 224, in endElementNS
    self.context.end()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 373, in end
    self.stack.pop().finish()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 520, in finish
    actions = self.handler(context, **args)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 337, in include
    processxmlfile(f, context)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 244, in processxmlfile
    parser.parse(src)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 332, in start_element_ns
    AttributesNSImpl(newattrs, qnames))
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 205, in startElementNS
    self.context.begin(name, data, info)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 370, in begin
    self.stack.append(self.stack[-1].contained(__name, __data, __info))
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 671, in contained
    return RootStackItem.contained(self, name, data, info)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 541, in contained
    adapter = factory(self.context, data, info)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 1024, in factory
    args = toargs(context, schema, data)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 1178, in toargs
    raise ConfigurationError("Invalid value for", n, str(v))
ZopeXMLConfigurationError: File "<string>", line 4.17-5.45
    ZopeXMLConfigurationError: File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/app/publisher/browser/meta.zcml", line 9.4
    ConfigurationError: ('Invalid value for', 'schema', "Couldn't import zope.app.publisher.browser.metadirectives, No module named metadirectives")

Error in test testAttributeProtectedPage (zope.app.publisher.browser.tests.test_directives.Test)
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/app/publisher/browser/tests/test_directives.py", line 99, in setUp
    XMLConfig('meta.zcml', zope.app.publisher.browser)()
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 460, in __init__
    include(context, file_name, module)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 337, in include
    processxmlfile(f, context)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 244, in processxmlfile
    parser.parse(src)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/lib/python2.2/site-packages/_xmlplus/sax/expatreader.py", line 332, in start_element_ns
    AttributesNSImpl(newattrs, qnames))
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/xmlconfig.py", line 205, in startElementNS
    self.context.begin(name, data, info)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 370, in begin
    self.stack.append(self.stack[-1].contained(__name, __data, __info))
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 671, in contained
    return RootStackItem.contained(self, name, data, info)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 541, in contained
    adapter = factory(self.context, data, info)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 1024, in factory
    args = toargs(context, schema, data)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/configuration/config.py", line 1178, in toargs
    raise ConfigurationError("Invalid value for", n, str(v))
ZopeXMLConfigurationError: File "/stuff/chrisw/ZopeTests/sandbox/Zope3/src/zope/app/publisher/browser/meta.zcml", line 9.4
    ConfigurationError: ('Invalid value for', 'schema', "Couldn't import zope.app.publisher.browser.metadirectives, No module named metadirectives")

Error in test testDefaultView 
<truncated>