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

Zope Tests zope-tests at epy.co.at
Mon May 25 21:06:46 EDT 2009


Zope Tests : UNKNOWN
Zope-trunk-alltests Python-2.5.4 : Linux

Running /usr/local/python2.5/bin/python ./bin/alltests --all
Test-module import failures:

Module: zope.traversing.tests.test_vhosting

Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.traversing-3.7.0-py2.5.egg/zope/traversing/tests/test_vhosting.py", line 28, in <module>
    from zope.app.zptpage.zptpage import ZPTPage
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.app.zptpage-3.5.0-py2.5.egg/zope/app/zptpage/__init__.py", line 18, in <module>
    from zptpage import ZPTPage
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.app.zptpage-3.5.0-py2.5.egg/zope/app/zptpage/zptpage.py", line 29, in <module>
    from zope.app.pagetemplate.engine import AppPT
ImportError: No module named engine


Running OFS.tests.testCopySupportEvents.EventLayer tests:
  Set up OFS.tests.testCopySupportEvents.EventLayer in 0.246 seconds.
  Ran 14 tests with 0 failures and 0 errors in 0.110 seconds.
Running OFS.tests.testCopySupportHooks.HookLayer tests:
  Tear down OFS.tests.testCopySupportEvents.EventLayer in 0.001 seconds.
  Set up OFS.tests.testCopySupportHooks.HookLayer in 0.224 seconds.
  Ran 14 tests with 0 failures and 0 errors in 0.116 seconds.
Running Testing.ZopeTestCase.layer.ZopeLite tests:
  Tear down OFS.tests.testCopySupportHooks.HookLayer in 0.001 seconds.
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
/home/stefan/autotest/temp/python25-zope212all/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/config.py:685: UserWarning: The set_schema option of the <require /> directive is not supported in Zope 2. Ignored for Products.Five.tests.test_security.Dummy3
  actions = self.handler(context, **args)
/home/stefan/autotest/temp/python25-zope212all/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/config.py:685: UserWarning: The set_attribute option of the <require /> directive is not supported in Zope 2. Ignored for Products.Five.tests.test_security.Dummy4
  actions = self.handler(context, **args)
  Ran 637 tests with 0 failures and 0 errors in 16.978 seconds.
Running Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer tests:
  Set up Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer in 0.237 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.445 seconds.
Running Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer tests:
  Tear down Testing.ZopeTestCase.testShoppingCart.ShoppingCartLayer in 0.002 seconds.
  Set up Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.003 seconds.
  Ran 18 tests with 0 failures and 0 errors in 0.260 seconds.
Running Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer tests:
  Tear down Testing.ZopeTestCase.testZODBCompat.ZODBCompatLayer in 0.003 seconds.
  Set up Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.003 seconds.
  Ran 2 tests with 0 failures and 0 errors in 0.016 seconds.
Running zope.container.tests.test_dependencies.ContainerLayer tests:
  Tear down Testing.ZopeTestCase.zopedoctest.testLayerExtraction.TestLayer in 0.002 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.container.tests.test_dependencies.ContainerLayer in 0.325 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.003 seconds.
Running zope.formlib.tests.FormlibLayer tests:
  Tear down zope.container.tests.test_dependencies.ContainerLayer in 0.001 seconds.
  Set up zope.formlib.tests.FormlibLayer in 3.596 seconds.
  Ran 11 tests with 0 failures and 0 errors in 0.024 seconds.
Running zope.testbrowser.tests.TestBrowserLayer tests:
  Tear down zope.formlib.tests.FormlibLayer in 0.003 seconds.
  Set up zope.testbrowser.tests.TestBrowserLayer in 1.497 seconds.
  Ran 160 tests with 0 failures and 0 errors in 3.568 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down zope.testbrowser.tests.TestBrowserLayer in 0.003 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python25-zope212all/src/Zope2/App/tests/testExceptionHook.py:119: DeprecationWarning: raising a string exception is deprecated
  raise 'unauthorized', 'x'
/home/stefan/autotest/temp/python25-zope212all/src/Zope2/App/startup.py:171: DeprecationWarning: raising a string exception is deprecated
  raise
/home/stefan/autotest/temp/python25-zope212all/src/Zope2/App/tests/testExceptionHook.py:128: DeprecationWarning: raising a string exception is deprecated
  raise 'redirect', 'x'
/home/stefan/autotest/temp/python25-zope212all/src/zExceptions/tests/test___init__.py:26: DeprecationWarning: String exceptions are deprecated starting with Python 2.5 and will be removed in a future release
  return upgradeException(t, v)
  Ran 6016 tests with 0 failures and 0 errors in 4 minutes 15.890 seconds.
Running zope.traversing.tests.layer.TraversingLayer tests:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
  Set up zope.traversing.tests.layer.TraversingLayer Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.testing-3.7.4-py2.5.egg/zope/testing/testrunner/runner.py", line 362, in run_layer
    setup_layer(options, layer, setup_layers)
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.testing-3.7.4-py2.5.egg/zope/testing/testrunner/runner.py", line 518, in setup_layer
    layer.setUp()
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.app.testing-3.6.2-py2.5.egg/zope/app/testing/functional.py", line 337, in setUp
    self.config_file, product_config=self.product_config)
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.app.testing-3.6.2-py2.5.egg/zope/app/testing/functional.py", line 215, in __init__
    self.app = Debugger(self.db, config_file)
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.app.debug-3.4.1-py2.5.egg/zope/app/debug/debug.py", line 36, in __init__
    config(config_file)
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.app.appsetup-3.11-py2.5.egg/zope/app/appsetup/appsetup.py", line 111, in config
    context = xmlconfig.file(file, context=context, execute=execute)
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/xmlconfig.py", line 647, in file
    include(context, name, package)
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/xmlconfig.py", line 546, in include
    processxmlfile(f, context)
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/xmlconfig.py", line 378, in processxmlfile
    parser.parse(src)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 107, in parse
    xmlreader.IncrementalParser.parse(self, source)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/xmlreader.py", line 123, in parse
    self.feed(buffer)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 207, in feed
    self._parser.Parse(data, isFinal)
  File "/usr/local/python2.5/lib/python2.5/xml/sax/expatreader.py", line 349, in end_element_ns
    self._cont_handler.endElementNS(pair, None)
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/xmlconfig.py", line 357, in endElementNS
    self.context.end()
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/config.py", line 537, in end
    self.stack.pop().finish()
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/config.py", line 684, in finish
    args = toargs(context, *self.argdata)
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/config.py", line 1376, in toargs
    args[str(name)] = field.fromUnicode(s)
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/fields.py", line 139, in fromUnicode
    value = self.context.resolve(name)
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.configuration-3.6.0-py2.5.egg/zope/configuration/config.py", line 199, in resolve
    return __import__(mname+'.'+oname, *_import_chickens)
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.app.zptpage-3.5.0-py2.5.egg/zope/app/zptpage/__init__.py", line 18, in <module>
    from zptpage import ZPTPage
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.app.zptpage-3.5.0-py2.5.egg/zope/app/zptpage/zptpage.py", line 29, in <module>
    from zope.app.pagetemplate.engine import AppPT
ZopeXMLConfigurationError: File "/home/stefan/autotest/temp/python25-zope212all/eggs/zope.traversing-3.7.0-py2.5.egg/zope/traversing/tests/ftesting.zcml", line 11.2-11.39
    ImportError: No module named engine

Running zope.traversing.tests.test_dependencies.TraversingLayer tests:
  Set up zope.traversing.tests.test_dependencies.TraversingLayer in 0.051 seconds.
  Ran 1 tests with 0 failures and 0 errors in 0.003 seconds.
Tearing down left over layers:
  Tear down zope.traversing.tests.test_dependencies.TraversingLayer in 0.018 seconds.

Test-modules with import problems:
  zope.traversing.tests.test_vhosting
Total: 6890 tests, 0 failures, 1 errors in 4 minutes 52.697 seconds.

UNKNOWN 

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

Running /usr/local/python2.5/bin/python bootstrap.py
Creating directory '/home/stefan/autotest/temp/python25-zope212all/bin'.
Creating directory '/home/stefan/autotest/temp/python25-zope212all/parts'.
Creating directory '/home/stefan/autotest/temp/python25-zope212all/eggs'.
Creating directory '/home/stefan/autotest/temp/python25-zope212all/develop-eggs'.
Generated script '/home/stefan/autotest/temp/python25-zope212all/bin/buildout'.
Running ./bin/buildout
Setting socket time out to 300 seconds
Develop: '/home/stefan/autotest/temp/python25-zope212all/.'
src/AccessControl/cAccessControl.c:598: warning: 'intargfunc' is deprecated
src/AccessControl/cAccessControl.c:599: warning: 'intargfunc' is deprecated
src/AccessControl/cAccessControl.c:600: warning: 'intintargfunc' is deprecated
src/AccessControl/cAccessControl.c:606: warning: 'intargfunc' is deprecated
src/Record/_Record.c:340: warning: 'intargfunc' is deprecated
src/Record/_Record.c:341: warning: 'intargfunc' is deprecated
src/Record/_Record.c:342: warning: 'intintargfunc' is deprecated
src/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c:309: warning: 'intargfunc' is deprecated
src/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c:310: warning: 'intargfunc' is deprecated
src/Products/PluginIndexes/TextIndex/Splitter/ZopeSplitter/src/ZopeSplitter.c:311: warning: 'intintargfunc' is deprecated
src/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c:376: warning: 'intargfunc' is deprecated
src/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c:377: warning: 'intargfunc' is deprecated
src/Products/PluginIndexes/TextIndex/Splitter/ISO_8859_1_Splitter/src/ISO_8859_1_Splitter.c:378: warning: 'intintargfunc' is deprecated
src/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c:136: warning: 'intargfunc' is deprecated
src/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c:137: warning: 'intargfunc' is deprecated
src/Products/PluginIndexes/TextIndex/Splitter/UnicodeSplitter/src/UnicodeSplitter.c:138: warning: 'intintargfunc' is deprecated
Getting distribution for 'zc.recipe.testrunner==1.2.0'.
zip_safe flag not set; analyzing archive contents...
Got zc.recipe.testrunner 1.2.0.
Getting distribution for 'zc.recipe.egg==1.2.2'.
Got zc.recipe.egg 1.2.2.
Getting distribution for 'zope.testing==3.7.4'.
Got zope.testing 3.7.4.
Getting distribution for 'zope.interface==3.5.1'.
Got zope.interface 3.5.1.
Installing test.
Getting distribution for 'zope.app.schema==3.5.0'.
Got zope.app.schema 3.5.0.
Getting distribution for 'zope.app.publisher==3.8.1'.
Got zope.app.publisher 3.8.1.
Getting distribution for 'zope.app.publication==3.7.0'.
Got zope.app.publication 3.7.0.
Getting distribution for 'zope.app.pagetemplate==3.7.0'.
Got zope.app.pagetemplate 3.7.0.
Getting distribution for 'zope.app.form==3.8.0'.
Got zope.app.form 3.8.0.
Getting distribution for 'zope.viewlet==3.5.0'.
Got zope.viewlet 3.5.0.
Getting distribution for 'zope.traversing==3.7.0'.
Got zope.traversing 3.7.0.
Getting distribution for 'zope.testbrowser==3.6.0a2'.
Got zope.testbrowser 3.6.0a2.
Getting distribution for 'zope.tales==3.4.0'.
Got zope.tales 3.4.0.
Getting distribution for 'zope.tal==3.5.1'.
Got zope.tal 3.5.1.
Getting distribution for 'zope.structuredtext==3.4.0'.
Got zope.structuredtext 3.4.0.
Getting distribution for 'zope.size==3.4.1'.
Got zope.size 3.4.1.
Getting distribution for 'zope.site==3.6.1'.
Got zope.site 3.6.1.
Getting distribution for 'zope.sequencesort==3.4.0'.
Got zope.sequencesort 3.4.0.
Getting distribution for 'zope.sendmail==3.5.1'.
Got zope.sendmail 3.5.1.
Getting distribution for 'zope.security==3.7.0'.
Got zope.security 3.7.0.
Getting distribution for 'zope.schema==3.5.4'.
Got zope.schema 3.5.4.
Getting distribution for 'zope.publisher==3.8.0'.
Got zope.publisher 3.8.0.
Getting distribution for 'zope.proxy==3.5.0'.
Got zope.proxy 3.5.0.
Getting distribution for 'zope.processlifetime==1.0'.
Got zope.processlifetime 1.0.
Getting distribution for 'zope.pagetemplate==3.5.0'.
Got zope.pagetemplate 3.5.0.
Getting distribution for 'zope.location==3.5.4'.
Got zope.location 3.5.4.
Getting distribution for 'zope.lifecycleevent==3.5.2'.
Got zope.lifecycleevent 3.5.2.
Getting distribution for 'zope.i18nmessageid==3.4.3'.
Got zope.i18nmessageid 3.4.3.
Getting distribution for 'zope.i18n==3.7.0'.
Got zope.i18n 3.7.0.
Getting distribution for 'zope.formlib==3.6.0'.
Got zope.formlib 3.6.0.
Getting distribution for 'zope.exceptions==3.5.2'.
Got zope.exceptions 3.5.2.
Getting distribution for 'zope.event==3.4.1'.
Got zope.event 3.4.1.
Getting distribution for 'zope.deferredimport==3.5.0'.
Got zope.deferredimport 3.5.0.
Getting distribution for 'zope.contenttype==3.4.1'.
Got zope.contenttype 3.4.1.
Getting distribution for 'zope.contentprovider==3.5.0'.
Got zope.contentprovider 3.5.0.
Getting distribution for 'zope.container==3.8.2'.
Got zope.container 3.8.2.
Getting distribution for 'zope.configuration==3.6.0'.
Got zope.configuration 3.6.0.
Getting distribution for 'zope.component==3.7.0'.
Got zope.component 3.7.0.
Getting distribution for 'zLOG==2.11.1'.
Got zLOG 2.11.1.
Getting distribution for 'zdaemon==2.0.4'.
Got zdaemon 2.0.4.
Getting distribution for 'transaction==1.0a1'.
Got transaction 1.0a1.
Getting distribution for 'tempstorage==2.11.1'.
Got tempstorage 2.11.1.
Getting distribution for 'pytz==2009g'.
Got pytz 2009g.
Getting distribution for 'docutils==0.5'.
"optparse" module already present; ignoring extras/optparse.py.
"textwrap" module already present; ignoring extras/textwrap.py.
zip_safe flag not set; analyzing archive contents...
docutils.parsers.rst.directives.misc: module references __file__
docutils.writers.html4css1.__init__: module references __file__
docutils.writers.pep_html.__init__: module references __file__
docutils.writers.s5_html.__init__: module references __file__
docutils.writers.newlatex2e.__init__: module references __file__
Got docutils 0.5.
Getting distribution for 'ZODB3==3.9.0b1'.
Got ZODB3 3.9.0b1.
Getting distribution for 'ZConfig==2.6.1'.
Got ZConfig 2.6.1.
Getting distribution for 'RestrictedPython==3.5.1'.
build/bdist.linux-i686/egg/RestrictedPython/tests/security_in_syntax26.py:6: Warning: 'with' will become a reserved keyword in Python 2.6
  File "build/bdist.linux-i686/egg/RestrictedPython/tests/security_in_syntax26.py", line 6
    with x as _leading_underscore:
         ^
SyntaxError: invalid syntax

build/bdist.linux-i686/egg/RestrictedPython/tests/before_and_after26.py:30: Warning: 'with' will become a reserved keyword in Python 2.6
  File "build/bdist.linux-i686/egg/RestrictedPython/tests/before_and_after26.py", line 30
    with whatever as x:
                ^
SyntaxError: invalid syntax

/home/stefan/autotest/temp/python25-zope212all/eggs/tmpD_Yfaz/RestrictedPython-3.5.1-py2.5.egg/RestrictedPython/tests/security_in_syntax26.py:6: Warning: 'with' will become a reserved keyword in Python 2.6
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/tmpD_Yfaz/RestrictedPython-3.5.1-py2.5.egg/RestrictedPython/tests/security_in_syntax26.py", line 6
    with x as _leading_underscore:
         ^
SyntaxError: invalid syntax

/home/stefan/autotest/temp/python25-zope212all/eggs/tmpD_Yfaz/RestrictedPython-3.5.1-py2.5.egg/RestrictedPython/tests/before_and_after26.py:30: Warning: 'with' will become a reserved keyword in Python 2.6
  File "/home/stefan/autotest/temp/python25-zope212all/eggs/tmpD_Yfaz/RestrictedPython-3.5.1-py2.5.egg/RestrictedPython/tests/before_and_after26.py", line 30
    with whatever as x:
                ^
SyntaxError: invalid syntax

Got RestrictedPython 3.5.1.
Getting distribution for 'Persistence==2.11.1'.
Got Persistence 2.11.1.
Getting distribution for 'ExtensionClass==2.11.1'.
Got ExtensionClass 2.11.1.
Getting distribution for 'DateTime==2.12.0'.
Got DateTime 2.12.0.
Getting distribution for 'Acquisition==2.12.1'.
src/Acquisition/_Acquisition.c:941: warning: 'intargfunc' is deprecated
src/Acquisition/_Acquisition.c:942: warning: 'intargfunc' is deprecated
src/Acquisition/_Acquisition.c:943: warning: 'intintargfunc' is deprecated
Got Acquisition 2.12.1.
Getting distribution for 'zope.browser==1.2'.
Got zope.browser 1.2.
Getting distribution for 'zope.componentvocabulary==1.0'.
Got zope.componentvocabulary 1.0.
Getting distribution for 'zope.datetime==3.4.0'.
Got zope.datetime 3.4.0.
Getting distribution for 'zope.error==3.6.0'.
Got zope.error 3.6.0.
Getting distribution for 'zope.deprecation==3.4.0'.
Got zope.deprecation 3.4.0.
Getting distribution for 'zope.authentication==3.7.0'.
Got zope.authentication 3.7.0.
Getting distribution for 'zope.dublincore==3.4.2'.
Got zope.dublincore 3.4.2.
Getting distribution for 'zope.app.basicskin==3.4.0'.
Got zope.app.basicskin 3.4.0.
Getting distribution for 'zope.app.testing==3.6.2'.
Got zope.app.testing 3.6.2.
Getting distribution for 'mechanize==0.1.11'.
no previously-included directories found matching 'docs-in-progress'
Got mechanize 0.1.11.
Getting distribution for 'ClientForm==0.2.10'.
Got ClientForm 0.2.10.
Getting distribution for 'zope.annotation==3.4.2'.
Got zope.annotation 3.4.2.
Getting distribution for 'zope.copy==3.5.0'.
Got zope.copy 3.5.0.
Getting distribution for 'zope.broken==3.5.0'.
Got zope.broken 3.5.0.
Getting distribution for 'zope.filerepresentation==3.5.0'.
Got zope.filerepresentation 3.5.0.
Getting distribution for 'zope.dottedname==3.4.5'.
Got zope.dottedname 3.4.5.
Getting distribution for 'zope.cachedescriptors==3.5.0'.
Got zope.cachedescriptors 3.5.0.
Getting distribution for 'zc.lockfile==1.0.0'.
Got zc.lockfile 1.0.0.
Getting distribution for 'zope.hookable==3.4.1'.
Got zope.hookable 3.4.1.
Getting distribution for 'zope.password==3.5.1'.
Got zope.password 3.5.1.
Getting distribution for 'zope.app.dependable==3.4.0'.
Got zope.app.dependable 3.4.0.
Getting distribution for 'zope.app.debug==3.4.1'.
Got zope.app.debug 3.4.1.
Getting distribution for 'zope.app.component==3.8.2'.
Got zope.app.component 3.8.2.
Getting distribution for 'zope.app.appsetup==3.11'.
Got zope.app.appsetup 3.11.
Getting distribution for 'zope.app.interface==3.5.0'.
Got zope.app.interface 3.5.0.
Getting distribution for 'zope.app.container==3.8.0'.
Got zope.app.container 3.8.0.
Getting distribution for 'zope.session==3.9.1'.
Got zope.session 3.9.1.
Getting distribution for 'zodbcode==3.4.0'.
Got zodbcode 3.4.0.
Getting distribution for 'zope.copypastemove==3.5.1'.
Got zope.copypastemove 3.5.1.
Getting distribution for 'zope.minmax==1.1.0'.
Got zope.minmax 1.1.0.
Generated script '/home/stefan/autotest/temp/python25-zope212all/bin/test'.
Installing scripts.
Generated script '/home/stefan/autotest/temp/python25-zope212all/bin/zpasswd'.
Generated script '/home/stefan/autotest/temp/python25-zope212all/bin/mkzeoinstance'.
Generated script '/home/stefan/autotest/temp/python25-zope212all/bin/mkzopeinstance'.
Installing zopepy.
Generated interpreter '/home/stefan/autotest/temp/python25-zope212all/bin/zopepy'.
Installing alltests.
Getting distribution for 'zope.index==3.5.1'.
Got zope.index 3.5.1.
Getting distribution for 'zope.modulealias'.
Got zope.modulealias 3.4.0.
Getting distribution for 'zope.thread'.
Got zope.thread 3.4.
Getting distribution for 'zope.app.applicationcontrol==3.5.0'.
Got zope.app.applicationcontrol 3.5.0.
Getting distribution for 'zope.app.exception==3.5.0'.
Got zope.app.exception 3.5.0.
Getting distribution for 'zope.app.http==3.6.0'.
Got zope.app.http 3.6.0.
Getting distribution for 'zope.app.principalannotation==3.6.1'.
Got zope.app.principalannotation 3.6.1.
Getting distribution for 'zope.app.securitypolicy==3.5.1'.
Got zope.app.securitypolicy 3.5.1.
Getting distribution for 'zope.app.zptpage==3.5.0'.
Got zope.app.zptpage 3.5.0.
Getting distribution for 'zope.app.zcmlfiles==3.5.3'.
Got zope.app.zcmlfiles 3.5.3.
Getting distribution for 'python-gettext==1.0'.
Got python-gettext 1.0.
Getting distribution for 'zope.app.wsgi==3.5.2'.
Got zope.app.wsgi 3.5.2.
Getting distribution for 'zope.app.folder==3.5.1'.
Got zope.app.folder 3.5.1.
Getting distribution for 'zope.app.rotterdam'.
Got zope.app.rotterdam 3.5.0.
Getting distribution for 'zope.app.zopeappgenerations==3.5.0'.
Got zope.app.zopeappgenerations 3.5.0.
Getting distribution for 'zope.app.locales==3.5.1'.
Got zope.app.locales 3.5.1.
Getting distribution for 'zope.app.i18n==3.6.0'.
Got zope.app.i18n 3.6.0.
Getting distribution for 'zope.app.security==3.7.0'.
Got zope.app.security 3.7.0.
Getting distribution for 'zope.app.error==3.5.2'.
Got zope.app.error 3.5.2.
Getting distribution for 'zope.app.generations==3.5.0'.
Got zope.app.generations 3.5.0.
Getting distribution for 'zope.app.broken==3.5.0'.
Got zope.app.broken 3.5.0.
Getting distribution for 'zope.app.content==3.4.0'.
Got zope.app.content 3.4.0.
Getting distribution for 'zope.securitypolicy==3.6.0'.
Got zope.securitypolicy 3.6.0.
Getting distribution for 'zope.principalannotation==3.6.0'.
Got zope.principalannotation 3.6.0.
Getting distribution for 'zope.app.authentication'.
Got zope.app.authentication 3.6.0.
Getting distribution for 'zope.principalregistry==3.7.0'.
Got zope.principalregistry 3.7.0.
Getting distribution for 'zope.app.localpermission==3.7.0'.
Got zope.app.localpermission 3.7.0.
Getting distribution for 'zope.app.renderer==3.5.0'.
Got zope.app.renderer 3.5.0.
Generated script '/home/stefan/autotest/temp/python25-zope212all/bin/alltests'.


More information about the Zope-tests mailing list