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 Jenkins Server <je...@builds.apache.org> on 2012/02/22 20:35:53 UTC

Build failed in Jenkins: Thrift #409

See <https://builds.apache.org/job/Thrift/409/changes>

Changes:

[molinaro] THRIFT-1520 : embed version number in .app file for easier integration with rebar

------------------------------------------
Started by an SCM change
Building remotely on ubuntu3 in workspace <https://builds.apache.org/job/Thrift/ws/>
Updating https://svn.apache.org/repos/asf/thrift/trunk
D         lib/erl/src/thrift.app.src.in
 U        lib/erl/src
At revision 1292467
[Thrift] $ /bin/bash -xe /tmp/hudson6453601570072514202.sh
+ cd thrift
+ sh bootstrap.sh
Configuring for:
PHP Api Version:         20090626
Zend Module Api No:      20090626
Zend Extension Api No:   220090626
configure.ac: warning: missing AC_CHECK_HEADERS([wchar.h]) wanted by: lib/py/compat/win32/stdint.h:52
configure.ac:96: installing `./config.guess'
configure.ac:96: installing `./config.sub'
configure.ac:26: installing `./install-sh'
configure.ac:26: installing `./missing'
compiler/cpp/Makefile.am: installing `./depcomp'
configure.ac: installing `./ylwrap'
configure.ac:478: required file `lib/erl/src/thrift.app.src.in' not found
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Publishing Javadoc
Updating THRIFT-1520


Jenkins build is back to normal : Thrift #412

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift/412/changes>



Build failed in Jenkins: Thrift #411

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift/411/changes>

Changes:

[bryanduxbury] THRIFT-1518. cpp: Generated C++ code only sends the first optional field in the write() function for a struct

There was some incorrect else if logic added to the CPP generated code, which this patch replaces with the proper functionality.

Patch: Thomas Wiggins

------------------------------------------
[...truncated 4185 lines...]

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

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

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

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

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

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

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

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

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

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

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

----------------------------------------------------------------------
Ran 18 tests in 0.005s

FAILED (errors=18)
----------------
 Executing individual test scripts with various generated code directories
 Directories to be tested: gen-py-default, gen-py-slots, gen-py-newstyle, gen-py-newstyleslots, gen-py-dynamic, gen-py-dynamicslots
 Scripts to be tested: SerializationTest.py, TestEof.py, TestSyntax.py, TestSocket.py
----------------

Testing script: /usr/bin/python ./SerializationTest.py --genpydir=gen-py-default
----

Testing script: /usr/bin/python ./TestEof.py --genpydir=gen-py-default
----

Testing script: /usr/bin/python ./TestSyntax.py --genpydir=gen-py-default
----

Testing script: /usr/bin/python ./TestSocket.py --genpydir=gen-py-default
----

Testing script: /usr/bin/python ./SerializationTest.py --genpydir=gen-py-slots
----

Testing script: /usr/bin/python ./TestEof.py --genpydir=gen-py-slots
----

Testing script: /usr/bin/python ./TestSyntax.py --genpydir=gen-py-slots
----

Testing script: /usr/bin/python ./TestSocket.py --genpydir=gen-py-slots
----

Testing script: /usr/bin/python ./SerializationTest.py --genpydir=gen-py-newstyle
----

Testing script: /usr/bin/python ./TestEof.py --genpydir=gen-py-newstyle
----

Testing script: /usr/bin/python ./TestSyntax.py --genpydir=gen-py-newstyle
----

Testing script: /usr/bin/python ./TestSocket.py --genpydir=gen-py-newstyle
----

Testing script: /usr/bin/python ./SerializationTest.py --genpydir=gen-py-newstyleslots
----

Testing script: /usr/bin/python ./TestEof.py --genpydir=gen-py-newstyleslots
----

Testing script: /usr/bin/python ./TestSyntax.py --genpydir=gen-py-newstyleslots
----

Testing script: /usr/bin/python ./TestSocket.py --genpydir=gen-py-newstyleslots
----

Testing script: /usr/bin/python ./SerializationTest.py --genpydir=gen-py-dynamic
----

Testing script: /usr/bin/python ./TestEof.py --genpydir=gen-py-dynamic
----

Testing script: /usr/bin/python ./TestSyntax.py --genpydir=gen-py-dynamic
----

Testing script: /usr/bin/python ./TestSocket.py --genpydir=gen-py-dynamic
----

Testing script: /usr/bin/python ./SerializationTest.py --genpydir=gen-py-dynamicslots
----

Testing script: /usr/bin/python ./TestEof.py --genpydir=gen-py-dynamicslots
----

Testing script: /usr/bin/python ./TestSyntax.py --genpydir=gen-py-dynamicslots
----

Testing script: /usr/bin/python ./TestSocket.py --genpydir=gen-py-dynamicslots
----
----------------
 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 `<https://builds.apache.org/job/Thrift/ws/thrift/test/py'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/thrift/test/py'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/thrift/test'>
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Publishing Javadoc
Updating THRIFT-1518


Build failed in Jenkins: Thrift #410

Posted by Apache Jenkins Server <je...@builds.apache.org>.
See <https://builds.apache.org/job/Thrift/410/changes>

Changes:

[molinaro] THRIFT-1520 : embed version number in .app file for easier integration with rebar

------------------------------------------
[...truncated 4181 lines...]

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

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

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

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

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

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

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

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

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

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

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

----------------------------------------------------------------------
Ran 18 tests in 0.006s

FAILED (errors=18)
----------------
 Executing individual test scripts with various generated code directories
 Directories to be tested: gen-py-default, gen-py-slots, gen-py-newstyle, gen-py-newstyleslots, gen-py-dynamic, gen-py-dynamicslots
 Scripts to be tested: SerializationTest.py, TestEof.py, TestSyntax.py, TestSocket.py
----------------

Testing script: /usr/bin/python ./SerializationTest.py --genpydir=gen-py-default
----

Testing script: /usr/bin/python ./TestEof.py --genpydir=gen-py-default
----

Testing script: /usr/bin/python ./TestSyntax.py --genpydir=gen-py-default
----

Testing script: /usr/bin/python ./TestSocket.py --genpydir=gen-py-default
----

Testing script: /usr/bin/python ./SerializationTest.py --genpydir=gen-py-slots
----

Testing script: /usr/bin/python ./TestEof.py --genpydir=gen-py-slots
----

Testing script: /usr/bin/python ./TestSyntax.py --genpydir=gen-py-slots
----

Testing script: /usr/bin/python ./TestSocket.py --genpydir=gen-py-slots
----

Testing script: /usr/bin/python ./SerializationTest.py --genpydir=gen-py-newstyle
----

Testing script: /usr/bin/python ./TestEof.py --genpydir=gen-py-newstyle
----

Testing script: /usr/bin/python ./TestSyntax.py --genpydir=gen-py-newstyle
----

Testing script: /usr/bin/python ./TestSocket.py --genpydir=gen-py-newstyle
----

Testing script: /usr/bin/python ./SerializationTest.py --genpydir=gen-py-newstyleslots
----

Testing script: /usr/bin/python ./TestEof.py --genpydir=gen-py-newstyleslots
----

Testing script: /usr/bin/python ./TestSyntax.py --genpydir=gen-py-newstyleslots
----

Testing script: /usr/bin/python ./TestSocket.py --genpydir=gen-py-newstyleslots
----

Testing script: /usr/bin/python ./SerializationTest.py --genpydir=gen-py-dynamic
----

Testing script: /usr/bin/python ./TestEof.py --genpydir=gen-py-dynamic
----

Testing script: /usr/bin/python ./TestSyntax.py --genpydir=gen-py-dynamic
----

Testing script: /usr/bin/python ./TestSocket.py --genpydir=gen-py-dynamic
----

Testing script: /usr/bin/python ./SerializationTest.py --genpydir=gen-py-dynamicslots
----

Testing script: /usr/bin/python ./TestEof.py --genpydir=gen-py-dynamicslots
----

Testing script: /usr/bin/python ./TestSyntax.py --genpydir=gen-py-dynamicslots
----

Testing script: /usr/bin/python ./TestSocket.py --genpydir=gen-py-dynamicslots
----
----------------
 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 `<https://builds.apache.org/job/Thrift/ws/thrift/test/py'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/thrift/test/py'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/thrift/test'>
make: *** [check-recursive] Error 1
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
[TASKS] Skipping publisher since build result is FAILURE
Archiving artifacts
Recording test results
Publishing Javadoc
Updating THRIFT-1520