[Erp5-report] PERF r27586: 12 Tests, 12 Errors, 0 Failures

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Jun 15 17:52:49 CEST 2009


Test Suite: PERF
Revision: 27586
Result: FAIL

All tests: 12
Failures: 0
Errors: 12


The following tests failed:

  testPerformance                                    (4 errors)
   test_00_viewBarObject (testPerformance.TestPerformance)
   test_01_viewBarModule (testPerformance.TestPerformance)
   test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
   test_viewProxyField (testPerformance.TestPerformance)

  testPerformance                                    (4 errors)
   test_00_viewBarObject (testPerformance.TestPerformance)
   test_01_viewBarModule (testPerformance.TestPerformance)
   test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
   test_viewProxyField (testPerformance.TestPerformance)

  testPerformance                                    (4 errors)
   test_00_viewBarObject (testPerformance.TestPerformance)
   test_01_viewBarModule (testPerformance.TestPerformance)
   test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
   test_viewProxyField (testPerformance.TestPerformance)
-------------- next part --------------
SOFTWARE_HOME: /usr/lib/erp5/lib/python
INSTANCE_HOME: /home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test

Loading Zope, please stand by ... done (1.732s)
/usr/lib/erp5/lib/python/Products/ZMailIn/__init__.py:25: DeprecationWarning: This will be removed in ZODB 3.6:
   use transaction.get() instead of get_transaction().
   transaction.commit() is a shortcut spelling of transaction.get().commit(),
   and transaction.abort() of transaction.get().abort().
  get_transaction().note('Added GlobalZMailInCatalog')
/usr/lib/erp5/lib/python/Products/ZMailIn/__init__.py:26: DeprecationWarning: This will be removed in ZODB 3.6:
   use transaction.get() instead of get_transaction().
   transaction.commit() is a shortcut spelling of transaction.get().commit(),
   and transaction.abort() of transaction.get().abort().
  get_transaction().commit()
/usr/lib/erp5/lib/python/Products/CMFMailIn/__init__.py:38: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: CMFMailIn
  product_name='CMFMailIn', icon='tool.gif',
/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/CMFActivity/ActivityTool.py:36: DeprecationWarning: The module, 'Products.CMFCore.CMFCorePermissions' is a deprecated compatiblity alias for 'Products.CMFCore.permissions';  please use the new module instead.
  from Products.CMFCore import CMFCorePermissions

Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 658, in setUpERP5Site
    create_activities=create_activities,
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 94, in manage_addERP5Site
    reindex=reindex)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1255, in create
    reindex=reindex, **kw)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1668, in setup
    self.setupTools(p, **kw)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1349, in setupTools
    addTool('ERP5 Memcached Tool', None)
  File "/usr/lib/erp5/lib/python/Products/CMFCore/utils.py", line 490, in manage_addTool
    self._setObject(obj.getId(), obj)
  File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 309, in _setObject
    object.manage_afterAdd(object, self)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/Tool/MemcachedTool.py", line 340, in failingMethod
    raise RuntimeError, 'MemcachedTool is disabled. You should ask the'\
RuntimeError: MemcachedTool is disabled. You should ask the server administrator to enable it by installing python-memcached.
Ran Unit test of Performance (installation failed)
EEEE
======================================================================
ERROR: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 390, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 658, in setUpERP5Site
    create_activities=create_activities,
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 94, in manage_addERP5Site
    reindex=reindex)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1255, in create
    reindex=reindex, **kw)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1668, in setup
    self.setupTools(p, **kw)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1349, in setupTools
    addTool('ERP5 Memcached Tool', None)
  File "/usr/lib/erp5/lib/python/Products/CMFCore/utils.py", line 490, in manage_addTool
    self._setObject(obj.getId(), obj)
  File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 309, in _setObject
    object.manage_afterAdd(object, self)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/Tool/MemcachedTool.py", line 340, in failingMethod
    raise RuntimeError, 'MemcachedTool is disabled. You should ask the'\
RuntimeError: MemcachedTool is disabled. You should ask the server administrator to enable it by installing python-memcached.

======================================================================
ERROR: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 390, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 609, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_46b1242f30d521c53e744f4886ef0be0 already failed, giving up

======================================================================
ERROR: test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 390, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 609, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_46b1242f30d521c53e744f4886ef0be0 already failed, giving up

======================================================================
ERROR: test_viewProxyField (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 390, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 609, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_46b1242f30d521c53e744f4886ef0be0 already failed, giving up

----------------------------------------------------------------------
Ran 4 tests in 0.610s

FAILED (errors=4)

SOFTWARE_HOME: /usr/lib/erp5/lib/python
INSTANCE_HOME: /home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test

Loading Zope, please stand by ... done (1.744s)
/usr/lib/erp5/lib/python/Products/ZMailIn/__init__.py:25: DeprecationWarning: This will be removed in ZODB 3.6:
   use transaction.get() instead of get_transaction().
   transaction.commit() is a shortcut spelling of transaction.get().commit(),
   and transaction.abort() of transaction.get().abort().
  get_transaction().note('Added GlobalZMailInCatalog')
/usr/lib/erp5/lib/python/Products/ZMailIn/__init__.py:26: DeprecationWarning: This will be removed in ZODB 3.6:
   use transaction.get() instead of get_transaction().
   transaction.commit() is a shortcut spelling of transaction.get().commit(),
   and transaction.abort() of transaction.get().abort().
  get_transaction().commit()
/usr/lib/erp5/lib/python/Products/CMFMailIn/__init__.py:38: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: CMFMailIn
  product_name='CMFMailIn', icon='tool.gif',
/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/CMFActivity/ActivityTool.py:36: DeprecationWarning: The module, 'Products.CMFCore.CMFCorePermissions' is a deprecated compatiblity alias for 'Products.CMFCore.permissions';  please use the new module instead.
  from Products.CMFCore import CMFCorePermissions

Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 658, in setUpERP5Site
    create_activities=create_activities,
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 94, in manage_addERP5Site
    reindex=reindex)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1255, in create
    reindex=reindex, **kw)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1668, in setup
    self.setupTools(p, **kw)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1349, in setupTools
    addTool('ERP5 Memcached Tool', None)
  File "/usr/lib/erp5/lib/python/Products/CMFCore/utils.py", line 490, in manage_addTool
    self._setObject(obj.getId(), obj)
  File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 309, in _setObject
    object.manage_afterAdd(object, self)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/Tool/MemcachedTool.py", line 340, in failingMethod
    raise RuntimeError, 'MemcachedTool is disabled. You should ask the'\
RuntimeError: MemcachedTool is disabled. You should ask the server administrator to enable it by installing python-memcached.
Ran Unit test of Performance (installation failed)
EEEE
======================================================================
ERROR: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 390, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 658, in setUpERP5Site
    create_activities=create_activities,
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 94, in manage_addERP5Site
    reindex=reindex)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1255, in create
    reindex=reindex, **kw)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1668, in setup
    self.setupTools(p, **kw)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1349, in setupTools
    addTool('ERP5 Memcached Tool', None)
  File "/usr/lib/erp5/lib/python/Products/CMFCore/utils.py", line 490, in manage_addTool
    self._setObject(obj.getId(), obj)
  File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 309, in _setObject
    object.manage_afterAdd(object, self)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/Tool/MemcachedTool.py", line 340, in failingMethod
    raise RuntimeError, 'MemcachedTool is disabled. You should ask the'\
RuntimeError: MemcachedTool is disabled. You should ask the server administrator to enable it by installing python-memcached.

======================================================================
ERROR: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 390, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 609, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_46b1242f30d521c53e744f4886ef0be0 already failed, giving up

======================================================================
ERROR: test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 390, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 609, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_46b1242f30d521c53e744f4886ef0be0 already failed, giving up

======================================================================
ERROR: test_viewProxyField (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 390, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 609, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_46b1242f30d521c53e744f4886ef0be0 already failed, giving up

----------------------------------------------------------------------
Ran 4 tests in 0.597s

FAILED (errors=4)

SOFTWARE_HOME: /usr/lib/erp5/lib/python
INSTANCE_HOME: /home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test

Loading Zope, please stand by ... done (1.682s)
/usr/lib/erp5/lib/python/Products/ZMailIn/__init__.py:25: DeprecationWarning: This will be removed in ZODB 3.6:
   use transaction.get() instead of get_transaction().
   transaction.commit() is a shortcut spelling of transaction.get().commit(),
   and transaction.abort() of transaction.get().abort().
  get_transaction().note('Added GlobalZMailInCatalog')
/usr/lib/erp5/lib/python/Products/ZMailIn/__init__.py:26: DeprecationWarning: This will be removed in ZODB 3.6:
   use transaction.get() instead of get_transaction().
   transaction.commit() is a shortcut spelling of transaction.get().commit(),
   and transaction.abort() of transaction.get().abort().
  get_transaction().commit()
/usr/lib/erp5/lib/python/Products/CMFMailIn/__init__.py:38: DeprecationWarning: The product_name parameter of ToolInit is deprecated and will be ignored in CMF1.6: CMFMailIn
  product_name='CMFMailIn', icon='tool.gif',
/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/CMFActivity/ActivityTool.py:36: DeprecationWarning: The module, 'Products.CMFCore.CMFCorePermissions' is a deprecated compatiblity alias for 'Products.CMFCore.permissions';  please use the new module instead.
  from Products.CMFCore import CMFCorePermissions

Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 658, in setUpERP5Site
    create_activities=create_activities,
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 94, in manage_addERP5Site
    reindex=reindex)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1255, in create
    reindex=reindex, **kw)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1668, in setup
    self.setupTools(p, **kw)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1349, in setupTools
    addTool('ERP5 Memcached Tool', None)
  File "/usr/lib/erp5/lib/python/Products/CMFCore/utils.py", line 490, in manage_addTool
    self._setObject(obj.getId(), obj)
  File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 309, in _setObject
    object.manage_afterAdd(object, self)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/Tool/MemcachedTool.py", line 340, in failingMethod
    raise RuntimeError, 'MemcachedTool is disabled. You should ask the'\
RuntimeError: MemcachedTool is disabled. You should ask the server administrator to enable it by installing python-memcached.
Ran Unit test of Performance (installation failed)
EEEE
======================================================================
ERROR: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 390, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 658, in setUpERP5Site
    create_activities=create_activities,
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 94, in manage_addERP5Site
    reindex=reindex)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1255, in create
    reindex=reindex, **kw)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1668, in setup
    self.setupTools(p, **kw)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5/ERP5Site.py", line 1349, in setupTools
    addTool('ERP5 Memcached Tool', None)
  File "/usr/lib/erp5/lib/python/Products/CMFCore/utils.py", line 490, in manage_addTool
    self._setObject(obj.getId(), obj)
  File "/usr/lib/erp5/lib/python/OFS/ObjectManager.py", line 309, in _setObject
    object.manage_afterAdd(object, self)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/Tool/MemcachedTool.py", line 340, in failingMethod
    raise RuntimeError, 'MemcachedTool is disabled. You should ask the'\
RuntimeError: MemcachedTool is disabled. You should ask the server administrator to enable it by installing python-memcached.

======================================================================
ERROR: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 390, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 609, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_46b1242f30d521c53e744f4886ef0be0 already failed, giving up

======================================================================
ERROR: test_02_viewFooObjectWithManyLines (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 390, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 609, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_46b1242f30d521c53e744f4886ef0be0 already failed, giving up

======================================================================
ERROR: test_viewProxyField (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 86, in __call__
    self.setUp()
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 390, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/home/buildbot/slave/parts/bot_perf/full.PERF/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 609, in setUpERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_46b1242f30d521c53e744f4886ef0be0 already failed, giving up

----------------------------------------------------------------------
Ran 4 tests in 0.588s

FAILED (errors=4)


More information about the Erp5-report mailing list