See <https://builds.apache.org/job/Thrift-precommit/258/changes>

Changes:

[nsuke] *** JENKINS TEST DO NOT MERGE *** THRIFT-3713

------------------------------------------
[...truncated 1882 lines...]
        mv -f $depbase.Tpo $depbase.Po
/bin/bash ../../libtool  --tag=CXX   --mode=link g++ -Wall -Wextra -pedantic -g 
-O2 -std=c++11 -L/usr/lib/x86_64-linux-gnu   -o TutorialServer CppServer.o 
libtutorialgencpp.la ../../lib/cpp/libthrift.la -lrt -lpthread 
libtool: link: g++ -Wall -Wextra -pedantic -g -O2 -std=c++11 -o 
.libs/TutorialServer CppServer.o  -L/usr/lib/x86_64-linux-gnu 
./.libs/libtutorialgencpp.a /thrift/lib/cpp/.libs/libthrift.so -lssl -lcrypto 
../../lib/cpp/.libs/libthrift.so -lrt -lpthread
depbase=`echo CppClient.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`;\
        g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/cpp/src/thrift 
-I../../lib/c_glib/src/thrift  -I/usr/include  -I../../lib/cpp/src -Igen-cpp  
-Wall -Wextra -pedantic -g -O2 -std=c++11 -MT CppClient.o -MD -MP -MF 
$depbase.Tpo -c -o CppClient.o CppClient.cpp &&\
        mv -f $depbase.Tpo $depbase.Po
/bin/bash ../../libtool  --tag=CXX   --mode=link g++ -Wall -Wextra -pedantic -g 
-O2 -std=c++11 -L/usr/lib/x86_64-linux-gnu   -o TutorialClient CppClient.o 
libtutorialgencpp.la ../../lib/cpp/libthrift.la -lrt -lpthread 
libtool: link: g++ -Wall -Wextra -pedantic -g -O2 -std=c++11 -o 
.libs/TutorialClient CppClient.o  -L/usr/lib/x86_64-linux-gnu 
./.libs/libtutorialgencpp.a /thrift/lib/cpp/.libs/libthrift.so -lssl -lcrypto 
../../lib/cpp/.libs/libthrift.so -lrt -lpthread
make[3]: Leaving directory `/thrift/tutorial/cpp'
make[2]: Leaving directory `/thrift/tutorial/cpp'
Making check in d
make[2]: Entering directory `/thrift/tutorial/d'
dmd -I../../lib/d/src -L-L../../lib/d -L-lthriftd server.d 
gen-d/share/SharedService.d gen-d/share/shared_types.d 
gen-d/tutorial/tutorial_types.d gen-d/tutorial/Calculator.d
dmd -I../../lib/d/src -L-L../../lib/d -L-lthriftd client.d 
gen-d/share/SharedService.d gen-d/share/shared_types.d 
gen-d/tutorial/tutorial_types.d gen-d/tutorial/Calculator.d
../../lib/d/src/thrift/codegen/base.d(502): Deprecation: this is not an lvalue
dmd -I../../lib/d/src -L-L../../lib/d -L-lthriftd-event -L-lthriftd -L-levent 
async_client.d gen-d/share/SharedService.d gen-d/share/shared_types.d 
gen-d/tutorial/tutorial_types.d gen-d/tutorial/Calculator.d
make[2]: Leaving directory `/thrift/tutorial/d'
Making check in java
make[2]: Entering directory `/thrift/tutorial/java'
/usr/bin/ant  compile
Buildfile: /thrift/tutorial/java/build.xml

init:
    [mkdir] Created dir: /thrift/tutorial/java/build
    [mkdir] Created dir: /thrift/tutorial/java/build/log

generate:

compile:
    [javac] Compiling 7 source files to /thrift/tutorial/java/build
    [javac] Compiling 3 source files to /thrift/tutorial/java/build
    [javac] Note: /thrift/tutorial/java/src/JavaServer.java uses unchecked or 
unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.

BUILD SUCCESSFUL
Total time: 3 seconds
make  check-local
make[3]: Entering directory `/thrift/tutorial/java'
/usr/bin/ant  compile
Buildfile: /thrift/tutorial/java/build.xml

init:

generate:

compile:
    [javac] Compiling 2 source files to /thrift/tutorial/java/build

BUILD SUCCESSFUL
Total time: 2 seconds
/usr/bin/ant  test
Buildfile: /thrift/tutorial/java/build.xml

init:

generate:

compile:
    [javac] Compiling 5 source files to /thrift/tutorial/java/build

tutorial:
      [jar] Building jar: /thrift/tutorial/java/tutorial.jar
     [echo] tutorial client simple:
     [java] ping()
     [java] 1+1=2
     [java] Invalid operation: Cannot divide by 0
     [java] 15-10=5
     [java] Check log: 5
     [echo] tutorial client secure:
     [java] ping()
     [java] 1+1=2
     [java] Invalid operation: Cannot divide by 0
     [java] 15-10=5
     [java] Check log: 5
     [java] Timeout: killed the sub-process
     [java] Java Result: -1

test:

BUILD SUCCESSFUL
Total time: 14 seconds
make[3]: Leaving directory `/thrift/tutorial/java'
make[2]: Leaving directory `/thrift/tutorial/java'
Making check in js
make[2]: Entering directory `/thrift/tutorial/js'
/usr/bin/ant  compile
Buildfile: /thrift/tutorial/js/build.xml

init:
    [mkdir] Created dir: /thrift/tutorial/js/build

compile:
    [javac] Compiling 7 source files to /thrift/tutorial/js/build
    [javac] Compiling 1 source file to /thrift/tutorial/js/build
    [javac] Compiling 1 source file to /thrift/tutorial/js/build
    [javac] /thrift/tutorial/js/src/Httpd.java:51: warning: [deprecation] 
DefaultHttpServerConnection in org.apache.http.impl has been deprecated
    [javac] import org.apache.http.impl.DefaultHttpServerConnection;
    [javac]                            ^
    [javac] /thrift/tutorial/js/src/Httpd.java:53: warning: [deprecation] 
BasicHttpParams in org.apache.http.params has been deprecated
    [javac] import org.apache.http.params.BasicHttpParams;
    [javac]                              ^
    [javac] /thrift/tutorial/js/src/Httpd.java:54: warning: [deprecation] 
CoreConnectionPNames in org.apache.http.params has been deprecated
    [javac] import org.apache.http.params.CoreConnectionPNames;
    [javac]                              ^
    [javac] /thrift/tutorial/js/src/Httpd.java:55: warning: [deprecation] 
CoreProtocolPNames in org.apache.http.params has been deprecated
    [javac] import org.apache.http.params.CoreProtocolPNames;
    [javac]                              ^
    [javac] /thrift/tutorial/js/src/Httpd.java:56: warning: [deprecation] 
HttpParams in org.apache.http.params has been deprecated
    [javac] import org.apache.http.params.HttpParams;
    [javac]                              ^
    [javac] /thrift/tutorial/js/src/Httpd.java:58: warning: [deprecation] 
BasicHttpProcessor in org.apache.http.protocol has been deprecated
    [javac] import org.apache.http.protocol.BasicHttpProcessor;
    [javac]                                ^
    [javac] /thrift/tutorial/js/src/Httpd.java:62: warning: [deprecation] 
HttpRequestHandlerRegistry in org.apache.http.protocol has been deprecated
    [javac] import org.apache.http.protocol.HttpRequestHandlerRegistry;
    [javac]                                ^
    [javac] /thrift/tutorial/js/src/Httpd.java:177: warning: [deprecation] 
FileEntity(File,String) in FileEntity has been deprecated
    [javac]                     FileEntity body = new FileEntity(file, 
"text/html");
    [javac]                                       ^
    [javac] /thrift/tutorial/js/src/Httpd.java:197: warning: [rawtypes] found 
raw type: Processor
    [javac]                 TProcessor processor = new Calculator.Processor(new 
CalculatorHandler());      
    [javac]                                                      ^
    [javac]   missing type arguments for generic class Processor<I>
    [javac]   where I is a type-variable:
    [javac]     I extends Iface declared in class Processor
    [javac] /thrift/tutorial/js/src/Httpd.java:197: warning: [unchecked] 
unchecked call to Processor(I) as a member of the raw type Processor
    [javac]                 TProcessor processor = new Calculator.Processor(new 
CalculatorHandler());      
    [javac]                                        ^
    [javac]   where I is a type-variable:
    [javac]     I extends Iface declared in class Processor
    [javac] /thrift/tutorial/js/src/Httpd.java:216: warning: [deprecation] 
HttpParams in org.apache.http.params has been deprecated
    [javac]         private final HttpParams params;
    [javac]                       ^
    [javac] /thrift/tutorial/js/src/Httpd.java:221: warning: [deprecation] 
BasicHttpParams in org.apache.http.params has been deprecated
    [javac]             this.params = new BasicHttpParams();
    [javac]                               ^
    [javac] /thrift/tutorial/js/src/Httpd.java:224: warning: [deprecation] 
CoreProtocolPNames in org.apache.http.params has been deprecated
    [javac]                     .setParameter(CoreProtocolPNames.ORIGIN_SERVER, 
"HttpComponents/1.1");
    [javac]                                   ^
    [javac] /thrift/tutorial/js/src/Httpd.java:223: warning: [deprecation] 
CoreConnectionPNames in org.apache.http.params has been deprecated
    [javac]                     
.setBooleanParameter(CoreConnectionPNames.STALE_CONNECTION_CHECK, 
false).setBooleanParameter(CoreConnectionPNames.TCP_NODELAY, true)
    [javac]                                                                     
                                             ^
    [javac] /thrift/tutorial/js/src/Httpd.java:223: warning: [deprecation] 
CoreConnectionPNames in org.apache.http.params has been deprecated
    [javac]                     
.setBooleanParameter(CoreConnectionPNames.STALE_CONNECTION_CHECK, 
false).setBooleanParameter(CoreConnectionPNames.TCP_NODELAY, true)
    [javac]                                          ^
    [javac] /thrift/tutorial/js/src/Httpd.java:222: warning: [deprecation] 
CoreConnectionPNames in org.apache.http.params has been deprecated
    [javac]             
this.params.setIntParameter(CoreConnectionPNames.SO_TIMEOUT, 
1000).setIntParameter(CoreConnectionPNames.SOCKET_BUFFER_SIZE, 8 * 1024)
    [javac]                                                                     
                           ^
    [javac] /thrift/tutorial/js/src/Httpd.java:222: warning: [deprecation] 
CoreConnectionPNames in org.apache.http.params has been deprecated
    [javac]             
this.params.setIntParameter(CoreConnectionPNames.SO_TIMEOUT, 
1000).setIntParameter(CoreConnectionPNames.SOCKET_BUFFER_SIZE, 8 * 1024)
    [javac]                                         ^
    [javac] /thrift/tutorial/js/src/Httpd.java:227: warning: [deprecation] 
BasicHttpProcessor in org.apache.http.protocol has been deprecated
    [javac]             HttpProcessor httpproc = new BasicHttpProcessor();
    [javac]                                          ^
    [javac] /thrift/tutorial/js/src/Httpd.java:230: warning: [deprecation] 
HttpRequestHandlerRegistry in org.apache.http.protocol has been deprecated
    [javac]             HttpRequestHandlerRegistry reqistry = new 
HttpRequestHandlerRegistry();
    [javac]             ^
    [javac] /thrift/tutorial/js/src/Httpd.java:230: warning: [deprecation] 
HttpRequestHandlerRegistry in org.apache.http.protocol has been deprecated
    [javac]             HttpRequestHandlerRegistry reqistry = new 
HttpRequestHandlerRegistry();
    [javac]                                                       ^
    [javac] /thrift/tutorial/js/src/Httpd.java:234: warning: [deprecation] 
HttpService(HttpProcessor,ConnectionReuseStrategy,HttpResponseFactory) in 
HttpService has been deprecated
    [javac]             this.httpService = new HttpService(httpproc, new 
NoConnectionReuseStrategy(), new DefaultHttpResponseFactory());
    [javac]                                ^
    [javac] /thrift/tutorial/js/src/Httpd.java:235: warning: [deprecation] 
setParams(HttpParams) in HttpService has been deprecated
    [javac]             this.httpService.setParams(this.params);
    [javac]                             ^
    [javac] /thrift/tutorial/js/src/Httpd.java:236: warning: [deprecation] 
setHandlerResolver(HttpRequestHandlerResolver) in HttpService has been 
deprecated
    [javac]             this.httpService.setHandlerResolver(reqistry);
    [javac]                             ^
    [javac] /thrift/tutorial/js/src/Httpd.java:247: warning: [deprecation] 
DefaultHttpServerConnection in org.apache.http.impl has been deprecated
    [javac]                     DefaultHttpServerConnection conn = new 
DefaultHttpServerConnection();
    [javac]                     ^
    [javac] /thrift/tutorial/js/src/Httpd.java:247: warning: [deprecation] 
DefaultHttpServerConnection in org.apache.http.impl has been deprecated
    [javac]                     DefaultHttpServerConnection conn = new 
DefaultHttpServerConnection();
    [javac]                                                            ^
    [javac] 25 warnings

BUILD SUCCESSFUL
Total time: 3 seconds
make  check-local
make[3]: Entering directory `/thrift/tutorial/js'
/usr/bin/ant  compile
Buildfile: /thrift/tutorial/js/build.xml

init:

compile:

BUILD SUCCESSFUL
Total time: 0 seconds
/usr/bin/ant  test
Buildfile: /thrift/tutorial/js/build.xml

init:

compile:

tutorial:
      [jar] Building jar: /thrift/tutorial/js/tutorial-js.jar

test:

BUILD SUCCESSFUL
Total time: 0 seconds
make[3]: Leaving directory `/thrift/tutorial/js'
make[2]: Leaving directory `/thrift/tutorial/js'
Making check in py
make[2]: Entering directory `/thrift/tutorial/py'
../../compiler/cpp/thrift --gen py -r ../../tutorial/tutorial.thrift
make[2]: Leaving directory `/thrift/tutorial/py'
Making check in py.twisted
make[2]: Entering directory `/thrift/tutorial/py.twisted'
../../compiler/cpp/thrift --gen py:twisted -r ../../tutorial/tutorial.thrift
make[2]: Leaving directory `/thrift/tutorial/py.twisted'
Making check in py.tornado
make[2]: Entering directory `/thrift/tutorial/py.tornado'
../../compiler/cpp/thrift --gen py:tornado -r ../../tutorial/tutorial.thrift
make[2]: Leaving directory `/thrift/tutorial/py.tornado'
Making check in rb
make[2]: Entering directory `/thrift/tutorial/rb'
../../compiler/cpp/thrift --gen rb -r ../../tutorial/tutorial.thrift
make[2]: Leaving directory `/thrift/tutorial/rb'
Making check in hs
make[2]: Entering directory `/thrift/tutorial/hs'
../../compiler/cpp/thrift --gen hs -r ../../tutorial/tutorial.thrift
/usr/bin/cabal install
Config file path source is default config file.
Config file /root/.cabal/config not found.
Writing default configuration to /root/.cabal/config
Warning: The package list for 'hackage.haskell.org' does not exist. Run 'cabal
update' to download it.
Resolving dependencies...
cabal: Could not resolve dependencies:
trying: ThriftTutorial-0.1.0
trying: ThriftTutorial-0.1.0:+network-uri
rejecting: network-2.4.1.2/installed-040... (conflict:
ThriftTutorial-0.1.0:network-uri => network>=2.6)
make[2]: *** [all-local] Error 1
make[2]: Leaving directory `/thrift/tutorial/hs'
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `/thrift/tutorial'
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
Compressed 143.23 MB of artifacts by 31.6% relative to #254
Publishing Javadoc
Updating THRIFT-3713

Reply via email to