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

Changes:

[jensg] THRIFT-3417: "namespace xsd" is not really working Client: XSD Patch:

[jensg] THRIFT-3426 Align autogen comment in XSD Client: XSD Patch: Jens Geyer

------------------------------------------
Started by an SCM change
[EnvInject] - Loading node environment variables.
Building remotely on ubuntu-6 (docker Ubuntu ubuntu) in workspace 
<https://builds.apache.org/job/Thrift-Compiler-Windows/ws/>
 > git rev-parse --is-inside-work-tree # timeout=10
Fetching changes from the remote Git repository
 > 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 --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/*
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 eeb51962fa47c4d48ab374ffa95c088b29108396 (origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f eeb51962fa47c4d48ab374ffa95c088b29108396
 > git rev-list a6b120301a05ef6bfb77d5bd7df1784b78339a09 # timeout=10
[Thrift-Compiler-Windows] $ /bin/bash -xe /tmp/hudson2404684228537953551.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:52 (find_package)
  CMakeLists.txt:45 (include)


-- Found PkgConfig: /usr/bin/pkg-config (found version "0.26") 
-- 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
-- ----------------------------------------------------------
-- Configuring done
-- Generating done
-- Build files have been written to: 
<https://builds.apache.org/job/Thrift-Compiler-Windows/ws/cmake-mingw32>
+ make -j4
[  2%] [  5%] [BISON][thrifty] Building parser with bison 3.0.2
[FLEX][thriftl] Building scanner with flex 2.5.35
[  8%] 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
In file included from 
<https://builds.apache.org/job/Thrift-Compiler-Windows/ws/compiler/cpp/src/thrifty.yy>:42:
<https://builds.apache.org/job/Thrift-Compiler-Windows/ws/compiler/cpp/src/parse/t_program.h>:384:
 error: 'namespace_annotations_' was not declared in this scope
<https://builds.apache.org/job/Thrift-Compiler-Windows/ws/compiler/cpp/src/parse/t_program.h>:384:
 error: '>>' should be '> >' within a nested template argument list
In file included from 
<https://builds.apache.org/job/Thrift-Compiler-Windows/ws/compiler/cpp/src/thriftl.ll>:60:
<https://builds.apache.org/job/Thrift-Compiler-Windows/ws/compiler/cpp/src/parse/t_program.h>:384:
 error: 'namespace_annotations_' was not declared in this scope
<https://builds.apache.org/job/Thrift-Compiler-Windows/ws/compiler/cpp/src/parse/t_program.h>:384:
 error: '>>' should be '> >' within a nested template argument list
make[2]: *** [compiler/cpp/CMakeFiles/libparse.dir/thrifty.cc.obj] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [compiler/cpp/CMakeFiles/libparse.dir/thriftl.cc.obj] Error 1
make[1]: *** [compiler/cpp/CMakeFiles/libparse.dir/all] Error 2
make: *** [all] Error 2
+ 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

Reply via email to