[Erp5-report] cloudooo r42309 : 127 Tests, 36 Errors, 5 Failures, 0 Skips

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Jan 13 17:56:28 CET 2011


Test Suite: cloudooo
Revision: 42309
Result: FAIL

All tests: 127
Failures: 5
Errors: 36
Skips: 0



The following tests failed:

  testAllFormats                                     (6 errors)
   Test all drawing formats
   Test all global formats
   Test all presentation formats
   Test all spreadsheet formats
   Test all text formats
   Test all web formats

  testHighLoad                                       (1 failures)
   Sends many request to Server. Calling generate method

  testOOHandler                                      (1 failures)
   Test convert ODT to DOC

  testServer                                         (30 errors)
   Test Convert Doc -> Odt
   Try convert one document to format not possible
   Try convert one document for a invalid format
   Test export docx to odt
   Test export png to svg
   Test export pptx to odp
   Test export python to pdf
   Call getAllowedExtensionList and verify if the returns is a list with
   Call getAllowedExtensionList and verify if the returns is a list with
   Call getAllowedExtensionList and verify if the returns is a list with
   Test if filter name returns correctly with ERP5 API
   Test run_generate method. This test if returns good png files
   Test run_convert method with invalid file
   Test run_convert method
   Test run_generate method
   Test run_generate method. This test is to validate a bug convertions to
   Test run_generate method. This test is to validate a bug convertions to
   Test run_generate method with invalid document
   Test run_setmetadata method
   Test run_setmetadata method with invalid document
   Test to verify if the behavior of server is normal when a empty string
   Convert compressed html to txt
   Test if send a zipfile returns a document correctly
   Test Convert Doc -> Pdf
   Test server using method getFileMetadataItemList. With data converted
   Test server using method getFileMetadataItemList. Without data
   Test server using method updateFileMetadata
   Test document that already has metadata. Check if the metadata is not
   Test server using method updateFileMetadata when the same metadata is
   Test server using method updateFileMetadata with unsual metadata

  testUnoConverter                                   (1 failures)
   Test script unoconverter

  testXvfb                                           (2 failures)
   Test pid function to validate if the return is correctly
   Test if xvfb is started and stopped correctly

-------------- next part --------------
A non-text attachment was scrubbed...
Name: summary.diff
Type: text/x-diff
Size: 130 bytes
Desc: not available
URL: <http://mail.tiolive.com/pipermail/erp5-report/attachments/20110113/acaaa32c/attachment-0001.diff>
-------------- next part --------------

ERROR: Test all drawing formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py", line 55, in testDrawingFormats
    self.runTestForType('odg', 'drawing', 'data/test.odg')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py", line 73, in runTestForType
    extension_list = self.proxy.getAllowedExtensionList(request)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test all global formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py", line 67, in testGlobalFormats
    self.runTestForType('sxg', 'global', 'data/test.sxg')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py", line 73, in runTestForType
    extension_list = self.proxy.getAllowedExtensionList(request)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test all presentation formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py", line 51, in testPresentationFormats
    self.runTestForType('odp', 'presentation', 'data/test.odp')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py", line 73, in runTestForType
    extension_list = self.proxy.getAllowedExtensionList(request)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test all spreadsheet formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py", line 59, in testSpreadSheetFormats
    self.runTestForType('ods', 'spreadsheet', 'data/test.ods')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py", line 73, in runTestForType
    extension_list = self.proxy.getAllowedExtensionList(request)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test all text formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py", line 47, in testTextFormats
    self.runTestForType('odt', 'text', 'data/test.odt')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py", line 73, in runTestForType
    extension_list = self.proxy.getAllowedExtensionList(request)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test all web formats
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py", line 63, in testWebFormats
    self.runTestForType('html', 'web', 'data/test.html')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testAllFormats.py", line 73, in runTestForType
    extension_list = self.proxy.getAllowedExtensionList(request)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


FAIL: Sends many request to Server. Calling generate method
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testHighLoad.py", line 69, in testGenerateHighLoad
    self.assertTrue(all(result_list))
AssertionError


FAIL: Test convert ODT to DOC
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testOOHandler.py", line 76, in testConvertOdtToDoc
    self._assert_document_output(doc_exported, "application/msword")
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testOOHandler.py", line 58, in _assert_document_output
    self.assertEquals(mimetype, expected_mimetype)
AssertionError: 'application/octet-stream' != 'application/msword'


ERROR: Test Convert Doc -> Odt
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 161, in testConvertDocToOdt
    'application/vnd.oasis.opendocument.text')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 110, in _testConvertFile
    destination_format, zip)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Try convert one document to format not possible
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 334, in testConvertDocumentToImpossibleFormat
    self.assertRaises(Fault, self.proxy.convertFile, (data, 'odp', 'doc'))
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Try convert one document for a invalid format
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 329, in testConvertDocumentToInvalidFormat
    self.assertRaises(Fault, self.proxy.convertFile, (data, 'doc', 'xyz'))
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test export docx to odt
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 304, in testConvertDocxToODT
    'application/vnd.oasis.opendocument.text')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 110, in _testConvertFile
    destination_format, zip)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test export png to svg
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 288, in testConvertPNGToSVG
    'image/svg+xml')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 110, in _testConvertFile
    destination_format, zip)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test export pptx to odp
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 296, in testConvertPPTXToODP
    'application/vnd.oasis.opendocument.presentation')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 110, in _testConvertFile
    destination_format, zip)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test export python to pdf
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 312, in testConvertPyToPDF
    'application/pdf')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 110, in _testConvertFile
    destination_format, zip)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Call getAllowedExtensionList and verify if the returns is a list with
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 139, in testGetAllowedExtensionListByExtension
    doc_allowed_list = self.proxy.getAllowedExtensionList({'extension': "doc"})
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Call getAllowedExtensionList and verify if the returns is a list with
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 149, in testGetAllowedExtensionListByMimetype
    msword_allowed_list = self.proxy.getAllowedExtensionList(request_dict)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Call getAllowedExtensionList and verify if the returns is a list with
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 124, in testGetAllowedExtensionListByType
    text_allowed_list = self.proxy.getAllowedExtensionList(text_request)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test if filter name returns correctly with ERP5 API
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 506, in testGetAllowedTargetItemList
    self.proxy.getAllowedTargetItemList(mimetype)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test run_generate method. This test if returns good png files
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 406, in testPNGFileToConvertOdpToHTML
    'application/vnd.oasis.opendocument.presentation')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test run_convert method with invalid file
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 354, in testRunConvertFailResponse
    self.proxy.run_convert('test.doc', encodestring(data))
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test run_convert method
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 340, in testRunConvertMethod
    self.proxy.run_convert('test.doc', encodestring(data))
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test run_generate method
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 368, in testRunGenerateMethod
    'application/vnd.oasis.opendocument.text')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test run_generate method. This test is to validate a bug convertions to
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 435, in testRunGenerateMethodConvertOdpToHTML
    'application/vnd.oasis.opendocument.presentation')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test run_generate method. This test is to validate a bug convertions to
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 382, in testRunGenerateMethodConvertOdsToHTML
    "application/vnd.oasis.opendocument.spreadsheet")
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test run_generate method with invalid document
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 456, in testRunGenerateMethodFailResponse
    None, 'odt', 'application/pdf')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test run_setmetadata method
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 468, in testRunSetMetadata
    {"Title":"testSetMetadata", "Description": "Music"})
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test run_setmetadata method with invalid document
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 496, in testRunSetMetadataFailResponse
    {"Title":"testSetMetadata", "Description": "Music"})
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test to verify if the behavior of server is normal when a empty string
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 318, in testSendEmptyRequest
    self.assertRaises(Fault, self.proxy.convertFile, (data, '', ''))
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/unittest.py", line 336, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Convert compressed html to txt
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 278, in testSendZipAndReturnTxt
    'text/plain')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 110, in _testConvertFile
    destination_format, zip)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test if send a zipfile returns a document correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 269, in testWithZipFile
    True)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 110, in _testConvertFile
    destination_format, zip)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test Convert Doc -> Pdf
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 169, in testconvertDocToPdf
    'application/pdf')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 110, in _testConvertFile
    destination_format, zip)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test server using method getFileMetadataItemList. With data converted
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 191, in testgetFileMetadataItemListWithData
    True)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test server using method getFileMetadataItemList. Without data
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 176, in testgetFileMetadataItemListWithoutData
    'odt')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test server using method updateFileMetadata
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 208, in testupdateFileMetadata
    {"Title":"testSetMetadata"})
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test document that already has metadata. Check if the metadata is not
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 251, in testupdateFileMetadataAlreadyHasMetadata
    metadata_dict = self.proxy.getFileMetadataItemList(encodestring(data), 'odt')
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test server using method updateFileMetadata when the same metadata is
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 237, in testupdateFileMetadataUpdateSomeMetadata
    {"Reference":"testSetMetadata", "Something":"ABC"})
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


ERROR: Test server using method updateFileMetadata with unsual metadata
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testServer.py", line 224, in testupdateFileMetadataWithUserMetadata
    {"Reference":"testSetMetadata"})
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1199, in __call__
    return self.__send(self.__name, args)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1489, in __request
    verbose=self.__verbose
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1235, in request
    self.send_content(h, request_body)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/xmlrpclib.py", line 1349, in send_content
    connection.endheaders()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 908, in endheaders
    self._send_output()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 780, in _send_output
    self.send(msg)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 739, in send
    self.connect()
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/httplib.py", line 720, in connect
    self.timeout)
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/parts/python2.6/lib/python2.6/socket.py", line 561, in create_connection
    raise error, msg
error: [Errno 111] Connection refused


FAIL: Test script unoconverter
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testUnoConverter.py", line 84, in testUnoConverterOdtToDoc
    self.assertEquals(mime.from_file(output_url), 'application/vnd.ms-office')
AssertionError: 'application/octet-stream' != 'application/vnd.ms-office'


FAIL: Test pid function to validate if the return is correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testXvfb.py", line 49, in testPid
    self.assertTrue(self.xvfb.status())
AssertionError


FAIL: Test if xvfb is started and stopped correctly
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/slave/parts/bot_nifty04/full.Oood/build/software/src/cloudooo/cloudooo/handler/ooo/tests/testXvfb.py", line 59, in testStatus
    self.assertTrue(self.xvfb.status())
AssertionError


More information about the Erp5-report mailing list