[Testbot] FAILED (failures=1, errors=1) : Plone[next]-3.3 Zope-2.10 Python-2.4.6

Plone Tests plone-tests at epy.co.at
Sat May 16 04:17:02 UTC 2009


Plone Tests : FAILED (failures=1, errors=1) 
Plone[next]-3.3 Zope-2.10 Python-2.4.6

Running /usr/local/python2.4/bin/python ./bin/instance test -q --package Products.CMFPlone
Running unit tests:
/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/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.630 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 22.223 seconds.
/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Products.PlonePAS-3.9-py2.4.egg/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.042 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 15.346 seconds.
/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Products.PlonePAS-3.9-py2.4.egg/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-plone33next/eggs/Plone-3.3rc2-py2.4.egg/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-plone33next/eggs/Plone-3.3rc2-py2.4.egg/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 testLinkDefaultView (Products.CMFPlone.tests.testMigrations.TestMigrations_v3_3)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Plone-3.3rc2-py2.4.egg/Products/CMFPlone/tests/testMigrations.py", line 3304, in testLinkDefaultView
    self._upgrade()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Plone-3.3rc2-py2.4.egg/Products/CMFPlone/tests/testMigrations.py", line 3283, in _upgrade
    self.migration._upgrade('3.2.3')
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Plone-3.3rc2-py2.4.egg/Products/CMFPlone/MigrationTool.py", line 321, in _upgrade
    res = function(self.aq_parent)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Plone-3.3rc2-py2.4.egg/Products/CMFPlone/migrations/v3_3/__init__.py", line 7, in three23_three3_beta1
    loadMigrationProfile(portal, 'profile-Products.CMFPlone.migrations:3.2.3-3.3')
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Plone-3.3rc2-py2.4.egg/Products/CMFPlone/migrations/migration_util.py", line 107, in loadMigrationProfile
    tool.runAllImportStepsFromProfile(profile, purge_old=False)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Products.GenericSetup-1.4.3-py2.4.egg/Products/GenericSetup/tool.py", line 396, in runAllImportStepsFromProfile
    self._createReport(name, result['steps'], result['messages'])
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Products.GenericSetup-1.4.3-py2.4.egg/Products/GenericSetup/tool.py", line 1250, in _createReport
    self._setObject(name, file)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/OFS/ObjectManager.py", line 315, in _setObject
    v = self._checkId(id)
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/OFS/ObjectManager.py", line 102, in checkValidId
    raise BadRequest, (
BadRequest: The id "import-all-profile-Products.CMFPlone.migrations_3.2.3-3.3-20090516033216.log" is invalid - it is already in use.



Failure in test testEventsSubTopic (Products.CMFPlone.tests.testPortalCreation.TestPortalCreation)
Traceback (most recent call last):
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/parts/zope2/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Plone-3.3rc2-py2.4.egg/Products/CMFPlone/tests/testPortalCreation.py", line 338, in testEventsSubTopic
    self.failIf(query['start'], "Bug #8827 is not yet fixed")
  File "/usr/local/python2.4/lib/python2.4/unittest.py", line 305, in failIf
    if expr: raise self.failureException, msg
AssertionError: Bug #8827 is not yet fixed

/home/stefan/autotest/temp/python24-zope210-cmf21-plone33next/eggs/Plone-3.3rc2-py2.4.egg/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-plone33next/eggs/Plone-3.3rc2-py2.4.egg/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-plone33next/eggs/Plone-3.3rc2-py2.4.egg/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-plone33next/eggs/Plone-3.3rc2-py2.4.egg/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-plone33next/eggs/Plone-3.3rc2-py2.4.egg/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-plone33next/eggs/Plone-3.3rc2-py2.4.egg/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 1542 tests with 1 failures and 1 errors in 528.840 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.904 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.014 seconds.
Total: 1732 tests, 1 failures, 1 errors

FAILED (failures=1, errors=1) 




More information about the Testbot mailing list