From nobody at svn.erp5.org Wed Nov 5 01:30:51 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 00:30:51 +0000 Subject: [Erp5-report] =?utf-8?q?CLOUDOOO-MASTER_=3A_153_Tests=2C_26_Error?= =?utf-8?q?s=2C_15_Failures=2C_4_Skips?= Message-ID: <20141105003054.87C46BF02F4@mail2.tiolive.com> Test Suite: CLOUDOOO-MASTER Revision: slapos=7333-c7c2d4c65ff8415b2b44c7a4c4466a34860c2a5d,cloudooo-repository=596-bc5f8d9e377402f27f78278eb63a16d08e880ac2 Result: FAIL All tests: 153 Failures: 15 Errors: 26 Skips: 4 The following tests failed: testOooAllFormat (5 failures) testDrawingFormats (testOooAllFormat.TestAllFormats) testPresentationFormats (testOooAllFormat.TestAllFormats) testSpreadSheetFormats (testOooAllFormat.TestAllFormats) testTextFormats (testOooAllFormat.TestAllFormats) testWebFormats (testOooAllFormat.TestAllFormats) testOooAllFormatERP5Compatibility (4 errors) testDrawingFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testPresentationFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testSpreadSheetFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testTextFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testOooHandler (8 errors) testConvertDocToOdt (testOooHandler.TestHandler) testConvertOdtToDoc (testOooHandler.TestHandler) testConvertWithOpenOfficeStopped (testOooHandler.TestHandler) testGetMetadata (testOooHandler.TestHandler) testGetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) testRefreshOdt (testOooHandler.TestHandler) testSetMetadata (testOooHandler.TestHandler) testSetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) testOooLegacyInterface (2 errors) testHtmlToBaseFormatConversion (testOooLegacyInterface.TestLegacyInterface) testHtmlToOdt (testOooLegacyInterface.TestLegacyInterface) testOooServer (9 failures, 10 errors, 1 skips) testGetColumnItemListFromDoc (testOooServer.TestServer) testGetImageFromDoc (testOooServer.TestServer) testGetImageItemListFromDoc (testOooServer.TestServer) testGetImageItemListFromOdt (testOooServer.TestServer) testGetLineItemListFromDoc (testOooServer.TestServer) testGetMetadata (testOooServer.TestServer) testGetTableFromDoc (testOooServer.TestServer) testGetTableItemListFromDoc (testOooServer.TestServer) testUpdateMetadata (testOooServer.TestServer) testupdateFileMetadataUpdateSomeMetadata (testOooServer.TestServer) testConvert (testOooServer.TestServer) testPNGFileToConvertOdpToHTML (testOooServer.TestServer) testRunConvertMethod (testOooServer.TestServer) testRunGenerateMethod (testOooServer.TestServer) testRunGenerateMethodConvertOdpToHTML (testOooServer.TestServer) testRunGenerateMethodConvertOdsToHTML (testOooServer.TestServer) testRunGenerateMethodConvertOdsToMsXslx (testOooServer.TestServer) testRunSetMetadata (testOooServer.TestServer) testOooUnoConverter (1 failures) testUnoConverterOdtToDoc (testOooUnoConverter.TestUnoConverter) testPdfHandler (1 errors) testsetMetadata (testPdfHandler.TestHandler) testPdfServer (1 errors) testSetMetadata (testPdfServer.TestServer) The following tests were at least partly skipped: testOooInterface (3 skips) testOooServer (1 skips) -------------- next part -------------- A non-text attachment was scrubbed... Name: summary.diff Type: text/x-diff Size: 3584 bytes Desc: not available URL: -------------- next part -------------- FAIL: testDrawingFormats (testOooAllFormat.TestAllFormats) Test all drawing formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 44, in testDrawingFormats self.runTestForType('data/test.odg', 'odg', 'drawing') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'odg' output_format: 'met' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testPresentationFormats (testOooAllFormat.TestAllFormats) Test all presentation formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 40, in testPresentationFormats self.runTestForType('data/test.odp', 'odp', 'presentation') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'odp' output_format: 'pbm' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testSpreadSheetFormats (testOooAllFormat.TestAllFormats) Test all spreadsheet formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 48, in testSpreadSheetFormats self.runTestForType('data/test.ods', 'ods', 'spreadsheet') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'ods' output_format: 'slk' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testTextFormats (testOooAllFormat.TestAllFormats) Test all text formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 36, in testTextFormats self.runTestForType('data/test.odt', 'odt', 'text') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'odt' output_format: 'odt' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testWebFormats (testOooAllFormat.TestAllFormats) Test all web formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 52, in testWebFormats self.runTestForType('data/test.html', 'html', 'web') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'html' output_format: 'pdf' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testDrawingFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all drawing formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 49, in testDrawingFormats self.runTestForType('data/test.odg', 'odg', 'application/vnd.oasis.opendocument.graphics') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 66, in runTestForType source_mimetype)[1]['data'] KeyError: 'data' ERROR: testPresentationFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all presentation formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 45, in testPresentationFormats self.runTestForType('data/test.odp', 'odp', 'application/vnd.oasis.opendocument.presentation') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 66, in runTestForType source_mimetype)[1]['data'] KeyError: 'data' ERROR: testSpreadSheetFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all spreadsheet formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 53, in testSpreadSheetFormats self.runTestForType('data/test.ods', 'ods', 'application/vnd.oasis.opendocument.spreadsheet') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 66, in runTestForType source_mimetype)[1]['data'] KeyError: 'data' ERROR: testTextFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all text formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 41, in testTextFormats self.runTestForType('data/test.odt', 'odt', 'application/vnd.oasis.opendocument.text') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 66, in runTestForType source_mimetype)[1]['data'] KeyError: 'data' ERROR: testConvertDocToOdt (testOooHandler.TestHandler) Test convert DOC to ODT ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 84, in testConvertDocToOdt doc_exported = handler.convert("odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testConvertOdtToDoc (testOooHandler.TestHandler) Test convert ODT to DOC ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 75, in testConvertOdtToDoc doc_exported = handler.convert("doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testConvertWithOpenOfficeStopped (testOooHandler.TestHandler) Test convert with openoffice stopped ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 130, in testConvertWithOpenOfficeStopped doc_exported = handler.convert("odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testGetMetadata (testOooHandler.TestHandler) Test getMetadata ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 94, in testGetMetadata metadata = handler.getMetadata() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 188, in getMetadata stdout, stderr = self._callUnoConverter(*feature_list, **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testGetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) Test getMetadata with openoffice stopped ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 141, in testGetMetadataWithOpenOfficeStopped metadata = handler.getMetadata() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 188, in getMetadata stdout, stderr = self._callUnoConverter(*feature_list, **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testRefreshOdt (testOooHandler.TestHandler) Test refresh argument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 168, in testRefreshOdt doc_exported = handler.convert("odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testSetMetadata (testOooHandler.TestHandler) Test setMetadata ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 107, in testSetMetadata new_data = handler.setMetadata({"Title": "cloudooo Test -"}) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 209, in setMetadata stdout, stderr = self._callUnoConverter(*['setmetadata'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testSetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) Test setMetadata with openoffice stopped ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 153, in testSetMetadataWithOpenOfficeStopped new_data = handler.setMetadata({"Title": "cloudooo Test -"}) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 209, in setMetadata stdout, stderr = self._callUnoConverter(*['setmetadata'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testHtmlToBaseFormatConversion (testOooLegacyInterface.TestLegacyInterface) Check implicit base conversion of HTML documents. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooLegacyInterface.py", line 48, in testHtmlToBaseFormatConversion self.assertEquals(response_dict['mime'], 'text/html') KeyError: 'mime' ERROR: testHtmlToOdt (testOooLegacyInterface.TestLegacyInterface) Check conversion of HTML to odt ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooLegacyInterface.py", line 63, in testHtmlToOdt self.assertEquals(response_dict['mime'], 'application/vnd.oasis.opendocument.text') KeyError: 'mime' ERROR: testGetColumnItemListFromDoc (testOooServer.TestServer) Test if getColumnItemList can get the list of column item from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 458, in testGetColumnItemListFromDoc "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetImageFromDoc (testOooServer.TestServer) Test if getImage can get a image from doc file after zip ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 517, in testGetImageFromDoc data_odt = self.proxy.convertFile(data, 'doc', 'odt', False) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetImageItemListFromDoc (testOooServer.TestServer) Test if getImageItemList can get the list of images items from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 494, in testGetImageItemListFromDoc image_list = self.proxy.getImageItemList(data, "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetImageItemListFromOdt (testOooServer.TestServer) Test if getImageItemList can get the list of images items from odt file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 482, in testGetImageItemListFromOdt image_list = self.proxy.getImageItemList(data, "odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetLineItemListFromDoc (testOooServer.TestServer) Test if getLineItemList can get the list of lines items from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 473, in testGetLineItemListFromDoc line_item_list = self.proxy.getLineItemList(data, "Table1", "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetMetadata (testOooServer.TestServer) test if OOo metadata are extracted correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 148, in testGetMetadata self.runGetMetadataList(self.GetMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 164, in runGetMetadataList self._testGetMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 105, in _testGetMetadata base_document) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetTableFromDoc (testOooServer.TestServer) Test if getTableItemList can get a item of some granulated table from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 431, in testGetTableFromDoc granulated_table = self.proxy.getTableItemList(data, "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetTableItemListFromDoc (testOooServer.TestServer) Test if getTableItemList can get the table item list from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 410, in testGetTableItemListFromDoc "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testUpdateMetadata (testOooServer.TestServer) test if OOo metadata are insert correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 174, in testUpdateMetadata self.runUpdateMetadataList(self.UpdateMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 175, in runUpdateMetadataList self._testUpdateMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 118, in _testUpdateMetadata metadata_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testupdateFileMetadataUpdateSomeMetadata (testOooServer.TestServer) Test server using method updateFileMetadata when the same metadata is ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 182, in testupdateFileMetadataUpdateSomeMetadata dict(Reference="testSetMetadata", Something="ABC")) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> FAIL: testConvert (testOooServer.TestServer) Test convertion of OOofiles ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 100, in testConvert self.runConversionList(self.ConversionScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 153, in runConversionList self._testConvertFile(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'doc' output_format: 'odt' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testPNGFileToConvertOdpToHTML (testOooServer.TestServer) Test run_generate method from odp with png to html. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 275, in testPNGFileToConvertOdpToHTML self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunConvertMethod (testOooServer.TestServer) Test run_convert method ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 206, in testRunConvertMethod self.runConvertScenarioList(self.ConvertScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 208, in runConvertScenarioList self._testRunConvert(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 132, in _testRunConvert self.assertEquals(response_code, expected_response_code) AssertionError: 402 != 200 FAIL: testRunGenerateMethod (testOooServer.TestServer) Test run_generate method ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 218, in testRunGenerateMethod self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunGenerateMethodConvertOdpToHTML (testOooServer.TestServer) Test run_generate method from odp to html. This test is to validate ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 306, in testRunGenerateMethodConvertOdpToHTML self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunGenerateMethodConvertOdsToHTML (testOooServer.TestServer) Test run_generate method from ods to html. This test is to validate ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 234, in testRunGenerateMethodConvertOdsToHTML self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunGenerateMethodConvertOdsToMsXslx (testOooServer.TestServer) Test run_generate method from ods to ms.xlsx. This test is to validate ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 259, in testRunGenerateMethodConvertOdsToMsXslx self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunSetMetadata (testOooServer.TestServer) Test run_setmetadata method, updating the same metadata ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 345, in testRunSetMetadata self.assertEquals(response_code, 200) AssertionError: 402 != 200 SUCCESS: testRunGenerateMethodFailResponse (testOooServer.TestServer) Test run_generate method with invalid document FAIL: testUnoConverterOdtToDoc (testOooUnoConverter.TestUnoConverter) Test script unoconverter ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooUnoConverter.py", line 81, in testUnoConverterOdtToDoc self.assertEquals(stderr, '') AssertionError: 'Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n' != '' ERROR: testsetMetadata (testPdfHandler.TestHandler) Test if the metadata is inserted correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfHandler.py", line 61, in testsetMetadata new_document = handler.setMetadata(metadata_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/handler.py", line 112, in setMetadata env=self.environment).communicate() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory ERROR: testSetMetadata (testPdfServer.TestServer) Test if metadata is inserted correctly in pdf file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfServer.py", line 87, in testSetMetadata self.runUpdateMetadataList(self.UpdateMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 175, in runUpdateMetadataList self._testUpdateMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 118, in _testUpdateMetadata metadata_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :[Errno 2] No such file or directory"> From nobody at svn.erp5.org Wed Nov 5 02:06:20 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 01:06:20 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-Cloud-Reliability-COMP-2-3Nodes-ETN-?= =?utf-8?q?ERP5PROJECT2_=3A_4863_Tests=2C_0_Errors=2C_2_Failures=2C_206_Sk?= =?utf-8?q?ips?= Message-ID: <20141105010621.47909BF0206@mail2.tiolive.com> Test Suite: ERP5-Cloud-Reliability-COMP-2-3Nodes-ETN-ERP5PROJECT2 Revision: slapos=7314-3db3834c3f03fe60b7d1d1465f7c8db4c3706289,erp5=43933-43595976c86ec2683627ebc1e8fccc4fba9b4338 Result: FAIL All tests: 4863 Failures: 2 Errors: 0 Skips: 206 The following tests have an unknown status: runUnitTest --verbose '--erp5_sql_connection_string=testdb_6 at 10.0.187.160:45678 testuser_6 insecure' --xvfb_bin=/srv/slapgrid/slappart29/srv/slapos/soft/60f06fa1bcf24b2430b470da43a34a7f/parts/xserver/bin/Xvfb --firefox_bin=/srv/slapgrid/slappart29/srv/slapos/soft/60f06fa1bcf24b2430b470da43a34a7f/parts/firefox/firefox-slapos '--extra_sql_connection_string_list=testdb_7 at 10.0.187.160:45678 testuser_7 insecure,testdb_8 at 10.0.187.160:45678 testuser_8 insecure' --bt5_path=None --instance_home=unit_test.3 testTimerService The following tests failed: erp5_test_result:testTaskDistribution (1 failures) test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) testFunctionalCore (1 failures, 8 skips) testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testIngestion (4 skips) testIngestionWithFlare (4 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) -------------- next part -------------- FAIL: test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 341, in test_07_reportTaskFailure checkNodeState("started", "started") File "", line 340, in checkNodeState [(x.getTitle(), x.getSimulationState()) for x in node_list]) AssertionError: Lists differ: [('Node0', 'started'), ('Node1... != [('Node1', 'started')] First differing element 0: ('Node0', 'started') ('Node1', 'started') First list contains 1 additional elements. First extra element 1: ('Node1', 'started') - [('Node0', 'started'), ('Node1', 'started')] + [('Node1', 'started')] FAIL: testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/ERP5TypeFunctionalTestCase.py", line 436, in testFunctionalTestRunner self.assertEqual([], error_title_list, '\n'.join(error_title_list)) AssertionError: testFeedReaderGadget Loading Zope ... Instance at '/srv/slapgrid/slappart29/srv/testnode/dl/test_suite/unit_test.3' loaded ... done (9.262s) test_01_checkAnonymousProcessing (testTimerService.TestTimerService) ... Adding ERP5TypeTestCase user ... Adding erp5_portal_9f295f9ace46ae534d692b8af7ed4288 ERP5 Site ... From nobody at svn.erp5.org Wed Nov 5 03:28:55 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 02:28:55 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-Cloud-Reliability-COMP-1-3Nodes-ETN-?= =?utf-8?q?ERP5PROJECT2_=3A_4434_Tests=2C_0_Errors=2C_3_Failures=2C_203_Sk?= =?utf-8?q?ips?= Message-ID: <20141105022856.2D401BF02E4@mail2.tiolive.com> Test Suite: ERP5-Cloud-Reliability-COMP-1-3Nodes-ETN-ERP5PROJECT2 Revision: slapos=7314-3db3834c3f03fe60b7d1d1465f7c8db4c3706289,erp5=43933-43595976c86ec2683627ebc1e8fccc4fba9b4338 Result: FAIL Building Failed All tests: 4434 Failures: 3 Errors: 0 Skips: 203 The following tests failed: testERP5BankingVaultTransfer (1 failures) test_01_ERP5BankingVaultTransfer (testERP5BankingVaultTransfer.TestERP5BankingVaultTransfer) testFunctionalCore (2 failures, 8 skips) testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testIngestion (4 skips) testIngestionWithFlare (4 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) -------------- next part -------------- A non-text attachment was scrubbed... Name: summary.diff Type: text/x-diff Size: 1042 bytes Desc: not available URL: -------------- next part -------------- FAIL: test_01_ERP5BankingVaultTransfer (testERP5BankingVaultTransfer.TestERP5BankingVaultTransfer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Banking/tests/testERP5BankingVaultTransfer.py", line 790, in test_01_ERP5BankingVaultTransfer sequence_list.play(self) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: Tic CheckObjects Tic CheckInitialInventory CheckSource CheckDestination CreateVaultTransfer CreateValidLine1 CheckSubTotal CreateValidLine2 CheckTotal CheckSource CheckDestination CreateInvalidLine TryPlanVaultTransferWithBadInventory DelInvalidLine Tic CheckTotal PlanVaultTransfer CheckSourceDebitPlanned > CheckDestinationCreditPlanned CheckSourceDebitPlanned CheckDestinationCreditPlanned OrderVaultTransfer ResetSourceInventory Tic DeliverVaultTransferFails Tic DeleteResetInventory Tic ConfirmToDeliverVaultTransfer CheckSourceDebit CheckDestinationCredit File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Banking/tests/testERP5BankingVaultTransfer.py", line 618, in stepCheckDestinationCreditPlanned self.assertEqual(self.simulation_tool.getFutureInventory(node=self.caisse_courante.getRelativeUrl(), resource = self.billet_10000.getRelativeUrl()), 5.0) AssertionError: 0.0 != 5.0 FAIL: testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/ERP5TypeFunctionalTestCase.py", line 436, in testFunctionalTestRunner self.assertEqual([], error_title_list, '\n'.join(error_title_list)) AssertionError: Test PlanningBox Next and Previous Lane Multiple Times testGadgetEditPreferences From nobody at svn.erp5.org Wed Nov 5 06:07:05 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 05:07:05 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-Cloud-Reliability-COMP-2-3Nodes-ETN-?= =?utf-8?q?ERP5PROJECT2_=3A_4864_Tests=2C_0_Errors=2C_2_Failures=2C_206_Sk?= =?utf-8?q?ips?= Message-ID: <20141105050706.63E33BF02E4@mail2.tiolive.com> Test Suite: ERP5-Cloud-Reliability-COMP-2-3Nodes-ETN-ERP5PROJECT2 Revision: slapos=7314-3db3834c3f03fe60b7d1d1465f7c8db4c3706289,erp5=43933-43595976c86ec2683627ebc1e8fccc4fba9b4338 Result: FAIL All tests: 4864 Failures: 2 Errors: 0 Skips: 206 The following tests failed: erp5_test_result:testTaskDistribution (1 failures) test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) testFunctionalCore (1 failures, 8 skips) testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testIngestion (4 skips) testIngestionWithFlare (4 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) -------------- next part -------------- FAIL: test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 341, in test_07_reportTaskFailure checkNodeState("started", "started") File "", line 340, in checkNodeState [(x.getTitle(), x.getSimulationState()) for x in node_list]) AssertionError: Lists differ: [('Node0', 'started'), ('Node1... != [('Node1', 'started')] First differing element 0: ('Node0', 'started') ('Node1', 'started') First list contains 1 additional elements. First extra element 1: ('Node1', 'started') - [('Node0', 'started'), ('Node1', 'started')] + [('Node1', 'started')] FAIL: testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/ERP5TypeFunctionalTestCase.py", line 436, in testFunctionalTestRunner self.assertEqual([], error_title_list, '\n'.join(error_title_list)) AssertionError: Test Transactions related to an account, with at date parameter From nobody at svn.erp5.org Wed Nov 5 06:42:33 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 05:42:33 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-component-SLAPOS-component_=3A_4864_?= =?utf-8?q?Tests=2C_135_Errors=2C_44_Failures=2C_198_Skips?= Message-ID: <20141105054238.8454FBF02E4@mail2.tiolive.com> Test Suite: ERP5-component-SLAPOS-component Revision: slapos=7333-c7c2d4c65ff8415b2b44c7a4c4466a34860c2a5d,erp5=43983-aa87d5c6f7428b429f216d876ba9ddbc49feba95 Result: FAIL All tests: 4864 Failures: 44 Errors: 135 Skips: 198 The following tests failed: erp5_configurator_ebusiness_lotse:testEbusinessLotseConfigurationWorkflow (1 errors) test_ebusiness_lotse_workflow (erp5.component.test.erp5_version.testEbusinessLotseConfigurationWorkflow.TestEbusinessLotseConfigurationWorkflow) erp5_configurator_standard:testStandardConfigurationWorkflow (6 failures) test_consulting_workflow (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestConsultingConfiguratorWorkflow) test_standard_workflow_brazil (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_brazil_with_previous (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_france (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_germany (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_russia (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) erp5_web_ung_theme:testUNG (5 errors) testWebPage_updateWebDocument (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_addGadgetList (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_deleteObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_getDocumentUrl (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_getWebPageObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) testConfiguratorItem (1 errors) testCategoriesSpreadsheetConfiguratorItem (testConfiguratorItem.TestConfiguratorItem) testDms (24 errors, 1 skips) test_02_RevisionSystem (testDms.TestDocument) test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument) test_07_testImplicitRelations (testDms.TestDocument) test_08_NoImagesCreatedDuringHTMLConversion (testDms.TestDocument) test_Base_contribute (testDms.TestDocument) test_Base_showFoundText (testDms.TestDocument) test_ContributeToExistingDocument (testDms.TestDocument) test_ContributeWithMergingToExistingDocument (testDms.TestDocument) test_HTML_to_ODT_conversion_keep_enconding (testDms.TestDocument) test_HTML_to_ODT_conversion_keep_related_image_list (testDms.TestDocument) test_Member_download_pdf_format (testDms.TestDocument) test_Owner_Base_download (testDms.TestDocument) test_Text_conversion_to_base_format_no_original_format_access (testDms.TestDocument) test_base_convertable_behaviour_with_successive_updates (testDms.TestDocument) test_convertToImageOnTraversal (testDms.TestDocument) test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDms.TestDocument) test_document_publication_workflow_archiveVersion (testDms.TestDocument) test_getExtensibleContent (testDms.TestDocument) test_getOriginalContentOnTraversal (testDms.TestDocument) test_getTargetFormatItemList (testDms.TestDocument) test_preConversionOnly (testDms.TestDocument) test_DownloadableDocumentSize (testDms.TestDocumentWithSecurity) test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity) test_01_LargeOOoDocumentToImageConversion (testDms.TestDocumentPerformance) testDmsWithFlare (21 errors, 1 skips) test_02_RevisionSystem (testDmsWithFlare.TestDocumentWithFlare) test_06_ProcessingStateOfAClonedDocument (testDmsWithFlare.TestDocumentWithFlare) test_07_testImplicitRelations (testDmsWithFlare.TestDocumentWithFlare) test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithFlare.TestDocumentWithFlare) test_Base_contribute (testDmsWithFlare.TestDocumentWithFlare) test_Base_showFoundText (testDmsWithFlare.TestDocumentWithFlare) test_ContributeToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) test_ContributeWithMergingToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) test_HTML_to_ODT_conversion_keep_enconding (testDmsWithFlare.TestDocumentWithFlare) test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithFlare.TestDocumentWithFlare) test_Member_download_pdf_format (testDmsWithFlare.TestDocumentWithFlare) test_Owner_Base_download (testDmsWithFlare.TestDocumentWithFlare) test_Text_conversion_to_base_format_no_original_format_access (testDmsWithFlare.TestDocumentWithFlare) test_base_convertable_behaviour_with_successive_updates (testDmsWithFlare.TestDocumentWithFlare) test_convertToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) test_document_publication_workflow_archiveVersion (testDmsWithFlare.TestDocumentWithFlare) test_getExtensibleContent (testDmsWithFlare.TestDocumentWithFlare) test_getOriginalContentOnTraversal (testDmsWithFlare.TestDocumentWithFlare) test_getTargetFormatItemList (testDmsWithFlare.TestDocumentWithFlare) test_preConversionOnly (testDmsWithFlare.TestDocumentWithFlare) testDmsWithPreConversion (23 errors, 1 skips) test_02_RevisionSystem (testDmsWithPreConversion.TestDocumentWithPreConversion) test_06_ProcessingStateOfAClonedDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) test_07_testImplicitRelations (testDmsWithPreConversion.TestDocumentWithPreConversion) test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithPreConversion.TestDocumentWithPreConversion) test_11_Base_getAdvancedSearchResultList (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Base_contribute (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Base_showFoundText (testDmsWithPreConversion.TestDocumentWithPreConversion) test_ContributeToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) test_ContributeWithMergingToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) test_HTML_to_ODT_conversion_keep_enconding (testDmsWithPreConversion.TestDocumentWithPreConversion) test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Member_download_pdf_format (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Owner_Base_download (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Text_conversion_to_base_format_no_original_format_access (testDmsWithPreConversion.TestDocumentWithPreConversion) test_base_convertable_behaviour_with_successive_updates (testDmsWithPreConversion.TestDocumentWithPreConversion) test_convertToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) test_document_publication_workflow_archiveVersion (testDmsWithPreConversion.TestDocumentWithPreConversion) test_getExtensibleContent (testDmsWithPreConversion.TestDocumentWithPreConversion) test_getOriginalContentOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) test_getTargetFormatItemList (testDmsWithPreConversion.TestDocumentWithPreConversion) test_preConversionOnly (testDmsWithPreConversion.TestDocumentWithPreConversion) test_preConvertedReferencedImageInWebPageContent (testDmsWithPreConversion.TestDocumentWithPreConversion) testERP5WebWithDms (4 failures) test_06_Check_LastModified_Header (testERP5WebWithDms.TestERP5WebWithDms) test_07_TestDocumentViewBehaviour (testERP5WebWithDms.TestERP5WebWithDms) test_08_RFC5861 (testERP5WebWithDms.TestERP5WebWithDms) test_PreviewOOoDocumentWithEmbeddedImage (testERP5WebWithDms.TestERP5WebWithDms) testFormPrintoutAsODG (4 errors) test_01_TextField (testFormPrintoutAsODG.TestFormPrintoutAsODG) test_02_TextFieldWithMultiLines (testFormPrintoutAsODG.TestFormPrintoutAsODG) test_03_Image (testFormPrintoutAsODG.TestFormPrintoutAsODG) test_04_ProxyField (testFormPrintoutAsODG.TestFormPrintoutAsODG) testFormPrintoutAsODT (20 errors, 1 skips) test_01_Paragraph (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_01_Paragraph_07_LinesField (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_01_Paragraph_08_Field_Format (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_01_Paragraph_09_RangeReferenceWithSpan (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_01_Normal (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_02_SmallerThanListboxColumns (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_03_ListboxColumnsLargerThanTable (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_04_ListboxHasNotStat (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_05_NormalSameLayout (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_06_TableDoesNotHaveAHeader (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_07_CellFormat (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_08_Nodata (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_09_StyleSetting (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_04_Iteration (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_04_Iteration_02_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_04_Iteration_03_ReportBox_and_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_07_Image (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_08_OOoConversion (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_09_FieldReplacement (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_field_replacement_with_variable (testFormPrintoutAsODT.TestFormPrintoutAsODT) testIngestion (14 failures, 1 errors) 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_09_Contribute (testIngestion.TestIngestion) test_10_MetadataSettingPreferenceOrder (testIngestion.TestIngestion) test_11_EmailIngestion (testIngestion.TestIngestion) test_12_UploadTextFromContributionTool (testIngestion.TestIngestion) testIngestionWithFlare (14 failures, 1 errors) 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_09_Contribute (testIngestionWithFlare.TestIngestionWithFlare) test_10_MetadataSettingPreferenceOrder (testIngestionWithFlare.TestIngestionWithFlare) test_11_EmailIngestion (testIngestionWithFlare.TestIngestionWithFlare) test_12_UploadTextFromContributionTool (testIngestionWithFlare.TestIngestionWithFlare) testOOoChart (2 failures) test_ooo_chart (testOOoChart.TestOOoChart) test_proxy_ooo_chart (testOOoChart.TestOOoChart) testOOoConversionCache (9 errors) test_01_PersistentCacheConversion (testOOoConversionCache.TestDocumentConversionCache) test_02_VolatileCacheConversionOfTempObject (testOOoConversionCache.TestDocumentConversionCache) test_03_CacheConversionOfTempObjectIsNotMixed (testOOoConversionCache.TestDocumentConversionCache) test_04_PersistentCacheConversionWithFlare (testOOoConversionCache.TestDocumentConversionCache) test_05_checksum_conversion (testOOoConversionCache.TestDocumentConversionCache) test_06_check_md5_is_updated (testOOoConversionCache.TestDocumentConversionCache) test_07_check_cache_key_is_escaped (testOOoConversionCache.TestDocumentConversionCache) test_08_check_conversion_cache_with_portal_document_type_list (testOOoConversionCache.TestDocumentConversionCache) test_image_conversion (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) testOOoStyle (2 failures) test_form_view_format (testOOoStyle.TestODTStyle) test_form_view_format (testOOoStyle.TestODSStyle) testOOoStyleWithFlare (2 failures) test_form_view_format (testOOoStyleWithFlare.TestODTStyle) test_form_view_format (testOOoStyleWithFlare.TestODSStyle) The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) Attached traceback has been truncated to the first 5000 lines -------------- next part -------------- A non-text attachment was scrubbed... Name: summary.diff Type: text/x-diff Size: 16831 bytes Desc: not available URL: -------------- next part -------------- ERROR: test_ebusiness_lotse_workflow (erp5.component.test.erp5_version.testEbusinessLotseConfigurationWorkflow.TestEbusinessLotseConfigurationWorkflow) Test the consulting workflow configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 233, in test_ebusiness_lotse_workflow File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetGermanyCase CreateBusinessConfiguration Tic SetEbusinessLotseWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureInstallationForm SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation > Tic CheckInstanceIsConfiguredGermany CheckPerson CheckOrganisation CheckBankAccount CheckPurchaseTradeCondition CheckSaleTradeCondition File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 571, in stepTic self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/2', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/3', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/4', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/5', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/6', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/7', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/8', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/9', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/10', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/11', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/12', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/13', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/14', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/15', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/16', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/17', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/18', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/19', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/20', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/21', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/22', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/23', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/24', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/25', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/26', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/27', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/28', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/29', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/30', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/31', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/32', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/33', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/34', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/35', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/36', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/37', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1', 'ERP5Site_afterConfigurationSetup', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1', 'install', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/1', 'fixConsistency', -2, 1)] Last error message: ConversionError OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Products.ERP5Type.Base, line 2577, in fixConsistency return self.checkConsistency(fixit=True, filter=filter, **kw) Module Products.ERP5Type.Base, line 2539, in checkConsistency error_list = UnrestrictedMethod(self._checkConsistency)(fixit=fixit) Module Products.ERP5Type.UnrestrictedMethod, line 67, in return lambda *args, **kw: unrestricted_apply(function, args, kw) Module Products.ERP5Type.UnrestrictedMethod, line 102, in unrestricted_apply return apply(function, args, kw) Module Products.ERP5Configurator.Document.CategoriesSpreadsheetConfiguratorItem, line 71, in _checkConsistency self._readSpreadSheet() Module Products.ERP5Configurator.Document.CategoriesSpreadsheetConfiguratorItem, line 119, in _readSpreadSheet UnrestrictedStringIO(self.getDefaultConfigurationSpreadsheetData())) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 273, in Base_getCategoriesSpreadSheetMapping - - Line 273 return Module Products.ERP5.mixin.base_convertable, line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method Module Products.ERP5OOo.Document.OOoDocument, line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) FAIL: test_consulting_workflow (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestConsultingConfiguratorWorkflow) Test the consulting workflow configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1347, in test_consulting_workflow File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetFranceCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureCategoriesForm SetupCategoriesConfiguratorItem ConfiguratorNext Tic CheckConfigureRolesForm CheckCategoriesConfiguratorItem SetupRolesConfiguratorItem ConfiguratorNext Tic CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListFrance SetupPreferenceConfiguration ConfiguratorNext Tic CheckPreferenceConfigurationItemList CheckConfigureInstallationForm SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredFrance CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_brazil (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with brazilian configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1596, in test_standard_workflow_brazil File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetBrazilCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListBrazil SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredBrazil CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_brazil_with_previous (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) This time we must simulate the previous buttom ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1710, in test_standard_workflow_brazil_with_previous File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetBrazilCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem ConfiguratorPrevious CheckConfigureOrganisationForm ConfiguratorNext CheckConfigureUserAccountNumberForm SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm ConfiguratorPrevious CheckConfigureUserAccountNumberForm ConfiguratorPrevious CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext CheckConfigureUserAccountNumberForm SetupUserAccounNumberSix ConfiguratorNext CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckMultiplePersonConfigurationItem CheckConfigureAccountingForm SetupAccountingConfiguration ConfiguratorNext Tic CheckAccountingConfigurationItemListBrazil CheckConfigurePreferenceForm ConfiguratorPrevious CheckConfigureAccountingForm ConfiguratorPrevious CheckConfigureMultipleUserAccountForm ConfiguratorPrevious CheckConfigureUserAccountNumberForm ConfiguratorPrevious CleanUpRequest CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext CheckConfigureUserAccountNumberForm SetupUserAccounNumberSix ConfiguratorNext CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext CheckConfigureAccountingForm SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm SetupPreferenceConfiguration ConfiguratorNext Tic CheckPreferenceConfigurationItemList CheckConfigureInstallationForm SetupInstallConfiguration ConfiguratorNext CheckInstallConfiguration Tic StartConfigurationInstallation Tic CheckInstanceIsConfiguredBrazil File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_france (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with french configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1582, in test_standard_workflow_france File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetFranceCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListFrance SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredFrance CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_germany (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with german configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1589, in test_standard_workflow_germany File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetGermanyCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListGermany SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredGermany CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_russia (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with russian configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1603, in test_standard_workflow_russia File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetRussiaCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListRussia SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredRussia CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' ERROR: testWebPage_updateWebDocument (erp5.component.test.erp5_version.testUNG.TestUNG) Test if script load correctly the Web Page with data of one document ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 509, in testWebPage_updateWebDocument self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_addGadgetList (erp5.component.test.erp5_version.testUNG.TestUNG) Test if gadgets are added correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 424, in testWebSection_addGadgetList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_deleteObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) Test if objects are deleted correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 131, in testWebSection_deleteObjectList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_getDocumentUrl (erp5.component.test.erp5_version.testUNG.TestUNG) Test if script used to generated custom url to listbox works ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 261, in testWebSection_getDocumentUrl self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_getWebPageObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) Test if the paths of preference objects are returned correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 473, in testWebSection_getWebPageObjectList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testCategoriesSpreadsheetConfiguratorItem (testConfiguratorItem.TestConfiguratorItem) Test Portal Type Roles Configurator Item ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Configurator/tests/testConfiguratorItem.py", line 452, in testCategoriesSpreadsheetConfiguratorItem item.fixConsistency() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/Base.py", line 2577, in fixConsistency return self.checkConsistency(fixit=True, filter=filter, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/Base.py", line 2539, in checkConsistency error_list = UnrestrictedMethod(self._checkConsistency)(fixit=fixit) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/UnrestrictedMethod.py", line 67, in return lambda *args, **kw: unrestricted_apply(function, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/UnrestrictedMethod.py", line 102, in unrestricted_apply return apply(function, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Configurator/Document/CategoriesSpreadsheetConfiguratorItem.py", line 71, in _checkConsistency self._readSpreadSheet() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Configurator/Document/CategoriesSpreadsheetConfiguratorItem.py", line 119, in _readSpreadSheet UnrestrictedStringIO(self.getDefaultConfigurationSpreadsheetData())) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 265, in Base_getCategoriesSpreadSheetMapping continue # we are on the direct parent (current level - 1) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_02_RevisionSystem (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 298, in test_02_RevisionSystem self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/1'] ERROR: test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 730, in test_06_ProcessingStateOfAClonedDocument self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/14', 'convertToBaseFormat', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/13'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/13'] ERROR: test_07_testImplicitRelations (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 549, in test_07_testImplicitRelations self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/34', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/35', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/33', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/28', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/30', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/32', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/31', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/29'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/34', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/35', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/33', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/28', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/30', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/32', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/31', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/29'] ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDms.TestDocument) Converting an ODT to html no longer creates Images embedded in the ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 780, in test_08_NoImagesCreatedDuringHTMLConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/36'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/36'] ERROR: test_Base_contribute (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1506, in test_Base_contribute self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/44'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/44'] ERROR: test_Base_showFoundText (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1472, in test_Base_showFoundText self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/47'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/47'] ERROR: test_ContributeToExistingDocument (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2492, in test_ContributeToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_ContributeWithMergingToExistingDocument (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2518, in test_ContributeWithMergingToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1573, in test_HTML_to_ODT_conversion_keep_enconding mime_type, pdf_data = web_page.convert('pdf') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/chain.py", line 49, in convert data = transform.convert(orig, data, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1611, in test_HTML_to_ODT_conversion_keep_related_image_list mime_type, odt_archive = web_page.convert('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Member_download_pdf_format (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 666, in test_Member_download_pdf_format self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/51'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/51'] ERROR: test_Owner_Base_download (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 636, in test_Owner_Base_download self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/52'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/52'] ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDms.TestDocument) Checks Document.OOoDocument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2074, in test_Text_conversion_to_base_format_no_original_format_access 'TEST-en-002.odt' File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2046, in _test_document_conversion_to_base_format_no_original_format_access self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/55'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/55'] ERROR: test_base_convertable_behaviour_with_successive_updates (testDms.TestDocument) Check that update content's document (with setData and setFile) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2561, in test_base_convertable_behaviour_with_successive_updates document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_convertToImageOnTraversal (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2227, in test_convertToImageOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/58'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/58'] ERROR: test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2164, in test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal web_page_image_size, web_page_file_size = self.getURLSizeList(web_page_document_url, **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 259, in getURLSizeList image = Image.open(filename) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/develop-eggs/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 2256, in open % (filename if filename else fp)) IOError: cannot identify image file '/srv/slapgrid/slappart19/srv/testnode/id/test_suite/unit_test.3/tests/test-image-format-resize.jpeg' ERROR: test_document_publication_workflow_archiveVersion (testDms.TestDocument) Test "visible" instances of a doc are auto archived when a new ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2762, in test_document_publication_workflow_archiveVersion document_002 = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_getExtensibleContent (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2097, in test_getExtensibleContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/60'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/60'] ERROR: test_getOriginalContentOnTraversal (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2317, in test_getOriginalContentOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/61'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/61'] ERROR: test_getTargetFormatItemList (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2143, in test_getTargetFormatItemList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/64'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/64'] ERROR: test_preConversionOnly (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2367, in test_preConversionOnly self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/66'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/66'] ERROR: test_DownloadableDocumentSize (testDms.TestDocumentWithSecurity) Check that once the document is converted and cached, its size is ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2869, in test_DownloadableDocumentSize self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/1'] ERROR: test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2845, in test_ShowPreviewAfterSubmitted self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/2'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/2'] ERROR: test_01_LargeOOoDocumentToImageConversion (testDms.TestDocumentPerformance) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2945, in test_01_LargeOOoDocumentToImageConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_062f01ed4b9f1e467509c18a52005316/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_062f01ed4b9f1e467509c18a52005316/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_062f01ed4b9f1e467509c18a52005316/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_062f01ed4b9f1e467509c18a52005316/document_module/1'] ERROR: test_02_RevisionSystem (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 298, in test_02_RevisionSystem self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/1'] ERROR: test_06_ProcessingStateOfAClonedDocument (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 730, in test_06_ProcessingStateOfAClonedDocument self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/14', 'convertToBaseFormat', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/13'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/13'] ERROR: test_07_testImplicitRelations (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 549, in test_07_testImplicitRelations self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/28', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/32', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/33', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/35', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/34', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/30', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/29', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/31'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/28', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/32', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/33', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/35', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/34', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/30', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/29', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/31'] ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithFlare.TestDocumentWithFlare) Converting an ODT to html no longer creates Images embedded in the ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 780, in test_08_NoImagesCreatedDuringHTMLConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/36'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/36'] ERROR: test_Base_contribute (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1506, in test_Base_contribute self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/44'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/44'] ERROR: test_Base_showFoundText (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1472, in test_Base_showFoundText self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/47'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/47'] ERROR: test_ContributeToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2492, in test_ContributeToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_ContributeWithMergingToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2518, in test_ContributeWithMergingToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1573, in test_HTML_to_ODT_conversion_keep_enconding mime_type, pdf_data = web_page.convert('pdf') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/chain.py", line 49, in convert data = transform.convert(orig, data, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1611, in test_HTML_to_ODT_conversion_keep_related_image_list mime_type, odt_archive = web_page.convert('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Member_download_pdf_format (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 666, in test_Member_download_pdf_format self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/51'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/51'] ERROR: test_Owner_Base_download (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 636, in test_Owner_Base_download self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/52'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/52'] ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDmsWithFlare.TestDocumentWithFlare) Checks Document.OOoDocument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2074, in test_Text_conversion_to_base_format_no_original_format_access 'TEST-en-002.odt' File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2046, in _test_document_conversion_to_base_format_no_original_format_access self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/55'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/55'] ERROR: test_base_convertable_behaviour_with_successive_updates (testDmsWithFlare.TestDocumentWithFlare) Check that update content's document (with setData and setFile) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2561, in test_base_convertable_behaviour_with_successive_updates document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_convertToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2227, in test_convertToImageOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/58'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/58'] ERROR: test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2164, in test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal web_page_image_size, web_page_file_size = self.getURLSizeList(web_page_document_url, **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 259, in getURLSizeList image = Image.open(filename) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/develop-eggs/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 2256, in open % (filename if filename else fp)) IOError: cannot identify image file '/srv/slapgrid/slappart19/srv/testnode/id/test_suite/unit_test.1/tests/test-image-format-resize.jpeg' ERROR: test_document_publication_workflow_archiveVersion (testDmsWithFlare.TestDocumentWithFlare) Test "visible" instances of a doc are auto archived when a new ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2762, in test_document_publication_workflow_archiveVersion document_002 = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_getExtensibleContent (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2097, in test_getExtensibleContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/60'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/60'] ERROR: test_getOriginalContentOnTraversal (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2317, in test_getOriginalContentOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/61'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/61'] ERROR: test_getTargetFormatItemList (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2143, in test_getTargetFormatItemList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/64'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/64'] ERROR: test_preConversionOnly (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2367, in test_preConversionOnly self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/66'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/66'] ERROR: test_02_RevisionSystem (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 298, in test_02_RevisionSystem self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/1'] ERROR: test_06_ProcessingStateOfAClonedDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 730, in test_06_ProcessingStateOfAClonedDocument self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/14', 'convertToBaseFormat', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/13'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/13'] ERROR: test_07_testImplicitRelations (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 549, in test_07_testImplicitRelations self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/32', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/34', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/30', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/28', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/35', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/31', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/33', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/29'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/32', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/34', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/30', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/28', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/35', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/31', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/33', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/29'] ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithPreConversion.TestDocumentWithPreConversion) Converting an ODT to html no longer creates Images embedded in the ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 780, in test_08_NoImagesCreatedDuringHTMLConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/36'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/36'] ERROR: test_11_Base_getAdvancedSearchResultList (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1136, in test_11_Base_getAdvancedSearchResultList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/3', 'convert', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/4', 'convert', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/2', 'convert', -2, 1)] Last error message: KeyError 'data' Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Products.ERP5.mixin.document, line 83, in convert result = self._convert(format, **kw) Module Products.ERP5.Document.TextDocument, line 165, in _convert **convert_kw) Module Products.PortalTransforms.TransformEngine, line 217, in convertToData context, **kwargs) Module Products.PortalTransforms.TransformEngine, line 177, in convertTo usedby=usedby, **kwargs) Module Products.PortalTransforms.chain, line 49, in convert data = transform.convert(orig, data, **kwargs) Module Products.PortalTransforms.Transform, line 191, in convert return self._load_transform().convert(*args, **kwargs) Module Products.ERP5OOo.transforms.html_to_odt, line 41, in convert odt = doc.convertTo('odt') Module Products.ERP5OOo.transforms.oood_commandtransform, line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Base_contribute (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1506, in test_Base_contribute self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/43'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/43'] ERROR: test_Base_showFoundText (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1472, in test_Base_showFoundText self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/46'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/46'] ERROR: test_ContributeToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2492, in test_ContributeToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_ContributeWithMergingToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2518, in test_ContributeWithMergingToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_HTML_to_ODT_conversion_keep_enconding (testDmsWithPreConversion.TestDocumentWithPreConversion) This test perform an PDF conversion of HTML content ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1573, in test_HTML_to_ODT_conversion_keep_enconding mime_type, pdf_data = web_page.convert('pdf') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/chain.py", line 49, in convert data = transform.convert(orig, data, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithPreConversion.TestDocumentWithPreConversion) This test create a Web Page and an Image. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1611, in test_HTML_to_ODT_conversion_keep_related_image_list mime_type, odt_archive = web_page.convert('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Member_download_pdf_format (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 666, in test_Member_download_pdf_format self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/50'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/50'] ERROR: test_Owner_Base_download (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 636, in test_Owner_Base_download self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/51'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/51'] ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDmsWithPreConversion.TestDocumentWithPreConversion) Checks Document.OOoDocument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2074, in test_Text_conversion_to_base_format_no_original_format_access 'TEST-en-002.odt' File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2046, in _test_document_conversion_to_base_format_no_original_format_access self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/54'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/54'] ERROR: test_base_convertable_behaviour_with_successive_updates (testDmsWithPreConversion.TestDocumentWithPreConversion) Check that update content's document (with setData and setFile) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2561, in test_base_convertable_behaviour_with_successive_updates document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_convertToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2227, in test_convertToImageOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/57'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/57'] ERROR: test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2164, in test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal web_page_image_size, web_page_file_size = self.getURLSizeList(web_page_document_url, **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 259, in getURLSizeList image = Image.open(filename) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/develop-eggs/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 2256, in open % (filename if filename else fp)) IOError: cannot identify image file '/srv/slapgrid/slappart19/srv/testnode/id/test_suite/unit_test.2/tests/test-image-format-resize.jpeg' ERROR: test_document_publication_workflow_archiveVersion (testDmsWithPreConversion.TestDocumentWithPreConversion) Test "visible" instances of a doc are auto archived when a new ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2762, in test_document_publication_workflow_archiveVersion document_002 = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_getExtensibleContent (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2097, in test_getExtensibleContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/59'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/59'] ERROR: test_getOriginalContentOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2317, in test_getOriginalContentOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/60'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/60'] ERROR: test_getTargetFormatItemList (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2143, in test_getTargetFormatItemList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/63'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/63'] ERROR: test_preConversionOnly (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2367, in test_preConversionOnly self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/65'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/65'] ERROR: test_preConvertedReferencedImageInWebPageContent (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDmsWithPreConversion.py", line 61, in test_preConvertedReferencedImageInWebPageContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/14', 'convert', -2, 1)] Last error message: KeyError 'data' Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Products.ERP5.mixin.document, line 83, in convert result = self._convert(format, **kw) Module Products.ERP5.Document.TextDocument, line 165, in _convert **convert_kw) Module Products.PortalTransforms.TransformEngine, line 217, in convertToData context, **kwargs) Module Products.PortalTransforms.TransformEngine, line 177, in convertTo usedby=usedby, **kwargs) Module Products.PortalTransforms.chain, line 49, in convert data = transform.convert(orig, data, **kwargs) Module Products.PortalTransforms.Transform, line 191, in convert return self._load_transform().convert(*args, **kwargs) Module Products.ERP5OOo.transforms.html_to_odt, line 41, in convert odt = doc.convertTo('odt') Module Products.ERP5OOo.transforms.oood_commandtransform, line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' FAIL: test_06_Check_LastModified_Header (testERP5WebWithDms.TestERP5WebWithDms) Checks that Last-Modified header set by caching policy manager ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 468, 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 "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 530, in test_07_TestDocumentViewBehaviour self.assertEqual(response.getHeader('content-type'), 'application/pdf') AssertionError: 'text/html; charset=utf-8' != 'application/pdf' FAIL: test_08_RFC5861 (testERP5WebWithDms.TestERP5WebWithDms) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 632, in test_08_RFC5861 self.assertEquals(response.getHeader('Content-Type'), 'image/png') AssertionError: 'text/html; charset=utf-8' != 'image/png' FAIL: test_PreviewOOoDocumentWithEmbeddedImage (testERP5WebWithDms.TestERP5WebWithDms) Tests html preview of an OOo document with images as extensible content. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 680, in test_PreviewOOoDocumentWithEmbeddedImage self.assertTrue(' ERP5 | ERP5

Logged In as : ERP5TypeTestCase

Site Error

An error was encountered while publishing this resource.

Error Type: NotConvertedError
Error Value:


Troubleshooting Suggestions

  • The URL may be incorrect.
  • The parameters passed to this resource may be incorrect.
  • A resource that this resource relies on may be encountering an error.

For more detailed information about the error, please refer to the error log.

If the error persists please contact the site maintainer. Thank you for your patience.

ERROR: test_01_TextField (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 149, in test_01_TextField odf_document = foo_printout.index_html(request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_TextFieldWithMultiLines (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 270, in test_02_TextFieldWithMultiLines odf_document = foo_printout.index_html(request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_03_Image (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 323, in test_03_Image odf_document = foo_printout(request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_ProxyField (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 395, in test_04_ProxyField odf_document = foo_printout.index_html(request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 149, in test_01_Paragraph odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph_07_LinesField (testFormPrintoutAsODT.TestFormPrintoutAsODT) test LinesField into multi line ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 244, in test_01_Paragraph_07_LinesField odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph_08_Field_Format (testFormPrintoutAsODT.TestFormPrintoutAsODT) test a field with format ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 275, in test_01_Paragraph_08_Field_Format odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph_09_RangeReferenceWithSpan (testFormPrintoutAsODT.TestFormPrintoutAsODT) test range reference and span setting ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 305, in test_01_Paragraph_09_RangeReferenceWithSpan odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_01_Normal (testFormPrintoutAsODT.TestFormPrintoutAsODT) To test listbox and ODF table mapping ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 358, in test_02_Table_01_Normal odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_02_SmallerThanListboxColumns (testFormPrintoutAsODT.TestFormPrintoutAsODT) 2. Irregular case: listbox columns count smaller than table columns count ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 399, in test_02_Table_02_SmallerThanListboxColumns odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_03_ListboxColumnsLargerThanTable (testFormPrintoutAsODT.TestFormPrintoutAsODT) 3. Irregular case: listbox columns count larger than table columns count ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 435, in test_02_Table_03_ListboxColumnsLargerThanTable odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_04_ListboxHasNotStat (testFormPrintoutAsODT.TestFormPrintoutAsODT) 4. Irregular case: listbox has not a stat line, but table has a stat line ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 471, in test_02_Table_04_ListboxHasNotStat odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_05_NormalSameLayout (testFormPrintoutAsODT.TestFormPrintoutAsODT) 5. Normal case: the listobx and the ODF table are same layout ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 529, in test_02_Table_05_NormalSameLayout odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_06_TableDoesNotHaveAHeader (testFormPrintoutAsODT.TestFormPrintoutAsODT) 6. Normal case: ODF table does not have a header ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 584, in test_02_Table_06_TableDoesNotHaveAHeader odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_07_CellFormat (testFormPrintoutAsODT.TestFormPrintoutAsODT) 7. Normal case: make sure that it is enable to use ODF cell format setting in FormPrintout ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 621, in test_02_Table_07_CellFormat odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_08_Nodata (testFormPrintoutAsODT.TestFormPrintoutAsODT) 8. Normal case: list box has no data ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 662, in test_02_Table_08_Nodata odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_09_StyleSetting (testFormPrintoutAsODT.TestFormPrintoutAsODT) 9. Normal case: setting the style of the row. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 723, in test_02_Table_09_StyleSetting odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_Iteration (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 832, in test_04_Iteration odf_document = foo_report_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_Iteration_02_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 936, in test_04_Iteration_02_Section odf_document = foo_report_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_Iteration_03_ReportBox_and_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1048, in test_04_Iteration_03_ReportBox_and_Section odf_document = foo_report_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_07_Image (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1123, in test_07_Image odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_08_OOoConversion (testFormPrintoutAsODT.TestFormPrintoutAsODT) test ooo conversion ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1158, in test_08_OOoConversion printout = foo_printout(REQUEST=self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_09_FieldReplacement (testFormPrintoutAsODT.TestFormPrintoutAsODT) test field in ODF Documents ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1181, in test_09_FieldReplacement odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_field_replacement_with_variable (testFormPrintoutAsODT.TestFormPrintoutAsODT) test variables replacement in ODT documents. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1230, in test_field_replacement_with_variable odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_13_UploadTextFromContributionToolWithNonASCIIFilename (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1415, in test_13_UploadTextFromContributionToolWithNonASCIIFilename self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp UploadTextFromContributionToolWithNonASCIIFilename Tic > DiscoverFromFilenameWithNonASCIIFilename File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1395, in stepDiscoverFromFilenameWithNonASCIIFilename self.assertEqual(property_dict['title'], 'title') KeyError: 'title' FAIL: test_03_TextDoc (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1109, in test_03_TextDoc self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument CheckEmptyState StraightUpload CheckConvertingState Tic > CheckConvertedState UploadFromViewForm CheckConvertingState Tic CheckConvertedState File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_041_MetadataEditing (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1147, in test_041_MetadataEditing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument UploadFromViewForm CheckConvertingState Tic > CheckConvertedState EditMetadata CheckChangedMetadata File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionDrawing (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1184, in test_05_FormatIngestionDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > IngestDrawingFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 727, in stepIngestDrawingFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionPresentation (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1177, in test_05_FormatIngestionPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > IngestPresentationFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 709, in stepIngestPresentationFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionSpreadSheet (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1170, in test_05_FormatIngestionSpreadSheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > IngestSpreadsheetFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 699, in stepIngestSpreadsheetFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionText (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1163, in test_05_FormatIngestionText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > IngestTextFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 689, in stepIngestTextFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_06_FormatGenerationDrawing (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1237, in test_06_FormatGenerationDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > CheckDrawingDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 782, in stepCheckDrawingDocumentExportList self.checkDocumentExportList(document, 'sxd', ['jpg', 'svg', 'pdf', 'odg']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'jpg' not in [] FAIL: test_06_FormatGenerationPresentation (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1230, in test_06_FormatGenerationPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > CheckPresentationDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 774, in stepCheckPresentationDocumentExportList self.checkDocumentExportList(document, 'ppt', ['ppt', 'odp', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'ppt' not in [] FAIL: test_06_FormatGenerationSpreadsheet (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1223, in test_06_FormatGenerationSpreadsheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > CheckSpreadsheetDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 766, in stepCheckSpreadsheetDocumentExportList self.checkDocumentExportList(document, 'xls', ['csv', 'xls', 'ods', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'csv' not in [] FAIL: test_06_FormatGenerationText (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1216, in test_06_FormatGenerationText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > CheckTextDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 758, in stepCheckTextDocumentExportList ['pdf', 'doc', 'rtf', 'txt', 'odt']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'pdf' not in [] FAIL: test_09_Contribute (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1274, in test_09_Contribute self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp > ContributeFileListWithNoType CleanUp ContributeFileListWithType File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 837, in stepContributeFileListWithNoType self.contributeFileList(with_portal_type=False) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 345, in contributeFileList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_10_MetadataSettingPreferenceOrder (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1322, in test_10_MetadataSettingPreferenceOrder self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_11_EmailIngestion (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1348, in test_11_EmailIngestion self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp ReceiveEmail CreatePerson ReceiveEmail > VerifyEmailedDocumentInitialContribution ReceiveEmail VerifyEmailedDocumentMultipleContribution ReceiveMultipleAttachmentsEmail VerifyEmailedMultipleDocumentsInitialContribution ReceiveMultipleAttachmentsEmail VerifyEmailedMultipleDocumentsMultipleContribution File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 966, in stepVerifyEmailedDocumentInitialContribution attachment_list, ingested_document = self.verifyEmailedDocument() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1035, in verifyEmailedDocument self.assertEqual('converted', ingested_document.getExternalProcessingState()) AssertionError: 'converted' != 'conversion_failed' FAIL: test_12_UploadTextFromContributionTool (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1366, in test_12_UploadTextFromContributionTool self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp UploadTextFromContributionTool CheckConvertingState Tic > CheckConvertedState DiscoverFromFilename Tic ReuploadTextFromContributionTool UploadAnotherTextFromContributionTool File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' ERROR: test_13_UploadTextFromContributionToolWithNonASCIIFilename (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1415, in test_13_UploadTextFromContributionToolWithNonASCIIFilename self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp UploadTextFromContributionToolWithNonASCIIFilename Tic > DiscoverFromFilenameWithNonASCIIFilename File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1395, in stepDiscoverFromFilenameWithNonASCIIFilename self.assertEqual(property_dict['title'], 'title') KeyError: 'title' FAIL: test_03_TextDoc (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1109, in test_03_TextDoc self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument CheckEmptyState StraightUpload CheckConvertingState Tic > CheckConvertedState UploadFromViewForm CheckConvertingState Tic CheckConvertedState File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_041_MetadataEditing (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1147, in test_041_MetadataEditing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument UploadFromViewForm CheckConvertingState Tic > CheckConvertedState EditMetadata CheckChangedMetadata File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionDrawing (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1184, in test_05_FormatIngestionDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > IngestDrawingFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 727, in stepIngestDrawingFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionPresentation (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1177, in test_05_FormatIngestionPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > IngestPresentationFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 709, in stepIngestPresentationFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionSpreadSheet (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1170, in test_05_FormatIngestionSpreadSheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > IngestSpreadsheetFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 699, in stepIngestSpreadsheetFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionText (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1163, in test_05_FormatIngestionText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > IngestTextFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 689, in stepIngestTextFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_06_FormatGenerationDrawing (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1237, in test_06_FormatGenerationDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > CheckDrawingDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 782, in stepCheckDrawingDocumentExportList self.checkDocumentExportList(document, 'sxd', ['jpg', 'svg', 'pdf', 'odg']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'jpg' not in [] FAIL: test_06_FormatGenerationPresentation (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1230, in test_06_FormatGenerationPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > CheckPresentationDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 774, in stepCheckPresentationDocumentExportList self.checkDocumentExportList(document, 'ppt', ['ppt', 'odp', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'ppt' not in [] FAIL: test_06_FormatGenerationSpreadsheet (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1223, in test_06_FormatGenerationSpreadsheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > CheckSpreadsheetDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 766, in stepCheckSpreadsheetDocumentExportList self.checkDocumentExportList(document, 'xls', ['csv', 'xls', 'ods', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'csv' not in [] FAIL: test_06_FormatGenerationText (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1216, in test_06_FormatGenerationText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > CheckTextDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 758, in stepCheckTextDocumentExportList ['pdf', 'doc', 'rtf', 'txt', 'odt']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'pdf' not in [] FAIL: test_09_Contribute (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1274, in test_09_Contribute self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp > ContributeFileListWithNoType CleanUp ContributeFileListWithType File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 837, in stepContributeFileListWithNoType self.contributeFileList(with_portal_type=False) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 345, in contributeFileList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_10_MetadataSettingPreferenceOrder (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1322, in test_10_MetadataSettingPreferenceOrder self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, 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 (truncated) ... From nobody at svn.erp5.org Wed Nov 5 10:00:10 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 09:00:10 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-Cloud-Reliability-COMP-2-3Nodes-ETN-?= =?utf-8?q?ERP5PROJECT2_=3A_4861_Tests=2C_11_Errors=2C_1_Failures=2C_206_S?= =?utf-8?q?kips?= Message-ID: <20141105090010.B994DBF0206@mail2.tiolive.com> Test Suite: ERP5-Cloud-Reliability-COMP-2-3Nodes-ETN-ERP5PROJECT2 Revision: slapos=7314-3db3834c3f03fe60b7d1d1465f7c8db4c3706289,erp5=43933-43595976c86ec2683627ebc1e8fccc4fba9b4338 Result: FAIL All tests: 4861 Failures: 1 Errors: 11 Skips: 206 The following tests have an unknown status: runUnitTest --verbose '--erp5_sql_connection_string=testdb_9 at 10.0.187.160:45678 testuser_9 insecure' --xvfb_bin=/srv/slapgrid/slappart29/srv/slapos/soft/60f06fa1bcf24b2430b470da43a34a7f/parts/xserver/bin/Xvfb --firefox_bin=/srv/slapgrid/slappart29/srv/slapos/soft/60f06fa1bcf24b2430b470da43a34a7f/parts/firefox/firefox-slapos '--extra_sql_connection_string_list=testdb_10 at 10.0.187.160:45678 testuser_10 insecure,testdb_11 at 10.0.187.160:45678 testuser_11 insecure' --bt5_path=None --instance_home=unit_test.4 erp5_paypal_secure_payment:testERP5PaypalSecurePayment The following tests failed: testFunctionalCore (1 failures, 8 skips) testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) testSupply (11 errors) testGetPriceWithOptimisation (testSupply.TestInternalSupply) The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testIngestion (4 skips) testIngestionWithFlare (4 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) -------------- next part -------------- Loading Zope ... Instance at '/srv/slapgrid/slappart29/srv/testnode/dl/test_suite/unit_test.4' loaded ... Adding ERP5TypeTestCase user ... Adding erp5_portal_610957cfd4d48b9aee089b600d9cc0c0 ERP5 Site ... FAIL: testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/ERP5TypeFunctionalTestCase.py", line 436, in testFunctionalTestRunner self.assertEqual([], error_title_list, '\n'.join(error_title_list)) AssertionError: Test Transactions related to an account, with at date parameter ERROR: testGetPriceWithOptimisation (testSupply.TestInternalSupply) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 807, in setUp erp5_catalog_storage=erp5_catalog_storage) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 999, in setUpERP5Site self.commit() File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 207, in commit transaction.commit() File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/eggs/transaction-1.1.1-py2.7.egg/transaction/_manager.py", line 89, in commit return self.get().commit() File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/eggs/transaction-1.1.1-py2.7.egg/transaction/_transaction.py", line 329, in commit self._commitResources() File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/eggs/Products.TIDStorage-5.4.9-py2.7.egg/Products/TIDStorage/transaction_transaction.py", line 261, in _commitResources result = original__commitResources(self, *args, **kw) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/eggs/transaction-1.1.1-py2.7.egg/transaction/_transaction.py", line 443, in _commitResources rm.commit(self) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/eggs/ZODB3-3.10.5_ZMinitagePatched_ZODB33105-py2.7-linux-x86_64.egg/ZODB/Connection.py", line 562, in commit self._commit_savepoint(transaction) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/eggs/ZODB3-3.10.5_ZMinitagePatched_ZODB33105-py2.7-linux-x86_64.egg/ZODB/Connection.py", line 1173, in _commit_savepoint if isinstance(self._reader.getGhost(data), Blob): File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/eggs/ZODB3-3.10.5_ZMinitagePatched_ZODB33105-py2.7-linux-x86_64.egg/ZODB/serialize.py", line 577, in getGhost klass = unpickler.load() UnpicklingError: unpickling stack underflow From nobody at svn.erp5.org Wed Nov 5 13:39:37 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 12:39:37 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-Cloud-Reliability-COMP-1-3Nodes-ETN-?= =?utf-8?q?ERP5PROJECT2_=3A_4434_Tests=2C_0_Errors=2C_1_Failures=2C_203_Sk?= =?utf-8?q?ips?= Message-ID: <20141105123938.26905BF0206@mail2.tiolive.com> Test Suite: ERP5-Cloud-Reliability-COMP-1-3Nodes-ETN-ERP5PROJECT2 Revision: slapos=7314-3db3834c3f03fe60b7d1d1465f7c8db4c3706289,erp5=43933-43595976c86ec2683627ebc1e8fccc4fba9b4338 Result: FAIL Building Failed All tests: 4434 Failures: 1 Errors: 0 Skips: 203 The following tests failed: testERP5BankingVaultTransfer (1 failures) test_01_ERP5BankingVaultTransfer (testERP5BankingVaultTransfer.TestERP5BankingVaultTransfer) The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testIngestion (4 skips) testIngestionWithFlare (4 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) -------------- next part -------------- A non-text attachment was scrubbed... Name: summary.diff Type: text/x-diff Size: 774 bytes Desc: not available URL: -------------- next part -------------- FAIL: test_01_ERP5BankingVaultTransfer (testERP5BankingVaultTransfer.TestERP5BankingVaultTransfer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Banking/tests/testERP5BankingVaultTransfer.py", line 790, in test_01_ERP5BankingVaultTransfer sequence_list.play(self) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: Tic CheckObjects Tic CheckInitialInventory CheckSource CheckDestination CreateVaultTransfer CreateValidLine1 CheckSubTotal CreateValidLine2 CheckTotal CheckSource CheckDestination CreateInvalidLine TryPlanVaultTransferWithBadInventory DelInvalidLine Tic CheckTotal PlanVaultTransfer CheckSourceDebitPlanned > CheckDestinationCreditPlanned CheckSourceDebitPlanned CheckDestinationCreditPlanned OrderVaultTransfer ResetSourceInventory Tic DeliverVaultTransferFails Tic DeleteResetInventory Tic ConfirmToDeliverVaultTransfer CheckSourceDebit CheckDestinationCredit File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Banking/tests/testERP5BankingVaultTransfer.py", line 618, in stepCheckDestinationCreditPlanned self.assertEqual(self.simulation_tool.getFutureInventory(node=self.caisse_courante.getRelativeUrl(), resource = self.billet_10000.getRelativeUrl()), 5.0) AssertionError: 0.0 != 5.0 From nobody at svn.erp5.org Wed Nov 5 13:49:52 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 12:49:52 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-Cloud-Reliability-COMP-2-3Nodes-ETN-?= =?utf-8?q?ERP5PROJECT2_=3A_4864_Tests=2C_0_Errors=2C_0_Failures=2C_206_Sk?= =?utf-8?q?ips?= Message-ID: <20141105124957.CBE37BF0206@mail2.tiolive.com> Test Suite: ERP5-Cloud-Reliability-COMP-2-3Nodes-ETN-ERP5PROJECT2 Revision: slapos=7314-3db3834c3f03fe60b7d1d1465f7c8db4c3706289,erp5=43933-43595976c86ec2683627ebc1e8fccc4fba9b4338 Result: PASS All tests: 4864 Failures: 0 Errors: 0 Skips: 206 The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testIngestion (4 skips) testIngestionWithFlare (4 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) From nobody at svn.erp5.org Wed Nov 5 14:27:54 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 13:27:54 +0000 Subject: [Erp5-report] =?utf-8?q?CLOUDOOO-MASTER_=3A_153_Tests=2C_26_Error?= =?utf-8?q?s=2C_15_Failures=2C_4_Skips?= Message-ID: <20141105132754.61540BF0206@mail2.tiolive.com> Test Suite: CLOUDOOO-MASTER Revision: slapos=7334-082105150fe20b512d561b7a6cbc6396d7ac3484,cloudooo-repository=596-bc5f8d9e377402f27f78278eb63a16d08e880ac2 Result: FAIL All tests: 153 Failures: 15 Errors: 26 Skips: 4 The following tests failed: testOooAllFormat (5 failures) testDrawingFormats (testOooAllFormat.TestAllFormats) testPresentationFormats (testOooAllFormat.TestAllFormats) testSpreadSheetFormats (testOooAllFormat.TestAllFormats) testTextFormats (testOooAllFormat.TestAllFormats) testWebFormats (testOooAllFormat.TestAllFormats) testOooAllFormatERP5Compatibility (4 errors) testDrawingFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testPresentationFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testSpreadSheetFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testTextFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testOooHandler (8 errors) testConvertDocToOdt (testOooHandler.TestHandler) testConvertOdtToDoc (testOooHandler.TestHandler) testConvertWithOpenOfficeStopped (testOooHandler.TestHandler) testGetMetadata (testOooHandler.TestHandler) testGetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) testRefreshOdt (testOooHandler.TestHandler) testSetMetadata (testOooHandler.TestHandler) testSetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) testOooLegacyInterface (2 errors) testHtmlToBaseFormatConversion (testOooLegacyInterface.TestLegacyInterface) testHtmlToOdt (testOooLegacyInterface.TestLegacyInterface) testOooServer (9 failures, 10 errors, 1 skips) testGetColumnItemListFromDoc (testOooServer.TestServer) testGetImageFromDoc (testOooServer.TestServer) testGetImageItemListFromDoc (testOooServer.TestServer) testGetImageItemListFromOdt (testOooServer.TestServer) testGetLineItemListFromDoc (testOooServer.TestServer) testGetMetadata (testOooServer.TestServer) testGetTableFromDoc (testOooServer.TestServer) testGetTableItemListFromDoc (testOooServer.TestServer) testUpdateMetadata (testOooServer.TestServer) testupdateFileMetadataUpdateSomeMetadata (testOooServer.TestServer) testConvert (testOooServer.TestServer) testPNGFileToConvertOdpToHTML (testOooServer.TestServer) testRunConvertMethod (testOooServer.TestServer) testRunGenerateMethod (testOooServer.TestServer) testRunGenerateMethodConvertOdpToHTML (testOooServer.TestServer) testRunGenerateMethodConvertOdsToHTML (testOooServer.TestServer) testRunGenerateMethodConvertOdsToMsXslx (testOooServer.TestServer) testRunSetMetadata (testOooServer.TestServer) testOooUnoConverter (1 failures) testUnoConverterOdtToDoc (testOooUnoConverter.TestUnoConverter) testPdfHandler (1 errors) testsetMetadata (testPdfHandler.TestHandler) testPdfServer (1 errors) testSetMetadata (testPdfServer.TestServer) The following tests were at least partly skipped: testOooInterface (3 skips) testOooServer (1 skips) -------------- next part -------------- A non-text attachment was scrubbed... Name: summary.diff Type: text/x-diff Size: 359 bytes Desc: not available URL: -------------- next part -------------- FAIL: testDrawingFormats (testOooAllFormat.TestAllFormats) Test all drawing formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 44, in testDrawingFormats self.runTestForType('data/test.odg', 'odg', 'drawing') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'odg' output_format: 'met' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testPresentationFormats (testOooAllFormat.TestAllFormats) Test all presentation formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 40, in testPresentationFormats self.runTestForType('data/test.odp', 'odp', 'presentation') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'odp' output_format: 'pbm' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testSpreadSheetFormats (testOooAllFormat.TestAllFormats) Test all spreadsheet formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 48, in testSpreadSheetFormats self.runTestForType('data/test.ods', 'ods', 'spreadsheet') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'ods' output_format: 'slk' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testTextFormats (testOooAllFormat.TestAllFormats) Test all text formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 36, in testTextFormats self.runTestForType('data/test.odt', 'odt', 'text') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'odt' output_format: 'odt' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testWebFormats (testOooAllFormat.TestAllFormats) Test all web formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 52, in testWebFormats self.runTestForType('data/test.html', 'html', 'web') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'html' output_format: 'pdf' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testDrawingFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all drawing formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 49, in testDrawingFormats self.runTestForType('data/test.odg', 'odg', 'application/vnd.oasis.opendocument.graphics') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 66, in runTestForType source_mimetype)[1]['data'] KeyError: 'data' ERROR: testPresentationFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all presentation formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 45, in testPresentationFormats self.runTestForType('data/test.odp', 'odp', 'application/vnd.oasis.opendocument.presentation') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 66, in runTestForType source_mimetype)[1]['data'] KeyError: 'data' ERROR: testSpreadSheetFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all spreadsheet formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 53, in testSpreadSheetFormats self.runTestForType('data/test.ods', 'ods', 'application/vnd.oasis.opendocument.spreadsheet') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 66, in runTestForType source_mimetype)[1]['data'] KeyError: 'data' ERROR: testTextFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all text formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 41, in testTextFormats self.runTestForType('data/test.odt', 'odt', 'application/vnd.oasis.opendocument.text') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 66, in runTestForType source_mimetype)[1]['data'] KeyError: 'data' ERROR: testConvertDocToOdt (testOooHandler.TestHandler) Test convert DOC to ODT ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 84, in testConvertDocToOdt doc_exported = handler.convert("odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testConvertOdtToDoc (testOooHandler.TestHandler) Test convert ODT to DOC ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 75, in testConvertOdtToDoc doc_exported = handler.convert("doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testConvertWithOpenOfficeStopped (testOooHandler.TestHandler) Test convert with openoffice stopped ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 130, in testConvertWithOpenOfficeStopped doc_exported = handler.convert("odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testGetMetadata (testOooHandler.TestHandler) Test getMetadata ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 94, in testGetMetadata metadata = handler.getMetadata() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 188, in getMetadata stdout, stderr = self._callUnoConverter(*feature_list, **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testGetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) Test getMetadata with openoffice stopped ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 141, in testGetMetadataWithOpenOfficeStopped metadata = handler.getMetadata() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 188, in getMetadata stdout, stderr = self._callUnoConverter(*feature_list, **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testRefreshOdt (testOooHandler.TestHandler) Test refresh argument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 168, in testRefreshOdt doc_exported = handler.convert("odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testSetMetadata (testOooHandler.TestHandler) Test setMetadata ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 107, in testSetMetadata new_data = handler.setMetadata({"Title": "cloudooo Test -"}) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 209, in setMetadata stdout, stderr = self._callUnoConverter(*['setmetadata'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testSetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) Test setMetadata with openoffice stopped ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 153, in testSetMetadataWithOpenOfficeStopped new_data = handler.setMetadata({"Title": "cloudooo Test -"}) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 209, in setMetadata stdout, stderr = self._callUnoConverter(*['setmetadata'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testHtmlToBaseFormatConversion (testOooLegacyInterface.TestLegacyInterface) Check implicit base conversion of HTML documents. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooLegacyInterface.py", line 48, in testHtmlToBaseFormatConversion self.assertEquals(response_dict['mime'], 'text/html') KeyError: 'mime' ERROR: testHtmlToOdt (testOooLegacyInterface.TestLegacyInterface) Check conversion of HTML to odt ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooLegacyInterface.py", line 63, in testHtmlToOdt self.assertEquals(response_dict['mime'], 'application/vnd.oasis.opendocument.text') KeyError: 'mime' ERROR: testGetColumnItemListFromDoc (testOooServer.TestServer) Test if getColumnItemList can get the list of column item from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 458, in testGetColumnItemListFromDoc "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetImageFromDoc (testOooServer.TestServer) Test if getImage can get a image from doc file after zip ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 517, in testGetImageFromDoc data_odt = self.proxy.convertFile(data, 'doc', 'odt', False) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetImageItemListFromDoc (testOooServer.TestServer) Test if getImageItemList can get the list of images items from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 494, in testGetImageItemListFromDoc image_list = self.proxy.getImageItemList(data, "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetImageItemListFromOdt (testOooServer.TestServer) Test if getImageItemList can get the list of images items from odt file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 482, in testGetImageItemListFromOdt image_list = self.proxy.getImageItemList(data, "odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetLineItemListFromDoc (testOooServer.TestServer) Test if getLineItemList can get the list of lines items from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 473, in testGetLineItemListFromDoc line_item_list = self.proxy.getLineItemList(data, "Table1", "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetMetadata (testOooServer.TestServer) test if OOo metadata are extracted correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 148, in testGetMetadata self.runGetMetadataList(self.GetMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 164, in runGetMetadataList self._testGetMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 105, in _testGetMetadata base_document) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetTableFromDoc (testOooServer.TestServer) Test if getTableItemList can get a item of some granulated table from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 431, in testGetTableFromDoc granulated_table = self.proxy.getTableItemList(data, "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetTableItemListFromDoc (testOooServer.TestServer) Test if getTableItemList can get the table item list from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 410, in testGetTableItemListFromDoc "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testUpdateMetadata (testOooServer.TestServer) test if OOo metadata are insert correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 174, in testUpdateMetadata self.runUpdateMetadataList(self.UpdateMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 175, in runUpdateMetadataList self._testUpdateMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 118, in _testUpdateMetadata metadata_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testupdateFileMetadataUpdateSomeMetadata (testOooServer.TestServer) Test server using method updateFileMetadata when the same metadata is ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 182, in testupdateFileMetadataUpdateSomeMetadata dict(Reference="testSetMetadata", Something="ABC")) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> FAIL: testConvert (testOooServer.TestServer) Test convertion of OOofiles ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 100, in testConvert self.runConversionList(self.ConversionScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 153, in runConversionList self._testConvertFile(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'doc' output_format: 'odt' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testPNGFileToConvertOdpToHTML (testOooServer.TestServer) Test run_generate method from odp with png to html. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 275, in testPNGFileToConvertOdpToHTML self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunConvertMethod (testOooServer.TestServer) Test run_convert method ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 206, in testRunConvertMethod self.runConvertScenarioList(self.ConvertScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 208, in runConvertScenarioList self._testRunConvert(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 132, in _testRunConvert self.assertEquals(response_code, expected_response_code) AssertionError: 402 != 200 FAIL: testRunGenerateMethod (testOooServer.TestServer) Test run_generate method ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 218, in testRunGenerateMethod self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunGenerateMethodConvertOdpToHTML (testOooServer.TestServer) Test run_generate method from odp to html. This test is to validate ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 306, in testRunGenerateMethodConvertOdpToHTML self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunGenerateMethodConvertOdsToHTML (testOooServer.TestServer) Test run_generate method from ods to html. This test is to validate ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 234, in testRunGenerateMethodConvertOdsToHTML self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunGenerateMethodConvertOdsToMsXslx (testOooServer.TestServer) Test run_generate method from ods to ms.xlsx. This test is to validate ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 259, in testRunGenerateMethodConvertOdsToMsXslx self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunSetMetadata (testOooServer.TestServer) Test run_setmetadata method, updating the same metadata ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 345, in testRunSetMetadata self.assertEquals(response_code, 200) AssertionError: 402 != 200 SUCCESS: testRunGenerateMethodFailResponse (testOooServer.TestServer) Test run_generate method with invalid document FAIL: testUnoConverterOdtToDoc (testOooUnoConverter.TestUnoConverter) Test script unoconverter ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooUnoConverter.py", line 81, in testUnoConverterOdtToDoc self.assertEquals(stderr, '') AssertionError: 'Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n' != '' ERROR: testsetMetadata (testPdfHandler.TestHandler) Test if the metadata is inserted correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfHandler.py", line 61, in testsetMetadata new_document = handler.setMetadata(metadata_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/handler.py", line 112, in setMetadata env=self.environment).communicate() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory ERROR: testSetMetadata (testPdfServer.TestServer) Test if metadata is inserted correctly in pdf file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfServer.py", line 87, in testSetMetadata self.runUpdateMetadataList(self.UpdateMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 175, in runUpdateMetadataList self._testUpdateMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 118, in _testUpdateMetadata metadata_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :[Errno 2] No such file or directory"> From nobody at svn.erp5.org Wed Nov 5 16:36:42 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 15:36:42 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-component-SLAPOS-component_=3A_4864_?= =?utf-8?q?Tests=2C_135_Errors=2C_46_Failures=2C_198_Skips?= Message-ID: <20141105153653.02BC8BF02ED@mail2.tiolive.com> Test Suite: ERP5-component-SLAPOS-component Revision: slapos=7334-082105150fe20b512d561b7a6cbc6396d7ac3484,erp5=43934-f31ee6328ca2c861dad6d62af57a2a4186f61d77 Result: FAIL All tests: 4864 Failures: 46 Errors: 135 Skips: 198 The following tests failed: erp5_configurator_ebusiness_lotse:testEbusinessLotseConfigurationWorkflow (1 errors) test_ebusiness_lotse_workflow (erp5.component.test.erp5_version.testEbusinessLotseConfigurationWorkflow.TestEbusinessLotseConfigurationWorkflow) erp5_configurator_standard:testStandardConfigurationWorkflow (6 failures) test_consulting_workflow (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestConsultingConfiguratorWorkflow) test_standard_workflow_brazil (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_brazil_with_previous (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_france (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_germany (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_russia (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) erp5_test_result:testTaskDistribution (1 failures) test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) erp5_web_ung_theme:testUNG (5 errors) testWebPage_updateWebDocument (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_addGadgetList (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_deleteObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_getDocumentUrl (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_getWebPageObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) testConfiguratorItem (1 errors) testCategoriesSpreadsheetConfiguratorItem (testConfiguratorItem.TestConfiguratorItem) testDms (24 errors, 1 skips) test_02_RevisionSystem (testDms.TestDocument) test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument) test_07_testImplicitRelations (testDms.TestDocument) test_08_NoImagesCreatedDuringHTMLConversion (testDms.TestDocument) test_Base_contribute (testDms.TestDocument) test_Base_showFoundText (testDms.TestDocument) test_ContributeToExistingDocument (testDms.TestDocument) test_ContributeWithMergingToExistingDocument (testDms.TestDocument) test_HTML_to_ODT_conversion_keep_enconding (testDms.TestDocument) test_HTML_to_ODT_conversion_keep_related_image_list (testDms.TestDocument) test_Member_download_pdf_format (testDms.TestDocument) test_Owner_Base_download (testDms.TestDocument) test_Text_conversion_to_base_format_no_original_format_access (testDms.TestDocument) test_base_convertable_behaviour_with_successive_updates (testDms.TestDocument) test_convertToImageOnTraversal (testDms.TestDocument) test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDms.TestDocument) test_document_publication_workflow_archiveVersion (testDms.TestDocument) test_getExtensibleContent (testDms.TestDocument) test_getOriginalContentOnTraversal (testDms.TestDocument) test_getTargetFormatItemList (testDms.TestDocument) test_preConversionOnly (testDms.TestDocument) test_DownloadableDocumentSize (testDms.TestDocumentWithSecurity) test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity) test_01_LargeOOoDocumentToImageConversion (testDms.TestDocumentPerformance) testDmsWithFlare (21 errors, 1 skips) test_02_RevisionSystem (testDmsWithFlare.TestDocumentWithFlare) test_06_ProcessingStateOfAClonedDocument (testDmsWithFlare.TestDocumentWithFlare) test_07_testImplicitRelations (testDmsWithFlare.TestDocumentWithFlare) test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithFlare.TestDocumentWithFlare) test_Base_contribute (testDmsWithFlare.TestDocumentWithFlare) test_Base_showFoundText (testDmsWithFlare.TestDocumentWithFlare) test_ContributeToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) test_ContributeWithMergingToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) test_HTML_to_ODT_conversion_keep_enconding (testDmsWithFlare.TestDocumentWithFlare) test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithFlare.TestDocumentWithFlare) test_Member_download_pdf_format (testDmsWithFlare.TestDocumentWithFlare) test_Owner_Base_download (testDmsWithFlare.TestDocumentWithFlare) test_Text_conversion_to_base_format_no_original_format_access (testDmsWithFlare.TestDocumentWithFlare) test_base_convertable_behaviour_with_successive_updates (testDmsWithFlare.TestDocumentWithFlare) test_convertToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) test_document_publication_workflow_archiveVersion (testDmsWithFlare.TestDocumentWithFlare) test_getExtensibleContent (testDmsWithFlare.TestDocumentWithFlare) test_getOriginalContentOnTraversal (testDmsWithFlare.TestDocumentWithFlare) test_getTargetFormatItemList (testDmsWithFlare.TestDocumentWithFlare) test_preConversionOnly (testDmsWithFlare.TestDocumentWithFlare) testDmsWithPreConversion (23 errors, 1 skips) test_02_RevisionSystem (testDmsWithPreConversion.TestDocumentWithPreConversion) test_06_ProcessingStateOfAClonedDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) test_07_testImplicitRelations (testDmsWithPreConversion.TestDocumentWithPreConversion) test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithPreConversion.TestDocumentWithPreConversion) test_11_Base_getAdvancedSearchResultList (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Base_contribute (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Base_showFoundText (testDmsWithPreConversion.TestDocumentWithPreConversion) test_ContributeToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) test_ContributeWithMergingToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) test_HTML_to_ODT_conversion_keep_enconding (testDmsWithPreConversion.TestDocumentWithPreConversion) test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Member_download_pdf_format (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Owner_Base_download (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Text_conversion_to_base_format_no_original_format_access (testDmsWithPreConversion.TestDocumentWithPreConversion) test_base_convertable_behaviour_with_successive_updates (testDmsWithPreConversion.TestDocumentWithPreConversion) test_convertToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) test_document_publication_workflow_archiveVersion (testDmsWithPreConversion.TestDocumentWithPreConversion) test_getExtensibleContent (testDmsWithPreConversion.TestDocumentWithPreConversion) test_getOriginalContentOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) test_getTargetFormatItemList (testDmsWithPreConversion.TestDocumentWithPreConversion) test_preConversionOnly (testDmsWithPreConversion.TestDocumentWithPreConversion) test_preConvertedReferencedImageInWebPageContent (testDmsWithPreConversion.TestDocumentWithPreConversion) testERP5WebWithDms (4 failures) test_06_Check_LastModified_Header (testERP5WebWithDms.TestERP5WebWithDms) test_07_TestDocumentViewBehaviour (testERP5WebWithDms.TestERP5WebWithDms) test_08_RFC5861 (testERP5WebWithDms.TestERP5WebWithDms) test_PreviewOOoDocumentWithEmbeddedImage (testERP5WebWithDms.TestERP5WebWithDms) testFormPrintoutAsODG (4 errors) test_01_TextField (testFormPrintoutAsODG.TestFormPrintoutAsODG) test_02_TextFieldWithMultiLines (testFormPrintoutAsODG.TestFormPrintoutAsODG) test_03_Image (testFormPrintoutAsODG.TestFormPrintoutAsODG) test_04_ProxyField (testFormPrintoutAsODG.TestFormPrintoutAsODG) testFormPrintoutAsODT (20 errors, 1 skips) test_01_Paragraph (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_01_Paragraph_07_LinesField (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_01_Paragraph_08_Field_Format (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_01_Paragraph_09_RangeReferenceWithSpan (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_01_Normal (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_02_SmallerThanListboxColumns (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_03_ListboxColumnsLargerThanTable (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_04_ListboxHasNotStat (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_05_NormalSameLayout (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_06_TableDoesNotHaveAHeader (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_07_CellFormat (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_08_Nodata (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_09_StyleSetting (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_04_Iteration (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_04_Iteration_02_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_04_Iteration_03_ReportBox_and_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_07_Image (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_08_OOoConversion (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_09_FieldReplacement (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_field_replacement_with_variable (testFormPrintoutAsODT.TestFormPrintoutAsODT) testFunctionalCore (1 failures, 8 skips) testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) testIngestion (14 failures, 1 errors) 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_09_Contribute (testIngestion.TestIngestion) test_10_MetadataSettingPreferenceOrder (testIngestion.TestIngestion) test_11_EmailIngestion (testIngestion.TestIngestion) test_12_UploadTextFromContributionTool (testIngestion.TestIngestion) testIngestionWithFlare (14 failures, 1 errors) 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_09_Contribute (testIngestionWithFlare.TestIngestionWithFlare) test_10_MetadataSettingPreferenceOrder (testIngestionWithFlare.TestIngestionWithFlare) test_11_EmailIngestion (testIngestionWithFlare.TestIngestionWithFlare) test_12_UploadTextFromContributionTool (testIngestionWithFlare.TestIngestionWithFlare) testOOoChart (2 failures) test_ooo_chart (testOOoChart.TestOOoChart) test_proxy_ooo_chart (testOOoChart.TestOOoChart) testOOoConversionCache (9 errors) test_01_PersistentCacheConversion (testOOoConversionCache.TestDocumentConversionCache) test_02_VolatileCacheConversionOfTempObject (testOOoConversionCache.TestDocumentConversionCache) test_03_CacheConversionOfTempObjectIsNotMixed (testOOoConversionCache.TestDocumentConversionCache) test_04_PersistentCacheConversionWithFlare (testOOoConversionCache.TestDocumentConversionCache) test_05_checksum_conversion (testOOoConversionCache.TestDocumentConversionCache) test_06_check_md5_is_updated (testOOoConversionCache.TestDocumentConversionCache) test_07_check_cache_key_is_escaped (testOOoConversionCache.TestDocumentConversionCache) test_08_check_conversion_cache_with_portal_document_type_list (testOOoConversionCache.TestDocumentConversionCache) test_image_conversion (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) testOOoStyle (2 failures) test_form_view_format (testOOoStyle.TestODTStyle) test_form_view_format (testOOoStyle.TestODSStyle) testOOoStyleWithFlare (2 failures) test_form_view_format (testOOoStyleWithFlare.TestODTStyle) test_form_view_format (testOOoStyleWithFlare.TestODSStyle) The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) Attached traceback has been truncated to the first 5000 lines -------------- next part -------------- A non-text attachment was scrubbed... Name: summary.diff Type: text/x-diff Size: 1732 bytes Desc: not available URL: -------------- next part -------------- ERROR: test_ebusiness_lotse_workflow (erp5.component.test.erp5_version.testEbusinessLotseConfigurationWorkflow.TestEbusinessLotseConfigurationWorkflow) Test the consulting workflow configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 233, in test_ebusiness_lotse_workflow File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetGermanyCase CreateBusinessConfiguration Tic SetEbusinessLotseWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureInstallationForm SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation > Tic CheckInstanceIsConfiguredGermany CheckPerson CheckOrganisation CheckBankAccount CheckPurchaseTradeCondition CheckSaleTradeCondition File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 571, in stepTic self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/2', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/3', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/4', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/5', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/6', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/7', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/8', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/9', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/10', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/11', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/12', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/13', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/14', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/15', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/16', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/17', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/18', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/19', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/20', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/21', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/22', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/23', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/24', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/25', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/26', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/27', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/28', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/29', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/30', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/31', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/32', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/33', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/34', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/35', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/36', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/37', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1', 'ERP5Site_afterConfigurationSetup', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1', 'install', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/1', 'fixConsistency', -2, 1)] Last error message: ConversionError OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Products.ERP5Type.Base, line 2577, in fixConsistency return self.checkConsistency(fixit=True, filter=filter, **kw) Module Products.ERP5Type.Base, line 2539, in checkConsistency error_list = UnrestrictedMethod(self._checkConsistency)(fixit=fixit) Module Products.ERP5Type.UnrestrictedMethod, line 67, in return lambda *args, **kw: unrestricted_apply(function, args, kw) Module Products.ERP5Type.UnrestrictedMethod, line 102, in unrestricted_apply return apply(function, args, kw) Module Products.ERP5Configurator.Document.CategoriesSpreadsheetConfiguratorItem, line 71, in _checkConsistency self._readSpreadSheet() Module Products.ERP5Configurator.Document.CategoriesSpreadsheetConfiguratorItem, line 119, in _readSpreadSheet UnrestrictedStringIO(self.getDefaultConfigurationSpreadsheetData())) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 265, in Base_getCategoriesSpreadSheetMapping - - Line 265 continue # we are on the direct parent (current level - 1) Module Products.ERP5.mixin.base_convertable, line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method Module Products.ERP5OOo.Document.OOoDocument, line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) FAIL: test_consulting_workflow (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestConsultingConfiguratorWorkflow) Test the consulting workflow configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1347, in test_consulting_workflow File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetFranceCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureCategoriesForm SetupCategoriesConfiguratorItem ConfiguratorNext Tic CheckConfigureRolesForm CheckCategoriesConfiguratorItem SetupRolesConfiguratorItem ConfiguratorNext Tic CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListFrance SetupPreferenceConfiguration ConfiguratorNext Tic CheckPreferenceConfigurationItemList CheckConfigureInstallationForm SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredFrance CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_brazil (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with brazilian configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1596, in test_standard_workflow_brazil File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetBrazilCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListBrazil SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredBrazil CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_brazil_with_previous (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) This time we must simulate the previous buttom ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1710, in test_standard_workflow_brazil_with_previous File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetBrazilCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem ConfiguratorPrevious CheckConfigureOrganisationForm ConfiguratorNext CheckConfigureUserAccountNumberForm SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm ConfiguratorPrevious CheckConfigureUserAccountNumberForm ConfiguratorPrevious CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext CheckConfigureUserAccountNumberForm SetupUserAccounNumberSix ConfiguratorNext CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckMultiplePersonConfigurationItem CheckConfigureAccountingForm SetupAccountingConfiguration ConfiguratorNext Tic CheckAccountingConfigurationItemListBrazil CheckConfigurePreferenceForm ConfiguratorPrevious CheckConfigureAccountingForm ConfiguratorPrevious CheckConfigureMultipleUserAccountForm ConfiguratorPrevious CheckConfigureUserAccountNumberForm ConfiguratorPrevious CleanUpRequest CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext CheckConfigureUserAccountNumberForm SetupUserAccounNumberSix ConfiguratorNext CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext CheckConfigureAccountingForm SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm SetupPreferenceConfiguration ConfiguratorNext Tic CheckPreferenceConfigurationItemList CheckConfigureInstallationForm SetupInstallConfiguration ConfiguratorNext CheckInstallConfiguration Tic StartConfigurationInstallation Tic CheckInstanceIsConfiguredBrazil File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_france (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with french configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1582, in test_standard_workflow_france File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetFranceCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListFrance SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredFrance CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_germany (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with german configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1589, in test_standard_workflow_germany File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetGermanyCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListGermany SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredGermany CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_russia (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with russian configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1603, in test_standard_workflow_russia File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetRussiaCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListRussia SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredRussia CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 341, in test_07_reportTaskFailure checkNodeState("started", "started") File "", line 340, in checkNodeState [(x.getTitle(), x.getSimulationState()) for x in node_list]) AssertionError: Lists differ: [('Node0', 'started'), ('Node1... != [('Node1', 'started')] First differing element 0: ('Node0', 'started') ('Node1', 'started') First list contains 1 additional elements. First extra element 1: ('Node1', 'started') - [('Node0', 'started'), ('Node1', 'started')] + [('Node1', 'started')] ERROR: testWebPage_updateWebDocument (erp5.component.test.erp5_version.testUNG.TestUNG) Test if script load correctly the Web Page with data of one document ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 509, in testWebPage_updateWebDocument self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_addGadgetList (erp5.component.test.erp5_version.testUNG.TestUNG) Test if gadgets are added correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 424, in testWebSection_addGadgetList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_deleteObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) Test if objects are deleted correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 131, in testWebSection_deleteObjectList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_getDocumentUrl (erp5.component.test.erp5_version.testUNG.TestUNG) Test if script used to generated custom url to listbox works ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 261, in testWebSection_getDocumentUrl self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_getWebPageObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) Test if the paths of preference objects are returned correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 473, in testWebSection_getWebPageObjectList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testCategoriesSpreadsheetConfiguratorItem (testConfiguratorItem.TestConfiguratorItem) Test Portal Type Roles Configurator Item ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/testConfiguratorItem.py", line 452, in testCategoriesSpreadsheetConfiguratorItem item.fixConsistency() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/Base.py", line 2577, in fixConsistency return self.checkConsistency(fixit=True, filter=filter, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/Base.py", line 2539, in checkConsistency error_list = UnrestrictedMethod(self._checkConsistency)(fixit=fixit) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/UnrestrictedMethod.py", line 67, in return lambda *args, **kw: unrestricted_apply(function, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/UnrestrictedMethod.py", line 102, in unrestricted_apply return apply(function, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/Document/CategoriesSpreadsheetConfiguratorItem.py", line 71, in _checkConsistency self._readSpreadSheet() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/Document/CategoriesSpreadsheetConfiguratorItem.py", line 119, in _readSpreadSheet UnrestrictedStringIO(self.getDefaultConfigurationSpreadsheetData())) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 90, in Base_getCategoriesSpreadSheetMapping tmp_ooo.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_02_RevisionSystem (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 298, in test_02_RevisionSystem self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/1'] ERROR: test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 730, in test_06_ProcessingStateOfAClonedDocument self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/14', 'convertToBaseFormat', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/13'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/13'] ERROR: test_07_testImplicitRelations (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 549, in test_07_testImplicitRelations self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/34', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/35', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/28', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/33', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/29', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/31', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/30', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/32'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/34', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/35', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/28', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/33', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/29', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/31', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/30', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/32'] ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDms.TestDocument) Converting an ODT to html no longer creates Images embedded in the ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 780, in test_08_NoImagesCreatedDuringHTMLConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/36'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/36'] ERROR: test_Base_contribute (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1506, in test_Base_contribute self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/44'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/44'] ERROR: test_Base_showFoundText (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1472, in test_Base_showFoundText self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/47'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/47'] ERROR: test_ContributeToExistingDocument (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2492, in test_ContributeToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_ContributeWithMergingToExistingDocument (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2518, in test_ContributeWithMergingToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1573, in test_HTML_to_ODT_conversion_keep_enconding mime_type, pdf_data = web_page.convert('pdf') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/chain.py", line 49, in convert data = transform.convert(orig, data, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1611, in test_HTML_to_ODT_conversion_keep_related_image_list mime_type, odt_archive = web_page.convert('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Member_download_pdf_format (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 666, in test_Member_download_pdf_format self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/51'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/51'] ERROR: test_Owner_Base_download (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 636, in test_Owner_Base_download self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/52'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/52'] ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDms.TestDocument) Checks Document.OOoDocument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2074, in test_Text_conversion_to_base_format_no_original_format_access 'TEST-en-002.odt' File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2046, in _test_document_conversion_to_base_format_no_original_format_access self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/55'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/55'] ERROR: test_base_convertable_behaviour_with_successive_updates (testDms.TestDocument) Check that update content's document (with setData and setFile) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2561, in test_base_convertable_behaviour_with_successive_updates document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_convertToImageOnTraversal (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2227, in test_convertToImageOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/58'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/58'] ERROR: test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2164, in test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal web_page_image_size, web_page_file_size = self.getURLSizeList(web_page_document_url, **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 259, in getURLSizeList image = Image.open(filename) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/develop-eggs/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 2256, in open % (filename if filename else fp)) IOError: cannot identify image file '/srv/slapgrid/slappart19/srv/testnode/id/test_suite/unit_test.1/tests/test-image-format-resize.jpeg' ERROR: test_document_publication_workflow_archiveVersion (testDms.TestDocument) Test "visible" instances of a doc are auto archived when a new ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2762, in test_document_publication_workflow_archiveVersion document_002 = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_getExtensibleContent (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2097, in test_getExtensibleContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/60'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/60'] ERROR: test_getOriginalContentOnTraversal (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2317, in test_getOriginalContentOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/61'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/61'] ERROR: test_getTargetFormatItemList (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2143, in test_getTargetFormatItemList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/64'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/64'] ERROR: test_preConversionOnly (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2367, in test_preConversionOnly self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/66'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/66'] ERROR: test_DownloadableDocumentSize (testDms.TestDocumentWithSecurity) Check that once the document is converted and cached, its size is ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2869, in test_DownloadableDocumentSize self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/1'] ERROR: test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2845, in test_ShowPreviewAfterSubmitted self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/2'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/2'] ERROR: test_01_LargeOOoDocumentToImageConversion (testDms.TestDocumentPerformance) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2945, in test_01_LargeOOoDocumentToImageConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_062f01ed4b9f1e467509c18a52005316/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_062f01ed4b9f1e467509c18a52005316/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_062f01ed4b9f1e467509c18a52005316/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_062f01ed4b9f1e467509c18a52005316/document_module/1'] ERROR: test_02_RevisionSystem (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 298, in test_02_RevisionSystem self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/1'] ERROR: test_06_ProcessingStateOfAClonedDocument (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 730, in test_06_ProcessingStateOfAClonedDocument self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/14', 'convertToBaseFormat', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/14', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/13'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/14', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/13'] ERROR: test_07_testImplicitRelations (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 549, in test_07_testImplicitRelations self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/34', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/35', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/30', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/31', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/29', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/32', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/33', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/28'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/34', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/35', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/30', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/31', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/29', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/32', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/33', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/28'] ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithFlare.TestDocumentWithFlare) Converting an ODT to html no longer creates Images embedded in the ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 780, in test_08_NoImagesCreatedDuringHTMLConversion self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/36'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/36'] ERROR: test_Base_contribute (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1506, in test_Base_contribute self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/44'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/44'] ERROR: test_Base_showFoundText (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1472, in test_Base_showFoundText self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/47'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/47'] ERROR: test_ContributeToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2492, in test_ContributeToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_ContributeWithMergingToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2518, in test_ContributeWithMergingToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) 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 "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1573, in test_HTML_to_ODT_conversion_keep_enconding mime_type, pdf_data = web_page.convert('pdf') File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/chain.py", line 49, in convert data = transform.convert(orig, data, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' 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 "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1611, in test_HTML_to_ODT_conversion_keep_related_image_list mime_type, odt_archive = web_page.convert('odt') File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Member_download_pdf_format (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 666, in test_Member_download_pdf_format self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/51'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/51'] ERROR: test_Owner_Base_download (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 636, in test_Owner_Base_download self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/52'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/52'] ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDmsWithFlare.TestDocumentWithFlare) Checks Document.OOoDocument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2074, in test_Text_conversion_to_base_format_no_original_format_access 'TEST-en-002.odt' File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2046, in _test_document_conversion_to_base_format_no_original_format_access self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/55'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/55'] ERROR: test_base_convertable_behaviour_with_successive_updates (testDmsWithFlare.TestDocumentWithFlare) Check that update content's document (with setData and setFile) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2561, in test_base_convertable_behaviour_with_successive_updates document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_convertToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2227, in test_convertToImageOnTraversal self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/58'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/58'] ERROR: test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2164, in test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal web_page_image_size, web_page_file_size = self.getURLSizeList(web_page_document_url, **convert_kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 259, in getURLSizeList image = Image.open(filename) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/develop-eggs/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 2256, in open % (filename if filename else fp)) IOError: cannot identify image file '/srv/slapgrid/slappart8/srv/testnode/id/test_suite/unit_test.3/tests/test-image-format-resize.jpeg' ERROR: test_document_publication_workflow_archiveVersion (testDmsWithFlare.TestDocumentWithFlare) Test "visible" instances of a doc are auto archived when a new ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2762, in test_document_publication_workflow_archiveVersion document_002 = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_getExtensibleContent (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2097, in test_getExtensibleContent self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/60'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/60'] ERROR: test_getOriginalContentOnTraversal (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2317, in test_getOriginalContentOnTraversal self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/61'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/61'] ERROR: test_getTargetFormatItemList (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2143, in test_getTargetFormatItemList self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/64'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/64'] ERROR: test_preConversionOnly (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2367, in test_preConversionOnly self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/66'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/66'] ERROR: test_02_RevisionSystem (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 298, in test_02_RevisionSystem self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/1'] ERROR: test_06_ProcessingStateOfAClonedDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 730, in test_06_ProcessingStateOfAClonedDocument self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/14', 'convertToBaseFormat', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/13'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/13'] ERROR: test_07_testImplicitRelations (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 549, in test_07_testImplicitRelations self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/32', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/29', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/35', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/34', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/30', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/28', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/31', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/33'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/32', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/29', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/35', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/34', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/30', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/28', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/31', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/33'] ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithPreConversion.TestDocumentWithPreConversion) Converting an ODT to html no longer creates Images embedded in the ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 780, in test_08_NoImagesCreatedDuringHTMLConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/36'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/36'] ERROR: test_11_Base_getAdvancedSearchResultList (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1136, in test_11_Base_getAdvancedSearchResultList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/4', 'convert', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/2', 'convert', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/3', 'convert', -2, 1)] Last error message: KeyError 'data' Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Products.ERP5.mixin.document, line 83, in convert result = self._convert(format, **kw) Module Products.ERP5.Document.TextDocument, line 165, in _convert **convert_kw) Module Products.PortalTransforms.TransformEngine, line 217, in convertToData context, **kwargs) Module Products.PortalTransforms.TransformEngine, line 177, in convertTo usedby=usedby, **kwargs) Module Products.PortalTransforms.chain, line 49, in convert data = transform.convert(orig, data, **kwargs) Module Products.PortalTransforms.Transform, line 191, in convert return self._load_transform().convert(*args, **kwargs) Module Products.ERP5OOo.transforms.html_to_odt, line 41, in convert odt = doc.convertTo('odt') Module Products.ERP5OOo.transforms.oood_commandtransform, line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Base_contribute (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1506, in test_Base_contribute self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/43'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/43'] ERROR: test_Base_showFoundText (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1472, in test_Base_showFoundText self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/46'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/46'] ERROR: test_ContributeToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2492, in test_ContributeToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_ContributeWithMergingToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2518, in test_ContributeWithMergingToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_HTML_to_ODT_conversion_keep_enconding (testDmsWithPreConversion.TestDocumentWithPreConversion) This test perform an PDF conversion of HTML content ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1573, in test_HTML_to_ODT_conversion_keep_enconding mime_type, pdf_data = web_page.convert('pdf') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/chain.py", line 49, in convert data = transform.convert(orig, data, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithPreConversion.TestDocumentWithPreConversion) This test create a Web Page and an Image. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1611, in test_HTML_to_ODT_conversion_keep_related_image_list mime_type, odt_archive = web_page.convert('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Member_download_pdf_format (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 666, in test_Member_download_pdf_format self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/50'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/50'] ERROR: test_Owner_Base_download (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 636, in test_Owner_Base_download self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/51'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/51'] ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDmsWithPreConversion.TestDocumentWithPreConversion) Checks Document.OOoDocument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2074, in test_Text_conversion_to_base_format_no_original_format_access 'TEST-en-002.odt' File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2046, in _test_document_conversion_to_base_format_no_original_format_access self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/54'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/54'] ERROR: test_base_convertable_behaviour_with_successive_updates (testDmsWithPreConversion.TestDocumentWithPreConversion) Check that update content's document (with setData and setFile) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2561, in test_base_convertable_behaviour_with_successive_updates document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_convertToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2227, in test_convertToImageOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/57'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/57'] ERROR: test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2164, in test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal web_page_image_size, web_page_file_size = self.getURLSizeList(web_page_document_url, **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 259, in getURLSizeList image = Image.open(filename) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/develop-eggs/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 2256, in open % (filename if filename else fp)) IOError: cannot identify image file '/srv/slapgrid/slappart19/srv/testnode/id/test_suite/unit_test.3/tests/test-image-format-resize.jpeg' ERROR: test_document_publication_workflow_archiveVersion (testDmsWithPreConversion.TestDocumentWithPreConversion) Test "visible" instances of a doc are auto archived when a new ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2762, in test_document_publication_workflow_archiveVersion document_002 = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_getExtensibleContent (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2097, in test_getExtensibleContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/59'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/59'] ERROR: test_getOriginalContentOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2317, in test_getOriginalContentOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/60'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/60'] ERROR: test_getTargetFormatItemList (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2143, in test_getTargetFormatItemList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/63'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/63'] ERROR: test_preConversionOnly (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2367, in test_preConversionOnly self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/65'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/65'] ERROR: test_preConvertedReferencedImageInWebPageContent (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDmsWithPreConversion.py", line 61, in test_preConvertedReferencedImageInWebPageContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/14', 'convert', -2, 1)] Last error message: KeyError 'data' Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Products.ERP5.mixin.document, line 83, in convert result = self._convert(format, **kw) Module Products.ERP5.Document.TextDocument, line 165, in _convert **convert_kw) Module Products.PortalTransforms.TransformEngine, line 217, in convertToData context, **kwargs) Module Products.PortalTransforms.TransformEngine, line 177, in convertTo usedby=usedby, **kwargs) Module Products.PortalTransforms.chain, line 49, in convert data = transform.convert(orig, data, **kwargs) Module Products.PortalTransforms.Transform, line 191, in convert return self._load_transform().convert(*args, **kwargs) Module Products.ERP5OOo.transforms.html_to_odt, line 41, in convert odt = doc.convertTo('odt') Module Products.ERP5OOo.transforms.oood_commandtransform, line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' FAIL: test_06_Check_LastModified_Header (testERP5WebWithDms.TestERP5WebWithDms) Checks that Last-Modified header set by caching policy manager ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 468, 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 "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 530, in test_07_TestDocumentViewBehaviour self.assertEqual(response.getHeader('content-type'), 'application/pdf') AssertionError: 'text/html; charset=utf-8' != 'application/pdf' FAIL: test_08_RFC5861 (testERP5WebWithDms.TestERP5WebWithDms) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 632, in test_08_RFC5861 self.assertEquals(response.getHeader('Content-Type'), 'image/png') AssertionError: 'text/html; charset=utf-8' != 'image/png' FAIL: test_PreviewOOoDocumentWithEmbeddedImage (testERP5WebWithDms.TestERP5WebWithDms) Tests html preview of an OOo document with images as extensible content. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 680, in test_PreviewOOoDocumentWithEmbeddedImage self.assertTrue(' ERP5 | ERP5

Logged In as : ERP5TypeTestCase

Site Error

An error was encountered while publishing this resource.

Error Type: NotConvertedError
Error Value:


Troubleshooting Suggestions

  • The URL may be incorrect.
  • The parameters passed to this resource may be incorrect.
  • A resource that this resource relies on may be encountering an error.

For more detailed information about the error, please refer to the error log.

If the error persists please contact the site maintainer. Thank you for your patience.

ERROR: test_01_TextField (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 149, in test_01_TextField odf_document = foo_printout.index_html(request) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_TextFieldWithMultiLines (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 270, in test_02_TextFieldWithMultiLines odf_document = foo_printout.index_html(request) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_03_Image (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 323, in test_03_Image odf_document = foo_printout(request) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_ProxyField (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 395, in test_04_ProxyField odf_document = foo_printout.index_html(request) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 149, in test_01_Paragraph odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph_07_LinesField (testFormPrintoutAsODT.TestFormPrintoutAsODT) test LinesField into multi line ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 244, in test_01_Paragraph_07_LinesField odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph_08_Field_Format (testFormPrintoutAsODT.TestFormPrintoutAsODT) test a field with format ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 275, in test_01_Paragraph_08_Field_Format odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph_09_RangeReferenceWithSpan (testFormPrintoutAsODT.TestFormPrintoutAsODT) test range reference and span setting ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 305, in test_01_Paragraph_09_RangeReferenceWithSpan odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_01_Normal (testFormPrintoutAsODT.TestFormPrintoutAsODT) To test listbox and ODF table mapping ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 358, in test_02_Table_01_Normal odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_02_SmallerThanListboxColumns (testFormPrintoutAsODT.TestFormPrintoutAsODT) 2. Irregular case: listbox columns count smaller than table columns count ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 399, in test_02_Table_02_SmallerThanListboxColumns odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_03_ListboxColumnsLargerThanTable (testFormPrintoutAsODT.TestFormPrintoutAsODT) 3. Irregular case: listbox columns count larger than table columns count ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 435, in test_02_Table_03_ListboxColumnsLargerThanTable odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_04_ListboxHasNotStat (testFormPrintoutAsODT.TestFormPrintoutAsODT) 4. Irregular case: listbox has not a stat line, but table has a stat line ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 471, in test_02_Table_04_ListboxHasNotStat odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_05_NormalSameLayout (testFormPrintoutAsODT.TestFormPrintoutAsODT) 5. Normal case: the listobx and the ODF table are same layout ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 529, in test_02_Table_05_NormalSameLayout odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_06_TableDoesNotHaveAHeader (testFormPrintoutAsODT.TestFormPrintoutAsODT) 6. Normal case: ODF table does not have a header ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 584, in test_02_Table_06_TableDoesNotHaveAHeader odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_07_CellFormat (testFormPrintoutAsODT.TestFormPrintoutAsODT) 7. Normal case: make sure that it is enable to use ODF cell format setting in FormPrintout ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 621, in test_02_Table_07_CellFormat odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_08_Nodata (testFormPrintoutAsODT.TestFormPrintoutAsODT) 8. Normal case: list box has no data ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 662, in test_02_Table_08_Nodata odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_09_StyleSetting (testFormPrintoutAsODT.TestFormPrintoutAsODT) 9. Normal case: setting the style of the row. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 723, in test_02_Table_09_StyleSetting odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_Iteration (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 832, in test_04_Iteration odf_document = foo_report_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_Iteration_02_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 936, in test_04_Iteration_02_Section odf_document = foo_report_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_Iteration_03_ReportBox_and_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1048, in test_04_Iteration_03_ReportBox_and_Section odf_document = foo_report_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_07_Image (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1123, in test_07_Image odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_08_OOoConversion (testFormPrintoutAsODT.TestFormPrintoutAsODT) test ooo conversion ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1158, in test_08_OOoConversion printout = foo_printout(REQUEST=self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_09_FieldReplacement (testFormPrintoutAsODT.TestFormPrintoutAsODT) test field in ODF Documents ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1181, in test_09_FieldReplacement odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_field_replacement_with_variable (testFormPrintoutAsODT.TestFormPrintoutAsODT) test variables replacement in ODT documents. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1230, in test_field_replacement_with_variable odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> FAIL: testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeFunctionalTestCase.py", line 436, in testFunctionalTestRunner self.assertEqual([], error_title_list, '\n'.join(error_title_list)) AssertionError: Test Transactions related to an account, with at date parameter ERROR: test_13_UploadTextFromContributionToolWithNonASCIIFilename (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1415, in test_13_UploadTextFromContributionToolWithNonASCIIFilename self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp UploadTextFromContributionToolWithNonASCIIFilename Tic > DiscoverFromFilenameWithNonASCIIFilename File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1395, in stepDiscoverFromFilenameWithNonASCIIFilename self.assertEqual(property_dict['title'], 'title') KeyError: 'title' FAIL: test_03_TextDoc (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1109, in test_03_TextDoc self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument CheckEmptyState StraightUpload CheckConvertingState Tic > CheckConvertedState UploadFromViewForm CheckConvertingState Tic CheckConvertedState File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_041_MetadataEditing (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1147, in test_041_MetadataEditing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument UploadFromViewForm CheckConvertingState Tic > CheckConvertedState EditMetadata CheckChangedMetadata File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionDrawing (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1184, in test_05_FormatIngestionDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > IngestDrawingFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 727, in stepIngestDrawingFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionPresentation (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1177, in test_05_FormatIngestionPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > IngestPresentationFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 709, in stepIngestPresentationFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionSpreadSheet (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1170, in test_05_FormatIngestionSpreadSheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > IngestSpreadsheetFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 699, in stepIngestSpreadsheetFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionText (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1163, in test_05_FormatIngestionText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > IngestTextFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 689, in stepIngestTextFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_06_FormatGenerationDrawing (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1237, in test_06_FormatGenerationDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > CheckDrawingDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 782, in stepCheckDrawingDocumentExportList self.checkDocumentExportList(document, 'sxd', ['jpg', 'svg', 'pdf', 'odg']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'jpg' not in [] FAIL: test_06_FormatGenerationPresentation (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1230, in test_06_FormatGenerationPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > CheckPresentationDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 774, in stepCheckPresentationDocumentExportList self.checkDocumentExportList(document, 'ppt', ['ppt', 'odp', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'ppt' not in [] FAIL: test_06_FormatGenerationSpreadsheet (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1223, in test_06_FormatGenerationSpreadsheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > CheckSpreadsheetDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 766, in stepCheckSpreadsheetDocumentExportList self.checkDocumentExportList(document, 'xls', ['csv', 'xls', 'ods', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'csv' not in [] FAIL: test_06_FormatGenerationText (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1216, in test_06_FormatGenerationText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > CheckTextDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 758, in stepCheckTextDocumentExportList ['pdf', 'doc', 'rtf', 'txt', 'odt']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'pdf' not in [] FAIL: test_09_Contribute (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1274, in test_09_Contribute self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp > ContributeFileListWithNoType CleanUp ContributeFileListWithType File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 837, in stepContributeFileListWithNoType self.contributeFileList(with_portal_type=False) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 345, in contributeFileList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_10_MetadataSettingPreferenceOrder (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1322, in test_10_MetadataSettingPreferenceOrder self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_11_EmailIngestion (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1348, in test_11_EmailIngestion self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp ReceiveEmail CreatePerson ReceiveEmail > VerifyEmailedDocumentInitialContribution ReceiveEmail VerifyEmailedDocumentMultipleContribution ReceiveMultipleAttachmentsEmail VerifyEmailedMultipleDocumentsInitialContribution ReceiveMultipleAttachmentsEmail VerifyEmailedMultipleDocumentsMultipleContribution File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 966, in stepVerifyEmailedDocumentInitialContribution attachment_list, ingested_document = self.verifyEmailedDocument() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1035, in verifyEmailedDocument self.assertEqual('converted', ingested_document.getExternalProcessingState()) AssertionError: 'converted' != 'conversion_failed' FAIL: test_12_UploadTextFromContributionTool (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1366, in test_12_UploadTextFromContributionTool self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp UploadTextFromContributionTool CheckConvertingState Tic > CheckConvertedState DiscoverFromFilename Tic ReuploadTextFromContributionTool UploadAnotherTextFromContributionTool File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' ERROR: test_13_UploadTextFromContributionToolWithNonASCIIFilename (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1415, in test_13_UploadTextFromContributionToolWithNonASCIIFilename self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp UploadTextFromContributionToolWithNonASCIIFilename Tic > DiscoverFromFilenameWithNonASCIIFilename File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1395, in stepDiscoverFromFilenameWithNonASCIIFilename self.assertEqual(property_dict['title'], 'title') KeyError: 'title' FAIL: test_03_TextDoc (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1109, in test_03_TextDoc self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument CheckEmptyState StraightUpload CheckConvertingState Tic > CheckConvertedState UploadFromViewForm CheckConvertingState Tic CheckConvertedState File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_041_MetadataEditing (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1147, in test_041_MetadataEditing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument UploadFromViewForm CheckConvertingState Tic > CheckConvertedState EditMetadata CheckChangedMetadata File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionDrawing (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1184, in test_05_FormatIngestionDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > IngestDrawingFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 727, in stepIngestDrawingFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionPresentation (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1177, in test_05_FormatIngestionPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > IngestPresentationFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 709, in stepIngestPresentationFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionSpreadSheet (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1170, in test_05_FormatIngestionSpreadSheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > IngestSpreadsheetFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 699, in stepIngestSpreadsheetFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionText (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1163, in test_05_FormatIngestionText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > IngestTextFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 689, in stepIngestTextFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_06_FormatGenerationDrawing (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1237, in test_06_FormatGenerationDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > CheckDrawingDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 782, in stepCheckDrawingDocumentExportList self.checkDocumentExportList(document, 'sxd', ['jpg', 'svg', 'pdf', 'odg']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'jpg' not in [] FAIL: test_06_FormatGenerationPresentation (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1230, in test_06_FormatGenerationPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > CheckPresentationDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 774, in stepCheckPresentationDocumentExportList self.checkDocumentExportList(document, 'ppt', ['ppt', 'odp', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'ppt' not in [] FAIL: test_06_FormatGenerationSpreadsheet (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1223, in test_06_FormatGenerationSpreadsheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > CheckSpreadsheetDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 766, in stepCheckSpreadsheetDocumentExportList self.checkDocumentExportList(document, 'xls', ['csv', 'xls', 'ods', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'csv' not in [] FAIL: test_06_FormatGenerationText (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1216, in test_06_FormatGenerationText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > CheckTextDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 758, in stepCheckTextDocumentExportList ['pdf', 'doc', 'rtf', 'txt', 'odt']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'pdf' not in [] FAIL: test_09_Contribute (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1274, in test_09_Contribute self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp > ContributeFileListWithNoType CleanUp ContributeFileListWithType File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 837, in stepContributeFileListWithNoType self.contributeFileList(with_portal_type=False) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 345, in contributeFileList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_10_MetadataSettingPreferenceOrder (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1322, in test_10_MetadataSettingPreferenceOrder self.playSequence(step_list) (truncated) ... From nobody at svn.erp5.org Wed Nov 5 16:54:36 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 15:54:36 +0000 Subject: [Erp5-report] =?utf-8?q?CLOUDOOO-MASTER_=3A_153_Tests=2C_26_Error?= =?utf-8?q?s=2C_15_Failures=2C_4_Skips?= Message-ID: <20141105155446.B8849BF0206@mail2.tiolive.com> Test Suite: CLOUDOOO-MASTER Revision: slapos=7336-080625c0c6fff8cf6d959538250b5b194e536b66,cloudooo-repository=596-bc5f8d9e377402f27f78278eb63a16d08e880ac2 Result: FAIL All tests: 153 Failures: 15 Errors: 26 Skips: 4 The following tests failed: testOooAllFormat (5 failures) testDrawingFormats (testOooAllFormat.TestAllFormats) testPresentationFormats (testOooAllFormat.TestAllFormats) testSpreadSheetFormats (testOooAllFormat.TestAllFormats) testTextFormats (testOooAllFormat.TestAllFormats) testWebFormats (testOooAllFormat.TestAllFormats) testOooAllFormatERP5Compatibility (4 errors) testDrawingFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testPresentationFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testSpreadSheetFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testTextFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testOooHandler (8 errors) testConvertDocToOdt (testOooHandler.TestHandler) testConvertOdtToDoc (testOooHandler.TestHandler) testConvertWithOpenOfficeStopped (testOooHandler.TestHandler) testGetMetadata (testOooHandler.TestHandler) testGetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) testRefreshOdt (testOooHandler.TestHandler) testSetMetadata (testOooHandler.TestHandler) testSetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) testOooLegacyInterface (2 errors) testHtmlToBaseFormatConversion (testOooLegacyInterface.TestLegacyInterface) testHtmlToOdt (testOooLegacyInterface.TestLegacyInterface) testOooServer (9 failures, 10 errors, 1 skips) testGetColumnItemListFromDoc (testOooServer.TestServer) testGetImageFromDoc (testOooServer.TestServer) testGetImageItemListFromDoc (testOooServer.TestServer) testGetImageItemListFromOdt (testOooServer.TestServer) testGetLineItemListFromDoc (testOooServer.TestServer) testGetMetadata (testOooServer.TestServer) testGetTableFromDoc (testOooServer.TestServer) testGetTableItemListFromDoc (testOooServer.TestServer) testUpdateMetadata (testOooServer.TestServer) testupdateFileMetadataUpdateSomeMetadata (testOooServer.TestServer) testConvert (testOooServer.TestServer) testPNGFileToConvertOdpToHTML (testOooServer.TestServer) testRunConvertMethod (testOooServer.TestServer) testRunGenerateMethod (testOooServer.TestServer) testRunGenerateMethodConvertOdpToHTML (testOooServer.TestServer) testRunGenerateMethodConvertOdsToHTML (testOooServer.TestServer) testRunGenerateMethodConvertOdsToMsXslx (testOooServer.TestServer) testRunSetMetadata (testOooServer.TestServer) testOooUnoConverter (1 failures) testUnoConverterOdtToDoc (testOooUnoConverter.TestUnoConverter) testPdfHandler (1 errors) testsetMetadata (testPdfHandler.TestHandler) testPdfServer (1 errors) testSetMetadata (testPdfServer.TestServer) The following tests were at least partly skipped: testOooInterface (3 skips) testOooServer (1 skips) -------------- next part -------------- A non-text attachment was scrubbed... Name: summary.diff Type: text/x-diff Size: 359 bytes Desc: not available URL: -------------- next part -------------- FAIL: testDrawingFormats (testOooAllFormat.TestAllFormats) Test all drawing formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 44, in testDrawingFormats self.runTestForType('data/test.odg', 'odg', 'drawing') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'odg' output_format: 'met' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testPresentationFormats (testOooAllFormat.TestAllFormats) Test all presentation formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 40, in testPresentationFormats self.runTestForType('data/test.odp', 'odp', 'presentation') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'odp' output_format: 'pbm' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testSpreadSheetFormats (testOooAllFormat.TestAllFormats) Test all spreadsheet formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 48, in testSpreadSheetFormats self.runTestForType('data/test.ods', 'ods', 'spreadsheet') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'ods' output_format: 'slk' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testTextFormats (testOooAllFormat.TestAllFormats) Test all text formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 36, in testTextFormats self.runTestForType('data/test.odt', 'odt', 'text') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'odt' output_format: 'odt' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testWebFormats (testOooAllFormat.TestAllFormats) Test all web formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 52, in testWebFormats self.runTestForType('data/test.html', 'html', 'web') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 63, in runTestForType self._testConvertFile(input_url, source_format, extension[0], None) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'html' output_format: 'pdf' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testDrawingFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all drawing formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 49, in testDrawingFormats self.runTestForType('data/test.odg', 'odg', 'application/vnd.oasis.opendocument.graphics') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 66, in runTestForType source_mimetype)[1]['data'] KeyError: 'data' ERROR: testPresentationFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all presentation formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 45, in testPresentationFormats self.runTestForType('data/test.odp', 'odp', 'application/vnd.oasis.opendocument.presentation') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 66, in runTestForType source_mimetype)[1]['data'] KeyError: 'data' ERROR: testSpreadSheetFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all spreadsheet formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 53, in testSpreadSheetFormats self.runTestForType('data/test.ods', 'ods', 'application/vnd.oasis.opendocument.spreadsheet') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 66, in runTestForType source_mimetype)[1]['data'] KeyError: 'data' ERROR: testTextFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all text formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 41, in testTextFormats self.runTestForType('data/test.odt', 'odt', 'application/vnd.oasis.opendocument.text') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 66, in runTestForType source_mimetype)[1]['data'] KeyError: 'data' ERROR: testConvertDocToOdt (testOooHandler.TestHandler) Test convert DOC to ODT ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 84, in testConvertDocToOdt doc_exported = handler.convert("odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testConvertOdtToDoc (testOooHandler.TestHandler) Test convert ODT to DOC ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 75, in testConvertOdtToDoc doc_exported = handler.convert("doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testConvertWithOpenOfficeStopped (testOooHandler.TestHandler) Test convert with openoffice stopped ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 130, in testConvertWithOpenOfficeStopped doc_exported = handler.convert("odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testGetMetadata (testOooHandler.TestHandler) Test getMetadata ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 94, in testGetMetadata metadata = handler.getMetadata() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 188, in getMetadata stdout, stderr = self._callUnoConverter(*feature_list, **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testGetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) Test getMetadata with openoffice stopped ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 141, in testGetMetadataWithOpenOfficeStopped metadata = handler.getMetadata() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 188, in getMetadata stdout, stderr = self._callUnoConverter(*feature_list, **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testRefreshOdt (testOooHandler.TestHandler) Test refresh argument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 168, in testRefreshOdt doc_exported = handler.convert("odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testSetMetadata (testOooHandler.TestHandler) Test setMetadata ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 107, in testSetMetadata new_data = handler.setMetadata({"Title": "cloudooo Test -"}) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 209, in setMetadata stdout, stderr = self._callUnoConverter(*['setmetadata'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testSetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) Test setMetadata with openoffice stopped ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 153, in testSetMetadataWithOpenOfficeStopped new_data = handler.setMetadata({"Title": "cloudooo Test -"}) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 209, in setMetadata stdout, stderr = self._callUnoConverter(*['setmetadata'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testHtmlToBaseFormatConversion (testOooLegacyInterface.TestLegacyInterface) Check implicit base conversion of HTML documents. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooLegacyInterface.py", line 48, in testHtmlToBaseFormatConversion self.assertEquals(response_dict['mime'], 'text/html') KeyError: 'mime' ERROR: testHtmlToOdt (testOooLegacyInterface.TestLegacyInterface) Check conversion of HTML to odt ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooLegacyInterface.py", line 63, in testHtmlToOdt self.assertEquals(response_dict['mime'], 'application/vnd.oasis.opendocument.text') KeyError: 'mime' ERROR: testGetColumnItemListFromDoc (testOooServer.TestServer) Test if getColumnItemList can get the list of column item from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 458, in testGetColumnItemListFromDoc "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetImageFromDoc (testOooServer.TestServer) Test if getImage can get a image from doc file after zip ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 517, in testGetImageFromDoc data_odt = self.proxy.convertFile(data, 'doc', 'odt', False) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetImageItemListFromDoc (testOooServer.TestServer) Test if getImageItemList can get the list of images items from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 494, in testGetImageItemListFromDoc image_list = self.proxy.getImageItemList(data, "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetImageItemListFromOdt (testOooServer.TestServer) Test if getImageItemList can get the list of images items from odt file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 482, in testGetImageItemListFromOdt image_list = self.proxy.getImageItemList(data, "odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetLineItemListFromDoc (testOooServer.TestServer) Test if getLineItemList can get the list of lines items from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 473, in testGetLineItemListFromDoc line_item_list = self.proxy.getLineItemList(data, "Table1", "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetMetadata (testOooServer.TestServer) test if OOo metadata are extracted correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 148, in testGetMetadata self.runGetMetadataList(self.GetMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 164, in runGetMetadataList self._testGetMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 105, in _testGetMetadata base_document) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetTableFromDoc (testOooServer.TestServer) Test if getTableItemList can get a item of some granulated table from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 431, in testGetTableFromDoc granulated_table = self.proxy.getTableItemList(data, "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testGetTableItemListFromDoc (testOooServer.TestServer) Test if getTableItemList can get the table item list from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 410, in testGetTableItemListFromDoc "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testUpdateMetadata (testOooServer.TestServer) test if OOo metadata are insert correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 174, in testUpdateMetadata self.runUpdateMetadataList(self.UpdateMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 175, in runUpdateMetadataList self._testUpdateMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 118, in _testUpdateMetadata metadata_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: testupdateFileMetadataUpdateSomeMetadata (testOooServer.TestServer) Test server using method updateFileMetadata when the same metadata is ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 182, in testupdateFileMetadataUpdateSomeMetadata dict(Reference="testSetMetadata", Something="ABC")) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> FAIL: testConvert (testOooServer.TestServer) Test convertion of OOofiles ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 100, in testConvert self.runConversionList(self.ConversionScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 153, in runConversionList self._testConvertFile(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 91, in _testConvertFile self.fail('Failed Conversions:\n' + message) AssertionError: Failed Conversions: input_format: 'doc' output_format: 'odt' traceback: :Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty FAIL: testPNGFileToConvertOdpToHTML (testOooServer.TestServer) Test run_generate method from odp with png to html. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 275, in testPNGFileToConvertOdpToHTML self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunConvertMethod (testOooServer.TestServer) Test run_convert method ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 206, in testRunConvertMethod self.runConvertScenarioList(self.ConvertScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 208, in runConvertScenarioList self._testRunConvert(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 132, in _testRunConvert self.assertEquals(response_code, expected_response_code) AssertionError: 402 != 200 FAIL: testRunGenerateMethod (testOooServer.TestServer) Test run_generate method ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 218, in testRunGenerateMethod self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunGenerateMethodConvertOdpToHTML (testOooServer.TestServer) Test run_generate method from odp to html. This test is to validate ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 306, in testRunGenerateMethodConvertOdpToHTML self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunGenerateMethodConvertOdsToHTML (testOooServer.TestServer) Test run_generate method from ods to html. This test is to validate ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 234, in testRunGenerateMethodConvertOdsToHTML self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunGenerateMethodConvertOdsToMsXslx (testOooServer.TestServer) Test run_generate method from ods to ms.xlsx. This test is to validate ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 259, in testRunGenerateMethodConvertOdsToMsXslx self.assertEquals(response_code, 200) AssertionError: 402 != 200 FAIL: testRunSetMetadata (testOooServer.TestServer) Test run_setmetadata method, updating the same metadata ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 345, in testRunSetMetadata self.assertEquals(response_code, 200) AssertionError: 402 != 200 SUCCESS: testRunGenerateMethodFailResponse (testOooServer.TestServer) Test run_generate method with invalid document FAIL: testUnoConverterOdtToDoc (testOooUnoConverter.TestUnoConverter) Test script unoconverter ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooUnoConverter.py", line 81, in testUnoConverterOdtToDoc self.assertEquals(stderr, '') AssertionError: 'Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n' != '' ERROR: testsetMetadata (testPdfHandler.TestHandler) Test if the metadata is inserted correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfHandler.py", line 61, in testsetMetadata new_document = handler.setMetadata(metadata_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/handler.py", line 112, in setMetadata env=self.environment).communicate() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory ERROR: testSetMetadata (testPdfServer.TestServer) Test if metadata is inserted correctly in pdf file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfServer.py", line 87, in testSetMetadata self.runUpdateMetadataList(self.UpdateMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 175, in runUpdateMetadataList self._testUpdateMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 118, in _testUpdateMetadata metadata_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :[Errno 2] No such file or directory"> From nobody at svn.erp5.org Wed Nov 5 17:51:59 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 16:51:59 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-Cloud-Reliability-COMP-2-3Nodes-ETN-?= =?utf-8?q?ERP5PROJECT2_=3A_4863_Tests=2C_0_Errors=2C_2_Failures=2C_206_Sk?= =?utf-8?q?ips?= Message-ID: <20141105165204.73B63BF0206@mail2.tiolive.com> Test Suite: ERP5-Cloud-Reliability-COMP-2-3Nodes-ETN-ERP5PROJECT2 Revision: slapos=7314-3db3834c3f03fe60b7d1d1465f7c8db4c3706289,erp5=43933-43595976c86ec2683627ebc1e8fccc4fba9b4338 Result: FAIL All tests: 4863 Failures: 2 Errors: 0 Skips: 206 The following tests have an unknown status: runUnitTest --verbose '--erp5_sql_connection_string=testdb_12 at 10.0.187.160:45678 testuser_12 insecure' --xvfb_bin=/srv/slapgrid/slappart29/srv/slapos/soft/60f06fa1bcf24b2430b470da43a34a7f/parts/xserver/bin/Xvfb --firefox_bin=/srv/slapgrid/slappart29/srv/slapos/soft/60f06fa1bcf24b2430b470da43a34a7f/parts/firefox/firefox-slapos '--extra_sql_connection_string_list=testdb_13 at 10.0.187.160:45678 testuser_13 insecure,testdb_14 at 10.0.187.160:45678 testuser_14 insecure' --bt5_path=None --instance_home=unit_test.5 testPayroll_l10n_fr The following tests failed: erp5_test_result:testTaskDistribution (1 failures) test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) testFunctionalCore (1 failures, 8 skips) testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testIngestion (4 skips) testIngestionWithFlare (4 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) -------------- next part -------------- FAIL: test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 341, in test_07_reportTaskFailure checkNodeState("started", "started") File "", line 340, in checkNodeState [(x.getTitle(), x.getSimulationState()) for x in node_list]) AssertionError: Lists differ: [('Node0', 'started'), ('Node1... != [('Node1', 'started')] First differing element 0: ('Node0', 'started') ('Node1', 'started') First list contains 1 additional elements. First extra element 1: ('Node1', 'started') - [('Node0', 'started'), ('Node1', 'started')] + [('Node1', 'started')] FAIL: testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/ERP5TypeFunctionalTestCase.py", line 436, in testFunctionalTestRunner self.assertEqual([], error_title_list, '\n'.join(error_title_list)) AssertionError: Test Transactions related to an account, with at date parameter Loading Zope ... Instance at '/srv/slapgrid/slappart29/srv/testnode/dl/test_suite/unit_test.5' loaded ... done (7.954s) test_01_getYearToDateSlice (testPayroll_l10n_fr.TestPayroll_l10n_fr) Check that is possible to calculate the total amount spend on a slice ... Adding ERP5TypeTestCase user ... Adding erp5_portal_8e0c8522353a6ef7b7c3cebfc08f556b ERP5 Site ... done (54.125s) Running HTTP server at localhost:55061 Running WebDAV server at localhost:55462 Adding Promise at /srv/slapgrid/slappart29/srv/testnode/dl/test_suite/unit_test.5/promise.cfg... Adding erp5_base business template ... (imported in 5.510s) (missing dependencies : ['erp5_full_text_catalog', 'erp5_core_proxy_field_legacy']) done (14.581s) Adding erp5_stock_cache business template ... (imported in 0.419s) done (3.067s) Adding erp5_pdm business template ... (imported in 17.004s) done (27.358s) Adding erp5_simulation business template ... (imported in 2.757s) done (5.794s) Adding erp5_trade business template ... (imported in 11.232s) done (23.464s) Adding erp5_accounting business template ... (imported in 10.361s) done (24.358s) Adding erp5_invoicing business template ... (imported in 1.245s) done (6.012s) Adding erp5_simplified_invoicing business template ... (imported in 0.476s) done (3.328s) Adding erp5_core_proxy_field_legacy business template ... (imported in 1.285s) done (4.649s) Adding erp5_configurator_standard_solver business template ... (imported in 0.522s) done (3.932s) Adding erp5_configurator_standard_trade_template business template ... (imported in 0.561s) done (5.119s) Adding erp5_configurator_standard_accounting_template business template ... (imported in 0.547s) done (3.955s) Adding erp5_configurator_standard_invoicing_template business template ... (imported in 0.585s) done (4.840s) Adding erp5_simulation_test business template ... (imported in 0.445s) done (3.470s) Adding erp5_payroll business template ... (imported in 2.121s) done (7.529s) Adding erp5_payroll_l10n_fr business template ... (imported in 0.427s) From nobody at svn.erp5.org Wed Nov 5 18:39:23 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 17:39:23 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-TestRunner1_=3A_4864_Tests=2C_0_Erro?= =?utf-8?q?rs=2C_1_Failures=2C_206_Skips?= Message-ID: <20141105173924.2D02EBF02DE@mail2.tiolive.com> Test Suite: ERP5-TestRunner1 Revision: slapos=7314-3db3834c3f03fe60b7d1d1465f7c8db4c3706289,erp5=43934-98f1cf6a5bef3641f4629b8fb3f3faf7fecaba5b Result: FAIL All tests: 4864 Failures: 1 Errors: 0 Skips: 206 The following tests failed: erp5_test_result:testTaskDistribution (1 failures) test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testIngestion (4 skips) testIngestionWithFlare (4 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) -------------- next part -------------- A non-text attachment was scrubbed... Name: summary.diff Type: text/x-diff Size: 683 bytes Desc: not available URL: -------------- next part -------------- FAIL: test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 341, in test_07_reportTaskFailure checkNodeState("started", "started") File "", line 340, in checkNodeState [(x.getTitle(), x.getSimulationState()) for x in node_list]) AssertionError: Lists differ: [('Node0', 'started'), ('Node1... != [('Node1', 'started')] First differing element 0: ('Node0', 'started') ('Node1', 'started') First list contains 1 additional elements. First extra element 1: ('Node1', 'started') - [('Node0', 'started'), ('Node1', 'started')] + [('Node1', 'started')] From nobody at svn.erp5.org Wed Nov 5 19:49:06 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 18:49:06 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-component-SLAPOS-component_=3A_4864_?= =?utf-8?q?Tests=2C_135_Errors=2C_46_Failures=2C_198_Skips?= Message-ID: <20141105184914.93880BF0206@mail2.tiolive.com> Test Suite: ERP5-component-SLAPOS-component Revision: slapos=7336-080625c0c6fff8cf6d959538250b5b194e536b66,erp5=43934-f31ee6328ca2c861dad6d62af57a2a4186f61d77 Result: FAIL All tests: 4864 Failures: 46 Errors: 135 Skips: 198 The following tests failed: erp5_configurator_ebusiness_lotse:testEbusinessLotseConfigurationWorkflow (1 errors) test_ebusiness_lotse_workflow (erp5.component.test.erp5_version.testEbusinessLotseConfigurationWorkflow.TestEbusinessLotseConfigurationWorkflow) erp5_configurator_standard:testStandardConfigurationWorkflow (6 failures) test_consulting_workflow (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestConsultingConfiguratorWorkflow) test_standard_workflow_brazil (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_brazil_with_previous (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_france (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_germany (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_russia (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) erp5_test_result:testTaskDistribution (1 failures) test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) erp5_web_ung_theme:testUNG (5 errors) testWebPage_updateWebDocument (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_addGadgetList (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_deleteObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_getDocumentUrl (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_getWebPageObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) testConfiguratorItem (1 errors) testCategoriesSpreadsheetConfiguratorItem (testConfiguratorItem.TestConfiguratorItem) testDms (24 errors, 1 skips) test_02_RevisionSystem (testDms.TestDocument) test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument) test_07_testImplicitRelations (testDms.TestDocument) test_08_NoImagesCreatedDuringHTMLConversion (testDms.TestDocument) test_Base_contribute (testDms.TestDocument) test_Base_showFoundText (testDms.TestDocument) test_ContributeToExistingDocument (testDms.TestDocument) test_ContributeWithMergingToExistingDocument (testDms.TestDocument) test_HTML_to_ODT_conversion_keep_enconding (testDms.TestDocument) test_HTML_to_ODT_conversion_keep_related_image_list (testDms.TestDocument) test_Member_download_pdf_format (testDms.TestDocument) test_Owner_Base_download (testDms.TestDocument) test_Text_conversion_to_base_format_no_original_format_access (testDms.TestDocument) test_base_convertable_behaviour_with_successive_updates (testDms.TestDocument) test_convertToImageOnTraversal (testDms.TestDocument) test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDms.TestDocument) test_document_publication_workflow_archiveVersion (testDms.TestDocument) test_getExtensibleContent (testDms.TestDocument) test_getOriginalContentOnTraversal (testDms.TestDocument) test_getTargetFormatItemList (testDms.TestDocument) test_preConversionOnly (testDms.TestDocument) test_DownloadableDocumentSize (testDms.TestDocumentWithSecurity) test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity) test_01_LargeOOoDocumentToImageConversion (testDms.TestDocumentPerformance) testDmsWithFlare (21 errors, 1 skips) test_02_RevisionSystem (testDmsWithFlare.TestDocumentWithFlare) test_06_ProcessingStateOfAClonedDocument (testDmsWithFlare.TestDocumentWithFlare) test_07_testImplicitRelations (testDmsWithFlare.TestDocumentWithFlare) test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithFlare.TestDocumentWithFlare) test_Base_contribute (testDmsWithFlare.TestDocumentWithFlare) test_Base_showFoundText (testDmsWithFlare.TestDocumentWithFlare) test_ContributeToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) test_ContributeWithMergingToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) test_HTML_to_ODT_conversion_keep_enconding (testDmsWithFlare.TestDocumentWithFlare) test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithFlare.TestDocumentWithFlare) test_Member_download_pdf_format (testDmsWithFlare.TestDocumentWithFlare) test_Owner_Base_download (testDmsWithFlare.TestDocumentWithFlare) test_Text_conversion_to_base_format_no_original_format_access (testDmsWithFlare.TestDocumentWithFlare) test_base_convertable_behaviour_with_successive_updates (testDmsWithFlare.TestDocumentWithFlare) test_convertToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) test_document_publication_workflow_archiveVersion (testDmsWithFlare.TestDocumentWithFlare) test_getExtensibleContent (testDmsWithFlare.TestDocumentWithFlare) test_getOriginalContentOnTraversal (testDmsWithFlare.TestDocumentWithFlare) test_getTargetFormatItemList (testDmsWithFlare.TestDocumentWithFlare) test_preConversionOnly (testDmsWithFlare.TestDocumentWithFlare) testDmsWithPreConversion (23 errors, 1 skips) test_02_RevisionSystem (testDmsWithPreConversion.TestDocumentWithPreConversion) test_06_ProcessingStateOfAClonedDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) test_07_testImplicitRelations (testDmsWithPreConversion.TestDocumentWithPreConversion) test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithPreConversion.TestDocumentWithPreConversion) test_11_Base_getAdvancedSearchResultList (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Base_contribute (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Base_showFoundText (testDmsWithPreConversion.TestDocumentWithPreConversion) test_ContributeToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) test_ContributeWithMergingToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) test_HTML_to_ODT_conversion_keep_enconding (testDmsWithPreConversion.TestDocumentWithPreConversion) test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Member_download_pdf_format (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Owner_Base_download (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Text_conversion_to_base_format_no_original_format_access (testDmsWithPreConversion.TestDocumentWithPreConversion) test_base_convertable_behaviour_with_successive_updates (testDmsWithPreConversion.TestDocumentWithPreConversion) test_convertToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) test_document_publication_workflow_archiveVersion (testDmsWithPreConversion.TestDocumentWithPreConversion) test_getExtensibleContent (testDmsWithPreConversion.TestDocumentWithPreConversion) test_getOriginalContentOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) test_getTargetFormatItemList (testDmsWithPreConversion.TestDocumentWithPreConversion) test_preConversionOnly (testDmsWithPreConversion.TestDocumentWithPreConversion) test_preConvertedReferencedImageInWebPageContent (testDmsWithPreConversion.TestDocumentWithPreConversion) testERP5WebWithDms (4 failures) test_06_Check_LastModified_Header (testERP5WebWithDms.TestERP5WebWithDms) test_07_TestDocumentViewBehaviour (testERP5WebWithDms.TestERP5WebWithDms) test_08_RFC5861 (testERP5WebWithDms.TestERP5WebWithDms) test_PreviewOOoDocumentWithEmbeddedImage (testERP5WebWithDms.TestERP5WebWithDms) testFormPrintoutAsODG (4 errors) test_01_TextField (testFormPrintoutAsODG.TestFormPrintoutAsODG) test_02_TextFieldWithMultiLines (testFormPrintoutAsODG.TestFormPrintoutAsODG) test_03_Image (testFormPrintoutAsODG.TestFormPrintoutAsODG) test_04_ProxyField (testFormPrintoutAsODG.TestFormPrintoutAsODG) testFormPrintoutAsODT (20 errors, 1 skips) test_01_Paragraph (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_01_Paragraph_07_LinesField (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_01_Paragraph_08_Field_Format (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_01_Paragraph_09_RangeReferenceWithSpan (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_01_Normal (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_02_SmallerThanListboxColumns (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_03_ListboxColumnsLargerThanTable (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_04_ListboxHasNotStat (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_05_NormalSameLayout (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_06_TableDoesNotHaveAHeader (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_07_CellFormat (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_08_Nodata (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_09_StyleSetting (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_04_Iteration (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_04_Iteration_02_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_04_Iteration_03_ReportBox_and_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_07_Image (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_08_OOoConversion (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_09_FieldReplacement (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_field_replacement_with_variable (testFormPrintoutAsODT.TestFormPrintoutAsODT) testFunctionalCore (1 failures, 8 skips) testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) testIngestion (14 failures, 1 errors) 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_09_Contribute (testIngestion.TestIngestion) test_10_MetadataSettingPreferenceOrder (testIngestion.TestIngestion) test_11_EmailIngestion (testIngestion.TestIngestion) test_12_UploadTextFromContributionTool (testIngestion.TestIngestion) testIngestionWithFlare (14 failures, 1 errors) 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_09_Contribute (testIngestionWithFlare.TestIngestionWithFlare) test_10_MetadataSettingPreferenceOrder (testIngestionWithFlare.TestIngestionWithFlare) test_11_EmailIngestion (testIngestionWithFlare.TestIngestionWithFlare) test_12_UploadTextFromContributionTool (testIngestionWithFlare.TestIngestionWithFlare) testOOoChart (2 failures) test_ooo_chart (testOOoChart.TestOOoChart) test_proxy_ooo_chart (testOOoChart.TestOOoChart) testOOoConversionCache (9 errors) test_01_PersistentCacheConversion (testOOoConversionCache.TestDocumentConversionCache) test_02_VolatileCacheConversionOfTempObject (testOOoConversionCache.TestDocumentConversionCache) test_03_CacheConversionOfTempObjectIsNotMixed (testOOoConversionCache.TestDocumentConversionCache) test_04_PersistentCacheConversionWithFlare (testOOoConversionCache.TestDocumentConversionCache) test_05_checksum_conversion (testOOoConversionCache.TestDocumentConversionCache) test_06_check_md5_is_updated (testOOoConversionCache.TestDocumentConversionCache) test_07_check_cache_key_is_escaped (testOOoConversionCache.TestDocumentConversionCache) test_08_check_conversion_cache_with_portal_document_type_list (testOOoConversionCache.TestDocumentConversionCache) test_image_conversion (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) testOOoStyle (2 failures) test_form_view_format (testOOoStyle.TestODTStyle) test_form_view_format (testOOoStyle.TestODSStyle) testOOoStyleWithFlare (2 failures) test_form_view_format (testOOoStyleWithFlare.TestODTStyle) test_form_view_format (testOOoStyleWithFlare.TestODSStyle) The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) Attached traceback has been truncated to the first 5000 lines -------------- next part -------------- A non-text attachment was scrubbed... Name: summary.diff Type: text/x-diff Size: 350 bytes Desc: not available URL: -------------- next part -------------- ERROR: test_ebusiness_lotse_workflow (erp5.component.test.erp5_version.testEbusinessLotseConfigurationWorkflow.TestEbusinessLotseConfigurationWorkflow) Test the consulting workflow configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 233, in test_ebusiness_lotse_workflow File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetGermanyCase CreateBusinessConfiguration Tic SetEbusinessLotseWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureInstallationForm SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation > Tic CheckInstanceIsConfiguredGermany CheckPerson CheckOrganisation CheckBankAccount CheckPurchaseTradeCondition CheckSaleTradeCondition File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 571, in stepTic self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/2', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/3', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/4', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/5', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/6', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/7', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/8', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/9', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/10', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/11', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/12', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/13', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/14', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/15', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/16', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/17', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/18', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/19', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/20', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/21', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/22', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/23', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/24', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/25', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/26', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/27', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/28', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/29', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/30', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/31', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/32', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/33', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/34', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/35', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/36', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/37', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1', 'ERP5Site_afterConfigurationSetup', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1', 'install', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/1', 'fixConsistency', -2, 1)] Last error message: ConversionError OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Products.ERP5Type.Base, line 2577, in fixConsistency return self.checkConsistency(fixit=True, filter=filter, **kw) Module Products.ERP5Type.Base, line 2539, in checkConsistency error_list = UnrestrictedMethod(self._checkConsistency)(fixit=fixit) Module Products.ERP5Type.UnrestrictedMethod, line 67, in return lambda *args, **kw: unrestricted_apply(function, args, kw) Module Products.ERP5Type.UnrestrictedMethod, line 102, in unrestricted_apply return apply(function, args, kw) Module Products.ERP5Configurator.Document.CategoriesSpreadsheetConfiguratorItem, line 71, in _checkConsistency self._readSpreadSheet() Module Products.ERP5Configurator.Document.CategoriesSpreadsheetConfiguratorItem, line 119, in _readSpreadSheet UnrestrictedStringIO(self.getDefaultConfigurationSpreadsheetData())) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 273, in Base_getCategoriesSpreadSheetMapping - - Line 273 return Module Products.ERP5.mixin.base_convertable, line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method Module Products.ERP5OOo.Document.OOoDocument, line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) FAIL: test_consulting_workflow (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestConsultingConfiguratorWorkflow) Test the consulting workflow configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1347, in test_consulting_workflow File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetFranceCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureCategoriesForm SetupCategoriesConfiguratorItem ConfiguratorNext Tic CheckConfigureRolesForm CheckCategoriesConfiguratorItem SetupRolesConfiguratorItem ConfiguratorNext Tic CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListFrance SetupPreferenceConfiguration ConfiguratorNext Tic CheckPreferenceConfigurationItemList CheckConfigureInstallationForm SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredFrance CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_brazil (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with brazilian configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1596, in test_standard_workflow_brazil File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetBrazilCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListBrazil SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredBrazil CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_brazil_with_previous (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) This time we must simulate the previous buttom ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1710, in test_standard_workflow_brazil_with_previous File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetBrazilCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem ConfiguratorPrevious CheckConfigureOrganisationForm ConfiguratorNext CheckConfigureUserAccountNumberForm SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm ConfiguratorPrevious CheckConfigureUserAccountNumberForm ConfiguratorPrevious CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext CheckConfigureUserAccountNumberForm SetupUserAccounNumberSix ConfiguratorNext CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckMultiplePersonConfigurationItem CheckConfigureAccountingForm SetupAccountingConfiguration ConfiguratorNext Tic CheckAccountingConfigurationItemListBrazil CheckConfigurePreferenceForm ConfiguratorPrevious CheckConfigureAccountingForm ConfiguratorPrevious CheckConfigureMultipleUserAccountForm ConfiguratorPrevious CheckConfigureUserAccountNumberForm ConfiguratorPrevious CleanUpRequest CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext CheckConfigureUserAccountNumberForm SetupUserAccounNumberSix ConfiguratorNext CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext CheckConfigureAccountingForm SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm SetupPreferenceConfiguration ConfiguratorNext Tic CheckPreferenceConfigurationItemList CheckConfigureInstallationForm SetupInstallConfiguration ConfiguratorNext CheckInstallConfiguration Tic StartConfigurationInstallation Tic CheckInstanceIsConfiguredBrazil File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_france (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with french configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1582, in test_standard_workflow_france File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetFranceCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListFrance SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredFrance CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_germany (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with german configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1589, in test_standard_workflow_germany File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetGermanyCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListGermany SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredGermany CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_russia (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with russian configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1603, in test_standard_workflow_russia File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetRussiaCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListRussia SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredRussia CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 341, in test_07_reportTaskFailure checkNodeState("started", "started") File "", line 340, in checkNodeState [(x.getTitle(), x.getSimulationState()) for x in node_list]) AssertionError: Lists differ: [('Node0', 'started'), ('Node1... != [('Node1', 'started')] First differing element 0: ('Node0', 'started') ('Node1', 'started') First list contains 1 additional elements. First extra element 1: ('Node1', 'started') - [('Node0', 'started'), ('Node1', 'started')] + [('Node1', 'started')] ERROR: testWebPage_updateWebDocument (erp5.component.test.erp5_version.testUNG.TestUNG) Test if script load correctly the Web Page with data of one document ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 509, in testWebPage_updateWebDocument self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_addGadgetList (erp5.component.test.erp5_version.testUNG.TestUNG) Test if gadgets are added correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 424, in testWebSection_addGadgetList self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_deleteObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) Test if objects are deleted correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 131, in testWebSection_deleteObjectList self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_getDocumentUrl (erp5.component.test.erp5_version.testUNG.TestUNG) Test if script used to generated custom url to listbox works ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 261, in testWebSection_getDocumentUrl self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_getWebPageObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) Test if the paths of preference objects are returned correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 473, in testWebSection_getWebPageObjectList self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testCategoriesSpreadsheetConfiguratorItem (testConfiguratorItem.TestConfiguratorItem) Test Portal Type Roles Configurator Item ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Configurator/tests/testConfiguratorItem.py", line 452, in testCategoriesSpreadsheetConfiguratorItem item.fixConsistency() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/Base.py", line 2577, in fixConsistency return self.checkConsistency(fixit=True, filter=filter, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/Base.py", line 2539, in checkConsistency error_list = UnrestrictedMethod(self._checkConsistency)(fixit=fixit) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/UnrestrictedMethod.py", line 67, in return lambda *args, **kw: unrestricted_apply(function, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/UnrestrictedMethod.py", line 102, in unrestricted_apply return apply(function, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Configurator/Document/CategoriesSpreadsheetConfiguratorItem.py", line 71, in _checkConsistency self._readSpreadSheet() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Configurator/Document/CategoriesSpreadsheetConfiguratorItem.py", line 119, in _readSpreadSheet UnrestrictedStringIO(self.getDefaultConfigurationSpreadsheetData())) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 273, in Base_getCategoriesSpreadSheetMapping return File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_02_RevisionSystem (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 298, in test_02_RevisionSystem self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/1'] ERROR: test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 730, in test_06_ProcessingStateOfAClonedDocument self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/14', 'convertToBaseFormat', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/13', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/14'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/13', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/14'] ERROR: test_07_testImplicitRelations (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 549, in test_07_testImplicitRelations self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/35', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/28', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/33', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/30', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/29', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/31', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/34', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/32'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/35', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/28', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/33', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/30', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/29', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/31', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/34', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/32'] ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDms.TestDocument) Converting an ODT to html no longer creates Images embedded in the ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 780, in test_08_NoImagesCreatedDuringHTMLConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/36'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/36'] ERROR: test_Base_contribute (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1506, in test_Base_contribute self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/44'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/44'] ERROR: test_Base_showFoundText (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1472, in test_Base_showFoundText self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/47'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/47'] ERROR: test_ContributeToExistingDocument (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2492, in test_ContributeToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_ContributeWithMergingToExistingDocument (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2518, in test_ContributeWithMergingToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1573, in test_HTML_to_ODT_conversion_keep_enconding mime_type, pdf_data = web_page.convert('pdf') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/chain.py", line 49, in convert data = transform.convert(orig, data, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1611, in test_HTML_to_ODT_conversion_keep_related_image_list mime_type, odt_archive = web_page.convert('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Member_download_pdf_format (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 666, in test_Member_download_pdf_format self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/51'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/51'] ERROR: test_Owner_Base_download (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 636, in test_Owner_Base_download self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/52'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/52'] ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDms.TestDocument) Checks Document.OOoDocument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2074, in test_Text_conversion_to_base_format_no_original_format_access 'TEST-en-002.odt' File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2046, in _test_document_conversion_to_base_format_no_original_format_access self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/55'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/55'] ERROR: test_base_convertable_behaviour_with_successive_updates (testDms.TestDocument) Check that update content's document (with setData and setFile) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2561, in test_base_convertable_behaviour_with_successive_updates document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_convertToImageOnTraversal (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2227, in test_convertToImageOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/58'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/58'] ERROR: test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2164, in test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal web_page_image_size, web_page_file_size = self.getURLSizeList(web_page_document_url, **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 259, in getURLSizeList image = Image.open(filename) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/develop-eggs/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 2256, in open % (filename if filename else fp)) IOError: cannot identify image file '/srv/slapgrid/slappart19/srv/testnode/id/test_suite/unit_test.3/tests/test-image-format-resize.jpeg' ERROR: test_document_publication_workflow_archiveVersion (testDms.TestDocument) Test "visible" instances of a doc are auto archived when a new ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2762, in test_document_publication_workflow_archiveVersion document_002 = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_getExtensibleContent (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2097, in test_getExtensibleContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/60'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/60'] ERROR: test_getOriginalContentOnTraversal (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2317, in test_getOriginalContentOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/61'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/61'] ERROR: test_getTargetFormatItemList (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2143, in test_getTargetFormatItemList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/64'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/64'] ERROR: test_preConversionOnly (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2367, in test_preConversionOnly self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/66'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/66'] ERROR: test_DownloadableDocumentSize (testDms.TestDocumentWithSecurity) Check that once the document is converted and cached, its size is ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2869, in test_DownloadableDocumentSize self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/1'] ERROR: test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2845, in test_ShowPreviewAfterSubmitted self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/2'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/2'] ERROR: test_01_LargeOOoDocumentToImageConversion (testDms.TestDocumentPerformance) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2945, in test_01_LargeOOoDocumentToImageConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_062f01ed4b9f1e467509c18a52005316/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_062f01ed4b9f1e467509c18a52005316/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_062f01ed4b9f1e467509c18a52005316/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_062f01ed4b9f1e467509c18a52005316/document_module/1'] ERROR: test_02_RevisionSystem (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 298, in test_02_RevisionSystem self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/1'] ERROR: test_06_ProcessingStateOfAClonedDocument (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 730, in test_06_ProcessingStateOfAClonedDocument self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/14', 'convertToBaseFormat', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/13'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/13'] ERROR: test_07_testImplicitRelations (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 549, in test_07_testImplicitRelations self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/32', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/34', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/29', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/30', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/33', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/31', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/35', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/28'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/32', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/34', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/29', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/30', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/33', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/31', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/35', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/28'] ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithFlare.TestDocumentWithFlare) Converting an ODT to html no longer creates Images embedded in the ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 780, in test_08_NoImagesCreatedDuringHTMLConversion self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/36'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/36'] ERROR: test_Base_contribute (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1506, in test_Base_contribute self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/44'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/44'] ERROR: test_Base_showFoundText (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1472, in test_Base_showFoundText self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/47'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/47'] ERROR: test_ContributeToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2492, in test_ContributeToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_ContributeWithMergingToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2518, in test_ContributeWithMergingToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) 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 "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1573, in test_HTML_to_ODT_conversion_keep_enconding mime_type, pdf_data = web_page.convert('pdf') File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/chain.py", line 49, in convert data = transform.convert(orig, data, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' 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 "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1611, in test_HTML_to_ODT_conversion_keep_related_image_list mime_type, odt_archive = web_page.convert('odt') File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Member_download_pdf_format (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 666, in test_Member_download_pdf_format self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/51'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/51'] ERROR: test_Owner_Base_download (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 636, in test_Owner_Base_download self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/52'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/52'] ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDmsWithFlare.TestDocumentWithFlare) Checks Document.OOoDocument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2074, in test_Text_conversion_to_base_format_no_original_format_access 'TEST-en-002.odt' File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2046, in _test_document_conversion_to_base_format_no_original_format_access self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/55'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/55'] ERROR: test_base_convertable_behaviour_with_successive_updates (testDmsWithFlare.TestDocumentWithFlare) Check that update content's document (with setData and setFile) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2561, in test_base_convertable_behaviour_with_successive_updates document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_convertToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2227, in test_convertToImageOnTraversal self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/58'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/58'] ERROR: test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2164, in test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal web_page_image_size, web_page_file_size = self.getURLSizeList(web_page_document_url, **convert_kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 259, in getURLSizeList image = Image.open(filename) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/develop-eggs/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 2256, in open % (filename if filename else fp)) IOError: cannot identify image file '/srv/slapgrid/slappart8/srv/testnode/id/test_suite/unit_test.2/tests/test-image-format-resize.jpeg' ERROR: test_document_publication_workflow_archiveVersion (testDmsWithFlare.TestDocumentWithFlare) Test "visible" instances of a doc are auto archived when a new ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2762, in test_document_publication_workflow_archiveVersion document_002 = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_getExtensibleContent (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2097, in test_getExtensibleContent self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/60'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/60'] ERROR: test_getOriginalContentOnTraversal (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2317, in test_getOriginalContentOnTraversal self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/61'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/61'] ERROR: test_getTargetFormatItemList (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2143, in test_getTargetFormatItemList self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/64'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/64'] ERROR: test_preConversionOnly (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2367, in test_preConversionOnly self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/66'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/66'] ERROR: test_02_RevisionSystem (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 298, in test_02_RevisionSystem self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/1'] ERROR: test_06_ProcessingStateOfAClonedDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 730, in test_06_ProcessingStateOfAClonedDocument self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/14', 'convertToBaseFormat', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/14', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/13'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/14', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/13'] ERROR: test_07_testImplicitRelations (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 549, in test_07_testImplicitRelations self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/35', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/29', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/28', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/32', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/33', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/34', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/31', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/30'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/35', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/29', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/28', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/32', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/33', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/34', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/31', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/30'] ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithPreConversion.TestDocumentWithPreConversion) Converting an ODT to html no longer creates Images embedded in the ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 780, in test_08_NoImagesCreatedDuringHTMLConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/36'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/36'] ERROR: test_11_Base_getAdvancedSearchResultList (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1136, in test_11_Base_getAdvancedSearchResultList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/4', 'convert', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/2', 'convert', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/3', 'convert', -2, 1)] Last error message: KeyError 'data' Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Products.ERP5.mixin.document, line 83, in convert result = self._convert(format, **kw) Module Products.ERP5.Document.TextDocument, line 165, in _convert **convert_kw) Module Products.PortalTransforms.TransformEngine, line 217, in convertToData context, **kwargs) Module Products.PortalTransforms.TransformEngine, line 177, in convertTo usedby=usedby, **kwargs) Module Products.PortalTransforms.chain, line 49, in convert data = transform.convert(orig, data, **kwargs) Module Products.PortalTransforms.Transform, line 191, in convert return self._load_transform().convert(*args, **kwargs) Module Products.ERP5OOo.transforms.html_to_odt, line 41, in convert odt = doc.convertTo('odt') Module Products.ERP5OOo.transforms.oood_commandtransform, line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Base_contribute (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1506, in test_Base_contribute self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/43'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/43'] ERROR: test_Base_showFoundText (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1472, in test_Base_showFoundText self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/46'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/46'] ERROR: test_ContributeToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2492, in test_ContributeToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_ContributeWithMergingToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2518, in test_ContributeWithMergingToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_HTML_to_ODT_conversion_keep_enconding (testDmsWithPreConversion.TestDocumentWithPreConversion) This test perform an PDF conversion of HTML content ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1573, in test_HTML_to_ODT_conversion_keep_enconding mime_type, pdf_data = web_page.convert('pdf') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/chain.py", line 49, in convert data = transform.convert(orig, data, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithPreConversion.TestDocumentWithPreConversion) This test create a Web Page and an Image. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1611, in test_HTML_to_ODT_conversion_keep_related_image_list mime_type, odt_archive = web_page.convert('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Member_download_pdf_format (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 666, in test_Member_download_pdf_format self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/50'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/50'] ERROR: test_Owner_Base_download (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 636, in test_Owner_Base_download self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/51'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/51'] ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDmsWithPreConversion.TestDocumentWithPreConversion) Checks Document.OOoDocument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2074, in test_Text_conversion_to_base_format_no_original_format_access 'TEST-en-002.odt' File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2046, in _test_document_conversion_to_base_format_no_original_format_access self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/54'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/54'] ERROR: test_base_convertable_behaviour_with_successive_updates (testDmsWithPreConversion.TestDocumentWithPreConversion) Check that update content's document (with setData and setFile) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2561, in test_base_convertable_behaviour_with_successive_updates document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_convertToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2227, in test_convertToImageOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/57'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/57'] ERROR: test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2164, in test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal web_page_image_size, web_page_file_size = self.getURLSizeList(web_page_document_url, **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 259, in getURLSizeList image = Image.open(filename) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/develop-eggs/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 2256, in open % (filename if filename else fp)) IOError: cannot identify image file '/srv/slapgrid/slappart19/srv/testnode/id/test_suite/unit_test.1/tests/test-image-format-resize.jpeg' ERROR: test_document_publication_workflow_archiveVersion (testDmsWithPreConversion.TestDocumentWithPreConversion) Test "visible" instances of a doc are auto archived when a new ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2762, in test_document_publication_workflow_archiveVersion document_002 = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_getExtensibleContent (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2097, in test_getExtensibleContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/59'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/59'] ERROR: test_getOriginalContentOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2317, in test_getOriginalContentOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/60'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/60'] ERROR: test_getTargetFormatItemList (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2143, in test_getTargetFormatItemList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/63'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/63'] ERROR: test_preConversionOnly (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2367, in test_preConversionOnly self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/65'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/65'] ERROR: test_preConvertedReferencedImageInWebPageContent (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDmsWithPreConversion.py", line 61, in test_preConvertedReferencedImageInWebPageContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/14', 'convert', -2, 1)] Last error message: KeyError 'data' Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Products.ERP5.mixin.document, line 83, in convert result = self._convert(format, **kw) Module Products.ERP5.Document.TextDocument, line 165, in _convert **convert_kw) Module Products.PortalTransforms.TransformEngine, line 217, in convertToData context, **kwargs) Module Products.PortalTransforms.TransformEngine, line 177, in convertTo usedby=usedby, **kwargs) Module Products.PortalTransforms.chain, line 49, in convert data = transform.convert(orig, data, **kwargs) Module Products.PortalTransforms.Transform, line 191, in convert return self._load_transform().convert(*args, **kwargs) Module Products.ERP5OOo.transforms.html_to_odt, line 41, in convert odt = doc.convertTo('odt') Module Products.ERP5OOo.transforms.oood_commandtransform, line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' FAIL: test_06_Check_LastModified_Header (testERP5WebWithDms.TestERP5WebWithDms) Checks that Last-Modified header set by caching policy manager ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 468, 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 "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 530, in test_07_TestDocumentViewBehaviour self.assertEqual(response.getHeader('content-type'), 'application/pdf') AssertionError: 'text/html; charset=utf-8' != 'application/pdf' FAIL: test_08_RFC5861 (testERP5WebWithDms.TestERP5WebWithDms) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 632, in test_08_RFC5861 self.assertEquals(response.getHeader('Content-Type'), 'image/png') AssertionError: 'text/html; charset=utf-8' != 'image/png' FAIL: test_PreviewOOoDocumentWithEmbeddedImage (testERP5WebWithDms.TestERP5WebWithDms) Tests html preview of an OOo document with images as extensible content. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 680, in test_PreviewOOoDocumentWithEmbeddedImage self.assertTrue(' ERP5 | ERP5

Logged In as : ERP5TypeTestCase

Site Error

An error was encountered while publishing this resource.

Error Type: NotConvertedError
Error Value:


Troubleshooting Suggestions

  • The URL may be incorrect.
  • The parameters passed to this resource may be incorrect.
  • A resource that this resource relies on may be encountering an error.

For more detailed information about the error, please refer to the error log.

If the error persists please contact the site maintainer. Thank you for your patience.

ERROR: test_01_TextField (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 149, in test_01_TextField odf_document = foo_printout.index_html(request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_TextFieldWithMultiLines (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 270, in test_02_TextFieldWithMultiLines odf_document = foo_printout.index_html(request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_03_Image (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 323, in test_03_Image odf_document = foo_printout(request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_ProxyField (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 395, in test_04_ProxyField odf_document = foo_printout.index_html(request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 149, in test_01_Paragraph odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph_07_LinesField (testFormPrintoutAsODT.TestFormPrintoutAsODT) test LinesField into multi line ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 244, in test_01_Paragraph_07_LinesField odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph_08_Field_Format (testFormPrintoutAsODT.TestFormPrintoutAsODT) test a field with format ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 275, in test_01_Paragraph_08_Field_Format odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph_09_RangeReferenceWithSpan (testFormPrintoutAsODT.TestFormPrintoutAsODT) test range reference and span setting ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 305, in test_01_Paragraph_09_RangeReferenceWithSpan odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_01_Normal (testFormPrintoutAsODT.TestFormPrintoutAsODT) To test listbox and ODF table mapping ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 358, in test_02_Table_01_Normal odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_02_SmallerThanListboxColumns (testFormPrintoutAsODT.TestFormPrintoutAsODT) 2. Irregular case: listbox columns count smaller than table columns count ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 399, in test_02_Table_02_SmallerThanListboxColumns odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_03_ListboxColumnsLargerThanTable (testFormPrintoutAsODT.TestFormPrintoutAsODT) 3. Irregular case: listbox columns count larger than table columns count ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 435, in test_02_Table_03_ListboxColumnsLargerThanTable odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_04_ListboxHasNotStat (testFormPrintoutAsODT.TestFormPrintoutAsODT) 4. Irregular case: listbox has not a stat line, but table has a stat line ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 471, in test_02_Table_04_ListboxHasNotStat odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_05_NormalSameLayout (testFormPrintoutAsODT.TestFormPrintoutAsODT) 5. Normal case: the listobx and the ODF table are same layout ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 529, in test_02_Table_05_NormalSameLayout odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_06_TableDoesNotHaveAHeader (testFormPrintoutAsODT.TestFormPrintoutAsODT) 6. Normal case: ODF table does not have a header ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 584, in test_02_Table_06_TableDoesNotHaveAHeader odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_07_CellFormat (testFormPrintoutAsODT.TestFormPrintoutAsODT) 7. Normal case: make sure that it is enable to use ODF cell format setting in FormPrintout ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 621, in test_02_Table_07_CellFormat odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_08_Nodata (testFormPrintoutAsODT.TestFormPrintoutAsODT) 8. Normal case: list box has no data ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 662, in test_02_Table_08_Nodata odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_09_StyleSetting (testFormPrintoutAsODT.TestFormPrintoutAsODT) 9. Normal case: setting the style of the row. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 723, in test_02_Table_09_StyleSetting odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_Iteration (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 832, in test_04_Iteration odf_document = foo_report_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_Iteration_02_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 936, in test_04_Iteration_02_Section odf_document = foo_report_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_Iteration_03_ReportBox_and_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1048, in test_04_Iteration_03_ReportBox_and_Section odf_document = foo_report_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_07_Image (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1123, in test_07_Image odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_08_OOoConversion (testFormPrintoutAsODT.TestFormPrintoutAsODT) test ooo conversion ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1158, in test_08_OOoConversion printout = foo_printout(REQUEST=self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_09_FieldReplacement (testFormPrintoutAsODT.TestFormPrintoutAsODT) test field in ODF Documents ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1181, in test_09_FieldReplacement odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_field_replacement_with_variable (testFormPrintoutAsODT.TestFormPrintoutAsODT) test variables replacement in ODT documents. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1230, in test_field_replacement_with_variable odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 342, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 318, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 153, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> FAIL: testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeFunctionalTestCase.py", line 436, in testFunctionalTestRunner self.assertEqual([], error_title_list, '\n'.join(error_title_list)) AssertionError: Test Transactions related to an account, with at date parameter ERROR: test_13_UploadTextFromContributionToolWithNonASCIIFilename (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1415, in test_13_UploadTextFromContributionToolWithNonASCIIFilename self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp UploadTextFromContributionToolWithNonASCIIFilename Tic > DiscoverFromFilenameWithNonASCIIFilename File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1395, in stepDiscoverFromFilenameWithNonASCIIFilename self.assertEqual(property_dict['title'], 'title') KeyError: 'title' FAIL: test_03_TextDoc (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1109, in test_03_TextDoc self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument CheckEmptyState StraightUpload CheckConvertingState Tic > CheckConvertedState UploadFromViewForm CheckConvertingState Tic CheckConvertedState File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_041_MetadataEditing (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1147, in test_041_MetadataEditing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument UploadFromViewForm CheckConvertingState Tic > CheckConvertedState EditMetadata CheckChangedMetadata File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionDrawing (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1184, in test_05_FormatIngestionDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > IngestDrawingFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 727, in stepIngestDrawingFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionPresentation (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1177, in test_05_FormatIngestionPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > IngestPresentationFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 709, in stepIngestPresentationFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionSpreadSheet (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1170, in test_05_FormatIngestionSpreadSheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > IngestSpreadsheetFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 699, in stepIngestSpreadsheetFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionText (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1163, in test_05_FormatIngestionText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > IngestTextFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 689, in stepIngestTextFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_06_FormatGenerationDrawing (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1237, in test_06_FormatGenerationDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > CheckDrawingDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 782, in stepCheckDrawingDocumentExportList self.checkDocumentExportList(document, 'sxd', ['jpg', 'svg', 'pdf', 'odg']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'jpg' not in [] FAIL: test_06_FormatGenerationPresentation (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1230, in test_06_FormatGenerationPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > CheckPresentationDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 774, in stepCheckPresentationDocumentExportList self.checkDocumentExportList(document, 'ppt', ['ppt', 'odp', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'ppt' not in [] FAIL: test_06_FormatGenerationSpreadsheet (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1223, in test_06_FormatGenerationSpreadsheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > CheckSpreadsheetDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 766, in stepCheckSpreadsheetDocumentExportList self.checkDocumentExportList(document, 'xls', ['csv', 'xls', 'ods', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'csv' not in [] FAIL: test_06_FormatGenerationText (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1216, in test_06_FormatGenerationText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > CheckTextDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 758, in stepCheckTextDocumentExportList ['pdf', 'doc', 'rtf', 'txt', 'odt']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'pdf' not in [] FAIL: test_09_Contribute (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1274, in test_09_Contribute self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp > ContributeFileListWithNoType CleanUp ContributeFileListWithType File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 837, in stepContributeFileListWithNoType self.contributeFileList(with_portal_type=False) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 345, in contributeFileList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_10_MetadataSettingPreferenceOrder (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1322, in test_10_MetadataSettingPreferenceOrder self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_11_EmailIngestion (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1348, in test_11_EmailIngestion self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp ReceiveEmail CreatePerson ReceiveEmail > VerifyEmailedDocumentInitialContribution ReceiveEmail VerifyEmailedDocumentMultipleContribution ReceiveMultipleAttachmentsEmail VerifyEmailedMultipleDocumentsInitialContribution ReceiveMultipleAttachmentsEmail VerifyEmailedMultipleDocumentsMultipleContribution File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 966, in stepVerifyEmailedDocumentInitialContribution attachment_list, ingested_document = self.verifyEmailedDocument() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1035, in verifyEmailedDocument self.assertEqual('converted', ingested_document.getExternalProcessingState()) AssertionError: 'converted' != 'conversion_failed' FAIL: test_12_UploadTextFromContributionTool (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1366, in test_12_UploadTextFromContributionTool self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp UploadTextFromContributionTool CheckConvertingState Tic > CheckConvertedState DiscoverFromFilename Tic ReuploadTextFromContributionTool UploadAnotherTextFromContributionTool File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' ERROR: test_13_UploadTextFromContributionToolWithNonASCIIFilename (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1415, in test_13_UploadTextFromContributionToolWithNonASCIIFilename self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp UploadTextFromContributionToolWithNonASCIIFilename Tic > DiscoverFromFilenameWithNonASCIIFilename File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1395, in stepDiscoverFromFilenameWithNonASCIIFilename self.assertEqual(property_dict['title'], 'title') KeyError: 'title' FAIL: test_03_TextDoc (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1109, in test_03_TextDoc self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument CheckEmptyState StraightUpload CheckConvertingState Tic > CheckConvertedState UploadFromViewForm CheckConvertingState Tic CheckConvertedState File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_041_MetadataEditing (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1147, in test_041_MetadataEditing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument UploadFromViewForm CheckConvertingState Tic > CheckConvertedState EditMetadata CheckChangedMetadata File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionDrawing (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1184, in test_05_FormatIngestionDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > IngestDrawingFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 727, in stepIngestDrawingFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionPresentation (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1177, in test_05_FormatIngestionPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > IngestPresentationFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 709, in stepIngestPresentationFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionSpreadSheet (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1170, in test_05_FormatIngestionSpreadSheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > IngestSpreadsheetFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 699, in stepIngestSpreadsheetFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionText (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1163, in test_05_FormatIngestionText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > IngestTextFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 689, in stepIngestTextFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_06_FormatGenerationDrawing (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1237, in test_06_FormatGenerationDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > CheckDrawingDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 782, in stepCheckDrawingDocumentExportList self.checkDocumentExportList(document, 'sxd', ['jpg', 'svg', 'pdf', 'odg']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'jpg' not in [] FAIL: test_06_FormatGenerationPresentation (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1230, in test_06_FormatGenerationPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > CheckPresentationDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 774, in stepCheckPresentationDocumentExportList self.checkDocumentExportList(document, 'ppt', ['ppt', 'odp', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'ppt' not in [] FAIL: test_06_FormatGenerationSpreadsheet (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1223, in test_06_FormatGenerationSpreadsheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > CheckSpreadsheetDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 766, in stepCheckSpreadsheetDocumentExportList self.checkDocumentExportList(document, 'xls', ['csv', 'xls', 'ods', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'csv' not in [] FAIL: test_06_FormatGenerationText (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1216, in test_06_FormatGenerationText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > CheckTextDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 758, in stepCheckTextDocumentExportList ['pdf', 'doc', 'rtf', 'txt', 'odt']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'pdf' not in [] FAIL: test_09_Contribute (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1274, in test_09_Contribute self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp > ContributeFileListWithNoType CleanUp ContributeFileListWithType File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 837, in stepContributeFileListWithNoType self.contributeFileList(with_portal_type=False) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 345, in contributeFileList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_10_MetadataSettingPreferenceOrder (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1322, in test_10_MetadataSettingPreferenceOrder self.playSequence(step_list) (truncated) ... From nobody at svn.erp5.org Wed Nov 5 21:25:54 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 20:25:54 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-Cluster_=3A_4864_Tests=2C_0_Errors?= =?utf-8?q?=2C_0_Failures=2C_206_Skips?= Message-ID: <20141105202604.CC9AEBF0206@mail2.tiolive.com> Test Suite: ERP5-Cluster Revision: slapos=7456-6f11404d3f7feb8b57ff99c35cc6041dd58f3824,erp5=43936-2bb15572309cf58e353133e9eba356f1261a31ff Result: PASS All tests: 4864 Failures: 0 Errors: 0 Skips: 206 The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testIngestion (4 skips) testIngestionWithFlare (4 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) From nobody at svn.erp5.org Wed Nov 5 21:31:55 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 20:31:55 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-MASTER_=3A_4864_Tests=2C_0_Errors=2C?= =?utf-8?q?_0_Failures=2C_206_Skips?= Message-ID: <20141105203211.0F9D2BF0206@mail2.tiolive.com> Test Suite: ERP5-MASTER Revision: slapos=7314-3db3834c3f03fe60b7d1d1465f7c8db4c3706289,erp5=43936-2bb15572309cf58e353133e9eba356f1261a31ff Result: PASS All tests: 4864 Failures: 0 Errors: 0 Skips: 206 The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testIngestion (4 skips) testIngestionWithFlare (4 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) From nobody at svn.erp5.org Wed Nov 5 21:46:29 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 20:46:29 +0000 Subject: [Erp5-report] =?utf-8?q?CLOUDOOO-MASTER_=3A_153_Tests=2C_64_Error?= =?utf-8?q?s=2C_1_Failures=2C_5_Skips?= Message-ID: <20141105204629.6040DBF0206@mail2.tiolive.com> Test Suite: CLOUDOOO-MASTER Revision: slapos=7337-0c60ba1ebcf3807b57031685e873e487da0a54c5,cloudooo-repository=598-aeb38b12bed4761ec4b7151f4029ac1971f7b731 Result: FAIL All tests: 153 Failures: 1 Errors: 64 Skips: 5 The following tests failed: testImagemagickServer (3 errors) testConvertPNGtoJPG (testImagemagickServer.TestServer) testFaultGetMetadata (testImagemagickServer.TestServer) testGetMetadataFromPNG (testImagemagickServer.TestServer) testOooAllFormat (6 errors) testDrawingFormats (testOooAllFormat.TestAllFormats) testGlobalFormats (testOooAllFormat.TestAllFormats) testPresentationFormats (testOooAllFormat.TestAllFormats) testSpreadSheetFormats (testOooAllFormat.TestAllFormats) testTextFormats (testOooAllFormat.TestAllFormats) testWebFormats (testOooAllFormat.TestAllFormats) testOooAllFormatERP5Compatibility (4 errors) testDrawingFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testPresentationFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testSpreadSheetFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testTextFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) testOooHandler (8 errors) testConvertDocToOdt (testOooHandler.TestHandler) testConvertOdtToDoc (testOooHandler.TestHandler) testConvertWithOpenOfficeStopped (testOooHandler.TestHandler) testGetMetadata (testOooHandler.TestHandler) testGetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) testRefreshOdt (testOooHandler.TestHandler) testSetMetadata (testOooHandler.TestHandler) testSetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) testOooLegacyInterface (2 errors) testHtmlToBaseFormatConversion (testOooLegacyInterface.TestLegacyInterface) testHtmlToOdt (testOooLegacyInterface.TestLegacyInterface) testOooServer (35 errors, 2 skips) testConvert (testOooServer.TestServer) testFaultConversion (testOooServer.TestServer) testFaultGetMetadata (testOooServer.TestServer) testGetAllowedExtensionListByExtension (testOooServer.TestServer) testGetAllowedExtensionListByMimetype (testOooServer.TestServer) testGetAllowedPresentationExtensionListByType (testOooServer.TestServer) testGetAllowedTargetItemList (testOooServer.TestServer) testGetAllowedTextExtensionListByType (testOooServer.TestServer) testGetChapterItem (testOooServer.TestServer) testGetChapterItemList (testOooServer.TestServer) testGetColumnItemListFromDoc (testOooServer.TestServer) testGetColumnItemListFromOdt (testOooServer.TestServer) testGetImageFromDoc (testOooServer.TestServer) testGetImageFromOdt (testOooServer.TestServer) testGetImageItemListFromDoc (testOooServer.TestServer) testGetImageItemListFromOdt (testOooServer.TestServer) testGetLineItemListFromDoc (testOooServer.TestServer) testGetLineItemListFromOdt (testOooServer.TestServer) testGetMetadata (testOooServer.TestServer) testGetParagraphItem (testOooServer.TestServer) testGetParagraphItemList (testOooServer.TestServer) testGetTableFromDoc (testOooServer.TestServer) testGetTableFromOdt (testOooServer.TestServer) testGetTableItemListFromDoc (testOooServer.TestServer) testGetTableItemListFromOdt (testOooServer.TestServer) testPNGFileToConvertOdpToHTML (testOooServer.TestServer) testRunConvertMethod (testOooServer.TestServer) testRunGenerateMethod (testOooServer.TestServer) testRunGenerateMethodConvertOdpToHTML (testOooServer.TestServer) testRunGenerateMethodConvertOdsToHTML (testOooServer.TestServer) testRunGenerateMethodConvertOdsToMsXslx (testOooServer.TestServer) testRunSetMetadata (testOooServer.TestServer) testRunSetMetadataFailResponse (testOooServer.TestServer) testUpdateMetadata (testOooServer.TestServer) testupdateFileMetadataUpdateSomeMetadata (testOooServer.TestServer) testOooUnoConverter (1 failures) testUnoConverterOdtToDoc (testOooUnoConverter.TestUnoConverter) testPdfHandler (1 errors) testsetMetadata (testPdfHandler.TestHandler) testPdfServer (5 errors) testConvertPDFtoTxt (testPdfServer.TestServer) testFaultConversion (testPdfServer.TestServer) testFaultGetMetadata (testPdfServer.TestServer) testGetMetadataFromPdf (testPdfServer.TestServer) testSetMetadata (testPdfServer.TestServer) The following tests were at least partly skipped: testOooInterface (3 skips) testOooServer (2 skips) -------------- next part -------------- A non-text attachment was scrubbed... Name: summary.diff Type: text/x-diff Size: 4522 bytes Desc: not available URL: -------------- next part -------------- ERROR: testConvertPNGtoJPG (testImagemagickServer.TestServer) Converts png to jpg ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/imagemagick/tests/testImagemagickServer.py", line 42, in testConvertPNGtoJPG self.runConversionList(self.ConversionScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 153, in runConversionList self._testConvertFile(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 79, in _testConvertFile zip) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testFaultGetMetadata (testImagemagickServer.TestServer) Test getMetadata from invalid image file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/imagemagick/tests/testImagemagickServer.py", line 74, in testFaultGetMetadata self.runFaultGetMetadataList(self.FaultGetMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 197, in runFaultGetMetadataList self._testFaultGetMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 112, in _testFaultGetMetadata source_format)) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/unittest/case.py", line 473, in assertRaises callableObj(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetMetadataFromPNG (testImagemagickServer.TestServer) test if metadata are extracted correctly from png image file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/imagemagick/tests/testImagemagickServer.py", line 64, in testGetMetadataFromPNG self.runGetMetadataList(self.GetMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 164, in runGetMetadataList self._testGetMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 105, in _testGetMetadata base_document) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testDrawingFormats (testOooAllFormat.TestAllFormats) Test all drawing formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 44, in testDrawingFormats self.runTestForType('data/test.odg', 'odg', 'drawing') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 61, in runTestForType extension_list = self.proxy.getAllowedExtensionList(request) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGlobalFormats (testOooAllFormat.TestAllFormats) Test all global formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 56, in testGlobalFormats self.runTestForType('data/test.sxg', 'sxg', 'global') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 61, in runTestForType extension_list = self.proxy.getAllowedExtensionList(request) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testPresentationFormats (testOooAllFormat.TestAllFormats) Test all presentation formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 40, in testPresentationFormats self.runTestForType('data/test.odp', 'odp', 'presentation') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 61, in runTestForType extension_list = self.proxy.getAllowedExtensionList(request) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testSpreadSheetFormats (testOooAllFormat.TestAllFormats) Test all spreadsheet formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 48, in testSpreadSheetFormats self.runTestForType('data/test.ods', 'ods', 'spreadsheet') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 61, in runTestForType extension_list = self.proxy.getAllowedExtensionList(request) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testTextFormats (testOooAllFormat.TestAllFormats) Test all text formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 36, in testTextFormats self.runTestForType('data/test.odt', 'odt', 'text') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 61, in runTestForType extension_list = self.proxy.getAllowedExtensionList(request) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testWebFormats (testOooAllFormat.TestAllFormats) Test all web formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 52, in testWebFormats self.runTestForType('data/test.html', 'html', 'web') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormat.py", line 61, in runTestForType extension_list = self.proxy.getAllowedExtensionList(request) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testDrawingFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all drawing formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 49, in testDrawingFormats self.runTestForType('data/test.odg', 'odg', 'application/vnd.oasis.opendocument.graphics') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 57, in runTestForType extension_list = self.proxy.getAllowedTargetItemList(source_mimetype)[1]['response_data'] File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testPresentationFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all presentation formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 45, in testPresentationFormats self.runTestForType('data/test.odp', 'odp', 'application/vnd.oasis.opendocument.presentation') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 57, in runTestForType extension_list = self.proxy.getAllowedTargetItemList(source_mimetype)[1]['response_data'] File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testSpreadSheetFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all spreadsheet formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 53, in testSpreadSheetFormats self.runTestForType('data/test.ods', 'ods', 'application/vnd.oasis.opendocument.spreadsheet') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 57, in runTestForType extension_list = self.proxy.getAllowedTargetItemList(source_mimetype)[1]['response_data'] File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testTextFormats (testOooAllFormatERP5Compatibility.TestAllFormatsERP5Compatibility) Test all text formats ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 41, in testTextFormats self.runTestForType('data/test.odt', 'odt', 'application/vnd.oasis.opendocument.text') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooAllFormatERP5Compatibility.py", line 57, in runTestForType extension_list = self.proxy.getAllowedTargetItemList(source_mimetype)[1]['response_data'] File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testConvertDocToOdt (testOooHandler.TestHandler) Test convert DOC to ODT ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 84, in testConvertDocToOdt doc_exported = handler.convert("odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testConvertOdtToDoc (testOooHandler.TestHandler) Test convert ODT to DOC ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 75, in testConvertOdtToDoc doc_exported = handler.convert("doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testConvertWithOpenOfficeStopped (testOooHandler.TestHandler) Test convert with openoffice stopped ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 130, in testConvertWithOpenOfficeStopped doc_exported = handler.convert("odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testGetMetadata (testOooHandler.TestHandler) Test getMetadata ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 94, in testGetMetadata metadata = handler.getMetadata() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 188, in getMetadata stdout, stderr = self._callUnoConverter(*feature_list, **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testGetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) Test getMetadata with openoffice stopped ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 141, in testGetMetadataWithOpenOfficeStopped metadata = handler.getMetadata() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 188, in getMetadata stdout, stderr = self._callUnoConverter(*feature_list, **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testRefreshOdt (testOooHandler.TestHandler) Test refresh argument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 168, in testRefreshOdt doc_exported = handler.convert("odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 166, in convert stdout, stderr = self._callUnoConverter(*['convert'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testSetMetadata (testOooHandler.TestHandler) Test setMetadata ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 107, in testSetMetadata new_data = handler.setMetadata({"Title": "cloudooo Test -"}) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 209, in setMetadata stdout, stderr = self._callUnoConverter(*['setmetadata'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testSetMetadataWithOpenOfficeStopped (testOooHandler.TestHandler) Test setMetadata with openoffice stopped ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooHandler.py", line 153, in testSetMetadataWithOpenOfficeStopped new_data = handler.setMetadata({"Title": "cloudooo Test -"}) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 209, in setMetadata stdout, stderr = self._callUnoConverter(*['setmetadata'], **kw) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/handler.py", line 129, in _callUnoConverter raise Exception(stderr) Exception: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ERROR: testHtmlToBaseFormatConversion (testOooLegacyInterface.TestLegacyInterface) Check implicit base conversion of HTML documents. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooLegacyInterface.py", line 46, in testHtmlToBaseFormatConversion 'text/html') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testHtmlToOdt (testOooLegacyInterface.TestLegacyInterface) Check conversion of HTML to odt ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooLegacyInterface.py", line 61, in testHtmlToOdt 'text/html') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testConvert (testOooServer.TestServer) Test convertion of OOofiles ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 100, in testConvert self.runConversionList(self.ConversionScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 153, in runConversionList self._testConvertFile(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 79, in _testConvertFile zip) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testFaultConversion (testOooServer.TestServer) Test fail convertion of Invalid OOofiles ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 114, in testFaultConversion self.runFaultConversionList(self.FaultConversionScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 186, in runFaultConversionList self._testFaultConversion(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 97, in _testFaultConversion destination_format)) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/unittest/case.py", line 473, in assertRaises callableObj(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testFaultGetMetadata (testOooServer.TestServer) Test getMetadata from invalid OOofiles ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 158, in testFaultGetMetadata self.runFaultGetMetadataList(self.FaultGetMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 197, in runFaultGetMetadataList self._testFaultGetMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 112, in _testFaultGetMetadata source_format)) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/unittest/case.py", line 473, in assertRaises callableObj(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetAllowedExtensionListByExtension (testOooServer.TestServer) Verify if getAllowedExtensionList returns is a list with extension and ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 68, in testGetAllowedExtensionListByExtension doc_allowed_list = self.proxy.getAllowedExtensionList({'extension': "doc"}) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetAllowedExtensionListByMimetype (testOooServer.TestServer) Verify if getAllowedExtensionList returns is a list with extension and ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 78, in testGetAllowedExtensionListByMimetype msword_allowed_list = self.proxy.getAllowedExtensionList(request_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetAllowedPresentationExtensionListByType (testOooServer.TestServer) Verify if getAllowedExtensionList returns is a list with extension and ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 59, in testGetAllowedPresentationExtensionListByType presentation_allowed_list = self.proxy.getAllowedExtensionList(request_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetAllowedTargetItemList (testOooServer.TestServer) Test if filter name returns correctly with ERP5 API ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 382, in testGetAllowedTargetItemList self.proxy.getAllowedTargetItemList(mimetype) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetAllowedTextExtensionListByType (testOooServer.TestServer) Verify if getAllowedExtensionList returns is a list with extension and ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 49, in testGetAllowedTextExtensionListByType text_allowed_list = self.proxy.getAllowedExtensionList(text_request) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetChapterItem (testOooServer.TestServer) Test if getChapterItem can get a chapter ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 554, in testGetChapterItem chapter = self.proxy.getChapterItem(1, data, "odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetChapterItemList (testOooServer.TestServer) Test if getChapterItemList can get the chapters list correctly from document ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 545, in testGetChapterItemList chapter_list = self.proxy.getChapterItemList(data, "odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetColumnItemListFromDoc (testOooServer.TestServer) Test if getColumnItemList can get the list of column item from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 458, in testGetColumnItemListFromDoc "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetColumnItemListFromOdt (testOooServer.TestServer) Test if getColumnItemList can get the list of column item from odt file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 449, in testGetColumnItemListFromOdt "odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetImageFromDoc (testOooServer.TestServer) Test if getImage can get a image from doc file after zip ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 517, in testGetImageFromDoc data_odt = self.proxy.convertFile(data, 'doc', 'odt', False) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetImageFromOdt (testOooServer.TestServer) Test if getImage can get a image from odt file after zip ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 509, in testGetImageFromOdt geted_image = decodestring(self.proxy.getImage(data, image_id, "odt")) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetImageItemListFromDoc (testOooServer.TestServer) Test if getImageItemList can get the list of images items from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 494, in testGetImageItemListFromDoc image_list = self.proxy.getImageItemList(data, "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetImageItemListFromOdt (testOooServer.TestServer) Test if getImageItemList can get the list of images items from odt file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 482, in testGetImageItemListFromOdt image_list = self.proxy.getImageItemList(data, "odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetLineItemListFromDoc (testOooServer.TestServer) Test if getLineItemList can get the list of lines items from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 473, in testGetLineItemListFromDoc line_item_list = self.proxy.getLineItemList(data, "Table1", "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetLineItemListFromOdt (testOooServer.TestServer) Test if getLineItemList can get the list of lines items from odt file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 464, in testGetLineItemListFromOdt line_item_list = self.proxy.getLineItemList(data, "Developers", "odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetMetadata (testOooServer.TestServer) test if OOo metadata are extracted correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 148, in testGetMetadata self.runGetMetadataList(self.GetMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 164, in runGetMetadataList self._testGetMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 105, in _testGetMetadata base_document) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetParagraphItem (testOooServer.TestServer) Test if getParagraph can get a paragraph ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 539, in testGetParagraphItem paragraph = self.proxy.getParagraph(data, 1, "odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetParagraphItemList (testOooServer.TestServer) Test if getParagraphItemList can get paragraphs correctly from document ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 527, in testGetParagraphItemList paragraph_list = self.proxy.getParagraphItemList(data, "odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetTableFromDoc (testOooServer.TestServer) Test if getTableItemList can get a item of some granulated table from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 431, in testGetTableFromDoc granulated_table = self.proxy.getTableItemList(data, "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetTableFromOdt (testOooServer.TestServer) Test if getTableItemList can get a item of some granulated table from odt file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 416, in testGetTableFromOdt granulated_table = self.proxy.getTableItemList(data, "odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetTableItemListFromDoc (testOooServer.TestServer) Test if getTableItemList can get the table item list from doc file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 410, in testGetTableItemListFromDoc "doc") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetTableItemListFromOdt (testOooServer.TestServer) Test if getTableItemList can get the table item list from odt file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 400, in testGetTableItemListFromOdt "odt") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testPNGFileToConvertOdpToHTML (testOooServer.TestServer) Test run_generate method from odp with png to html. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 273, in testPNGFileToConvertOdpToHTML 'application/vnd.oasis.opendocument.presentation') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testRunConvertMethod (testOooServer.TestServer) Test run_convert method ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 206, in testRunConvertMethod self.runConvertScenarioList(self.ConvertScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 208, in runConvertScenarioList self._testRunConvert(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 131, in _testRunConvert self.proxy.run_convert(filename, encodestring(data)) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testRunGenerateMethod (testOooServer.TestServer) Test run_generate method ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 216, in testRunGenerateMethod 'application/vnd.oasis.opendocument.text') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testRunGenerateMethodConvertOdpToHTML (testOooServer.TestServer) Test run_generate method from odp to html. This test is to validate ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 304, in testRunGenerateMethodConvertOdpToHTML 'application/vnd.oasis.opendocument.presentation') File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testRunGenerateMethodConvertOdsToHTML (testOooServer.TestServer) Test run_generate method from ods to html. This test is to validate ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 232, in testRunGenerateMethodConvertOdsToHTML "application/vnd.oasis.opendocument.spreadsheet") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testRunGenerateMethodConvertOdsToMsXslx (testOooServer.TestServer) Test run_generate method from ods to ms.xlsx. This test is to validate ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 257, in testRunGenerateMethodConvertOdsToMsXslx "application/vnd.oasis.opendocument.spreadsheet") File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testRunSetMetadata (testOooServer.TestServer) Test run_setmetadata method, updating the same metadata ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 343, in testRunSetMetadata {"Title": "testSetMetadata", "Description": "Music"}) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testRunSetMetadataFailResponse (testOooServer.TestServer) Test run_setmetadata method with invalid document ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 372, in testRunSetMetadataFailResponse {"Title": "testSetMetadata", "Description": "Music"}) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testUpdateMetadata (testOooServer.TestServer) test if OOo metadata are insert correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 174, in testUpdateMetadata self.runUpdateMetadataList(self.UpdateMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 175, in runUpdateMetadataList self._testUpdateMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 118, in _testUpdateMetadata metadata_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testupdateFileMetadataUpdateSomeMetadata (testOooServer.TestServer) Test server using method updateFileMetadata when the same metadata is ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooServer.py", line 182, in testupdateFileMetadataUpdateSomeMetadata dict(Reference="testSetMetadata", Something="ABC")) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused FAIL: testUnoConverterOdtToDoc (testOooUnoConverter.TestUnoConverter) Test script unoconverter ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/tests/testOooUnoConverter.py", line 81, in testUnoConverterOdtToDoc self.assertEquals(stderr, '') AssertionError: 'Traceback (most recent call last):\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n' != '' ERROR: testsetMetadata (testPdfHandler.TestHandler) Test if the metadata is inserted correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfHandler.py", line 61, in testsetMetadata new_document = handler.setMetadata(metadata_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/handler.py", line 112, in setMetadata env=self.environment).communicate() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/subprocess.py", line 710, in __init__ errread, errwrite) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 2] No such file or directory ERROR: testConvertPDFtoTxt (testPdfServer.TestServer) Converts pdf to txt ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfServer.py", line 43, in testConvertPDFtoTxt self.runConversionList(self.ConversionScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 153, in runConversionList self._testConvertFile(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 79, in _testConvertFile zip) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testFaultConversion (testPdfServer.TestServer) Test fail convertion of Invalid pdf files ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfServer.py", line 57, in testFaultConversion self.runFaultConversionList(self.FaultConversionScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 186, in runFaultConversionList self._testFaultConversion(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 97, in _testFaultConversion destination_format)) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/unittest/case.py", line 473, in assertRaises callableObj(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testFaultGetMetadata (testPdfServer.TestServer) Test getMetadata from invalid pdf file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfServer.py", line 78, in testFaultGetMetadata self.runFaultGetMetadataList(self.FaultGetMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 197, in runFaultGetMetadataList self._testFaultGetMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 112, in _testFaultGetMetadata source_format)) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/unittest/case.py", line 473, in assertRaises callableObj(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testGetMetadataFromPdf (testPdfServer.TestServer) test if metadata are extracted correctly from pdf files ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfServer.py", line 68, in testGetMetadataFromPdf self.runGetMetadataList(self.GetMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 164, in runGetMetadataList self._testGetMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 105, in _testGetMetadata base_document) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused ERROR: testSetMetadata (testPdfServer.TestServer) Test if metadata is inserted correctly in pdf file ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/backportUnittest.py", line 136, in run testMethod() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/handler/pdf/tests/testPdfServer.py", line 87, in testSetMetadata self.runUpdateMetadataList(self.UpdateMetadataScenarioList()) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 175, in runUpdateMetadataList self._testUpdateMetadata(*scenario) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/cloudooo-repository/cloudooo/tests/cloudoooTestCase.py", line 118, in _testUpdateMetadata metadata_dict) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1292, in single_request self.send_content(h, request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1439, in send_content connection.endheaders(request_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 991, in endheaders self._send_output(message_body) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 844, in _send_output self.send(msg) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 806, in send self.connect() File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/httplib.py", line 787, in connect self.timeout, self.source_address) File "/srv/slapgrid/slappart19/srv/testnode/kt/soft/5266a44a335c1a2789a17eb6e78f4c64/parts/python2.7/lib/python2.7/socket.py", line 571, in create_connection raise err error: [Errno 111] Connection refused From nobody at svn.erp5.org Wed Nov 5 21:53:28 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 20:53:28 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-Cloud-Reliability-COMP-2-3Nodes-ETN-?= =?utf-8?q?ERP5PROJECT2_=3A_4864_Tests=2C_0_Errors=2C_0_Failures=2C_206_Sk?= =?utf-8?q?ips?= Message-ID: <20141105205334.29135BF0206@mail2.tiolive.com> Test Suite: ERP5-Cloud-Reliability-COMP-2-3Nodes-ETN-ERP5PROJECT2 Revision: slapos=7314-3db3834c3f03fe60b7d1d1465f7c8db4c3706289,erp5=43933-43595976c86ec2683627ebc1e8fccc4fba9b4338 Result: PASS All tests: 4864 Failures: 0 Errors: 0 Skips: 206 The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testIngestion (4 skips) testIngestionWithFlare (4 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) From nobody at svn.erp5.org Wed Nov 5 23:43:15 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 22:43:15 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-component-SLAPOS-component_=3A_4864_?= =?utf-8?q?Tests=2C_135_Errors=2C_47_Failures=2C_198_Skips?= Message-ID: <20141105224315.7CEF0BF0206@mail2.tiolive.com> Test Suite: ERP5-component-SLAPOS-component Revision: slapos=7337-0c60ba1ebcf3807b57031685e873e487da0a54c5,erp5=43934-f31ee6328ca2c861dad6d62af57a2a4186f61d77 Result: FAIL All tests: 4864 Failures: 47 Errors: 135 Skips: 198 The following tests failed: erp5_configurator_ebusiness_lotse:testEbusinessLotseConfigurationWorkflow (1 errors) test_ebusiness_lotse_workflow (erp5.component.test.erp5_version.testEbusinessLotseConfigurationWorkflow.TestEbusinessLotseConfigurationWorkflow) erp5_configurator_standard:testStandardConfigurationWorkflow (6 failures) test_consulting_workflow (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestConsultingConfiguratorWorkflow) test_standard_workflow_brazil (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_brazil_with_previous (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_france (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_germany (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) test_standard_workflow_russia (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) erp5_test_result:testTaskDistribution (1 failures) test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) erp5_web_ung_theme:testUNG (5 errors) testWebPage_updateWebDocument (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_addGadgetList (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_deleteObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_getDocumentUrl (erp5.component.test.erp5_version.testUNG.TestUNG) testWebSection_getWebPageObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) testConfiguratorItem (1 errors) testCategoriesSpreadsheetConfiguratorItem (testConfiguratorItem.TestConfiguratorItem) testDms (24 errors, 1 skips) test_02_RevisionSystem (testDms.TestDocument) test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument) test_07_testImplicitRelations (testDms.TestDocument) test_08_NoImagesCreatedDuringHTMLConversion (testDms.TestDocument) test_Base_contribute (testDms.TestDocument) test_Base_showFoundText (testDms.TestDocument) test_ContributeToExistingDocument (testDms.TestDocument) test_ContributeWithMergingToExistingDocument (testDms.TestDocument) test_HTML_to_ODT_conversion_keep_enconding (testDms.TestDocument) test_HTML_to_ODT_conversion_keep_related_image_list (testDms.TestDocument) test_Member_download_pdf_format (testDms.TestDocument) test_Owner_Base_download (testDms.TestDocument) test_Text_conversion_to_base_format_no_original_format_access (testDms.TestDocument) test_base_convertable_behaviour_with_successive_updates (testDms.TestDocument) test_convertToImageOnTraversal (testDms.TestDocument) test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDms.TestDocument) test_document_publication_workflow_archiveVersion (testDms.TestDocument) test_getExtensibleContent (testDms.TestDocument) test_getOriginalContentOnTraversal (testDms.TestDocument) test_getTargetFormatItemList (testDms.TestDocument) test_preConversionOnly (testDms.TestDocument) test_DownloadableDocumentSize (testDms.TestDocumentWithSecurity) test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity) test_01_LargeOOoDocumentToImageConversion (testDms.TestDocumentPerformance) testDmsWithFlare (21 errors, 1 skips) test_02_RevisionSystem (testDmsWithFlare.TestDocumentWithFlare) test_06_ProcessingStateOfAClonedDocument (testDmsWithFlare.TestDocumentWithFlare) test_07_testImplicitRelations (testDmsWithFlare.TestDocumentWithFlare) test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithFlare.TestDocumentWithFlare) test_Base_contribute (testDmsWithFlare.TestDocumentWithFlare) test_Base_showFoundText (testDmsWithFlare.TestDocumentWithFlare) test_ContributeToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) test_ContributeWithMergingToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) test_HTML_to_ODT_conversion_keep_enconding (testDmsWithFlare.TestDocumentWithFlare) test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithFlare.TestDocumentWithFlare) test_Member_download_pdf_format (testDmsWithFlare.TestDocumentWithFlare) test_Owner_Base_download (testDmsWithFlare.TestDocumentWithFlare) test_Text_conversion_to_base_format_no_original_format_access (testDmsWithFlare.TestDocumentWithFlare) test_base_convertable_behaviour_with_successive_updates (testDmsWithFlare.TestDocumentWithFlare) test_convertToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) test_document_publication_workflow_archiveVersion (testDmsWithFlare.TestDocumentWithFlare) test_getExtensibleContent (testDmsWithFlare.TestDocumentWithFlare) test_getOriginalContentOnTraversal (testDmsWithFlare.TestDocumentWithFlare) test_getTargetFormatItemList (testDmsWithFlare.TestDocumentWithFlare) test_preConversionOnly (testDmsWithFlare.TestDocumentWithFlare) testDmsWithPreConversion (23 errors, 1 skips) test_02_RevisionSystem (testDmsWithPreConversion.TestDocumentWithPreConversion) test_06_ProcessingStateOfAClonedDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) test_07_testImplicitRelations (testDmsWithPreConversion.TestDocumentWithPreConversion) test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithPreConversion.TestDocumentWithPreConversion) test_11_Base_getAdvancedSearchResultList (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Base_contribute (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Base_showFoundText (testDmsWithPreConversion.TestDocumentWithPreConversion) test_ContributeToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) test_ContributeWithMergingToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) test_HTML_to_ODT_conversion_keep_enconding (testDmsWithPreConversion.TestDocumentWithPreConversion) test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Member_download_pdf_format (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Owner_Base_download (testDmsWithPreConversion.TestDocumentWithPreConversion) test_Text_conversion_to_base_format_no_original_format_access (testDmsWithPreConversion.TestDocumentWithPreConversion) test_base_convertable_behaviour_with_successive_updates (testDmsWithPreConversion.TestDocumentWithPreConversion) test_convertToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) test_document_publication_workflow_archiveVersion (testDmsWithPreConversion.TestDocumentWithPreConversion) test_getExtensibleContent (testDmsWithPreConversion.TestDocumentWithPreConversion) test_getOriginalContentOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) test_getTargetFormatItemList (testDmsWithPreConversion.TestDocumentWithPreConversion) test_preConversionOnly (testDmsWithPreConversion.TestDocumentWithPreConversion) test_preConvertedReferencedImageInWebPageContent (testDmsWithPreConversion.TestDocumentWithPreConversion) testERP5BankingCashBalanceRegulation (1 failures) test_01_ERP5BankingCashBalanceRegulation (testERP5BankingCashBalanceRegulation.TestERP5BankingCashBalanceRegulation) testERP5WebWithDms (4 failures) test_06_Check_LastModified_Header (testERP5WebWithDms.TestERP5WebWithDms) test_07_TestDocumentViewBehaviour (testERP5WebWithDms.TestERP5WebWithDms) test_08_RFC5861 (testERP5WebWithDms.TestERP5WebWithDms) test_PreviewOOoDocumentWithEmbeddedImage (testERP5WebWithDms.TestERP5WebWithDms) testFormPrintoutAsODG (4 errors) test_01_TextField (testFormPrintoutAsODG.TestFormPrintoutAsODG) test_02_TextFieldWithMultiLines (testFormPrintoutAsODG.TestFormPrintoutAsODG) test_03_Image (testFormPrintoutAsODG.TestFormPrintoutAsODG) test_04_ProxyField (testFormPrintoutAsODG.TestFormPrintoutAsODG) testFormPrintoutAsODT (20 errors, 1 skips) test_01_Paragraph (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_01_Paragraph_07_LinesField (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_01_Paragraph_08_Field_Format (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_01_Paragraph_09_RangeReferenceWithSpan (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_01_Normal (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_02_SmallerThanListboxColumns (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_03_ListboxColumnsLargerThanTable (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_04_ListboxHasNotStat (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_05_NormalSameLayout (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_06_TableDoesNotHaveAHeader (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_07_CellFormat (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_08_Nodata (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_02_Table_09_StyleSetting (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_04_Iteration (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_04_Iteration_02_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_04_Iteration_03_ReportBox_and_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_07_Image (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_08_OOoConversion (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_09_FieldReplacement (testFormPrintoutAsODT.TestFormPrintoutAsODT) test_field_replacement_with_variable (testFormPrintoutAsODT.TestFormPrintoutAsODT) testFunctionalCore (1 failures, 8 skips) testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) testIngestion (14 failures, 1 errors) 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_09_Contribute (testIngestion.TestIngestion) test_10_MetadataSettingPreferenceOrder (testIngestion.TestIngestion) test_11_EmailIngestion (testIngestion.TestIngestion) test_12_UploadTextFromContributionTool (testIngestion.TestIngestion) testIngestionWithFlare (14 failures, 1 errors) 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_09_Contribute (testIngestionWithFlare.TestIngestionWithFlare) test_10_MetadataSettingPreferenceOrder (testIngestionWithFlare.TestIngestionWithFlare) test_11_EmailIngestion (testIngestionWithFlare.TestIngestionWithFlare) test_12_UploadTextFromContributionTool (testIngestionWithFlare.TestIngestionWithFlare) testOOoChart (2 failures) test_ooo_chart (testOOoChart.TestOOoChart) test_proxy_ooo_chart (testOOoChart.TestOOoChart) testOOoConversionCache (9 errors) test_01_PersistentCacheConversion (testOOoConversionCache.TestDocumentConversionCache) test_02_VolatileCacheConversionOfTempObject (testOOoConversionCache.TestDocumentConversionCache) test_03_CacheConversionOfTempObjectIsNotMixed (testOOoConversionCache.TestDocumentConversionCache) test_04_PersistentCacheConversionWithFlare (testOOoConversionCache.TestDocumentConversionCache) test_05_checksum_conversion (testOOoConversionCache.TestDocumentConversionCache) test_06_check_md5_is_updated (testOOoConversionCache.TestDocumentConversionCache) test_07_check_cache_key_is_escaped (testOOoConversionCache.TestDocumentConversionCache) test_08_check_conversion_cache_with_portal_document_type_list (testOOoConversionCache.TestDocumentConversionCache) test_image_conversion (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) testOOoStyle (2 failures) test_form_view_format (testOOoStyle.TestODTStyle) test_form_view_format (testOOoStyle.TestODSStyle) testOOoStyleWithFlare (2 failures) test_form_view_format (testOOoStyleWithFlare.TestODTStyle) test_form_view_format (testOOoStyleWithFlare.TestODSStyle) The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testDms (1 skips) testDmsWithFlare (1 skips) testDmsWithPreConversion (1 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) Attached traceback has been truncated to the first 5000 lines -------------- next part -------------- A non-text attachment was scrubbed... Name: summary.diff Type: text/x-diff Size: 1046 bytes Desc: not available URL: -------------- next part -------------- ERROR: test_ebusiness_lotse_workflow (erp5.component.test.erp5_version.testEbusinessLotseConfigurationWorkflow.TestEbusinessLotseConfigurationWorkflow) Test the consulting workflow configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 233, in test_ebusiness_lotse_workflow File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetGermanyCase CreateBusinessConfiguration Tic SetEbusinessLotseWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureInstallationForm SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation > Tic CheckInstanceIsConfiguredGermany CheckPerson CheckOrganisation CheckBankAccount CheckPurchaseTradeCondition CheckSaleTradeCondition File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 571, in stepTic self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/2', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/3', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/4', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/5', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/6', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/7', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/8', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/9', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/10', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/11', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/12', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/13', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/14', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/15', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/16', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/17', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/18', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/19', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/20', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/21', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/22', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/23', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/24', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/25', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/26', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/27', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/28', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/29', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/30', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/31', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/32', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/33', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/34', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/35', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/36', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/37', 'fixConsistency', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1', 'ERP5Site_afterConfigurationSetup', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1', 'install', -1, 0), ('/erp5_portal_17aed08ab49e93e5a2e4030d1e99916b/business_configuration_module/1/3/1', 'fixConsistency', -2, 1)] Last error message: ConversionError OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Products.ERP5Type.Base, line 2577, in fixConsistency return self.checkConsistency(fixit=True, filter=filter, **kw) Module Products.ERP5Type.Base, line 2539, in checkConsistency error_list = UnrestrictedMethod(self._checkConsistency)(fixit=fixit) Module Products.ERP5Type.UnrestrictedMethod, line 67, in return lambda *args, **kw: unrestricted_apply(function, args, kw) Module Products.ERP5Type.UnrestrictedMethod, line 102, in unrestricted_apply return apply(function, args, kw) Module Products.ERP5Configurator.Document.CategoriesSpreadsheetConfiguratorItem, line 71, in _checkConsistency self._readSpreadSheet() Module Products.ERP5Configurator.Document.CategoriesSpreadsheetConfiguratorItem, line 119, in _readSpreadSheet UnrestrictedStringIO(self.getDefaultConfigurationSpreadsheetData())) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 125, in Base_getCategoriesSpreadSheetMapping - - Line 125 path_index += 1 Module Products.ERP5.mixin.base_convertable, line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method Module Products.ERP5OOo.Document.OOoDocument, line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) FAIL: test_consulting_workflow (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestConsultingConfiguratorWorkflow) Test the consulting workflow configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1347, in test_consulting_workflow File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetFranceCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureCategoriesForm SetupCategoriesConfiguratorItem ConfiguratorNext Tic CheckConfigureRolesForm CheckCategoriesConfiguratorItem SetupRolesConfiguratorItem ConfiguratorNext Tic CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListFrance SetupPreferenceConfiguration ConfiguratorNext Tic CheckPreferenceConfigurationItemList CheckConfigureInstallationForm SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredFrance CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_brazil (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with brazilian configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1596, in test_standard_workflow_brazil File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetBrazilCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListBrazil SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredBrazil CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_brazil_with_previous (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) This time we must simulate the previous buttom ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1710, in test_standard_workflow_brazil_with_previous File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetBrazilCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem ConfiguratorPrevious CheckConfigureOrganisationForm ConfiguratorNext CheckConfigureUserAccountNumberForm SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm ConfiguratorPrevious CheckConfigureUserAccountNumberForm ConfiguratorPrevious CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext CheckConfigureUserAccountNumberForm SetupUserAccounNumberSix ConfiguratorNext CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckMultiplePersonConfigurationItem CheckConfigureAccountingForm SetupAccountingConfiguration ConfiguratorNext Tic CheckAccountingConfigurationItemListBrazil CheckConfigurePreferenceForm ConfiguratorPrevious CheckConfigureAccountingForm ConfiguratorPrevious CheckConfigureMultipleUserAccountForm ConfiguratorPrevious CheckConfigureUserAccountNumberForm ConfiguratorPrevious CleanUpRequest CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext CheckConfigureUserAccountNumberForm SetupUserAccounNumberSix ConfiguratorNext CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext CheckConfigureAccountingForm SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm SetupPreferenceConfiguration ConfiguratorNext Tic CheckPreferenceConfigurationItemList CheckConfigureInstallationForm SetupInstallConfiguration ConfiguratorNext CheckInstallConfiguration Tic StartConfigurationInstallation Tic CheckInstanceIsConfiguredBrazil File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_france (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with french configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1582, in test_standard_workflow_france File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetFranceCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListFrance SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredFrance CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_germany (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with german configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1589, in test_standard_workflow_germany File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetGermanyCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListGermany SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredGermany CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_standard_workflow_russia (erp5.component.test.erp5_version.testStandardConfigurationWorkflow.TestStandardConfiguratorWorkflow) Test the standard workflow with russian configuration ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 1603, in test_standard_workflow_russia File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: SetRussiaCase CreateBusinessConfiguration Tic SetConfiguratorWorkflow Tic ConfiguratorNext Tic CheckBT5ConfiguratorItem CheckConfigureOrganisationForm SetupOrganisationConfiguratorItem ConfiguratorNext Tic > CheckConfigureUserAccountNumberForm CheckOrganisationConfiguratorItem SetupUserAccounNumberSix ConfiguratorNext Tic CheckConfigureMultipleUserAccountForm SetupMultipleUserAccountSix ConfiguratorNext Tic CheckConfigureAccountingForm CheckMultiplePersonConfigurationItem SetupAccountingConfiguration ConfiguratorNext Tic CheckConfigurePreferenceForm CheckAccountingConfigurationItemListRussia SetupPreferenceConfiguration ConfiguratorNext Tic CheckConfigureInstallationForm CheckPreferenceConfigurationItemList SetupInstallConfiguration ConfiguratorNext Tic CheckInstallConfiguration StartConfigurationInstallation Tic CheckInstanceIsConfiguredRussia CheckValidAccountList CheckAccountReference CheckValidPersonList CheckPersonInformationList CheckValidOrganisationList CheckValidCurrencyList CheckValidServiceList CheckAlarmList CheckPublicGadgetList CheckPreferenceList CheckModulesBusinessApplication CheckBaseCategoryList CheckOrganisationSite CheckAccountingPeriod CheckRuleValidation CheckBusinessProcess CheckSolver CheckSaleTradeCondition CheckPurchaseTradeCondition CheckSaleOrderSimulation Tic ViewAddGadget ViewEventModule AddEvent CheckEventResourceItemList CheckTicketResourceItemList SentEventWorkflow ViewAccountModule AddAccountModule ViewAccount CopyPasteAccount ViewEntityModules AddEntityModules CopyAndPastePerson CopyAndPasteOrganisation EntityWorkflow ViewCreatedPersons CheckSocialTitleCategory ViewCreatedOrganisations ViewCreatedAssignemnts AddAccoutingPeriod ValidatedAccountingPeriods ViewBankAccount ViewCreditCard ValidateAndModifyBankAccount ValidateAndModifyCreditCard AddPaymentNodeInPerson AddPaymentNodeInOrganisation CopyAndPasteBankAccountInPerson CopyAndPasteBankAccountInOrganisation ViewAccountingTransactionModule AddAccountingTransactionModule CopyAndPasteAccountingTransactions Tic AccountingTransaction Tic SaleInvoiceTransaction Tic PurchaseInvoiceTransaction Tic PaymentTransaction Tic BalanceTransaction Tic AccountingTransaction_getCausalityGroupedAccountingTransactionList AddAssignments AssignmentTI EditAssignments ViewAcessAddPurchaseTradeCondition ViewAccessAddSaleTradeCondition ViewAccessAddSaleOrder ViewAccessAddSalePackingList ViewAccessPurchaseOrder PurchasePackingList WebSiteModule PortalContributionsTool ConfiguredPropertySheets File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/ConfiguratorTestMixin.py", line 227, in stepCheckConfigureUserAccountNumberForm self.assertEqual('Configure user accounts number', response_dict['next']) AssertionError: 'Configure user accounts number' != 'Configure Organisation' FAIL: test_07_reportTaskFailure (erp5.component.test.erp5_version.testTaskDistribution.TestTaskDistribution) ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 341, in test_07_reportTaskFailure checkNodeState("started", "started") File "", line 340, in checkNodeState [(x.getTitle(), x.getSimulationState()) for x in node_list]) AssertionError: Lists differ: [('Node0', 'started'), ('Node1... != [('Node1', 'started')] First differing element 0: ('Node0', 'started') ('Node1', 'started') First list contains 1 additional elements. First extra element 1: ('Node1', 'started') - [('Node0', 'started'), ('Node1', 'started')] + [('Node1', 'started')] ERROR: testWebPage_updateWebDocument (erp5.component.test.erp5_version.testUNG.TestUNG) Test if script load correctly the Web Page with data of one document ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 509, in testWebPage_updateWebDocument self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_addGadgetList (erp5.component.test.erp5_version.testUNG.TestUNG) Test if gadgets are added correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 424, in testWebSection_addGadgetList self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_deleteObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) Test if objects are deleted correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 131, in testWebSection_deleteObjectList self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_getDocumentUrl (erp5.component.test.erp5_version.testUNG.TestUNG) Test if script used to generated custom url to listbox works ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 261, in testWebSection_getDocumentUrl self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testWebSection_getWebPageObjectList (erp5.component.test.erp5_version.testUNG.TestUNG) Test if the paths of preference objects are returned correctly ---------------------------------------------------------------------- Traceback (most recent call last): File "", line 473, in testWebSection_getWebPageObjectList self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_28aa14cb8b5d802e4941e993aa8ed922/document_module/1'] ERROR: testCategoriesSpreadsheetConfiguratorItem (testConfiguratorItem.TestConfiguratorItem) Test Portal Type Roles Configurator Item ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/tests/testConfiguratorItem.py", line 452, in testCategoriesSpreadsheetConfiguratorItem item.fixConsistency() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/Base.py", line 2577, in fixConsistency return self.checkConsistency(fixit=True, filter=filter, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/Base.py", line 2539, in checkConsistency error_list = UnrestrictedMethod(self._checkConsistency)(fixit=fixit) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/UnrestrictedMethod.py", line 67, in return lambda *args, **kw: unrestricted_apply(function, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/UnrestrictedMethod.py", line 102, in unrestricted_apply return apply(function, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/Document/CategoriesSpreadsheetConfiguratorItem.py", line 71, in _checkConsistency self._readSpreadSheet() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Configurator/Document/CategoriesSpreadsheetConfiguratorItem.py", line 119, in _readSpreadSheet UnrestrictedStringIO(self.getDefaultConfigurationSpreadsheetData())) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 273, in Base_getCategoriesSpreadSheetMapping return File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_02_RevisionSystem (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 298, in test_02_RevisionSystem self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/1'] ERROR: test_06_ProcessingStateOfAClonedDocument (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 730, in test_06_ProcessingStateOfAClonedDocument self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/14', 'convertToBaseFormat', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/14', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/13'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/14', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/13'] ERROR: test_07_testImplicitRelations (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 549, in test_07_testImplicitRelations self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/34', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/32', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/30', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/29', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/35', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/28', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/33', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/31'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/34', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/32', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/30', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/29', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/35', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/28', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/33', '/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/31'] ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDms.TestDocument) Converting an ODT to html no longer creates Images embedded in the ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 780, in test_08_NoImagesCreatedDuringHTMLConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/36'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/36'] ERROR: test_Base_contribute (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1506, in test_Base_contribute self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/44'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/44'] ERROR: test_Base_showFoundText (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1472, in test_Base_showFoundText self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/47'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/47'] ERROR: test_ContributeToExistingDocument (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2492, in test_ContributeToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_ContributeWithMergingToExistingDocument (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2518, in test_ContributeWithMergingToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1573, in test_HTML_to_ODT_conversion_keep_enconding mime_type, pdf_data = web_page.convert('pdf') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/chain.py", line 49, in convert data = transform.convert(orig, data, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1611, in test_HTML_to_ODT_conversion_keep_related_image_list mime_type, odt_archive = web_page.convert('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Member_download_pdf_format (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 666, in test_Member_download_pdf_format self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/51'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/51'] ERROR: test_Owner_Base_download (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 636, in test_Owner_Base_download self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/52'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/52'] ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDms.TestDocument) Checks Document.OOoDocument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2074, in test_Text_conversion_to_base_format_no_original_format_access 'TEST-en-002.odt' File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2046, in _test_document_conversion_to_base_format_no_original_format_access self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/55'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/55'] ERROR: test_base_convertable_behaviour_with_successive_updates (testDms.TestDocument) Check that update content's document (with setData and setFile) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2561, in test_base_convertable_behaviour_with_successive_updates document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_convertToImageOnTraversal (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2227, in test_convertToImageOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/58'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/58'] ERROR: test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2164, in test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal web_page_image_size, web_page_file_size = self.getURLSizeList(web_page_document_url, **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 259, in getURLSizeList image = Image.open(filename) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/develop-eggs/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 2256, in open % (filename if filename else fp)) IOError: cannot identify image file '/srv/slapgrid/slappart19/srv/testnode/id/test_suite/unit_test.2/tests/test-image-format-resize.jpeg' ERROR: test_document_publication_workflow_archiveVersion (testDms.TestDocument) Test "visible" instances of a doc are auto archived when a new ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2762, in test_document_publication_workflow_archiveVersion document_002 = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_getExtensibleContent (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2097, in test_getExtensibleContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/60'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/60'] ERROR: test_getOriginalContentOnTraversal (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2317, in test_getOriginalContentOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/61'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/61'] ERROR: test_getTargetFormatItemList (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2143, in test_getTargetFormatItemList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/64'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/64'] ERROR: test_preConversionOnly (testDms.TestDocument) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2367, in test_preConversionOnly self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/66'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_b7554b68dbb2be591ed2643c6b3294c4/document_module/66'] ERROR: test_DownloadableDocumentSize (testDms.TestDocumentWithSecurity) Check that once the document is converted and cached, its size is ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2869, in test_DownloadableDocumentSize self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/1'] ERROR: test_ShowPreviewAfterSubmitted (testDms.TestDocumentWithSecurity) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2845, in test_ShowPreviewAfterSubmitted self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/2'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_a39d5c7087f6ef54cb3440db07db61e2/document_module/2'] ERROR: test_01_LargeOOoDocumentToImageConversion (testDms.TestDocumentPerformance) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2945, in test_01_LargeOOoDocumentToImageConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_062f01ed4b9f1e467509c18a52005316/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_062f01ed4b9f1e467509c18a52005316/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_062f01ed4b9f1e467509c18a52005316/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_062f01ed4b9f1e467509c18a52005316/document_module/1'] ERROR: test_02_RevisionSystem (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 298, in test_02_RevisionSystem self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/1'] ERROR: test_06_ProcessingStateOfAClonedDocument (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 730, in test_06_ProcessingStateOfAClonedDocument self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/14', 'convertToBaseFormat', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/13'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/13'] ERROR: test_07_testImplicitRelations (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 549, in test_07_testImplicitRelations self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/35', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/32', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/29', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/33', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/28', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/34', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/31', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/30'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/35', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/32', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/29', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/33', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/28', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/34', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/31', '/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/30'] ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithFlare.TestDocumentWithFlare) Converting an ODT to html no longer creates Images embedded in the ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 780, in test_08_NoImagesCreatedDuringHTMLConversion self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/36'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/36'] ERROR: test_Base_contribute (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1506, in test_Base_contribute self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/44'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/44'] ERROR: test_Base_showFoundText (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1472, in test_Base_showFoundText self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/47'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/47'] ERROR: test_ContributeToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2492, in test_ContributeToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_ContributeWithMergingToExistingDocument (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2518, in test_ContributeWithMergingToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) 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 "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1573, in test_HTML_to_ODT_conversion_keep_enconding mime_type, pdf_data = web_page.convert('pdf') File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/chain.py", line 49, in convert data = transform.convert(orig, data, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' 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 "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1611, in test_HTML_to_ODT_conversion_keep_related_image_list mime_type, odt_archive = web_page.convert('odt') File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Member_download_pdf_format (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 666, in test_Member_download_pdf_format self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/51'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/51'] ERROR: test_Owner_Base_download (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 636, in test_Owner_Base_download self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/52'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/52'] ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDmsWithFlare.TestDocumentWithFlare) Checks Document.OOoDocument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2074, in test_Text_conversion_to_base_format_no_original_format_access 'TEST-en-002.odt' File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2046, in _test_document_conversion_to_base_format_no_original_format_access self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/55'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/55'] ERROR: test_base_convertable_behaviour_with_successive_updates (testDmsWithFlare.TestDocumentWithFlare) Check that update content's document (with setData and setFile) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2561, in test_base_convertable_behaviour_with_successive_updates document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_convertToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2227, in test_convertToImageOnTraversal self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/58'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/58'] ERROR: test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2164, in test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal web_page_image_size, web_page_file_size = self.getURLSizeList(web_page_document_url, **convert_kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 259, in getURLSizeList image = Image.open(filename) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/develop-eggs/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 2256, in open % (filename if filename else fp)) IOError: cannot identify image file '/srv/slapgrid/slappart8/srv/testnode/id/test_suite/unit_test.1/tests/test-image-format-resize.jpeg' ERROR: test_document_publication_workflow_archiveVersion (testDmsWithFlare.TestDocumentWithFlare) Test "visible" instances of a doc are auto archived when a new ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2762, in test_document_publication_workflow_archiveVersion document_002 = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 105, in Base_contribute return context.REQUEST.RESPONSE.redirect(redirect_url) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_getExtensibleContent (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2097, in test_getExtensibleContent self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/60'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/60'] ERROR: test_getOriginalContentOnTraversal (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2317, in test_getOriginalContentOnTraversal self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/61'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/61'] ERROR: test_getTargetFormatItemList (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2143, in test_getTargetFormatItemList self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/64'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/64'] ERROR: test_preConversionOnly (testDmsWithFlare.TestDocumentWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2367, in test_preConversionOnly self.tic() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/66'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_0a7dbcb259a3a8909e2bdecc340c56b9/document_module/66'] ERROR: test_02_RevisionSystem (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 298, in test_02_RevisionSystem self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/1'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/1'] ERROR: test_06_ProcessingStateOfAClonedDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 730, in test_06_ProcessingStateOfAClonedDocument self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/14', 'convertToBaseFormat', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/13', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/14'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/13', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/14'] ERROR: test_07_testImplicitRelations (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 549, in test_07_testImplicitRelations self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/35', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/31', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/34', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/33', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/30', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/29', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/28', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/32'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/35', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/31', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/34', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/33', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/30', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/29', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/28', '/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/32'] ERROR: test_08_NoImagesCreatedDuringHTMLConversion (testDmsWithPreConversion.TestDocumentWithPreConversion) Converting an ODT to html no longer creates Images embedded in the ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 780, in test_08_NoImagesCreatedDuringHTMLConversion self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/36'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/36'] ERROR: test_11_Base_getAdvancedSearchResultList (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1136, in test_11_Base_getAdvancedSearchResultList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/2', 'convert', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/4', 'convert', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/3', 'convert', -2, 1)] Last error message: KeyError 'data' Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Products.ERP5.mixin.document, line 83, in convert result = self._convert(format, **kw) Module Products.ERP5.Document.TextDocument, line 165, in _convert **convert_kw) Module Products.PortalTransforms.TransformEngine, line 217, in convertToData context, **kwargs) Module Products.PortalTransforms.TransformEngine, line 177, in convertTo usedby=usedby, **kwargs) Module Products.PortalTransforms.chain, line 49, in convert data = transform.convert(orig, data, **kwargs) Module Products.PortalTransforms.Transform, line 191, in convert return self._load_transform().convert(*args, **kwargs) Module Products.ERP5OOo.transforms.html_to_odt, line 41, in convert odt = doc.convertTo('odt') Module Products.ERP5OOo.transforms.oood_commandtransform, line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Base_contribute (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1506, in test_Base_contribute self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/43'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/43'] ERROR: test_Base_showFoundText (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1472, in test_Base_showFoundText self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/46'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/46'] ERROR: test_ContributeToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2492, in test_ContributeToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 81, in Base_contribute input_parameter_dict=document_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_ContributeWithMergingToExistingDocument (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2518, in test_ContributeWithMergingToExistingDocument document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 81, in Base_contribute input_parameter_dict=document_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_HTML_to_ODT_conversion_keep_enconding (testDmsWithPreConversion.TestDocumentWithPreConversion) This test perform an PDF conversion of HTML content ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1573, in test_HTML_to_ODT_conversion_keep_enconding mime_type, pdf_data = web_page.convert('pdf') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/chain.py", line 49, in convert data = transform.convert(orig, data, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_HTML_to_ODT_conversion_keep_related_image_list (testDmsWithPreConversion.TestDocumentWithPreConversion) This test create a Web Page and an Image. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 1611, in test_HTML_to_ODT_conversion_keep_related_image_list mime_type, odt_archive = web_page.convert('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/document.py", line 83, in convert result = self._convert(format, **kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/Document/TextDocument.py", line 165, in _convert **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 217, in convertToData context, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/TransformEngine.py", line 177, in convertTo usedby=usedby, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/PortalTransforms/Transform.py", line 191, in convert return self._load_transform().convert(*args, **kwargs) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/html_to_odt.py", line 41, in convert odt = doc.convertTo('odt') File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/transforms/oood_commandtransform.py", line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' ERROR: test_Member_download_pdf_format (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 666, in test_Member_download_pdf_format self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/50'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/50'] ERROR: test_Owner_Base_download (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 636, in test_Owner_Base_download self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/51'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/51'] ERROR: test_Text_conversion_to_base_format_no_original_format_access (testDmsWithPreConversion.TestDocumentWithPreConversion) Checks Document.OOoDocument ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2074, in test_Text_conversion_to_base_format_no_original_format_access 'TEST-en-002.odt' File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2046, in _test_document_conversion_to_base_format_no_original_format_access self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/54'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/54'] ERROR: test_base_convertable_behaviour_with_successive_updates (testDmsWithPreConversion.TestDocumentWithPreConversion) Check that update content's document (with setData and setFile) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2561, in test_base_convertable_behaviour_with_successive_updates document = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 81, in Base_contribute input_parameter_dict=document_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_convertToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2227, in test_convertToImageOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/57'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/57'] ERROR: test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2164, in test_convertWebPageWithEmbeddedZODBImageToImageOnTraversal web_page_image_size, web_page_file_size = self.getURLSizeList(web_page_document_url, **convert_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 259, in getURLSizeList image = Image.open(filename) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/develop-eggs/Pillow-2.5.3-py2.7-linux-x86_64.egg/PIL/Image.py", line 2256, in open % (filename if filename else fp)) IOError: cannot identify image file '/srv/slapgrid/slappart19/srv/testnode/id/test_suite/unit_test.2/tests/test-image-format-resize.jpeg' ERROR: test_document_publication_workflow_archiveVersion (testDmsWithPreConversion.TestDocumentWithPreConversion) Test "visible" instances of a doc are auto archived when a new ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2762, in test_document_publication_workflow_archiveVersion document_002 = self.portal.Base_contribute(**kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 81, in Base_contribute input_parameter_dict=document_kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 322, in __call__ return self._bindAndExec(args, kw, None) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Zope2-2.13.22-py2.7.egg/Shared/DC/Scripts/Bindings.py", line 359, in _bindAndExec return self._exec(bound_data, args, kw) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ERP5TypeTestCase.py", line 1281, in _exec return PythonScript_exec(self, *args) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/eggs/Products.PythonScripts-2.13.2-py2.7.egg/Products/PythonScripts/PythonScript.py", line 344, in _exec result = f(*args, **kw) File "Script (Python)", line 8, in Document_convertToBaseFormatAndDiscoverMetadata context.convertToBaseFormat() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/mixin/base_convertable.py", line 62, in convertToBaseFormat message = self._convertToBaseFormat() # Call implemetation method File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 452, in _convertToBaseFormat % (response_code, response_message)) ConversionError: OOoDocument: Error converting document to base format. (Code 402: Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in main() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main uno_path, office_binary_path, refresh) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__ self._load() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load raise AttributeError("This document can not be loaded or is empty") AttributeError: This document can not be loaded or is empty ) ERROR: test_getExtensibleContent (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2097, in test_getExtensibleContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/59'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/59'] ERROR: test_getOriginalContentOnTraversal (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2317, in test_getOriginalContentOnTraversal self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/60'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/60'] ERROR: test_getTargetFormatItemList (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2143, in test_getTargetFormatItemList self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/63'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/63'] ERROR: test_preConversionOnly (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDms.py", line 2367, in test_preConversionOnly self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1), ('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/portal_catalog/erp5_mysql_innodb', 'SQLCatalog_deferFullTextIndexActivity', -2, 1)] Last error message: AttributeError exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/65'] Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 1321, in invokeGroup traverse(method_id)(expanded_object_list) Module Products.CMFActivity.ActivityTool, line 1362, in group_method m[3] = getattr(m[0], method_id)(*m[1], **m[2]) Module Shared.DC.Scripts.Bindings, line 322, in __call__ return self._bindAndExec(args, kw, None) Module Shared.DC.Scripts.Bindings, line 359, in _bindAndExec return self._exec(bound_data, args, kw) Module Products.ERP5Type.tests.ERP5TypeTestCase, line 1281, in _exec return PythonScript_exec(self, *args) Module Products.PythonScripts.PythonScript, line 344, in _exec result = f(*args, **kw) Module script, line 42, in SQLCatalog_deferFullTextIndexActivity - - Line 42 raise AttributeError, 'exception %r raised in indexing %r' % (exception, failed_path_list) AttributeError: exception NotConvertedError() raised in indexing ['/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/document_module/65'] ERROR: test_preConvertedReferencedImageInWebPageContent (testDmsWithPreConversion.TestDocumentWithPreConversion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testDmsWithPreConversion.py", line 61, in test_preConvertedReferencedImageInWebPageContent self.tic() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/ProcessingNodeTestCase.py", line 248, in tic raise RuntimeError(error_message) RuntimeError: tic is looping forever. These messages are pending: [('/erp5_portal_7d65cc8f0fd94b813488c10c9b597bbb/web_page_module/14', 'convert', -2, 1)] Last error message: KeyError 'data' Traceback (innermost last): Module Products.CMFActivity.ActivityTool, line 322, in __call__ result = method(*self.args, **self.kw) Module Products.ERP5.mixin.document, line 83, in convert result = self._convert(format, **kw) Module Products.ERP5.Document.TextDocument, line 165, in _convert **convert_kw) Module Products.PortalTransforms.TransformEngine, line 217, in convertToData context, **kwargs) Module Products.PortalTransforms.TransformEngine, line 177, in convertTo usedby=usedby, **kwargs) Module Products.PortalTransforms.chain, line 49, in convert data = transform.convert(orig, data, **kwargs) Module Products.PortalTransforms.Transform, line 191, in convert return self._load_transform().convert(*args, **kwargs) Module Products.ERP5OOo.transforms.html_to_odt, line 41, in convert odt = doc.convertTo('odt') Module Products.ERP5OOo.transforms.oood_commandtransform, line 235, in convertTo data = dec(response_dict['data']) KeyError: 'data' FAIL: test_01_ERP5BankingCashBalanceRegulation (testERP5BankingCashBalanceRegulation.TestERP5BankingCashBalanceRegulation) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Banking/tests/testERP5BankingCashBalanceRegulation.py", line 792, in test_01_ERP5BankingCashBalanceRegulation sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: Tic DelCashBalanceRegulation Tic CheckObjects Tic CheckInitialInventorySurface CreateCashBalanceRegulationSurface CreateValidIncomingLine CheckSubTotal CreateValidOutgoingLine Tic CheckTotal CheckInitialInventorySurface DeliverCashBalanceRegulation Tic > CheckFinalInventorySurface File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Banking/tests/testERP5BankingCashBalanceRegulation.py", line 679, in stepCheckFinalInventorySurface self.assertEqual(self.simulation_tool.getCurrentInventory(node=self.guichet_surface.getRelativeUrl(), resource = self.billet_10000.getRelativeUrl()), 0.0) AssertionError: 5.0 != 0.0 FAIL: test_06_Check_LastModified_Header (testERP5WebWithDms.TestERP5WebWithDms) Checks that Last-Modified header set by caching policy manager ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 468, 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 530, in test_07_TestDocumentViewBehaviour self.assertEqual(response.getHeader('content-type'), 'application/pdf') AssertionError: 'text/html; charset=utf-8' != 'application/pdf' FAIL: test_08_RFC5861 (testERP5WebWithDms.TestERP5WebWithDms) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 632, in test_08_RFC5861 self.assertEquals(response.getHeader('Content-Type'), 'image/png') AssertionError: 'text/html; charset=utf-8' != 'image/png' FAIL: test_PreviewOOoDocumentWithEmbeddedImage (testERP5WebWithDms.TestERP5WebWithDms) Tests html preview of an OOo document with images as extensible content. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5/tests/testERP5WebWithDms.py", line 680, in test_PreviewOOoDocumentWithEmbeddedImage self.assertTrue(' ERP5 | ERP5

Logged In as : ERP5TypeTestCase

Site Error

An error was encountered while publishing this resource.

Error Type: NotConvertedError
Error Value:


Troubleshooting Suggestions

  • The URL may be incorrect.
  • The parameters passed to this resource may be incorrect.
  • A resource that this resource relies on may be encountering an error.

For more detailed information about the error, please refer to the error log.

If the error persists please contact the site maintainer. Thank you for your patience.

ERROR: test_01_TextField (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 149, in test_01_TextField odf_document = foo_printout.index_html(request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_TextFieldWithMultiLines (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 270, in test_02_TextFieldWithMultiLines odf_document = foo_printout.index_html(request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_03_Image (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 323, in test_03_Image odf_document = foo_printout(request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_ProxyField (testFormPrintoutAsODG.TestFormPrintoutAsODG) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODG.py", line 395, in test_04_ProxyField odf_document = foo_printout.index_html(request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 149, in test_01_Paragraph odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph_07_LinesField (testFormPrintoutAsODT.TestFormPrintoutAsODT) test LinesField into multi line ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 244, in test_01_Paragraph_07_LinesField odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph_08_Field_Format (testFormPrintoutAsODT.TestFormPrintoutAsODT) test a field with format ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 275, in test_01_Paragraph_08_Field_Format odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_01_Paragraph_09_RangeReferenceWithSpan (testFormPrintoutAsODT.TestFormPrintoutAsODT) test range reference and span setting ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 305, in test_01_Paragraph_09_RangeReferenceWithSpan odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_01_Normal (testFormPrintoutAsODT.TestFormPrintoutAsODT) To test listbox and ODF table mapping ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 358, in test_02_Table_01_Normal odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_02_SmallerThanListboxColumns (testFormPrintoutAsODT.TestFormPrintoutAsODT) 2. Irregular case: listbox columns count smaller than table columns count ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 399, in test_02_Table_02_SmallerThanListboxColumns odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_03_ListboxColumnsLargerThanTable (testFormPrintoutAsODT.TestFormPrintoutAsODT) 3. Irregular case: listbox columns count larger than table columns count ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 435, in test_02_Table_03_ListboxColumnsLargerThanTable odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_04_ListboxHasNotStat (testFormPrintoutAsODT.TestFormPrintoutAsODT) 4. Irregular case: listbox has not a stat line, but table has a stat line ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 471, in test_02_Table_04_ListboxHasNotStat odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_05_NormalSameLayout (testFormPrintoutAsODT.TestFormPrintoutAsODT) 5. Normal case: the listobx and the ODF table are same layout ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 529, in test_02_Table_05_NormalSameLayout odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_06_TableDoesNotHaveAHeader (testFormPrintoutAsODT.TestFormPrintoutAsODT) 6. Normal case: ODF table does not have a header ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 584, in test_02_Table_06_TableDoesNotHaveAHeader odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_07_CellFormat (testFormPrintoutAsODT.TestFormPrintoutAsODT) 7. Normal case: make sure that it is enable to use ODF cell format setting in FormPrintout ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 621, in test_02_Table_07_CellFormat odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_08_Nodata (testFormPrintoutAsODT.TestFormPrintoutAsODT) 8. Normal case: list box has no data ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 662, in test_02_Table_08_Nodata odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_02_Table_09_StyleSetting (testFormPrintoutAsODT.TestFormPrintoutAsODT) 9. Normal case: setting the style of the row. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 723, in test_02_Table_09_StyleSetting odf_document = foo_printout.index_html(REQUEST=request) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_Iteration (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 832, in test_04_Iteration odf_document = foo_report_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_Iteration_02_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 936, in test_04_Iteration_02_Section odf_document = foo_report_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_04_Iteration_03_ReportBox_and_Section (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1048, in test_04_Iteration_03_ReportBox_and_Section odf_document = foo_report_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_07_Image (testFormPrintoutAsODT.TestFormPrintoutAsODT) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1123, in test_07_Image odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_08_OOoConversion (testFormPrintoutAsODT.TestFormPrintoutAsODT) test ooo conversion ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1158, in test_08_OOoConversion printout = foo_printout(REQUEST=self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_09_FieldReplacement (testFormPrintoutAsODT.TestFormPrintoutAsODT) test field in ODF Documents ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1181, in test_09_FieldReplacement odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> ERROR: test_field_replacement_with_variable (testFormPrintoutAsODT.TestFormPrintoutAsODT) test variables replacement in ODT documents. ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/tests/testFormPrintoutAsODT.py", line 1230, in test_field_replacement_with_variable odf_document = foo_printout(self.portal.REQUEST) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 242, in index_html format, batch_mode) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/FormPrintout.py", line 296, in _oooConvertByFormat True)) # refresh File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5OOo/Document/OOoDocument.py", line 74, in __call__ return self.__callable(*args, **kw) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1224, in __call__ return self.__send(self.__name, args) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1578, in __request verbose=self.__verbose File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1264, in request return self.single_request(host, handler, request_body, verbose) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1297, in single_request return self.parse_response(response) File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 1473, in parse_response return u.close() File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/python2.7/lib/python2.7/xmlrpclib.py", line 793, in close raise Fault(**self._stack[0]) Fault: :Traceback (most recent call last):\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 343, in \n main()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 319, in main\n uno_path, office_binary_path, refresh)\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 87, in __init__\n self._load()\n File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/cloudooo-repository/cloudooo/handler/ooo/helper/unoconverter.py", line 154, in _load\n raise AttributeError("This document can not be loaded or is empty")\nAttributeError: This document can not be loaded or is empty\n'> FAIL: testFunctionalTestRunner (testFunctionalCore.TestZeleniumCore) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart8/srv/testnode/id/soft/cf8d5b27fc4c4b8e39501948b2864b0b/parts/erp5/Products/ERP5Type/tests/ERP5TypeFunctionalTestCase.py", line 436, in testFunctionalTestRunner self.assertEqual([], error_title_list, '\n'.join(error_title_list)) AssertionError: Test Transactions related to an account, with at date parameter ERROR: test_13_UploadTextFromContributionToolWithNonASCIIFilename (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1415, in test_13_UploadTextFromContributionToolWithNonASCIIFilename self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp UploadTextFromContributionToolWithNonASCIIFilename Tic > DiscoverFromFilenameWithNonASCIIFilename File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1395, in stepDiscoverFromFilenameWithNonASCIIFilename self.assertEqual(property_dict['title'], 'title') KeyError: 'title' FAIL: test_03_TextDoc (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1109, in test_03_TextDoc self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument CheckEmptyState StraightUpload CheckConvertingState Tic > CheckConvertedState UploadFromViewForm CheckConvertingState Tic CheckConvertedState File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_041_MetadataEditing (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1147, in test_041_MetadataEditing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument UploadFromViewForm CheckConvertingState Tic > CheckConvertedState EditMetadata CheckChangedMetadata File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionDrawing (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1184, in test_05_FormatIngestionDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > IngestDrawingFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 727, in stepIngestDrawingFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionPresentation (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1177, in test_05_FormatIngestionPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > IngestPresentationFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 709, in stepIngestPresentationFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionSpreadSheet (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1170, in test_05_FormatIngestionSpreadSheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > IngestSpreadsheetFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 699, in stepIngestSpreadsheetFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionText (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1163, in test_05_FormatIngestionText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > IngestTextFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 689, in stepIngestTextFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_06_FormatGenerationDrawing (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1237, in test_06_FormatGenerationDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > CheckDrawingDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 782, in stepCheckDrawingDocumentExportList self.checkDocumentExportList(document, 'sxd', ['jpg', 'svg', 'pdf', 'odg']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'jpg' not in [] FAIL: test_06_FormatGenerationPresentation (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1230, in test_06_FormatGenerationPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > CheckPresentationDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 774, in stepCheckPresentationDocumentExportList self.checkDocumentExportList(document, 'ppt', ['ppt', 'odp', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'ppt' not in [] FAIL: test_06_FormatGenerationSpreadsheet (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1223, in test_06_FormatGenerationSpreadsheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > CheckSpreadsheetDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 766, in stepCheckSpreadsheetDocumentExportList self.checkDocumentExportList(document, 'xls', ['csv', 'xls', 'ods', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'csv' not in [] FAIL: test_06_FormatGenerationText (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1216, in test_06_FormatGenerationText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > CheckTextDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 758, in stepCheckTextDocumentExportList ['pdf', 'doc', 'rtf', 'txt', 'odt']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'pdf' not in [] FAIL: test_09_Contribute (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1274, in test_09_Contribute self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp > ContributeFileListWithNoType CleanUp ContributeFileListWithType File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 837, in stepContributeFileListWithNoType self.contributeFileList(with_portal_type=False) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 345, in contributeFileList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_10_MetadataSettingPreferenceOrder (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1322, in test_10_MetadataSettingPreferenceOrder self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, 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 "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_11_EmailIngestion (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1348, in test_11_EmailIngestion self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp ReceiveEmail CreatePerson ReceiveEmail > VerifyEmailedDocumentInitialContribution ReceiveEmail VerifyEmailedDocumentMultipleContribution ReceiveMultipleAttachmentsEmail VerifyEmailedMultipleDocumentsInitialContribution ReceiveMultipleAttachmentsEmail VerifyEmailedMultipleDocumentsMultipleContribution File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 966, in stepVerifyEmailedDocumentInitialContribution attachment_list, ingested_document = self.verifyEmailedDocument() File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1035, in verifyEmailedDocument self.assertEqual('converted', ingested_document.getExternalProcessingState()) AssertionError: 'converted' != 'conversion_failed' FAIL: test_12_UploadTextFromContributionTool (testIngestion.TestIngestion) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1366, in test_12_UploadTextFromContributionTool self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp UploadTextFromContributionTool CheckConvertingState Tic > CheckConvertedState DiscoverFromFilename Tic ReuploadTextFromContributionTool UploadAnotherTextFromContributionTool File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' ERROR: test_13_UploadTextFromContributionToolWithNonASCIIFilename (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1415, in test_13_UploadTextFromContributionToolWithNonASCIIFilename self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp UploadTextFromContributionToolWithNonASCIIFilename Tic > DiscoverFromFilenameWithNonASCIIFilename File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1395, in stepDiscoverFromFilenameWithNonASCIIFilename self.assertEqual(property_dict['title'], 'title') KeyError: 'title' FAIL: test_03_TextDoc (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1109, in test_03_TextDoc self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument CheckEmptyState StraightUpload CheckConvertingState Tic > CheckConvertedState UploadFromViewForm CheckConvertingState Tic CheckConvertedState File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_041_MetadataEditing (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1147, in test_041_MetadataEditing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument UploadFromViewForm CheckConvertingState Tic > CheckConvertedState EditMetadata CheckChangedMetadata File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 508, in stepCheckConvertedState return self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionDrawing (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1184, in test_05_FormatIngestionDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > IngestDrawingFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 727, in stepIngestDrawingFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionPresentation (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1177, in test_05_FormatIngestionPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > IngestPresentationFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 709, in stepIngestPresentationFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionSpreadSheet (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1170, in test_05_FormatIngestionSpreadSheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > IngestSpreadsheetFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 699, in stepIngestSpreadsheetFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_05_FormatIngestionText (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1163, in test_05_FormatIngestionText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > IngestTextFormats File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 689, in stepIngestTextFormats self.ingestFormatList(document, format_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 278, in ingestFormatList self.assertEqual(document.getExternalProcessingState(), 'converted') AssertionError: 'conversion_failed' != 'converted' FAIL: test_06_FormatGenerationDrawing (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1237, in test_06_FormatGenerationDrawing self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateDrawingDocument > CheckDrawingDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 782, in stepCheckDrawingDocumentExportList self.checkDocumentExportList(document, 'sxd', ['jpg', 'svg', 'pdf', 'odg']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'jpg' not in [] FAIL: test_06_FormatGenerationPresentation (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1230, in test_06_FormatGenerationPresentation self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreatePresentationDocument > CheckPresentationDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 774, in stepCheckPresentationDocumentExportList self.checkDocumentExportList(document, 'ppt', ['ppt', 'odp', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'ppt' not in [] FAIL: test_06_FormatGenerationSpreadsheet (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1223, in test_06_FormatGenerationSpreadsheet self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateSpreadsheetDocument > CheckSpreadsheetDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 766, in stepCheckSpreadsheetDocumentExportList self.checkDocumentExportList(document, 'xls', ['csv', 'xls', 'ods', 'pdf']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) AssertionError: target:'csv' not in [] FAIL: test_06_FormatGenerationText (testIngestionWithFlare.TestIngestionWithFlare) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 1216, in test_06_FormatGenerationText self.playSequence(step_list) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 980, in playSequence sequence_list.play(self) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: CleanUp CreateTextDocument > CheckTextDocumentExportList File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 758, in stepCheckTextDocumentExportList ['pdf', 'doc', 'rtf', 'txt', 'odt']) File "/srv/slapgrid/slappart19/srv/testnode/id/soft/3a9d796afa0880aa29c1b1635bdc6cb5/parts/erp5/Products/ERP5OOo/tests/testIngestion.py", line 300, in checkDocumentExportList target_list,)) (truncated) ... From nobody at svn.erp5.org Wed Nov 5 23:47:39 2014 From: nobody at svn.erp5.org (nobody at svn.erp5.org) Date: Wed, 05 Nov 2014 22:47:39 +0000 Subject: [Erp5-report] =?utf-8?q?ERP5-Cloud-Reliability-COMP-1-3Nodes-ETN-?= =?utf-8?q?ERP5PROJECT2_=3A_4434_Tests=2C_0_Errors=2C_1_Failures=2C_203_Sk?= =?utf-8?q?ips?= Message-ID: <20141105224751.174F8BF0243@mail2.tiolive.com> Test Suite: ERP5-Cloud-Reliability-COMP-1-3Nodes-ETN-ERP5PROJECT2 Revision: slapos=7314-3db3834c3f03fe60b7d1d1465f7c8db4c3706289,erp5=43933-43595976c86ec2683627ebc1e8fccc4fba9b4338 Result: FAIL Building Failed All tests: 4434 Failures: 1 Errors: 0 Skips: 203 The following tests failed: testERP5BankingVaultTransfer (1 failures) test_01_ERP5BankingVaultTransfer (testERP5BankingVaultTransfer.TestERP5BankingVaultTransfer) The following tests were at least partly skipped: erp5_configurator_maxma_demo:testMaxmaDemoConfigurationWorkflow (1 skips) erp5_web_shacache:testShaCache (1 skips) erp5_web_shadir:testShaDir (1 skips) networkcache_erp5:testShaCacheExternal (1 skips) testAccountingReports (1 skips) test_Resource_zGetMovementHistoryList (testAccountingReports.TestAccountingReports) ... skipped 'TODO ERP5' testAccountingRules (22 skips) testAdvancedInvoicing (1 skips) testBPMCore (1 skips) test_payBeforeDelivery (testBPMCore.TestBPMImplementation) ... skipped 'TODO ERP5' testBase (3 skips) 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' 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' 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 (6 skips) test_BusinessTemplateUpgradeDocumentFromFilesystemToZodb (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocument (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentMigrated (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' test_BusinessTemplateWithZodbDocumentNonExistingBefore (testBusinessTemplate.TestConstraintTemplateItem) ... skipped 'Not implemented yet' testCRM (1 skips) testCalendar (5 skips) test_2OverlappedLeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingAfterGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestOverlappingBeforeGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' test_LeaveRequestWithSameDateAsRepeatedGroupCalendar (testCalendar.TestCalendar) ... skipped 'Need to check if we want later to support this again. Drop support for now' testDeliveryBuilderToSupportMultipleLines (2 skips) testERP5Base (1 skips) testERP5Catalog (4 skips) Tests that buildSQLQuery works with another query_table than 'catalog' ... skipped 'TODO ERP5' test_49_IndexInOrderedSearchFolder (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' test_SubDocumentsWithAcquireLocalRoleSecurityIndexing (testERP5Catalog.TestERP5Catalog) ... skipped 'TODO ERP5' testERP5Commerce (1 skips) test_22_createShoppingCartWithAnonymousAndLogin (testERP5Commerce.TestCommerce) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testERP5DocumentSyncML (4 skips) testERP5Interfaces (7 skips) testERP5SyncML (2 skips) testERP5Type (1 skips) testERP5TypeInterfaces (1 skips) testERP5Web (3 skips) test_03_CreateWebSiteUser (testERP5Web.TestERP5Web) ... skipped 'WebSite_createWebSiteAccount is disabled by default.' testFormPrintoutAsODT (1 skips) test_09_FieldReplacementWithValidation (testFormPrintoutAsODT.TestFormPrintoutAsODT) ... skipped 'Disable validation because OOo does not produce compliant xml, and RelaxNG status is still draft' testFunctionalAnonymousSelection (36 skips) So this part is skipped --> So this part is skipped --> So this part is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> So this test is skipped --> testFunctionalCore (8 skips) So this test is skipped --> So this test is skipped --> testFunctionalKM (3 skips) testIngestion (4 skips) testIngestionWithFlare (4 skips) testInventory (2 skips) testInventoryAPI (2 skips) testInvoice (6 skips) testItem (13 skips) testKM (3 skips) testMRP (5 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' testOpenOrder (3 skips) testOrderBuilder (4 skips) testOxatisSynchronization (1 skips) testPreferences (1 skips) testProductionOrder (8 skips) testProductionOrderApparel (6 skips) testProductionPackingList (1 skips) testProductionPackingListApparel (1 skips) testProxyField (1 skips) testResource (1 skips) testReturnedSalePackingList (3 skips) testSQLCachedWorklist (2 skips) test_02_related_key (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' test_04_dynamic_variables (testSQLCachedWorklist.TestSQLCachedWorklist) ... skipped 'TODO ERP5' testSelectionTool (7 skips) testCallSelectionFor (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testPage (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testView (testSelectionTool.TestSelectionTool) ... skipped 'Test to be written' testCallSelectionFor (testSelectionTool.TestSelectionToolMemcachedStorage) ... 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) testTradeModelLine (1 skips) testTradeModelLinePurchase (1 skips) testUbercartSynchronisation (1 skips) testVirtuemartSynchronization (1 skips) testWebDavSupport (1 skips) -------------- next part -------------- FAIL: test_01_ERP5BankingVaultTransfer (testERP5BankingVaultTransfer.TestERP5BankingVaultTransfer) ---------------------------------------------------------------------- Traceback (most recent call last): File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Banking/tests/testERP5BankingVaultTransfer.py", line 790, in test_01_ERP5BankingVaultTransfer sequence_list.play(self) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 206, in play sequence.play(context, sequence_number=i, quiet=quiet) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 127, in play .play(context, sequence=self, quiet=quiet) Current Sequence: Tic CheckObjects Tic CheckInitialInventory CheckSource CheckDestination CreateVaultTransfer CreateValidLine1 CheckSubTotal CreateValidLine2 CheckTotal CheckSource CheckDestination CreateInvalidLine TryPlanVaultTransferWithBadInventory DelInvalidLine Tic CheckTotal PlanVaultTransfer CheckSourceDebitPlanned > CheckDestinationCreditPlanned CheckSourceDebitPlanned CheckDestinationCreditPlanned OrderVaultTransfer ResetSourceInventory Tic DeliverVaultTransferFails Tic DeleteResetInventory Tic ConfirmToDeliverVaultTransfer CheckSourceDebit CheckDestinationCredit File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Type/tests/Sequence.py", line 91, in play method(sequence=sequence) File "/srv/slapgrid/slappart29/srv/testnode/dl/soft/f5ea579ce6ce875a1dbc3698e1c09f5e/parts/erp5/Products/ERP5Banking/tests/testERP5BankingVaultTransfer.py", line 618, in stepCheckDestinationCreditPlanned self.assertEqual(self.simulation_tool.getFutureInventory(node=self.caisse_courante.getRelativeUrl(), resource = self.billet_10000.getRelativeUrl()), 5.0) AssertionError: 0.0 != 5.0