You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by Apache Jenkins Server <je...@builds.apache.org> on 2016/04/06 01:17:11 UTC

Build failed in Jenkins: Thrift-Compiler-Windows #1999

See <https://builds.apache.org/job/Thrift-Compiler-Windows/1999/changes>

Changes:

[jensg] THRIFT-3776 Go code from multiple thrift files with the same namespace

[jensg] THRIFT-3778 go client can not pass method parameter to server of other

------------------------------------------
[...truncated 2183 lines...]
jdk1.7.0_80/db/lib/derbynet.jar
jdk1.7.0_80/db/lib/derbyLocale_ja_JP.jar
jdk1.7.0_80/db/lib/derbyLocale_ru.jar
jdk1.7.0_80/db/lib/derbyLocale_es.jar
jdk1.7.0_80/db/lib/derbyLocale_it.jar
jdk1.7.0_80/db/lib/derby.jar
jdk1.7.0_80/db/lib/derbytools.jar
jdk1.7.0_80/db/lib/derbyLocale_hu.jar
jdk1.7.0_80/db/lib/derby.war
jdk1.7.0_80/db/lib/derbyrun.jar
jdk1.7.0_80/db/lib/derbyLocale_zh_TW.jar
jdk1.7.0_80/db/lib/derbyLocale_fr.jar
jdk1.7.0_80/db/lib/derbyclient.jar
jdk1.7.0_80/db/lib/derbyLocale_cs.jar
jdk1.7.0_80/db/lib/derbyLocale_pl.jar
jdk1.7.0_80/db/lib/derbyLocale_de_DE.jar
jdk1.7.0_80/db/lib/derbyLocale_ko_KR.jar
jdk1.7.0_80/db/lib/derbyLocale_pt_BR.jar
jdk1.7.0_80/db/3RDPARTY
jdk1.7.0_80/db/bin/
jdk1.7.0_80/db/bin/setNetworkClientCP.bat
jdk1.7.0_80/db/bin/dblook
jdk1.7.0_80/db/bin/NetworkServerControl
jdk1.7.0_80/db/bin/setEmbeddedCP
jdk1.7.0_80/db/bin/stopNetworkServer.bat
jdk1.7.0_80/db/bin/NetworkServerControl.bat
jdk1.7.0_80/db/bin/sysinfo
jdk1.7.0_80/db/bin/ij
jdk1.7.0_80/db/bin/setNetworkServerCP
jdk1.7.0_80/db/bin/setEmbeddedCP.bat
jdk1.7.0_80/db/bin/ij.bat
jdk1.7.0_80/db/bin/dblook.bat
jdk1.7.0_80/db/bin/sysinfo.bat
jdk1.7.0_80/db/bin/setNetworkClientCP
jdk1.7.0_80/db/bin/derby_common.bat
jdk1.7.0_80/db/bin/startNetworkServer.bat
jdk1.7.0_80/db/bin/startNetworkServer
jdk1.7.0_80/db/bin/setNetworkServerCP.bat
jdk1.7.0_80/db/bin/stopNetworkServer
jdk1.7.0_80/db/README-JDK.html
jdk1.7.0_80/db/NOTICE
jdk1.7.0_80/README.html
jdk1.7.0_80/THIRDPARTYLICENSEREADME.txt
Building remotely on jenkins-test-466 (jenkins-cloud-4GB cloud-slave Ubuntu ubuntu jenkins-cloud-8GB) in workspace <https://builds.apache.org/job/Thrift-Compiler-Windows/ws/>
Cloning the remote Git repository
Cloning repository https://git-wip-us.apache.org/repos/asf/thrift.git
 > git init <https://builds.apache.org/job/Thrift-Compiler-Windows/ws/> # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/thrift.git
 > git --version # timeout=10
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/thrift.git +refs/heads/*:refs/remotes/origin/*
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/thrift.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git-wip-us.apache.org/repos/asf/thrift.git # timeout=10
Fetching upstream changes from https://git-wip-us.apache.org/repos/asf/thrift.git
 > git -c core.askpass=true fetch --tags --progress https://git-wip-us.apache.org/repos/asf/thrift.git +refs/heads/*:refs/remotes/origin/*
Seen branch in repository origin/0.1.x
Seen branch in repository origin/0.2.x
Seen branch in repository origin/0.3.x
Seen branch in repository origin/0.4.x
Seen branch in repository origin/0.5.x
Seen branch in repository origin/0.6.x
Seen branch in repository origin/0.7.x
Seen branch in repository origin/0.8.x
Seen branch in repository origin/0.9.1
Seen branch in repository origin/0.9.2
Seen branch in repository origin/0.9.3
Seen branch in repository origin/0.9.x
Seen branch in repository origin/master
Seen branch in repository origin/py-compiler
Seen 14 remote branches
Checking out Revision 717334816de896acc5dac3f787d64b52e033b38f (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 717334816de896acc5dac3f787d64b52e033b38f
 > git rev-list cdc83335d60756c4bfb0d2c8af7933500c9e3c06 # timeout=10
[Thrift-Compiler-Windows] $ /bin/bash -xe /tmp/hudson6485134282388278469.sh
+ rm -rf cmake-mingw32
+ mkdir -p cmake-mingw32
+ cd cmake-mingw32
+ cmake -DCMAKE_TOOLCHAIN_FILE=../build/cmake/mingw32-toolchain.cmake -DBUILD_COMPILER=ON -DBUILD_LIBRARIES=OFF -DBUILD_TESTING=OFF -DBUILD_EXAMPLES=OFF ..
-- The C compiler identification is GNU 4.2.1
-- The CXX compiler identification is GNU 4.2.1
-- Check for working C compiler: /usr/bin/i586-mingw32msvc-gcc
-- Check for working C compiler: /usr/bin/i586-mingw32msvc-gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/i586-mingw32msvc-g++
-- Check for working CXX compiler: /usr/bin/i586-mingw32msvc-g++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Parsed Thrift package version: 1.0.0-dev
-- Parsed Thrift version: 1.0.0 (1.0.0)
-- libevent NOT found.
CMake Warning at /usr/share/cmake-2.8/Modules/FindQt4.cmake:659 (message):
  /usr/bin/qmake reported QT_INSTALL_LIBS as "/usr/lib/x86_64-linux-gnu" but
  QtCore could not be found there.  Qt is NOT installed correctly for the
  target build environment.
Call Stack (most recent call first):
  build/cmake/DefineOptions.cmake:61 (find_package)
  CMakeLists.txt:45 (include)


-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- Could NOT find PIP (missing:  PIP_EXECUTABLE) 
-- Found RUN_HASKELL: /usr/bin/runhaskell  
-- Found CABAL: /usr/bin/cabal  
-- Looking for AI_ADDRCONFIG
-- Looking for AI_ADDRCONFIG - not found
-- Looking for arpa/inet.h
-- Looking for arpa/inet.h - not found
-- Looking for fcntl.h
-- Looking for fcntl.h - found
-- Looking for getopt.h
-- Looking for getopt.h - found
-- Looking for inttypes.h
-- Looking for inttypes.h - found
-- Looking for netdb.h
-- Looking for netdb.h - not found
-- Looking for netinet/in.h
-- Looking for netinet/in.h - not found
-- Looking for stdint.h
-- Looking for stdint.h - found
-- Looking for unistd.h
-- Looking for unistd.h - found
-- Looking for pthread.h
-- Looking for pthread.h - not found
-- Looking for sys/time.h
-- Looking for sys/time.h - found
-- Looking for sys/param.h
-- Looking for sys/param.h - found
-- Looking for sys/resource.h
-- Looking for sys/resource.h - not found
-- Looking for sys/socket.h
-- Looking for sys/socket.h - not found
-- Looking for sys/stat.h
-- Looking for sys/stat.h - found
-- Looking for sys/un.h
-- Looking for sys/un.h - not found
-- Looking for sys/poll.h
-- Looking for sys/poll.h - not found
-- Looking for sys/select.h
-- Looking for sys/select.h - not found
-- Looking for sched.h
-- Looking for sched.h - not found
-- Looking for strings.h
-- Looking for strings.h - found
-- Looking for gethostbyname
-- Looking for gethostbyname - not found
-- Looking for gethostbyname_r
-- Looking for gethostbyname_r - not found
-- Looking for strerror_r
-- Looking for strerror_r - not found
-- Looking for sched_get_priority_max
-- Looking for sched_get_priority_max - not found
-- Looking for sched_get_priority_min
-- Looking for sched_get_priority_min - not found
-- Performing Test STRERROR_R_CHAR_P
-- Performing Test STRERROR_R_CHAR_P - Failed
-- Looking for include file pthread.h
-- Looking for include file pthread.h - not found
-- Found Threads: TRUE  
-- Building without tests
-- Found FLEX: /usr/bin/flex (found version "2.5.35") 
-- Found BISON: /usr/bin/bison (found version "3.0.2") 
-- ----------------------------------------------------------
-- Thrift version:                               1.0.0 (1.0.0)
-- Thrift package version:                       1.0.0-dev
-- Build configuration Summary
--   Build Thrift compiler:                      ON
--   Build with unit tests:                      OFF
--   Build examples:                             OFF
--   Build Thrift libraries:                     OFF
--  Language libraries:
--   Build C++ library:                          OFF
--    - Boost headers missing
--   Build C (GLib) library:                     OFF
--    - GLib missing
--   Build Java library:                         OFF
--   Build Python library:                       OFF
--    - Python libraries missing
--   Build Haskell library:                      OFF
--  Library features:
--   Build shared libraries:                     ON
--   Build static libraries:                     ON
--   Build with ZLIB support:                    OFF
--   Build with libevent support:                OFF
--   Build with Qt4 support:                     OFF
--   Build with Qt5 support:                     OFF
--   Build with OpenSSL support:                 OFF
--   Build with Boost thread support:            OFF
--   Build with C++ std::thread support:         OFF
--   Build with Boost dynamic link test library: OFF
-- ----------------------------------------------------------
-- Configuring done
-- Generating done
-- Build files have been written to: <https://builds.apache.org/job/Thrift-Compiler-Windows/ws/cmake-mingw32>
+ make -j4
[  5%] [  5%] [BISON][thrifty] Building parser with bison 3.0.2
[FLEX][thriftl] Building scanner with flex 2.5.35
[  7%] Generating thrifty.h
Scanning dependencies of target libparse
[ 10%] [ 13%] Building CXX object compiler/cpp/CMakeFiles/libparse.dir/thrifty.cc.obj
Building CXX object compiler/cpp/CMakeFiles/libparse.dir/thriftl.cc.obj
Linking CXX static library ../../lib/liblibparse.a
[ 13%] Built target libparse
Scanning dependencies of target thrift-compiler
[ 15%] [ 21%] [ 21%] [ 23%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_generator.cc.obj
Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/main.cc.obj
Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/parse/t_typedef.cc.obj
Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/audit/t_audit.cpp.obj
[ 26%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/parse/parse.cc.obj
[ 28%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_c_glib_generator.cc.obj
[ 31%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_cpp_generator.cc.obj
[ 34%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_java_generator.cc.obj
[ 36%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_as3_generator.cc.obj
[ 39%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_dart_generator.cc.obj
[ 42%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_haxe_generator.cc.obj
[ 44%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_csharp_generator.cc.obj
[ 47%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_py_generator.cc.obj
[ 50%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_rb_generator.cc.obj
[ 52%] [ 55%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_php_generator.cc.obj
Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_perl_generator.cc.obj
[ 57%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_erl_generator.cc.obj
[ 60%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_cocoa_generator.cc.obj
[ 63%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_swift_generator.cc.obj
[ 65%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_st_generator.cc.obj
[ 68%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_ocaml_generator.cc.obj
[ 71%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_hs_generator.cc.obj
[ 73%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_xsd_generator.cc.obj
[ 76%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_html_generator.cc.obj
[ 78%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_js_generator.cc.obj
[ 81%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_json_generator.cc.obj
[ 84%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_javame_generator.cc.obj
[ 86%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_delphi_generator.cc.obj
[ 89%] [ 92%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_go_generator.cc.obj
Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_d_generator.cc.obj
[ 94%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_lua_generator.cc.obj
[ 97%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_gv_generator.cc.obj
[100%] Building CXX object compiler/cpp/CMakeFiles/thrift-compiler.dir/src/generate/t_xml_generator.cc.obj
Linking CXX executable ../../bin/thrift.exe
[100%] Built target thrift-compiler
+ cpack
CPack Error: Cannot find NSIS compiler makensis: likely it is not installed, or not in your PATH
CPack Error: Could not read NSIS registry value. This is usually caused by NSIS not being installed. Please install NSIS from http://nsis.sourceforge.net
CPack Error: Cannot initialize the generator NSIS
+ sh bootstrap.sh
sh: 0: Can't open bootstrap.sh
Build step 'Execute shell' marked build as failure
[WARNINGS] Skipping publisher since build result is FAILURE
Archiving artifacts

Jenkins build is back to normal : Thrift-Compiler-Windows #2000

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