[Testbot] FAILED (errors=2) : AT-1.5 Plone-3.2 Zope-2.10 Python-2.4.6

Archetypes Tests plone-tests at epy.co.at
Sun Oct 11 03:33:03 UTC 2009


Archetypes Tests : FAILED (errors=2) 
AT-1.5 Plone-3.2 Zope-2.10 Python-2.4.6

Running /usr/local/python2.4/bin/python ./bin/instance test -q --package Products.Archetypes --package Products.MimetypesRegistry --package Products.PortalTransforms --package Products.validation
/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])
Failed to import ZPsycopgDA
Failed to import ZMySQLDA
Running unit tests:
  Ran 17 tests with 0 failures and 0 errors in 0.157 seconds.
Running Products.PloneTestCase.layer.ZCML tests:
  Set up Products.PloneTestCase.layer.ZCML in 1.331 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 61 tests with 0 failures and 0 errors in 0.931 seconds.
Running Products.PloneTestCase.layer.PloneSite tests:
  Set up Products.PloneTestCase.layer.PloneSite in 4.244 seconds.
/home/stefan/autotest/temp/python24-zope210/lib/python/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/python24-zope210/lib/python/OFS/subscribers.py:73: DeprecationWarning: Products.Archetypes.tests.test_annotation.AnnDummy.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)


Error in test test_clone_portal (Products.Archetypes.tests.test_copying.PortalCopyTests)
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/Products.Archetypes/Products/Archetypes/tests/test_copying.py", line 110, in test_clone_portal
    app.manage_clone(self.portal, 'newportal')
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/CopySupport.py", line 422, in manage_clone
    ob = ob._getCopy(self)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/CopySupport.py", line 577, in _getCopy
    ob=container._p_jar.importFile(f)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZODB/ExportImport.py", line 75, in importFile
    t.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/transaction/_transaction.py", line 312, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/transaction/_transaction.py", line 309, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/transaction/_transaction.py", line 737, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZODB/Connection.py", line 1048, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZODB/Connection.py", line 519, in _commit
    self._importDuringCommit(transaction, *self._import)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZODB/ExportImport.py", line 147, in _importDuringCommit
    self._storage.store(oid, None, p, version, transaction)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZODB/Connection.py", line 1176, in store
    self._file.seek(self.position)
IOError: [Errno 28] No space left on device



Error in test test_copy_paste_portal (Products.Archetypes.tests.test_copying.PortalCopyTests)
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/Products.Archetypes/Products/Archetypes/tests/test_copying.py", line 129, in test_copy_paste_portal
    app.manage_pasteObjects(cb_copy_data=cp)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/CopySupport.py", line 221, in manage_pasteObjects
    ob = ob._getCopy(self)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/OFS/CopySupport.py", line 577, in _getCopy
    ob=container._p_jar.importFile(f)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZODB/ExportImport.py", line 75, in importFile
    t.savepoint(optimistic=True)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/transaction/_transaction.py", line 312, in savepoint
    self._saveAndRaiseCommitishError() # reraises!
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/transaction/_transaction.py", line 309, in savepoint
    savepoint = Savepoint(self, optimistic, *self._resources)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/transaction/_transaction.py", line 737, in __init__
    savepoint = savepoint()
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZODB/Connection.py", line 1048, in savepoint
    self._commit(None)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZODB/Connection.py", line 519, in _commit
    self._importDuringCommit(transaction, *self._import)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZODB/ExportImport.py", line 147, in _importDuringCommit
    self._storage.store(oid, None, p, version, transaction)
  File "/home/stefan/autotest/temp/python24-zope210/lib/python/ZODB/Connection.py", line 1176, in store
    self._file.seek(self.position)
IOError: [Errno 28] No space left on device

/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/lib/python/OFS/subscribers.py:73: DeprecationWarning: Products.Archetypes.tests.test_event.Dummy.manage_afterAdd is discouraged. You should use event subscribers instead.
  DeprecationWarning)
  Ran 532 tests with 0 failures and 2 errors in 60.264 seconds.
Tearing down left over layers:
  Tear down Products.PloneTestCase.layer.PloneSite in 0.293 seconds.
  Tear down Products.PloneTestCase.layer.ZCML in 0.006 seconds.
Total: 610 tests, 0 failures, 2 errors

FAILED (errors=2) 




More information about the Testbot mailing list