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 2014/08/17 22:42:06 UTC

Build failed in Jenkins: Thrift #1261

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

Changes:

[roger] THRIFT-847 Test Framework harmonization across all languages

------------------------------------------
[...truncated 2837 lines...]
running build_ext
make  check-local
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/py'>
/usr/bin/python setup.py build
running build
running build_py
running build_ext
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/py'>
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/py'>
Making check in perl
make[2]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
Making check in test
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/perl/test'>
make  check-local
make[4]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/perl/test'>
../../../compiler/cpp/thrift --gen perl ../../../test/ThriftTest.thrift
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
make[4]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/perl/test'>
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/perl/test'>
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
make -f Makefile-perl.mk
make[4]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
make[4]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
find blib -name 'Makefile*' -exec rm -f {} \;
make  check-local
make[4]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
/usr/bin/perl -Iblib/lib -I<https://builds.apache.org/job/Thrift/ws/lib/perl> -I./test/gen-perl \
		<https://builds.apache.org/job/Thrift/ws/lib/perl/test.pl> <https://builds.apache.org/job/Thrift/ws/lib/perl/test/*.t>
<https://builds.apache.org/job/Thrift/ws/lib/perl/test/memory_buffer.t> .. ok
<https://builds.apache.org/job/Thrift/ws/lib/perl/test/processor.t> ...... ok
All tests successful.
Files=2, Tests=8,  0 wallclock secs ( 0.04 usr  0.01 sys +  0.21 cusr  0.02 csys =  0.28 CPU)
Result: PASS
make[4]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
Making check in php
make[2]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/php'>
Making check in test
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/php/test'>
mkdir -p ./packages
../../../compiler/cpp/thrift --gen php -r --out ./packages ../../../test/ThriftTest.thrift
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
mkdir -p ./packages/phpv
mkdir -p ./packages/phpvo
../../../compiler/cpp/thrift --gen php:validate     -r --out ./packages/phpv   TestValidators.thrift 
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
../../../compiler/cpp/thrift --gen php:validate,oop -r --out ./packages/phpvo  TestValidators.thrift 
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
php Test/Thrift/TestValidators.php 
php Test/Thrift/TestValidators.php -oop 
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/php/test'>
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/php'>
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/php'>
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/php'>
Making check in go
make[2]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/go'>
Making check in .
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/go'>
/usr/bin/go test ./thrift
ok  	_<https://builds.apache.org/job/Thrift/ws/lib/go/thrift>	0.035s
make  check-local
make[4]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/go'>
/usr/bin/go test ./thrift
ok  	_<https://builds.apache.org/job/Thrift/ws/lib/go/thrift>	0.042s
make[4]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/go'>
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/go'>
Making check in test
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/go/test'>
mkdir -p gopath/src
grep -v list.*map.*list.*map ../../../test/ThriftTest.thrift | grep -v 'set<Insanity>' > ThriftTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift -r IncludesTest.thrift
[WARNING:<https://builds.apache.org/job/Thrift/ws/lib/go/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/lib/go/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
[WARNING:<https://builds.apache.org/job/Thrift/ws/lib/go/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/lib/go/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift BinaryKeyTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift MultiplexedProtocolTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift OnewayTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift OptionalFieldsTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift ServicesTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift GoTagTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift TypedefFieldTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift RefAnnotationFieldsTest.thrift
GOPATH=`pwd`/gopath /usr/bin/go get code.google.com/p/gomock/gomock
ln -nfs ../../../thrift gopath/src/thrift
ln -nfs ../../tests gopath/src/tests
touch gopath
GOPATH=`pwd`/gopath /usr/bin/go build \
				includestest \
				binarykeytest \
				servicestest \
				typedeffieldtest \
				refannotationfieldstest
GOPATH=`pwd`/gopath /usr/bin/go test thrift tests
ok  	thrift	0.044s
ok  	tests	0.023s
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/go/test'>
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/go'>
Making check in nodejs
make[2]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/nodejs'>
/usr/bin/npm install
npm WARN package.json node-int64@0.3.1 No repository field.
/usr/bin/npm test

> thrift@1.0.0-dev test <https://builds.apache.org/job/Thrift/ws/lib/nodejs>
> test/testAll.sh

[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
test/testAll.sh: 71: test/testAll.sh: node: not found
   Testing Client/Server with protocol compact and transport buffered 
test/testAll.sh: 30: test/testAll.sh: node: not found
test/testAll.sh: 33: test/testAll.sh: node: not found
test/testAll.sh: 34: kill: No such process

   Testing Client/Server with protocol compact and transport framed 
test/testAll.sh: 30: test/testAll.sh: node: not found
test/testAll.sh: 33: test/testAll.sh: node: not found
test/testAll.sh: 34: kill: No such process

   Testing Client/Server with protocol binary and transport buffered 
test/testAll.sh: 30: test/testAll.sh: node: not found
test/testAll.sh: 33: test/testAll.sh: node: not found
test/testAll.sh: 34: kill: No such process

   Testing Client/Server with protocol json and transport buffered 
test/testAll.sh: 30: test/testAll.sh: node: not found
test/testAll.sh: 33: test/testAll.sh: node: not found
test/testAll.sh: 34: kill: No such process

   Testing Client/Server with protocol binary and transport framed 
test/testAll.sh: 30: test/testAll.sh: node: not found
test/testAll.sh: 33: test/testAll.sh: node: not found
test/testAll.sh: 34: kill: No such process

   Testing Client/Server with protocol json and transport framed 
test/testAll.sh: 30: test/testAll.sh: node: not found
test/testAll.sh: 33: test/testAll.sh: node: not found
test/testAll.sh: 34: kill: No such process

   Testing Multiplexed Client/Server with protocol binary and transport buffered 
test/testAll.sh: 42: test/testAll.sh: node: not found
test/testAll.sh: 45: test/testAll.sh: node: not found
test/testAll.sh: 46: kill: No such process

   Testing Multiplexed Client/Server with protocol json and transport buffered 
test/testAll.sh: 42: test/testAll.sh: node: not found
test/testAll.sh: 45: test/testAll.sh: node: not found
test/testAll.sh: 46: kill: No such process

   Testing Multiplexed Client/Server with protocol binary and transport framed 
test/testAll.sh: 42: test/testAll.sh: node: not found
test/testAll.sh: 45: test/testAll.sh: node: not found
test/testAll.sh: 46: kill: No such process

   Testing Multiplexed Client/Server with protocol compact and transport framed 
test/testAll.sh: 42: test/testAll.sh: node: not found
test/testAll.sh: 45: test/testAll.sh: node: not found
test/testAll.sh: 46: kill: No such process

   Testing Client/Server with protocol binary and transport framed --ssl
test/testAll.sh: 30: test/testAll.sh: node: not found
test/testAll.sh: 33: test/testAll.sh: node: not found
test/testAll.sh: 34: kill: No such process

   Testing Multiplexed Client/Server with protocol binary and transport framed --ssl
test/testAll.sh: 42: test/testAll.sh: node: not found
test/testAll.sh: 45: test/testAll.sh: node: not found
test/testAll.sh: 46: kill: No such process

   Testing Client/Server with protocol binary and transport framed --promise
test/testAll.sh: 30: test/testAll.sh: node: not found
test/testAll.sh: 33: test/testAll.sh: node: not found
test/testAll.sh: 34: kill: No such process

   Testing Client/Server with protocol compact and transport buffered --promise
test/testAll.sh: 30: test/testAll.sh: node: not found
test/testAll.sh: 33: test/testAll.sh: node: not found
test/testAll.sh: 34: kill: No such process

   Testing HTTP Client/Server with protocol compact and transport buffered 
test/testAll.sh: 54: test/testAll.sh: node: not found
test/testAll.sh: 57: test/testAll.sh: node: not found
test/testAll.sh: 58: kill: No such process

   Testing HTTP Client/Server with protocol compact and transport framed 
test/testAll.sh: 54: test/testAll.sh: node: not found
test/testAll.sh: 57: test/testAll.sh: node: not found
test/testAll.sh: 58: kill: No such process

   Testing HTTP Client/Server with protocol json and transport buffered 
test/testAll.sh: 54: test/testAll.sh: node: not found
test/testAll.sh: 57: test/testAll.sh: node: not found
test/testAll.sh: 58: kill: No such process

   Testing HTTP Client/Server with protocol json and transport framed 
test/testAll.sh: 54: test/testAll.sh: node: not found
test/testAll.sh: 57: test/testAll.sh: node: not found
test/testAll.sh: 58: kill: No such process

   Testing HTTP Client/Server with protocol binary and transport buffered 
test/testAll.sh: 54: test/testAll.sh: node: not found
test/testAll.sh: 57: test/testAll.sh: node: not found
test/testAll.sh: 58: kill: No such process

   Testing HTTP Client/Server with protocol binary and transport framed 
test/testAll.sh: 54: test/testAll.sh: node: not found
test/testAll.sh: 57: test/testAll.sh: node: not found
test/testAll.sh: 58: kill: No such process

   Testing HTTP Client/Server with protocol json and transport buffered --promise
test/testAll.sh: 54: test/testAll.sh: node: not found
test/testAll.sh: 57: test/testAll.sh: node: not found
test/testAll.sh: 58: kill: No such process

   Testing HTTP Client/Server with protocol binary and transport framed --ssl
test/testAll.sh: 54: test/testAll.sh: node: not found
test/testAll.sh: 57: test/testAll.sh: node: not found
test/testAll.sh: 58: kill: No such process

npm ERR! weird error 1
npm WARN This failure might be due to the use of legacy binary "node"
npm WARN For further explanations, please read
/usr/share/doc/nodejs/README.Debian
 
npm ERR! not ok code 0
make[2]: *** [check] Error 1
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/nodejs'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib'>
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
Sending artifact delta relative to Thrift #1210
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 38613551 bytes
Compression is 0.0%
Took 21 sec
Publishing Javadoc
Updating THRIFT-847

Jenkins build is back to normal : Thrift #1264

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


Build failed in Jenkins: Thrift #1263

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

Changes:

[roger] THRIFT-847 Test Framework harmonization across all languages

------------------------------------------
[...truncated 2565 lines...]
  [javadoc] Generating Javadoc
  [javadoc] Javadoc execution
  [javadoc] Creating destination directory: "<https://builds.apache.org/job/Thrift/ws/lib/java/build/javadoc/">
  [javadoc] Loading source files for package org.apache.thrift...
  [javadoc] Loading source files for package org.apache.thrift.async...
  [javadoc] Loading source files for package org.apache.thrift.meta_data...
  [javadoc] Loading source files for package org.apache.thrift.protocol...
  [javadoc] Loading source files for package org.apache.thrift.scheme...
  [javadoc] Loading source files for package org.apache.thrift.server...
  [javadoc] Loading source files for package org.apache.thrift.transport...
  [javadoc] Constructing Javadoc information...
  [javadoc] Standard Doclet version 1.7.0_25
  [javadoc] Building tree for all the packages and classes...
  [javadoc] <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/TExtensibleServlet.java>:68: warning - @return tag has no arguments.
  [javadoc] <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/TExtensibleServlet.java>:76: warning - @return tag has no arguments.
  [javadoc] <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/TExtensibleServlet.java>:84: warning - @return tag has no arguments.
  [javadoc] Building index for all the packages and classes...
  [javadoc] Building index for all classes...
  [javadoc] Generating <https://builds.apache.org/job/Thrift/ws/lib/java/build/javadoc/help-doc.html...>
  [javadoc] 3 warnings
      [jar] Building jar: <https://builds.apache.org/job/Thrift/1263/artifact/lib/java/build/libthrift-1.0.0-javadoc.jar>

BUILD SUCCESSFUL
Total time: 20 seconds
[WARNINGS] Parsing warnings in files '**/*.java' with parser Java Compiler (javac)
[WARNINGS] Finding all files that match the pattern **/*.java
[WARNINGS] Parsing 201 files in <https://builds.apache.org/job/Thrift/ws/>
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/contrib/fb303/java/src/FacebookBase.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/AsyncProcessFunction.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/EncodingUtils.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/ProcessFunction.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/ShortStack.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TApplicationException.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TBase.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TBaseAsyncProcessor.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TBaseHelper.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TBaseProcessor.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TByteArrayOutputStream.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TDeserializer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TEnum.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TEnumHelper.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TException.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TFieldIdEnum.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TFieldRequirementType.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TMultiplexedProcessor.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TNonblockingMultiFetchClient.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TNonblockingMultiFetchStats.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TProcessor.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TProcessorFactory.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TSerializer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TServiceClient.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TServiceClientFactory.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/TUnion.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/async/AsyncMethodCallback.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/async/TAsyncClient.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/async/TAsyncClientFactory.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/async/TAsyncClientManager.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/async/TAsyncMethodCall.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/meta_data/EnumMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/meta_data/FieldMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/meta_data/FieldValueMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/meta_data/ListMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/meta_data/MapMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/meta_data/SetMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/meta_data/StructMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TBase64Utils.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TBinaryProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TCompactProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TField.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TJSONProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TList.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TMap.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TMessage.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TMessageType.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TMultiplexedProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TProtocolDecorator.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TProtocolException.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TProtocolFactory.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TProtocolUtil.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TSet.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TSimpleJSONProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TStruct.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TTupleProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/protocol/TType.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/scheme/IScheme.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/scheme/SchemeFactory.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/scheme/StandardScheme.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/scheme/TupleScheme.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/AbstractNonblockingServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/Invocation.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/ServerContext.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/TExtensibleServlet.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/THsHaServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/TNonblockingServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/TServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/TServerEventHandler.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/TServlet.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/TSimpleServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/TThreadPoolServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/server/TThreadedSelectorServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/AutoExpandingBuffer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/AutoExpandingBufferReadTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/AutoExpandingBufferWriteTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TFastFramedTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TFileProcessor.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TFileTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TFramedTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/THttpClient.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TIOStreamTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TMemoryBuffer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TMemoryInputTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TNonblockingServerSocket.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TNonblockingServerTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TNonblockingSocket.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TNonblockingTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TSSLTransportFactory.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TSaslClientTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TSaslServerTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TSaslTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TSaslTransportException.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TSeekableFile.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TServerSocket.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TServerTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TSimpleFileTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TSocket.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TStandardFile.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TTransportException.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/src/org/apache/thrift/transport/TTransportFactory.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/Fixtures.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/TestFullCamel.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/TestOptionals.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/TestReuse.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/TestShortStack.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/TestStruct.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/TestTBaseHelper.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/TestTDeserializer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/TestTEnumHelper.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/TestTUnion.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/async/TestTAsyncClient.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/async/TestTAsyncClientManager.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/protocol/BenchmarkProtocols.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/protocol/ProtocolTestBase.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/protocol/TestTCompactProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/protocol/TestTJSONProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/protocol/TestTProtocolUtil.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/protocol/TestTSimpleJSONProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/protocol/TestTTupleProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/scheme/TestStandardScheme.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/server/ServerTestBase.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/server/TestAsyncServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/server/TestHsHaServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/server/TestNonblockingServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/server/TestThreadedSelectorServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/test/EqualityTest.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/test/JavaBeansTest.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/test/ReadStruct.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/test/SerializationBenchmark.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/test/TestClient.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/test/TestNonblockingServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/test/TestServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/test/WriteStruct.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/ReadCountingTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/TestAutoExpandingBuffer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/TestAutoExpandingBufferReadTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/TestAutoExpandingBufferWriteTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/TestTFastFramedTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/TestTFramedTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/TestTMemoryInputTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/TestTSSLTransportFactory.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/TestTSSLTransportFactoryCustomClient1.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/TestTSSLTransportFactoryCustomClient2.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/TestTSaslTransports.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/TestTSimpleFileTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/java/test/org/apache/thrift/transport/WriteCountingTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/TApplicationException.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/TBase.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/TBaseHelper.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/TByteArrayOutputStream.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/TDeserializer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/TEnum.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/TException.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/TFieldRequirementType.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/TProcessor.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/TProcessorFactory.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/TSerializer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/TServiceClient.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/meta_data/FieldMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/meta_data/FieldValueMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/meta_data/ListMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/meta_data/MapMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/meta_data/SetMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/meta_data/StructMetaData.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TBase64Utils.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TBinaryProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TField.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TJSONProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TList.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TMap.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TMessage.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TMessageType.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TProtocol.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TProtocolException.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TProtocolFactory.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TProtocolUtil.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TSet.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TStruct.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/protocol/TType.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/transport/TFramedTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/transport/THttpClient.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/transport/TIOStreamTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/transport/TMemoryBuffer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/transport/TTransport.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/transport/TTransportException.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/javame/src/org/apache/thrift/transport/TTransportFactory.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/lib/js/test/src/test/Httpd.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/tutorial/java/gen-java/shared/SharedService.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/tutorial/java/gen-java/shared/SharedStruct.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/tutorial/java/gen-java/tutorial/Calculator.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/tutorial/java/gen-java/tutorial/InvalidOperation.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/tutorial/java/gen-java/tutorial/Operation.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/tutorial/java/gen-java/tutorial/Work.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/tutorial/java/gen-java/tutorial/tutorialConstants.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/tutorial/java/src/CalculatorHandler.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/tutorial/java/src/JavaClient.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/tutorial/java/src/JavaServer.java> of module  with 0 warnings.
[WARNINGS] Successfully parsed file <https://builds.apache.org/job/Thrift/ws/tutorial/js/src/Httpd.java> of module  with 0 warnings.
[WARNINGS] Parsing warnings in console log with parser GNU Make + GNU C Compiler (gcc)
[TASKS] Scanning folder '<https://builds.apache.org/job/Thrift/ws/'> for files matching the pattern '**/*.cpp, **/*.c, **/*.h, **/*.tcc, **/*.java, **/*.js, **/*.py' - excludes: 
[TASKS] Found 1268 files to scan for tasks
[TASKS] Found 156 open tasks.
[TASKS] Computing warning deltas based on reference build #1210
Archiving artifacts
Sending artifact delta relative to Thrift #1210
Archived 4 artifacts
Archive block size is 32768
Received 0 blocks and 41293259 bytes
Compression is 0.0%
Took 36 sec
Publishing Javadoc
Updating THRIFT-847
[Cppcheck] Starting the cppcheck analysis.
[Cppcheck] Processing 1 files with the pattern 'cppcheck-result.xml'.
[Cppcheck] Parsing throws exceptions. javax.xml.bind.UnmarshalException
 - with linked exception:
[org.xml.sax.SAXParseException; systemId: <https://builds.apache.org/job/Thrift/ws/cppcheck-result.xml;> lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.]
Build step 'Publish Cppcheck results' changed build result to FAILURE
Build step 'Publish Cppcheck results' marked build as failure

Build failed in Jenkins: Thrift #1262

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

Changes:

[roger] THRIFT-2571 Simplify cross compilation using CMake

------------------------------------------
[...truncated 2723 lines...]
    [junit] Running org.apache.thrift.transport.TestTFramedTransport
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec
    [junit] Running org.apache.thrift.transport.TestTMemoryInputTransport
    [junit] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.thrift.transport.TestTSSLTransportFactory
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.481 sec
    [junit] Running org.apache.thrift.transport.TestTSSLTransportFactoryCustomClient1
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.452 sec
    [junit] Running org.apache.thrift.transport.TestTSSLTransportFactoryCustomClient2
    [junit] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.503 sec
    [junit] Running org.apache.thrift.transport.TestTSaslTransports
    [junit] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.75 sec
    [junit] Running org.apache.thrift.transport.TestTSimpleFileTransport
    [junit] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.041 sec

deprecated-test:

test:

BUILD SUCCESSFUL
Total time: 1 minute 40 seconds
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/java'>
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/java'>
Making check in js/test
make[2]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/js/test'>
make  check-local
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/js/test'>
/usr/bin/ant  test
Buildfile: <https://builds.apache.org/job/Thrift/ws/lib/js/test/build.xml>

generate:
     [exec] [WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
     [exec] [WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
     [exec] [WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
     [exec] [WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!

check-gjslint:
     [echo] check if gjslint is available:
     [exec] Execute failed: java.io.IOException: Cannot run program "gjslint": error=2, No such file or directory

gjslint:

resolve:
     [copy] Copying 39 files to <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/lib>

jslint:

lint:

dependencies:

init:
    [mkdir] Created dir: <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/js/lib>
    [mkdir] Created dir: <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/log>
    [mkdir] Created dir: <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/test>
    [mkdir] Created dir: <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/test/log>

xvfb:
     [echo] check if Xvfb is available:
     [exec] Execute failed: java.io.IOException: Cannot run program "Xvfb": error=2, No such file or directory

phantomjs:

compile:
    [javac] Compiling 29 source files to <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/test>
    [javac] Compiling 1 source file to <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/test>
    [javac] Note: <https://builds.apache.org/job/Thrift/ws/lib/js/test/src/test/Httpd.java> uses or overrides a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: <https://builds.apache.org/job/Thrift/ws/lib/js/test/src/test/Httpd.java> uses unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

jstest:
      [jar] Building jar: <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/jstest.jar>

proxy:

jslibs:
      [get] Getting: http://code.jquery.com/jquery-1.7.2.js
      [get] To: <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/js/lib/jquery-1.7.2.js>
      [get] Getting: http://js-test-driver.googlecode.com/svn/trunk/JsTestDriver/contrib/qunit/src/equiv.js
      [get] To: <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/js/lib/equiv.js>
      [get] Getting: http://js-test-driver.googlecode.com/svn/trunk/JsTestDriver/contrib/qunit/src/QUnitAdapter.js
      [get] To: <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/js/lib/QUnitAdapter.js>
      [get] Getting: http://code.jquery.com/qunit/qunit-1.5.0.js
      [get] To: <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/js/lib/qunit.js>
      [get] Getting: http://code.jquery.com/qunit/qunit-1.5.0.css
      [get] To: <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/js/lib/qunit.css>
     [copy] Copying 1 file to <https://builds.apache.org/job/Thrift/ws/lib/js/test/build/js>

unittest:

test:

BUILD SUCCESSFUL
Total time: 16 seconds
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/js/test'>
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/js/test'>
Making check in py
make[2]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/py'>
/usr/bin/python setup.py build
running build
running build_py
running build_ext
make  check-local
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/py'>
/usr/bin/python setup.py build
running build
running build_py
running build_ext
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/py'>
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/py'>
Making check in perl
make[2]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
Making check in test
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/perl/test'>
make  check-local
make[4]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/perl/test'>
../../../compiler/cpp/thrift --gen perl ../../../test/ThriftTest.thrift
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
make[4]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/perl/test'>
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/perl/test'>
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
make -f Makefile-perl.mk
make[4]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
make[4]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
find blib -name 'Makefile*' -exec rm -f {} \;
make  check-local
make[4]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
/usr/bin/perl -Iblib/lib -I<https://builds.apache.org/job/Thrift/ws/lib/perl> -I./test/gen-perl \
		<https://builds.apache.org/job/Thrift/ws/lib/perl/test.pl> <https://builds.apache.org/job/Thrift/ws/lib/perl/test/*.t>
<https://builds.apache.org/job/Thrift/ws/lib/perl/test/memory_buffer.t> .. ok
<https://builds.apache.org/job/Thrift/ws/lib/perl/test/processor.t> ...... ok
All tests successful.
Files=2, Tests=8,  1 wallclock secs ( 0.03 usr  0.01 sys +  0.22 cusr  0.02 csys =  0.28 CPU)
Result: PASS
make[4]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/perl'>
Making check in php
make[2]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/php'>
Making check in test
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/php/test'>
mkdir -p ./packages
../../../compiler/cpp/thrift --gen php -r --out ./packages ../../../test/ThriftTest.thrift
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
mkdir -p ./packages/phpv
mkdir -p ./packages/phpvo
../../../compiler/cpp/thrift --gen php:validate     -r --out ./packages/phpv   TestValidators.thrift 
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
../../../compiler/cpp/thrift --gen php:validate,oop -r --out ./packages/phpvo  TestValidators.thrift 
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
php Test/Thrift/TestValidators.php 
php Test/Thrift/TestValidators.php -oop 
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/php/test'>
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/php'>
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/php'>
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/php'>
Making check in go
make[2]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/go'>
Making check in .
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/go'>
/usr/bin/go test ./thrift
ok  	_<https://builds.apache.org/job/Thrift/ws/lib/go/thrift>	0.028s
make  check-local
make[4]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/go'>
/usr/bin/go test ./thrift
ok  	_<https://builds.apache.org/job/Thrift/ws/lib/go/thrift>	0.033s
make[4]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/go'>
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/go'>
Making check in test
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/go/test'>
mkdir -p gopath/src
grep -v list.*map.*list.*map ../../../test/ThriftTest.thrift | grep -v 'set<Insanity>' > ThriftTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift -r IncludesTest.thrift
[WARNING:<https://builds.apache.org/job/Thrift/ws/lib/go/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/lib/go/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
[WARNING:<https://builds.apache.org/job/Thrift/ws/lib/go/test/ThriftTest.thrift>:42] No generator named 'noexist' could be found!
[WARNING:<https://builds.apache.org/job/Thrift/ws/lib/go/test/ThriftTest.thrift>:43] cpp generator does not accept 'noexist' as sub-namespace!
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift BinaryKeyTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift MultiplexedProtocolTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift OnewayTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift OptionalFieldsTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift ServicesTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift GoTagTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift TypedefFieldTest.thrift
../../../compiler/cpp/thrift -out gopath/src/ --gen go:thrift_import=thrift RefAnnotationFieldsTest.thrift
GOPATH=`pwd`/gopath /usr/bin/go get code.google.com/p/gomock/gomock
ln -nfs ../../../thrift gopath/src/thrift
ln -nfs ../../tests gopath/src/tests
touch gopath
GOPATH=`pwd`/gopath /usr/bin/go build \
				includestest \
				binarykeytest \
				servicestest \
				typedeffieldtest \
				refannotationfieldstest
GOPATH=`pwd`/gopath /usr/bin/go test thrift tests
ok  	thrift	0.024s
ok  	tests	0.021s
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/go/test'>
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/go'>
Making check in lua
make[2]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/lua'>
Making check in .
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib/lua'>
make[3]: Nothing to be done for `check-am'.
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/lua'>
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib/lua'>
make[2]: Entering directory `<https://builds.apache.org/job/Thrift/ws/lib'>
make[2]: Nothing to be done for `check-am'.
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib'>
make[1]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/lib'>
Making check in test
make[1]: Entering directory `<https://builds.apache.org/job/Thrift/ws/test'>
Making check in cpp
make[2]: Entering directory `<https://builds.apache.org/job/Thrift/ws/test/cpp'>
make  TestServer TestClient StressTest StressTestNonBlocking
make[3]: Entering directory `<https://builds.apache.org/job/Thrift/ws/test/cpp'>
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include   -Wall -g -O2 -std=c++11 -MT TestServer.o -MD -MP -MF .deps/TestServer.Tpo -c -o TestServer.o `test -f 'src/TestServer.cpp' || echo './'`src/TestServer.cpp
mv -f .deps/TestServer.Tpo .deps/TestServer.Po
/bin/bash ../../libtool  --tag=CXX   --mode=link g++ -Wall -g -O2 -std=c++11 -L/usr/lib/x86_64-linux-gnu   -o TestServer TestServer.o libtestgencpp.la ../../lib/cpp/libthrift.la ../../lib/cpp/libthriftz.la ../../lib/cpp/libthriftnb.la -levent -lboost_program_options -lboost_system -lboost_filesystem -lssl -lcrypto -lrt -lpthread 
libtool: link: g++ -Wall -g -O2 -std=c++11 -o .libs/TestServer TestServer.o  -L/usr/lib/x86_64-linux-gnu ./.libs/libtestgencpp.a <https://builds.apache.org/job/Thrift/ws/lib/cpp/.libs/libthrift.so> ../../lib/cpp/.libs/libthrift.so ../../lib/cpp/.libs/libthriftz.so ../../lib/cpp/.libs/libthriftnb.so -levent -lboost_program_options -lboost_system -lboost_filesystem -lssl -lcrypto -lrt -lpthread
/usr/bin/ld: cannot find -lboost_system
/usr/bin/ld: cannot find -lboost_filesystem
collect2: error: ld returned 1 exit status
make[3]: *** [TestServer] Error 1
make[3]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/test/cpp'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/test/cpp'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://builds.apache.org/job/Thrift/ws/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
Sending artifact delta relative to Thrift #1210
Archived 3 artifacts
Archive block size is 32768
Received 0 blocks and 38613551 bytes
Compression is 0.0%
Took 21 sec
Publishing Javadoc
Updating THRIFT-2571