Anyone know what's up with this failure?  On my dev box 'make check'
passes this successfully

>----------------
> Executing Client/Server tests with various generated code directories
> Servers to be tested: TSimpleServer, TThreadedServer, TThreadPoolServer,
>TProcessPoolServer, TForkingServer, TNonblockingServer, THttpServer
> Directories to be tested: gen-py-default, gen-py-slots, gen-py-newstyle,
>gen-py-newstyleslots, gen-py-dynamic, gen-py-dynamicslots
> Protocols to be tested: accel, binary, compact
> Options to be tested: ZLIB(yes/no), SSL(yes/no)
>----------------
>
>Test run #1:  (includes gen-py-default) Server=TSimpleServer,
>Proto=accel,  zlib=False,  SSL=False
>Testing server TSimpleServer: /usr/bin/python ./TestServer.py
>--genpydir=gen-py-default --proto=accel --port=9090 TSimpleServer
>Testing client: /usr/bin/python ./TestClient.py --genpydir=gen-py-default
>--proto=accel --port=9090
>Traceback (most recent call last):
>  File "./RunClientServer.py", line 185, in <module>
>    runServiceTest(genpydir, try_server, try_proto, options.port,
>with_zlib, with_ssl)
>  File "./RunClientServer.py", line 136, in runServiceTest
>    raise Exception("Client subprocess failed, retcode=%d, args: %s" %
>(ret, ' '.join(cli_args)))
>Exception: Client subprocess failed, retcode=1, args: /usr/bin/python
>./TestClient.py --genpydir=gen-py-default --proto=accel --port=9090
>FAIL: RunClientServer.py
>==================
>1 of 1 test failed
>==================
>make[3]: *** [check-TESTS] Error 1
>make[3]: Leaving directory
>`/x1/jenkins/jenkins-slave/workspace/Thrift/thrift/test/py'
>make[2]: *** [check-am] Error 2
>make[2]: Leaving directory
>`/x1/jenkins/jenkins-slave/workspace/Thrift/thrift/test/py'
>make[1]: *** [check-recursive] Error 1
>make[1]: Leaving directory
>`/x1/jenkins/jenkins-slave/workspace/Thrift/thrift/test'
>make: *** [check-recursive] Error 1
>Build step 'Execute shell' marked build as failure
>[TASKS] Skipping publisher since build result is FAILURE
>[WARNINGS] Skipping publisher since build result is FAILURE
>Archiving artifacts
>Updating THRIFT-1384
>Recording test results
>Publishing Javadoc
>

Reply via email to