[Erp5-report] ERP5 r18566: 6 Tests, 6 Errors, 0 Failures

nobody at nexedi.com nobody at nexedi.com
Mon Dec 31 11:56:55 CET 2007


Date : 2007-12-31

Revision: 18566
Ran Unit test of Performance (installation failed)
Ran 2 tests in 16.953s
FAILED (errors=2)

Ran Unit test of Performance (installation failed)
Ran 2 tests in 16.917s
FAILED (errors=2)

Ran Unit test of Performance (installation failed)
Ran 2 tests in 16.956s
FAILED (errors=2)

-------------- next part --------------
SOFTWARE_HOME: /initrd/loopfs/usr/lib/zope/lib/python
INSTANCE_HOME: /mnt/erp5_cd/zope/unit_test
Loading Zope, please stand by ./usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
  DeprecationWarning)
../usr/lib/zope/lib/python/Products/CMFMailIn/__init__.py:16: 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 utils, CMFCorePermissions
 done (2.150s)

Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... Traceback (most recent call last):
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 598, in setupERP5Site
    create_activities=create_activities,
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 93, in manage_addERP5Site
    reindex=reindex)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1116, in create
    reindex=reindex, **kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1543, in setup
    self.setupERP5Core(p,**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1587, in setupERP5Core
    template_tool[id].install(**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/Base.py", line 211, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 4477, in install
    return self._install(**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 4408, in _install
    item.install(local_configuration, force=force, object_to_update=object_to_update, trashbin=trashbin)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 1212, in install
    ObjectTemplateItem.install(self, context, trashbin, **kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 687, in install
    container = portal.unrestrictedTraverse(container_path)
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/OFS/Traversable.py", line 185, in unrestrictedTraverse
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/OFS/ObjectManager.py", line 670, in __getitem__
KeyError: 'Alarm_viewLatestResult'
Ran Unit test of Performance (installation failed)
EE
======================================================================
ERROR: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 68, in __call__
    self.setUp()
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 353, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 598, in setupERP5Site
    create_activities=create_activities,
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 93, in manage_addERP5Site
    reindex=reindex)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1116, in create
    reindex=reindex, **kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1543, in setup
    self.setupERP5Core(p,**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1587, in setupERP5Core
    template_tool[id].install(**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/Base.py", line 211, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 4477, in install
    return self._install(**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 4408, in _install
    item.install(local_configuration, force=force, object_to_update=object_to_update, trashbin=trashbin)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 1212, in install
    ObjectTemplateItem.install(self, context, trashbin, **kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 687, in install
    container = portal.unrestrictedTraverse(container_path)
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/OFS/Traversable.py", line 185, in unrestrictedTraverse
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/OFS/ObjectManager.py", line 670, in __getitem__
KeyError: 'Alarm_viewLatestResult'

======================================================================
ERROR: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 68, in __call__
    self.setUp()
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 353, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 553, in setupERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_46b1242f30d521c53e744f4886ef0be0 already failed, giving up

----------------------------------------------------------------------
Ran 2 tests in 16.953s

FAILED (errors=2)
SOFTWARE_HOME: /initrd/loopfs/usr/lib/zope/lib/python
INSTANCE_HOME: /mnt/erp5_cd/zope/unit_test
Loading Zope, please stand by ./usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
  DeprecationWarning)
../usr/lib/zope/lib/python/Products/CMFMailIn/__init__.py:16: 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 utils, CMFCorePermissions
 done (1.665s)

Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... Traceback (most recent call last):
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 598, in setupERP5Site
    create_activities=create_activities,
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 93, in manage_addERP5Site
    reindex=reindex)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1116, in create
    reindex=reindex, **kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1543, in setup
    self.setupERP5Core(p,**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1587, in setupERP5Core
    template_tool[id].install(**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/Base.py", line 211, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 4477, in install
    return self._install(**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 4408, in _install
    item.install(local_configuration, force=force, object_to_update=object_to_update, trashbin=trashbin)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 1212, in install
    ObjectTemplateItem.install(self, context, trashbin, **kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 687, in install
    container = portal.unrestrictedTraverse(container_path)
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/OFS/Traversable.py", line 185, in unrestrictedTraverse
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/OFS/ObjectManager.py", line 670, in __getitem__
KeyError: 'Alarm_viewLatestResult'
Ran Unit test of Performance (installation failed)
EE
======================================================================
ERROR: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 68, in __call__
    self.setUp()
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 353, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 598, in setupERP5Site
    create_activities=create_activities,
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 93, in manage_addERP5Site
    reindex=reindex)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1116, in create
    reindex=reindex, **kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1543, in setup
    self.setupERP5Core(p,**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1587, in setupERP5Core
    template_tool[id].install(**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/Base.py", line 211, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 4477, in install
    return self._install(**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 4408, in _install
    item.install(local_configuration, force=force, object_to_update=object_to_update, trashbin=trashbin)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 1212, in install
    ObjectTemplateItem.install(self, context, trashbin, **kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 687, in install
    container = portal.unrestrictedTraverse(container_path)
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/OFS/Traversable.py", line 185, in unrestrictedTraverse
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/OFS/ObjectManager.py", line 670, in __getitem__
KeyError: 'Alarm_viewLatestResult'

======================================================================
ERROR: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 68, in __call__
    self.setUp()
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 353, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 553, in setupERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_46b1242f30d521c53e744f4886ef0be0 already failed, giving up

----------------------------------------------------------------------
Ran 2 tests in 16.917s

FAILED (errors=2)
SOFTWARE_HOME: /initrd/loopfs/usr/lib/zope/lib/python
INSTANCE_HOME: /mnt/erp5_cd/zope/unit_test
Loading Zope, please stand by ./usr/lib/python2.4/whrandom.py:38: DeprecationWarning: the whrandom module is deprecated; please use the random module
  DeprecationWarning)
../usr/lib/zope/lib/python/Products/CMFMailIn/__init__.py:16: 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 utils, CMFCorePermissions
 done (1.618s)

Adding ERP5TypeTestCase user ... 
Adding erp5_portal_46b1242f30d521c53e744f4886ef0be0 ERP5 Site ... Traceback (most recent call last):
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 598, in setupERP5Site
    create_activities=create_activities,
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 93, in manage_addERP5Site
    reindex=reindex)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1116, in create
    reindex=reindex, **kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1543, in setup
    self.setupERP5Core(p,**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1587, in setupERP5Core
    template_tool[id].install(**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/Base.py", line 211, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 4477, in install
    return self._install(**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 4408, in _install
    item.install(local_configuration, force=force, object_to_update=object_to_update, trashbin=trashbin)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 1212, in install
    ObjectTemplateItem.install(self, context, trashbin, **kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 687, in install
    container = portal.unrestrictedTraverse(container_path)
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/OFS/Traversable.py", line 185, in unrestrictedTraverse
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/OFS/ObjectManager.py", line 670, in __getitem__
KeyError: 'Alarm_viewLatestResult'
Ran Unit test of Performance (installation failed)
EE
======================================================================
ERROR: test_00_viewBarObject (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 68, in __call__
    self.setUp()
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 353, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 598, in setupERP5Site
    create_activities=create_activities,
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 93, in manage_addERP5Site
    reindex=reindex)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1116, in create
    reindex=reindex, **kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1543, in setup
    self.setupERP5Core(p,**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/ERP5Site.py", line 1587, in setupERP5Core
    template_tool[id].install(**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/Base.py", line 211, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 4477, in install
    return self._install(**kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 4408, in _install
    item.install(local_configuration, force=force, object_to_update=object_to_update, trashbin=trashbin)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 1212, in install
    ObjectTemplateItem.install(self, context, trashbin, **kw)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5/Document/BusinessTemplate.py", line 687, in install
    container = portal.unrestrictedTraverse(container_path)
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/OFS/Traversable.py", line 185, in unrestrictedTraverse
  File "/usr/lib/zope/./build/build-base/python-2.4/build-lib/OFS/ObjectManager.py", line 670, in __getitem__
KeyError: 'Alarm_viewLatestResult'

======================================================================
ERROR: test_01_viewBarModule (testPerformance.TestPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/zope/lib/python/Testing/ZopeTestCase/profiler.py", line 68, in __call__
    self.setUp()
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 353, in setUp
    erp5_catalog_storage=erp5_catalog_storage)
  File "/mnt/erp5_cd/zope/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 553, in setupERP5Site
    raise RuntimeError, 'Installation of %s already failed, giving up'\
RuntimeError: Installation of erp5_portal_46b1242f30d521c53e744f4886ef0be0 already failed, giving up

----------------------------------------------------------------------
Ran 2 tests in 16.956s

FAILED (errors=2)


More information about the Erp5-report mailing list