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 Hudson Server <hu...@hudson.apache.org> on 2011/03/30 07:15:13 UTC

Build failed in Jenkins: Thrift #109

See <https://hudson.apache.org/hudson/job/Thrift/109/changes>

Changes:

[roger] THRIFT-1124 go compiler does now mkdir without mask

------------------------------------------
[...truncated 1487 lines...]
config.status: creating compiler/cpp/version.h
config.status: creating lib/Makefile
config.status: creating lib/cpp/Makefile
config.status: creating lib/cpp/test/Makefile
config.status: creating lib/cpp/thrift-nb.pc
config.status: creating lib/cpp/thrift-z.pc
config.status: creating lib/cpp/thrift.pc
config.status: creating lib/c_glib/Makefile
config.status: creating lib/c_glib/thrift_c_glib.pc
config.status: creating lib/c_glib/test/Makefile
config.status: creating lib/csharp/Makefile
config.status: creating lib/erl/Makefile
config.status: creating lib/erl/src/Makefile
config.status: creating lib/hs/Makefile
config.status: creating lib/java/Makefile
config.status: creating lib/js/test/Makefile
config.status: creating lib/perl/Makefile
config.status: creating lib/perl/test/Makefile
config.status: creating lib/php/Makefile
config.status: creating lib/py/Makefile
config.status: creating lib/rb/Makefile
config.status: creating test/Makefile
config.status: creating test/hs/Makefile
config.status: creating test/py/Makefile
config.status: creating test/py.twisted/Makefile
config.status: creating test/rb/Makefile
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
=== configuring in lib/php/src/ext/thrift_protocol (<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/php/src/ext/thrift_protocol)>
configure: running /bin/bash ./configure --disable-option-checking '--prefix=/usr/local'  '--with-csharp' '--with-c_glib' --cache-file=/dev/null --srcdir=.
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking whether cc understands -c and -o together... yes
checking for system library directory... lib
checking if compiler supports -R... no
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for PHP prefix... /usr
checking for PHP includes... -I/usr/include/php5 -I/usr/include/php5/main -I/usr/include/php5/TSRM -I/usr/include/php5/Zend -I/usr/include/php5/ext -I/usr/include/php5/ext/date/lib
checking for PHP extension directory... /usr/lib/php5/20090626
checking for PHP installed headers prefix... /usr/include/php5
checking if debug is enabled... no
checking if zts is enabled... no
checking for re2c... no
configure: WARNING: You will need re2c 0.13.4 or later if you want to regenerate PHP parsers.
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking whether to enable the thrift_protocol extension... yes, shared
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking how to run the C++ preprocessor... g++ -E
checking for a sed that does not truncate output... (cached) /bin/sed
checking for fgrep... /bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking how to run the C++ preprocessor... g++ -E
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
configure: creating ./config.status
config.status: creating config.h
config.status: executing libtool commands

thrift 0.7.0-dev

Building code generators ..... : cpp c_glib java as3 csharp py rb perl php erl cocoa st ocaml hs xsd html js javame go

Building C++ Library ......... : yes
Building C (GLib) Library .... : yes
Building Java Library ........ : yes
Building C# Library .......... : yes
Building Python Library ...... : yes
Building Ruby Library ........ : yes
Building Haskell Library ..... : yes
Building Perl Library ........ : yes
Building PHP Library ......... : yes
Building Erlang Library ...... : yes
Building Go Library .......... : no

Building TZlibTransport ...... : yes
Building TNonblockingServer .. : yes

Using javac .................. : javac
Using java ................... : java
Using ant .................... : /home/hudson/tools/ant/latest/bin/ant

Using .NET 3.5 ............... : yes

Using Python ................. : /usr/bin/python

Using php-config ............. : /usr/bin/php-config

Using Ruby ................... : /usr/bin/ruby
Using rspec .................. : /usr/bin/spec

Using Haskell ................ : /usr/bin/runhaskell
Using Cabal .................. : /usr/bin/cabal

Using Perl ................... : /usr/bin/perl

Using erlc ................... : /usr/bin/erlc

If something is missing that you think should be present,
please skim the output of configure to find the missing
component.  Details are present in config.log.
+ make
make  all-recursive
make[1]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift'>
Making all in compiler/cpp
make[2]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/compiler/cpp'>
make  all-am
make[3]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/compiler/cpp'>
\
	 \
	/bin/bash ../../ylwrap `test -f 'src/thrifty.yy' || echo './'`src/thrifty.yy y.tab.c thrifty.cc y.tab.h thrifty.h y.output thrifty.output -- bison -y  -d
updating thrifty.h
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -Wno-sign-compare -Wno-unused -g -O2 -MT libparse_a-thrifty.o -MD -MP -MF .deps/libparse_a-thrifty.Tpo -c -o libparse_a-thrifty.o `test -f 'thrifty.cc' || echo './'`thrifty.cc
mv -f .deps/libparse_a-thrifty.Tpo .deps/libparse_a-thrifty.Po
\
	 \
	/bin/bash ../../ylwrap `test -f 'src/thriftl.ll' || echo './'`src/thriftl.ll lex.yy.c thriftl.cc -- flex  
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -Wno-sign-compare -Wno-unused -g -O2 -MT libparse_a-thriftl.o -MD -MP -MF .deps/libparse_a-thriftl.Tpo -c -o libparse_a-thriftl.o `test -f 'thriftl.cc' || echo './'`thriftl.cc
mv -f .deps/libparse_a-thriftl.Tpo .deps/libparse_a-thriftl.Po
rm -f libparse.a
ar cru libparse.a libparse_a-thrifty.o libparse_a-thriftl.o 
ranlib libparse.a
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-main.o -MD -MP -MF .deps/thrift-main.Tpo -c -o thrift-main.o `test -f 'src/main.cc' || echo './'`src/main.cc
mv -f .deps/thrift-main.Tpo .deps/thrift-main.Po
gcc -DHAVE_CONFIG_H -I. -I../..  -I./src   -g -O2 -MT thrift-md5.o -MD -MP -MF .deps/thrift-md5.Tpo -c -o thrift-md5.o `test -f 'src/md5.c' || echo './'`src/md5.c
mv -f .deps/thrift-md5.Tpo .deps/thrift-md5.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_generator.o -MD -MP -MF .deps/thrift-t_generator.Tpo -c -o thrift-t_generator.o `test -f 'src/generate/t_generator.cc' || echo './'`src/generate/t_generator.cc
mv -f .deps/thrift-t_generator.Tpo .deps/thrift-t_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-parse.o -MD -MP -MF .deps/thrift-parse.Tpo -c -o thrift-parse.o `test -f 'src/parse/parse.cc' || echo './'`src/parse/parse.cc
mv -f .deps/thrift-parse.Tpo .deps/thrift-parse.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_c_glib_generator.o -MD -MP -MF .deps/thrift-t_c_glib_generator.Tpo -c -o thrift-t_c_glib_generator.o `test -f 'src/generate/t_c_glib_generator.cc' || echo './'`src/generate/t_c_glib_generator.cc
mv -f .deps/thrift-t_c_glib_generator.Tpo .deps/thrift-t_c_glib_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_cpp_generator.o -MD -MP -MF .deps/thrift-t_cpp_generator.Tpo -c -o thrift-t_cpp_generator.o `test -f 'src/generate/t_cpp_generator.cc' || echo './'`src/generate/t_cpp_generator.cc
mv -f .deps/thrift-t_cpp_generator.Tpo .deps/thrift-t_cpp_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_java_generator.o -MD -MP -MF .deps/thrift-t_java_generator.Tpo -c -o thrift-t_java_generator.o `test -f 'src/generate/t_java_generator.cc' || echo './'`src/generate/t_java_generator.cc
mv -f .deps/thrift-t_java_generator.Tpo .deps/thrift-t_java_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_as3_generator.o -MD -MP -MF .deps/thrift-t_as3_generator.Tpo -c -o thrift-t_as3_generator.o `test -f 'src/generate/t_as3_generator.cc' || echo './'`src/generate/t_as3_generator.cc
mv -f .deps/thrift-t_as3_generator.Tpo .deps/thrift-t_as3_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_csharp_generator.o -MD -MP -MF .deps/thrift-t_csharp_generator.Tpo -c -o thrift-t_csharp_generator.o `test -f 'src/generate/t_csharp_generator.cc' || echo './'`src/generate/t_csharp_generator.cc
mv -f .deps/thrift-t_csharp_generator.Tpo .deps/thrift-t_csharp_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_py_generator.o -MD -MP -MF .deps/thrift-t_py_generator.Tpo -c -o thrift-t_py_generator.o `test -f 'src/generate/t_py_generator.cc' || echo './'`src/generate/t_py_generator.cc
mv -f .deps/thrift-t_py_generator.Tpo .deps/thrift-t_py_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_rb_generator.o -MD -MP -MF .deps/thrift-t_rb_generator.Tpo -c -o thrift-t_rb_generator.o `test -f 'src/generate/t_rb_generator.cc' || echo './'`src/generate/t_rb_generator.cc
mv -f .deps/thrift-t_rb_generator.Tpo .deps/thrift-t_rb_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_perl_generator.o -MD -MP -MF .deps/thrift-t_perl_generator.Tpo -c -o thrift-t_perl_generator.o `test -f 'src/generate/t_perl_generator.cc' || echo './'`src/generate/t_perl_generator.cc
mv -f .deps/thrift-t_perl_generator.Tpo .deps/thrift-t_perl_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_php_generator.o -MD -MP -MF .deps/thrift-t_php_generator.Tpo -c -o thrift-t_php_generator.o `test -f 'src/generate/t_php_generator.cc' || echo './'`src/generate/t_php_generator.cc
mv -f .deps/thrift-t_php_generator.Tpo .deps/thrift-t_php_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_erl_generator.o -MD -MP -MF .deps/thrift-t_erl_generator.Tpo -c -o thrift-t_erl_generator.o `test -f 'src/generate/t_erl_generator.cc' || echo './'`src/generate/t_erl_generator.cc
mv -f .deps/thrift-t_erl_generator.Tpo .deps/thrift-t_erl_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_cocoa_generator.o -MD -MP -MF .deps/thrift-t_cocoa_generator.Tpo -c -o thrift-t_cocoa_generator.o `test -f 'src/generate/t_cocoa_generator.cc' || echo './'`src/generate/t_cocoa_generator.cc
mv -f .deps/thrift-t_cocoa_generator.Tpo .deps/thrift-t_cocoa_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_st_generator.o -MD -MP -MF .deps/thrift-t_st_generator.Tpo -c -o thrift-t_st_generator.o `test -f 'src/generate/t_st_generator.cc' || echo './'`src/generate/t_st_generator.cc
mv -f .deps/thrift-t_st_generator.Tpo .deps/thrift-t_st_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_ocaml_generator.o -MD -MP -MF .deps/thrift-t_ocaml_generator.Tpo -c -o thrift-t_ocaml_generator.o `test -f 'src/generate/t_ocaml_generator.cc' || echo './'`src/generate/t_ocaml_generator.cc
mv -f .deps/thrift-t_ocaml_generator.Tpo .deps/thrift-t_ocaml_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_hs_generator.o -MD -MP -MF .deps/thrift-t_hs_generator.Tpo -c -o thrift-t_hs_generator.o `test -f 'src/generate/t_hs_generator.cc' || echo './'`src/generate/t_hs_generator.cc
mv -f .deps/thrift-t_hs_generator.Tpo .deps/thrift-t_hs_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_xsd_generator.o -MD -MP -MF .deps/thrift-t_xsd_generator.Tpo -c -o thrift-t_xsd_generator.o `test -f 'src/generate/t_xsd_generator.cc' || echo './'`src/generate/t_xsd_generator.cc
mv -f .deps/thrift-t_xsd_generator.Tpo .deps/thrift-t_xsd_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_html_generator.o -MD -MP -MF .deps/thrift-t_html_generator.Tpo -c -o thrift-t_html_generator.o `test -f 'src/generate/t_html_generator.cc' || echo './'`src/generate/t_html_generator.cc
mv -f .deps/thrift-t_html_generator.Tpo .deps/thrift-t_html_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_js_generator.o -MD -MP -MF .deps/thrift-t_js_generator.Tpo -c -o thrift-t_js_generator.o `test -f 'src/generate/t_js_generator.cc' || echo './'`src/generate/t_js_generator.cc
mv -f .deps/thrift-t_js_generator.Tpo .deps/thrift-t_js_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_javame_generator.o -MD -MP -MF .deps/thrift-t_javame_generator.Tpo -c -o thrift-t_javame_generator.o `test -f 'src/generate/t_javame_generator.cc' || echo './'`src/generate/t_javame_generator.cc
mv -f .deps/thrift-t_javame_generator.Tpo .deps/thrift-t_javame_generator.Po
g++ -DHAVE_CONFIG_H -I. -I../..  -I./src  -Wall -g -O2 -MT thrift-t_go_generator.o -MD -MP -MF .deps/thrift-t_go_generator.Tpo -c -o thrift-t_go_generator.o `test -f 'src/generate/t_go_generator.cc' || echo './'`src/generate/t_go_generator.cc
/usr/include/sys/stat.h: In member function ‘virtual void t_go_generator::init_generator()’:
/usr/include/sys/stat.h:321: error: too few arguments to function ‘int mkdir(const char*, __mode_t)’
src/generate/t_go_generator.cc:321: error: at this point in file
make[3]: *** [thrift-t_go_generator.o] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/compiler/cpp'>
make[2]: *** [all] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/compiler/cpp'>
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift'>
make: *** [all] Error 2
Archiving artifacts


Jenkins build is back to normal : Thrift #113

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/113/changes>



Build failed in Jenkins: Thrift #112

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/112/changes>

Changes:

[molinaro] THRIFT-1126 - extended struct info + minor fixes

------------------------------------------
[...truncated 1768 lines...]
/testoptionalrequired/Tricky1: OK
/testoptionalrequired/Tricky2: OK
/testoptionalrequired/Tricky3: OK
/testoptionalrequired/Tricky4: OK
PASS: testoptionalrequired
/testthrift/Server: OK
PASS: testthrifttest
PASS: testthrifttestclient
===================
All 11 tests passed
===================
make[5]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/c_glib/test'>
make[4]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/c_glib/test'>
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/c_glib/test'>
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/c_glib'>
Making check in csharp
make[2]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/csharp'>
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/csharp'>
Making check in java
make[2]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java'>
/home/hudson/tools/ant/latest/bin/ant 
Buildfile: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build.xml>

setup.init:

ivy.check:

ivy.download:

ivy.init:

mvn.ant.tasks.download:
      [get] Getting: http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.1/maven-ant-tasks-2.1.1.jar
      [get] To: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/tools/maven-ant-tasks-2.1.1.jar>
      [get] Not modified - so not downloaded

mvn.init:

init:

compile:

dist:

BUILD SUCCESSFUL
Total time: 1 second
make  check-local
make[3]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java'>
/home/hudson/tools/ant/latest/bin/ant 
Buildfile: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build.xml>

setup.init:

ivy.check:

ivy.download:

ivy.init:

mvn.ant.tasks.download:
      [get] Getting: http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.1/maven-ant-tasks-2.1.1.jar
      [get] To: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/tools/maven-ant-tasks-2.1.1.jar>
      [get] Not modified - so not downloaded

mvn.init:

init:

compile:

dist:

BUILD SUCCESSFUL
Total time: 1 second
/home/hudson/tools/ant/latest/bin/ant  test
Buildfile: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build.xml>

generate:
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:41] 64-bit constant "10000000000" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:169] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "4294967295" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "281474976710655" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "72057594037927935" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "4294967295" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "281474976710655" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "72057594037927935" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:197] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:204] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:41] 64-bit constant "10000000000" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:169] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "4294967295" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "281474976710655" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "72057594037927935" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "4294967295" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "281474976710655" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "72057594037927935" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:/home/hudson/hu
     [exec] dson-slave/workspace/Thrift/thrift/test/DebugProtoTest.thrift:197] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:204] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/JavaBeansTest.thrift>:38] No field key specified for blah, resulting protocol may have conflicts or not be backwards compatible!
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/JavaBeansTest.thrift>:38] No field key specified for blah, resulting protocol may have conflicts or not be backwards compatible!
     [exec] 

setup.init:

ivy.check:

ivy.download:

ivy.init:

mvn.ant.tasks.download:
      [get] Getting: http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.1/maven-ant-tasks-2.1.1.jar
      [get] To: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/tools/maven-ant-tasks-2.1.1.jar>
      [get] Not modified - so not downloaded

mvn.init:

init:

compile:

dist:

compile-test:
    [javac] Compiling 57 source files to <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 2 source files to <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 36 source files to <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 1 file to <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test>
      [jar] Building jar: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/libthrift-0.7.0-snapshot-test.jar>

junit-test:
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test/log>
    [junit] Running org.apache.thrift.TestShortStack
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.thrift.TestStruct
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.136 sec
    [junit] Running org.apache.thrift.TestTBaseHelper
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.021 sec
    [junit] Running org.apache.thrift.TestTDeserializer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.128 sec
    [junit] Running org.apache.thrift.TestTEnumHelper
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.thrift.TestTUnion
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.108 sec
    [junit] Running org.apache.thrift.async.TestTAsyncClient
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.072 sec
    [junit] Running org.apache.thrift.async.TestTAsyncClientManager
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 4.881 sec
    [junit] Running org.apache.thrift.protocol.TestTBinaryProtocol
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.121 sec
    [junit] Running org.apache.thrift.protocol.TestTCompactProtocol
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.122 sec
    [junit] Running org.apache.thrift.protocol.TestTJSONProtocol
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.166 sec
    [junit] Running org.apache.thrift.protocol.TestTProtocolUtil
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
    [junit] Running org.apache.thrift.server.TestHsHaServer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.148 sec
    [junit] Running org.apache.thrift.transport.TestAutoExpandingBuffer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.thrift.transport.TestAutoExpandingBufferReadTransport
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.thrift.transport.TestAutoExpandingBufferWriteTransport
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.015 sec
    [junit] Running org.apache.thrift.transport.TestTFastFramedTransport
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] Running org.apache.thrift.transport.TestTFramedTransport
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] Running org.apache.thrift.transport.TestTMemoryInputTransport
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.thrift.transport.TestTSSLTransportFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.179 sec
    [junit] Running org.apache.thrift.transport.TestTSaslTransports
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12.637 sec

deprecated-test:

test:

BUILD SUCCESSFUL
Total time: 51 seconds
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java'>
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java'>
Making check in js/test
make[2]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test'>
make  check-local
make[3]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test'>
/home/hudson/tools/ant/latest/bin/ant  test
Buildfile: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test/build.xml>

dependencies:

BUILD FAILED
<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test/build.xml>:72: ivy is missing at <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test/build/ivy>

Total time: 0 seconds
make[3]: *** [check-local] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib'>
make: *** [check-recursive] Error 1
Archiving artifacts


Build failed in Jenkins: Thrift #111

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/111/>

------------------------------------------
[...truncated 3002 lines...]
/testoptionalrequired/Simple: OK
/testoptionalrequired/Tricky1: OK
/testoptionalrequired/Tricky2: OK
/testoptionalrequired/Tricky3: OK
/testoptionalrequired/Tricky4: OK
PASS: testoptionalrequired
/testthrift/Server: OK
PASS: testthrifttest
PASS: testthrifttestclient
===================
All 11 tests passed
===================
make[5]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/c_glib/test'>
make[4]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/c_glib/test'>
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/c_glib/test'>
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/c_glib'>
Making check in csharp
make[2]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/csharp'>
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/csharp'>
Making check in java
make[2]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java'>
/home/hudson/tools/ant/latest/bin/ant 
Buildfile: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build.xml>

setup.init:

ivy.check:

ivy.download:

ivy.init:

mvn.ant.tasks.download:
      [get] Getting: http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.1/maven-ant-tasks-2.1.1.jar
      [get] To: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/tools/maven-ant-tasks-2.1.1.jar>
      [get] Not modified - so not downloaded

mvn.init:

init:

compile:

dist:

BUILD SUCCESSFUL
Total time: 1 second
make  check-local
make[3]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java'>
/home/hudson/tools/ant/latest/bin/ant 
Buildfile: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build.xml>

setup.init:

ivy.check:

ivy.download:

ivy.init:

mvn.ant.tasks.download:
      [get] Getting: http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.1/maven-ant-tasks-2.1.1.jar
      [get] To: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/tools/maven-ant-tasks-2.1.1.jar>
      [get] Not modified - so not downloaded

mvn.init:

init:

compile:

dist:

BUILD SUCCESSFUL
Total time: 1 second
/home/hudson/tools/ant/latest/bin/ant  test
Buildfile: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build.xml>

generate:
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:41] 64-bit constant "10000000000" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:169] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "4294967295" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "281474976710655" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "72057594037927935" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "4294967295" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "281474976710655" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "72057594037927935" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:197] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:204] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:41] 64-bit constant "10000000000" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:169] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "4294967295" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "281474976710655" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "72057594037927935" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "4294967295" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "281474976710655" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "72057594037927935" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:197] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:204] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/JavaBeansTest.thrift>:38] No field key specified for blah, resulting protocol may have conflicts or not be backwards compatible!
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/JavaBeansTest.thrift>:38] No field key specified for blah, resulting protocol may have conflicts or not be backwards compatible!
     [exec] 

setup.init:

ivy.check:

ivy.download:

ivy.init:

mvn.ant.tasks.download:
      [get] Getting: http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.1/maven-ant-tasks-2.1.1.jar
      [get] To: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/tools/maven-ant-tasks-2.1.1.jar>
      [get] Not modified - so not downloaded

mvn.init:

init:

compile:

dist:

compile-test:
    [javac] Compiling 57 source files to <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 2 source files to <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 36 source files to <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 1 file to <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test>
      [jar] Building jar: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/libthrift-0.7.0-snapshot-test.jar>

junit-test:
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test/log>
    [junit] Running org.apache.thrift.TestShortStack
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.017 sec
    [junit] Running org.apache.thrift.TestStruct
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.132 sec
    [junit] Running org.apache.thrift.TestTBaseHelper
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.027 sec
    [junit] Running org.apache.thrift.TestTDeserializer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.134 sec
    [junit] Running org.apache.thrift.TestTEnumHelper
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.thrift.TestTUnion
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.109 sec
    [junit] Running org.apache.thrift.async.TestTAsyncClient
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.077 sec
    [junit] Running org.apache.thrift.async.TestTAsyncClientManager
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 4.891 sec
    [junit] Running org.apache.thrift.protocol.TestTBinaryProtocol
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.139 sec
    [junit] Running org.apache.thrift.protocol.TestTCompactProtocol
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.128 sec
    [junit] Running org.apache.thrift.protocol.TestTJSONProtocol
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.182 sec
    [junit] Running org.apache.thrift.protocol.TestTProtocolUtil
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
    [junit] Running org.apache.thrift.server.TestHsHaServer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.147 sec
    [junit] Running org.apache.thrift.transport.TestAutoExpandingBuffer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.thrift.transport.TestAutoExpandingBufferReadTransport
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.thrift.transport.TestAutoExpandingBufferWriteTransport
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.016 sec
    [junit] Running org.apache.thrift.transport.TestTFastFramedTransport
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] Running org.apache.thrift.transport.TestTFramedTransport
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.06 sec
    [junit] Running org.apache.thrift.transport.TestTMemoryInputTransport
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.024 sec
    [junit] Running org.apache.thrift.transport.TestTSSLTransportFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.193 sec
    [junit] Running org.apache.thrift.transport.TestTSaslTransports
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12.56 sec

deprecated-test:

test:

BUILD SUCCESSFUL
Total time: 52 seconds
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java'>
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java'>
Making check in js/test
make[2]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test'>
make  check-local
make[3]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test'>
/home/hudson/tools/ant/latest/bin/ant  test
Buildfile: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test/build.xml>

dependencies:

BUILD FAILED
<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test/build.xml>:72: ivy is missing at <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test/build/ivy>

Total time: 0 seconds
make[3]: *** [check-local] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib'>
make: *** [check-recursive] Error 1
Archiving artifacts


Build failed in Jenkins: Thrift #110

Posted by Apache Hudson Server <hu...@hudson.apache.org>.
See <https://hudson.apache.org/hudson/job/Thrift/110/changes>

Changes:

[roger] THRIFT-1124 add ifdef for crossplatform mkdir, ugly but it works

------------------------------------------
[...truncated 1796 lines...]
/testoptionalrequired/Simple: OK
/testoptionalrequired/Tricky1: OK
/testoptionalrequired/Tricky2: OK
/testoptionalrequired/Tricky3: OK
/testoptionalrequired/Tricky4: OK
PASS: testoptionalrequired
/testthrift/Server: OK
PASS: testthrifttest
PASS: testthrifttestclient
===================
All 11 tests passed
===================
make[5]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/c_glib/test'>
make[4]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/c_glib/test'>
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/c_glib/test'>
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/c_glib'>
Making check in csharp
make[2]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/csharp'>
make[2]: Nothing to be done for `check'.
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/csharp'>
Making check in java
make[2]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java'>
/home/hudson/tools/ant/latest/bin/ant 
Buildfile: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build.xml>

setup.init:

ivy.check:

ivy.download:

ivy.init:

mvn.ant.tasks.download:
      [get] Getting: http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.1/maven-ant-tasks-2.1.1.jar
      [get] To: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/tools/maven-ant-tasks-2.1.1.jar>
      [get] Not modified - so not downloaded

mvn.init:

init:

compile:

dist:

BUILD SUCCESSFUL
Total time: 1 second
make  check-local
make[3]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java'>
/home/hudson/tools/ant/latest/bin/ant 
Buildfile: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build.xml>

setup.init:

ivy.check:

ivy.download:

ivy.init:

mvn.ant.tasks.download:
      [get] Getting: http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.1/maven-ant-tasks-2.1.1.jar
      [get] To: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/tools/maven-ant-tasks-2.1.1.jar>
      [get] Not modified - so not downloaded

mvn.init:

init:

compile:

dist:

BUILD SUCCESSFUL
Total time: 1 second
/home/hudson/tools/ant/latest/bin/ant  test
Buildfile: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build.xml>

generate:
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:41] 64-bit constant "10000000000" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:169] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "4294967295" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "281474976710655" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "72057594037927935" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "4294967295" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "281474976710655" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "72057594037927935" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:197] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:204] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:41] 64-bit constant "10000000000" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:169] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "4294967295" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "281474976710655" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "72057594037927935" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:179] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "4294967295" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "1099511627775" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "281474976710655" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "72057594037927935" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:188] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:197] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/DebugProtoTest.thrift>:204] 64-bit constant "9223372036854775807" may not work in all languages.
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/JavaBeansTest.thrift>:38] No field key specified for blah, resulting protocol may have conflicts or not be backwards compatible!
     [exec] 
     [exec] [WARNING:<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/test/JavaBeansTest.thrift>:38] No field key specified for blah, resulting protocol may have conflicts or not be backwards compatible!
     [exec] 

setup.init:

ivy.check:

ivy.download:

ivy.init:

mvn.ant.tasks.download:
      [get] Getting: http://repo1.maven.org/maven2/org/apache/maven/maven-ant-tasks/2.1.1/maven-ant-tasks-2.1.1.jar
      [get] To: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/tools/maven-ant-tasks-2.1.1.jar>
      [get] Not modified - so not downloaded

mvn.init:

init:

compile:

dist:

compile-test:
    [javac] Compiling 57 source files to <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 2 source files to <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] Compiling 36 source files to <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test>
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
     [copy] Copying 1 file to <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test>
      [jar] Building jar: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/libthrift-0.7.0-snapshot-test.jar>

junit-test:
    [mkdir] Created dir: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java/build/test/log>
    [junit] Running org.apache.thrift.TestShortStack
    [junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 0.012 sec
    [junit] Running org.apache.thrift.TestStruct
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.139 sec
    [junit] Running org.apache.thrift.TestTBaseHelper
    [junit] Tests run: 13, Failures: 0, Errors: 0, Time elapsed: 0.021 sec
    [junit] Running org.apache.thrift.TestTDeserializer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.128 sec
    [junit] Running org.apache.thrift.TestTEnumHelper
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.013 sec
    [junit] Running org.apache.thrift.TestTUnion
    [junit] Tests run: 8, Failures: 0, Errors: 0, Time elapsed: 0.109 sec
    [junit] Running org.apache.thrift.async.TestTAsyncClient
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.072 sec
    [junit] Running org.apache.thrift.async.TestTAsyncClientManager
    [junit] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 4.813 sec
    [junit] Running org.apache.thrift.protocol.TestTBinaryProtocol
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.12 sec
    [junit] Running org.apache.thrift.protocol.TestTCompactProtocol
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.121 sec
    [junit] Running org.apache.thrift.protocol.TestTJSONProtocol
    [junit] Tests run: 11, Failures: 0, Errors: 0, Time elapsed: 0.165 sec
    [junit] Running org.apache.thrift.protocol.TestTProtocolUtil
    [junit] Tests run: 4, Failures: 0, Errors: 0, Time elapsed: 0.073 sec
    [junit] Running org.apache.thrift.server.TestHsHaServer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 8.146 sec
    [junit] Running org.apache.thrift.transport.TestAutoExpandingBuffer
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.011 sec
    [junit] Running org.apache.thrift.transport.TestAutoExpandingBufferReadTransport
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.thrift.transport.TestAutoExpandingBufferWriteTransport
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.015 sec
    [junit] Running org.apache.thrift.transport.TestTFastFramedTransport
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.062 sec
    [junit] Running org.apache.thrift.transport.TestTFramedTransport
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.059 sec
    [junit] Running org.apache.thrift.transport.TestTMemoryInputTransport
    [junit] Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.014 sec
    [junit] Running org.apache.thrift.transport.TestTSSLTransportFactory
    [junit] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.185 sec
    [junit] Running org.apache.thrift.transport.TestTSaslTransports
    [junit] Tests run: 5, Failures: 0, Errors: 0, Time elapsed: 12.639 sec

deprecated-test:

test:

BUILD SUCCESSFUL
Total time: 51 seconds
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java'>
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/java'>
Making check in js/test
make[2]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test'>
make  check-local
make[3]: Entering directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test'>
/home/hudson/tools/ant/latest/bin/ant  test
Buildfile: <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test/build.xml>

dependencies:

BUILD FAILED
<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test/build.xml>:72: ivy is missing at <https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test/build/ivy>

Total time: 0 seconds
make[3]: *** [check-local] Error 1
make[3]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test'>
make[2]: *** [check-am] Error 2
make[2]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib/js/test'>
make[1]: *** [check-recursive] Error 1
make[1]: Leaving directory `<https://hudson.apache.org/hudson/job/Thrift/ws/thrift/lib'>
make: *** [check-recursive] Error 1
Archiving artifacts