You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@aurora.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2014/04/03 00:38:37 UTC

Build failed in Jenkins: Aurora #297

See <https://builds.apache.org/job/Aurora/297/>

------------------------------------------
[...truncated 2571 lines...]
libtool: link: g++  -fPIC -DPIC -shared -nostdlib /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/4.6/crtbeginS.o  .libs/libthriftnb_la-TNonblockingServer.o .libs/libthriftnb_la-TAsyncProtocolProcessor.o .libs/libthriftnb_la-TEvhttpServer.o .libs/libthriftnb_la-TEvhttpClientChannel.o   -L/usr/lib -lssl -lcrypto -lrt -lpthread -L/usr/lib/gcc/x86_64-linux-gnu/4.6 -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/4.6/../../.. -lstdc++ -lm -lc -lgcc_s /usr/lib/gcc/x86_64-linux-gnu/4.6/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/4.6/../../../x86_64-linux-gnu/crtn.o  -O2   -Wl,-soname -Wl,libthriftnb-0.9.1.so -o .libs/libthriftnb-0.9.1.so
libtool: link: (cd ".libs" && rm -f "libthriftnb.so" && ln -s "libthriftnb-0.9.1.so" "libthriftnb.so")
libtool: link: ar cru .libs/libthriftnb.a  libthriftnb_la-TNonblockingServer.o libthriftnb_la-TAsyncProtocolProcessor.o libthriftnb_la-TEvhttpServer.o libthriftnb_la-TEvhttpClientChannel.o
libtool: link: ranlib .libs/libthriftnb.a
libtool: link: ( cd ".libs" && rm -f "libthriftnb.la" && ln -s "../libthriftnb.la" "libthriftnb.la" )
make[5]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib/cpp'>
make[4]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib/cpp'>
Making all in csharp
make[4]: Entering directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib/csharp'>
gmcs src/Collections/THashSet.cs src/Collections/TCollections.cs src/Properties/AssemblyInfo.cs src/Protocol/TAbstractBase.cs src/Protocol/TBase.cs src/Protocol/TBase64Utils.cs src/Protocol/TJSONProtocol.cs src/Protocol/TProtocolException.cs src/Protocol/TProtocolFactory.cs src/Protocol/TList.cs src/Protocol/TSet.cs src/Protocol/TMap.cs src/Protocol/TProtocolUtil.cs src/Protocol/TMessageType.cs src/Protocol/TProtocol.cs src/Protocol/TProtocolDecorator.cs src/Protocol/TMultiplexedProtocol.cs src/Protocol/TMultiplexedProcessor.cs src/Protocol/TType.cs src/Protocol/TField.cs src/Protocol/TMessage.cs src/Protocol/TStruct.cs src/Protocol/TBinaryProtocol.cs src/Protocol/TCompactProtocol.cs src/Server/TThreadedServer.cs src/Server/TThreadPoolServer.cs src/Server/TSimpleServer.cs src/Server/TServer.cs src/Transport/TBufferedTransport.cs src/Transport/TTransport.cs src/Transport/TSocket.cs src/Transport/TTransportException.cs src/Transport/TStreamTransport.cs src/Transport/TFramedTransport.cs src/Transport/TServerTransport.cs src/Transport/TServerSocket.cs src/Transport/TTransportFactory.cs src/Transport/THttpClient.cs src/Transport/THttpHandler.cs src/Transport/TMemoryBuffer.cs src/TProcessor.cs src/TException.cs src/TApplicationException.cs /out:Thrift.dll /target:library /reference:System.Web 
src/Transport/THttpClient.cs(43,32): warning CS0414: The private field `Thrift.Transport.THttpClient.connection' is assigned but its value is never used
Compilation succeeded - 1 warning(s)
make[4]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib/csharp'>
make[4]: Entering directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib'>
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib'>
make[3]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib'>
Making all in tutorial
make[3]: Entering directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'>
Making all in cpp
make[4]: Entering directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/cpp'>
../../compiler/cpp/thrift --gen cpp -r ../../tutorial/tutorial.thrift
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include   -Wall -g -O2 -MT Calculator.lo -MD -MP -MF .deps/Calculator.Tpo -c -o Calculator.lo `test -f 'gen-cpp/Calculator.cpp' || echo './'`gen-cpp/Calculator.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT Calculator.lo -MD -MP -MF .deps/Calculator.Tpo -c gen-cpp/Calculator.cpp  -fPIC -DPIC -o .libs/Calculator.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT Calculator.lo -MD -MP -MF .deps/Calculator.Tpo -c gen-cpp/Calculator.cpp -o Calculator.o >/dev/null 2>&1
mv -f .deps/Calculator.Tpo .deps/Calculator.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include   -Wall -g -O2 -MT SharedService.lo -MD -MP -MF .deps/SharedService.Tpo -c -o SharedService.lo `test -f 'gen-cpp/SharedService.cpp' || echo './'`gen-cpp/SharedService.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT SharedService.lo -MD -MP -MF .deps/SharedService.Tpo -c gen-cpp/SharedService.cpp  -fPIC -DPIC -o .libs/SharedService.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT SharedService.lo -MD -MP -MF .deps/SharedService.Tpo -c gen-cpp/SharedService.cpp -o SharedService.o >/dev/null 2>&1
mv -f .deps/SharedService.Tpo .deps/SharedService.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include   -Wall -g -O2 -MT shared_constants.lo -MD -MP -MF .deps/shared_constants.Tpo -c -o shared_constants.lo `test -f 'gen-cpp/shared_constants.cpp' || echo './'`gen-cpp/shared_constants.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT shared_constants.lo -MD -MP -MF .deps/shared_constants.Tpo -c gen-cpp/shared_constants.cpp  -fPIC -DPIC -o .libs/shared_constants.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT shared_constants.lo -MD -MP -MF .deps/shared_constants.Tpo -c gen-cpp/shared_constants.cpp -o shared_constants.o >/dev/null 2>&1
mv -f .deps/shared_constants.Tpo .deps/shared_constants.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include   -Wall -g -O2 -MT shared_types.lo -MD -MP -MF .deps/shared_types.Tpo -c -o shared_types.lo `test -f 'gen-cpp/shared_types.cpp' || echo './'`gen-cpp/shared_types.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT shared_types.lo -MD -MP -MF .deps/shared_types.Tpo -c gen-cpp/shared_types.cpp  -fPIC -DPIC -o .libs/shared_types.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT shared_types.lo -MD -MP -MF .deps/shared_types.Tpo -c gen-cpp/shared_types.cpp -o shared_types.o >/dev/null 2>&1
mv -f .deps/shared_types.Tpo .deps/shared_types.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include   -Wall -g -O2 -MT tutorial_constants.lo -MD -MP -MF .deps/tutorial_constants.Tpo -c -o tutorial_constants.lo `test -f 'gen-cpp/tutorial_constants.cpp' || echo './'`gen-cpp/tutorial_constants.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT tutorial_constants.lo -MD -MP -MF .deps/tutorial_constants.Tpo -c gen-cpp/tutorial_constants.cpp  -fPIC -DPIC -o .libs/tutorial_constants.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT tutorial_constants.lo -MD -MP -MF .deps/tutorial_constants.Tpo -c gen-cpp/tutorial_constants.cpp -o tutorial_constants.o >/dev/null 2>&1
mv -f .deps/tutorial_constants.Tpo .deps/tutorial_constants.Plo
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include   -Wall -g -O2 -MT tutorial_types.lo -MD -MP -MF .deps/tutorial_types.Tpo -c -o tutorial_types.lo `test -f 'gen-cpp/tutorial_types.cpp' || echo './'`gen-cpp/tutorial_types.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT tutorial_types.lo -MD -MP -MF .deps/tutorial_types.Tpo -c gen-cpp/tutorial_types.cpp  -fPIC -DPIC -o .libs/tutorial_types.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include -Wall -g -O2 -MT tutorial_types.lo -MD -MP -MF .deps/tutorial_types.Tpo -c gen-cpp/tutorial_types.cpp -o tutorial_types.o >/dev/null 2>&1
mv -f .deps/tutorial_types.Tpo .deps/tutorial_types.Plo
/bin/bash ../../libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -L/usr/lib   -o libtutorialgencpp.la  Calculator.lo SharedService.lo shared_constants.lo shared_types.lo tutorial_constants.lo tutorial_types.lo ../../lib/cpp/libthrift.la -lssl -lcrypto -lrt -lpthread 
libtool: link: ar cru .libs/libtutorialgencpp.a .libs/Calculator.o .libs/SharedService.o .libs/shared_constants.o .libs/shared_types.o .libs/tutorial_constants.o .libs/tutorial_types.o 
libtool: link: ranlib .libs/libtutorialgencpp.a
libtool: link: ( cd ".libs" && rm -f "libtutorialgencpp.la" && ln -s "../libtutorialgencpp.la" "libtutorialgencpp.la" )
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include   -Wall -g -O2 -MT CppServer.o -MD -MP -MF .deps/CppServer.Tpo -c -o CppServer.o CppServer.cpp
mv -f .deps/CppServer.Tpo .deps/CppServer.Po
/bin/bash ../../libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -L/usr/lib   -o TutorialServer CppServer.o libtutorialgencpp.la ../../lib/cpp/libthrift.la -lssl -lcrypto -lrt -lpthread 
libtool: link: g++ -Wall -g -O2 -o .libs/TutorialServer CppServer.o  -L/usr/lib ./.libs/libtutorialgencpp.a <https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib/cpp/.libs/libthrift.so> ../../lib/cpp/.libs/libthrift.so -lssl -lcrypto -lrt -lpthread
g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift -I../../lib/cpp/src -Igen-cpp -I/usr/include   -Wall -g -O2 -MT CppClient.o -MD -MP -MF .deps/CppClient.Tpo -c -o CppClient.o CppClient.cpp
mv -f .deps/CppClient.Tpo .deps/CppClient.Po
/bin/bash ../../libtool --tag=CXX   --mode=link g++ -Wall -g -O2 -L/usr/lib   -o TutorialClient CppClient.o libtutorialgencpp.la ../../lib/cpp/libthrift.la -lssl -lcrypto -lrt -lpthread 
libtool: link: g++ -Wall -g -O2 -o .libs/TutorialClient CppClient.o  -L/usr/lib ./.libs/libtutorialgencpp.a <https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/lib/cpp/.libs/libthrift.so> ../../lib/cpp/.libs/libthrift.so -lssl -lcrypto -lrt -lpthread
make[4]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/cpp'>
make[4]: Entering directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'>
../compiler/cpp/thrift --gen html -r ../tutorial/tutorial.thrift
make[4]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'>
make[3]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'>
Making all in tutorial
make[3]: Entering directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'>
Making all in cpp
make[4]: Entering directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/cpp'>
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial/cpp'>
make[4]: Entering directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'>
../compiler/cpp/thrift --gen html -r ../tutorial/tutorial.thrift
make[4]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'>
make[3]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1/tutorial'>
make[3]: Entering directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1'>
make[3]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1'>
make[2]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1'>
make[1]: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift/thrift-0.9.1'>
make: Leaving directory `<https://builds.apache.org/job/Aurora/ws/build-support/thrift'>
All checksums match.
:clean
:about
:bootstrapThrift UP-TO-DATE
:generateSources
:compileGeneratedJavaNote: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

:processGeneratedResources UP-TO-DATE
:generatedClasses
:compileJava
Download http://repo1.maven.org/maven2/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom
Download http://repo1.maven.org/maven2/com/sun/jersey/jersey-servlet/1.17.1/jersey-servlet-1.17.1.pom
Download http://repo1.maven.org/maven2/com/sun/jersey/contribs/jersey-guice/1.17.1/jersey-guice-1.17.1.pom
Download http://repo1.maven.org/maven2/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom
Download http://maven.twttr.com/com/twitter/common/logging/log4j/0.0.7/log4j-0.0.7.pom
Download http://maven.twttr.com/com/twitter/common/webassets/bootstrap/0.0.4/bootstrap-0.0.4.pom
Download http://maven.twttr.com/com/twitter/common/webassets/jquery/0.0.4/jquery-0.0.4.pom
Download http://maven.twttr.com/com/twitter/common/zookeeper/guice/client-flagged/0.0.5/client-flagged-0.0.5.pom
Download http://maven.twttr.com/com/twitter/common/zookeeper/guice/client/0.0.5/client-0.0.5.pom
Download http://maven.twttr.com/com/twitter/common/zookeeper/candidate/0.0.64/candidate-0.0.64.pom
Download http://maven.twttr.com/com/twitter/common/zookeeper/client/0.0.56/client-0.0.56.pom
Download http://maven.twttr.com/com/twitter/common/zookeeper/group/0.0.69/group-0.0.69.pom
Download http://maven.twttr.com/com/twitter/common/zookeeper/server-set/1.0.74/server-set-1.0.74.pom
Download http://maven.twttr.com/com/twitter/common/zookeeper/singleton-service/0.0.85/singleton-service-0.0.85.pom
Download http://maven.twttr.com/com/twitter/common/application-http/0.0.59/application-http-0.0.59.pom
Download http://maven.twttr.com/com/twitter/common/application-module-applauncher/0.0.51/application-module-applauncher-0.0.51.pom
Download http://maven.twttr.com/com/twitter/common/application-module-http/0.0.62/application-module-http-0.0.62.pom
Download http://maven.twttr.com/com/twitter/common/application-module-lifecycle/0.0.48/application-module-lifecycle-0.0.48.pom
Download http://maven.twttr.com/com/twitter/common/application-module-log/0.0.56/application-module-log-0.0.56.pom
Download http://maven.twttr.com/com/twitter/common/application-module-stats/0.0.44/application-module-stats-0.0.44.pom
Download http://maven.twttr.com/com/twitter/common/application/0.0.73/application-0.0.73.pom
Download http://maven.twttr.com/com/twitter/common/args/0.2.9/args-0.2.9.pom
Download http://maven.twttr.com/com/twitter/common/base/0.0.87/base-0.0.87.pom
Download http://maven.twttr.com/com/twitter/common/collections/0.0.74/collections-0.0.74.pom
Download http://maven.twttr.com/com/twitter/common/dynamic-host-set/0.0.44/dynamic-host-set-0.0.44.pom
Download http://maven.twttr.com/com/twitter/common/inject-timed/0.0.11/inject-timed-0.0.11.pom
Download http://maven.twttr.com/com/twitter/common/inject/0.0.35/inject-0.0.35.pom
Download http://maven.twttr.com/com/twitter/common/io/0.0.53/io-0.0.53.pom
Download http://maven.twttr.com/com/twitter/common/jdk-logging/0.0.44/jdk-logging-0.0.44.pom
Download http://maven.twttr.com/com/twitter/common/logging/0.0.61/logging-0.0.61.pom
Download http://maven.twttr.com/com/twitter/common/net-http-filters/0.0.6/net-http-filters-0.0.6.pom
Download http://maven.twttr.com/com/twitter/common/net-util/0.0.80/net-util-0.0.80.pom
Download http://maven.twttr.com/com/twitter/common/quantity/0.0.71/quantity-0.0.71.pom
Download http://maven.twttr.com/com/twitter/common/stats/0.0.91/stats-0.0.91.pom
Download http://maven.twttr.com/com/twitter/common/testing-easymock/0.0.4/testing-easymock-0.0.4.pom
Download http://maven.twttr.com/com/twitter/common/thrift/0.0.68/thrift-0.0.68.pom
Download http://maven.twttr.com/com/twitter/common/util-executor-service-shutdown/0.0.49/util-executor-service-shutdown-0.0.49.pom
Download http://maven.twttr.com/com/twitter/common/util-system-mocks/0.0.72/util-system-mocks-0.0.72.pom
Download http://maven.twttr.com/com/twitter/common/util-templating/0.0.25/util-templating-0.0.25.pom
Download http://maven.twttr.com/com/twitter/common/util-testing/0.0.10/util-testing-0.0.10.pom
Download http://maven.twttr.com/com/twitter/common/util/0.0.94/util-0.0.94.pom
Download http://maven.twttr.com/com/twitter/common/zookeeper-testing/0.0.45/zookeeper-testing-0.0.45.pom
Download http://maven.twttr.com/com/twitter/common/zookeeper/lock/0.0.36/lock-0.0.36.pom
Download http://maven.twttr.com/com/twitter/common/zookeeper/map/0.0.45/map-0.0.45.pom
Download http://maven.twttr.com/com/twitter/common/zookeeper/node/0.0.45/node-0.0.45.pom
Download http://maven.twttr.com/com/twitter/common/zookeeper/partitioner/0.0.45/partitioner-0.0.45.pom
Download http://maven.twttr.com/com/twitter/common/io-json/0.0.41/io-json-0.0.41.pom
Download http://maven.twttr.com/com/twitter/common/io-thrift/0.0.50/io-thrift-0.0.50.pom
Download http://maven.twttr.com/com/twitter/common/service-thrift/1.0.45/service-thrift-1.0.45.pom
Download http://maven.twttr.com/com/twitter/common/application-action/0.0.68/application-action-0.0.68.pom
Download http://maven.twttr.com/com/twitter/common/net-http/0.0.45/net-http-0.0.45.pom
Download http://maven.twttr.com/com/twitter/common/net-http-handlers/0.0.71/net-http-handlers-0.0.71.pom
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-time-series/0.0.51/net-http-handlers-time-series-0.0.51.pom
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-pprof/0.0.27/net-http-handlers-pprof-0.0.27.pom
Download http://maven.twttr.com/com/twitter/common/stats-time-series/0.0.56/stats-time-series-0.0.56.pom
Download http://maven.twttr.com/com/twitter/common/stats-jvm/0.0.46/stats-jvm-0.0.46.pom
Download http://maven.twttr.com/com/twitter/common/args-apt/0.1.11/args-apt-0.1.11.pom
Download http://maven.twttr.com/com/twitter/common/args-core/0.1.12/args-core-0.1.12.pom
Download http://maven.twttr.com/com/twitter/common/stat-registry/0.0.27/stat-registry-0.0.27.pom
Download http://maven.twttr.com/com/twitter/common/stats-provider/0.0.57/stats-provider-0.0.57.pom
Download http://maven.twttr.com/com/twitter/common/util-sampler/0.0.53/util-sampler-0.0.53.pom
Download http://maven.twttr.com/com/twitter/common/net-pool/0.0.60/net-pool-0.0.60.pom
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-text/0.0.31/net-http-handlers-text-0.0.31.pom
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-params/0.0.17/net-http-handlers-params-0.0.17.pom
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-string-template/0.0.51/net-http-handlers-string-template-0.0.51.pom
Download http://maven.twttr.com/com/twitter/util-core/6.12.1/util-core-6.12.1.pom
Download http://maven.twttr.com/com/twitter/util-jvm/6.12.1/util-jvm-6.12.1.pom
Download http://maven.twttr.com/com/twitter/common/stat/0.0.29/stat-0.0.29.pom
Download http://maven.twttr.com/com/twitter/util-app/6.12.1/util-app-6.12.1.pom
Download http://repo1.maven.org/maven2/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar
Download http://repo1.maven.org/maven2/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar
Download http://repo1.maven.org/maven2/com/sun/jersey/jersey-server/1.17.1/jersey-server-1.17.1.jar
Download http://repo1.maven.org/maven2/com/sun/jersey/jersey-servlet/1.17.1/jersey-servlet-1.17.1.jar
Download http://repo1.maven.org/maven2/com/sun/jersey/contribs/jersey-guice/1.17.1/jersey-guice-1.17.1.jar
Download http://maven.twttr.com/com/twitter/common/logging/log4j/0.0.7/log4j-0.0.7.jar
Download http://maven.twttr.com/com/twitter/common/webassets/bootstrap/0.0.4/bootstrap-0.0.4.jar
Download http://maven.twttr.com/com/twitter/common/webassets/jquery/0.0.4/jquery-0.0.4.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/guice/client-flagged/0.0.5/client-flagged-0.0.5.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/guice/client/0.0.5/client-0.0.5.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/candidate/0.0.64/candidate-0.0.64.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/client/0.0.56/client-0.0.56.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/group/0.0.69/group-0.0.69.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/server-set/1.0.74/server-set-1.0.74.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/singleton-service/0.0.85/singleton-service-0.0.85.jar
Download http://maven.twttr.com/com/twitter/common/application-http/0.0.59/application-http-0.0.59.jar
Download http://maven.twttr.com/com/twitter/common/application-module-applauncher/0.0.51/application-module-applauncher-0.0.51.jar
Download http://maven.twttr.com/com/twitter/common/application-module-http/0.0.62/application-module-http-0.0.62.jar
Download http://maven.twttr.com/com/twitter/common/application-module-lifecycle/0.0.48/application-module-lifecycle-0.0.48.jar
Download http://maven.twttr.com/com/twitter/common/application-module-log/0.0.56/application-module-log-0.0.56.jar
Download http://maven.twttr.com/com/twitter/common/application-module-stats/0.0.44/application-module-stats-0.0.44.jar
Download http://maven.twttr.com/com/twitter/common/application/0.0.73/application-0.0.73.jar
Download http://maven.twttr.com/com/twitter/common/args/0.2.9/args-0.2.9.jar
Download http://maven.twttr.com/com/twitter/common/base/0.0.87/base-0.0.87.jar
Download http://maven.twttr.com/com/twitter/common/collections/0.0.74/collections-0.0.74.jar
Download http://maven.twttr.com/com/twitter/common/dynamic-host-set/0.0.44/dynamic-host-set-0.0.44.jar
Download http://maven.twttr.com/com/twitter/common/inject-timed/0.0.11/inject-timed-0.0.11.jar
Download http://maven.twttr.com/com/twitter/common/inject/0.0.35/inject-0.0.35.jar
Download http://maven.twttr.com/com/twitter/common/io/0.0.53/io-0.0.53.jar
Download http://maven.twttr.com/com/twitter/common/jdk-logging/0.0.44/jdk-logging-0.0.44.jar
Download http://maven.twttr.com/com/twitter/common/logging/0.0.61/logging-0.0.61.jar
Download http://maven.twttr.com/com/twitter/common/net-http-filters/0.0.6/net-http-filters-0.0.6.jar
Download http://maven.twttr.com/com/twitter/common/net-util/0.0.80/net-util-0.0.80.jar
Download http://maven.twttr.com/com/twitter/common/quantity/0.0.71/quantity-0.0.71.jar
Download http://maven.twttr.com/com/twitter/common/stats/0.0.91/stats-0.0.91.jar
Download http://maven.twttr.com/com/twitter/common/testing-easymock/0.0.4/testing-easymock-0.0.4.jar
Download http://maven.twttr.com/com/twitter/common/thrift/0.0.68/thrift-0.0.68.jar
Download http://maven.twttr.com/com/twitter/common/util-executor-service-shutdown/0.0.49/util-executor-service-shutdown-0.0.49.jar
Download http://maven.twttr.com/com/twitter/common/util-system-mocks/0.0.72/util-system-mocks-0.0.72.jar
Download http://maven.twttr.com/com/twitter/common/util-templating/0.0.25/util-templating-0.0.25.jar
Download http://maven.twttr.com/com/twitter/common/util-testing/0.0.10/util-testing-0.0.10.jar
Download http://maven.twttr.com/com/twitter/common/util/0.0.94/util-0.0.94.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper-testing/0.0.45/zookeeper-testing-0.0.45.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/lock/0.0.36/lock-0.0.36.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/map/0.0.45/map-0.0.45.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/node/0.0.45/node-0.0.45.jar
Download http://maven.twttr.com/com/twitter/common/zookeeper/partitioner/0.0.45/partitioner-0.0.45.jar
Download http://maven.twttr.com/com/twitter/common/io-json/0.0.41/io-json-0.0.41.jar
Download http://maven.twttr.com/com/twitter/common/io-thrift/0.0.50/io-thrift-0.0.50.jar
Download http://maven.twttr.com/com/twitter/common/service-thrift/1.0.45/service-thrift-1.0.45.jar
Download http://maven.twttr.com/com/twitter/common/application-action/0.0.68/application-action-0.0.68.jar
Download http://maven.twttr.com/com/twitter/common/net-http/0.0.45/net-http-0.0.45.jar
Download http://maven.twttr.com/com/twitter/common/net-http-handlers/0.0.71/net-http-handlers-0.0.71.jar
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-time-series/0.0.51/net-http-handlers-time-series-0.0.51.jar
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-pprof/0.0.27/net-http-handlers-pprof-0.0.27.jar
Download http://maven.twttr.com/com/twitter/common/stats-time-series/0.0.56/stats-time-series-0.0.56.jar
Download http://maven.twttr.com/com/twitter/common/stats-jvm/0.0.46/stats-jvm-0.0.46.jar
Download http://maven.twttr.com/com/twitter/common/args-apt/0.1.11/args-apt-0.1.11.jar
Download http://maven.twttr.com/com/twitter/common/args-core/0.1.12/args-core-0.1.12.jar
Download http://maven.twttr.com/com/twitter/common/stat-registry/0.0.27/stat-registry-0.0.27.jar
Download http://maven.twttr.com/com/twitter/common/stats-provider/0.0.57/stats-provider-0.0.57.jar
Download http://maven.twttr.com/com/twitter/common/util-sampler/0.0.53/util-sampler-0.0.53.jar
Download http://maven.twttr.com/com/twitter/common/net-pool/0.0.60/net-pool-0.0.60.jar
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-text/0.0.31/net-http-handlers-text-0.0.31.jar
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-params/0.0.17/net-http-handlers-params-0.0.17.jar
Download http://maven.twttr.com/com/twitter/common/net-http-handlers-string-template/0.0.51/net-http-handlers-string-template-0.0.51.jar
Download http://maven.twttr.com/com/twitter/util-core/6.12.1/util-core-6.12.1.jar
Download http://maven.twttr.com/com/twitter/util-jvm/6.12.1/util-jvm-6.12.1.jar
Download http://maven.twttr.com/com/twitter/common/stat/0.0.29/stat-0.0.29.jar
Download http://maven.twttr.com/com/twitter/util-app/6.12.1/util-app-6.12.1.jar
warning: [options] bootstrap class path not set in conjunction with -source 1.7
error: warnings found and -Werror specified
error: warnings found and -Werror specified
error: warnings found and -Werror specified
3 errors
1 warning
:compileJava FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':compileJava'.
> Compilation failed; see the compiler error output for details.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED

Total time: 2 mins 26.354 secs
Build step 'Execute shell' marked build as failure

Jenkins build is back to normal : Aurora #298

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