[cmf-tests] FAILED (errors=44) : CMF-1.6 Zope-2.9 Python-2.4.4 : Linux

CMF Unit Tests cmf-tests at epy.co.at
Sun Nov 19 22:09:00 EST 2006


CMF Unit Tests : FAILED (errors=44)
CMF-1.6 Zope-2.9 Python-2.4.4 : Linux

Running /usr/local/python2.4/bin/python /home/stefan/autotest/temp/python24-zope29/test.py -q --config-file etc/zope.conf --path Products --test-path Products
2006-11-20 03:53:38 ERROR Zope Zope Default Object Creation: Could not initialze a Temporary Folder because a database was not configured to be mounted at the /temp_folder mount point
2006-11-20 03:53:41 ERROR Zope Couldn't install Five
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/OFS/Application.py", line 783, in install_product
    initmethod(context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/__init__.py", line 29, in initialize
    zcml.load_site()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 41, in load_site
    _context = xmlconfig.file(file)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 692, in finish
    actions = self.handler(context, **args)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/fiveconfigure.py", line 89, in loadProducts
    handleBrokenProduct(product)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/fiveconfigure.py", line 67, in handleBrokenProduct
    logger.error('Could not import Product %s' % product.__name__, error=exc)
  File "/usr/local/python2.4/lib/python2.4/logging/__init__.py", line 999, in error
    apply(self._log, (ERROR, msg, args), kwargs)
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/skel/site.zcml", line 13.2-13.23
    TypeError: _log() got an unexpected keyword argument 'error'
Parsing /home/stefan/autotest/temp/python24-zope29-cmf16/etc/zope.conf
Test-module import failures:

Module: GenericSetup.tests.test_components

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/tests/test_components.py", line 29, in ?
    from Products.Five.component import enableSite
ImportError: No module named component


Running unit tests:


Error in test test_EventEndingMidnight (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFCalendar/tests/test_Calendar.py", line 102, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_firstDayRendering (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFCalendar/tests/test_Calendar.py", line 102, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_getNextMonth (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFCalendar/tests/test_Calendar.py", line 102, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_lastDayRendering (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFCalendar/tests/test_Calendar.py", line 102, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_sessions (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFCalendar/tests/test_Calendar.py", line 102, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_singleDayRendering (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFCalendar/tests/test_Calendar.py", line 102, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_spanningEventCalendarRendering (CMFCalendar.tests.test_Calendar.CalendarRequestTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFCalendar/tests/test_Calendar.py", line 102, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test testDiscussionReply (CMFDefault.tests.test_DiscussionReply.DiscussionReplyTest)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_DiscussionReply.py", line 38, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test testDiscussionReply (CMFDefault.tests.test_DiscussionReply.DiscussionReplyTestMember)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_DiscussionReply.py", line 85, in setUp
    DiscussionReplyTest.setUp(self)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_DiscussionReply.py", line 38, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_File_CloneResetsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Image.py", line 147, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_File_CopyPasteResetsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Image.py", line 147, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_File_CutPasteKeepsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Image.py", line 147, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_File_RenameKeepsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Image.py", line 147, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_Image_CloneResetsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Image.py", line 147, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_Image_CopyPasteResetsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Image.py", line 147, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_Image_CutPasteKeepsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Image.py", line 147, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_Image_RenameKeepsWorkflowState (CMFDefault.tests.test_Image.TestImageCopyPaste)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Image.py", line 147, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_DocumentEditCataloguing (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Portal.py", line 43, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_FileEditCataloguing (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Portal.py", line 43, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry

2006-11-20 03:54:27 WARNING ZODB.DB DB.open() has 8 open connections with a pool_size of 7


Error in test test_ImageEditCataloguing (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Portal.py", line 43, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry

2006-11-20 03:54:28 WARNING ZODB.DB DB.open() has 8 open connections with a pool_size of 7


Error in test test_LinkEditCataloguing (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Portal.py", line 43, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry

2006-11-20 03:54:28 WARNING ZODB.DB DB.open() has 9 open connections with a pool_size of 7


Error in test test_MetadataCataloguing (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Portal.py", line 43, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry

2006-11-20 03:54:28 WARNING ZODB.DB DB.open() has 9 open connections with a pool_size of 7


Error in test test_NewsItemEditCataloguing (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Portal.py", line 43, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry

2006-11-20 03:54:28 WARNING ZODB.DB DB.open() has 10 open connections with a pool_size of 7


Error in test test_manage_addCMFSite_emits_DeprecationWarning (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Portal.py", line 43, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry

2006-11-20 03:54:28 WARNING ZODB.DB DB.open() has 10 open connections with a pool_size of 7


Error in test test_new (CMFDefault.tests.test_Portal.CMFSiteTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_Portal.py", line 43, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry

2006-11-20 03:54:28 WARNING ZODB.DB DB.open() has 11 open connections with a pool_size of 7


Error in test test_join (CMFDefault.tests.test_join.MembershipTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_join.py", line 23, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry

2006-11-20 03:54:28 WARNING ZODB.DB DB.open() has 12 open connections with a pool_size of 7


Error in test test_join_with_variable_id_policies (CMFDefault.tests.test_join.MembershipTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_join.py", line 23, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry

2006-11-20 03:54:28 WARNING ZODB.DB DB.open() has 12 open connections with a pool_size of 7


Error in test test_join_without_email (CMFDefault.tests.test_join.MembershipTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFDefault/tests/test_join.py", line 23, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_z3interfaces (CMFTopic.tests.test_DateC.FriendlyDateCriterionTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/common.py", line 40, in test_z3interfaces
    verifyClass( ICriterion, self._getTargetClass() )
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/interface/verify.py", line 93, in verifyClass
    return _verify(iface, candidate, tentative, vtype='c')
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/interface/verify.py", line 51, in _verify
    raise DoesNotImplement(iface)
DoesNotImplement: An object does not implement interface <InterfaceClass Products.CMFTopic.interfaces.ICriterion>

        

2006-11-20 03:54:29 WARNING ZODB.DB DB.open() has 13 open connections with a pool_size of 7


Error in test test_Harness (CMFTopic.tests.test_DateC.FriendlyDateCriterionFunctionalTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/test_DateC.py", line 169, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry

2006-11-20 03:54:29 WARNING ZODB.DB DB.open() has 13 open connections with a pool_size of 7


Error in test test_LessThanDaysAgo (CMFTopic.tests.test_DateC.FriendlyDateCriterionFunctionalTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/test_DateC.py", line 169, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry

2006-11-20 03:54:29 WARNING ZODB.DB DB.open() has 14 open connections with a pool_size of 7


Error in test test_LessThanDaysAhead (CMFTopic.tests.test_DateC.FriendlyDateCriterionFunctionalTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/test_DateC.py", line 169, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_LessThanZeroDaysAgo (CMFTopic.tests.test_DateC.FriendlyDateCriterionFunctionalTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/test_DateC.py", line 169, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_LessThanZeroDaysAhead (CMFTopic.tests.test_DateC.FriendlyDateCriterionFunctionalTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/test_DateC.py", line 169, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_MoreThanDaysAgo (CMFTopic.tests.test_DateC.FriendlyDateCriterionFunctionalTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/test_DateC.py", line 169, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_MoreThanDaysAhead (CMFTopic.tests.test_DateC.FriendlyDateCriterionFunctionalTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/test_DateC.py", line 169, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_MoreThanZeroDaysAgo (CMFTopic.tests.test_DateC.FriendlyDateCriterionFunctionalTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/test_DateC.py", line 169, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_MoreThanZeroDaysAhead (CMFTopic.tests.test_DateC.FriendlyDateCriterionFunctionalTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/test_DateC.py", line 169, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_WithinDayAgo (CMFTopic.tests.test_DateC.FriendlyDateCriterionFunctionalTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/test_DateC.py", line 169, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_WithinDayAhead (CMFTopic.tests.test_DateC.FriendlyDateCriterionFunctionalTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 251, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/test_DateC.py", line 169, in setUp
    zcml.load_config('configure.zcml', Products.GenericSetup)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/Products/Five/zcml.py", line 50, in load_config
    _context = xmlconfig.file(file, package, _context, execute=execute)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 558, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 494, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 349, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.4/lib/python2.4/xml/sax/expatreader.py", line 348, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/xmlconfig.py", line 328, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 544, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 691, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 1383, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 229, in fromUnicode
    v = vt.fromUnicode(s)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/configuration/config.py", line 184, in resolve
    mod = __import__(mname, *_import_chickens)
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/components.py", line 21, in ?
    from zope.component.interfaces import IComponentRegistry
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/GenericSetup/configure.zcml", line 55.2-57.8
    ImportError: cannot import name IComponentRegistry



Error in test test_z3interfaces (CMFTopic.tests.test_ListC.ListCriterionTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/common.py", line 40, in test_z3interfaces
    verifyClass( ICriterion, self._getTargetClass() )
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/interface/verify.py", line 93, in verifyClass
    return _verify(iface, candidate, tentative, vtype='c')
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/interface/verify.py", line 51, in _verify
    raise DoesNotImplement(iface)
DoesNotImplement: An object does not implement interface <InterfaceClass Products.CMFTopic.interfaces.ICriterion>

        



Error in test test_z3interfaces (CMFTopic.tests.test_SIC.SimpleIntCriterionTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/common.py", line 40, in test_z3interfaces
    verifyClass( ICriterion, self._getTargetClass() )
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/interface/verify.py", line 93, in verifyClass
    return _verify(iface, candidate, tentative, vtype='c')
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/interface/verify.py", line 51, in _verify
    raise DoesNotImplement(iface)
DoesNotImplement: An object does not implement interface <InterfaceClass Products.CMFTopic.interfaces.ICriterion>

        



Error in test test_z3interfaces (CMFTopic.tests.test_SSC.SimpleStringCriterionTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/common.py", line 40, in test_z3interfaces
    verifyClass( ICriterion, self._getTargetClass() )
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/interface/verify.py", line 93, in verifyClass
    return _verify(iface, candidate, tentative, vtype='c')
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/interface/verify.py", line 51, in _verify
    raise DoesNotImplement(iface)
DoesNotImplement: An object does not implement interface <InterfaceClass Products.CMFTopic.interfaces.ICriterion>

        



Error in test test_z3interfaces (CMFTopic.tests.test_SortC.SortCriterionTests)
Traceback (most recent call last):
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 260, in run
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope29-cmf16/Products/CMFTopic/tests/common.py", line 40, in test_z3interfaces
    verifyClass( ICriterion, self._getTargetClass() )
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/interface/verify.py", line 93, in verifyClass
    return _verify(iface, candidate, tentative, vtype='c')
  File "/home/stefan/autotest/temp/python24-zope29/lib/python/zope/interface/verify.py", line 51, in _verify
    raise DoesNotImplement(iface)
DoesNotImplement: An object does not implement interface <InterfaceClass Products.CMFTopic.interfaces.ICriterion>

        

2006-11-20 03:54:30 WARNING ZODB.DB DB.open() has 8 open connections with a pool_size of 7
  Ran 1199 tests with 0 failures and 44 errors in 68.590 seconds.

Test-modules with import problems:
  GenericSetup.tests.test_components

FAILED (errors=44)


More information about the cmf-tests mailing list