[Erp5-report] ERP5_z28 r24673: 2275 Tests, 53 Errors, 8 Failures

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Nov 25 22:15:41 CET 2008


Test Suite: ERP5_z28
Revision: 24673
Result: FAIL

All tests: 2275
Failures: 8
Errors: 53


The following tests failed:

  testERP5Web                                        (1 errors)
   Make sure that getDocumentValueList works.

  testIngestion                                      (21 errors)
   test_03_TextDoc (testIngestion.TestIngestion)
   test_041_MetadataEditing (testIngestion.TestIngestion)
   test_04_MetadataExtraction (testIngestion.TestIngestion)
   test_05_FormatIngestionDrawing (testIngestion.TestIngestion)
   test_05_FormatIngestionImage (testIngestion.TestIngestion)
   test_05_FormatIngestionPDF (testIngestion.TestIngestion)
   test_05_FormatIngestionPresentation (testIngestion.TestIngestion)
   test_05_FormatIngestionSpreadSheet (testIngestion.TestIngestion)
   test_05_FormatIngestionText (testIngestion.TestIngestion)
   test_06_FormatGenerationDrawing (testIngestion.TestIngestion)
   test_06_FormatGenerationImage (testIngestion.TestIngestion)
   test_06_FormatGenerationPdf (testIngestion.TestIngestion)
   test_06_FormatGenerationPresentation (testIngestion.TestIngestion)
   test_06_FormatGenerationSpreadsheet (testIngestion.TestIngestion)
   test_06_FormatGenerationText (testIngestion.TestIngestion)
   test_07_SnapshotGeneration (testIngestion.TestIngestion)
   test_08_Cache (testIngestion.TestIngestion)
   test_09_Contribute (testIngestion.TestIngestion)
   test_10_MetadataSettingPreferenceOrder (testIngestion.TestIngestion)
   test_11_EmailIngestion (testIngestion.TestIngestion)
   test_12_UploadTextFromContributionTool (testIngestion.TestIngestion)

  testDms                                            (25 errors)
   test_02_RevisionSystem (testDms.TestDocument)
   test_02_RevisionSystem (testDms.TestDocument)
   test_03_Versioning (testDms.TestDocument)
   test_03_Versioning (testDms.TestDocument)
   test_04_VersioningWithLanguage (testDms.TestDocument)
   test_04_VersioningWithLanguage (testDms.TestDocument)
   test_05_getCreationDate (testDms.TestDocument)
   test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument)
   test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument)
   test_06_testExplicitRelations (testDms.TestDocument)
   test_06_testExplicitRelations (testDms.TestDocument)
   test_07_EmbeddedDocumentOfAClonedDocument (testDms.TestDocument)
   test_07_EmbeddedDocumentOfAClonedDocument (testDms.TestDocument)
   test_07_testImplicitRelations (testDms.TestDocument)
   test_07_testImplicitRelations (testDms.TestDocument)
   test_08_EmbeddedDocumentState (testDms.TestDocument)
   test_08_EmbeddedDocumentState (testDms.TestDocument)
   test_09_ScriptableKeys (testDms.TestDocument)
   test_Base_getConversionFormatItemList (testDms.TestDocument)
   test_Base_getConversionFormatItemList (testDms.TestDocument)
   test_Member_download_pdf_format (testDms.TestDocument)
   test_Member_download_pdf_format (testDms.TestDocument)
   test_Owner_Base_download (testDms.TestDocument)
   test_PDFTextContent (testDms.TestDocument)
   test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity)

  testOOoImport                                      (6 errors)
   test_Base_getCategoriesSpreadSheetMapping (testOOoImport.TestOOoImport)
   test_CategoryTool_importCategoryFile (testOOoImport.TestOOoImport)
   test_CategoryTool_importCategoryFileXLS (testOOoImport.TestOOoImport)
   test_CategoryTool_importCategoryFile_DuplicateIds (testOOoImport.TestOOoImport)
   test_CategoryTool_importCategoryFile_PathStars (testOOoImport.TestOOoImport)
   test_CategoryTool_importCategoryFile_PathStars_noID (testOOoImport.TestOOoImport)

  testOOoChart                                       (2 failures)
   test_ooo_chart (testOOoChart.TestOOoChart)
   test_proxy_ooo_chart (testOOoChart.TestOOoChart)

  testERP5Catalog                                    (5 failures)
   test_SearchedStringIsNotStripped (testERP5Catalog.TestERP5Catalog)
   test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog)
   test_complex_query (testERP5Catalog.TestERP5Catalog)
   test_multipleRelatedKeyDoMultipleJoins (testERP5Catalog.TestERP5Catalog)
   test_sortOnRelatedKeyWithUnsetRelation (testERP5Catalog.TestERP5Catalog)

  testCMFCategory                                    (1 failures)
   test_getSingleCategoryAcquiredMembershipListOnParent (testCMFCategory.TestCMFCategory)
-------------- next part --------------

ERROR: Make sure that getDocumentValueList works.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5/tests/testERP5Web.py", line 890, in test_15_getDocumentValueList
    sort_on=[('translated_portal_type', 'ascending')])
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5/Document/WebSection.py", line 257, in getDocumentValueList
    fallback_script_id='WebSection_getDocumentValueList')(**kw)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 3, in WebSection_getDocumentValueList
  File "/usr/lib/erp5/lib/python/AccessControl/ZopeGuards.py", line 341, in guarded_apply
    return builtin_guarded_apply(func, args, kws)
  File "/usr/lib/erp5/lib/python/AccessControl/ZopeGuards.py", line 363, in builtin_guarded_apply
    return func(*arglist, **argdict)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 68, in WebSection_getDocumentValueListBase
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/patches/DA.py", line 220, in DA__call__
    result=DB__.query(query, self.max_rows_)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ZMySQLDA/db.py", line 295, in query
    return self._access_db(method_id='query', args=args, kw=kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ZMySQLDA/db.py", line 286, in _access_db
    return getattr(db, method_id)(*args, **kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ZMySQLDA/db.py", line 421, in query
    c = self._query(qs)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ZMySQLDA/db.py", line 396, in _query
    raise OperationalError(m[0], '%s: %s' % (m[1], query))
OperationalError: (1054, 'Unknown column \'related_translation_0.translated_message\' in \'order clause\': SELECT\n  catalog.path AS path, catalog.uid AS uid, catalog.modification_date,\n  catalog.reference, catalog.int_index,  catalog.creation_date , catalog.title, \n  catalog.priority\nFROM\n  (\n    SELECT\n      catalog.uid, catalog.path, catalog.int_index, catalog.modification_date,\n      catalog.reference, my_versioning.language, my_versioning.version,\n      catalog.creation_date, catalog.title\n      , MAX(CONCAT(CASE my_versioning.language\n                                       WHEN  \'en\' THEN \'3\'\n                                       WHEN \'en\' THEN \'2\'\n                                       ELSE \'1\' END,\n                            my_versioning.version)) AS priority\n    FROM\n                catalog AS catalog,\n                translation AS related_translation_0,\n            versioning AS my_versioning\n    WHERE\n      my_versioning.uid = catalog.uid\n                AND (((catalog.security_uid IN (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)) OR (((((((catalog.viewable_owner = \'zope\'))))))))) AND (((((catalog.portal_type = \'Document\'))))) AND ((((((catalog.validation_state = \'released\')))) OR ((((catalog.validation_state = \'released_alive\')))) OR ((((catalog.validation_state = \'published\')))) OR ((((catalog.validation_state = \'published_alive\')))) OR ((((catalog.validation_state = \'shared\')))) OR ((((catalog.validation_state = \'shared_alive\')))) OR ((((catalog.validation_state = \'public\')))) OR ((((catalog.validation_state = \'validated\')))))) AND (related_translation_0.original_message = catalog.portal_type\n AND related_translation_0.message_context = "portal_type"\n AND related_translation_0.language = \'en\')\n            AND my_versioning.language = \'en\' \n    GROUP BY\n      catalog.uid\n    ORDER BY\n      priority DESC\n  ) AS catalog, versioning AS my_versioning\n     WHERE\n          catalog.uid = my_versioning.uid\n     GROUP BY\n       catalog.reference\n     HAVING \n         MAX(CONCAT(CASE my_versioning.language\n                                       WHEN  \'en\' THEN \'3\'\n                                       WHEN \'en\' THEN \'2\'\n                                       ELSE \'1\' END,\n                            my_versioning.version)) = catalog.priority\n  ORDER BY\n   related_translation_0.translated_message\n\n  LIMIT 1000')



ERROR: test_03_TextDoc (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 1048, in test_03_TextDoc
    self.playSequence(step_list, quiet)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 973, in playSequence
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 166, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 113, in play
    step.play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
      CheckEmptyState
      StraightUpload
      CheckConvertingState
    > Tic
      CheckConvertedState
      UploadFromViewForm
      CheckConvertingState
      Tic
      CheckConvertedState
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/Sequence.py", line 99, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 452, in stepTic
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_041_MetadataEditing (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_04_MetadataExtraction (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_05_FormatIngestionDrawing (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_05_FormatIngestionImage (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_05_FormatIngestionPDF (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_05_FormatIngestionPresentation (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_05_FormatIngestionSpreadSheet (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_05_FormatIngestionText (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_06_FormatGenerationDrawing (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_06_FormatGenerationImage (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_06_FormatGenerationPdf (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_06_FormatGenerationPresentation (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_06_FormatGenerationSpreadsheet (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_06_FormatGenerationText (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_07_SnapshotGeneration (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_08_Cache (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_09_Contribute (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_10_MetadataSettingPreferenceOrder (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_11_EmailIngestion (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_12_UploadTextFromContributionTool (testIngestion.TestIngestion)
----------------------------------------------------------------------
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/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 367, in setUp
    PortalTestCase.setUp(self)
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 108, in afterSetUp
    self.createDefaultCategoryList()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testIngestion.py", line 226, in createDefaultCategoryList
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_9123d6aaa7e1ac41fe394227d787a676/document_module/one', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_02_RevisionSystem (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 217, in test_02_RevisionSystem
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.ERP5Type.tests.ERP5TypeTestCase, line 986, in _exec
  Module Products.PythonScripts.PythonScript, line 324, in _exec
  Module None, line 9, in Document_convertToBaseFormatAndDiscoverMetadata
   - <PythonScript at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1>
   - Line 9
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_02_RevisionSystem (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.ERP5Type.tests.ERP5TypeTestCase, line 986, in _exec
  Module Products.PythonScripts.PythonScript, line 324, in _exec
  Module None, line 9, in Document_convertToBaseFormatAndDiscoverMetadata
   - <PythonScript at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1>
   - Line 9
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_03_Versioning (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 257, in test_03_Versioning
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.ERP5Type.tests.ERP5TypeTestCase, line 986, in _exec
  Module Products.PythonScripts.PythonScript, line 324, in _exec
  Module None, line 9, in Document_convertToBaseFormatAndDiscoverMetadata
   - <PythonScript at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1>
   - Line 9
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_03_Versioning (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.ERP5Type.tests.ERP5TypeTestCase, line 986, in _exec
  Module Products.PythonScripts.PythonScript, line 324, in _exec
  Module None, line 9, in Document_convertToBaseFormatAndDiscoverMetadata
   - <PythonScript at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1>
   - Line 9
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_04_VersioningWithLanguage (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 313, in test_04_VersioningWithLanguage
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.ERP5Type.tests.ERP5TypeTestCase, line 986, in _exec
  Module Products.PythonScripts.PythonScript, line 324, in _exec
  Module None, line 9, in Document_convertToBaseFormatAndDiscoverMetadata
   - <PythonScript at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1>
   - Line 9
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_04_VersioningWithLanguage (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.ERP5Type.tests.ERP5TypeTestCase, line 986, in _exec
  Module Products.PythonScripts.PythonScript, line 324, in _exec
  Module None, line 9, in Document_convertToBaseFormatAndDiscoverMetadata
   - <PythonScript at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1>
   - Line 9
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_05_getCreationDate (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.ERP5Type.tests.ERP5TypeTestCase, line 986, in _exec
  Module Products.PythonScripts.PythonScript, line 324, in _exec
  Module None, line 9, in Document_convertToBaseFormatAndDiscoverMetadata
   - <PythonScript at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1>
   - Line 9
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 654, in test_06_ProcessingStateOfAClonedDocument
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_06_testExplicitRelations (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 384, in test_06_testExplicitRelations
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_06_testExplicitRelations (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_07_EmbeddedDocumentOfAClonedDocument (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 684, in test_07_EmbeddedDocumentOfAClonedDocument
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_07_EmbeddedDocumentOfAClonedDocument (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_07_testImplicitRelations (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 486, in test_07_testImplicitRelations
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/7', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/9', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_07_testImplicitRelations (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/7', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/9', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_08_EmbeddedDocumentState (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 713, in test_08_EmbeddedDocumentState
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/7', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/9', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.ERP5Type.tests.ERP5TypeTestCase, line 986, in _exec
  Module Products.PythonScripts.PythonScript, line 324, in _exec
  Module None, line 9, in Document_convertToBaseFormatAndDiscoverMetadata
   - <PythonScript at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30>
   - Line 9
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_08_EmbeddedDocumentState (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/7', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/9', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.ERP5Type.tests.ERP5TypeTestCase, line 986, in _exec
  Module Products.PythonScripts.PythonScript, line 324, in _exec
  Module None, line 9, in Document_convertToBaseFormatAndDiscoverMetadata
   - <PythonScript at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30>
   - Line 9
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_09_ScriptableKeys (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/7', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/9', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.ERP5Type.tests.ERP5TypeTestCase, line 986, in _exec
  Module Products.PythonScripts.PythonScript, line 324, in _exec
  Module None, line 9, in Document_convertToBaseFormatAndDiscoverMetadata
   - <PythonScript at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30>
   - Line 9
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_Base_getConversionFormatItemList (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 621, in test_Base_getConversionFormatItemList
    self.assertTrue(('Microsoft Excel 97/2000/XP', 'xls') in
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 6, in Base_getConversionFormatItemList
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 282, in getTargetFormatItemList
    return cached_getTargetFormatItemList(self.getBaseContentType())
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/Cache.py", line 202, in __call__
    value = cache_factory(
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/Cache.py", line 109, in __call__
    value = callable_object(*args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 247, in cached_getTargetFormatItemList
    allowed_target_item_list = server_proxy.getAllowedTargetItemList(
  File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.4/xmlrpclib.py", line 1131, in request
    errcode, errmsg, headers = h.getreply()
  File "/usr/lib/python2.4/httplib.py", line 1137, in getreply
    response = self._conn.getresponse()
  File "/usr/lib/python2.4/httplib.py", line 866, in getresponse
    response.begin()
  File "/usr/lib/python2.4/httplib.py", line 336, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.4/httplib.py", line 294, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.4/socket.py", line 317, in readline
    data = recv(1)
timeout: timed out



ERROR: test_Base_getConversionFormatItemList (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/7', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/9', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.ERP5Type.tests.ERP5TypeTestCase, line 986, in _exec
  Module Products.PythonScripts.PythonScript, line 324, in _exec
  Module None, line 9, in Document_convertToBaseFormatAndDiscoverMetadata
   - <PythonScript at /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30>
   - Line 9
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_Member_download_pdf_format (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 591, in test_Member_download_pdf_format
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/7', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/9', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/31', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_Member_download_pdf_format (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/7', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/9', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/31', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_Owner_Base_download (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/7', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/9', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/31', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/32', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_PDFTextContent (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 111, in __call__
    self.tearDown()
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/base.py", line 102, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 135, in beforeTearDown
    self.clearDocumentModule()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 142, in clearDocumentModule
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/6', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/11', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/7', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/9', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/25', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/26', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/27', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/28', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/29', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/30', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/31', 'convertToBaseFormat', -2, 6), ('/erp5_portal_dc786bf6c20f8a0600f203dfb52d83ce/document_module/32', 'convertToBaseFormat', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testDms.py", line 797, in test_ShowPreviewAfterSubmitted
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 531, in tic
    raise RuntimeError,\
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_c825032ee827e6b713a4f34583106b7f/document_module/1', 'convertToBaseFormat', -2, 6), ('/erp5_portal_c825032ee827e6b713a4f34583106b7f/document_module/1', 'Document_convertToBaseFormatAndDiscoverMetadata', -2, 6)] 
Last error message:
timeout
timed out
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 281, in __call__
  Module Shared.DC.Scripts.Bindings, line 311, in __call__
  Module Shared.DC.Scripts.Bindings, line 348, in _bindAndExec
  Module Products.ERP5Type.tests.ERP5TypeTestCase, line 986, in _exec
  Module Products.PythonScripts.PythonScript, line 324, in _exec
  Module None, line 9, in Document_convertToBaseFormatAndDiscoverMetadata
   - <PythonScript at /erp5_portal_c825032ee827e6b713a4f34583106b7f/Document_convertToBaseFormatAndDiscoverMetadata used for /erp5_portal_c825032ee827e6b713a4f34583106b7f/document_module/1>
   - Line 9
  Module Products.ERP5.Document.Document, line 1327, in convertToBaseFormat
  Module Products.ERP5Type.Document.OOoDocument, line 527, in _convertToBaseFormat
  Module xmlrpclib, line 1096, in __call__
  Module xmlrpclib, line 1383, in __request
  Module xmlrpclib, line 1131, in request
  Module httplib, line 1137, in getreply
  Module httplib, line 866, in getresponse
  Module httplib, line 336, in begin
  Module httplib, line 294, in _read_status
  Module socket, line 317, in readline
timeout: timed out





ERROR: test_Base_getCategoriesSpreadSheetMapping (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testOOoImport.py", line 195, in test_Base_getCategoriesSpreadSheetMapping
    mapping = self.portal.Base_getCategoriesSpreadSheetMapping(
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 68, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5/Document/Document.py", line 1327, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 527, in _convertToBaseFormat
    enc(_unpackData(self.getData())))
  File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.4/xmlrpclib.py", line 1131, in request
    errcode, errmsg, headers = h.getreply()
  File "/usr/lib/python2.4/httplib.py", line 1137, in getreply
    response = self._conn.getresponse()
  File "/usr/lib/python2.4/httplib.py", line 866, in getresponse
    response.begin()
  File "/usr/lib/python2.4/httplib.py", line 336, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.4/httplib.py", line 294, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.4/socket.py", line 317, in readline
    data = recv(1)
timeout: timed out



ERROR: test_CategoryTool_importCategoryFile (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testOOoImport.py", line 223, in test_CategoryTool_importCategoryFile
    self.portal.portal_categories.CategoryTool_importCategoryFile(
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 43, in CategoryTool_importCategoryFile
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 68, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5/Document/Document.py", line 1327, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 527, in _convertToBaseFormat
    enc(_unpackData(self.getData())))
  File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.4/xmlrpclib.py", line 1131, in request
    errcode, errmsg, headers = h.getreply()
  File "/usr/lib/python2.4/httplib.py", line 1137, in getreply
    response = self._conn.getresponse()
  File "/usr/lib/python2.4/httplib.py", line 866, in getresponse
    response.begin()
  File "/usr/lib/python2.4/httplib.py", line 336, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.4/httplib.py", line 294, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.4/socket.py", line 317, in readline
    data = recv(1)
timeout: timed out



ERROR: test_CategoryTool_importCategoryFileXLS (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testOOoImport.py", line 240, in test_CategoryTool_importCategoryFileXLS
    self.portal.portal_categories.CategoryTool_importCategoryFile(
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 43, in CategoryTool_importCategoryFile
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 68, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5/Document/Document.py", line 1327, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 527, in _convertToBaseFormat
    enc(_unpackData(self.getData())))
  File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.4/xmlrpclib.py", line 1131, in request
    errcode, errmsg, headers = h.getreply()
  File "/usr/lib/python2.4/httplib.py", line 1137, in getreply
    response = self._conn.getresponse()
  File "/usr/lib/python2.4/httplib.py", line 866, in getresponse
    response.begin()
  File "/usr/lib/python2.4/httplib.py", line 336, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.4/httplib.py", line 294, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.4/socket.py", line 317, in readline
    data = recv(1)
timeout: timed out



ERROR: test_CategoryTool_importCategoryFile_DuplicateIds (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testOOoImport.py", line 295, in test_CategoryTool_importCategoryFile_DuplicateIds
    self.portal.portal_categories.CategoryTool_importCategoryFile(
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 43, in CategoryTool_importCategoryFile
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 68, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5/Document/Document.py", line 1327, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 527, in _convertToBaseFormat
    enc(_unpackData(self.getData())))
  File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.4/xmlrpclib.py", line 1131, in request
    errcode, errmsg, headers = h.getreply()
  File "/usr/lib/python2.4/httplib.py", line 1137, in getreply
    response = self._conn.getresponse()
  File "/usr/lib/python2.4/httplib.py", line 866, in getresponse
    response.begin()
  File "/usr/lib/python2.4/httplib.py", line 336, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.4/httplib.py", line 294, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.4/socket.py", line 317, in readline
    data = recv(1)
timeout: timed out



ERROR: test_CategoryTool_importCategoryFile_PathStars (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testOOoImport.py", line 257, in test_CategoryTool_importCategoryFile_PathStars
    self.portal.portal_categories.CategoryTool_importCategoryFile(
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 43, in CategoryTool_importCategoryFile
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 68, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5/Document/Document.py", line 1327, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 527, in _convertToBaseFormat
    enc(_unpackData(self.getData())))
  File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.4/xmlrpclib.py", line 1131, in request
    errcode, errmsg, headers = h.getreply()
  File "/usr/lib/python2.4/httplib.py", line 1137, in getreply
    response = self._conn.getresponse()
  File "/usr/lib/python2.4/httplib.py", line 866, in getresponse
    response.begin()
  File "/usr/lib/python2.4/httplib.py", line 336, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.4/httplib.py", line 294, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.4/socket.py", line 317, in readline
    data = recv(1)
timeout: timed out



ERROR: test_CategoryTool_importCategoryFile_PathStars_noID (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/tests/testOOoImport.py", line 275, in test_CategoryTool_importCategoryFile_PathStars_noID
    self.portal.portal_categories.CategoryTool_importCategoryFile(
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 43, in CategoryTool_importCategoryFile
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 311, in __call__
    return self._bindAndExec(args, kw, None)
  File "/usr/lib/erp5/lib/python/Shared/DC/Scripts/Bindings.py", line 348, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 986, in _exec
    return PythonScript_exec(self, *args)
  File "/usr/lib/erp5/lib/python/Products/PythonScripts/PythonScript.py", line 324, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 68, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5/Document/Document.py", line 1327, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5OOo/Document/OOoDocument.py", line 527, in _convertToBaseFormat
    enc(_unpackData(self.getData())))
  File "/usr/lib/python2.4/xmlrpclib.py", line 1096, in __call__
    return self.__send(self.__name, args)
  File "/usr/lib/python2.4/xmlrpclib.py", line 1383, in __request
    verbose=self.__verbose
  File "/usr/lib/python2.4/xmlrpclib.py", line 1131, in request
    errcode, errmsg, headers = h.getreply()
  File "/usr/lib/python2.4/httplib.py", line 1137, in getreply
    response = self._conn.getresponse()
  File "/usr/lib/python2.4/httplib.py", line 866, in getresponse
    response.begin()
  File "/usr/lib/python2.4/httplib.py", line 336, in begin
    version, status, reason = self._read_status()
  File "/usr/lib/python2.4/httplib.py", line 294, in _read_status
    line = self.fp.readline()
  File "/usr/lib/python2.4/socket.py", line 317, in readline
    data = recv(1)
timeout: timed out



FAIL: test_ooo_chart (testOOoChart.TestOOoChart)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Form/tests/testOOoChart.py", line 181, in test_ooo_chart
    self.assertEquals(HTTP_OK, response.getStatus(), '%s rendering failed: %s' % (image_format, response.getStatus()))
AssertionError: png rendering failed: 500



FAIL: test_proxy_ooo_chart (testOOoChart.TestOOoChart)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Form/tests/testOOoChart.py", line 274, in test_proxy_ooo_chart
    self.assertEquals(HTTP_OK, response.getStatus(), '%s rendering failed: %s' % (image_format, response.getStatus()))
AssertionError: png rendering failed: 500



FAIL: test_SearchedStringIsNotStripped (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2715, in test_SearchedStringIsNotStripped
    compareSet(' foo', [second_doc])
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2713, in compareSet
    self.assertSameSet(document_list, [x.getObject() for x in result])
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 546, in failIfDifferentSet
    self.failUnless(i in b, msg)
AssertionError: [<Organisation at /erp5_portal_87898169f8a6babfe15e14cbf4d59bab/organisation_module/86>] != [<Organisation at /erp5_portal_87898169f8a6babfe15e14cbf4d59bab/organisation_module/85>]



FAIL: test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 1974, in test_SubDocumentsWithAcquireLocalRoleSecurityIndexing
    self.assertSameSet([obj, ], [x.getObject() for x in result])
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 546, in failIfDifferentSet
    self.failUnless(i in b, msg)
AssertionError: [<Url at /erp5_portal_87898169f8a6babfe15e14cbf4d59bab/organisation_module/88/1>] != []



FAIL: test_complex_query (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2261, in test_complex_query
    self.assertEqual(len(catalog(query=query)), 3)
AssertionError: 2 != 3



FAIL: test_multipleRelatedKeyDoMultipleJoins (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2818, in test_multipleRelatedKeyDoMultipleJoins
    operator='AND'))
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2776, in check
    '%s:\nExpected: %r\nGot: %r' % (description,
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 546, in failIfDifferentSet
    self.failUnless(i in b, msg)
AssertionError: site_reference="foo" AND site_description="bar":
Expected: ['object_1', 'object_12', 'object_13', 'object_14', 'object_23']
Got: ['object_14', 'object_13', 'object_12', 'object_1']



FAIL: test_sortOnRelatedKeyWithUnsetRelation (testERP5Catalog.TestERP5Catalog)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/ERP5Catalog/tests/testERP5Catalog.py", line 2753, in test_sortOnRelatedKeyWithUnsetRelation
    len(person_module.searchFolder(sort_on=[('subordination_title', 'ascending')])))
AssertionError: 2 != 1



FAIL: test_getSingleCategoryAcquiredMembershipListOnParent (testCMFCategory.TestCMFCategory)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/lib/erp5/lib/python/Testing/ZopeTestCase/profiler.py", line 98, in __call__
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z28/build/unit_test/Products/CMFCategory/tests/testCMFCategory.py", line 973, in test_getSingleCategoryAcquiredMembershipListOnParent
    portal_type='Person Module'))
AssertionError: ['person_module'] != [<Folder at /erp5_portal_375fd2e06bb46325945c05a27d83aefb/person_module>]



More information about the Erp5-report mailing list