[Zope-Coders] Win32 Tests - Zope HEAD - Too many errors :-(

zope-tests@squishdot.org zope-tests@squishdot.org
Mon, 14 Oct 2002 03:16:16 +0100


==============================================================================
==============================================================================
Python Version:2.2.1 (#34, Apr  9 2002, 19:34:33) [MSC 32 bit (Intel)]

Modules included:
Zope (HEAD)

Exception exceptions.OSError: (13, 'Permission denied', 'C:\\WINNT\\TEMP\\~1276-104.inv') in <bound method TemporaryFileWrapper.__del__ of <closed file 'C:\WINNT\TEMP\~1276-104.inv', mode 'w+b' at 0x02A9BFD8>> ignored
======================================================================
ERROR: test_basic_import (testConfig.ConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testConfig.py", line 154, in test_basic_import
  File "testConfig.py", line 42, in load
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\__init__.py", line 21, in load
    return Context.Context().load(url)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 55, in load
    self._parse_url(url, top)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 118, in _parse_url
    file = urllib2.urlopen(url)
  File "c:\python22\lib\urllib2.py", line 138, in urlopen
    return _opener.open(url, data)
  File "c:\python22\lib\urllib2.py", line 322, in open
    '_open', req)
  File "c:\python22\lib\urllib2.py", line 301, in _call_chain
    result = func(*args)
  File "c:\python22\lib\urllib2.py", line 864, in file_open
    return self.open_local_file(req)
  File "c:\python22\lib\urllib2.py", line 879, in open_local_file
    stats = os.stat(localfile)
OSError: [Errno 2] No such file or directory: '\\input\\importer.conf'

======================================================================
ERROR: test_imported_section_delegation (testConfig.ConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testConfig.py", line 168, in test_imported_section_delegation
  File "testConfig.py", line 42, in load
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\__init__.py", line 21, in load
    return Context.Context().load(url)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 55, in load
    self._parse_url(url, top)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 118, in _parse_url
    file = urllib2.urlopen(url)
  File "c:\python22\lib\urllib2.py", line 138, in urlopen
    return _opener.open(url, data)
  File "c:\python22\lib\urllib2.py", line 322, in open
    '_open', req)
  File "c:\python22\lib\urllib2.py", line 301, in _call_chain
    result = func(*args)
  File "c:\python22\lib\urllib2.py", line 864, in file_open
    return self.open_local_file(req)
  File "c:\python22\lib\urllib2.py", line 879, in open_local_file
    stats = os.stat(localfile)
OSError: [Errno 2] No such file or directory: '\\input\\importsections.conf'

======================================================================
ERROR: test_imported_section_override (testConfig.ConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testConfig.py", line 159, in test_imported_section_override
  File "testConfig.py", line 42, in load
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\__init__.py", line 21, in load
    return Context.Context().load(url)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 55, in load
    self._parse_url(url, top)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 118, in _parse_url
    file = urllib2.urlopen(url)
  File "c:\python22\lib\urllib2.py", line 138, in urlopen
    return _opener.open(url, data)
  File "c:\python22\lib\urllib2.py", line 322, in open
    '_open', req)
  File "c:\python22\lib\urllib2.py", line 301, in _call_chain
    result = func(*args)
  File "c:\python22\lib\urllib2.py", line 864, in file_open
    return self.open_local_file(req)
  File "c:\python22\lib\urllib2.py", line 879, in open_local_file
    stats = os.stat(localfile)
OSError: [Errno 2] No such file or directory: '\\input\\importsections.conf'

======================================================================
ERROR: test_include (testConfig.ConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testConfig.py", line 185, in test_include
  File "testConfig.py", line 42, in load
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\__init__.py", line 21, in load
    return Context.Context().load(url)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 55, in load
    self._parse_url(url, top)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 118, in _parse_url
    file = urllib2.urlopen(url)
  File "c:\python22\lib\urllib2.py", line 138, in urlopen
    return _opener.open(url, data)
  File "c:\python22\lib\urllib2.py", line 322, in open
    '_open', req)
  File "c:\python22\lib\urllib2.py", line 301, in _call_chain
    result = func(*args)
  File "c:\python22\lib\urllib2.py", line 864, in file_open
    return self.open_local_file(req)
  File "c:\python22\lib\urllib2.py", line 879, in open_local_file
    stats = os.stat(localfile)
OSError: [Errno 2] No such file or directory: '\\input\\include.conf'

======================================================================
ERROR: test_items (testConfig.ConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testConfig.py", line 97, in test_items
  File "testConfig.py", line 42, in load
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\__init__.py", line 21, in load
    return Context.Context().load(url)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 55, in load
    self._parse_url(url, top)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 118, in _parse_url
    file = urllib2.urlopen(url)
  File "c:\python22\lib\urllib2.py", line 138, in urlopen
    return _opener.open(url, data)
  File "c:\python22\lib\urllib2.py", line 322, in open
    '_open', req)
  File "c:\python22\lib\urllib2.py", line 301, in _call_chain
    result = func(*args)
  File "c:\python22\lib\urllib2.py", line 864, in file_open
    return self.open_local_file(req)
  File "c:\python22\lib\urllib2.py", line 879, in open_local_file
    stats = os.stat(localfile)
OSError: [Errno 2] No such file or directory: '\\input\\simplesections.conf'

======================================================================
ERROR: test_keys (testConfig.ConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testConfig.py", line 108, in test_keys
  File "testConfig.py", line 42, in load
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\__init__.py", line 21, in load
    return Context.Context().load(url)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 55, in load
    self._parse_url(url, top)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 118, in _parse_url
    file = urllib2.urlopen(url)
  File "c:\python22\lib\urllib2.py", line 138, in urlopen
    return _opener.open(url, data)
  File "c:\python22\lib\urllib2.py", line 322, in open
    '_open', req)
  File "c:\python22\lib\urllib2.py", line 301, in _call_chain
    result = func(*args)
  File "c:\python22\lib\urllib2.py", line 864, in file_open
    return self.open_local_file(req)
  File "c:\python22\lib\urllib2.py", line 879, in open_local_file
    stats = os.stat(localfile)
OSError: [Errno 2] No such file or directory: '\\input\\simplesections.conf'

======================================================================
ERROR: test_load_from_abspath (testConfig.ConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testConfig.py", line 193, in test_load_from_abspath
  File "testConfig.py", line 217, in check_load_from_path
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 55, in load
    self._parse_url(url, top)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 118, in _parse_url
    file = urllib2.urlopen(url)
  File "c:\python22\lib\urllib2.py", line 138, in urlopen
    return _opener.open(url, data)
  File "c:\python22\lib\urllib2.py", line 327, in open
    'unknown_open', req)
  File "c:\python22\lib\urllib2.py", line 301, in _call_chain
    result = func(*args)
  File "c:\python22\lib\urllib2.py", line 798, in unknown_open
    raise URLError('unknown url type: %s' % type)
URLError: <urlopen error unknown url type: c>

======================================================================
ERROR: test_load_from_relpath (testConfig.ConfigurationTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "testConfig.py", line 203, in test_load_from_relpath
  File "testConfig.py", line 217, in check_load_from_path
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 55, in load
    self._parse_url(url, top)
  File "D:\ZopeTests\sandbox\Zope\lib\python\ZConfig\Context.py", line 118, in _parse_url
    file = urllib2.urlopen(url)
  File "c:\python22\lib\urllib2.py", line 138, in urlopen
    return _opener.open(url, data)
  File "c:\python22\lib\urllib2.py", line 322, in open
    '_open', req)
  File "c:\python22\lib\urllib2.py", line 301, in _call_chain
    result = func(*args)
  File "c:\python22\lib\urllib2.py", line 864, in file_open
    return self.open_local_file(req)
  File "c:\python22\lib\urllib2.py", line 889, in open_local_file
    if not host or \
gaierror: (7, 'getaddrinfo failed')

======================================================================
ERROR: test_no_delegation (testConfig.ConfigurationTestCase)
-------
<truncated>