You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by Apache Hudson Server <hu...@hudson.apache.org> on 2011/01/26 20:13:04 UTC

Build failed in Hudson: Thrift #44

See <https://hudson.apache.org/hudson/job/Thrift/44/changes>

Changes:

[bryanduxbury] THRIFT-1041. java: TDeserializer holds onto a reference of the array it reads after it is done deserializing

This patch makes sure that after using the bytes passed in, no references are retained.

------------------------------------------
[...truncated 2412 lines...]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testByte (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testDouble (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

----------------------------------------------------------------------
Ran 20 tests in 0.008s

FAILED (errors=20)
Testing  TSimpleServer
Traceback (most recent call last):
  File "./RunClientServer.py", line 59, in <module>
    "THttpServer",
  File "./RunClientServer.py", line 45, in runTest
    raise Exception("subprocess failed")
Exception: subprocess failed
FAIL: RunClientServer.py
===================
1 of 4 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test'>
make: *** [check-recursive] Error 1
[WARNINGS] Skipping publisher since build result is FAILURE


Hudson build is back to normal : Thrift #54

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/54/>



Build failed in Hudson: Thrift #53

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/53/changes>

Changes:

[bryanduxbury] THRIFT-447. java: Make an abstract base Client class so we can generate less code

This patch introduces a handful of abstract, non-generated classes that allow us to generate much less code for service implementations.

------------------------------------------
[...truncated 2420 lines...]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testByte (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testDouble (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

----------------------------------------------------------------------
Ran 20 tests in 0.006s

FAILED (errors=20)
Testing  TSimpleServer
Traceback (most recent call last):
  File "./RunClientServer.py", line 59, in <module>
    "THttpServer",
  File "./RunClientServer.py", line 45, in runTest
    raise Exception("subprocess failed")
Exception: subprocess failed
FAIL: RunClientServer.py
===================
1 of 4 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test'>
make: *** [check-recursive] Error 1
[WARNINGS] Skipping publisher since build result is FAILURE


Re: Build failed in Hudson: Thrift #52

Posted by Chris Morgan <ch...@gmail.com>.
Oh ok. This appears to have been broken for some time and looks
unrelated to that change.

Chris


On Tue, Feb 8, 2011 at 12:38 PM, Chris Morgan <ch...@gmail.com> wrote:
> On Tue, Feb 8, 2011 at 12:25 PM, Apache Hudson Server
> <hu...@hudson.apache.org> wrote:
>> See <https://hudson.apache.org/hudson/job/Thrift/52/changes>
>>
>> Changes:
>>
>> [bryanduxbury] THRIFT-1055. csharp: csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do
>>
>> This patch sets NoDelay on TSocket and TServerSocket to improve performance.
>>
>> Patch: Chris Morgan
>>
>> ------------------------------------------
>> [...truncated 2425 lines...]
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testException (__main__.NormalBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testI32 (__main__.NormalBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testI64 (__main__.NormalBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testOneway (__main__.NormalBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testOnewayThenNormal (__main__.NormalBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testString (__main__.NormalBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testStruct (__main__.NormalBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testVoid (__main__.NormalBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testByte (__main__.AcceleratedBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testDouble (__main__.AcceleratedBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testException (__main__.AcceleratedBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testI32 (__main__.AcceleratedBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testI64 (__main__.AcceleratedBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testOneway (__main__.AcceleratedBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testOnewayThenNormal (__main__.AcceleratedBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testString (__main__.AcceleratedBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testStruct (__main__.AcceleratedBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ======================================================================
>> ERROR: testVoid (__main__.AcceleratedBinaryTest)
>> ----------------------------------------------------------------------
>> Traceback (most recent call last):
>>  File "./TestClient.py", line 70, in setUp
>>    self.transport.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>>    return self.__trans.open()
>>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
>> TTransportException: Could not connect to localhost:9090
>>
>> ----------------------------------------------------------------------
>> Ran 20 tests in 0.006s
>>
>> FAILED (errors=20)
>> Testing  TSimpleServer
>> Traceback (most recent call last):
>>  File "./RunClientServer.py", line 59, in <module>
>>    "THttpServer",
>>  File "./RunClientServer.py", line 45, in runTest
>>    raise Exception("subprocess failed")
>> Exception: subprocess failed
>> FAIL: RunClientServer.py
>> ===================
>> 1 of 4 tests failed
>> ===================
>> make[3]: *** [check-TESTS] Error 1
>> make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
>> make[2]: *** [check-am] Error 2
>> make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
>> make[1]: *** [check-recursive] Error 1
>> make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test'>
>> make: *** [check-recursive] Error 1
>> [WARNINGS] Skipping publisher since build result is FAILURE
>>
>>
>
> How would these tests be run locally? I was trying to see if I could
> figure out what might have gone wrong here.
>
> Chris
>

Re: Build failed in Hudson: Thrift #52

Posted by Chris Morgan <ch...@gmail.com>.
On Tue, Feb 8, 2011 at 12:25 PM, Apache Hudson Server
<hu...@hudson.apache.org> wrote:
> See <https://hudson.apache.org/hudson/job/Thrift/52/changes>
>
> Changes:
>
> [bryanduxbury] THRIFT-1055. csharp: csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do
>
> This patch sets NoDelay on TSocket and TServerSocket to improve performance.
>
> Patch: Chris Morgan
>
> ------------------------------------------
> [...truncated 2425 lines...]
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testException (__main__.NormalBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testI32 (__main__.NormalBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testI64 (__main__.NormalBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testOneway (__main__.NormalBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testOnewayThenNormal (__main__.NormalBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testString (__main__.NormalBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testStruct (__main__.NormalBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testVoid (__main__.NormalBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testByte (__main__.AcceleratedBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testDouble (__main__.AcceleratedBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testException (__main__.AcceleratedBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testI32 (__main__.AcceleratedBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testI64 (__main__.AcceleratedBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testOneway (__main__.AcceleratedBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testOnewayThenNormal (__main__.AcceleratedBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testString (__main__.AcceleratedBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testStruct (__main__.AcceleratedBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ======================================================================
> ERROR: testVoid (__main__.AcceleratedBinaryTest)
> ----------------------------------------------------------------------
> Traceback (most recent call last):
>  File "./TestClient.py", line 70, in setUp
>    self.transport.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
>    return self.__trans.open()
>  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
>    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
> TTransportException: Could not connect to localhost:9090
>
> ----------------------------------------------------------------------
> Ran 20 tests in 0.006s
>
> FAILED (errors=20)
> Testing  TSimpleServer
> Traceback (most recent call last):
>  File "./RunClientServer.py", line 59, in <module>
>    "THttpServer",
>  File "./RunClientServer.py", line 45, in runTest
>    raise Exception("subprocess failed")
> Exception: subprocess failed
> FAIL: RunClientServer.py
> ===================
> 1 of 4 tests failed
> ===================
> make[3]: *** [check-TESTS] Error 1
> make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
> make[2]: *** [check-am] Error 2
> make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
> make[1]: *** [check-recursive] Error 1
> make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test'>
> make: *** [check-recursive] Error 1
> [WARNINGS] Skipping publisher since build result is FAILURE
>
>

How would these tests be run locally? I was trying to see if I could
figure out what might have gone wrong here.

Chris

Build failed in Hudson: Thrift #52

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/52/changes>

Changes:

[bryanduxbury] THRIFT-1055. csharp: csharp TServerSocket and TSocket do not disable Nagle via Socket.NoDelay = true like cpp and java do

This patch sets NoDelay on TSocket and TServerSocket to improve performance.

Patch: Chris Morgan

------------------------------------------
[...truncated 2425 lines...]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testByte (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testDouble (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

----------------------------------------------------------------------
Ran 20 tests in 0.006s

FAILED (errors=20)
Testing  TSimpleServer
Traceback (most recent call last):
  File "./RunClientServer.py", line 59, in <module>
    "THttpServer",
  File "./RunClientServer.py", line 45, in runTest
    raise Exception("subprocess failed")
Exception: subprocess failed
FAIL: RunClientServer.py
===================
1 of 4 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test'>
make: *** [check-recursive] Error 1
[WARNINGS] Skipping publisher since build result is FAILURE


Build failed in Hudson: Thrift #51

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/51/changes>

Changes:

[todd] THRIFT-1053. Provide a getUnderlyingTransport function for TSaslTransport

Patch: Devaraj Das

------------------------------------------
[...truncated 2417 lines...]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testByte (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testDouble (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

----------------------------------------------------------------------
Ran 20 tests in 0.005s

FAILED (errors=20)
Testing  TSimpleServer
Traceback (most recent call last):
  File "./RunClientServer.py", line 59, in <module>
    "THttpServer",
  File "./RunClientServer.py", line 45, in runTest
    raise Exception("subprocess failed")
Exception: subprocess failed
FAIL: RunClientServer.py
===================
1 of 4 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test'>
make: *** [check-recursive] Error 1
[WARNINGS] Skipping publisher since build result is FAILURE


Build failed in Hudson: Thrift #50

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/50/changes>

Changes:

[mcslee] THRIFT-1051. Applying @Override to interface method breaks compile on Java 1.5

------------------------------------------
[...truncated 2411 lines...]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testByte (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testDouble (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

----------------------------------------------------------------------
Ran 20 tests in 0.006s

FAILED (errors=20)
Testing  TSimpleServer
Traceback (most recent call last):
  File "./RunClientServer.py", line 59, in <module>
    "THttpServer",
  File "./RunClientServer.py", line 45, in runTest
    raise Exception("subprocess failed")
Exception: subprocess failed
FAIL: RunClientServer.py
===================
1 of 4 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test'>
make: *** [check-recursive] Error 1
[WARNINGS] Skipping publisher since build result is FAILURE


Build failed in Hudson: Thrift #49

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/49/changes>

Changes:

[clavoie] Apply THRIFT-993's patch from Rich Salz (reverting the oneway caching):

(THRIFT-993) Some improvements in C++ stubs for oneway operations

------------------------------------------
[...truncated 2417 lines...]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testByte (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testDouble (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

----------------------------------------------------------------------
Ran 20 tests in 0.005s

FAILED (errors=20)
Testing  TSimpleServer
Traceback (most recent call last):
  File "./RunClientServer.py", line 59, in <module>
    "THttpServer",
  File "./RunClientServer.py", line 45, in runTest
    raise Exception("subprocess failed")
Exception: subprocess failed
FAIL: RunClientServer.py
===================
1 of 4 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test'>
make: *** [check-recursive] Error 1
[WARNINGS] Skipping publisher since build result is FAILURE


Build failed in Hudson: Thrift #48

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/48/changes>

Changes:

[jake] revert accidental commit

[jake] THRIFT-904: disable nagle and linger

------------------------------------------
[...truncated 2415 lines...]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testByte (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testDouble (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

----------------------------------------------------------------------
Ran 20 tests in 0.006s

FAILED (errors=20)
Testing  TSimpleServer
Traceback (most recent call last):
  File "./RunClientServer.py", line 59, in <module>
    "THttpServer",
  File "./RunClientServer.py", line 45, in runTest
    raise Exception("subprocess failed")
Exception: subprocess failed
FAIL: RunClientServer.py
===================
1 of 4 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test'>
make: *** [check-recursive] Error 1
[WARNINGS] Skipping publisher since build result is FAILURE


Build failed in Hudson: Thrift #47

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/47/changes>

Changes:

[bryanduxbury] THRIFT-994. build: Don't try to invoke phpize if we don't have it

Patch: Richard Salz

------------------------------------------
[...truncated 2425 lines...]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testByte (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testDouble (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

----------------------------------------------------------------------
Ran 20 tests in 0.006s

FAILED (errors=20)
Testing  TSimpleServer
Traceback (most recent call last):
  File "./RunClientServer.py", line 59, in <module>
    "THttpServer",
  File "./RunClientServer.py", line 45, in runTest
    raise Exception("subprocess failed")
Exception: subprocess failed
FAIL: RunClientServer.py
===================
1 of 4 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test'>
make: *** [check-recursive] Error 1
[WARNINGS] Skipping publisher since build result is FAILURE


Build failed in Hudson: Thrift #46

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/46/changes>

Changes:

[bryanduxbury] THRIFT-1021. ocaml: Framed transport support for OCaml

Patch: Richard Low

------------------------------------------
[...truncated 2412 lines...]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testByte (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testDouble (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

----------------------------------------------------------------------
Ran 20 tests in 0.005s

FAILED (errors=20)
Testing  TSimpleServer
Traceback (most recent call last):
  File "./RunClientServer.py", line 59, in <module>
    "THttpServer",
  File "./RunClientServer.py", line 45, in runTest
    raise Exception("subprocess failed")
Exception: subprocess failed
FAIL: RunClientServer.py
===================
1 of 4 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test'>
make: *** [check-recursive] Error 1
[WARNINGS] Skipping publisher since build result is FAILURE


Build failed in Hudson: Thrift #45

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/45/changes>

Changes:

[bryanduxbury] update CHANGES file

[bryanduxbury] THRIFT-1038. java: Generated Java code for structures containing binary fields (or collections thereof) are not serializable (in the Java sense) even though they implement java.io.Serializable

This patch causes Java Serialized Thrift structs to be serialized onto the stream via the Compact Protocol.

Patch: Mathias Herberts

------------------------------------------
[...truncated 2414 lines...]
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.NormalBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testByte (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testDouble (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testException (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI32 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testI64 (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOneway (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testOnewayThenNormal (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testString (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testStruct (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

======================================================================
ERROR: testVoid (__main__.AcceleratedBinaryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "./TestClient.py", line 70, in setUp
    self.transport.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TTransport.py", line 150, in open
    return self.__trans.open()
  File "../../lib/py/build/lib.linux-x86_64-2.6/thrift/transport/TSocket.py", line 90, in open
    raise TTransportException(type=TTransportException.NOT_OPEN, message=message)
TTransportException: Could not connect to localhost:9090

----------------------------------------------------------------------
Ran 20 tests in 0.005s

FAILED (errors=20)
Testing  TSimpleServer
Traceback (most recent call last):
  File "./RunClientServer.py", line 59, in <module>
    "THttpServer",
  File "./RunClientServer.py", line 45, in runTest
    raise Exception("subprocess failed")
Exception: subprocess failed
FAIL: RunClientServer.py
===================
1 of 4 tests failed
===================
make[3]: *** [check-TESTS] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/py'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test'>
make: *** [check-recursive] Error 1
[WARNINGS] Skipping publisher since build result is FAILURE