[Zope3-dev] Zope3 tarball build/test run log

Zope 3 tarball build/test script jinty at web.de
Tue Dec 27 16:58:30 EST 2005


ERROR: Traceback (most recent call last):
ERROR: File "bin/zopetest", line 39, in ?
ERROR: sys.exit(testrunner.run(defaults))
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/testing/testrunner.py", line 205, in run
ERROR: failed = run_with_options(options)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/testing/testrunner.py", line 358, in run_with_options
ERROR: setup_layers, failures, errors)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/testing/testrunner.py", line 524, in run_layer
ERROR: setup_layer(layer, setup_layers)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/testing/testrunner.py", line 599, in setup_layer
ERROR: layer.setUp()
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/app/testing/functional.py", line 197, in setUp
ERROR: FunctionalTestSetup(self.config_file)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/app/testing/functional.py", line 139, in __init__
ERROR: self.app = Debugger(self.db, config_file)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/app/debug/debug.py", line 35, in __init__
ERROR: config(config_file)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/app/appsetup/appsetup.py", line 110, in config
ERROR: context = xmlconfig.file(file, context=context, execute=execute)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/xmlconfig.py", line 554, in file
ERROR: include(context, name, package)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/xmlconfig.py", line 490, in include
ERROR: processxmlfile(f, context)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
ERROR: parser.parse(src)
ERROR: File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 109, in parse
ERROR: xmlreader.IncrementalParser.parse(self, source)
ERROR: File "/usr/lib/python2.4/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse
ERROR: self.feed(buffer)
ERROR: File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 216, in feed
ERROR: self._parser.Parse(data, isFinal)
ERROR: File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 364, in end_element_ns
ERROR: self._cont_handler.endElementNS(pair, None)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
ERROR: self.context.end()
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/config.py", line 544, in end
ERROR: self.stack.pop().finish()
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/config.py", line 690, in finish
ERROR: actions = self.handler(context, **args)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/xmlconfig.py", line 490, in include
ERROR: processxmlfile(f, context)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/xmlconfig.py", line 345, in processxmlfile
ERROR: parser.parse(src)
ERROR: File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 109, in parse
ERROR: xmlreader.IncrementalParser.parse(self, source)
ERROR: File "/usr/lib/python2.4/site-packages/_xmlplus/sax/xmlreader.py", line 123, in parse
ERROR: self.feed(buffer)
ERROR: File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 216, in feed
ERROR: self._parser.Parse(data, isFinal)
ERROR: File "/usr/lib/python2.4/site-packages/_xmlplus/sax/expatreader.py", line 364, in end_element_ns
ERROR: self._cont_handler.endElementNS(pair, None)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/xmlconfig.py", line 326, in endElementNS
ERROR: self.context.end()
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/config.py", line 544, in end
ERROR: self.stack.pop().finish()
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/config.py", line 689, in finish
ERROR: args = toargs(context, *self.argdata)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/config.py", line 1381, in toargs
ERROR: args[str(name)] = field.fromUnicode(s)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/fields.py", line 139, in fromUnicode
ERROR: value = self.context.resolve(name)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/configuration/config.py", line 184, in resolve
ERROR: mod = __import__(mname, *_import_chickens)
ERROR: File "/home/jinty/releases/Zope3/z/../tst/lib/python/zope/testbrowser/__init__.py", line 28, in ?
ERROR: from zope.testbrowser import ClientForm
ERROR: zope.configuration.xmlconfig.ZopeXMLConfigurationError: File "/home/jinty/releases/Zope3/tst/zopeskel/etc/ftesting.zcml", line 18.2-18.54
ERROR: ZopeXMLConfigurationError: File "/home/jinty/releases/Zope3/tst/zopeskel/etc/package-includes/testbrowser-ftesting.zcml", line 1.0-1.66
ERROR: ImportError: cannot import name ClientForm
Traceback (most recent call last):
  File "/home/jinty/releases/release-assistent.py", line 260, in ?
    main(sys.argv)
  File "/home/jinty/releases/release-assistent.py", line 257, in main
    builder.run()
  File "/home/jinty/releases/release-assistent.py", line 169, in run
    self.buildReleases()
  File "/home/jinty/releases/release-assistent.py", line 177, in buildReleases
    self.buildRelease()
  File "/home/jinty/releases/release-assistent.py", line 226, in buildRelease
    self.runner.runMany(self.release['test_command'])
  File "/home/jinty/releases/release-assistent.py", line 157, in runMany
    self.run(cmd)
  File "/home/jinty/releases/release-assistent.py", line 152, in run
    raise CommandException('%s failed!' % cmd)
__main__.CommandException: cd tst && bin/zopetest failed!



More information about the Zope3-dev mailing list