[Erp5-report] ERP5_z212 r39726 : 3845 Tests, 97 Errors, 62 Failures, 76 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Nov 1 23:32:14 CET 2010


Test Suite: ERP5_z212
Revision: 39726
Result: FAIL

All tests: 3845
Failures: 62
Errors: 97
Skips: 76


The following tests failed:

  testArchive                                        (1 failures)
   test_Archive (testArchive.TestArchive)

  testBase                                           (1 errors, 3 skips)
   test_Member_Base_download (testBase.TestBase)

  testCRM                                            (2 errors, 1 skips)
   test_MailAttachmentFile (testCRM.TestCRMMailSend)
   test_MailAttachmentFileWithoutDMS (testCRM.TestCRMMailSend)

  testClassTool                                      (2 failures)
   test_AsDocumentationHelperOnClassTool (testClassTool.TestClassTool)
   test_AsDocumentationHelperOnDocument (testClassTool.TestClassTool)

  testDms                                            (9 failures, 12 errors, 3 skips)
   test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument)
   test_07_EmbeddedDocumentOfAClonedDocument (testDms.TestDocument)
   test_08_NoImagesCreatedDuringHTMLConversion (testDms.TestDocument), Converting an ODT to html no longer creates Images embedded in the
   test_Base_createNewFile_empty (testDms.TestDocument)
   test_Base_getConversionFormatItemList (testDms.TestDocument)
   test_ContributeToExistingDocument (testDms.TestDocument)
   test_ContributeWithMergingToExistingDocument (testDms.TestDocument)
   test_HTML_to_ODT_conversion_keep_enconding (testDms.TestDocument), This test perform an PDF conversion of HTML content
   test_HTML_to_ODT_conversion_keep_related_image_list (testDms.TestDocument), This test create a Web Page and an Image.
   test_Text_conversion_to_base_format_no_original_format_access (testDms.TestDocument), Checks Document.OOoDocument
   test_convertToImageOnTraversal (testDms.TestDocument)
   test_01_LargeOOoDocumentToImageConversion (testDms.TestDocumentPerformance)
   test_07_testImplicitRelations (testDms.TestDocument)
   test_09_SearchableText (testDms.TestDocument)
   test_Base_createNewFile (testDms.TestDocument)
   test_Base_showFoundText (testDms.TestDocument)
   test_Member_download_pdf_format (testDms.TestDocument)
   test_getExtensibleContent (testDms.TestDocument)
   test_getTargetFormatItemList (testDms.TestDocument)
   test_DownloadableDocumentSize (testDms.TestDocumentWithSecurity), Check that once the document is converted and cached, its size is
   test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity)

  testDmsWithFlare                                   (8 failures, 11 errors, 3 skips)
   test_06_ProcessingStateOfAClonedDocument (testDmsWithFlare.TestDocumentWithFlare)
   test_07_EmbeddedDocumentOfAClonedDocument (testDmsWithFlare.TestDocumentWithFlare)
   test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithFlare.TestDocumentWithFlare), Converting an ODT to html no longer creates Images embedded in the
   test_Base_createNewFile_empty (testDmsWithFlare.TestDocumentWithFlare)
   test_Base_getConversionFormatItemList (testDmsWithFlare.TestDocumentWithFlare)
   test_ContributeToExistingDocument (testDmsWithFlare.TestDocumentWithFlare)
   test_ContributeWithMergingToExistingDocument (testDmsWithFlare.TestDocumentWithFlare)
   test_HTML_to_ODT_conversion_keep_enconding (testDmsWithFlare.TestDocumentWithFlare), This test perform an PDF conversion of HTML content
   test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithFlare.TestDocumentWithFlare), This test create a Web Page and an Image.
   test_Text_conversion_to_base_format_no_original_format_access (testDmsWithFlare.TestDocumentWithFlare), Checks Document.OOoDocument
   test_convertToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare)
   test_07_testImplicitRelations (testDmsWithFlare.TestDocumentWithFlare)
   test_09_SearchableText (testDmsWithFlare.TestDocumentWithFlare)
   test_Base_createNewFile (testDmsWithFlare.TestDocumentWithFlare)
   test_Base_showFoundText (testDmsWithFlare.TestDocumentWithFlare)
   test_Member_download_pdf_format (testDmsWithFlare.TestDocumentWithFlare)
   test_getExtensibleContent (testDmsWithFlare.TestDocumentWithFlare)
   test_getTargetFormatItemList (testDmsWithFlare.TestDocumentWithFlare)
   test_parallel_conversion (testDmsWithFlare.TestDocumentWithFlare), Check that conversion engine is able to fill in

  testDocumentationHelper                            (2 errors)
   test_02_BusinessTemplate (testDocumentationHelper.TestDocumentationHelper), Documentation of Business Template
   test_03_PortalType (testDocumentationHelper.TestDocumentationHelper), Documentation of Portal Type

  testERP5Core                                       (1 failures)
   test_view_tools (testERP5Core.TestERP5Core), Test we can view tools.

  testERP5DocumentSyncML                             (1 failures)
   test_08_MultiNodeConflict (testERP5DocumentSyncML.TestERP5DocumentSyncML)

  testERP5RemoteUserManager                          (13 errors)
   test_correct_login (testERP5RemoteUserManager.TestERP5RemoteUserManager), Checks typical login scenario
   test_incorrect_login (testERP5RemoteUserManager.TestERP5RemoteUserManager), Checks that incorrect login does not work
   test_incorrect_login_in_case_of_no_connection (testERP5RemoteUserManager.TestERP5RemoteUserManager), Checks that in case if there is no authentication server defined it is not possible to login
   test_loggable_in_case_of_server_gaierror (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.gaierror is raised login works from ZODB cache
   test_loggable_in_case_of_server_gaierror_normal_cache (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.gaierror is raised login works from usual cache
   test_loggable_in_case_of_server_raises_anythin_else_normal_cache (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if non socket is raised login works from usual cache
   test_loggable_in_case_of_server_socket_error (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.error is raised login works from ZODB cache
   test_loggable_in_case_of_server_socket_error_with_failed_login_between (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.sslerror is raised login works from ZODB cache, when wrong credentials was passed
   test_loggable_in_case_of_server_socket_sslerror (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.sslerror is raised login works from ZODB cache
   test_loggable_in_case_of_server_socket_timeout (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.timeout is raised login works from ZODB cache
   test_not_loggable_in_case_of_server_gaierror_no_log_before (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.gaierror is raised login does not work in case of empty ZODB cache
   test_not_loggable_in_case_of_server_raises_anything_else (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if non socket is raised login does not works
   test_wrong_login_clears_zodb_cache (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that wrong login attempt clears ZODB cache

  testERP5WebWithDms                                 (3 failures)
   test_06_Check_LastModified_Header (testERP5WebWithDms.TestERP5WebWithDms), Checks that Last-Modified header set by caching policy manager
   test_07_TestDocumentViewBehaviour (testERP5WebWithDms.TestERP5WebWithDms), All Documents shared the same downloading behaviour
   test_PreviewOOoDocumentWithEmbeddedImage (testERP5WebWithDms.TestERP5WebWithDms), Tests html preview of an OOo document with images as extensible content.

  testERP5eGov                                       (4 errors)
   test_01_new_procedure_creation (testERP5eGov.TestEgov)
   test_02_application_creation (testERP5eGov.TestEgov)
   test_03_submit_application (testERP5eGov.TestEgov)
   test_05_process_application (testERP5eGov.TestEgov)

  testFormPrintoutAsODT                              (1 errors, 1 skips)
   test_08_OOoConversion (testFormPrintoutAsODT.TestFormPrintoutAsODT), test ooo conversion

  testIngestion                                      (13 failures, 4 errors)
   test_05_FormatIngestionFile (testIngestion.TestIngestion)
   test_09_Contribute (testIngestion.TestIngestion)
   test_09_Contribute (testIngestion.TestIngestion)
   test_13_UploadTextFromContributionToolWithNonASCIIFilename (testIngestion.TestIngestion)
   test_03_TextDoc (testIngestion.TestIngestion)
   test_041_MetadataEditing (testIngestion.TestIngestion)
   test_05_FormatIngestionDrawing (testIngestion.TestIngestion)
   test_05_FormatIngestionPresentation (testIngestion.TestIngestion)
   test_05_FormatIngestionSpreadSheet (testIngestion.TestIngestion)
   test_05_FormatIngestionText (testIngestion.TestIngestion)
   test_06_FormatGenerationDrawing (testIngestion.TestIngestion)
   test_06_FormatGenerationPresentation (testIngestion.TestIngestion)
   test_06_FormatGenerationSpreadsheet (testIngestion.TestIngestion)
   test_06_FormatGenerationText (testIngestion.TestIngestion)
   test_10_MetadataSettingPreferenceOrder (testIngestion.TestIngestion)
   test_11_EmailIngestion (testIngestion.TestIngestion)
   test_12_UploadTextFromContributionTool (testIngestion.TestIngestion)

  testIngestionWithFlare                             (13 failures, 4 errors)
   test_05_FormatIngestionFile (testIngestionWithFlare.TestIngestionWithFlare)
   test_09_Contribute (testIngestionWithFlare.TestIngestionWithFlare)
   test_09_Contribute (testIngestionWithFlare.TestIngestionWithFlare)
   test_13_UploadTextFromContributionToolWithNonASCIIFilename (testIngestionWithFlare.TestIngestionWithFlare)
   test_03_TextDoc (testIngestionWithFlare.TestIngestionWithFlare)
   test_041_MetadataEditing (testIngestionWithFlare.TestIngestionWithFlare)
   test_05_FormatIngestionDrawing (testIngestionWithFlare.TestIngestionWithFlare)
   test_05_FormatIngestionPresentation (testIngestionWithFlare.TestIngestionWithFlare)
   test_05_FormatIngestionSpreadSheet (testIngestionWithFlare.TestIngestionWithFlare)
   test_05_FormatIngestionText (testIngestionWithFlare.TestIngestionWithFlare)
   test_06_FormatGenerationDrawing (testIngestionWithFlare.TestIngestionWithFlare)
   test_06_FormatGenerationPresentation (testIngestionWithFlare.TestIngestionWithFlare)
   test_06_FormatGenerationSpreadsheet (testIngestionWithFlare.TestIngestionWithFlare)
   test_06_FormatGenerationText (testIngestionWithFlare.TestIngestionWithFlare)
   test_10_MetadataSettingPreferenceOrder (testIngestionWithFlare.TestIngestionWithFlare)
   test_11_EmailIngestion (testIngestionWithFlare.TestIngestionWithFlare)
   test_12_UploadTextFromContributionTool (testIngestionWithFlare.TestIngestionWithFlare)

  testInvalidationBug                                (2 failures)
   testCommitOrder (testInvalidationBug.TestInvalidationBug), Check order of resources being committed
   testLateInvalidationFromZEO (testInvalidationBug.TestInvalidationBug)

  testLiveIngestion                                  (5 errors)
   test_01_contributeTextFileWithFilenamefromUrl (testLiveIngestion.TestIngestion)
   test_02_contributeTextFileWithExplicitExtensionfromUrl (testLiveIngestion.TestIngestion)
   test_03_textFileWithExplicitExtensionWithoutContentTypefromUrl (testLiveIngestion.TestIngestion)
   test_04_contributeTextFileWithFilenameAndRedirectionfromUrl (testLiveIngestion.TestIngestion)
   test_05_contributeTextFileWithoutFilenameButHTMLContentType (testLiveIngestion.TestIngestion)

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

  testOOoConversionCache                             (2 failures, 5 errors)
   test_02_VolatileCacheConversionOfTempObject (testOOoConversionCache.TestDocumentConversionCache)
   test_03_CacheConversionOfTempObjectIsNotMixed (testOOoConversionCache.TestDocumentConversionCache)
   test_05_checksum_conversion (testOOoConversionCache.TestDocumentConversionCache)
   test_07_check_cache_key_is_escaped (testOOoConversionCache.TestDocumentConversionCache)
   test_08_check_conversion_cache_with_portal_document_type_list (testOOoConversionCache.TestDocumentConversionCache), Check cache conversion for all Portal Document Types
   test_01_PersistentCacheConversion (testOOoConversionCache.TestDocumentConversionCache)
   test_04_PersistentCacheConversionWithFlare (testOOoConversionCache.TestDocumentConversionCache)

  testOOoImport                                      (25 errors)
   test_01_ImportFileLine (testOOoImport.TestOOoImport)
   test_02_ImportFileBlankLine (testOOoImport.TestOOoImport)
   test_03_ImportNoMapping (testOOoImport.TestOOoImport)
   test_04_ImportFileWithCategory (testOOoImport.TestOOoImport)
   test_05_ImportOrganisation (testOOoImport.TestOOoImport)
   test_06_AuthorImportFile (testOOoImport.TestOOoImport)
   test_07_ImportFileWithFreeText (testOOoImport.TestOOoImport)
   test_08_ImportFileWithAccentuatedText (testOOoImport.TestOOoImport)
   test_09_ImportXLSFile (testOOoImport.TestOOoImport)
   test_10_ImportFileWithDates (testOOoImport.TestOOoImport)
   test_11_ImportFloatAndPercentage (testOOoImport.TestOOoImport)
   test_12_ImportBigFile_1 (testOOoImport.TestOOoImport)
   test_Base_getCategoriesSpreadSheetMapping (testOOoImport.TestOOoImport)
   test_Base_getCategoriesSpreadSheetMapping_DuplicateIdsAtSameLevel (testOOoImport.TestOOoImport)
   test_Base_getCategoriesSpreadSheetMapping_Id_is_reserved_property_name (testOOoImport.TestOOoImport)
   test_Base_getCategoriesSpreadSheetMapping_MultiplePaths (testOOoImport.TestOOoImport)
   test_Base_getCategoriesSpreadSheetMapping_WrongHierarchy (testOOoImport.TestOOoImport)
   test_CategoryTool_importCategoryFile (testOOoImport.TestOOoImport)
   test_CategoryTool_importCategoryFileDeletionSupport (testOOoImport.TestOOoImport)
   test_CategoryTool_importCategoryFileExpirationSupport (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)
   test_CategoryTool_importCategoryFileExpirationSupport (testOOoImport.TestOOoImportWeb), Import category file with expiration request, and do it again to be

  testOpenOrder                                      (1 failures)
   testPeriodicityDateList (testOpenOrder.TestOpenOrder)

  testOrderBuilder                                   (1 failures)
   test_02_maxDelayResourceOrderBuilder (testOrderBuilder.TestOrderBuilder)

  testSimulationPerformance                          (1 failures)
   test_02_CheckPerformance (testSimulationPerformance.TestSimulationPerformance), Check the performance.

  testTemplateTool                                   (1 failures)
   testUpdateBT5FromRepository (testTemplateTool.TestTemplateTool), Test the list of bt5 returned for upgrade

  testTranslation                                    (7 errors)
   test_01_EnglishTranslation (testTranslation.TestWorkflowStateTitleTranslation)

  testXHTML                                          (1 failures, 1 errors)
   test_duplicatingSelectionNameInListbox (testXHTML.TestXHTML)
   test_erp5_web_Web_Site_WebSite_view (testXHTML.TestXHTML)

The following tests were at least partly skipped:

  testBase                                           (3 skips)
   test_NonIndexable (testBase.TestBase), check if a document is not indexed where we set isIndexable=0 in the same transaction of newContent(). ... skipped 'isIndexable is not designed to work like tested here, this test       must be rewritten once we know how to handle correctly templates'
   test_NonIndexable2 (testBase.TestBase), check if a document is not indexed where we call edit() and set isIndexable=0 after it is already indexed. ... skipped 'isIndexable is not designed to work like tested here, this test       must be rewritten once we know how to handle correctly templates'
   test_NonIndexable3 (testBase.TestBase), check if a document is not indexed where we set isIndexable=0 and call edit() after it is already indexed. ... skipped 'isIndexable is not designed to work like tested here, this test       must be rewritten once we know how to handle correctly templates'

  testBusinessTemplate                               (3 skips)

  testCRM                                            (1 skips)

  testDms                                            (3 skips)

  testDmsWithFlare                                   (3 skips)

  testDynamicClassGeneration                         (16 skips)
   testAddAcquiredPropertyToZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testAddCategoryPropertyToZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testAddDynamicCategoryPropertyToZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testAddStandardPropertyToZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testAssignUnassignZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testCategoryExistenceConstraint (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testChangeAcquiredPropertyOfZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testChangeCategoryPropertyOfZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testChangeDynamicCategoryPropertyOfZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testChangeStandardPropertyOfZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testDeleteAcquiredPropertyFromZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testDeleteCategoryPropertyFromZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testDeleteDynamicCategoryPropertyFromZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testDeleteStandardPropertyFromZodbPropertySheet (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'
   testPropertyExistenceConstraint (testDynamicClassGeneration.TestZodbPropertySheet) ... skipped 'ZODB Property Sheets code is not enabled yet'

  testERP5Base                                       (1 skips)

  testERP5Catalog                                    (4 skips)
   test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5'
   test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5'
   test_sortOnRelatedKeyWithUnsetRelation (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5'

  testERP5Discussion                                 (1 skips)

  testERP5Interfaces                                 (13 skips)

  testERP5Simulation                                 (5 skips)

  testERP5Type                                       (1 skips)

  testERP5TypeInterfaces                             (1 skips)

  testERP5Web                                        (2 skips)

  testFormPrintoutAsODT                              (1 skips)
   test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft'

  testInventoryAPI                                   (2 skips)

  testMRP                                            (4 skips)
   test_TransformationRule_expand_concurrent (testMRP.TestMRPImplementation) ... skipped 'Unfinished experimental feature'
   test_TransformationRule_expand_reexpand (testMRP.TestMRPImplementation) ... skipped 'Unfinished experimental feature'
   test_TransformationRule_getHeadProductionPathList (testMRP.TestMRPImplementation) ... skipped 'Unfinished experimental feature'
   test_TransformationSourcingRule_expand (testMRP.TestMRPImplementation) ... skipped 'Unfinished experimental feature'

  testProxyField                                     (1 skips)

  testSQLCachedWorklist                              (1 skips)
   test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5'

  testSelectionTool                                  (7 skips)
   skipped 'Test to be written'
   testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written'
   testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written'
   skipped 'Test to be written'
   testDeleteGlobalSelection (testSelectionTool.TestSelectionToolMemcachedStorage) ... skipped 'To be decided if implementation is required'
   testPage (testSelectionTool.TestSelectionToolMemcachedStorage) ... skipped 'Test to be written'
   testView (testSelectionTool.TestSelectionToolMemcachedStorage) ... skipped 'Test to be written'

  testTaskReportDivergence                           (1 skips)

  testTemplate                                       (1 skips)

  testWebDavSupport                                  (1 skips)
-------------- next part --------------

FAIL: test_Archive (testArchive.TestArchive)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Catalog/tests/testArchive.py", line 271, in test_Archive
    self.checkRelativeUrlInSQLPathList(path_list, connection_id=self.archive_connection_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Catalog/tests/testArchive.py", line 110, in checkRelativeUrlInSQLPathList
    self.failUnless(path in path_list)
AssertionError


ERROR: test_Member_Base_download (testBase.TestBase)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testBase.py", line 1088, in test_Member_Base_download
    f._edit(content_type='text/plain', file=DummyFile(__file__))
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 238, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 106, in _edit
    self._setFile(file, precondition=precondition)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 253, in __call__
    wf[wf_id].notifySuccess(instance, transition_list, result, args=args, kw=kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/InteractionWorkflow.py", line 302, in notifySuccess
    script(sci)  # May throw an exception
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 4, in updateContentMd5
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/cached_convertable.py", line 239, in updateContentMd5
    mime, data = self.convert(None)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 270, in _convert
    + [item[0] for item in temp_odb.getTargetFormatItemList()]
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 236, in getTargetFormatItemList
    return cached_getTargetFormatItemList(self.getBaseContentType())
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 267, in __call__
    *args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 164, in __call__
    value = callable_object(*args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 219, in cached_getTargetFormatItemList
    response_code, response_message))
ConversionError: OOoDocument: can not get list of allowed acceptable formats for conversion: 501 ()


ERROR: test_MailAttachmentFile (testCRM.TestCRMMailSend)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testCRM.py", line 1084, in test_MailAttachmentFile
    self.portal.document_module, 'File')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testCRM.py", line 1079, in add_document
    document.edit(file=f, reference=filename)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 238, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 106, in _edit
    self._setFile(file, precondition=precondition)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 253, in __call__
    wf[wf_id].notifySuccess(instance, transition_list, result, args=args, kw=kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/InteractionWorkflow.py", line 302, in notifySuccess
    script(sci)  # May throw an exception
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 4, in updateContentMd5
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/cached_convertable.py", line 239, in updateContentMd5
    mime, data = self.convert(None)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 270, in _convert
    + [item[0] for item in temp_odb.getTargetFormatItemList()]
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 236, in getTargetFormatItemList
    return cached_getTargetFormatItemList(self.getBaseContentType())
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 267, in __call__
    *args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 164, in __call__
    value = callable_object(*args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 219, in cached_getTargetFormatItemList
    response_code, response_message))
ConversionError: OOoDocument: can not get list of allowed acceptable formats for conversion: 501 ()


ERROR: test_MailAttachmentFileWithoutDMS (testCRM.TestCRMMailSend)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testCRM.py", line 1292, in test_MailAttachmentFileWithoutDMS
    self.portal.person_module['me'], 'File')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testCRM.py", line 1287, in add_document
    document.edit(file=f, reference=filename)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 238, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 106, in _edit
    self._setFile(file, precondition=precondition)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 253, in __call__
    wf[wf_id].notifySuccess(instance, transition_list, result, args=args, kw=kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/InteractionWorkflow.py", line 302, in notifySuccess
    script(sci)  # May throw an exception
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 4, in updateContentMd5
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/cached_convertable.py", line 239, in updateContentMd5
    mime, data = self.convert(None)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 270, in _convert
    + [item[0] for item in temp_odb.getTargetFormatItemList()]
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 236, in getTargetFormatItemList
    return cached_getTargetFormatItemList(self.getBaseContentType())
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 267, in __call__
    *args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 164, in __call__
    value = callable_object(*args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 219, in cached_getTargetFormatItemList
    response_code, response_message))
ConversionError: OOoDocument: can not get list of allowed acceptable formats for conversion: 501 ()


FAIL: test_AsDocumentationHelperOnClassTool (testClassTool.TestClassTool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/testClassTool.py", line 102, in test_AsDocumentationHelperOnClassTool
    self.assertNotEquals([], class_doc_helper.getStaticPropertyList())
AssertionError: [] == []


FAIL: test_AsDocumentationHelperOnDocument (testClassTool.TestClassTool)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/testClassTool.py", line 91, in test_AsDocumentationHelperOnDocument
    self.failUnless('Base' in doc_helper.getInheritanceList())
AssertionError


ERROR: test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 691, in test_06_ProcessingStateOfAClonedDocument
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ProcessingNodeTestCase.py", line 162, in tic
    raise RuntimeError(error_message)
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_604c822695152714e5fc9d07b159c4bb/document_module/14', 'convertToBaseFormat', -2, 5)]
Last error message:
ConversionError
OOoDocument: Error converting document to base format 501::
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 303, in __call__
  Module Products.ERP5.mixin.base_convertable, line 62, in convertToBaseFormat
  Module Products.ERP5OOo.Document.OOoDocument, line 463, in _convertToBaseFormat
ConversionError: OOoDocument: Error converting document to base format 501::



ERROR: test_07_EmbeddedDocumentOfAClonedDocument (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 734, in test_07_EmbeddedDocumentOfAClonedDocument
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ProcessingNodeTestCase.py", line 162, in tic
    raise RuntimeError(error_message)
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_604c822695152714e5fc9d07b159c4bb/document_module/29', 'convertToBaseFormat', -2, 5)]
Last error message:
ConversionError
OOoDocument: Error converting document to base format 501::
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 303, in __call__
  Module Products.ERP5.mixin.base_convertable, line 62, in convertToBaseFormat
  Module Products.ERP5OOo.Document.OOoDocument, line 463, in _convertToBaseFormat
ConversionError: OOoDocument: Error converting document to base format 501::



ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDms.TestDocument), Converting an ODT to html no longer creates Images embedded in the
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 749, in test_08_NoImagesCreatedDuringHTMLConversion
    document.convert(format='html')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 291, in _convert
    raise NotConvertedError()
NotConvertedError


ERROR: test_Base_createNewFile_empty (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1387, in test_Base_createNewFile_empty
    file=empty_file_upload)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 52, in Base_contribute
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/AccessControl/ZopeGuards.py", line 358, in guarded_apply
    return builtin_guarded_apply(func, args, kws)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/AccessControl/ZopeGuards.py", line 380, in builtin_guarded_apply
    return func(*arglist, **argdict)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Tool/ContributionTool.py", line 268, in newContent
    document._edit(**kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 238, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 106, in _edit
    self._setFile(file, precondition=precondition)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 253, in __call__
    wf[wf_id].notifySuccess(instance, transition_list, result, args=args, kw=kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/InteractionWorkflow.py", line 302, in notifySuccess
    script(sci)  # May throw an exception
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 4, in updateContentMd5
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/cached_convertable.py", line 239, in updateContentMd5
    mime, data = self.convert(None)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 270, in _convert
    + [item[0] for item in temp_odb.getTargetFormatItemList()]
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 236, in getTargetFormatItemList
    return cached_getTargetFormatItemList(self.getBaseContentType())
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 267, in __call__
    *args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 164, in __call__
    value = callable_object(*args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 219, in cached_getTargetFormatItemList
    response_code, response_message))
ConversionError: OOoDocument: can not get list of allowed acceptable formats for conversion: 501 ()


ERROR: test_Base_getConversionFormatItemList (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 662, in test_Base_getConversionFormatItemList
    'application/vnd.oasis.opendocument.spreadsheet'))
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 6, in Base_getConversionFormatItemList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 236, in getTargetFormatItemList
    return cached_getTargetFormatItemList(self.getBaseContentType())
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 267, in __call__
    *args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 164, in __call__
    value = callable_object(*args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 219, in cached_getTargetFormatItemList
    response_code, response_message))
ConversionError: OOoDocument: can not get list of allowed acceptable formats for conversion: 501 ()


ERROR: test_ContributeToExistingDocument (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 2164, in test_ContributeToExistingDocument
    document = self.portal.Base_contribute(**kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 62, in Base_contribute
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_ContributeWithMergingToExistingDocument (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 2186, in test_ContributeWithMergingToExistingDocument
    document = self.portal.Base_contribute(**kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 62, in Base_contribute
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_HTML_to_ODT_conversion_keep_enconding (testDms.TestDocument), This test perform an PDF conversion of HTML content
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1415, in test_HTML_to_ODT_conversion_keep_enconding
    mime_type, pdf_data = web_page.convert('pdf')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/TextDocument.py", line 157, in _convert
    encoding=charset)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/TransformEngine.py", line 229, in convertToData
    context, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/TransformEngine.py", line 187, in convertTo
    result = transform.convert(orig, data, context=context, usedby=usedby, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/chain.py", line 47, in convert
    data = transform.convert(orig, data, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/Transform.py", line 188, in convert
    return self._v_transform.convert(*args, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/transforms/html_to_odt.py", line 47, in convert
    doc = OOOdCommandTransform(context, filename, orig, self.inputs[0])
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/transforms/oood_commandtransform.py", line 77, in __init__
    tmp_ooo.convertToBaseFormat()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_HTML_to_ODT_conversion_keep_related_image_list (testDms.TestDocument), This test create a Web Page and an Image.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1454, in test_HTML_to_ODT_conversion_keep_related_image_list
    mime_type, odt_archive = web_page.convert('odt')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/TextDocument.py", line 157, in _convert
    encoding=charset)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/TransformEngine.py", line 229, in convertToData
    context, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/TransformEngine.py", line 187, in convertTo
    result = transform.convert(orig, data, context=context, usedby=usedby, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/Transform.py", line 188, in convert
    return self._v_transform.convert(*args, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/transforms/html_to_odt.py", line 47, in convert
    doc = OOOdCommandTransform(context, filename, orig, self.inputs[0])
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/transforms/oood_commandtransform.py", line 77, in __init__
    tmp_ooo.convertToBaseFormat()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDms.TestDocument), Checks Document.OOoDocument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1836, in test_Text_conversion_to_base_format_no_original_format_access
    'TEST-en-002.odt'
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1816, in _test_document_conversion_to_base_format_no_original_format_access
    dummy = document.convert(format='text')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 291, in _convert
    raise NotConvertedError()
NotConvertedError


ERROR: test_convertToImageOnTraversal (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 2023, in test_convertToImageOnTraversal
    ooo_document_image_size, ooo_document_file_size = getURLSizeList(ooo_document_url, **convert_kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 2005, in getURLSizeList
    identify_output.split()[2].split('x')))
IndexError: list index out of range


ERROR: test_01_LargeOOoDocumentToImageConversion (testDms.TestDocumentPerformance)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 2346, in test_01_LargeOOoDocumentToImageConversion
    ooo_document.convert(format='png')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 291, in _convert
    raise NotConvertedError()
NotConvertedError


FAIL: test_07_testImplicitRelations (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 522, in test_07_testImplicitRelations
    sqlresult_to_document_list(document1.getImplicitPredecessorValueList()))
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 769, in failIfDifferentSet
    self.assertEquals(set(a), set(b), msg)
AssertionError: [<Text at /erp5_portal_604c822695152714e5fc9d07b159c4bb/document_module/34>, <Text at /erp5_portal_604c822695152714e5fc9d07b159c4bb/document_module/35>, <Text at /erp5_portal_604c822695152714e5fc9d07b159c4bb/document_module/36>, <Text at /erp5_portal_604c822695152714e5fc9d07b159c4bb/document_module/37>] != []


FAIL: test_09_SearchableText (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 800, in test_09_SearchableText
    getAdvancedSearchTextResultList('ScriptableKey'))
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 769, in failIfDifferentSet
    self.assertEquals(set(a), set(b), msg)
AssertionError: [<File at /erp5_portal_604c822695152714e5fc9d07b159c4bb/document_module/39>] != []


FAIL: test_Base_createNewFile (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1362, in test_Base_createNewFile
    self.assertEquals('converted', document.getExternalProcessingState())
AssertionError: 'converted' != 'conversion_failed'


FAIL: test_Base_showFoundText (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1321, in test_Base_showFoundText
    self.assertEquals('converted', document.getExternalProcessingState())
AssertionError: 'converted' != 'conversion_failed'


FAIL: test_Member_download_pdf_format (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 626, in test_Member_download_pdf_format
    self.assertEquals('application/pdf', response.getHeader('content-type'))
AssertionError: 'application/pdf' != 'text/html; charset=utf-8'


FAIL: test_getExtensibleContent (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1860, in test_getExtensibleContent
    self.assertEquals('converted', document.getExternalProcessingState())
AssertionError: 'converted' != 'conversion_failed'


FAIL: test_getTargetFormatItemList (testDms.TestDocument)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1948, in test_getTargetFormatItemList
    self.assertTrue('odg' in presentation.getTargetFormatList())
AssertionError


FAIL: test_DownloadableDocumentSize (testDms.TestDocumentWithSecurity), Check that once the document is converted and cached, its size is
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 2267, in test_DownloadableDocumentSize
    self.assertEquals(text_document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 2248, in test_ShowPreviewAfterSubmitted
    self.assert_('I use reference to look up TEST' in preview_html)
AssertionError


ERROR: test_06_ProcessingStateOfAClonedDocument (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 691, in test_06_ProcessingStateOfAClonedDocument
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ProcessingNodeTestCase.py", line 162, in tic
    raise RuntimeError(error_message)
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_efe675ffc6dff92eecfb7dac1e0cc9a6/document_module/14', 'convertToBaseFormat', -2, 5)]
Last error message:
ConversionError
OOoDocument: Error converting document to base format 501::
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 303, in __call__
  Module Products.ERP5.mixin.base_convertable, line 62, in convertToBaseFormat
  Module Products.ERP5OOo.Document.OOoDocument, line 463, in _convertToBaseFormat
ConversionError: OOoDocument: Error converting document to base format 501::



ERROR: test_07_EmbeddedDocumentOfAClonedDocument (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 734, in test_07_EmbeddedDocumentOfAClonedDocument
    self.tic()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ProcessingNodeTestCase.py", line 162, in tic
    raise RuntimeError(error_message)
RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_efe675ffc6dff92eecfb7dac1e0cc9a6/document_module/29', 'convertToBaseFormat', -2, 5)]
Last error message:
ConversionError
OOoDocument: Error converting document to base format 501::
Traceback (innermost last):
  Module Products.CMFActivity.ActivityTool, line 303, in __call__
  Module Products.ERP5.mixin.base_convertable, line 62, in convertToBaseFormat
  Module Products.ERP5OOo.Document.OOoDocument, line 463, in _convertToBaseFormat
ConversionError: OOoDocument: Error converting document to base format 501::



ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithFlare.TestDocumentWithFlare), Converting an ODT to html no longer creates Images embedded in the
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 749, in test_08_NoImagesCreatedDuringHTMLConversion
    document.convert(format='html')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 291, in _convert
    raise NotConvertedError()
NotConvertedError


ERROR: test_Base_createNewFile_empty (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1387, in test_Base_createNewFile_empty
    file=empty_file_upload)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 52, in Base_contribute
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/AccessControl/ZopeGuards.py", line 358, in guarded_apply
    return builtin_guarded_apply(func, args, kws)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/AccessControl/ZopeGuards.py", line 380, in builtin_guarded_apply
    return func(*arglist, **argdict)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Tool/ContributionTool.py", line 268, in newContent
    document._edit(**kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 238, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 106, in _edit
    self._setFile(file, precondition=precondition)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 253, in __call__
    wf[wf_id].notifySuccess(instance, transition_list, result, args=args, kw=kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/InteractionWorkflow.py", line 302, in notifySuccess
    script(sci)  # May throw an exception
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 4, in updateContentMd5
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/cached_convertable.py", line 239, in updateContentMd5
    mime, data = self.convert(None)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 270, in _convert
    + [item[0] for item in temp_odb.getTargetFormatItemList()]
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 236, in getTargetFormatItemList
    return cached_getTargetFormatItemList(self.getBaseContentType())
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 267, in __call__
    *args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 164, in __call__
    value = callable_object(*args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 219, in cached_getTargetFormatItemList
    response_code, response_message))
ConversionError: OOoDocument: can not get list of allowed acceptable formats for conversion: 501 ()


ERROR: test_Base_getConversionFormatItemList (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 662, in test_Base_getConversionFormatItemList
    'application/vnd.oasis.opendocument.spreadsheet'))
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 6, in Base_getConversionFormatItemList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 236, in getTargetFormatItemList
    return cached_getTargetFormatItemList(self.getBaseContentType())
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 267, in __call__
    *args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 164, in __call__
    value = callable_object(*args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 219, in cached_getTargetFormatItemList
    response_code, response_message))
ConversionError: OOoDocument: can not get list of allowed acceptable formats for conversion: 501 ()


ERROR: test_ContributeToExistingDocument (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 2164, in test_ContributeToExistingDocument
    document = self.portal.Base_contribute(**kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 62, in Base_contribute
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_ContributeWithMergingToExistingDocument (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 2186, in test_ContributeWithMergingToExistingDocument
    document = self.portal.Base_contribute(**kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 62, in Base_contribute
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_HTML_to_ODT_conversion_keep_enconding (testDmsWithFlare.TestDocumentWithFlare), This test perform an PDF conversion of HTML content
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1415, in test_HTML_to_ODT_conversion_keep_enconding
    mime_type, pdf_data = web_page.convert('pdf')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/TextDocument.py", line 157, in _convert
    encoding=charset)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/TransformEngine.py", line 229, in convertToData
    context, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/TransformEngine.py", line 187, in convertTo
    result = transform.convert(orig, data, context=context, usedby=usedby, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/chain.py", line 47, in convert
    data = transform.convert(orig, data, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/Transform.py", line 188, in convert
    return self._v_transform.convert(*args, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/transforms/html_to_odt.py", line 47, in convert
    doc = OOOdCommandTransform(context, filename, orig, self.inputs[0])
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/transforms/oood_commandtransform.py", line 77, in __init__
    tmp_ooo.convertToBaseFormat()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithFlare.TestDocumentWithFlare), This test create a Web Page and an Image.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1454, in test_HTML_to_ODT_conversion_keep_related_image_list
    mime_type, odt_archive = web_page.convert('odt')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/TextDocument.py", line 157, in _convert
    encoding=charset)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/TransformEngine.py", line 229, in convertToData
    context, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/TransformEngine.py", line 187, in convertTo
    result = transform.convert(orig, data, context=context, usedby=usedby, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/PortalTransforms/Transform.py", line 188, in convert
    return self._v_transform.convert(*args, **kwargs)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/transforms/html_to_odt.py", line 47, in convert
    doc = OOOdCommandTransform(context, filename, orig, self.inputs[0])
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/transforms/oood_commandtransform.py", line 77, in __init__
    tmp_ooo.convertToBaseFormat()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDmsWithFlare.TestDocumentWithFlare), Checks Document.OOoDocument
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1836, in test_Text_conversion_to_base_format_no_original_format_access
    'TEST-en-002.odt'
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1816, in _test_document_conversion_to_base_format_no_original_format_access
    dummy = document.convert(format='text')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 291, in _convert
    raise NotConvertedError()
NotConvertedError


ERROR: test_convertToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 2023, in test_convertToImageOnTraversal
    ooo_document_image_size, ooo_document_file_size = getURLSizeList(ooo_document_url, **convert_kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 2005, in getURLSizeList
    identify_output.split()[2].split('x')))
IndexError: list index out of range


FAIL: test_07_testImplicitRelations (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 522, in test_07_testImplicitRelations
    sqlresult_to_document_list(document1.getImplicitPredecessorValueList()))
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 769, in failIfDifferentSet
    self.assertEquals(set(a), set(b), msg)
AssertionError: [<Text at /erp5_portal_efe675ffc6dff92eecfb7dac1e0cc9a6/document_module/34>, <Text at /erp5_portal_efe675ffc6dff92eecfb7dac1e0cc9a6/document_module/35>, <Text at /erp5_portal_efe675ffc6dff92eecfb7dac1e0cc9a6/document_module/36>, <Text at /erp5_portal_efe675ffc6dff92eecfb7dac1e0cc9a6/document_module/37>] != []


FAIL: test_09_SearchableText (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 800, in test_09_SearchableText
    getAdvancedSearchTextResultList('ScriptableKey'))
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 769, in failIfDifferentSet
    self.assertEquals(set(a), set(b), msg)
AssertionError: [<File at /erp5_portal_efe675ffc6dff92eecfb7dac1e0cc9a6/document_module/39>] != []


FAIL: test_Base_createNewFile (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1362, in test_Base_createNewFile
    self.assertEquals('converted', document.getExternalProcessingState())
AssertionError: 'converted' != 'conversion_failed'


FAIL: test_Base_showFoundText (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1321, in test_Base_showFoundText
    self.assertEquals('converted', document.getExternalProcessingState())
AssertionError: 'converted' != 'conversion_failed'


FAIL: test_Member_download_pdf_format (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 626, in test_Member_download_pdf_format
    self.assertEquals('application/pdf', response.getHeader('content-type'))
AssertionError: 'application/pdf' != 'text/html; charset=utf-8'


FAIL: test_getExtensibleContent (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1860, in test_getExtensibleContent
    self.assertEquals('converted', document.getExternalProcessingState())
AssertionError: 'converted' != 'conversion_failed'


FAIL: test_getTargetFormatItemList (testDmsWithFlare.TestDocumentWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1948, in test_getTargetFormatItemList
    self.assertTrue('odg' in presentation.getTargetFormatList())
AssertionError


FAIL: test_parallel_conversion (testDmsWithFlare.TestDocumentWithFlare), Check that conversion engine is able to fill in
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testDms.py", line 1729, in test_parallel_conversion
    self.assertEquals(result_list, [])
AssertionError: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41] != []


ERROR: test_02_BusinessTemplate (testDocumentationHelper.TestDocumentationHelper), Documentation of Business Template
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/testDocumentationHelper.py", line 90, in test_02_BusinessTemplate
    self.portal.portal_classes.DocumentationHelper_viewReport()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Form/Form.py", line 649, in __call__
    return pt.pt_render(extra_context=extra_context)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PageTemplates/ZopePageTemplate.py", line 432, in pt_render
    result = PageTemplate.pt_render(self, source, extra_context)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PageTemplates/PageTemplate.py", line 80, in pt_render
    showtal=showtal)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 852, in do_condition
    self.interpret(block)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 821, in do_loop_tal
    self.interpret(block)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PageTemplates/ZRPythonExpr.py", line 49, in __call__
    return eval(self._code, vars, {})
  File "PythonExpr", line 1, in <expression>
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/Formulator/Field.py", line 269, in render
    editable=editable,
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/Formulator/Field.py", line 205, in _render_helper
    render_prefix=render_prefix)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Form/ProxyField.py", line 83, in __call__
    return proxied_method(field, *args, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Form/ReportBox.py", line 58, in render_view
    return self.render(field, key, value, REQUEST)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Form/ReportBox.py", line 71, in render
    return report_method()
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 98, in DocumentationHelper_getDocumentationSectionList
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 35, in DocumentationHelper_getDocumentationSectionListParams
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/DocumentationHelper/ClassMethodDocumentationHelper.py", line 52, in getDescription
    return self.getDocumentedObject().__doc__
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/DocumentationHelper/DocumentationHelper.py", line 215, in getDocumentedObject
    raise NotImplementedError
NotImplementedError


ERROR: test_03_PortalType (testDocumentationHelper.TestDocumentationHelper), Documentation of Portal Type
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/testDocumentationHelper.py", line 109, in test_03_PortalType
    self.portal.portal_classes.DocumentationHelper_viewReport()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Form/Form.py", line 649, in __call__
    return pt.pt_render(extra_context=extra_context)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PageTemplates/ZopePageTemplate.py", line 432, in pt_render
    result = PageTemplate.pt_render(self, source, extra_context)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PageTemplates/PageTemplate.py", line 80, in pt_render
    showtal=showtal)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.pagetemplate-3.5.2-py2.6.egg/zope/pagetemplate/pagetemplate.py", line 113, in pt_render
    strictinsert=0, sourceAnnotations=sourceAnnotations)()
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 271, in __call__
    self.interpret(self.program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 888, in do_useMacro
    self.interpret(macro)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 954, in do_defineSlot
    self.interpret(block)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 946, in do_defineSlot
    self.interpret(slot)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 852, in do_condition
    self.interpret(block)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 821, in do_loop_tal
    self.interpret(block)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 533, in do_optTag_tal
    self.do_optTag(stuff)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 518, in do_optTag
    return self.no_tag(start, program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 513, in no_tag
    self.interpret(program)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 343, in interpret
    handlers[opcode](self, args)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tal-3.5.2-py2.6.egg/zope/tal/talinterpreter.py", line 583, in do_setLocal_tal
    self.engine.setLocal(name, self.engine.evaluateValue(expr))
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/zope.tales-3.4.0-py2.6.egg/zope/tales/tales.py", line 696, in evaluate
    return expression(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PageTemplates/ZRPythonExpr.py", line 49, in __call__
    return eval(self._code, vars, {})
  File "PythonExpr", line 1, in <expression>
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/Formulator/Field.py", line 269, in render
    editable=editable,
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/Formulator/Field.py", line 205, in _render_helper
    render_prefix=render_prefix)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Form/ProxyField.py", line 83, in __call__
    return proxied_method(field, *args, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Form/ReportBox.py", line 58, in render_view
    return self.render(field, key, value, REQUEST)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Form/ReportBox.py", line 71, in render
    return report_method()
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 98, in DocumentationHelper_getDocumentationSectionList
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 35, in DocumentationHelper_getDocumentationSectionListParams
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/DocumentationHelper/ClassMethodDocumentationHelper.py", line 52, in getDescription
    return self.getDocumentedObject().__doc__
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/DocumentationHelper/DocumentationHelper.py", line 215, in getDocumentedObject
    raise NotImplementedError
NotImplementedError


FAIL: test_view_tools (testERP5Core.TestERP5Core), Test we can view tools.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testERP5Core.py", line 304, in test_view_tools
    "%s: %s" % (tool, response.getStatus()))
AssertionError: portal_categories: 503


FAIL: test_08_MultiNodeConflict (testERP5DocumentSyncML.TestERP5DocumentSyncML)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5SyncML/tests/testERP5DocumentSyncML.py", line 913, in test_08_MultiNodeConflict
    self.assertEqual(len(conflict_list), 9)
AssertionError: 8 != 9


ERROR: test_correct_login (testERP5RemoteUserManager.TestERP5RemoteUserManager), Checks typical login scenario
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 168, in run
    self.tearDown()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 985, in tearDown
    PortalTestCase.tearDown(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/base.py", line 103, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 134, in beforeTearDown
    transaction.commit()
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/transaction-1.0.0-py2.6.egg/transaction/_manager.py", line 93, in commit
    return self.get().commit()
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/transaction-1.0.0-py2.6.egg/transaction/_transaction.py", line 322, in commit
    self._commitResources()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/TIDStorage/transaction_transaction.py", line 232, in _commitResources
    result = original__commitResources(self, *args, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/transaction-1.0.0-py2.6.egg/transaction/_transaction.py", line 416, in _commitResources
    rm.commit(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/ZODB3-3.9.7-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 566, in commit
    self._commit(transaction)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/ZODB3-3.9.7-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 614, in _commit
    self._store_objects(ObjectWriter(obj), transaction)
  File "/home/buildbot/slave/full.ERP5_z212/build/eggs/ZODB3-3.9.7-py2.6-linux-x86_64.egg/ZODB/Connection.py", line 666, in _store_objects
    s = self._storage.store(oid, serial, p, '', transaction)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/patches/DemoStorage.py", line 51, in store
    oid=oid, serials=(old, serial), data=data)
ConflictError: database conflict error (oid 0x1a9d9da238c9a815, class BTrees.OOBTree.OOBTree, serial this txn started with 0x0389f357d09104ee 2010-11-01 19:35:48.882769, serial currently committed 0x0389f357d2c42400 2010-11-01 19:35:49.398322)


ERROR: test_incorrect_login (testERP5RemoteUserManager.TestERP5RemoteUserManager), Checks that incorrect login does not work
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 120, in afterSetUp
    self.setUpRemoteUserManager()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 108, in setUpRemoteUserManager
    addERP5RemoteUserManager(acl_users, self.erp5_remote_manager_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/PAS/ERP5RemoteUserManager.py", line 43, in addERP5RemoteUserManager
    dispatcher._setObject(eum.getId(), eum)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products.PluggableAuthService/Products/PluggableAuthService/PluggableAuthService.py", line 426, in _setObject
    Folder._setObject( self, id, object, roles, user, set_owner )
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 332, in _setObject
    v = self._checkId(id)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 116, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)
BadRequest: The id "erp5_remote_user_manager" is invalid - it is already in use.


ERROR: test_incorrect_login_in_case_of_no_connection (testERP5RemoteUserManager.TestERP5RemoteUserManager), Checks that in case if there is no authentication server defined it is not possible to login
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 120, in afterSetUp
    self.setUpRemoteUserManager()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 108, in setUpRemoteUserManager
    addERP5RemoteUserManager(acl_users, self.erp5_remote_manager_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/PAS/ERP5RemoteUserManager.py", line 43, in addERP5RemoteUserManager
    dispatcher._setObject(eum.getId(), eum)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products.PluggableAuthService/Products/PluggableAuthService/PluggableAuthService.py", line 426, in _setObject
    Folder._setObject( self, id, object, roles, user, set_owner )
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 332, in _setObject
    v = self._checkId(id)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 116, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)
BadRequest: The id "erp5_remote_user_manager" is invalid - it is already in use.


ERROR: test_loggable_in_case_of_server_gaierror (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.gaierror is raised login works from ZODB cache
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 120, in afterSetUp
    self.setUpRemoteUserManager()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 108, in setUpRemoteUserManager
    addERP5RemoteUserManager(acl_users, self.erp5_remote_manager_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/PAS/ERP5RemoteUserManager.py", line 43, in addERP5RemoteUserManager
    dispatcher._setObject(eum.getId(), eum)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products.PluggableAuthService/Products/PluggableAuthService/PluggableAuthService.py", line 426, in _setObject
    Folder._setObject( self, id, object, roles, user, set_owner )
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 332, in _setObject
    v = self._checkId(id)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 116, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)
BadRequest: The id "erp5_remote_user_manager" is invalid - it is already in use.


ERROR: test_loggable_in_case_of_server_gaierror_normal_cache (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.gaierror is raised login works from usual cache
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 120, in afterSetUp
    self.setUpRemoteUserManager()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 108, in setUpRemoteUserManager
    addERP5RemoteUserManager(acl_users, self.erp5_remote_manager_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/PAS/ERP5RemoteUserManager.py", line 43, in addERP5RemoteUserManager
    dispatcher._setObject(eum.getId(), eum)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products.PluggableAuthService/Products/PluggableAuthService/PluggableAuthService.py", line 426, in _setObject
    Folder._setObject( self, id, object, roles, user, set_owner )
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 332, in _setObject
    v = self._checkId(id)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 116, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)
BadRequest: The id "erp5_remote_user_manager" is invalid - it is already in use.


ERROR: test_loggable_in_case_of_server_raises_anythin_else_normal_cache (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if non socket is raised login works from usual cache
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 120, in afterSetUp
    self.setUpRemoteUserManager()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 108, in setUpRemoteUserManager
    addERP5RemoteUserManager(acl_users, self.erp5_remote_manager_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/PAS/ERP5RemoteUserManager.py", line 43, in addERP5RemoteUserManager
    dispatcher._setObject(eum.getId(), eum)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products.PluggableAuthService/Products/PluggableAuthService/PluggableAuthService.py", line 426, in _setObject
    Folder._setObject( self, id, object, roles, user, set_owner )
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 332, in _setObject
    v = self._checkId(id)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 116, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)
BadRequest: The id "erp5_remote_user_manager" is invalid - it is already in use.


ERROR: test_loggable_in_case_of_server_socket_error (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.error is raised login works from ZODB cache
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 120, in afterSetUp
    self.setUpRemoteUserManager()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 108, in setUpRemoteUserManager
    addERP5RemoteUserManager(acl_users, self.erp5_remote_manager_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/PAS/ERP5RemoteUserManager.py", line 43, in addERP5RemoteUserManager
    dispatcher._setObject(eum.getId(), eum)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products.PluggableAuthService/Products/PluggableAuthService/PluggableAuthService.py", line 426, in _setObject
    Folder._setObject( self, id, object, roles, user, set_owner )
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 332, in _setObject
    v = self._checkId(id)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 116, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)
BadRequest: The id "erp5_remote_user_manager" is invalid - it is already in use.


ERROR: test_loggable_in_case_of_server_socket_error_with_failed_login_between (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.sslerror is raised login works from ZODB cache, when wrong credentials was passed
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 120, in afterSetUp
    self.setUpRemoteUserManager()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 108, in setUpRemoteUserManager
    addERP5RemoteUserManager(acl_users, self.erp5_remote_manager_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/PAS/ERP5RemoteUserManager.py", line 43, in addERP5RemoteUserManager
    dispatcher._setObject(eum.getId(), eum)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products.PluggableAuthService/Products/PluggableAuthService/PluggableAuthService.py", line 426, in _setObject
    Folder._setObject( self, id, object, roles, user, set_owner )
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 332, in _setObject
    v = self._checkId(id)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 116, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)
BadRequest: The id "erp5_remote_user_manager" is invalid - it is already in use.


ERROR: test_loggable_in_case_of_server_socket_sslerror (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.sslerror is raised login works from ZODB cache
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 120, in afterSetUp
    self.setUpRemoteUserManager()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 108, in setUpRemoteUserManager
    addERP5RemoteUserManager(acl_users, self.erp5_remote_manager_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/PAS/ERP5RemoteUserManager.py", line 43, in addERP5RemoteUserManager
    dispatcher._setObject(eum.getId(), eum)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products.PluggableAuthService/Products/PluggableAuthService/PluggableAuthService.py", line 426, in _setObject
    Folder._setObject( self, id, object, roles, user, set_owner )
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 332, in _setObject
    v = self._checkId(id)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 116, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)
BadRequest: The id "erp5_remote_user_manager" is invalid - it is already in use.


ERROR: test_loggable_in_case_of_server_socket_timeout (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.timeout is raised login works from ZODB cache
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 120, in afterSetUp
    self.setUpRemoteUserManager()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 108, in setUpRemoteUserManager
    addERP5RemoteUserManager(acl_users, self.erp5_remote_manager_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/PAS/ERP5RemoteUserManager.py", line 43, in addERP5RemoteUserManager
    dispatcher._setObject(eum.getId(), eum)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products.PluggableAuthService/Products/PluggableAuthService/PluggableAuthService.py", line 426, in _setObject
    Folder._setObject( self, id, object, roles, user, set_owner )
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 332, in _setObject
    v = self._checkId(id)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 116, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)
BadRequest: The id "erp5_remote_user_manager" is invalid - it is already in use.


ERROR: test_not_loggable_in_case_of_server_gaierror_no_log_before (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if socket.gaierror is raised login does not work in case of empty ZODB cache
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 120, in afterSetUp
    self.setUpRemoteUserManager()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 108, in setUpRemoteUserManager
    addERP5RemoteUserManager(acl_users, self.erp5_remote_manager_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/PAS/ERP5RemoteUserManager.py", line 43, in addERP5RemoteUserManager
    dispatcher._setObject(eum.getId(), eum)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products.PluggableAuthService/Products/PluggableAuthService/PluggableAuthService.py", line 426, in _setObject
    Folder._setObject( self, id, object, roles, user, set_owner )
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 332, in _setObject
    v = self._checkId(id)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 116, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)
BadRequest: The id "erp5_remote_user_manager" is invalid - it is already in use.


ERROR: test_not_loggable_in_case_of_server_raises_anything_else (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that in case if non socket is raised login does not works
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 120, in afterSetUp
    self.setUpRemoteUserManager()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 108, in setUpRemoteUserManager
    addERP5RemoteUserManager(acl_users, self.erp5_remote_manager_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/PAS/ERP5RemoteUserManager.py", line 43, in addERP5RemoteUserManager
    dispatcher._setObject(eum.getId(), eum)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products.PluggableAuthService/Products/PluggableAuthService/PluggableAuthService.py", line 426, in _setObject
    Folder._setObject( self, id, object, roles, user, set_owner )
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 332, in _setObject
    v = self._checkId(id)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 116, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)
BadRequest: The id "erp5_remote_user_manager" is invalid - it is already in use.


ERROR: test_wrong_login_clears_zodb_cache (testERP5RemoteUserManager.TestERP5RemoteUserManager), Check that wrong login attempt clears ZODB cache
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 120, in afterSetUp
    self.setUpRemoteUserManager()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/tests/testERP5RemoteUserManager.py", line 108, in setUpRemoteUserManager
    addERP5RemoteUserManager(acl_users, self.erp5_remote_manager_id)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Wizard/PAS/ERP5RemoteUserManager.py", line 43, in addERP5RemoteUserManager
    dispatcher._setObject(eum.getId(), eum)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products.PluggableAuthService/Products/PluggableAuthService/PluggableAuthService.py", line 426, in _setObject
    Folder._setObject( self, id, object, roles, user, set_owner )
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 332, in _setObject
    v = self._checkId(id)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/OFS/ObjectManager.py", line 116, in checkValidId
    'The id "%s" is invalid - it is already in use.' % id)
BadRequest: The id "erp5_remote_user_manager" is invalid - it is already in use.


FAIL: test_06_Check_LastModified_Header (testERP5WebWithDms.TestERP5WebWithDms), Checks that Last-Modified header set by caching policy manager
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testERP5WebWithDms.py", line 464, in test_06_Check_LastModified_Header
    self.assertEquals(response.getHeader('Content-Type'), 'image/png')
AssertionError: 'text/html; charset=utf-8' != 'image/png'


FAIL: test_07_TestDocumentViewBehaviour (testERP5WebWithDms.TestERP5WebWithDms), All Documents shared the same downloading behaviour
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testERP5WebWithDms.py", line 527, in test_07_TestDocumentViewBehaviour
    self.assertEquals(response.getHeader('content-type'), 'application/pdf')
AssertionError: 'text/html; charset=utf-8' != 'application/pdf'


FAIL: test_PreviewOOoDocumentWithEmbeddedImage (testERP5WebWithDms.TestERP5WebWithDms), Tests html preview of an OOo document with images as extensible content.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testERP5WebWithDms.py", line 597, in test_PreviewOOoDocumentWithEmbeddedImage
    self.assertTrue('<img' in html, html)
AssertionError: 
    
      
    
      
    
  
      <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
      <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
        <head>
          <base href="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/document_module/4/" />
          <meta name="generator" content="ERP5 - Copyright (C) 2001 - 2008. All rights reserved." />
          <meta name="description"
                content="ERP5 Free Open Source ERP and CRM" />
          <meta name="keywords" content="" />
          <meta name="robots" content="index, follow" />
          <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
          <meta http-equiv="Content-Script-Type" content="text/javascript" />
          <meta http-equiv="Content-Style-Type" content="text/css" />
          <title>ERP5 | ERP5</title>
          
            <link type="text/css" rel="stylesheet"
                  href="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/erp5.css" />
          
          
            <link type="text/css" rel="stylesheet"
                  href="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/erp5_listbox.css" />
          
          
          
          
            <script type="text/javascript"
                    src="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/MochiKit/MochiKit.js"></script>
          
          
            <script type="text/javascript"
                    src="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/erp5.js"></script>
          
          
            <script type="text/javascript"
                    src="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/erp5_xhtml_appearance.js"></script>
          
          <link rel="icon" type="image/x-icon"
                href="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/favicon.ico" />
          <link rel="shortcut icon" type="image/x-icon"
                href="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/favicon.ico" />
          
            <!-- this is a placeholder for different extensions to head which could be required by web themes -->
          
        </head>
        <body>
          <form id="main_form" class="main_form"
                onsubmit="changed=false; return true"
                action="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/document_module/4"
                method="post">
            <fieldset id="hidden_fieldset" class="hidden_fieldset">
              
              
    <input type="hidden" name="cancel_url" value="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/document_module/4/view" />
  
            </fieldset>
            
              <div id="bars" class="bars">
                <div id="main_bar" class="main_bar">
  
    <span class="first">
      <span id="favourites" class="favourites">
        <select name="select_favorite"
                onchange="submitAction(this.form,'Base_doFavorite')">
          <option selected="selected" value="">My Favourites</option>
          
            <option disabled="disabled">-- Others --</option>
            
          
          
            
            
              
              <option value="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/portal_templates/view">Manage Business Templates</option>
            
          
          
            
            
              
              <option value="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/portal_categories/view">Configure Categories</option>
            
          
          
            
            
              
              <option value="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/ERP5Site_viewCreateModuleDialog">Create Module</option>
            
          
          
            
            
              
              <option value="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/portal_types/view">Configure Portal Types</option>
            
          
          
            
            
              
              <option value="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/portal_property_sheets/view">Configure Property Sheets</option>
            
          
          
            
            
              
              <option value="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/undo_form">Undo</option>
            
          
          
            <option disabled="disabled">-- User --</option>
            <option value="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/personalize_form">Preferences</option>
            <option value="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/logout">Log out</option>
          
        </select>
        <button type="submit" name="Base_doFavorite:method"
                title="Select Favourite">
          <span class="image"></span>
          <span class="description">Select Favourite</span>
        </button>
      </span>
      <span class="separator"><!--separator--></span>
      <span id="modules" class="modules">
        <select name="select_module"
                onchange="submitAction(this.form,'Base_doModule')">
          <option selected="selected" value="">Modules</option>
          <option value="/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/currency_module">Currencies</option>
          <option value="/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/document_ingestion_module">Document Ingestion Messages</option>
          <option value="/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/document_module">Documents</option>
          <option value="/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/external_source_module">External Sources</option>
          <option value="/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/image_module">Images</option>
          <option value="/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/notification_message_module">Notification Messages</option>
          <option value="/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/organisation_module">Organisations</option>
          <option value="/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/person_module">Persons</option>
          <option value="/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/query_module">Queries</option>
          <option value="/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/web_page_module">Web Pages</option>
          <option value="/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/web_site_module">Web Sites</option>
        </select>
        <button type="submit" name="Base_doModule:method"
                title="Select Module">
          <span class="image"></span>
          <span class="description">Select Module</span>
        </button>
      </span>
    </span>
    <span class="second">
      <span id="language" class="language">
        <select name="select_language"
                onchange="submitAction(this.form,'Base_doLanguage')">
          <option value="">My Language</option>
          
          <option value="bg">Bulgarian</option>
          
          
          <option value="de">German</option>
          
          
          <option selected="selected" value="en">English</option>
          
          
          <option value="fr">French</option>
          
        </select>
        <button type="submit" name="Base_doLanguage:method"
                title="Select Language">
          <span class="image"></span>
          <span class="description">Select Language</span>
        </button>
      </span>
      <span class="separator"><!--separator--></span>
      <span id="search" class="search">
        <input type="hidden" name="all_languages" value="1" />
        <input class="quick_search_field" accesskey="4"
               type="text" name="field_your_search_text"
               value="Search"
               onfocus="if (this.value=='Search') this.value=''"
               onkeypress="submitFormOnEnter(event, this.form, 'ERP5Site_viewQuickSearchResultList');" />
        <button type="submit"
                name="ERP5Site_viewQuickSearchResultList:method"
                title="Search">
          <span class="image"></span>
          <span class="description">Search</span>
        </button>
      </span>
    </span>
    <p class="clear"></p>
  

</div>
                <div id="context_bar" class="context_bar">
                  
          
        
                </div>
              </div>
              <div id="status" class="status">
                <div id="breadcrumb" class="breadcrumb">
                  
    
      <a href="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/view">ERP5</a>
      /
    
    
      <a href="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/document_module/view">Documents</a>
      /
    
    
      <a href="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/document_module/4/view">tiolive-ERP5.Freedom.TioLive</a>
      /
    
  
                </div>
                <div id="logged_in_as" class="logged_in_as">
                  
                    <span class="logged_txt">Logged In as :</span>
                    ERP5TypeTestCase
                  
                </div>
                <p class="clear"></p>
                
                <div id="transition_message"
                     class="transition_message"></div>
                
              </div>
              <div id="master" class="master">
                
          


<div>
  <h2>Site Error</h2>

  <p>An error was encountered while publishing this
   resource.</p>

  <p>
    <strong>Error Type:
      NotConvertedError
    </strong>
    <br />
    <strong>Error Value:
      
    </strong>
    <br />
  </p>

  <hr noshade="noshade" />

  <p>Troubleshooting Suggestions</p>

  <ul>
  
  <li>The URL may be incorrect.</li>
  <li>The parameters passed to this resource may be
    incorrect.</li>
  <li>A resource that this resource relies on may be
    encountering an error.</li>
  </ul>

  <p>For more detailed information about the error, please
  refer to the error log.
  </p>

  <p>If the error persists please contact the site
    maintainer. Thank you for your patience.
  </p>

</div>

<div>
  <hr noshade="noshade" />
  <a href="http://localhost.localdomain:55492/erp5_portal_85ed0de8c197c40df4ed5b1c9b1791de/error_log/showEntry?id=1288577455.360.982993228204">
    Show Error Log Entry
  </a>
</div>

        
              </div>
            
          </form>
        </body>
      </html>
    
  
    
  



ERROR: test_01_new_procedure_creation (testERP5eGov.TestEgov)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testERP5eGov.py", line 152, in afterSetUp
    self.portal.EGov_setUpInstance()
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/ExternalMethod/ExternalMethod.py", line 241, in __call__
    return f(self.aq_parent.this(), *args, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/unit_test/Extensions/SetUpEGovInstance.py", line 161, in setUpInstance
    message_list.append(setUpEGovSecurityManager(self))
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/unit_test/Extensions/SetUpEGovInstance.py", line 109, in setUpEGovSecurityManager
    erp5security_dispatcher.addEGOVUserManager('egov_users')
AttributeError: addEGOVUserManager


ERROR: test_02_application_creation (testERP5eGov.TestEgov)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testERP5eGov.py", line 152, in afterSetUp
    self.portal.EGov_setUpInstance()
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/ExternalMethod/ExternalMethod.py", line 241, in __call__
    return f(self.aq_parent.this(), *args, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/unit_test/Extensions/SetUpEGovInstance.py", line 161, in setUpInstance
    message_list.append(setUpEGovSecurityManager(self))
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/unit_test/Extensions/SetUpEGovInstance.py", line 109, in setUpEGovSecurityManager
    erp5security_dispatcher.addEGOVUserManager('egov_users')
AttributeError: addEGOVUserManager


ERROR: test_03_submit_application (testERP5eGov.TestEgov)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testERP5eGov.py", line 152, in afterSetUp
    self.portal.EGov_setUpInstance()
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/ExternalMethod/ExternalMethod.py", line 241, in __call__
    return f(self.aq_parent.this(), *args, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/unit_test/Extensions/SetUpEGovInstance.py", line 161, in setUpInstance
    message_list.append(setUpEGovSecurityManager(self))
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/unit_test/Extensions/SetUpEGovInstance.py", line 109, in setUpEGovSecurityManager
    erp5security_dispatcher.addEGOVUserManager('egov_users')
AttributeError: addEGOVUserManager


ERROR: test_05_process_application (testERP5eGov.TestEgov)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 540, in setUp
    PortalTestCase.setUp(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/PortalTestCase.py", line 62, in setUp
    self.afterSetUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testERP5eGov.py", line 152, in afterSetUp
    self.portal.EGov_setUpInstance()
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/ExternalMethod/ExternalMethod.py", line 241, in __call__
    return f(self.aq_parent.this(), *args, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/unit_test/Extensions/SetUpEGovInstance.py", line 161, in setUpInstance
    message_list.append(setUpEGovSecurityManager(self))
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/unit_test/Extensions/SetUpEGovInstance.py", line 109, in setUpEGovSecurityManager
    erp5security_dispatcher.addEGOVUserManager('egov_users')
AttributeError: addEGOVUserManager


ERROR: test_08_OOoConversion (testFormPrintoutAsODT.TestFormPrintoutAsODT), test ooo conversion
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1153, in test_08_OOoConversion
    printout = foo_printout(REQUEST=self.portal.REQUEST)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/FormPrintout.py", line 226, in index_html
    format, batch_mode)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/FormPrintout.py", line 282, in _oooConvertByFormat
    tmp_ooo.convertToBaseFormat()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_05_FormatIngestionFile (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1133, in test_05_FormatIngestionFile
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateFileDocument
    > IngestFileFormats
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 735, in stepIngestFileFormats
    self.ingestFormatList('file', format_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 271, in ingestFormatList
    document.edit(file=f)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 238, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 106, in _edit
    self._setFile(file, precondition=precondition)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 253, in __call__
    wf[wf_id].notifySuccess(instance, transition_list, result, args=args, kw=kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/InteractionWorkflow.py", line 302, in notifySuccess
    script(sci)  # May throw an exception
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 4, in updateContentMd5
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/cached_convertable.py", line 239, in updateContentMd5
    mime, data = self.convert(None)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 270, in _convert
    + [item[0] for item in temp_odb.getTargetFormatItemList()]
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 236, in getTargetFormatItemList
    return cached_getTargetFormatItemList(self.getBaseContentType())
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 267, in __call__
    *args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 164, in __call__
    value = callable_object(*args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 219, in cached_getTargetFormatItemList
    response_code, response_message))
ConversionError: OOoDocument: can not get list of allowed acceptable formats for conversion: 501 ()


ERROR: test_09_Contribute (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1202, in test_09_Contribute
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
    > ContributeFileListWithNoType
      CleanUp
      ContributeFileListWithType
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 798, in stepContributeFileListWithNoType
    self.contributeFileList(with_portal_type=False)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 331, in contributeFileList
    document = self.portal.portal_contributions.newContent(file=file)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Tool/ContributionTool.py", line 268, in newContent
    document._edit(**kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 238, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 106, in _edit
    self._setFile(file, precondition=precondition)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 253, in __call__
    wf[wf_id].notifySuccess(instance, transition_list, result, args=args, kw=kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/InteractionWorkflow.py", line 302, in notifySuccess
    script(sci)  # May throw an exception
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 4, in updateContentMd5
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/cached_convertable.py", line 239, in updateContentMd5
    mime, data = self.convert(None)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 270, in _convert
    + [item[0] for item in temp_odb.getTargetFormatItemList()]
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 236, in getTargetFormatItemList
    return cached_getTargetFormatItemList(self.getBaseContentType())
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 267, in __call__
    *args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 164, in __call__
    value = callable_object(*args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 219, in cached_getTargetFormatItemList
    response_code, response_message))
ConversionError: OOoDocument: can not get list of allowed acceptable formats for conversion: 501 ()


ERROR: test_09_Contribute (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 168, in run
    self.tearDown()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 985, in tearDown
    PortalTestCase.tearDown(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/base.py", line 103, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 107, in beforeTearDown
    assert not activity_status
AssertionError


ERROR: test_13_UploadTextFromContributionToolWithNonASCIIFilename (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1343, in test_13_UploadTextFromContributionToolWithNonASCIIFilename
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      UploadTextFromContributionToolWithNonASCIIFilename
      Tic
    > DiscoverFromFilenameWithNonASCIIFilename
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1323, in stepDiscoverFromFilenameWithNonASCIIFilename
    self.assertEquals(property_dict['title'], 'title')
KeyError: 'title'


FAIL: test_03_TextDoc (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1037, in test_03_TextDoc
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .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_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 500, in stepCheckConvertedState
    return self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_041_MetadataEditing (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1075, in test_041_MetadataEditing
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
      UploadFromViewForm
      CheckConvertingState
      Tic
    > CheckConvertedState
      EditMetadata
      CheckChangedMetadata
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 500, in stepCheckConvertedState
    return self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_05_FormatIngestionDrawing (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1112, in test_05_FormatIngestionDrawing
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateDrawingDocument
    > IngestDrawingFormats
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 713, in stepIngestDrawingFormats
    self.ingestFormatList('four', format_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 276, in ingestFormatList
    self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_05_FormatIngestionPresentation (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1105, in test_05_FormatIngestionPresentation
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreatePresentationDocument
    > IngestPresentationFormats
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 697, in stepIngestPresentationFormats
    self.ingestFormatList('three', format_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 276, in ingestFormatList
    self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_05_FormatIngestionSpreadSheet (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1098, in test_05_FormatIngestionSpreadSheet
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateSpreadsheetDocument
    > IngestSpreadsheetFormats
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 689, in stepIngestSpreadsheetFormats
    self.ingestFormatList('two', format_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 276, in ingestFormatList
    self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_05_FormatIngestionText (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1091, in test_05_FormatIngestionText
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
    > IngestTextFormats
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 681, in stepIngestTextFormats
    self.ingestFormatList('one', format_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 276, in ingestFormatList
    self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_06_FormatGenerationDrawing (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1165, in test_06_FormatGenerationDrawing
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateDrawingDocument
    > CheckDrawingDocumentExportList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 747, in stepCheckDrawingDocumentExportList
    self.checkDocumentExportList('four', 'sxd', ['jpg', 'draw.pdf', 'svg'])
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 298, in checkDocumentExportList
    self.assert_(target in target_list)
AssertionError


FAIL: test_06_FormatGenerationPresentation (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1158, in test_06_FormatGenerationPresentation
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreatePresentationDocument
    > CheckPresentationDocumentExportList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 744, in stepCheckPresentationDocumentExportList
    self.checkDocumentExportList('three', 'ppt', ['impr.pdf', 'ppt'])
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 298, in checkDocumentExportList
    self.assert_(target in target_list)
AssertionError


FAIL: test_06_FormatGenerationSpreadsheet (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1151, in test_06_FormatGenerationSpreadsheet
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateSpreadsheetDocument
    > CheckSpreadsheetDocumentExportList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 741, in stepCheckSpreadsheetDocumentExportList
    self.checkDocumentExportList('two', 'xls', ['csv', 'calc.html', 'xls', 'calc.pdf'])
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 298, in checkDocumentExportList
    self.assert_(target in target_list)
AssertionError


FAIL: test_06_FormatGenerationText (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1144, in test_06_FormatGenerationText
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
    > CheckTextDocumentExportList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 738, in stepCheckTextDocumentExportList
    self.checkDocumentExportList('one', 'doc', ['pdf', 'doc', 'rtf', 'writer.html', 'txt'])
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 298, in checkDocumentExportList
    self.assert_(target in target_list)
AssertionError


FAIL: test_10_MetadataSettingPreferenceOrder (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1250, in test_10_MetadataSettingPreferenceOrder
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
      StraightUpload
      CheckConvertingState
      Tic
    > CheckConvertedState
      SetSimulatedDiscoveryScriptForOrdering
      CheckMetadataSettingOrderFICU
      CreateTextDocument
      StraightUpload
      CheckConvertingState
      Tic
      CheckConvertedState
      SetSimulatedDiscoveryScriptForOrdering
      CheckMetadataSettingOrderCUFI
      CreateTextDocument
      StraightUpload
      CheckConvertingState
      Tic
      CheckConvertedState
      SetSimulatedDiscoveryScriptForOrdering
      CheckMetadataSettingOrderUIFC
      CreateTextDocument
      StraightUpload
      CheckConvertingState
      Tic
      CheckConvertedState
      SetSimulatedDiscoveryScriptForOrdering
      CheckMetadataSettingOrderICUF
      CreateTextDocument
      StraightUpload
      CheckConvertingState
      Tic
      CheckConvertedState
      SetSimulatedDiscoveryScriptForOrdering
      CheckMetadataSettingOrderUFCI
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 500, in stepCheckConvertedState
    return self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_11_EmailIngestion (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1276, in test_11_EmailIngestion
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      ReceiveEmail
      CreatePerson
      ReceiveEmail
    > VerifyEmailedDocumentInitialContribution
      ReceiveEmail
      VerifyEmailedDocumentMultipleContribution
      ReceiveMultipleAttachmentsEmail
      VerifyEmailedMultipleDocumentsInitialContribution
      ReceiveMultipleAttachmentsEmail
      VerifyEmailedMultipleDocumentsMultipleContribution
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 893, in stepVerifyEmailedDocumentInitialContribution
    attachment_list, ingested_document = self.verifyEmailedDocument()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 962, in verifyEmailedDocument
    self.assertEquals('converted', ingested_document.getExternalProcessingState())
AssertionError: 'converted' != 'conversion_failed'


FAIL: test_12_UploadTextFromContributionTool (testIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1294, in test_12_UploadTextFromContributionTool
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      UploadTextFromContributionTool
      CheckConvertingState
      Tic
    > CheckConvertedState
      DiscoverFromFilename
      Tic
      ReuploadTextFromContributionTool
      UploadAnotherTextFromContributionTool
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 500, in stepCheckConvertedState
    return self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


ERROR: test_05_FormatIngestionFile (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1133, in test_05_FormatIngestionFile
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateFileDocument
    > IngestFileFormats
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 735, in stepIngestFileFormats
    self.ingestFormatList('file', format_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 271, in ingestFormatList
    document.edit(file=f)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 238, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 106, in _edit
    self._setFile(file, precondition=precondition)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 253, in __call__
    wf[wf_id].notifySuccess(instance, transition_list, result, args=args, kw=kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/InteractionWorkflow.py", line 302, in notifySuccess
    script(sci)  # May throw an exception
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 4, in updateContentMd5
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/cached_convertable.py", line 239, in updateContentMd5
    mime, data = self.convert(None)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 270, in _convert
    + [item[0] for item in temp_odb.getTargetFormatItemList()]
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 236, in getTargetFormatItemList
    return cached_getTargetFormatItemList(self.getBaseContentType())
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 267, in __call__
    *args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 164, in __call__
    value = callable_object(*args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 219, in cached_getTargetFormatItemList
    response_code, response_message))
ConversionError: OOoDocument: can not get list of allowed acceptable formats for conversion: 501 ()


ERROR: test_09_Contribute (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1202, in test_09_Contribute
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
    > ContributeFileListWithNoType
      CleanUp
      ContributeFileListWithType
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 798, in stepContributeFileListWithNoType
    self.contributeFileList(with_portal_type=False)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 331, in contributeFileList
    document = self.portal.portal_contributions.newContent(file=file)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Tool/ContributionTool.py", line 268, in newContent
    document._edit(**kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 238, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 106, in _edit
    self._setFile(file, precondition=precondition)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 253, in __call__
    wf[wf_id].notifySuccess(instance, transition_list, result, args=args, kw=kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/InteractionWorkflow.py", line 302, in notifySuccess
    script(sci)  # May throw an exception
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 4, in updateContentMd5
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/cached_convertable.py", line 239, in updateContentMd5
    mime, data = self.convert(None)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/File.py", line 270, in _convert
    + [item[0] for item in temp_odb.getTargetFormatItemList()]
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 236, in getTargetFormatItemList
    return cached_getTargetFormatItemList(self.getBaseContentType())
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 267, in __call__
    *args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Cache.py", line 164, in __call__
    value = callable_object(*args, **kwd)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 219, in cached_getTargetFormatItemList
    response_code, response_message))
ConversionError: OOoDocument: can not get list of allowed acceptable formats for conversion: 501 ()


ERROR: test_09_Contribute (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 168, in run
    self.tearDown()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 985, in tearDown
    PortalTestCase.tearDown(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Testing/ZopeTestCase/base.py", line 103, in tearDown
    self.beforeTearDown()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 107, in beforeTearDown
    assert not activity_status
AssertionError


ERROR: test_13_UploadTextFromContributionToolWithNonASCIIFilename (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1343, in test_13_UploadTextFromContributionToolWithNonASCIIFilename
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      UploadTextFromContributionToolWithNonASCIIFilename
      Tic
    > DiscoverFromFilenameWithNonASCIIFilename
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1323, in stepDiscoverFromFilenameWithNonASCIIFilename
    self.assertEquals(property_dict['title'], 'title')
KeyError: 'title'


FAIL: test_03_TextDoc (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1037, in test_03_TextDoc
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .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_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 500, in stepCheckConvertedState
    return self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_041_MetadataEditing (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1075, in test_041_MetadataEditing
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
      UploadFromViewForm
      CheckConvertingState
      Tic
    > CheckConvertedState
      EditMetadata
      CheckChangedMetadata
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 500, in stepCheckConvertedState
    return self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_05_FormatIngestionDrawing (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1112, in test_05_FormatIngestionDrawing
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateDrawingDocument
    > IngestDrawingFormats
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 713, in stepIngestDrawingFormats
    self.ingestFormatList('four', format_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 276, in ingestFormatList
    self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_05_FormatIngestionPresentation (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1105, in test_05_FormatIngestionPresentation
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreatePresentationDocument
    > IngestPresentationFormats
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 697, in stepIngestPresentationFormats
    self.ingestFormatList('three', format_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 276, in ingestFormatList
    self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_05_FormatIngestionSpreadSheet (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1098, in test_05_FormatIngestionSpreadSheet
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateSpreadsheetDocument
    > IngestSpreadsheetFormats
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 689, in stepIngestSpreadsheetFormats
    self.ingestFormatList('two', format_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 276, in ingestFormatList
    self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_05_FormatIngestionText (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1091, in test_05_FormatIngestionText
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
    > IngestTextFormats
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 681, in stepIngestTextFormats
    self.ingestFormatList('one', format_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 276, in ingestFormatList
    self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_06_FormatGenerationDrawing (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1165, in test_06_FormatGenerationDrawing
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateDrawingDocument
    > CheckDrawingDocumentExportList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 747, in stepCheckDrawingDocumentExportList
    self.checkDocumentExportList('four', 'sxd', ['jpg', 'draw.pdf', 'svg'])
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 298, in checkDocumentExportList
    self.assert_(target in target_list)
AssertionError


FAIL: test_06_FormatGenerationPresentation (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1158, in test_06_FormatGenerationPresentation
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreatePresentationDocument
    > CheckPresentationDocumentExportList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 744, in stepCheckPresentationDocumentExportList
    self.checkDocumentExportList('three', 'ppt', ['impr.pdf', 'ppt'])
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 298, in checkDocumentExportList
    self.assert_(target in target_list)
AssertionError


FAIL: test_06_FormatGenerationSpreadsheet (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1151, in test_06_FormatGenerationSpreadsheet
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateSpreadsheetDocument
    > CheckSpreadsheetDocumentExportList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 741, in stepCheckSpreadsheetDocumentExportList
    self.checkDocumentExportList('two', 'xls', ['csv', 'calc.html', 'xls', 'calc.pdf'])
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 298, in checkDocumentExportList
    self.assert_(target in target_list)
AssertionError


FAIL: test_06_FormatGenerationText (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1144, in test_06_FormatGenerationText
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
    > CheckTextDocumentExportList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 738, in stepCheckTextDocumentExportList
    self.checkDocumentExportList('one', 'doc', ['pdf', 'doc', 'rtf', 'writer.html', 'txt'])
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 298, in checkDocumentExportList
    self.assert_(target in target_list)
AssertionError


FAIL: test_10_MetadataSettingPreferenceOrder (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1250, in test_10_MetadataSettingPreferenceOrder
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      CreateTextDocument
      StraightUpload
      CheckConvertingState
      Tic
    > CheckConvertedState
      SetSimulatedDiscoveryScriptForOrdering
      CheckMetadataSettingOrderFICU
      CreateTextDocument
      StraightUpload
      CheckConvertingState
      Tic
      CheckConvertedState
      SetSimulatedDiscoveryScriptForOrdering
      CheckMetadataSettingOrderCUFI
      CreateTextDocument
      StraightUpload
      CheckConvertingState
      Tic
      CheckConvertedState
      SetSimulatedDiscoveryScriptForOrdering
      CheckMetadataSettingOrderUIFC
      CreateTextDocument
      StraightUpload
      CheckConvertingState
      Tic
      CheckConvertedState
      SetSimulatedDiscoveryScriptForOrdering
      CheckMetadataSettingOrderICUF
      CreateTextDocument
      StraightUpload
      CheckConvertingState
      Tic
      CheckConvertedState
      SetSimulatedDiscoveryScriptForOrdering
      CheckMetadataSettingOrderUFCI
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 500, in stepCheckConvertedState
    return self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: test_11_EmailIngestion (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1276, in test_11_EmailIngestion
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      ReceiveEmail
      CreatePerson
      ReceiveEmail
    > VerifyEmailedDocumentInitialContribution
      ReceiveEmail
      VerifyEmailedDocumentMultipleContribution
      ReceiveMultipleAttachmentsEmail
      VerifyEmailedMultipleDocumentsInitialContribution
      ReceiveMultipleAttachmentsEmail
      VerifyEmailedMultipleDocumentsMultipleContribution
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 893, in stepVerifyEmailedDocumentInitialContribution
    attachment_list, ingested_document = self.verifyEmailedDocument()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 962, in verifyEmailedDocument
    self.assertEquals('converted', ingested_document.getExternalProcessingState())
AssertionError: 'converted' != 'conversion_failed'


FAIL: test_12_UploadTextFromContributionTool (testIngestionWithFlare.TestIngestionWithFlare)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 1294, in test_12_UploadTextFromContributionTool
    self.playSequence(step_list)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 907, in playSequence
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      CleanUp
      UploadTextFromContributionTool
      CheckConvertingState
      Tic
    > CheckConvertedState
      DiscoverFromFilename
      Tic
      ReuploadTextFromContributionTool
      UploadAnotherTextFromContributionTool
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testIngestion.py", line 500, in stepCheckConvertedState
    return self.assertEquals(document.getExternalProcessingState(), 'converted')
AssertionError: 'conversion_failed' != 'converted'


FAIL: testCommitOrder (testInvalidationBug.TestInvalidationBug), Check order of resources being committed
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testInvalidationBug.py", line 93, in testCommitOrder
    self.assertEqual(result_list[-2], [1,0]) # catalog
AssertionError: [1, 1] != [1, 0]


FAIL: testLateInvalidationFromZEO (testInvalidationBug.TestInvalidationBug)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testInvalidationBug.py", line 104, in testLateInvalidationFromZEO
    "this unit test must be run with at least 2 ZEO clients"
AssertionError: this unit test must be run with at least 2 ZEO clients


ERROR: test_01_contributeTextFileWithFilenamefromUrl (testLiveIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeLiveTestCase.py", line 158, in setUp
    self.app = self._app()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeLiveTestCase.py", line 170, in _app
    return request.PARENTS[-1]
AttributeError: 'NoneType' object has no attribute 'PARENTS'


ERROR: test_02_contributeTextFileWithExplicitExtensionfromUrl (testLiveIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeLiveTestCase.py", line 158, in setUp
    self.app = self._app()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeLiveTestCase.py", line 170, in _app
    return request.PARENTS[-1]
AttributeError: 'NoneType' object has no attribute 'PARENTS'


ERROR: test_03_textFileWithExplicitExtensionWithoutContentTypefromUrl (testLiveIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeLiveTestCase.py", line 158, in setUp
    self.app = self._app()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeLiveTestCase.py", line 170, in _app
    return request.PARENTS[-1]
AttributeError: 'NoneType' object has no attribute 'PARENTS'


ERROR: test_04_contributeTextFileWithFilenameAndRedirectionfromUrl (testLiveIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeLiveTestCase.py", line 158, in setUp
    self.app = self._app()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeLiveTestCase.py", line 170, in _app
    return request.PARENTS[-1]
AttributeError: 'NoneType' object has no attribute 'PARENTS'


ERROR: test_05_contributeTextFileWithoutFilenameButHTMLContentType (testLiveIngestion.TestIngestion)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeLiveTestCase.py", line 158, in setUp
    self.app = self._app()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeLiveTestCase.py", line 170, in _app
    return request.PARENTS[-1]
AttributeError: 'NoneType' object has no attribute 'PARENTS'


FAIL: test_ooo_chart (testOOoChart.TestOOoChart)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Form/tests/testOOoChart.py", line 189, in test_ooo_chart
    self.assertEquals(HTTP_OK, response.getStatus(), '%s rendering failed: %s' % (image_format, response.getStatus()))
AssertionError: jpg rendering failed: 500


FAIL: test_proxy_ooo_chart (testOOoChart.TestOOoChart)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Form/tests/testOOoChart.py", line 282, in test_proxy_ooo_chart
    self.assertEquals(HTTP_OK, response.getStatus(), '%s rendering failed: %s' % (image_format, response.getStatus()))
AssertionError: jpg rendering failed: 500


ERROR: test_02_VolatileCacheConversionOfTempObject (testOOoConversionCache.TestDocumentConversionCache)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoConversionCache.py", line 128, in test_02_VolatileCacheConversionOfTempObject
    document.uploadFile()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 221, in __call__
    raise UnsupportedWorkflowMethod(instance, wf_id, transition_id)
UnsupportedWorkflowMethod: Transition processing_status_workflow/upload_file unsupported for <Temp Text at /erp5_portal_371d27d3cf41fe6a371bb96c91b0e1a7/portal_contributions/None>. Current state is 'conversion_failed'.


ERROR: test_03_CacheConversionOfTempObjectIsNotMixed (testOOoConversionCache.TestDocumentConversionCache)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoConversionCache.py", line 167, in test_03_CacheConversionOfTempObjectIsNotMixed
    document1.uploadFile()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 221, in __call__
    raise UnsupportedWorkflowMethod(instance, wf_id, transition_id)
UnsupportedWorkflowMethod: Transition processing_status_workflow/upload_file unsupported for <Temp Text at /erp5_portal_371d27d3cf41fe6a371bb96c91b0e1a7/portal_contributions/None>. Current state is 'conversion_failed'.


ERROR: test_05_checksum_conversion (testOOoConversionCache.TestDocumentConversionCache)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoConversionCache.py", line 241, in test_05_checksum_conversion
    document.convert(**kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 291, in _convert
    raise NotConvertedError()
NotConvertedError


ERROR: test_07_check_cache_key_is_escaped (testOOoConversionCache.TestDocumentConversionCache)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoConversionCache.py", line 300, in test_07_check_cache_key_is_escaped
    document.convert(format='txt')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 291, in _convert
    raise NotConvertedError()
NotConvertedError


ERROR: test_08_check_conversion_cache_with_portal_document_type_list (testOOoConversionCache.TestDocumentConversionCache), Check cache conversion for all Portal Document Types
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoConversionCache.py", line 329, in test_08_check_conversion_cache_with_portal_document_type_list
    document.convert(format='txt')
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/document.py", line 70, in convert
    result = self._convert(format, **kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 291, in _convert
    raise NotConvertedError()
NotConvertedError


FAIL: test_01_PersistentCacheConversion (testOOoConversionCache.TestDocumentConversionCache)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoConversionCache.py", line 96, in test_01_PersistentCacheConversion
    self.fail('Target format list is empty')
AssertionError: Target format list is empty


FAIL: test_04_PersistentCacheConversionWithFlare (testOOoConversionCache.TestDocumentConversionCache)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoConversionCache.py", line 203, in test_04_PersistentCacheConversionWithFlare
    self.fail('Target format list is empty')
AssertionError: Target format list is empty


ERROR: test_01_ImportFileLine (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 590, in test_01_ImportFileLine
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > ImportRawDataFile
      CheckActivitiesCount
      Tic
      CheckImportedPersonList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 166, in stepImportRawDataFile
    person_module.Base_importFile(import_file=f, listbox=listbox)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 72, in Base_importFile
  File "Script (Python)", line 22, in getSpreadsheet
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_02_ImportFileBlankLine (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 603, in test_02_ImportFileBlankLine
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > ImportFileWithBlankLine
      Tic
      CheckImportedPersonListBlank
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 368, in stepImportFileWithBlankLine
    person_module.Base_importFile(import_file=f, listbox=listbox)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 72, in Base_importFile
  File "Script (Python)", line 22, in getSpreadsheet
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_03_ImportNoMapping (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 612, in test_03_ImportNoMapping
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > ImportFileNoMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 348, in stepImportFileNoMapping
    redirect = person_module.Base_importFile(import_file=f, listbox=listbox)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 72, in Base_importFile
  File "Script (Python)", line 22, in getSpreadsheet
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_04_ImportFileWithCategory (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 624, in test_04_ImportFileWithCategory
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > ImportFileWithCategory
      Tic
      CheckImportedPersonListCategory
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 397, in stepImportFileWithCategory
    person_module.Base_importFile(import_file=f, listbox=listbox)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 72, in Base_importFile
  File "Script (Python)", line 22, in getSpreadsheet
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_05_ImportOrganisation (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 636, in test_05_ImportOrganisation
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > ImportOrganisation
      Tic
      CheckImportedOrganisationList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 450, in stepImportOrganisation
    organisation_module.Base_importFile(import_file=f, listbox=listbox)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 72, in Base_importFile
  File "Script (Python)", line 22, in getSpreadsheet
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_06_AuthorImportFile (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 648, in test_06_AuthorImportFile
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > AuthorImportFile
      Tic
      CheckAuthorImportedPersonList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 485, in stepAuthorImportFile
    person_module.Base_importFile(import_file=f, listbox=listbox)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 72, in Base_importFile
  File "Script (Python)", line 22, in getSpreadsheet
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_07_ImportFileWithFreeText (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 659, in test_07_ImportFileWithFreeText
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > ImportFileWithFreeText
      Tic
      CheckImportedPersonListFreeText
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 503, in stepImportFileWithFreeText
    person_module.Base_importFile(import_file=f, listbox=listbox)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 72, in Base_importFile
  File "Script (Python)", line 22, in getSpreadsheet
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_08_ImportFileWithAccentuatedText (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 670, in test_08_ImportFileWithAccentuatedText
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > ImportFileWithAccentuatedText
      Tic
      CheckImportedPersonListAccentuated
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 521, in stepImportFileWithAccentuatedText
    person_module.Base_importFile(import_file=f, listbox=listbox)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 72, in Base_importFile
  File "Script (Python)", line 22, in getSpreadsheet
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_09_ImportXLSFile (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 681, in test_09_ImportXLSFile
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > ImportXLSFile
      Tic
      CheckXLSImportedPersonList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 539, in stepImportXLSFile
    person_module.Base_importFile(import_file=f, listbox=listbox)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 72, in Base_importFile
  File "Script (Python)", line 22, in getSpreadsheet
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_10_ImportFileWithDates (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 692, in test_10_ImportFileWithDates
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > ImportFileWithDates
      Tic
      CheckImportedPersonListWithDates
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 415, in stepImportFileWithDates
    person_module.Base_importFile(import_file=f, listbox=listbox)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 72, in Base_importFile
  File "Script (Python)", line 22, in getSpreadsheet
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_11_ImportFloatAndPercentage (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 703, in test_11_ImportFloatAndPercentage
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > ImportFloatsAndPercentage
      Tic
      CheckImportFloatsAndPercentage
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 432, in stepImportFloatsAndPercentage
    currency_module.Base_importFile(import_file=f, listbox=listbox)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 72, in Base_importFile
  File "Script (Python)", line 22, in getSpreadsheet
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_12_ImportBigFile_1 (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 714, in test_12_ImportBigFile_1
    sequence_list.play(self, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
    > ImportBigFile_1
      Tic
      CheckImportedPersonList_1
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 557, in stepImportBigFile_1
    person_module.Base_importFile(import_file=f, listbox=listbox)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 72, in Base_importFile
  File "Script (Python)", line 22, in getSpreadsheet
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_Base_getCategoriesSpreadSheetMapping (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 923, in test_Base_getCategoriesSpreadSheetMapping
    import_file=makeFileUpload('import_region_category.sxc'))
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_Base_getCategoriesSpreadSheetMapping_DuplicateIdsAtSameLevel (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 957, in test_Base_getCategoriesSpreadSheetMapping_DuplicateIdsAtSameLevel
    import_file=import_file)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_Base_getCategoriesSpreadSheetMapping_Id_is_reserved_property_name (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 1011, in test_Base_getCategoriesSpreadSheetMapping_Id_is_reserved_property_name
    import_file=import_file)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_Base_getCategoriesSpreadSheetMapping_MultiplePaths (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 1000, in test_Base_getCategoriesSpreadSheetMapping_MultiplePaths
    import_file=import_file)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_Base_getCategoriesSpreadSheetMapping_WrongHierarchy (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 986, in test_Base_getCategoriesSpreadSheetMapping_WrongHierarchy
    import_file=import_file)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_CategoryTool_importCategoryFile (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 734, in test_CategoryTool_importCategoryFile
    import_file=makeFileUpload('import_region_category.sxc'))
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 62, in CategoryTool_importCategoryFile
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_CategoryTool_importCategoryFileDeletionSupport (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 757, in test_CategoryTool_importCategoryFileDeletionSupport
    existing_category_list='delete')
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 62, in CategoryTool_importCategoryFile
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_CategoryTool_importCategoryFileExpirationSupport (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 779, in test_CategoryTool_importCategoryFileExpirationSupport
    existing_category_list='expire')
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 62, in CategoryTool_importCategoryFile
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_CategoryTool_importCategoryFileXLS (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 797, in test_CategoryTool_importCategoryFileXLS
    import_file=makeFileUpload('import_region_category.xls'))
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 62, in CategoryTool_importCategoryFile
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_CategoryTool_importCategoryFile_DuplicateIds (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 852, in test_CategoryTool_importCategoryFile_DuplicateIds
    import_file=makeFileUpload('import_region_category_duplicate_ids.sxc'))
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 62, in CategoryTool_importCategoryFile
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_CategoryTool_importCategoryFile_PathStars (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 814, in test_CategoryTool_importCategoryFile_PathStars
    import_file=makeFileUpload('import_region_category_path_stars.sxc'))
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 62, in CategoryTool_importCategoryFile
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_CategoryTool_importCategoryFile_PathStars_noID (testOOoImport.TestOOoImport)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 833, in test_CategoryTool_importCategoryFile_PathStars_noID
    'import_region_category_path_stars_non_ascii.sxc'))
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 62, in CategoryTool_importCategoryFile
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


ERROR: test_CategoryTool_importCategoryFileExpirationSupport (testOOoImport.TestOOoImportWeb), Import category file with expiration request, and do it again to be
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/tests/testOOoImport.py", line 1062, in test_CategoryTool_importCategoryFileExpirationSupport
    existing_category_list='expire')
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 62, in CategoryTool_importCategoryFile
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 92, in Base_getCategoriesSpreadSheetMapping
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat
    message = self._convertToBaseFormat() # Call implemetation method
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5OOo/Document/OOoDocument.py", line 463, in _convertToBaseFormat
    % (response_code, response_message))
ConversionError: OOoDocument: Error converting document to base format 501::


FAIL: testPeriodicityDateList (testOpenOrder.TestOpenOrder)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testOpenOrder.py", line 194, in testPeriodicityDateList
    (D(2008,11,1,0,1), DateTime(2008,11,30)),
AssertionError: [(DateTime('2008/02/01 00:01:00 GMT+1'), DateTime('2008/02/29 00:00:00 GMT+1')), (DateTime('2008/03/01 00:01:00 GMT+1'), DateTime('2008/03/31 00:00:00 GMT+2')), (DateTime('2008/04/01 00:01:00 GMT+1'), DateTime('2008/04/30 00:00:00 GMT+2')), (DateTime('2008/05/01 00:01:00 GMT+1'), DateTime('2008/05/31 00:00:00 GMT+2')), (DateTime('2008/06/01 00:01:00 GMT+1'), DateTime('2008/06/30 00:00:00 GMT+2')), (DateTime('2008/07/01 00:01:00 GMT+1'), DateTime('2008/07/31 00:00:00 GMT+2')), (DateTime('2008/08/01 00:01:00 GMT+1'), DateTime('2008/08/31 00:00:00 GMT+2')), (DateTime('2008/09/01 00:01:00 GMT+1'), DateTime('2008/09/30 00:00:00 GMT+2')), (DateTime('2008/10/01 00:01:00 GMT+1'), DateTime('2008/10/31 00:00:00 GMT+1')), (DateTime('2008/11/01 00:01:00 GMT+1'), DateTime('2008/11/30 00:00:00 GMT+1'))] != [(DateTime('2008/02/01 00:01:00 GMT+1'), DateTime('2008/02/29 00:00:00 GMT+1')), (DateTime('2008/03/01 00:01:00 GMT+1'), DateTime('2008/03/31 00:00:00 GMT+2')), (DateTime('2008/04/01 00:01:00 GMT+2'), DateTime('2008/04/30 00:00:00 GMT+2')), (DateTime('2008/05/01 00:01:00 GMT+2'), DateTime('2008/05/31 00:00:00 GMT+2')), (DateTime('2008/06/01 00:01:00 GMT+2'), DateTime('2008/06/30 00:00:00 GMT+2')), (DateTime('2008/07/01 00:01:00 GMT+2'), DateTime('2008/07/31 00:00:00 GMT+2')), (DateTime('2008/08/01 00:01:00 GMT+2'), DateTime('2008/08/31 00:00:00 GMT+2')), (DateTime('2008/09/01 00:01:00 GMT+2'), DateTime('2008/09/30 00:00:00 GMT+2')), (DateTime('2008/10/01 00:01:00 GMT+2'), DateTime('2008/10/31 00:00:00 GMT+1')), (DateTime('2008/11/01 00:01:00 GMT+1'), DateTime('2008/11/30 00:00:00 GMT+1'))]


FAIL: test_02_maxDelayResourceOrderBuilder (testOrderBuilder.TestOrderBuilder)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testOrderBuilder.py", line 464, in test_02_maxDelayResourceOrderBuilder
    sequence_list.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      ClearActivities
      CreateOrganisation
      CreateNotVariatedResource
      SetMaxDelayOnResource
      SetMinFlowOnResource
      Tic
      DecreaseOrganisationResourceQuantity
      Tic
      CreateOrderBuilder
      FillOrderBuilder
      Tic
      BuildOrderBuilder
      Tic
    > CheckGeneratedDocumentList
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testOrderBuilder.py", line 233, in stepCheckGeneratedDocumentList
    self.wanted_start_date
AssertionError: DateTime('2010/10/27 00:00:00 GMT+2') != DateTime('2010/10/27 00:00:00 GMT+1')


FAIL: test_02_CheckPerformance (testSimulationPerformance.TestSimulationPerformance), Check the performance.
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testSimulationPerformance.py", line 795, in test_02_CheckPerformance
    measurable=True)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testSimulationPerformance.py", line 265, in _checkSimulation
    sequence.play(self)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 195, in play
    sequence.play(context, sequence_number=i, quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 116, in play
    .play(context, sequence=self, quiet=quiet)
    Current Sequence:
      Initialize
      Tic
      UseClientAsDestinationDecision
      UseClientAsDestinationAdministration
      UseResourceAsCommodityProduct
      CreateSaleOrders
      Tic
      PlanSaleOrders
      MeasureCreationOfNewAppliedRules
      Tic
      CheckSaleOrderSimulation
      UseRecipient1AsDestinationDecision
      ModifySaleOrders
      MeasureExpansionOfExistingAppliedRules
      Tic
      CheckSaleOrderSimulation
      OrderSaleOrders
      MeasureCreationOfNewSalePackingLists
      Tic
      CheckSaleOrderSimulation
      CheckBuiltSalePackingLists
      UseRecipient2AsDestinationDecision
      ModifySaleOrders
      MeasureExpansionOfConvergedChanges
      Tic
      CheckSaleOrderSimulation
      CheckConvergedSalePackingLists
      UseRecipient1AsDestinationAdministration
      ModifySaleOrders
      MeasureExpansionOfDivergedChanges
      Tic
      CheckSaleOrderSimulation
      CheckDivergedSalePackingLists
      SetSolverTargetToDestinationAdministration
      AdoptPrevisionToSalePackingLists
      MeasureAdoptionOfPrevisions
      Tic
      CheckConvergedSalePackingLists
      UseRecipient2AsDestinationAdministration
      ModifySaleOrders
      Tic
      CheckSaleOrderSimulation
      CheckDivergedSalePackingLists
      SetSolverTargetToDestinationAdministration
      AcceptDecisionOfSalePackingLists
      MeasureAcceptanceOfDecisions
      Tic
      UseRecipient1AsDestinationAdministration
      CheckConvergedSalePackingLists
      ConfirmSaleOrders
      Tic
      UseResourceAsCommodityProduct
      AddNewSalePackingLinesIntoSalePackingLists
      MeasureCreationOfNewAppliedRulesFromPartiallySimulatedDeliveries
      Tic
      CheckSalePackingListSimulation
      StopSalePackingLists
      MeasureCreationOfNewSaleInvoices
      Tic
      CheckBuiltSaleInvoices
      UseResourceAsLuxuryProduct
      AddNewSalePackingLinesIntoSalePackingLists
      DeliverSalePackingLists
      MeasureAdditionOfNewInvoiceLinesIntoSaleInvoices
      Tic
      CheckAddedSaleInvoices
    > TestResult
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/Sequence.py", line 98, in play
    method(sequence=sequence)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testSimulationPerformance.py", line 773, in stepTestResult
    'these tests failed: %s' % (', '.join(failure_list)))
AssertionError: these tests failed: Creation Of New Applied Rules, Expansion of Existing Applied Rules, Creation of New Sale Packing Lists, Expansion of Converged Changes, Expansion of Diverged Changes, Adoption of Previsions, Acceptance of Decisions, Creation of New Applied Rules from Partially Simulated Deliveries, Creation Of New Sale Invoices, Addition of New Invoices Lines


FAIL: testUpdateBT5FromRepository (testTemplateTool.TestTemplateTool), Test the list of bt5 returned for upgrade
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testTemplateTool.py", line 64, in testUpdateBT5FromRepository
    self.assertEqual(len(self.templates_tool.getRepositoryBusinessTemplateList(update_only=True)), 1)
AssertionError: 2 != 1


ERROR: test_01_EnglishTranslation (testTranslation.TestWorkflowStateTitleTranslation)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 140, in run
    self.setUp()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 539, in setUp
    use_dummy_mail_host=use_dummy_mail_host)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 923, in setUpERP5Site
    quiet=quiet)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 830, in _installBusinessTemplateList
    update_translation=1)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/Base.py", line 238, in __call__
    result = apply(self.__dict__['_m'], (instance,) + args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/BusinessTemplate.py", line 4598, in install
    return self._install(**kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/BusinessTemplate.py", line 4530, in _install
    trashbin=trashbin, installed_bt=installed_bt)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/BusinessTemplate.py", line 3880, in install
    self._importCatalogLanguage(localizer, catalog, lang, po)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/Document/BusinessTemplate.py", line 3843, in _importCatalogLanguage
    mc.manage_import(lang, po)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products/Localizer/MessageCatalog.py", line 646, in manage_import
    self.po_import(lang, content)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Products/Localizer/MessageCatalog.py", line 623, in po_import
    po = itools.gettext.POFile(string=data)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/itools/lib/itools/handlers/file.py", line 59, in __init__
    self.load_state_from_string(string)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/itools/lib/itools/handlers/file.py", line 125, in load_state_from_string
    self.load_state_from_file(file)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/itools/lib/itools/handlers/file.py", line 120, in load_state_from_file
    self._load_state_from_file(file)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/itools/lib/itools/gettext/po.py", line 491, in _load_state_from_file
    raise POError, 'msgid at line %d is duplicated' % line_number
POError: msgid at line 3610 is duplicated


ERROR: test_duplicatingSelectionNameInListbox (testXHTML.TestXHTML)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testXHTML.py", line 247, in test_duplicatingSelectionNameInListbox
    duplicating_selection_name_dict = self.portal.portal_skins.SkinsTool_getDuplicateSelectionNameDict()
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 324, in __call__
    return self._bindAndExec(args, kw, None)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Shared/DC/Scripts/Bindings.py", line 361, in _bindAndExec
    return self._exec(bound_data, args, kw)
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/ERP5TypeTestCase.py", line 1270, in _exec
    return PythonScript_exec(self, *args)
  File "/home/buildbot/slave/full.ERP5_z212/build/src/Zope2/src/Products/PythonScripts/PythonScript.py", line 344, in _exec
    result = f(*args, **kw)
  File "Script (Python)", line 21, in SkinsTool_getDuplicateSelectionNameDict
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Form/ProxyField.py", line 557, in get_recursive_tales
    raise AttributeError('The proxy field %r cannot find a template field' % self)
AttributeError: The proxy field <ProxyField at /erp5_portal_5b95d8a2a9e278a5ca9f99336b7807d7/portal_skins/erp5_km_widget_library/WebSection_viewTagGadget/listbox_getSummaryAsHTML> cannot find a template field


FAIL: test_erp5_web_Web_Site_WebSite_view (testXHTML.TestXHTML)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5Type/tests/backportUnittest.py", line 151, in run
    testMethod()
  File "/home/buildbot/slave/full.ERP5_z212/build/parts/products-erp5/ERP5/tests/testXHTML.py", line 468, in testMethod
    bt_name=bt_name))
AssertionError: Using w3c validator to parse the view "WebSite_view" (from erp5_web bt) with warnings displayed :
Error: line 386 column 82 : value of attribute "checked" cannot be "1"; must be one of "checked"
Error: line 523 column 82 : value of attribute "checked" cannot be "1"; must be one of "checked"


More information about the Erp5-report mailing list