[Testbot] FAILED (failures=1) : AT-trunk Plone-trunk Zope-trunk Python-2.6.1

Archetypes Tests plone-tests at epy.co.at
Tue Jun 2 03:53:36 UTC 2009


Archetypes Tests : FAILED (failures=1) 
AT-trunk Plone-trunk Zope-trunk Python-2.6.1

Running /usr/local/python2.6/bin/python ./bin/test -q --no-color --no-progress --package Products.Archetypes --package Products.MimetypesRegistry --package Products.PortalTransforms --package Products.validation
Running Products.Archetypes.tests.layer.ZCML tests:
  Set up Testing.ZopeTestCase.layer.ZopeLite in 0.822 seconds.
  Set up Products.CMFCore.testing.FunctionalZCMLLayer in 0.391 seconds.
  Set up Products.Archetypes.tests.layer.ZCML in 0.328 seconds.
  Ran 52 tests with 0 failures and 0 errors in 3.068 seconds.
Running Products.Archetypes.tests.layer.ArchetypesSite tests:
  Set up Products.Archetypes.tests.layer.ArchetypesSite in 3.917 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.0b2-py2.6-linux-i686.egg/OFS/subscribers.py:73: DeprecationWarning: Products.Archetypes.tests.test_classgen.Dummy.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.0b2-py2.6-linux-i686.egg/OFS/subscribers.py:73: DeprecationWarning: Products.Archetypes.tests.test_annotation.AnnDummy.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)


Failure in test /home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/tests/events.txt
Failed doctest test for events.txt
  File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/tests/events.txt", line 0

----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/tests/events.txt", line 13, in events.txt
Failed example:
    from zope.container.interfaces import IObjectEvent
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.4-py2.6.egg/zope/testing/doctest.py", line 1359, in __run
        compileflags, 1) in test.globs
      File "<doctest events.txt[line 13, example 5]>", line 1, in <module>
        from zope.container.interfaces import IObjectEvent
    ImportError: cannot import name IObjectEvent
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/tests/events.txt", line 30, in events.txt
Failed example:
    ztapi.subscribe([IBaseObject, IObjectEvent], None, handler)
Exception raised:
    Traceback (most recent call last):
      File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/zope.testing-3.7.4-py2.6.egg/zope/testing/doctest.py", line 1359, in __run
        compileflags, 1) in test.globs
      File "<doctest events.txt[line 30, example 8]>", line 1, in <module>
        ztapi.subscribe([IBaseObject, IObjectEvent], None, handler)
    NameError: name 'IObjectEvent' is not defined
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/tests/events.txt", line 35, in events.txt
Failed example:
    handler.print_and_flush() #doctest: +ELLIPSIS
Differences (ndiff with -expected +actual):
    - 8 events:...
    ? ^        ---
    + 0 events:
    ? ^
    + []
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/tests/events.txt", line 42, in events.txt
Failed example:
    handler.print_and_flush() #doctest: +ELLIPSIS
Differences (ndiff with -expected +actual):
    - 1 events:
    ? ^
    + 0 events:
    ? ^
    + []
    - [(<DDocument at /.../Members/test_user_1_/a>,
    -   <Products.Archetypes.event.ObjectInitializedEvent object at ...>)]
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/tests/events.txt", line 87, in events.txt
Failed example:
    handler.print_last_and_flush() #doctest: +ELLIPSIS
Differences (ndiff with -expected +actual):
    - 1 events:
    ? ^
    + 0 events:
    ? ^
    + []
    - [(<DDocument at /cmf/Members/test_user_1_/some-document>,
    -   <Products.Archetypes.event.WebDAVObjectInitializedEvent object at ...>)...]
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/tests/events.txt", line 108, in events.txt
Failed example:
    handler.print_and_flush() #doctest: +ELLIPSIS
Differences (ndiff with -expected +actual):
    - 1 events:
    ? ^
    + 0 events:
    ? ^
    + []
    - [(<DDocument at /cmf/Members/test_user_1_/some-document>,
    -   <Products.Archetypes.event.WebDAVObjectEditedEvent object at ...>)]
----------------------------------------------------------------------
File "/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.Archetypes/Products/Archetypes/tests/events.txt", line 128, in events.txt
Failed example:
    handler.print_last_and_flush() #doctest: +ELLIPSIS
Differences (ndiff with -expected +actual):
    - 1 events:
    ? ^
    + 0 events:
    ? ^
    + []
    - [(<SimpleFolder at /cmf/Members/test_user_1_/f1/some-folder>,
    -   <Products.Archetypes.event.WebDAVObjectInitializedEvent object at ...>)]

/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/Zope2-2.12.0b2-py2.6-linux-i686.egg/OFS/subscribers.py:73: DeprecationWarning: Products.Archetypes.tests.test_event.Dummy.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/src/Products.PortalTransforms/Products/PortalTransforms/libtransforms/commandtransform.py:95: DeprecationWarning: os.popen4 is deprecated.  Use the subprocess module.
  cin, couterr = os.popen4(command, 'b')
  Ran 489 tests with 1 failures and 0 errors in 1 minutes 40.478 seconds.
Running Products.CMFTestCase.layer.ZCML tests:
  Tear down Products.Archetypes.tests.layer.ArchetypesSite in 0.145 seconds.
  Tear down Products.Archetypes.tests.layer.ZCML in 0.011 seconds.
  Tear down Products.CMFCore.testing.FunctionalZCMLLayer in 0.001 seconds.
  Set up Products.CMFTestCase.layer.ZCML in 0.640 seconds.
  Ran 16 tests with 0 failures and 0 errors in 0.194 seconds.
Running zope.testing.testrunner.layer.UnitTests tests:
  Tear down Products.CMFTestCase.layer.ZCML in 0.002 seconds.
  Tear down Testing.ZopeTestCase.layer.ZopeLite in 0.000 seconds.
  Set up zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/docutils-0.5-py2.6.egg/docutils/parsers/rst/__init__.py:178: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  self.message = message
/home/stefan/autotest/temp/python26-zope212-cmf22-plone40/eggs/docutils-0.5-py2.6.egg/docutils/parsers/rst/states.py:2046: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  directive_error.message)
  Ran 20 tests with 0 failures and 0 errors in 0.152 seconds.
Tearing down left over layers:
  Tear down zope.testing.testrunner.layer.UnitTests in 0.000 seconds.
Total: 577 tests, 1 failures, 0 errors in 1 minutes 52.407 seconds.

FAILED (failures=1) 




More information about the Testbot mailing list