[Zope-tests] UNKNOWN : Zope-trunk-alltests Python-2.6.6 : Linux

Zope2 Tests zope-tests at epy.co.at
Mon Jul 11 01:23:08 EDT 2011


Zope2 Tests : UNKNOWN
Zope-trunk-alltests Python-2.6.6 : Linux (x86_64)

Running ./bin/alltests --all
Test-module import failures:

Module: ZServer.tests.test_clockserver

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'


Module: ZServer.tests.test_config

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'


Module: ZServer.tests.test_responses

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'


Running OFS.tests.testCopySupportEvents.EventLayer tests:
  Set up OFS.tests.testCopySupportEvents.EventLayer in 0.090 seconds.
  Ran 14 tests with 0 failures and 0 errors in 0.039 seconds.
Running OFS.tests.testCopySupportHooks.HookLayer tests:
  Tear down OFS.tests.testCopySupportEvents.EventLayer in 0.000 seconds.
  Set up OFS.tests.testCopySupportHooks.HookLayer in 0.088 seconds.
  Ran 14 tests with 0 failures and 0 errors in 0.040 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Tear down OFS.tests.testCopySupportHooks.HookLayer in 0.000 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.


Failure in test testPUTNew (Testing.ZopeTestCase.testFunctional.TestFunctional)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Testing/ZopeTestCase/testFunctional.py", line 136, in testPUTNew
    self.assertEqual(response.getStatus(), 201)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 350, in failUnlessEqual
    (msg or '%r != %r' % (first, second))
AssertionError: 500 != 201



Failure in test /home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/exception_handling.txt
Failed doctest test for exception_handling.txt
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/exception_handling.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/exception_handling.txt", line 49, in exception_handling.txt
Failed example:
    browser.open('http://localhost/test_folder_1_/foo')
Differences (ndiff with -expected +actual):
      Traceback (most recent call last):
    - ...
    - ImportError: ERROR VALUE
    +   File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
    +     compileflags, 1) in test.globs
    +   File "<doctest exception_handling.txt[16]>", line 1, in <module>
    +     browser.open('http://localhost/test_folder_1_/foo')
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
    +     self.mech_browser.open(url, data)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
    +     return self._mech_open(url, data, timeout=timeout)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
    +     response = UserAgentBase.open(self, request, data)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 193, in open
    +     response = urlopen(self, req, data)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 344, in _open
    +     '_open', req)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
    +     result = func(*args)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/Testing/testbrowser.py", line 83, in http_open
    +     return self.do_open(PublisherConnection, req)
    +   File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 1142, in do_open
    +     h.request(req.get_method(), req.get_selector(), req.data, headers)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/testing.py", line 76, in request
    +     self.response = self.caller(request_string, handle_errors)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
    +     return func(*args, **kw)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
    +     debug=not handle_errors,
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/Publish.py", line 453, in publish_module
    +     environ, debug, request, response)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/Publish.py", line 285, in publish_module_standard
    +     request.response._requestShutdown(code)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/HTTPResponse.py", line 619, in _requestShutdown
    +     import ZServer
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    +     ZOPE_VERSION = utils.getZopeVersion()
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    +     return App.version_txt.version_txt()
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    +     _prep_version_data()
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    +     dict = expr.match(dist.version).groupdict()
    + AttributeError: 'NoneType' object has no attribute 'groupdict'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/exception_handling.txt", line 78, in exception_handling.txt
Failed example:
    browser.open('http://localhost/test_folder_1_/foo')
Differences (ndiff with -expected +actual):
      Traceback (most recent call last):
    - ...
    - SystemExit: ERROR VALUE
    +   File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
    +     compileflags, 1) in test.globs
    +   File "<doctest exception_handling.txt[27]>", line 1, in <module>
    +     browser.open('http://localhost/test_folder_1_/foo')
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
    +     self.mech_browser.open(url, data)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
    +     return self._mech_open(url, data, timeout=timeout)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
    +     response = UserAgentBase.open(self, request, data)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 193, in open
    +     response = urlopen(self, req, data)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 344, in _open
    +     '_open', req)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
    +     result = func(*args)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/Testing/testbrowser.py", line 83, in http_open
    +     return self.do_open(PublisherConnection, req)
    +   File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 1142, in do_open
    +     h.request(req.get_method(), req.get_selector(), req.data, headers)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/testing.py", line 76, in request
    +     self.response = self.caller(request_string, handle_errors)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
    +     return func(*args, **kw)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
    +     debug=not handle_errors,
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/Publish.py", line 453, in publish_module
    +     environ, debug, request, response)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/Publish.py", line 285, in publish_module_standard
    +     request.response._requestShutdown(code)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/HTTPResponse.py", line 619, in _requestShutdown
    +     import ZServer
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    +     ZOPE_VERSION = utils.getZopeVersion()
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    +     return App.version_txt.version_txt()
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    +     _prep_version_data()
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    +     dict = expr.match(dist.version).groupdict()
    + AttributeError: 'NoneType' object has no attribute 'groupdict'
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/exception_handling.txt", line 85, in exception_handling.txt
Failed example:
    browser.open('http://localhost/test_folder_1_/foo')
Differences (ndiff with -expected +actual):
      Traceback (most recent call last):
    - ...
    - SystemExit: ERROR VALUE
    +   File "/usr/local/python2.6/lib/python2.6/doctest.py", line 1253, in __run
    +     compileflags, 1) in test.globs
    +   File "<doctest exception_handling.txt[30]>", line 1, in <module>
    +     browser.open('http://localhost/test_folder_1_/foo')
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/browser.py", line 240, in open
    +     self.mech_browser.open(url, data)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 203, in open
    +     return self._mech_open(url, data, timeout=timeout)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_mechanize.py", line 230, in _mech_open
    +     response = UserAgentBase.open(self, request, data)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_opener.py", line 193, in open
    +     response = urlopen(self, req, data)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 344, in _open
    +     '_open', req)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/mechanize-0.2.5-py2.6.egg/mechanize/_urllib2_fork.py", line 332, in _call_chain
    +     result = func(*args)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/Testing/testbrowser.py", line 83, in http_open
    +     return self.do_open(PublisherConnection, req)
    +   File "/usr/local/python2.6/lib/python2.6/urllib2.py", line 1142, in do_open
    +     h.request(req.get_method(), req.get_selector(), req.data, headers)
    +   File "/home/stefan/autotest/temp/python26-zope214all/eggs/zope.testbrowser-3.11.1-py2.6.egg/zope/testbrowser/testing.py", line 76, in request
    +     self.response = self.caller(request_string, handle_errors)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/Testing/ZopeTestCase/functional.py", line 38, in wrapped_func
    +     return func(*args, **kw)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/Testing/ZopeTestCase/zopedoctest/functional.py", line 186, in http
    +     debug=not handle_errors,
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/Publish.py", line 453, in publish_module
    +     environ, debug, request, response)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/Publish.py", line 285, in publish_module_standard
    +     request.response._requestShutdown(code)
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/HTTPResponse.py", line 619, in _requestShutdown
    +     import ZServer
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    +     ZOPE_VERSION = utils.getZopeVersion()
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    +     return App.version_txt.version_txt()
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    +     _prep_version_data()
    +   File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    +     dict = expr.match(dist.version).groupdict()
    + AttributeError: 'NoneType' object has no attribute 'groupdict'

  Ran 216 tests with 2 failures and 0 errors in 4.009 seconds.
Running Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer tests:
  Set up Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.001 seconds.
  Ran 18 tests with 2 failures and 0 errors in 0.025 seconds.
Running Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer tests:
  Tear down Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.001 seconds.
  Set up Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.000 seconds.
  Ran 2 tests with 2 failures and 0 errors in 0.004 seconds.
Running zope.testrunner.layer.UnitTests tests:
  Tear down Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.001 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testrunner.layer.UnitTests in 0.000 seconds.


Error in test test_version_txt (App.tests.test_ApplicationManager.ApplicationManagerTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/tests/test_ApplicationManager.py", line 341, in test_version_txt
    self.assertEqual(am.version_txt(), version_txt())
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/ApplicationManager.py", line 290, in version_txt
    self._v_version_txt = version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_install_cp_and_products (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testAppInitializer.py", line 66, in setUp
    self.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testAppInitializer.py", line 50, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_install_inituser (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testAppInitializer.py", line 66, in setUp
    self.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testAppInitializer.py", line 50, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_install_products (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testAppInitializer.py", line 66, in setUp
    self.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testAppInitializer.py", line 50, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_install_required_roles (OFS.tests.testAppInitializer.TestInitialization)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testAppInitializer.py", line 66, in setUp
    self.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testAppInitializer.py", line 50, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_empty_dir_on_products_path_is_not_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 79, in setUp
    self.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 63, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_file_on_products_path_is_not_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 79, in setUp
    self.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 63, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_get_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 79, in setUp
    self.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 63, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_import_product_throws (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 79, in setUp
    self.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 63, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_import_products (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 79, in setUp
    self.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 63, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_install_product (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 79, in setUp
    self.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 63, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_multiple_product_paths (OFS.tests.testProductInit.TestProductInit)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 79, in setUp
    self.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/OFS/tests/testProductInit.py", line 63, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test___str___raises (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 152, in test___str___raises
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_finalize_HTTP_1_0_keep_alive_w_content_length (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 59, in test_finalize_HTTP_1_0_keep_alive_w_content_length
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_finalize_HTTP_1_0_keep_alive_wo_content_length_streaming (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 67, in test_finalize_HTTP_1_0_keep_alive_wo_content_length_streaming
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_finalize_HTTP_1_0_not_keep_alive_w_content_length (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 75, in test_finalize_HTTP_1_0_not_keep_alive_w_content_length
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_finalize_HTTP_1_1_connection_close (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 82, in test_finalize_HTTP_1_1_connection_close
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_finalize_HTTP_1_1_w_content_length_wo_chunk_wo_streaming (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 107, in test_finalize_HTTP_1_1_w_content_length_wo_chunk_wo_streaming
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_finalize_HTTP_1_1_wo_content_length_streaming_w_http_chunk (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 99, in test_finalize_HTTP_1_1_wo_content_length_streaming_w_http_chunk
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_finalize_HTTP_1_1_wo_content_length_streaming_wo_http_chunk (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 89, in test_finalize_HTTP_1_1_wo_content_length_streaming_wo_http_chunk
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_finalize_sets_204_on_empty_not_streaming (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 35, in test_finalize_sets_204_on_empty_not_streaming
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_finalize_sets_204_on_empty_not_streaming_ignores_non_200 (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 40, in test_finalize_sets_204_on_empty_not_streaming_ignores_non_200
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_finalize_sets_content_length_if_missing (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 46, in test_finalize_sets_content_length_if_missing
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_finalize_skips_setting_content_length_if_missing_w_streaming (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 52, in test_finalize_skips_setting_content_length_if_missing_w_streaming
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_listHeaders_includes_Date_header (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 131, in test_listHeaders_includes_Date_header
    self._setNOW(time.mktime(WHEN))
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 31, in _setNOW
    from ZPublisher import WSGIPublisher
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_listHeaders_includes_Server_header_w_server_version_set (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 121, in test_listHeaders_includes_Server_header_w_server_version_set
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_listHeaders_skips_Server_header_wo_server_version_set (ZPublisher.tests.test_WSGIPublisher.WSGIResponseTests)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 114, in test_listHeaders_skips_Server_header_wo_server_version_set
    response = self._makeOne()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 28, in _makeOne
    return self._getTargetClass()(*args, **kw)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 24, in _getTargetClass
    from ZPublisher.WSGIPublisher import WSGIResponse
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_invalid_module_doesnt_catch_error (ZPublisher.tests.test_WSGIPublisher.Test_publish)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 169, in test_invalid_module_doesnt_catch_error
    self.assertRaises(ImportError, self._callFUT, None, 'nonesuch', _gmi)
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 160, in _callFUT
    from ZPublisher.WSGIPublisher import publish
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_w_REMOTE_USER (ZPublisher.tests.test_WSGIPublisher.Test_publish)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 219, in test_w_REMOTE_USER
    self._callFUT(request, 'okmodule', _gmi)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 160, in _callFUT
    from ZPublisher.WSGIPublisher import publish
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_wo_REMOTE_USER (ZPublisher.tests.test_WSGIPublisher.Test_publish)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 188, in test_wo_REMOTE_USER
    returned = self._callFUT(request, 'okmodule', _gmi)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 160, in _callFUT
    from ZPublisher.WSGIPublisher import publish
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_calls_setDefaultSkin (ZPublisher.tests.test_WSGIPublisher.Test_publish_module)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 301, in test_calls_setDefaultSkin
    self.assertEqual(self._callFUT(environ, noopStartResponse),
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 236, in _callFUT
    from ZPublisher.WSGIPublisher import publish_module
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_publish_can_return_new_response (ZPublisher.tests.test_WSGIPublisher.Test_publish_module)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 315, in test_publish_can_return_new_response
    app_iter = self._callFUT(environ, start_response, _publish)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 236, in _callFUT
    from ZPublisher.WSGIPublisher import publish_module
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_request_closed_when_tm_middleware_not_active (ZPublisher.tests.test_WSGIPublisher.Test_publish_module)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 412, in test_request_closed_when_tm_middleware_not_active
    _request_factory=_request_factory)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 236, in _callFUT
    from ZPublisher.WSGIPublisher import publish_module
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_request_not_closed_when_tm_middleware_active (ZPublisher.tests.test_WSGIPublisher.Test_publish_module)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 417, in test_request_not_closed_when_tm_middleware_active
    from ZPublisher import WSGIPublisher
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_response_body_is_file (ZPublisher.tests.test_WSGIPublisher.Test_publish_module)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 370, in test_response_body_is_file
    app_iter = self._callFUT(environ, start_response, _publish)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 236, in _callFUT
    from ZPublisher.WSGIPublisher import publish_module
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_response_is_stream (ZPublisher.tests.test_WSGIPublisher.Test_publish_module)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 396, in test_response_is_stream
    app_iter = self._callFUT(environ, start_response, _publish)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 236, in _callFUT
    from ZPublisher.WSGIPublisher import publish_module
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_swallows_Redirect (ZPublisher.tests.test_WSGIPublisher.Test_publish_module)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 348, in test_swallows_Redirect
    app_iter = self._callFUT(environ, start_response, _publish)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 236, in _callFUT
    from ZPublisher.WSGIPublisher import publish_module
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_swallows_Unauthorized (ZPublisher.tests.test_WSGIPublisher.Test_publish_module)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 335, in test_swallows_Unauthorized
    app_iter = self._callFUT(environ, start_response, _publish)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/tests/test_WSGIPublisher.py", line 236, in _callFUT
    from ZPublisher.WSGIPublisher import publish_module
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZPublisher/WSGIPublisher.py", line 23, in <module>
    from ZServer.medusa.http_date import build_http_date
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testConfigureInterpreter (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 60, in setUp
    ZopeStarterTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 40, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testDropPrivileges (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 60, in setUp
    ZopeStarterTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 40, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testMakeLockFile (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 60, in setUp
    ZopeStarterTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 40, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testMakePidFile (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 60, in setUp
    ZopeStarterTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 40, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testSetupConfiguredLoggers (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 60, in setUp
    ZopeStarterTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 40, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testSetupLocale (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 60, in setUp
    ZopeStarterTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 40, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testSetupServers (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 60, in setUp
    ZopeStarterTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 40, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testSetupStartupHandler (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 60, in setUp
    ZopeStarterTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 40, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testSetupZServerThreads (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 60, in setUp
    ZopeStarterTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 40, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testZopeRunConfigure (Zope2.Startup.tests.testStarter.ZopeStarterTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 60, in setUp
    ZopeStarterTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/testStarter.py", line 40, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_access_and_trace_logs (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 45, in setUp
    StartupTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 37, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_cgi_environment (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 45, in setUp
    StartupTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 37, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_default_zpublisher_encoding (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 45, in setUp
    StartupTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 37, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_dns_resolver (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 45, in setUp
    StartupTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 37, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_environment (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 45, in setUp
    StartupTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 37, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_load_config_template (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 45, in setUp
    StartupTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 37, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_max_conflict_retries_default (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 45, in setUp
    StartupTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 37, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_max_conflict_retries_explicit (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 45, in setUp
    StartupTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 37, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_ms_public_header (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 45, in setUp
    StartupTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 37, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_path (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 45, in setUp
    StartupTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 37, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_zodb_db (Zope2.Startup.tests.test_schema.StartupTestCase)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 45, in setUp
    StartupTestCase.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_schema.py", line 37, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_behavior (Zope2.Startup.tests.test_warnfilter.TestWarnFilter)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_warnfilter.py", line 47, in setUp
    TestWarnFilter.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_warnfilter.py", line 34, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_warn_action (Zope2.Startup.tests.test_warnfilter.TestWarnFilter)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_warnfilter.py", line 47, in setUp
    TestWarnFilter.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_warnfilter.py", line 34, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_warn_category (Zope2.Startup.tests.test_warnfilter.TestWarnFilter)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 270, in run
    self.setUp()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_warnfilter.py", line 47, in setUp
    TestWarnFilter.schema = getSchema()
  File "/home/stefan/autotest/temp/python26-zope214all/src/Zope2/Startup/tests/test_warnfilter.py", line 34, in getSchema
    return ZConfig.loadSchema(schemafile)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 33, in loadSchema
    return SchemaLoader().loadURL(url)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 67, in loadURL
    return self.loadResource(r)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 195, in loadResource
    schema = ZConfig.schema.parseResource(resource, self)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 27, in parseResource
    xml.sax.parse(resource.file, parser)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/__init__.py", line 33, in parse
    parser.parse(source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.6/lib/python2.6/xml/sax/expatreader.py", line 301, in start_element
    self._cont_handler.startElement(name, AttributesImpl(attrs))
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 103, in startElement
    getattr(self, "start_" + name)(attrs)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/schema.py", line 306, in start_import
    src = self._loader.schemaComponentSource(pkg, file)
  File "/home/stefan/autotest/temp/python26-zope214all/eggs/ZConfig-2.9.0-py2.6.egg/ZConfig/loader.py", line 212, in schemaComponentSource
    __import__(package)
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test test_PUT_unauthorized_message (webdav.tests.testNullResource.TestNullResource)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/tests/testNullResource.py", line 74, in test_PUT_unauthorized_message
    nonesuch.PUT(request, response)
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/NullResource.py", line 108, in PUT
    from ZServer import LARGE_FILE_THRESHOLD
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testCollector2261 (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/tests/testPUT_factory.py", line 79, in testCollector2261
    put(request, request.RESPONSE)
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/NullResource.py", line 108, in PUT
    from ZServer import LARGE_FILE_THRESHOLD
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testInsideOutVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/tests/testPUT_factory.py", line 61, in testInsideOutVirtualHosting
    put(request, request.RESPONSE)
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/NullResource.py", line 108, in PUT
    from ZServer import LARGE_FILE_THRESHOLD
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testNoVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/tests/testPUT_factory.py", line 43, in testNoVirtualHosting
    put(request, request.RESPONSE)
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/NullResource.py", line 108, in PUT
    from ZServer import LARGE_FILE_THRESHOLD
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testSimpleVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/tests/testPUT_factory.py", line 49, in testSimpleVirtualHosting
    put(request, request.RESPONSE)
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/NullResource.py", line 108, in PUT
    from ZServer import LARGE_FILE_THRESHOLD
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testSubfolderInsideOutVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/tests/testPUT_factory.py", line 67, in testSubfolderInsideOutVirtualHosting
    put(request, request.RESPONSE)
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/NullResource.py", line 108, in PUT
    from ZServer import LARGE_FILE_THRESHOLD
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'



Error in test testSubfolderVirtualHosting (webdav.tests.testPUT_factory.TestPUTFactory)
Traceback (most recent call last):
  File "/usr/local/python2.6/lib/python2.6/unittest.py", line 279, in run
    testMethod()
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/tests/testPUT_factory.py", line 55, in testSubfolderVirtualHosting
    put(request, request.RESPONSE)
  File "/home/stefan/autotest/temp/python26-zope214all/src/webdav/NullResource.py", line 108, in PUT
    from ZServer import LARGE_FILE_THRESHOLD
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/__init__.py", line 35, in <module>
    ZOPE_VERSION = utils.getZopeVersion()
  File "/home/stefan/autotest/temp/python26-zope214all/src/ZServer/utils.py", line 19, in getZopeVersion
    return App.version_txt.version_txt()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 48, in version_txt
    _prep_version_data()
  File "/home/stefan/autotest/temp/python26-zope214all/src/App/version_txt.py", line 36, in _prep_version_data
    dict = expr.match(dist.version).groupdict()
AttributeError: 'NoneType' object has no attribute 'groupdict'

/home/stefan/autotest/temp/python26-zope214all/eggs/zExceptions-2.13.0-py2.6.egg/zExceptions/tests/test___init__.py:28: DeprecationWarning: String exceptions are deprecated starting with Python 2.5 and will be removed in a future release
  return upgradeException(t, v)
  Ran 2296 tests with 2 failures and 69 errors in 41.906 seconds.
Tearing down left over layers:
  Tear down zope.testrunner.layer.UnitTests in 0.000 seconds.

Test-modules with import problems:
  ZServer.tests.test_clockserver
  ZServer.tests.test_config
  ZServer.tests.test_responses
Total: 2560 tests, 2 failures, 69 errors in 46.807 seconds.

UNKNOWN

----------------------------------------------------------------------------
Results of the buildout step have been included below for debugging purposes
----------------------------------------------------------------------------

Running /usr/local/python2.6/bin/python bootstrap.py --distribute
Downloading http://pypi.python.org/packages/source/d/distribute/distribute-0.6.19.tar.gz
Extracting in /tmp/tmpf0tm1X
Now working in /tmp/tmpf0tm1X/distribute-0.6.19
Building a Distribute egg in /tmp/tmphxnFpT
/tmp/tmphxnFpT/distribute-0.6.19-py2.6.egg
Creating directory '/home/stefan/autotest/temp/python26-zope214all/bin'.
Creating directory '/home/stefan/autotest/temp/python26-zope214all/parts'.
Creating directory '/home/stefan/autotest/temp/python26-zope214all/eggs'.
Creating directory '/home/stefan/autotest/temp/python26-zope214all/develop-eggs'.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/buildout'.
Running ./bin/buildout
Setting socket time out to 60 seconds

Link to http://github.com/fschulze/mr.developer ***BLOCKED*** by --allow-hosts

Getting distribution for 'mr.developer==1.17'.
Got mr.developer 1.17.

Link to http://code.google.com/p/argparse/ ***BLOCKED*** by --allow-hosts

Getting distribution for 'argparse==1.2.1'.
warning: no previously-included files matching '*.pyc' found anywhere in distribution
warning: no previously-included files matching '*.pyo' found anywhere in distribution
warning: no previously-included files matching '*.orig' found anywhere in distribution
warning: no previously-included files matching '*.rej' found anywhere in distribution
no previously-included directories found matching 'doc/_build'
no previously-included directories found matching 'env24'
no previously-included directories found matching 'env25'
no previously-included directories found matching 'env26'
no previously-included directories found matching 'env27'
zip_safe flag not set; analyzing archive contents...
Got argparse 1.2.1.
Upgraded:
  distribute version 0.6.15;
restarting.
Setting socket time out to 60 seconds
Develop: '/home/stefan/autotest/temp/python26-zope214all/.'
Getting distribution for 'zc.recipe.egg==1.3.2'.
Got zc.recipe.egg 1.3.2.
Getting distribution for 'zc.recipe.testrunner==1.4.0'.
zip_safe flag not set; analyzing archive contents...
Got zc.recipe.testrunner 1.4.0.
Getting distribution for 'z3c.recipe.scripts==1.0.1'.
Got z3c.recipe.scripts 1.0.1.
Getting distribution for 'zope.testrunner==4.0.3'.
package init file 'src/zope/testrunner/testrunner-ex/__init__.py' not found (or not a regular file)
Creating missing __init__.py for zope.testrunner.testrunner-ex
Got zope.testrunner 4.0.3.
Getting distribution for 'zope.interface==3.6.3'.
Got zope.interface 3.6.3.
Getting distribution for 'zope.exceptions==3.6.1'.
Got zope.exceptions 3.6.1.
Installing _mr.developer.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/develop'.
Installing test.
Getting distribution for 'zope.viewlet==3.7.2'.
Got zope.viewlet 3.7.2.
Getting distribution for 'zope.traversing==3.14.0'.
Got zope.traversing 3.14.0.
Getting distribution for 'zope.testing==3.10.2'.
warning: no files found matching '*.test' under directory 'src'
warning: no files found matching 'sampletests' under directory 'src'
Got zope.testing 3.10.2.
Getting distribution for 'zope.testbrowser==3.11.1'.
Got zope.testbrowser 3.11.1.
Getting distribution for 'zope.tales==3.5.1'.
Got zope.tales 3.5.1.
Getting distribution for 'zope.tal==3.5.2'.
Got zope.tal 3.5.2.
Getting distribution for 'zope.structuredtext==3.5.1'.
Got zope.structuredtext 3.5.1.
Getting distribution for 'zope.size==3.4.1'.
Got zope.size 3.4.1.
Getting distribution for 'zope.site==3.9.2'.
Got zope.site 3.9.2.
Getting distribution for 'zope.sequencesort==3.4.0'.
Got zope.sequencesort 3.4.0.
Getting distribution for 'zope.sendmail==3.7.4'.
Got zope.sendmail 3.7.4.
Getting distribution for 'zope.security==3.8.2'.
Got zope.security 3.8.2.
Getting distribution for 'zope.schema==3.8.0'.
Got zope.schema 3.8.0.
Getting distribution for 'zope.publisher==3.12.6'.
Got zope.publisher 3.12.6.
Getting distribution for 'zope.ptresource==3.9.0'.
Got zope.ptresource 3.9.0.
Getting distribution for 'zope.proxy==3.6.1'.
Got zope.proxy 3.6.1.
Getting distribution for 'zope.processlifetime==1.0'.
Got zope.processlifetime 1.0.
Getting distribution for 'zope.pagetemplate==3.5.2'.
Got zope.pagetemplate 3.5.2.
Getting distribution for 'zope.location==3.9.0'.
Got zope.location 3.9.0.
Getting distribution for 'zope.lifecycleevent==3.7.0'.
Got zope.lifecycleevent 3.7.0.
Getting distribution for 'zope.i18nmessageid==3.5.3'.
Got zope.i18nmessageid 3.5.3.
Getting distribution for 'zope.i18n[zcml]==3.7.4'.
Got zope.i18n 3.7.4.
Getting distribution for 'zope.event==3.5.0-1'.
Got zope.event 3.5.0-1.
Getting distribution for 'zope.deferredimport==3.5.3'.
Got zope.deferredimport 3.5.3.
Getting distribution for 'zope.contenttype==3.5.3'.
Got zope.contenttype 3.5.3.
Getting distribution for 'zope.contentprovider==3.7.2'.
Got zope.contentprovider 3.7.2.
Getting distribution for 'zope.container==3.12.0'.
Got zope.container 3.12.0.
Getting distribution for 'zope.configuration==3.7.4'.
Got zope.configuration 3.7.4.
Getting distribution for 'zope.component==3.10.0'.
Got zope.component 3.10.0.
Getting distribution for 'zope.browserresource==3.12.0'.
Got zope.browserresource 3.12.0.
Getting distribution for 'zope.browserpage==3.12.2'.
Got zope.browserpage 3.12.2.
Getting distribution for 'zope.browsermenu==3.9.1'.
Got zope.browsermenu 3.9.1.
Getting distribution for 'zope.browser==1.3'.
Got zope.browser 1.3.
Getting distribution for 'zLOG==2.11.1'.
Got zLOG 2.11.1.
Getting distribution for 'zExceptions==2.13.0'.
Got zExceptions 2.13.0.
Getting distribution for 'zdaemon==2.0.4'.
Got zdaemon 2.0.4.
Getting distribution for 'transaction==1.1.1'.
Got transaction 1.1.1.
Getting distribution for 'tempstorage==2.12.1'.
Got tempstorage 2.12.1.

Link to http://prdownloads.sourceforge.net/pytz/pytz-2004b.tar.gz?download ***BLOCKED*** by --allow-hosts


Link to http://pytz.sourceforge.net ***BLOCKED*** by --allow-hosts


Link to http://sourceforge.net/project/showfiles.php?group_id=79122 ***BLOCKED*** by --allow-hosts


Link to http://prdownloads.sourceforge.net/pytz/pytz-2004b.tar.gz?download ***BLOCKED*** by --allow-hosts


Link to http://www.stuartbishop.net/Software/pytz ***BLOCKED*** by --allow-hosts


Link to http://sourceforge.net/projects/pytz/ ***BLOCKED*** by --allow-hosts

Getting distribution for 'pytz==2011g'.
Got pytz 2011g.
Getting distribution for 'initgroups==2.13.0'.
Got initgroups 2.13.0.

Link to http://prdownloads.sourceforge.net/docutils/docutils-0.5.tar.gz?download ***BLOCKED*** by --allow-hosts


Link to http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download ***BLOCKED*** by --allow-hosts


Link to http://prdownloads.sourceforge.net/docutils/docutils-0.3.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://docutils.sourceforge.net/ ***BLOCKED*** by --allow-hosts


Link to http://prdownloads.sourceforge.net/docutils/docutils-0.5.tar.gz?download ***BLOCKED*** by --allow-hosts


Link to http://prdownloads.sourceforge.net/docutils/docutils-0.4.tar.gz?download ***BLOCKED*** by --allow-hosts


Link to http://prdownloads.sourceforge.net/docutils/docutils-0.3.tar.gz ***BLOCKED*** by --allow-hosts

Getting distribution for 'docutils==0.7'.
warning: no files found matching 'MANIFEST'
warning: no previously-included files matching '.cvsignore' found under directory '*'
warning: no previously-included files matching '*.pyc' found under directory '*'
warning: no previously-included files matching '*~' found under directory '*'
warning: no previously-included files matching '.DS_Store' found under directory '*'
zip_safe flag not set; analyzing archive contents...
docutils.parsers.rst.directives.misc: module references __file__
docutils.writers.latex2e.__init__: module references __file__
docutils.writers.pep_html.__init__: module references __file__
docutils.writers.odf_odt.__init__: module references __file__
docutils.writers.html4css1.__init__: module references __file__
docutils.writers.s5_html.__init__: module references __file__
docutils.writers.newlatex2e.__init__: module references __file__
Got docutils 0.7.
Getting distribution for 'ZopeUndo==2.12.0'.
Got ZopeUndo 2.12.0.

Link to http://zope.org/Products/ZODB3.5 ***BLOCKED*** by --allow-hosts


Link to http://zope.org/Products/ZODB3.1 ***BLOCKED*** by --allow-hosts


Link to http://zope.org/Products/ZODB3.2 ***BLOCKED*** by --allow-hosts

Getting distribution for 'ZODB3==3.10.3'.
Got ZODB3 3.10.3.
Getting distribution for 'ZConfig==2.9.0'.
Got ZConfig 2.9.0.
Getting distribution for 'RestrictedPython==3.6.0'.
SyntaxError: ('invalid syntax', ('build/bdist.linux-x86_64/egg/RestrictedPython/tests/security_in_syntax27.py', 6, 13, '    {y: y for _restricted_name in x}\n'))

SyntaxError: ('invalid syntax', ('build/bdist.linux-x86_64/egg/RestrictedPython/tests/before_and_after27.py', 30, 17, '    x = {y: y for y in whatever if y}\n'))

SyntaxError: ('invalid syntax', ('/home/stefan/autotest/temp/python26-zope214all/eggs/tmpLZ0puL/RestrictedPython-3.6.0-py2.6.egg/RestrictedPython/tests/security_in_syntax27.py', 6, 13, '    {y: y for _restricted_name in x}\n'))

SyntaxError: ('invalid syntax', ('/home/stefan/autotest/temp/python26-zope214all/eggs/tmpLZ0puL/RestrictedPython-3.6.0-py2.6.egg/RestrictedPython/tests/before_and_after27.py', 30, 17, '    x = {y: y for y in whatever if y}\n'))

Got RestrictedPython 3.6.0.
Getting distribution for 'Record==2.13.0'.
Got Record 2.13.0.
Getting distribution for 'Products.ZCTextIndex==2.13.2'.
Got Products.ZCTextIndex 2.13.2.
Getting distribution for 'Products.ZCatalog==2.13.15'.
Got Products.ZCatalog 2.13.15.
Getting distribution for 'Products.OFSP==2.13.2'.
Got Products.OFSP 2.13.2.
Getting distribution for 'Persistence==2.13.2'.
Got Persistence 2.13.2.
Getting distribution for 'MultiMapping==2.13.0'.
src/MultiMapping/_MultiMapping.c:159: warning: initialization from incompatible pointer type
Got MultiMapping 2.13.0.
Getting distribution for 'Missing==2.13.1'.
Got Missing 2.13.1.
Getting distribution for 'ExtensionClass==2.13.2'.
Got ExtensionClass 2.13.2.
Getting distribution for 'DocumentTemplate==2.13.1'.
src/DocumentTemplate/cDocumentTemplate.c:169: warning: initialization from incompatible pointer type
src/DocumentTemplate/cDocumentTemplate.c:600: warning: initialization from incompatible pointer type
Got DocumentTemplate 2.13.1.
Getting distribution for 'DateTime==3.0b1'.
Got DateTime 3.0b1.
Getting distribution for 'Acquisition==2.13.8'.
Got Acquisition 2.13.8.
Getting distribution for 'AccessControl==2.13.4'.
Got AccessControl 2.13.4.

Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.8.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.5b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.2b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.4b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.6b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.7b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.1a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.9.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.10.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.1.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.2.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.3.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.4.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.0.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.9a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.0a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.10a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.11.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.8a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.11a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.1a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/ ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.8.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.5b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.2b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.4b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.6b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.7b.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.1a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.9.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.10.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.1.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.2.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.3.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.4.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.2.0.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.9a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.0a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.10a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.1.11.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.8a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.11a.tar.gz ***BLOCKED*** by --allow-hosts


Link to http://wwwsearch.sourceforge.net/mechanize/src/mechanize-0.0.1a.tar.gz ***BLOCKED*** by --allow-hosts

Getting distribution for 'mechanize==0.2.5'.
Got mechanize 0.2.5.
Getting distribution for 'zope.annotation==3.5.0'.
Got zope.annotation 3.5.0.
Getting distribution for 'zope.broken==3.6.0'.
Got zope.broken 3.6.0.
Getting distribution for 'zope.filerepresentation==3.6.0'.
Got zope.filerepresentation 3.6.0.
Getting distribution for 'zope.dottedname==3.4.6'.
Got zope.dottedname 3.4.6.
Getting distribution for 'zc.lockfile==1.0.0'.
Got zc.lockfile 1.0.0.
Getting distribution for 'manuel==1.5.0'.
Got manuel 1.5.0.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/test'.
Installing scripts.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/runzope'.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/zopectl'.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/zpasswd'.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/addzope2user'.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/mkzopeinstance'.
Installing zopepy.
Generated interpreter '/home/stefan/autotest/temp/python26-zope214all/bin/zopepy'.
Installing alltests.
Getting distribution for 'Products.BTreeFolder2==2.13.3'.
Got Products.BTreeFolder2 2.13.3.
Getting distribution for 'Products.ExternalMethod==2.13.0'.
Got Products.ExternalMethod 2.13.0.
Getting distribution for 'Products.MailHost==2.13.1'.
Got Products.MailHost 2.13.1.
Getting distribution for 'Products.PythonScripts==2.13.0'.
Got Products.PythonScripts 2.13.0.
Getting distribution for 'Products.StandardCacheManagers==2.13.0'.
Got Products.StandardCacheManagers 2.13.0.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/alltests'.
Installing allpy.
Generated interpreter '/home/stefan/autotest/temp/python26-zope214all/bin/allpy'.
Installing docs.

Link to http://bitbucket.org/birkenfeld/sphinx/get/tip.gz#egg=Sphinx-dev ***BLOCKED*** by --allow-hosts


Link to http://sphinx.pocoo.org/ ***BLOCKED*** by --allow-hosts

Getting distribution for 'Sphinx==1.0.7'.
Got Sphinx 1.0.7.

Link to http://dev.pocoo.org/hg/jinja2-main/archive/tip.zip#egg=Jinja2-dev ***BLOCKED*** by --allow-hosts


Link to http://dev.pocoo.org/hg/jinja2-main/archive/tip.tar.gz#egg=Jinja2-dev ***BLOCKED*** by --allow-hosts


Link to http://jinja.pocoo.org/ ***BLOCKED*** by --allow-hosts

Getting distribution for 'Jinja2==2.5.5'.
warning: no previously-included files matching '*' found under directory 'docs/_build'
warning: no previously-included files matching '*.pyc' found under directory 'jinja2'
warning: no previously-included files matching '*.pyc' found under directory 'docs'
warning: no previously-included files matching '*.pyo' found under directory 'jinja2'
warning: no previously-included files matching '*.pyo' found under directory 'docs'
Got Jinja2 2.5.5.

Link to http://dev.pocoo.org/hg/pygments-main/archive/tip.tar.gz#egg=Pygments-dev ***BLOCKED*** by --allow-hosts


Link to http://bitbucket.org/birkenfeld/pygments-main/get/tip.zip#egg=Pygments-dev ***BLOCKED*** by --allow-hosts


Link to http://trac.pocoo.org/repos/pygments/trunk#egg=Pygments-dev ***BLOCKED*** by --allow-hosts


Link to http://pygments.org/ ***BLOCKED*** by --allow-hosts


Link to http://pygments.pocoo.org/ ***BLOCKED*** by --allow-hosts

Getting distribution for 'Pygments==1.4'.
Got Pygments 1.4.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/sphinx-build'.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/sphinx-quickstart'.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/sphinx-autogen'.
Installing checkversions.
Getting distribution for 'z3c.checkversions[buildout]==0.4.1'.
Got z3c.checkversions 0.4.1.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/checkversions'.
Installing wsgi.

Link to http://www.repoze.org ***BLOCKED*** by --allow-hosts

Getting distribution for 'repoze.who==2.0b1'.
Got repoze.who 2.0b1.
Getting distribution for 'repoze.tm2==1.0b1'.
Got repoze.tm2 1.0b1.
Getting distribution for 'repoze.retry==1.0'.
Got repoze.retry 1.0.

Link to http://svn.pythonpaste.org/Paste/trunk#egg=Paste-dev ***BLOCKED*** by --allow-hosts


Link to http://pythonpaste.org ***BLOCKED*** by --allow-hosts

Getting distribution for 'Paste==1.7.5.1'.
warning: no previously-included files matching '*' found under directory 'docs/_build/_sources'
Got Paste 1.7.5.1.

Link to http://svn.pythonpaste.org/Paste/Deploy/trunk#egg=PasteDeploy-0.4 ***BLOCKED*** by --allow-hosts


Link to http://svn.pythonpaste.org/Paste/Deploy/trunk#egg=Paste-Deploy-0.1dev ***BLOCKED*** by --allow-hosts


Link to http://bitbucket.org/ianb/pastedeploy/get/tip.gz#egg=PasteDeploy-dev ***BLOCKED*** by --allow-hosts


Link to http://svn.pythonpaste.org/Paste/Deploy/trunk#egg=PasteDeploy-dev ***BLOCKED*** by --allow-hosts


Link to http://pythonpaste.org/deploy/ ***BLOCKED*** by --allow-hosts


Link to http://pythonpaste.org/deploy/paste-deploy.html ***BLOCKED*** by --allow-hosts

Getting distribution for 'PasteDeploy==1.5.0'.
Got PasteDeploy 1.5.0.

Link to http://svn.pythonpaste.org/Paste/Script/trunk#egg=PasteScript-dev ***BLOCKED*** by --allow-hosts


Link to http://pythonpaste.org/script/ ***BLOCKED*** by --allow-hosts

Getting distribution for 'PasteScript==1.7.3'.
Got PasteScript 1.7.3.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/runzope'.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/zopectl'.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/zpasswd'.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/addzope2user'.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/mkzopeinstance'.
Generated script '/home/stefan/autotest/temp/python26-zope214all/bin/paster'.


More information about the Zope-tests mailing list