[Zope-Coders] Linux Test Results - Zope HEAD - Too many errors :-(

zope-tests@squishdot.org zope-tests@squishdot.org
Tue, 22 Jul 2003 04:18:10 +0100


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

Modules included:
Zope (HEAD)

Warning: no test input files found!!!
/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/SearchIndex/__init__.py:19: DeprecationWarning: The usage of the SearchIndex package is deprecated since Zope 2.4.
This package is only kept for backwards compatibility for a while
and will go away in a future release.

Please use instead the re-factored modules in Products/PluginIndexes.

  warnings.warn("The usage of the SearchIndex package is deprecated since \
======================================================================
ERROR: test_access_and_trace_logs (test_schema.StartupTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_schema.py", line 46, in setUp
  File "test_schema.py", line 42, in getSchema
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 36, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 68, in loadURL
    r = self.openResource(url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 100, in openResource
    raise error
ConfigurationError: error opening resource file:///stuff/chrisw/ZopeTests/sandbox/Zope/zopeschema.xml: [Errno 2] No such file or directory: '/stuff/chrisw/ZopeTests/sandbox/Zope/zopeschema.xml'

======================================================================
ERROR: test_cgi_environment (test_schema.StartupTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_schema.py", line 46, in setUp
  File "test_schema.py", line 42, in getSchema
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 36, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 68, in loadURL
    r = self.openResource(url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 100, in openResource
    raise error
ConfigurationError: error opening resource file:///stuff/chrisw/ZopeTests/sandbox/Zope/zopeschema.xml: [Errno 2] No such file or directory: '/stuff/chrisw/ZopeTests/sandbox/Zope/zopeschema.xml'

======================================================================
ERROR: test_dns_resolver (test_schema.StartupTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_schema.py", line 46, in setUp
  File "test_schema.py", line 42, in getSchema
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 36, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 68, in loadURL
    r = self.openResource(url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 100, in openResource
    raise error
ConfigurationError: error opening resource file:///stuff/chrisw/ZopeTests/sandbox/Zope/zopeschema.xml: [Errno 2] No such file or directory: '/stuff/chrisw/ZopeTests/sandbox/Zope/zopeschema.xml'

======================================================================
ERROR: test_load_config_template (test_schema.StartupTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_schema.py", line 46, in setUp
  File "test_schema.py", line 42, in getSchema
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 36, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 68, in loadURL
    r = self.openResource(url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 100, in openResource
    raise error
ConfigurationError: error opening resource file:///stuff/chrisw/ZopeTests/sandbox/Zope/zopeschema.xml: [Errno 2] No such file or directory: '/stuff/chrisw/ZopeTests/sandbox/Zope/zopeschema.xml'

======================================================================
ERROR: test_zodb_db (test_schema.StartupTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "test_schema.py", line 46, in setUp
  File "test_schema.py", line 42, in getSchema
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 36, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 68, in loadURL
    r = self.openResource(url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 100, in openResource
    raise error
ConfigurationError: error opening resource file:///stuff/chrisw/ZopeTests/sandbox/Zope/zopeschema.xml: [Errno 2] No such file or directory: '/stuff/chrisw/ZopeTests/sandbox/Zope/zopeschema.xml'

======================================================================
ERROR: test_fcgi_factory (test_config.ZServerConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZServer/tests/test_config.py", line 113, in test_fcgi_factory
    factory = self.load_factory("""\
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZServer/tests/test_config.py", line 48, in load_factory
    StringIO.StringIO(text))
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 45, in loadConfigFile
    return _get_config_loader(schema, overrides).loadFile(file, url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 55, in _get_config_loader
    loader = ConfigLoader(schema)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 163, in __init__
    if schema.isabstract():
AttributeError: 'NoneType' object has no attribute 'isabstract'

======================================================================
ERROR: test_ftp_factory (test_config.ZServerConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZServer/tests/test_config.py", line 135, in test_ftp_factory
    factory = self.load_factory("""\
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZServer/tests/test_config.py", line 48, in load_factory
    StringIO.StringIO(text))
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 45, in loadConfigFile
    return _get_config_loader(schema, overrides).loadFile(file, url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 55, in _get_config_loader
    loader = ConfigLoader(schema)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 163, in __init__
    if schema.isabstract():
AttributeError: 'NoneType' object has no attribute 'isabstract'

======================================================================
ERROR: test_http_factory (test_config.ZServerConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZServer/tests/test_config.py", line 66, in test_http_factory
    factory = self.load_factory("""\
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZServer/tests/test_config.py", line 48, in load_factory
    StringIO.StringIO(text))
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 45, in loadConfigFile
    return _get_config_loader(schema, overrides).loadFile(file, url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 55, in _get_config_loader
    loader = ConfigLoader(schema)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 163, in __init__
    if schema.isabstract():
AttributeError: 'NoneType' object has no attribute 'isabstract'

======================================================================
ERROR: test_icp_factory (test_config.ZServerConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZServer/tests/test_config.py", line 161, in test_icp_factory
    factory = self.load_factory("""\
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZServer/tests/test_config.py", line 48, in load_factory
    StringIO.StringIO(text))
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 45, in loadConfigFile
    return _get_config_loader(schema, overrides).loadFile(file, url)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 55, in _get_config_loader
    loader = ConfigLoader(schema)
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 163, in __init__
    if schema.isabstract():
AttributeError: 'NoneType' object has no attribute 'isabstract'

======================================================================
ERROR: test_monitor_factory (test_config.ZServerConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZServer/tests/test_config.py", line 148, in test_monitor_factory
    factory = self.load_factory("""\
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZServer/tests/test_config.py", line 48, in load_factory
    StringIO.StringIO(text))
  File "/stuff/chrisw/ZopeTests/sandbox/Zope/lib/python/ZConfig/loader.py", line 45, in loadConfigFile
    return _g
<truncated>