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/02/08 18:25:07 UTC

Build failed in Hudson: Thrift #52

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


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