[Testbot] FAILED (errors=1) : Plone-3.2 Zope-2.10 Python-2.4.5

CMFPlone Tests plone-tests at epy.co.at
Wed Nov 12 03:51:54 UTC 2008


CMFPlone Tests : FAILED (errors=1)
Plone-3.2 Zope-2.10 Python-2.4.5

Running /usr/local/python2.4/bin/python ./bin/instance test -q -1 --package Products.CMFPlone
Running unit tests:
/home/stefan/autotest/temp/python24-zope210/lib/python/zope/configuration/xmlconfig.py:323: DeprecationWarning: zope.app.annotation has moved to zope.annotation. Import of zope.app.annotation will become unsupported in Zope 3.5
  __import__(arguments[0])
  Ran 178 tests with 0 failures and 0 errors in 2.802 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 15.215 seconds.
/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/subscribers.py:73: DeprecationWarning: Products.PluggableAuthService.PluggableAuthService.PluggableAuthService.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/subscribers.py:73: DeprecationWarning: Products.PluggableAuthService.plugins.ZODBRoleManager.ZODBRoleManager.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Products.PlonePAS/Products/PlonePAS/setuphandlers.py:39: DeprecationWarning: portal_groups.getGroupIds is deprecated and will be removed in Plone 4.0. Use PAS searchGroups instead
  existing = gtool.listGroupIds()
  Ran 12 tests with 0 failures and 0 errors in 0.051 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 18.710 seconds.
/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/subscribers.py:73: DeprecationWarning: Products.PluggableAuthService.PluggableAuthService.PluggableAuthService.manage_beforeDelete is discouraged. You should use event subscribers instead.
  DeprecationWarning)
/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Products.PlonePAS/Products/PlonePAS/tools/groupdata.py:249: DeprecationWarning: portal_groups.getGroupMembers is deprecated and will be removed in Plone 4.0. Use PAS to get a group and check its members instead.
  for u_name in gtool.getGroupMembers(self.getId()):
/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/MembershipTool.py:211: DeprecationWarning: getUserIds is deprecated. Use the PAS methods instead
  return self.__getPUS().getUserIds()
/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/migrations/migration_util.py:90: DeprecationWarning: setupCurrentSkin should be called with 'REQUEST' as argument. The BBB code will be removed in CMF 2.3.
  portal.setupCurrentSkin()


Error in test testIterateActionsMigratedIfIterateInstalled (Products.CMFPlone.tests.testMigrations.TestMigrations_v3_2)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/tests/testMigrations.py", line 3263, in testIterateActionsMigratedIfIterateInstalled
    self._upgrade()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/tests/testMigrations.py", line 3257, in _upgrade
    self.migration._upgrade('3.2a1')
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/MigrationTool.py", line 321, in _upgrade
    res = function(self.aq_parent)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/migrations/v3_2/betas.py", line 11, in three1_beta1
    'profile-Products.CMFPlone.migrations:3.2a1-3.2a2-iterate')
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/migrations/migration_util.py", line 107, in loadMigrationProfile
    tool.runAllImportStepsFromProfile(profile, purge_old=False)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 390, in runAllImportStepsFromProfile
    ignore_dependencies=ignore_dependencies)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 1180, in _runImportStepsFromContext
    message = self._doRunImportStep(step, context)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Products.GenericSetup/Products/GenericSetup/tool.py", line 1091, in _doRunImportStep
    return handler(context)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Products.CMFCore/Products/CMFCore/exportimport/actions.py", line 252, in importActionProviders
    importObjects(tool, '', context)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Products.GenericSetup/Products/GenericSetup/utils.py", line 830, in importObjects
    importer.body = body
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Products.GenericSetup/Products/GenericSetup/utils.py", line 544, in _importBody
    self._importNode(dom.documentElement)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Products.CMFCore/Products/CMFCore/exportimport/actions.py", line 129, in _importNode
    self._initObjects(node)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Products.GenericSetup/Products/GenericSetup/utils.py", line 634, in _initObjects
    importer.node = child
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Products.CMFCore/Products/CMFCore/exportimport/actions.py", line 67, in _importNode
    self._initObjects(node)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Products.GenericSetup/Products/GenericSetup/utils.py", line 604, in _initObjects
    raise ValueError("unknown meta_type '%s'" % meta_type)
ValueError: unknown meta_type ''

/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/skins/plone_prefs/prefs_user_group_search.py:9: DeprecationWarning: portal_groups.searchForGroups is deprecated and will be removed in Plone 4.0. Use PAS searchGroups instead
  ##
/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/skins/plone_prefs/prefs_user_group_search.py:9: DeprecationWarning: portal_groups.searchForGroups is deprecated and will be removed in Plone 4.0. Use PAS searchGroups instead
  ##
/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/skins/plone_prefs/prefs_user_group_search.py:7: DeprecationWarning: portal_membership.searchForMembers is deprecated and will be removed in Plone 4.0. Use PAS searchUsers instead
  ##parameters=searchstring, restrict, return_form=None, ignore=[]
/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/skins/plone_prefs/prefs_user_group_search.py:9: DeprecationWarning: portal_groups.searchForGroups is deprecated and will be removed in Plone 4.0. Use PAS searchGroups instead
  ##
/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/skins/plone_prefs/prefs_user_group_search.py:7: DeprecationWarning: portal_membership.searchForMembers is deprecated and will be removed in Plone 4.0. Use PAS searchUsers instead
  ##parameters=searchstring, restrict, return_form=None, ignore=[]
/home/stefan/autotest/temp/python24-zope210-cmf21-plone32/src/Plone/Products/CMFPlone/skins/plone_prefs/prefs_user_group_search.py:9: DeprecationWarning: portal_groups.searchForGroups is deprecated and will be removed in Plone 4.0. Use PAS searchGroups instead
  ##
  Ran 1525 tests with 0 failures and 1 errors in 523.921 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.839 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.017 seconds.
Total: 1715 tests, 0 failures, 1 errors

FAILED (errors=1)




More information about the Testbot mailing list