You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by yu feng <ol...@gmail.com> on 2017/08/02 12:32:10 UTC

problem about buildall.sh

Hi, I clone impala from
https://git-wip-us.apache.org/repos/asf/incubator-impala.git, and try to
run 'bash buildall.sh -noclean -skiptests -build_shared_libs -format', I
have finish building impalad two months ago, However, I git pull all newest
code, error happened:


-- Found JNI:
/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/server/libjvm.so

-- ----------> Adding thirdparty library java_jvm. <----------
-- Header files:
/home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/hzfengyu/impala/deploy/jdk1.7.0_79/include
-- Added static library dependency java_jvm:
/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/server/libjvm.so
-- ----------> Adding thirdparty library breakpad_client. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/breakpad-ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/include/breakpad
-- Added static library dependency breakpad_client:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/breakpad-ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_client.a
-- Added shared library dependency rt: /usr/lib/x86_64-linux-gnu/librt.so
-- Added shared library dependency dl: /usr/lib/x86_64-linux-gnu/libdl.so
Using Thrift compiler:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/thrift-0.9.0-p9/bin/thrift
Found output dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/shell/
Using FlatBuffers compiler:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
--java-o/home/hzfengyu/impala/apache-impala/incubator-impala/fe/generated-sources/gen-java-b
--cpp-o/home/hzfengyu/impala/apache-impala/incubator-impala/be/generated-sources/gen-cpp-b
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
-- WARNING: Doxygen not found - Docs will not be created
-- Looking for sched_getcpu
-- Looking for sched_getcpu - found
-- Looking for pipe2
-- Looking for pipe2 - found
-- Looking for fallocate
-- Looking for fallocate - found
-- Looking for preadv
-- Looking for preadv - found
-- Looking for include file linux/magic.h
-- Looking for include file linux/magic.h - found
-- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas -pthread
-fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED -B
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/binutils-2.26.1/bin/
-fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
-fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS
-- Common
/home/hzfengyu/impala/apache-impala/incubator-impala/be/build/debug/
-- Configuring incomplete, errors occurred!
See also
"/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeOutput.log".
Error in
/home/hzfengyu/impala/apache-impala/incubator-impala/bin/make_impala.sh at
line 160: cmake . ${CMAKE_ARGS[@]}



I try to find something in CMakeOutput.log,  and I can not find any error,
Is there I miss something? thanks a lot.

Re: problem about buildall.sh

Posted by Henry Robinson <he...@apache.org>.
Glad to hear it - and sorry about this annoying edge case.

On 3 August 2017 at 04:14, yu feng <ol...@gmail.com> wrote:

> Great ! it is finish successfully after remove glog-0.3.4-p2 and pull to
> the newest commit. Thanks all of you.
>
> 2017-08-03 13:30 GMT+08:00 Henry Robinson <he...@apache.org>:
>
> > I think you're hitting the problem where you're not picking up the most
> > recent version of gflags. IMPALA-5659 added .so building to gflags, but
> > didn't bump the patch level or version number, and the toolchain doesn't
> > have a great way of dealing with that situation.
> >
> > Do the following:
> >
> > rm -rf ${IMPALA_TOOLCHAIN}/gflags-${IMPALA_GFLAGS_VERSION}
> > . bin/impala-config.sh
> > bin/bootstrap_toolchain.py
> >
> > and then try rebuilding.
> >
> >
> > On 2 August 2017 at 22:24, yu feng <ol...@gmail.com> wrote:
> >
> > > I will try to delete toolchain/glog-0.3.4-p2/ and rebuild, However, I
> > have
> > > remove all toochains before. I try again now.
> > >
> > > 2017-08-03 12:49 GMT+08:00 Tim Armstrong <ta...@cloudera.com>:
> > >
> > > > It looks like the error is:
> > > >
> > > > > -- ----------> Adding thirdparty library glog. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/glog-0.3.4-p2/include
> > > > > -- Added shared library dependency glog:
> > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/glog-0.3.4-p2/lib/libglog.so
> > > > > CMake Error at CMakeLists.txt:178 (IMPALA_ADD_THIRDPARTY_LIB):
> > > > >   IMPALA_ADD_THIRDPARTY_LIB Function invoked with incorrect
> arguments
> > > for
> > > > >   function named: IMPALA_ADD_THIRDPARTY_LIB
> > > >
> > > > Has anyone seen this before?
> > > >
> > > > One thing you can try is deleting glog then rebuilding. E.g.
> > > >
> > > > rm -r toolchain/glog-0.3.4-p2/
> > > >
> > > > On Wed, Aug 2, 2017 at 9:34 PM, yu feng <ol...@gmail.com>
> wrote:
> > > >
> > > > > CMakeOutput.log :
> > > > >
> > > > >
> > > > >
> > > > > The system is: Linux - 3.16.0-4-amd64 - x86_64
> > > > > Compiling the C compiler identification source file
> > > "CMakeCCompilerId.c"
> > > > > succeeded.
> > > > > Compiler:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > > Build flags:
> > > > > Id flags:
> > > > >
> > > > > The output was:
> > > > > 0
> > > > >
> > > > >
> > > > > Compilation of the C compiler identification source
> > > "CMakeCCompilerId.c"
> > > > > produced "a.out"
> > > > >
> > > > > The C compiler identification is GNU, found in
> > > > > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/3.2.3/CompilerIdC/a.out"
> > > > >
> > > > > Compiling the CXX compiler identification source file
> > > > > "CMakeCXXCompilerId.cpp" succeeded.
> > > > > Compiler:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > > Build flags:
> > > > > Id flags:
> > > > >
> > > > > The output was:
> > > > > 0
> > > > >
> > > > >
> > > > > Compilation of the CXX compiler identification source
> > > > > "CMakeCXXCompilerId.cpp" produced "a.out"
> > > > >
> > > > > The CXX compiler identification is GNU, found in
> > > > > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/3.2.3/
> > > > > CompilerIdCXX/a.out"
> > > > >
> > > > > Determining if the C compiler works passed with the following
> output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2174981562/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2174981562.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec2174981562.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >    -o CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/
> > > > > testCCompiler.c
> > > > > Linking C executable cmTryCompileExec2174981562
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2174981562.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >       CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o
> > -o
> > > > > cmTryCompileExec2174981562 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Detecting C compiler ABI info compiled with the following output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3739174323/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3739174323.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec3739174323.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >    -o CMakeFiles/cmTryCompileExec3739174323.
> > dir/CMakeCCompilerABI.c.o
> > > >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CMakeCCompilerABI.c
> > > > > Linking C executable cmTryCompileExec3739174323
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3739174323.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >      -v CMakeFiles/cmTryCompileExec3739174323.
> > > dir/CMakeCCompilerABI.c.o
> > > > > -o
> > > > > cmTryCompileExec3739174323 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > Using built-in specs.
> > > > > COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/gcc
> > > > > COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > > > Target: x86_64-unknown-linux-gnu
> > > > > Configured with: ../gcc-4.9.2/configure
> > > > > --prefix=/data/jenkins/workspace/verify-impala-
> > > > > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > > > > toolchain/build/gcc-4.9.2
> > > > > --enable-languages=c,c++ --disable-multilib
> > > > > --with-build-config=bootstrap-debug
> > > > > Thread model: posix
> > > > > gcc version 4.9.2 (GCC)
> > > > > COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > > > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > bin/../libexec/gcc/
> > > > > LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > > > > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > > lib/gcc/:/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/
> > > > > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > > > > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > > > > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/
> > > > > COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3739174323'
> > '-rdynamic'
> > > > > '-mtune=generic' '-march=x86-64'
> > > > >  /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/collect2
> > > > > -plugin
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/liblto_plugin.so
> > > > > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > > > -plugin-opt=-fresolution=/tmp/ccm1iypm.res
> > -plugin-opt=-pass-through=-
> > > > lgcc
> > > > > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
> > > > > -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
> > > > > --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
> > > > > /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec3739174323
> > > > > /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/crtbegin.o
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/../../../../lib64
> > > > > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/../../..
> > > > > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> > -lgcc
> > > > > --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
> > > > > --no-as-needed
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/crtend.o
> > > > > /usr/lib/x86_64-linux-gnu/crtn.o
> > > > >
> > > > >
> > > > > Parsed C implicit link information from above output:
> > > > >   link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*(
> > |$)]
> > > > >   ignore line: [Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp]
> > > > >   ignore line: []
> > > > >   ignore line: [Run Build Command:"/usr/bin/make"
> > > > > "cmTryCompileExec3739174323/fast"]
> > > > >   ignore line: [/usr/bin/make -f
> > > > > CMakeFiles/cmTryCompileExec3739174323.dir/build.make
> > > > > CMakeFiles/cmTryCompileExec3739174323.dir/build]
> > > > >   ignore line: [make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp']
> > > > >   ignore line:
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1]
> > > > >   ignore line: [Building C object
> > > > > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o]
> > > > >   ignore line:
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >    -o CMakeFiles/cmTryCompileExec3739174323.
> > dir/CMakeCCompilerABI.c.o
> > > >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CMakeCCompilerABI.c]
> > > > >   ignore line: [Linking C executable cmTryCompileExec3739174323]
> > > > >   ignore line:
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3739174323.
> > > dir/link.txt
> > > > > --verbose=1]
> > > > >   ignore line:
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >      -v CMakeFiles/cmTryCompileExec3739174323.
> > > dir/CMakeCCompilerABI.c.o
> > > > > -o
> > > > > cmTryCompileExec3739174323 -rdynamic  ]
> > > > >   ignore line: [make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp']
> > > > >   ignore line: [Using built-in specs.]
> > > > >   ignore line:
> > > > > [COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/gcc]
> > > > >   ignore line:
> > > > > [COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > > > >   ignore line: [Target: x86_64-unknown-linux-gnu]
> > > > >   ignore line: [Configured with: ../gcc-4.9.2/configure
> > > > > --prefix=/data/jenkins/workspace/verify-impala-
> > > > > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > > > > toolchain/build/gcc-4.9.2
> > > > > --enable-languages=c,c++ --disable-multilib
> > > > > --with-build-config=bootstrap-debug]
> > > > >   ignore line: [Thread model: posix]
> > > > >   ignore line: [gcc version 4.9.2 (GCC) ]
> > > > >   ignore line:
> > > > > [COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > > > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > > bin/../libexec/gcc/]
> > > > >   ignore line:
> > > > > [LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > > > > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > > lib/gcc/:/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/
> > > > > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > > > > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > > > > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/]
> > > > >   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o'
> > > > 'cmTryCompileExec3739174323'
> > > > > '-rdynamic' '-mtune=generic' '-march=x86-64']
> > > > >   link line: [
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/collect2
> > > > > -plugin
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/liblto_plugin.so
> > > > > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > > > -plugin-opt=-fresolution=/tmp/ccm1iypm.res
> > -plugin-opt=-pass-through=-
> > > > lgcc
> > > > > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
> > > > > -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
> > > > > --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
> > > > > /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec3739174323
> > > > > /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/crtbegin.o
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/../../../../lib64
> > > > > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/../../..
> > > > > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> > -lgcc
> > > > > --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
> > > > > --no-as-needed
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/crtend.o
> > > > > /usr/lib/x86_64-linux-gnu/crtn.o]
> > > > >     arg
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/collect2]
> > > > > ==> ignore
> > > > >     arg [-plugin] ==> ignore
> > > > >     arg
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/liblto_plugin.so]
> > > > > ==> ignore
> > > > >     arg
> > > > > [-plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > > > > ==> ignore
> > > > >     arg [-plugin-opt=-fresolution=/tmp/ccm1iypm.res] ==> ignore
> > > > >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> > > > >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> > > > >     arg [-plugin-opt=-pass-through=-lc] ==> ignore
> > > > >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> > > > >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> > > > >     arg [--eh-frame-hdr] ==> ignore
> > > > >     arg [-m] ==> ignore
> > > > >     arg [elf_x86_64] ==> ignore
> > > > >     arg [-export-dynamic] ==> ignore
> > > > >     arg [-dynamic-linker] ==> ignore
> > > > >     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
> > > > >     arg [-o] ==> ignore
> > > > >     arg [cmTryCompileExec3739174323] ==> ignore
> > > > >     arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
> > > > >     arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
> > > > >     arg
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/crtbegin.o]
> > > > > ==> ignore
> > > > >     arg
> > > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2]
> > > > > ==> dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > > >     arg
> > > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > > > ==> dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > > >     arg
> > > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/../../../../lib64]
> > > > > ==> dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/../../../../lib64]
> > > > >     arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
> > > > >     arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
> > > > >     arg [-L/usr/lib/x86_64-linux-gnu] ==> dir
> > > [/usr/lib/x86_64-linux-gnu]
> > > > >     arg
> > > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/../../..]
> > > > > ==> dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/../../..]
> > > > >     arg [CMakeFiles/cmTryCompileExec3739174323.
> > > > dir/CMakeCCompilerABI.c.o]
> > > > > ==> ignore
> > > > >     arg [-lgcc] ==> lib [gcc]
> > > > >     arg [--as-needed] ==> ignore
> > > > >     arg [-lgcc_s] ==> lib [gcc_s]
> > > > >     arg [--no-as-needed] ==> ignore
> > > > >     arg [-lc] ==> lib [c]
> > > > >     arg [-lgcc] ==> lib [gcc]
> > > > >     arg [--as-needed] ==> ignore
> > > > >     arg [-lgcc_s] ==> lib [gcc_s]
> > > > >     arg [--no-as-needed] ==> ignore
> > > > >     arg
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/crtend.o]
> > > > > ==> ignore
> > > > >     arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
> > > > >   remove lib [gcc]
> > > > >   remove lib [gcc_s]
> > > > >   remove lib [gcc]
> > > > >   remove lib [gcc_s]
> > > > >   collapse library dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > > > ==>
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > > >   collapse library dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > > > ==>
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/lib/gcc]
> > > > >   collapse library dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/../../../../lib64]
> > > > > ==>
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/lib64]
> > > > >   collapse library dir [/lib/x86_64-linux-gnu] ==>
> > > > [/lib/x86_64-linux-gnu]
> > > > >   collapse library dir [/lib/../lib64] ==> [/lib64]
> > > > >   collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
> > > > > [/usr/lib/x86_64-linux-gnu]
> > > > >   collapse library dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/../../..]
> > > > > ==>
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/lib]
> > > > >   implicit libs: [c]
> > > > >   implicit dirs:
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.
> > > > > 2;/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/lib/gcc;/home/hzfengyu/impala/
> > > > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > > > > lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-
> > > > > gnu;/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/lib]
> > > > >   implicit fwks: []
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Detecting C [-std=c11] compiler features compiled with the
> following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3079253483/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3079253483.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec3079253483.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -std=c11 -o CMakeFiles/cmTryCompileExec3079253483.
> > > > dir/feature_tests.c.o
> > > > > -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/feature_tests.c
> > > > > Linking C executable cmTryCompileExec3079253483
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3079253483.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >       CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o
> > -o
> > > > > cmTryCompileExec3079253483 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > >     Feature record: C_FEATURE:1c_function_prototypes
> > > > >     Feature record: C_FEATURE:1c_restrict
> > > > >     Feature record: C_FEATURE:1c_static_assert
> > > > >     Feature record: C_FEATURE:1c_variadic_macros
> > > > >
> > > > >
> > > > > Detecting C [-std=c99] compiler features compiled with the
> following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3266750896/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3266750896.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec3266750896.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -std=c99 -o CMakeFiles/cmTryCompileExec3266750896.
> > > > dir/feature_tests.c.o
> > > > > -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/feature_tests.c
> > > > > Linking C executable cmTryCompileExec3266750896
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3266750896.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >       CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o
> > -o
> > > > > cmTryCompileExec3266750896 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > >     Feature record: C_FEATURE:1c_function_prototypes
> > > > >     Feature record: C_FEATURE:1c_restrict
> > > > >     Feature record: C_FEATURE:0c_static_assert
> > > > >     Feature record: C_FEATURE:1c_variadic_macros
> > > > >
> > > > >
> > > > > Detecting C [-std=c90] compiler features compiled with the
> following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec540602414/fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec540602414.dir/
> build.make
> > > > > CMakeFiles/cmTryCompileExec540602414.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object CMakeFiles/cmTryCompileExec540602414.dir/
> > > > > feature_tests.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -std=c90 -o CMakeFiles/cmTryCompileExec540602414.dir/
> > > feature_tests.c.o
> > > > > -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/feature_tests.c
> > > > > Linking C executable cmTryCompileExec540602414
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec540602414.dir/
> > link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >       CMakeFiles/cmTryCompileExec540602414.dir/feature_tests.c.o
> -o
> > > > > cmTryCompileExec540602414 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > >     Feature record: C_FEATURE:1c_function_prototypes
> > > > >     Feature record: C_FEATURE:0c_restrict
> > > > >     Feature record: C_FEATURE:0c_static_assert
> > > > >     Feature record: C_FEATURE:0c_variadic_macros
> > > > > Determining if the CXX compiler works passed with the following
> > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2230172569/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2230172569.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec2230172569.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building CXX object
> > > > > CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > >     -o CMakeFiles/cmTryCompileExec2230172569.
> > dir/testCXXCompiler.cxx.o
> > > > -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/
> > > > > testCXXCompiler.cxx
> > > > > Linking CXX executable cmTryCompileExec2230172569
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2230172569.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > >        CMakeFiles/cmTryCompileExec2230172569.
> > dir/testCXXCompiler.cxx.o
> > > > -o
> > > > > cmTryCompileExec2230172569 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Detecting CXX compiler ABI info compiled with the following output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2363439775/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2363439775.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec2363439775.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building CXX object
> > > > > CMakeFiles/cmTryCompileExec2363439775.
> dir/CMakeCXXCompilerABI.cpp.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > >     -o CMakeFiles/cmTryCompileExec2363439775.
> > > > dir/CMakeCXXCompilerABI.cpp.o
> > > > > -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > > CMakeCXXCompilerABI.cpp
> > > > > Linking CXX executable cmTryCompileExec2363439775
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2363439775.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > >       -v
> > > > > CMakeFiles/cmTryCompileExec2363439775.
> dir/CMakeCXXCompilerABI.cpp.o
> > > -o
> > > > > cmTryCompileExec2363439775 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > Using built-in specs.
> > > > > COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/g++
> > > > > COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > > > Target: x86_64-unknown-linux-gnu
> > > > > Configured with: ../gcc-4.9.2/configure
> > > > > --prefix=/data/jenkins/workspace/verify-impala-
> > > > > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > > > > toolchain/build/gcc-4.9.2
> > > > > --enable-languages=c,c++ --disable-multilib
> > > > > --with-build-config=bootstrap-debug
> > > > > Thread model: posix
> > > > > gcc version 4.9.2 (GCC)
> > > > > COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > > > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > bin/../libexec/gcc/
> > > > > LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > > > > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > > lib/gcc/:/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/
> > > > > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > > > > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > > > > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/
> > > > > COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2363439775'
> > '-rdynamic'
> > > > > '-shared-libgcc' '-mtune=generic' '-march=x86-64'
> > > > >  /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/collect2
> > > > > -plugin
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/liblto_plugin.so
> > > > > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > > > -plugin-opt=-fresolution=/tmp/ccuagKib.res
> > > > > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> > > > > -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
> > > > > -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
> > > > > -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o
> > > > > cmTryCompileExec2363439775 /usr/lib/x86_64-linux-gnu/crt1.o
> > > > > /usr/lib/x86_64-linux-gnu/crti.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/crtbegin.o
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/../../../../lib64
> > > > > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/../../..
> > > > > CMakeFiles/cmTryCompileExec2363439775.
> dir/CMakeCXXCompilerABI.cpp.o
> > > > > -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/crtend.o
> > > > > /usr/lib/x86_64-linux-gnu/crtn.o
> > > > >
> > > > >
> > > > > Parsed CXX implicit link information from above output:
> > > > >   link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*(
> > |$)]
> > > > >   ignore line: [Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp]
> > > > >   ignore line: []
> > > > >   ignore line: [Run Build Command:"/usr/bin/make"
> > > > > "cmTryCompileExec2363439775/fast"]
> > > > >   ignore line: [/usr/bin/make -f
> > > > > CMakeFiles/cmTryCompileExec2363439775.dir/build.make
> > > > > CMakeFiles/cmTryCompileExec2363439775.dir/build]
> > > > >   ignore line: [make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp']
> > > > >   ignore line:
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1]
> > > > >   ignore line: [Building CXX object
> > > > > CMakeFiles/cmTryCompileExec2363439775.
> dir/CMakeCXXCompilerABI.cpp.o]
> > > > >   ignore line:
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > >     -o CMakeFiles/cmTryCompileExec2363439775.
> > > > dir/CMakeCXXCompilerABI.cpp.o
> > > > > -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > > > CMakeCXXCompilerABI.cpp]
> > > > >   ignore line: [Linking CXX executable cmTryCompileExec2363439775]
> > > > >   ignore line:
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2363439775.
> > > dir/link.txt
> > > > > --verbose=1]
> > > > >   ignore line:
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > >       -v
> > > > > CMakeFiles/cmTryCompileExec2363439775.
> dir/CMakeCXXCompilerABI.cpp.o
> > > -o
> > > > > cmTryCompileExec2363439775 -rdynamic  ]
> > > > >   ignore line: [make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp']
> > > > >   ignore line: [Using built-in specs.]
> > > > >   ignore line:
> > > > > [COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/g++]
> > > > >   ignore line:
> > > > > [COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > > > >   ignore line: [Target: x86_64-unknown-linux-gnu]
> > > > >   ignore line: [Configured with: ../gcc-4.9.2/configure
> > > > > --prefix=/data/jenkins/workspace/verify-impala-
> > > > > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > > > > toolchain/build/gcc-4.9.2
> > > > > --enable-languages=c,c++ --disable-multilib
> > > > > --with-build-config=bootstrap-debug]
> > > > >   ignore line: [Thread model: posix]
> > > > >   ignore line: [gcc version 4.9.2 (GCC) ]
> > > > >   ignore line:
> > > > > [COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > > > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > > bin/../libexec/gcc/]
> > > > >   ignore line:
> > > > > [LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > > > > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > > lib/gcc/:/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/
> > > > > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > > > > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > > > > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/]
> > > > >   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o'
> > > > 'cmTryCompileExec2363439775'
> > > > > '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
> > > > >   link line: [
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/collect2
> > > > > -plugin
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/liblto_plugin.so
> > > > > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > > > -plugin-opt=-fresolution=/tmp/ccuagKib.res
> > > > > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> > > > > -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
> > > > > -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
> > > > > -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o
> > > > > cmTryCompileExec2363439775 /usr/lib/x86_64-linux-gnu/crt1.o
> > > > > /usr/lib/x86_64-linux-gnu/crti.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/crtbegin.o
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/../../../../lib64
> > > > > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/../../..
> > > > > CMakeFiles/cmTryCompileExec2363439775.
> dir/CMakeCXXCompilerABI.cpp.o
> > > > > -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/crtend.o
> > > > > /usr/lib/x86_64-linux-gnu/crtn.o]
> > > > >     arg
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/collect2]
> > > > > ==> ignore
> > > > >     arg [-plugin] ==> ignore
> > > > >     arg
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/liblto_plugin.so]
> > > > > ==> ignore
> > > > >     arg
> > > > > [-plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > > > > ==> ignore
> > > > >     arg [-plugin-opt=-fresolution=/tmp/ccuagKib.res] ==> ignore
> > > > >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> > > > >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> > > > >     arg [-plugin-opt=-pass-through=-lc] ==> ignore
> > > > >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> > > > >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> > > > >     arg [--eh-frame-hdr] ==> ignore
> > > > >     arg [-m] ==> ignore
> > > > >     arg [elf_x86_64] ==> ignore
> > > > >     arg [-export-dynamic] ==> ignore
> > > > >     arg [-dynamic-linker] ==> ignore
> > > > >     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
> > > > >     arg [-o] ==> ignore
> > > > >     arg [cmTryCompileExec2363439775] ==> ignore
> > > > >     arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
> > > > >     arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
> > > > >     arg
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/crtbegin.o]
> > > > > ==> ignore
> > > > >     arg
> > > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2]
> > > > > ==> dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > > >     arg
> > > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > > > ==> dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > > >     arg
> > > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/../../../../lib64]
> > > > > ==> dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/../../../../lib64]
> > > > >     arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
> > > > >     arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
> > > > >     arg [-L/usr/lib/x86_64-linux-gnu] ==> dir
> > > [/usr/lib/x86_64-linux-gnu]
> > > > >     arg
> > > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > > linux-gnu/4.9.2/../../..]
> > > > > ==> dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/../../..]
> > > > >     arg
> > > > > [CMakeFiles/cmTryCompileExec2363439775.
> > dir/CMakeCXXCompilerABI.cpp.o]
> > > > ==>
> > > > > ignore
> > > > >     arg [-lstdc++] ==> lib [stdc++]
> > > > >     arg [-lm] ==> lib [m]
> > > > >     arg [-lgcc_s] ==> lib [gcc_s]
> > > > >     arg [-lgcc] ==> lib [gcc]
> > > > >     arg [-lc] ==> lib [c]
> > > > >     arg [-lgcc_s] ==> lib [gcc_s]
> > > > >     arg [-lgcc] ==> lib [gcc]
> > > > >     arg
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/crtend.o]
> > > > > ==> ignore
> > > > >     arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
> > > > >   remove lib [gcc_s]
> > > > >   remove lib [gcc]
> > > > >   remove lib [gcc_s]
> > > > >   remove lib [gcc]
> > > > >   collapse library dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > > > ==>
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > > >   collapse library dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > > > ==>
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/lib/gcc]
> > > > >   collapse library dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/../../../../lib64]
> > > > > ==>
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/lib64]
> > > > >   collapse library dir [/lib/x86_64-linux-gnu] ==>
> > > > [/lib/x86_64-linux-gnu]
> > > > >   collapse library dir [/lib/../lib64] ==> [/lib64]
> > > > >   collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
> > > > > [/usr/lib/x86_64-linux-gnu]
> > > > >   collapse library dir
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > > gnu/4.9.2/../../..]
> > > > > ==>
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/lib]
> > > > >   implicit libs: [stdc++;m;c]
> > > > >   implicit dirs:
> > > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.
> > > > > 2;/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/lib/gcc;/home/hzfengyu/impala/
> > > > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > > > > lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-
> > > > > gnu;/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/lib]
> > > > >   implicit fwks: []
> > > > >
> > > > >
> > > > >
> > > > >
> > > > > Detecting CXX [-std=c++14] compiler features compiled with the
> > > following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2196176722/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2196176722.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec2196176722.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building CXX object
> > > > > CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > >    -std=c++14 -o
> > > > > CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/feature_tests.cxx
> > > > > Linking CXX executable cmTryCompileExec2196176722
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2196176722.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > >        CMakeFiles/cmTryCompileExec2196176722.
> dir/feature_tests.cxx.o
> > > -o
> > > > > cmTryCompileExec2196176722 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > >     Feature record: CXX_FEATURE:0cxx_aggregate_
> default_initializers
> > > > >     Feature record: CXX_FEATURE:1cxx_alias_templates
> > > > >     Feature record: CXX_FEATURE:1cxx_alignas
> > > > >     Feature record: CXX_FEATURE:1cxx_alignof
> > > > >     Feature record: CXX_FEATURE:1cxx_attributes
> > > > >     Feature record: CXX_FEATURE:1cxx_attribute_deprecated
> > > > >     Feature record: CXX_FEATURE:1cxx_auto_type
> > > > >     Feature record: CXX_FEATURE:1cxx_binary_literals
> > > > >     Feature record: CXX_FEATURE:1cxx_constexpr
> > > > >     Feature record: CXX_FEATURE:1cxx_contextual_conversions
> > > > >     Feature record: CXX_FEATURE:1cxx_decltype
> > > > >     Feature record: CXX_FEATURE:1cxx_decltype_auto
> > > > >     Feature record: CXX_FEATURE:1cxx_decltype_
> > incomplete_return_types
> > > > >     Feature record: CXX_FEATURE:1cxx_default_
> function_template_args
> > > > >     Feature record: CXX_FEATURE:1cxx_defaulted_functions
> > > > >     Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
> > > > >     Feature record: CXX_FEATURE:1cxx_delegating_constructors
> > > > >     Feature record: CXX_FEATURE:1cxx_deleted_functions
> > > > >     Feature record: CXX_FEATURE:1cxx_digit_separators
> > > > >     Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
> > > > >     Feature record: CXX_FEATURE:1cxx_explicit_conversions
> > > > >     Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
> > > > >     Feature record: CXX_FEATURE:1cxx_extern_templates
> > > > >     Feature record: CXX_FEATURE:1cxx_final
> > > > >     Feature record: CXX_FEATURE:1cxx_func_identifier
> > > > >     Feature record: CXX_FEATURE:1cxx_generalized_initializers
> > > > >     Feature record: CXX_FEATURE:1cxx_generic_lambdas
> > > > >     Feature record: CXX_FEATURE:1cxx_inheriting_constructors
> > > > >     Feature record: CXX_FEATURE:1cxx_inline_namespaces
> > > > >     Feature record: CXX_FEATURE:1cxx_lambdas
> > > > >     Feature record: CXX_FEATURE:1cxx_lambda_init_captures
> > > > >     Feature record: CXX_FEATURE:1cxx_local_type_template_args
> > > > >     Feature record: CXX_FEATURE:1cxx_long_long_type
> > > > >     Feature record: CXX_FEATURE:1cxx_noexcept
> > > > >     Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
> > > > >     Feature record: CXX_FEATURE:1cxx_nullptr
> > > > >     Feature record: CXX_FEATURE:1cxx_override
> > > > >     Feature record: CXX_FEATURE:1cxx_range_for
> > > > >     Feature record: CXX_FEATURE:1cxx_raw_string_literals
> > > > >     Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
> > > > >     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> > > > >     Feature record: CXX_FEATURE:1cxx_return_type_deduction
> > > > >     Feature record: CXX_FEATURE:1cxx_right_angle_brackets
> > > > >     Feature record: CXX_FEATURE:1cxx_rvalue_references
> > > > >     Feature record: CXX_FEATURE:1cxx_sizeof_member
> > > > >     Feature record: CXX_FEATURE:1cxx_static_assert
> > > > >     Feature record: CXX_FEATURE:1cxx_strong_enums
> > > > >     Feature record: CXX_FEATURE:1cxx_template_template_parameters
> > > > >     Feature record: CXX_FEATURE:1cxx_thread_local
> > > > >     Feature record: CXX_FEATURE:1cxx_trailing_return_types
> > > > >     Feature record: CXX_FEATURE:1cxx_unicode_literals
> > > > >     Feature record: CXX_FEATURE:1cxx_uniform_initialization
> > > > >     Feature record: CXX_FEATURE:1cxx_unrestricted_unions
> > > > >     Feature record: CXX_FEATURE:1cxx_user_literals
> > > > >     Feature record: CXX_FEATURE:0cxx_variable_templates
> > > > >     Feature record: CXX_FEATURE:1cxx_variadic_macros
> > > > >     Feature record: CXX_FEATURE:1cxx_variadic_templates
> > > > >
> > > > >
> > > > > Detecting CXX [-std=c++11] compiler features compiled with the
> > > following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3539534080/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3539534080.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec3539534080.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building CXX object
> > > > > CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > >    -std=c++11 -o
> > > > > CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/feature_tests.cxx
> > > > > Linking CXX executable cmTryCompileExec3539534080
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3539534080.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > >        CMakeFiles/cmTryCompileExec3539534080.
> dir/feature_tests.cxx.o
> > > -o
> > > > > cmTryCompileExec3539534080 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > >     Feature record: CXX_FEATURE:0cxx_aggregate_
> default_initializers
> > > > >     Feature record: CXX_FEATURE:1cxx_alias_templates
> > > > >     Feature record: CXX_FEATURE:1cxx_alignas
> > > > >     Feature record: CXX_FEATURE:1cxx_alignof
> > > > >     Feature record: CXX_FEATURE:1cxx_attributes
> > > > >     Feature record: CXX_FEATURE:0cxx_attribute_deprecated
> > > > >     Feature record: CXX_FEATURE:1cxx_auto_type
> > > > >     Feature record: CXX_FEATURE:0cxx_binary_literals
> > > > >     Feature record: CXX_FEATURE:1cxx_constexpr
> > > > >     Feature record: CXX_FEATURE:0cxx_contextual_conversions
> > > > >     Feature record: CXX_FEATURE:1cxx_decltype
> > > > >     Feature record: CXX_FEATURE:0cxx_decltype_auto
> > > > >     Feature record: CXX_FEATURE:1cxx_decltype_
> > incomplete_return_types
> > > > >     Feature record: CXX_FEATURE:1cxx_default_
> function_template_args
> > > > >     Feature record: CXX_FEATURE:1cxx_defaulted_functions
> > > > >     Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
> > > > >     Feature record: CXX_FEATURE:1cxx_delegating_constructors
> > > > >     Feature record: CXX_FEATURE:1cxx_deleted_functions
> > > > >     Feature record: CXX_FEATURE:0cxx_digit_separators
> > > > >     Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
> > > > >     Feature record: CXX_FEATURE:1cxx_explicit_conversions
> > > > >     Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
> > > > >     Feature record: CXX_FEATURE:1cxx_extern_templates
> > > > >     Feature record: CXX_FEATURE:1cxx_final
> > > > >     Feature record: CXX_FEATURE:1cxx_func_identifier
> > > > >     Feature record: CXX_FEATURE:1cxx_generalized_initializers
> > > > >     Feature record: CXX_FEATURE:0cxx_generic_lambdas
> > > > >     Feature record: CXX_FEATURE:1cxx_inheriting_constructors
> > > > >     Feature record: CXX_FEATURE:1cxx_inline_namespaces
> > > > >     Feature record: CXX_FEATURE:1cxx_lambdas
> > > > >     Feature record: CXX_FEATURE:0cxx_lambda_init_captures
> > > > >     Feature record: CXX_FEATURE:1cxx_local_type_template_args
> > > > >     Feature record: CXX_FEATURE:1cxx_long_long_type
> > > > >     Feature record: CXX_FEATURE:1cxx_noexcept
> > > > >     Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
> > > > >     Feature record: CXX_FEATURE:1cxx_nullptr
> > > > >     Feature record: CXX_FEATURE:1cxx_override
> > > > >     Feature record: CXX_FEATURE:1cxx_range_for
> > > > >     Feature record: CXX_FEATURE:1cxx_raw_string_literals
> > > > >     Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
> > > > >     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> > > > >     Feature record: CXX_FEATURE:0cxx_return_type_deduction
> > > > >     Feature record: CXX_FEATURE:1cxx_right_angle_brackets
> > > > >     Feature record: CXX_FEATURE:1cxx_rvalue_references
> > > > >     Feature record: CXX_FEATURE:1cxx_sizeof_member
> > > > >     Feature record: CXX_FEATURE:1cxx_static_assert
> > > > >     Feature record: CXX_FEATURE:1cxx_strong_enums
> > > > >     Feature record: CXX_FEATURE:1cxx_template_template_parameters
> > > > >     Feature record: CXX_FEATURE:1cxx_thread_local
> > > > >     Feature record: CXX_FEATURE:1cxx_trailing_return_types
> > > > >     Feature record: CXX_FEATURE:1cxx_unicode_literals
> > > > >     Feature record: CXX_FEATURE:1cxx_uniform_initialization
> > > > >     Feature record: CXX_FEATURE:1cxx_unrestricted_unions
> > > > >     Feature record: CXX_FEATURE:1cxx_user_literals
> > > > >     Feature record: CXX_FEATURE:0cxx_variable_templates
> > > > >     Feature record: CXX_FEATURE:1cxx_variadic_macros
> > > > >     Feature record: CXX_FEATURE:1cxx_variadic_templates
> > > > >
> > > > >
> > > > > Detecting CXX [-std=c++98] compiler features compiled with the
> > > following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec862967400/fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec862967400.dir/
> build.make
> > > > > CMakeFiles/cmTryCompileExec862967400.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building CXX object
> > > > > CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > >    -std=c++98 -o
> > > > > CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/feature_tests.cxx
> > > > > Linking CXX executable cmTryCompileExec862967400
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec862967400.dir/
> > link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/g++
> > > > >        CMakeFiles/cmTryCompileExec862967400.dir/
> feature_tests.cxx.o
> > > -o
> > > > > cmTryCompileExec862967400 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > >     Feature record: CXX_FEATURE:0cxx_aggregate_
> default_initializers
> > > > >     Feature record: CXX_FEATURE:0cxx_alias_templates
> > > > >     Feature record: CXX_FEATURE:0cxx_alignas
> > > > >     Feature record: CXX_FEATURE:0cxx_alignof
> > > > >     Feature record: CXX_FEATURE:0cxx_attributes
> > > > >     Feature record: CXX_FEATURE:0cxx_attribute_deprecated
> > > > >     Feature record: CXX_FEATURE:0cxx_auto_type
> > > > >     Feature record: CXX_FEATURE:0cxx_binary_literals
> > > > >     Feature record: CXX_FEATURE:0cxx_constexpr
> > > > >     Feature record: CXX_FEATURE:0cxx_contextual_conversions
> > > > >     Feature record: CXX_FEATURE:0cxx_decltype
> > > > >     Feature record: CXX_FEATURE:0cxx_decltype_auto
> > > > >     Feature record: CXX_FEATURE:0cxx_decltype_
> > incomplete_return_types
> > > > >     Feature record: CXX_FEATURE:0cxx_default_
> function_template_args
> > > > >     Feature record: CXX_FEATURE:0cxx_defaulted_functions
> > > > >     Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
> > > > >     Feature record: CXX_FEATURE:0cxx_delegating_constructors
> > > > >     Feature record: CXX_FEATURE:0cxx_deleted_functions
> > > > >     Feature record: CXX_FEATURE:0cxx_digit_separators
> > > > >     Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
> > > > >     Feature record: CXX_FEATURE:0cxx_explicit_conversions
> > > > >     Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
> > > > >     Feature record: CXX_FEATURE:0cxx_extern_templates
> > > > >     Feature record: CXX_FEATURE:0cxx_final
> > > > >     Feature record: CXX_FEATURE:0cxx_func_identifier
> > > > >     Feature record: CXX_FEATURE:0cxx_generalized_initializers
> > > > >     Feature record: CXX_FEATURE:0cxx_generic_lambdas
> > > > >     Feature record: CXX_FEATURE:0cxx_inheriting_constructors
> > > > >     Feature record: CXX_FEATURE:0cxx_inline_namespaces
> > > > >     Feature record: CXX_FEATURE:0cxx_lambdas
> > > > >     Feature record: CXX_FEATURE:0cxx_lambda_init_captures
> > > > >     Feature record: CXX_FEATURE:0cxx_local_type_template_args
> > > > >     Feature record: CXX_FEATURE:0cxx_long_long_type
> > > > >     Feature record: CXX_FEATURE:0cxx_noexcept
> > > > >     Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
> > > > >     Feature record: CXX_FEATURE:0cxx_nullptr
> > > > >     Feature record: CXX_FEATURE:0cxx_override
> > > > >     Feature record: CXX_FEATURE:0cxx_range_for
> > > > >     Feature record: CXX_FEATURE:0cxx_raw_string_literals
> > > > >     Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
> > > > >     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> > > > >     Feature record: CXX_FEATURE:0cxx_return_type_deduction
> > > > >     Feature record: CXX_FEATURE:0cxx_right_angle_brackets
> > > > >     Feature record: CXX_FEATURE:0cxx_rvalue_references
> > > > >     Feature record: CXX_FEATURE:0cxx_sizeof_member
> > > > >     Feature record: CXX_FEATURE:0cxx_static_assert
> > > > >     Feature record: CXX_FEATURE:0cxx_strong_enums
> > > > >     Feature record: CXX_FEATURE:1cxx_template_template_parameters
> > > > >     Feature record: CXX_FEATURE:0cxx_thread_local
> > > > >     Feature record: CXX_FEATURE:0cxx_trailing_return_types
> > > > >     Feature record: CXX_FEATURE:0cxx_unicode_literals
> > > > >     Feature record: CXX_FEATURE:0cxx_uniform_initialization
> > > > >     Feature record: CXX_FEATURE:0cxx_unrestricted_unions
> > > > >     Feature record: CXX_FEATURE:0cxx_user_literals
> > > > >     Feature record: CXX_FEATURE:0cxx_variable_templates
> > > > >     Feature record: CXX_FEATURE:0cxx_variadic_macros
> > > > >     Feature record: CXX_FEATURE:0cxx_variadic_templates
> > > > > Determining if the function sched_getcpu exists passed with the
> > > following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec69323040/fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec69323040.dir/
> build.make
> > > > > CMakeFiles/cmTryCompileExec69323040.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > > > > CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o
>  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec69323040
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec69323040.dir/
> > link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> > > > >  CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o
> -o
> > > > > cmTryCompileExec69323040 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function pipe2 exists passed with the following
> > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2960219214/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2960219214.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec2960219214.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > > > > CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec2960219214
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2960219214.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=pipe2
> > > > >  CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec2960219214 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function fallocate exists passed with the
> > following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec1966628571/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec1966628571.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec1966628571.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > > > > CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec1966628571
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec1966628571.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=fallocate
> > > > >  CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec1966628571 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function preadv exists passed with the following
> > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec305487130/fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec305487130.dir/
> build.make
> > > > > CMakeFiles/cmTryCompileExec305487130.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > > > > CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec305487130
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec305487130.dir/
> > link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=preadv
> > > > >  CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec305487130 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if files linux/magic.h exist passed with the following
> > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2788694360/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2788694360.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec2788694360.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >    -o CMakeFiles/cmTryCompileExec2788694360.
> > dir/CheckIncludeFiles.c.o
> > > >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/
> > > > > CheckIncludeFiles.c
> > > > > Linking C executable cmTryCompileExec2788694360
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2788694360.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >       CMakeFiles/cmTryCompileExec2788694360.
> > dir/CheckIncludeFiles.c.o
> > > > -o
> > > > > cmTryCompileExec2788694360 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function sched_getcpu exists passed with the
> > > following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3497296788/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3497296788.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec3497296788.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > > > > CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec3497296788
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3497296788.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> > > > >  CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec3497296788 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function pipe2 exists passed with the following
> > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3191288677/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3191288677.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec3191288677.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > > > > CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec3191288677
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3191288677.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=pipe2
> > > > >  CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec3191288677 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function fallocate exists passed with the
> > following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2207715658/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2207715658.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec2207715658.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > > > > CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec2207715658
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2207715658.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=fallocate
> > > > >  CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec2207715658 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function preadv exists passed with the following
> > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec1489456585/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec1489456585.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec1489456585.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > > > > CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec1489456585
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec1489456585.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=preadv
> > > > >  CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec1489456585 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if files linux/magic.h exist passed with the following
> > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec4169179431/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec4169179431.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec4169179431.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >    -o CMakeFiles/cmTryCompileExec4169179431.
> > dir/CheckIncludeFiles.c.o
> > > >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/
> > > > > CheckIncludeFiles.c
> > > > > Linking C executable cmTryCompileExec4169179431
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec4169179431.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >       CMakeFiles/cmTryCompileExec4169179431.
> > dir/CheckIncludeFiles.c.o
> > > > -o
> > > > > cmTryCompileExec4169179431 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function sched_getcpu exists passed with the
> > > following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2295215426/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2295215426.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec2295215426.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > > > > CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec2295215426
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2295215426.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> > > > >  CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec2295215426 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function pipe2 exists passed with the following
> > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec678407444/fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec678407444.dir/
> build.make
> > > > > CMakeFiles/cmTryCompileExec678407444.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > > > > CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec678407444
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec678407444.dir/
> > link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=pipe2
> > > > >  CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec678407444 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function fallocate exists passed with the
> > following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2979663179/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2979663179.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec2979663179.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > > > > CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec2979663179
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2979663179.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=fallocate
> > > > >  CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec2979663179 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function preadv exists passed with the following
> > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2709301732/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2709301732.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec2709301732.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > > > > CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec2709301732
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2709301732.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=preadv
> > > > >  CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec2709301732 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if files linux/magic.h exist passed with the following
> > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec4088672402/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec4088672402.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec4088672402.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >    -o CMakeFiles/cmTryCompileExec4088672402.
> > dir/CheckIncludeFiles.c.o
> > > >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/
> > > > > CheckIncludeFiles.c
> > > > > Linking C executable cmTryCompileExec4088672402
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec4088672402.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >       CMakeFiles/cmTryCompileExec4088672402.
> > dir/CheckIncludeFiles.c.o
> > > > -o
> > > > > cmTryCompileExec4088672402 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function sched_getcpu exists passed with the
> > > following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec311077996/fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec311077996.dir/
> build.make
> > > > > CMakeFiles/cmTryCompileExec311077996.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > > > > CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec311077996
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec311077996.dir/
> > link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> > > > >  CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec311077996 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function pipe2 exists passed with the following
> > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec1707055747/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec1707055747.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec1707055747.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > > > > CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec1707055747
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec1707055747.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=pipe2
> > > > >  CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec1707055747 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function fallocate exists passed with the
> > following
> > > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec911534047/fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec911534047.dir/
> build.make
> > > > > CMakeFiles/cmTryCompileExec911534047.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > > > > CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec911534047
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec911534047.dir/
> > link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=fallocate
> > > > >  CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec911534047 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if the function preadv exists passed with the following
> > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec1981163834/
> fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec1981163834.
> > dir/build.make
> > > > > CMakeFiles/cmTryCompileExec1981163834.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > > > > CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o
> >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CheckFunctionExists.c
> > > > > Linking C executable cmTryCompileExec1981163834
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec1981163834.
> > > dir/link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >   -DCHECK_FUNCTION_EXISTS=preadv
> > > > >  CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o
> > -o
> > > > > cmTryCompileExec1981163834 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > Determining if files linux/magic.h exist passed with the following
> > > > output:
> > > > > Change Dir:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp
> > > > >
> > > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec442482618/fast"
> > > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec442482618.dir/
> build.make
> > > > > CMakeFiles/cmTryCompileExec442482618.dir/build
> > > > > make[1]: Entering directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_progress_report
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > > 1
> > > > > Building C object
> > > > > CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >    -o CMakeFiles/cmTryCompileExec442482618.dir/
> CheckIncludeFiles.c.o
> > > >  -c
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/
> > > > > CheckIncludeFiles.c
> > > > > Linking C executable cmTryCompileExec442482618
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > > -E cmake_link_script CMakeFiles/cmTryCompileExec442482618.dir/
> > link.txt
> > > > > --verbose=1
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/gcc-4.9.2/bin/gcc
> > > > >       CMakeFiles/cmTryCompileExec442482618.dir/
> CheckIncludeFiles.c.o
> > > -o
> > > > > cmTryCompileExec442482618 -rdynamic
> > > > > make[1]: Leaving directory
> > > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp'
> > > > >
> > > > >
> > > > > 2017-08-03 12:33 GMT+08:00 yu feng <ol...@gmail.com>:
> > > > >
> > > > > > build output :
> > > > > >
> > > > > > IMPALA_HOME             = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala
> > > > > > HADOOP_HOME             = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/cdh_components/
> > > > hadoop-2.6.0-cdh5.13.0-
> > > > > > SNAPSHOT/
> > > > > > HADOOP_CONF_DIR         = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/fe/src/test/resources
> > > > > > HADOOP_INCLUDE_DIR      = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/cdh_components/
> > > > hadoop-2.6.0-cdh5.13.0-
> > > > > > SNAPSHOT//include
> > > > > > HADOOP_LIB_DIR          = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/cdh_components/
> > > > hadoop-2.6.0-cdh5.13.0-
> > > > > > SNAPSHOT//lib
> > > > > > MINI_DFS_BASE_DATA_DIR  = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/cdh-5-hdfs-data
> > > > > > HIVE_HOME               = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/cdh_components/hive-
> > > > > > 1.1.0-cdh5.13.0-SNAPSHOT/
> > > > > > HIVE_CONF_DIR           = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/fe/src/test/resources
> > > > > > HIVE_SRC_DIR            = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/cdh_components/hive-
> > > > > > 1.1.0-cdh5.13.0-SNAPSHOT//src
> > > > > > HBASE_HOME              = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/cdh_components/
> > > > hbase-1.2.0-cdh5.13.0-
> > > > > > SNAPSHOT/
> > > > > > HBASE_CONF_DIR          = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/fe/src/test/resources
> > > > > > MINIKDC_HOME            = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/cdh_components/
> > llama-minikdc-1.0.0
> > > > > > THRIFT_HOME             = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/thrift-0.9.0-p9
> > > > > > HADOOP_LZO              = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/../hadoop-lzo
> > > > > > IMPALA_LZO              = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/../Impala-lzo
> > > > > > CLASSPATH               = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/../hadoop-lzo/build/hadoop-lzo-0.
> > > > > > 4.15.jar:/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/fe/src/test/
> > > > > > resources:/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/fe/target/
> > > > > > classes:/home/hzfengyu/impala/apache-impala/incubator-
> > > > > > impala/fe/target/dependency:
> > > > > > LIBHDFS_OPTS            =  -Djava.library.path=/home/
> > > > > > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > > > > > cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT//lib/
> > > > > > native/:/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/be/build/debug/service
> > > > > > -XX:MaxPermSize=128m
> > > > > > PYTHONPATH              = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala:/home/hzfengyu/impala/apache-impala/
> > > > > > incubator-impala/shell/gen-py:/home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/testdata/:/home/hzfengyu/
> > > impala/apache-impala/
> > > > > > incubator-impala/toolchain/thrift-0.9.0-p9/python/lib/
> > > > > > python2.7/site-packages/:/home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/cdh_components/hive-
> > > > > > 1.1.0-cdh5.13.0-SNAPSHOT//lib/py:/home/hzfengyu/impala/
> > > > > > apache-impala/incubator-impala/shell/ext-py/*/dist/*.egg
> > > > > > JAVA_HOME               = /home/hzfengyu/impala/deploy/
> jdk1.7.0_79
> > > > > > LD_LIBRARY_PATH         = :/home/hzfengyu/impala/deploy/
> > > > > > jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/
> > > > > > jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/
> > > > > > jdk1.7.0_79/jre/lib/amd64/server:/home/hzfengyu/impala/
> > > > > > apache-impala/incubator-impala/toolchain/cdh_
> > > > > components/hadoop-2.6.0-cdh5.
> > > > > > 13.0-SNAPSHOT//lib/native:/home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/be/build/debug/service:/home/
> > > > > > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > > > > > snappy-1.1.4/lib:/home/hzfengyu/impala/apache-impala/
> > > > > > incubator-impala/../Impala-lzo/build:/home/hzfengyu/
> > > > > impala/apache-impala/
> > > > > > incubator-impala/toolchain/gcc-4.9.2/lib64
> > > > > > LD_PRELOAD              = :/home/hzfengyu/impala/deploy/
> > > > > > jdk1.7.0_79/jre/lib/amd64/libjsig.so
> > > > > > POSTGRES_JDBC_DRIVER    = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/fe/target/dependency/postgresql-
> > > > > 9.0-801.jdbc4.jar
> > > > > > IMPALA_TOOLCHAIN        = /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain
> > > > > > DOWNLOAD_CDH_COMPONENTS = true
> > > > > > Downloading Python dependencies
> > > > > > ~/impala/apache-impala/incubator-impala/infra/python/deps
> > > > > > ~/impala/apache-impala/incubator-impala
> > > > > > Getting package info from https://pypi.python.org/
> simple/allpairs/
> > > > > > File with matching md5sum already exists, skipping
> > > > AllPairs-2.0.1.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/boto3/
> > > > > > File with matching md5sum already exists, skipping
> > boto3-1.2.3.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > simple/simplejson/
> > > > > > File with matching md5sum already exists, skipping
> > > > > simplejson-3.3.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/botocore/
> > > > > > File with matching md5sum already exists, skipping
> > > > botocore-1.3.30.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > > > > simple/python_dateutil/
> > > > > > File with matching md5sum already exists, skipping
> > > > > > python-dateutil-2.5.2.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/docutils/
> > > > > > File with matching md5sum already exists, skipping
> > > docutils-0.12.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/jmespath/
> > > > > > File with matching md5sum already exists, skipping
> > > > jmespath-0.9.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/futures/
> > > > > > File with matching md5sum already exists, skipping
> > > futures-3.0.5.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/cm-api/
> > > > > > File with matching md5sum already exists, skipping
> > > cm_api-10.0.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/readline/
> > > > > > File with matching md5sum already exists, skipping
> > > > > readline-6.2.4.1.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/Flask/
> > > > > > File with matching md5sum already exists, skipping
> > > Flask-0.10.1.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/Jinja2/
> > > > > > File with matching md5sum already exists, skipping
> > Jinja2-2.8.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > simple/MarkupSafe/
> > > > > > File with matching md5sum already exists, skipping
> > > > MarkupSafe-0.23.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/Werkzeug/
> > > > > > File with matching md5sum already exists, skipping
> > > > Werkzeug-0.11.3.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > > simple/itsdangerous/
> > > > > > File with matching md5sum already exists, skipping
> > > > > itsdangerous-0.24.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/hdfs/
> > > > > > File with matching md5sum already exists, skipping
> > hdfs-2.0.2.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/docopt/
> > > > > > File with matching md5sum already exists, skipping
> > > docopt-0.6.2.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/execnet/
> > > > > > File with matching md5sum already exists, skipping
> > > execnet-1.4.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/kazoo/
> > > > > > File with matching md5sum already exists, skipping
> > kazoo-2.2.1.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > > simple/monkeypatch/
> > > > > > File with matching md5sum already exists, skipping
> > > > monkeypatch-0.1rc3.zip
> > > > > > Getting package info from https://pypi.python.org/
> > > simple/ordereddict/
> > > > > > File with matching md5sum already exists, skipping
> > > > ordereddict-1.1.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/pexpect/
> > > > > > File with matching md5sum already exists, skipping
> > pexpect-3.3.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/pg8000/
> > > > > > File with matching md5sum already exists, skipping
> > > pg8000-1.10.2.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > > simple/prettytable/
> > > > > > File with matching md5sum already exists, skipping
> > > > > > prettytable-0.7.2.tar.bz2
> > > > > > Getting package info from https://pypi.python.org/
> > simple/pyelftools/
> > > > > > File with matching md5sum already exists, skipping
> > > > pyelftools-0.23.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > simple/pyparsing/
> > > > > > File with matching md5sum already exists, skipping
> > > > pyparsing-2.0.3.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/pytest/
> > > > > > File with matching md5sum already exists, skipping
> > > pytest-2.9.2.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/py/
> > > > > > File with matching md5sum already exists, skipping
> py-1.4.32.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > > > simple/pytest-random/
> > > > > > File with matching md5sum already exists, skipping
> > > > > > pytest-random-0.02.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > > simple/pytest-xdist/
> > > > > > File with matching md5sum already exists, skipping
> > > > > > pytest-xdist-1.15.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > > simple/python-magic/
> > > > > > File with matching md5sum already exists, skipping
> > > > > > python-magic-0.4.11.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > simple/pywebhdfs/
> > > > > > File with matching md5sum already exists, skipping
> > > > pywebhdfs-0.3.2.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/pbr/
> > > > > > File with matching md5sum already exists, skipping
> pbr-1.8.1.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/requests/
> > > > > > File with matching md5sum already exists, skipping
> > > > requests-2.7.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > > > simple/setuptools-scm/
> > > > > > File with matching md5sum already exists, skipping
> > > > > > setuptools_scm-1.15.4.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/sh/
> > > > > > File with matching md5sum already exists, skipping sh-1.11.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/sqlparse/
> > > > > > File with matching md5sum already exists, skipping
> > > > sqlparse-0.1.15.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > simple/texttable/
> > > > > > File with matching md5sum already exists, skipping
> > > texttable-0.8.3.zip
> > > > > > Getting package info from https://pypi.python.org/
> simple/ipython/
> > > > > > File with matching md5sum already exists, skipping
> > > ipython-1.2.1.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/apipkg/
> > > > > > File with matching md5sum already exists, skipping
> > apipkg-1.4.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > simple/virtualenv/
> > > > > > File with matching md5sum already exists, skipping
> > > > > virtualenv-13.1.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/argparse/
> > > > > > File with matching md5sum already exists, skipping
> > > > argparse-1.4.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/Fabric/
> > > > > > File with matching md5sum already exists, skipping
> > > Fabric-1.10.2.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/paramiko/
> > > > > > File with matching md5sum already exists, skipping
> > > > paramiko-1.15.2.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/ecdsa/
> > > > > > File with matching md5sum already exists, skipping
> > ecdsa-0.13.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/pycrypto/
> > > > > > File with matching md5sum already exists, skipping
> > > > pycrypto-2.6.1.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/impyla/
> > > > > > File with matching md5sum already exists, skipping
> > > impyla-0.14.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/bitarray/
> > > > > > File with matching md5sum already exists, skipping
> > > > bitarray-0.8.1.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/sasl/
> > > > > > File with matching md5sum already exists, skipping
> > sasl-0.1.3.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/six/
> > > > > > File with matching md5sum already exists, skipping
> six-1.9.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/thrift/
> > > > > > File with matching md5sum already exists, skipping
> > > thrift-0.9.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > > simple/thrift_sasl/
> > > > > > File with matching md5sum already exists, skipping
> > > > > thrift_sasl-0.1.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/psutil/
> > > > > > File with matching md5sum already exists, skipping
> > > psutil-0.7.1.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/Cython/
> > > > > > File with matching md5sum already exists, skipping
> > > Cython-0.23.4.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/numpy/
> > > > > > File with matching md5sum already exists, skipping
> > > numpy-1.10.4.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > > simple/kudu-python/
> > > > > > File with matching md5sum already exists, skipping
> > > > > kudu-python-1.2.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > simple/pycparser/
> > > > > > File with matching md5sum already exists, skipping
> > > > pycparser-2.17.tar.gz
> > > > > > Getting package info from https://pypi.python.org/simple/cffi/
> > > > > > File with matching md5sum already exists, skipping
> > cffi-1.10.0.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > > simple/cryptography/
> > > > > > File with matching md5sum already exists, skipping
> > > > > > cryptography-1.8.1.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> simple/scandir/
> > > > > > File with matching md5sum already exists, skipping
> > scandir-1.5.tar.gz
> > > > > > Getting package info from https://pypi.python.org/
> > > > > > simple/azure-datalake-store/
> > > > > > File with matching md5sum already exists, skipping
> > > > > > azure-datalake-store-0.0.9.tar.gz
> > > > > > ~/impala/apache-impala/incubator-impala
> > > > > > Finished downloading Python dependencies
> > > > > > Downloading and extracting toolchain dependencies.
> > > > > > Toolchain bootstrap complete.
> > > > > > Running make_impala.sh  -build_shared_libs -build_type=Debug -fe
> > > > -cscope
> > > > > > -tarballs
> > > > > > ************************************************************
> > > > > > ********************
> > > > > >  Building Impala
> > > > > >  Build type: Debug
> > > > > >  Impala libraries will be DYNAMICALLY linked
> > > > > > ************************************************************
> > > > > > ********************
> > > > > > -- Setup toolchain link flags -Wl,-rpath,/home/hzfengyu/
> > > > > > impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64
> > > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > > impala/toolchain/gcc-4.9.2/lib64
> > > > > > -- Build type is DEBUG
> > > > > > -- ENABLE_CODE_COVERAGE: false
> > > > > > -- Boost version: 1.57.0
> > > > > > -- Found the following Boost libraries:
> > > > > > --   thread
> > > > > > --   regex
> > > > > > --   filesystem
> > > > > > --   system
> > > > > > --   date_time
> > > > > > -- Boost include dir: /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/boost-1.57.0-p3/include
> > > > > > -- Boost libraries: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/
> > > > > > toolchain/boost-1.57.0-p3/lib/libboost_thread.a/home/
> > > > > > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > > > > > boost-1.57.0-p3/lib/libboost_regex.a/home/hzfengyu/impala/
> > > > > > apache-impala/incubator-impala/toolchain/boost-1.57.0-
> > > > > > p3/lib/libboost_filesystem.a/home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/boost-1.57.0-p3/lib/
> > > > > > libboost_system.a/home/hzfengyu/impala/apache-impala/
> > > > > > incubator-impala/toolchain/boost-1.57.0-p3/lib/libboost_
> > date_time.a
> > > > > > -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/
> > > libssl.so;/usr/lib/x86_64-
> > > > > linux-gnu/libcrypto.so
> > > > > > (found version "1.0.1t")
> > > > > > -- ----------> Adding thirdparty library openssl_ssl. <----------
> > > > > > -- Header files: /usr/include
> > > > > > -- Added shared library dependency openssl_ssl:
> > > > > /usr/lib/x86_64-linux-gnu/
> > > > > > libssl.so
> > > > > > -- ----------> Adding thirdparty library openssl_crypto.
> > <----------
> > > > > > -- Added shared library dependency openssl_crypto:
> > > > > > /usr/lib/x86_64-linux-gnu/libcrypto.so
> > > > > > -- Bzip2: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > > toolchain/bzip2-1.0.6-p2/include
> > > > > > -- ----------> Adding thirdparty library bzip2. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/bzip2-1.0.6-p2/include
> > > > > > -- Added static library dependency bzip2:
> > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/bzip2-1.0.6-p2/lib/libbz2.a
> > > > > > -- Zlib: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > > toolchain/zlib-1.2.8/include
> > > > > > -- ----------> Adding thirdparty library zlib. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/zlib-1.2.8/include
> > > > > > -- Added shared library dependency zlib:
> > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/zlib-1.2.8/lib/libz.so
> > > > > > -- ----------> Adding thirdparty library hdfs. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT/include
> > > > > > -- Added shared library dependency hdfs:
> > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/cdh_components/
> > > > hadoop-2.6.0-cdh5.13.0-
> > > > > > SNAPSHOT/lib/native/libhdfs.so
> > > > > > -- ----------> Adding thirdparty library glog. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/glog-0.3.4-p2/include
> > > > > > -- Added shared library dependency glog:
> > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/glog-0.3.4-p2/lib/libglog.so
> > > > > > CMake Error at CMakeLists.txt:178 (IMPALA_ADD_THIRDPARTY_LIB):
> > > > > >   IMPALA_ADD_THIRDPARTY_LIB Function invoked with incorrect
> > arguments
> > > > for
> > > > > >   function named: IMPALA_ADD_THIRDPARTY_LIB
> > > > > >
> > > > > >
> > > > > > -- ----------> Adding thirdparty library pprof. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/gperftools-2.5/include
> > > > > > -- Added static library dependency pprof:
> > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/gperftools-2.5/lib/
> libprofiler.a
> > > > > > -- ----------> Adding thirdparty library gtest. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/gtest-1.6.0/include
> > > > > > -- Added static library dependency gtest:
> > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/gtest-1.6.0/lib/libgtest.a
> > > > > > -- LLVM llvm-config found at: /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/llvm-config
> > > > > > -- LLVM clang++ found at: /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/clang++
> > > > > > -- LLVM opt found at: /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/opt
> > > > > > -- LLVM_ROOT: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > > toolchain/llvm-3.8.0-asserts-p1
> > > > > > -- LLVM llvm-config found at: /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/llvm-3.8.0-asserts-
> > > > p1/bin/llvm-config
> > > > > > -- LLVM include dir: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/
> > > > > > toolchain/llvm-3.8.0-asserts-p1/include
> > > > > > -- LLVM lib dir: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/llvm-3.8.0-asserts-p1/lib
> > > > > > -- ----------> Adding thirdparty library cyrus_sasl. <----------
> > > > > > -- Header files: /usr/include
> > > > > > -- Added shared library dependency cyrus_sasl:
> > > > /usr/lib/x86_64-linux-gnu/
> > > > > > libsasl2.so
> > > > > > -- ----------> Adding thirdparty library ldap. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/openldap-2.4.25/include
> > > > > > -- Added static library dependency ldap:
> > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/openldap-2.4.25/lib/libldap.a
> > > > > > -- ----------> Adding thirdparty library lber. <----------
> > > > > > -- Added static library dependency lber:
> > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/openldap-2.4.25/lib/liblber.a
> > > > > > -- ----------> Adding thirdparty library thrift. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/thrift-0.9.0-p9/include
> > > > > > -- Added static library dependency thrift:
> > > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/thrift-0.9.0-p9/lib/
> libthrift.a
> > > > > > -- Thrift version: Thrift version 0.9.0
> > > > > > -- Thrift contrib dir: /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/thrift-0.9.0-p9
> > > > > > -- Thrift compiler: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/
> > > > > > toolchain/thrift-0.9.0-p9/bin/thrift
> > > > > > -- Found FLATBUFFERS: /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/flatbuffers-1.6.0/include
> > > > > > -- ----------> Adding thirdparty library flatbuffers. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/flatbuffers-1.6.0/include
> > > > > > -- Added static library dependency flatbuffers:
> > > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > > toolchain/flatbuffers-1.6.0/lib/libflatbuffers.a
> > > > > > -- FlatBuffers compiler: /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
> > > > > > -- ----------> Adding thirdparty library snappy. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/snappy-1.1.4/include
> > > > > > -- Added static library dependency snappy:
> > > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/snappy-1.1.4/lib/libsnappy.a
> > > > > > -- ----------> Adding thirdparty library lz4. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/lz4-1.7.5/include
> > > > > > -- Added static library dependency lz4:
> > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/lz4-1.7.5/lib/liblz4.a
> > > > > > -- /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > > toolchain/re2-20130115-p1/include
> > > > > > -- ----------> Adding thirdparty library re2. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/re2-20130115-p1/include
> > > > > > -- Added static library dependency re2:
> > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/re2-20130115-p1/lib/libre2.a
> > > > > > -- RapidJson include dir: /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/rapidjson-0.11/include
> > > > > > -- ----------> Adding thirdparty library avro. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/avro-1.7.4-p4/include
> > > > > > -- Added static library dependency avro:
> > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/avro-1.7.4-p4/lib/libavro.a
> > > > > > -- Found PROTOBUF: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/
> > > > > > toolchain/protobuf-2.6.1/lib/libprotobuf.so
> > > > > > -- ----------> Adding thirdparty library protobuf. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/protobuf-2.6.1/include
> > > > > > -- Added shared library dependency protobuf:
> > > > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/protobuf-2.6.1/lib/
> > libprotobuf.so
> > > > > > -- ----------> Adding thirdparty library protoc. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/protobuf-2.6.1/include
> > > > > > -- Added shared library dependency protoc:
> > > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/protobuf-2.6.1/lib/
> libprotoc.so
> > > > > > -- Found LIBEV: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/libev-4.20/lib/libev.so
> > > > > > -- ----------> Adding thirdparty library libev. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/libev-4.20/include
> > > > > > -- Added shared library dependency libev:
> > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/libev-4.20/lib/libev.so
> > > > > > -- Found CRCUTIL: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/
> > > > > > toolchain/crcutil-440ba7babeff77ffad992df3a10c76
> > > > > > 7f184e946e-p1/lib/libcrcutil.so
> > > > > > -- ----------> Adding thirdparty library crcutil. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/crcutil-440ba7babeff77ffad992df3a10c76
> > > 7f184e946e-p1/include
> > > > > > -- Added shared library dependency crcutil:
> > > > /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/crcutil-
> > > > 440ba7babeff77ffad992df3a10c76
> > > > > > 7f184e946e-p1/lib/libcrcutil.so
> > > > > > -- Found JNI: /home/hzfengyu/impala/deploy/
> > > jdk1.7.0_79/jre/lib/amd64/
> > > > > > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> > > > > > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> > > > > > 0_79/jre/lib/amd64/server/libjvm.so
> > > > > > -- ----------> Adding thirdparty library java_jvm. <----------
> > > > > > -- Header files: /home/hzfengyu/impala/deploy/
> > > > jdk1.7.0_79/include;/home/
> > > > > > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> > > > > > hzfengyu/impala/deploy/jdk1.7.0_79/include
> > > > > > -- Added static library dependency java_jvm:
> > > > > /home/hzfengyu/impala/deploy/
> > > > > > jdk1.7.0_79/jre/lib/amd64/server/libjvm.so
> > > > > > -- ----------> Adding thirdparty library breakpad_client.
> > <----------
> > > > > > -- Header files: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > > toolchain/breakpad-ffe3e478657dc7126fca6329dfcedc
> > > > > > 49f4c726d9-p2/include/breakpad
> > > > > > -- Added static library dependency breakpad_client:
> > > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/breakpad-
> > > > > > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_
> > client.a
> > > > > > -- Added shared library dependency rt: /usr/lib/x86_64-linux-gnu/
> > > > > librt.so
> > > > > > -- Added shared library dependency dl: /usr/lib/x86_64-linux-gnu/
> > > > > libdl.so
> > > > > > Using Thrift compiler: /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/thrift-0.9.0-p9/bin/thrift
> > > > > > Found output dir: /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/shell/
> > > > > > Using FlatBuffers compiler: /home/hzfengyu/impala/apache-
> > > > > > impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
> > > > > > --java-o/home/hzfengyu/impala/apache-impala/incubator-
> > > > > > impala/fe/generated-sources/gen-java-b
> > > > > > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> > > > > > impala/be/generated-sources/gen-cpp-b
> > > > > > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> > > > > > -- WARNING: Doxygen not found - Docs will not be created
> > > > > > -- Looking for sched_getcpu
> > > > > > -- Looking for sched_getcpu - found
> > > > > > -- Looking for pipe2
> > > > > > -- Looking for pipe2 - found
> > > > > > -- Looking for fallocate
> > > > > > -- Looking for fallocate - found
> > > > > > -- Looking for preadv
> > > > > > -- Looking for preadv - found
> > > > > > -- Looking for include file linux/magic.h
> > > > > > -- Looking for include file linux/magic.h - found
> > > > > > -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas
> > > > -pthread
> > > > > > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> > > > > > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
> > -DBOOST_SYSTEM_NO_DEPRECATED
> > > > -B
> > > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/binutils-2.26.1/bin/
> > > > > > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2
> -Werror
> > > > > > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
> > > > > -D__STDC_FORMAT_MACROS
> > > > > > -D__STDC_LIMIT_MACROS
> > > > > > -- Common /home/hzfengyu/impala/apache-
> impala/incubator-impala/be/
> > > > > > build/debug/
> > > > > > -- Configuring incomplete, errors occurred!
> > > > > > See also "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > > CMakeFiles/CMakeOutput.log".
> > > > > > Error in /home/hzfengyu/impala/apache-
> impala/incubator-impala/bin/
> > > > > make_impala.sh
> > > > > > at line 160: cmake . ${CMAKE_ARGS[@]}
> > > > > >
> > > > > > 2017-08-03 11:49 GMT+08:00 Henry Robinson <he...@apache.org>:
> > > > > >
> > > > > >> I don't think attachments come through on this mailing list (at
> > > least
> > > > I
> > > > > >> can't see anything attached to your mail). Could you paste the
> > > output
> > > > in
> > > > > >> pastebin or somewhere similar?
> > > > > >>
> > > > > >> On Wed, Aug 2, 2017 at 8:44 PM yu feng <ol...@gmail.com>
> > > wrote:
> > > > > >>
> > > > > >> > attach command output and CmakeOutput.log, Thanks a lot.
> > > > > >> >
> > > > > >> > 2017-08-02 23:52 GMT+08:00 Tim Armstrong <
> > tarmstrong@cloudera.com
> > > >:
> > > > > >> >
> > > > > >> >> Hi,
> > > > > >> >>   I don't see an error in the output you pasted. Maybe it
> would
> > > > help
> > > > > to
> > > > > >> >> include the full output of buildall.sh and CmakeOutput.log
> > > > > >> >>
> > > > > >> >> On Wed, Aug 2, 2017 at 5:32 AM, yu feng <
> olaptestyu@gmail.com>
> > > > > wrote:
> > > > > >> >>
> > > > > >> >> > Hi, I clone impala from
> > > > > >> >> > https://git-wip-us.apache.org/
> repos/asf/incubator-impala.git
> > ,
> > > > and
> > > > > >> try
> > > > > >> >> to
> > > > > >> >> > run 'bash buildall.sh -noclean -skiptests
> -build_shared_libs
> > > > > >> -format', I
> > > > > >> >> > have finish building impalad two months ago, However, I git
> > > pull
> > > > > all
> > > > > >> >> newest
> > > > > >> >> > code, error happened:
> > > > > >> >> >
> > > > > >> >> >
> > > > > >> >> > -- Found JNI:
> > > > > >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> > > > > >> >> > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> > > > > >> >> > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> > > > > >> >> > 0_79/jre/lib/amd64/server/libjvm.so
> > > > > >> >> >
> > > > > >> >> > -- ----------> Adding thirdparty library java_jvm.
> > <----------
> > > > > >> >> > -- Header files:
> > > > > >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/
> > > > > >> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> > > > > >> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include
> > > > > >> >> > -- Added static library dependency java_jvm:
> > > > > >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> serve
> > > > > >> r/libjvm.so
> > > > > >> >> > -- ----------> Adding thirdparty library breakpad_client.
> > > > > <----------
> > > > > >> >> > -- Header files:
> > > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolcha
> > > > > >> in/breakpad-
> > > > > >> >> > ffe3e478657dc7126fca6329dfcedc
> 49f4c726d9-p2/include/breakpad
> > > > > >> >> > -- Added static library dependency breakpad_client:
> > > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolcha
> > > > > >> in/breakpad-
> > > > > >> >> > ffe3e478657dc7126fca6329dfcedc
> 49f4c726d9-p2/lib/libbreakpad_
> > > > > client.a
> > > > > >> >> > -- Added shared library dependency rt:
> > > > > >> >> /usr/lib/x86_64-linux-gnu/librt.so
> > > > > >> >> > -- Added shared library dependency dl:
> > > > > >> >> /usr/lib/x86_64-linux-gnu/libdl.so
> > > > > >> >> > Using Thrift compiler:
> > > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > >> >> > toolchain/thrift-0.9.0-p9/bin/thrift
> > > > > >> >> > Found output dir:
> > > > > >> >> > /home/hzfengyu/impala/apache-
> impala/incubator-impala/shell/
> > > > > >> >> > Using FlatBuffers compiler:
> > > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > >> >> > toolchain/flatbuffers-1.6.0/bin/flatc
> > > > > >> >> > --java-o/home/hzfengyu/impala/apache-impala/incubator-
> > > > > >> >> > impala/fe/generated-sources/gen-java-b
> > > > > >> >> > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> > > > > >> >> > impala/be/generated-sources/gen-cpp-b
> > > > > >> >> > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> > > > > >> >> > -- WARNING: Doxygen not found - Docs will not be created
> > > > > >> >> > -- Looking for sched_getcpu
> > > > > >> >> > -- Looking for sched_getcpu - found
> > > > > >> >> > -- Looking for pipe2
> > > > > >> >> > -- Looking for pipe2 - found
> > > > > >> >> > -- Looking for fallocate
> > > > > >> >> > -- Looking for fallocate - found
> > > > > >> >> > -- Looking for preadv
> > > > > >> >> > -- Looking for preadv - found
> > > > > >> >> > -- Looking for include file linux/magic.h
> > > > > >> >> > -- Looking for include file linux/magic.h - found
> > > > > >> >> > -- Compiler Flags:  -Wall -Wno-sign-compare
> > > -Wno-unknown-pragmas
> > > > > >> >> -pthread
> > > > > >> >> > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> > > > > >> >> > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
> > > > > >> -DBOOST_SYSTEM_NO_DEPRECATED -B
> > > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > >> >> > toolchain/binutils-2.26.1/bin/
> > > > > >> >> > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2
> > > > -Werror
> > > > > >> >> > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
> > > > > >> >> -D__STDC_FORMAT_MACROS
> > > > > >> >> > -D__STDC_LIMIT_MACROS
> > > > > >> >> > -- Common
> > > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/be/
> > > > > build/debug/
> > > > > >> >> > -- Configuring incomplete, errors occurred!
> > > > > >> >> > See also
> > > > > >> >> > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > >> >> > CMakeFiles/CMakeOutput.log".
> > > > > >> >> > Error in
> > > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/bin/
> mak
> > > > > >> e_impala.sh
> > > > > >> >> at
> > > > > >> >> > line 160: cmake . ${CMAKE_ARGS[@]}
> > > > > >> >> >
> > > > > >> >> >
> > > > > >> >> >
> > > > > >> >> > I try to find something in CMakeOutput.log,  and I can not
> > find
> > > > any
> > > > > >> >> error,
> > > > > >> >> > Is there I miss something? thanks a lot.
> > > > > >> >> >
> > > > > >> >>
> > > > > >> >
> > > > > >> >
> > > > > >>
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>

Re: problem about buildall.sh

Posted by yu feng <ol...@gmail.com>.
Great ! it is finish successfully after remove glog-0.3.4-p2 and pull to
the newest commit. Thanks all of you.

2017-08-03 13:30 GMT+08:00 Henry Robinson <he...@apache.org>:

> I think you're hitting the problem where you're not picking up the most
> recent version of gflags. IMPALA-5659 added .so building to gflags, but
> didn't bump the patch level or version number, and the toolchain doesn't
> have a great way of dealing with that situation.
>
> Do the following:
>
> rm -rf ${IMPALA_TOOLCHAIN}/gflags-${IMPALA_GFLAGS_VERSION}
> . bin/impala-config.sh
> bin/bootstrap_toolchain.py
>
> and then try rebuilding.
>
>
> On 2 August 2017 at 22:24, yu feng <ol...@gmail.com> wrote:
>
> > I will try to delete toolchain/glog-0.3.4-p2/ and rebuild, However, I
> have
> > remove all toochains before. I try again now.
> >
> > 2017-08-03 12:49 GMT+08:00 Tim Armstrong <ta...@cloudera.com>:
> >
> > > It looks like the error is:
> > >
> > > > -- ----------> Adding thirdparty library glog. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/glog-0.3.4-p2/include
> > > > -- Added shared library dependency glog:
> /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/glog-0.3.4-p2/lib/libglog.so
> > > > CMake Error at CMakeLists.txt:178 (IMPALA_ADD_THIRDPARTY_LIB):
> > > >   IMPALA_ADD_THIRDPARTY_LIB Function invoked with incorrect arguments
> > for
> > > >   function named: IMPALA_ADD_THIRDPARTY_LIB
> > >
> > > Has anyone seen this before?
> > >
> > > One thing you can try is deleting glog then rebuilding. E.g.
> > >
> > > rm -r toolchain/glog-0.3.4-p2/
> > >
> > > On Wed, Aug 2, 2017 at 9:34 PM, yu feng <ol...@gmail.com> wrote:
> > >
> > > > CMakeOutput.log :
> > > >
> > > >
> > > >
> > > > The system is: Linux - 3.16.0-4-amd64 - x86_64
> > > > Compiling the C compiler identification source file
> > "CMakeCCompilerId.c"
> > > > succeeded.
> > > > Compiler:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > > Build flags:
> > > > Id flags:
> > > >
> > > > The output was:
> > > > 0
> > > >
> > > >
> > > > Compilation of the C compiler identification source
> > "CMakeCCompilerId.c"
> > > > produced "a.out"
> > > >
> > > > The C compiler identification is GNU, found in
> > > > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/3.2.3/CompilerIdC/a.out"
> > > >
> > > > Compiling the CXX compiler identification source file
> > > > "CMakeCXXCompilerId.cpp" succeeded.
> > > > Compiler:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > > Build flags:
> > > > Id flags:
> > > >
> > > > The output was:
> > > > 0
> > > >
> > > >
> > > > Compilation of the CXX compiler identification source
> > > > "CMakeCXXCompilerId.cpp" produced "a.out"
> > > >
> > > > The CXX compiler identification is GNU, found in
> > > > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/3.2.3/
> > > > CompilerIdCXX/a.out"
> > > >
> > > > Determining if the C compiler works passed with the following output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2174981562/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2174981562.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec2174981562.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >    -o CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/
> > > > testCCompiler.c
> > > > Linking C executable cmTryCompileExec2174981562
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2174981562.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >       CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o
> -o
> > > > cmTryCompileExec2174981562 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Detecting C compiler ABI info compiled with the following output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3739174323/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3739174323.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec3739174323.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >    -o CMakeFiles/cmTryCompileExec3739174323.
> dir/CMakeCCompilerABI.c.o
> > >  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCCompilerABI.c
> > > > Linking C executable cmTryCompileExec3739174323
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3739174323.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >      -v CMakeFiles/cmTryCompileExec3739174323.
> > dir/CMakeCCompilerABI.c.o
> > > > -o
> > > > cmTryCompileExec3739174323 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > Using built-in specs.
> > > > COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/gcc
> > > > COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > > Target: x86_64-unknown-linux-gnu
> > > > Configured with: ../gcc-4.9.2/configure
> > > > --prefix=/data/jenkins/workspace/verify-impala-
> > > > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > > > toolchain/build/gcc-4.9.2
> > > > --enable-languages=c,c++ --disable-multilib
> > > > --with-build-config=bootstrap-debug
> > > > Thread model: posix
> > > > gcc version 4.9.2 (GCC)
> > > > COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> bin/../libexec/gcc/
> > > > LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > > > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > lib/gcc/:/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/
> > > > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > > > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > > > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/
> > > > COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3739174323'
> '-rdynamic'
> > > > '-mtune=generic' '-march=x86-64'
> > > >  /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/collect2
> > > > -plugin
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/liblto_plugin.so
> > > > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > > -plugin-opt=-fresolution=/tmp/ccm1iypm.res
> -plugin-opt=-pass-through=-
> > > lgcc
> > > > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
> > > > -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
> > > > --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
> > > > /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec3739174323
> > > > /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/crtbegin.o
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/../../../../lib64
> > > > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/../../..
> > > > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> -lgcc
> > > > --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
> > > > --no-as-needed
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/crtend.o
> > > > /usr/lib/x86_64-linux-gnu/crtn.o
> > > >
> > > >
> > > > Parsed C implicit link information from above output:
> > > >   link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*(
> |$)]
> > > >   ignore line: [Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp]
> > > >   ignore line: []
> > > >   ignore line: [Run Build Command:"/usr/bin/make"
> > > > "cmTryCompileExec3739174323/fast"]
> > > >   ignore line: [/usr/bin/make -f
> > > > CMakeFiles/cmTryCompileExec3739174323.dir/build.make
> > > > CMakeFiles/cmTryCompileExec3739174323.dir/build]
> > > >   ignore line: [make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp']
> > > >   ignore line:
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1]
> > > >   ignore line: [Building C object
> > > > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o]
> > > >   ignore line:
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >    -o CMakeFiles/cmTryCompileExec3739174323.
> dir/CMakeCCompilerABI.c.o
> > >  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CMakeCCompilerABI.c]
> > > >   ignore line: [Linking C executable cmTryCompileExec3739174323]
> > > >   ignore line:
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3739174323.
> > dir/link.txt
> > > > --verbose=1]
> > > >   ignore line:
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >      -v CMakeFiles/cmTryCompileExec3739174323.
> > dir/CMakeCCompilerABI.c.o
> > > > -o
> > > > cmTryCompileExec3739174323 -rdynamic  ]
> > > >   ignore line: [make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp']
> > > >   ignore line: [Using built-in specs.]
> > > >   ignore line:
> > > > [COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/gcc]
> > > >   ignore line:
> > > > [COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > > >   ignore line: [Target: x86_64-unknown-linux-gnu]
> > > >   ignore line: [Configured with: ../gcc-4.9.2/configure
> > > > --prefix=/data/jenkins/workspace/verify-impala-
> > > > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > > > toolchain/build/gcc-4.9.2
> > > > --enable-languages=c,c++ --disable-multilib
> > > > --with-build-config=bootstrap-debug]
> > > >   ignore line: [Thread model: posix]
> > > >   ignore line: [gcc version 4.9.2 (GCC) ]
> > > >   ignore line:
> > > > [COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > bin/../libexec/gcc/]
> > > >   ignore line:
> > > > [LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > > > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > lib/gcc/:/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/
> > > > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > > > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > > > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/]
> > > >   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o'
> > > 'cmTryCompileExec3739174323'
> > > > '-rdynamic' '-mtune=generic' '-march=x86-64']
> > > >   link line: [
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/collect2
> > > > -plugin
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/liblto_plugin.so
> > > > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > > -plugin-opt=-fresolution=/tmp/ccm1iypm.res
> -plugin-opt=-pass-through=-
> > > lgcc
> > > > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
> > > > -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
> > > > --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
> > > > /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec3739174323
> > > > /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/crtbegin.o
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/../../../../lib64
> > > > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/../../..
> > > > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> -lgcc
> > > > --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
> > > > --no-as-needed
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/crtend.o
> > > > /usr/lib/x86_64-linux-gnu/crtn.o]
> > > >     arg
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/collect2]
> > > > ==> ignore
> > > >     arg [-plugin] ==> ignore
> > > >     arg
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/liblto_plugin.so]
> > > > ==> ignore
> > > >     arg
> > > > [-plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > > > ==> ignore
> > > >     arg [-plugin-opt=-fresolution=/tmp/ccm1iypm.res] ==> ignore
> > > >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> > > >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> > > >     arg [-plugin-opt=-pass-through=-lc] ==> ignore
> > > >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> > > >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> > > >     arg [--eh-frame-hdr] ==> ignore
> > > >     arg [-m] ==> ignore
> > > >     arg [elf_x86_64] ==> ignore
> > > >     arg [-export-dynamic] ==> ignore
> > > >     arg [-dynamic-linker] ==> ignore
> > > >     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
> > > >     arg [-o] ==> ignore
> > > >     arg [cmTryCompileExec3739174323] ==> ignore
> > > >     arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
> > > >     arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
> > > >     arg
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/crtbegin.o]
> > > > ==> ignore
> > > >     arg
> > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2]
> > > > ==> dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > >     arg
> > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > > ==> dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > >     arg
> > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/../../../../lib64]
> > > > ==> dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/../../../../lib64]
> > > >     arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
> > > >     arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
> > > >     arg [-L/usr/lib/x86_64-linux-gnu] ==> dir
> > [/usr/lib/x86_64-linux-gnu]
> > > >     arg
> > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/../../..]
> > > > ==> dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/../../..]
> > > >     arg [CMakeFiles/cmTryCompileExec3739174323.
> > > dir/CMakeCCompilerABI.c.o]
> > > > ==> ignore
> > > >     arg [-lgcc] ==> lib [gcc]
> > > >     arg [--as-needed] ==> ignore
> > > >     arg [-lgcc_s] ==> lib [gcc_s]
> > > >     arg [--no-as-needed] ==> ignore
> > > >     arg [-lc] ==> lib [c]
> > > >     arg [-lgcc] ==> lib [gcc]
> > > >     arg [--as-needed] ==> ignore
> > > >     arg [-lgcc_s] ==> lib [gcc_s]
> > > >     arg [--no-as-needed] ==> ignore
> > > >     arg
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/crtend.o]
> > > > ==> ignore
> > > >     arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
> > > >   remove lib [gcc]
> > > >   remove lib [gcc_s]
> > > >   remove lib [gcc]
> > > >   remove lib [gcc_s]
> > > >   collapse library dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > > ==>
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > >   collapse library dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > > ==>
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/lib/gcc]
> > > >   collapse library dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/../../../../lib64]
> > > > ==>
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/lib64]
> > > >   collapse library dir [/lib/x86_64-linux-gnu] ==>
> > > [/lib/x86_64-linux-gnu]
> > > >   collapse library dir [/lib/../lib64] ==> [/lib64]
> > > >   collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
> > > > [/usr/lib/x86_64-linux-gnu]
> > > >   collapse library dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/../../..]
> > > > ==>
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/lib]
> > > >   implicit libs: [c]
> > > >   implicit dirs:
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.
> > > > 2;/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/lib/gcc;/home/hzfengyu/impala/
> > > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > > > lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-
> > > > gnu;/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/lib]
> > > >   implicit fwks: []
> > > >
> > > >
> > > >
> > > >
> > > > Detecting C [-std=c11] compiler features compiled with the following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3079253483/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3079253483.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec3079253483.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -std=c11 -o CMakeFiles/cmTryCompileExec3079253483.
> > > dir/feature_tests.c.o
> > > > -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/feature_tests.c
> > > > Linking C executable cmTryCompileExec3079253483
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3079253483.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >       CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o
> -o
> > > > cmTryCompileExec3079253483 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > >     Feature record: C_FEATURE:1c_function_prototypes
> > > >     Feature record: C_FEATURE:1c_restrict
> > > >     Feature record: C_FEATURE:1c_static_assert
> > > >     Feature record: C_FEATURE:1c_variadic_macros
> > > >
> > > >
> > > > Detecting C [-std=c99] compiler features compiled with the following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3266750896/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3266750896.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec3266750896.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -std=c99 -o CMakeFiles/cmTryCompileExec3266750896.
> > > dir/feature_tests.c.o
> > > > -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/feature_tests.c
> > > > Linking C executable cmTryCompileExec3266750896
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3266750896.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >       CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o
> -o
> > > > cmTryCompileExec3266750896 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > >     Feature record: C_FEATURE:1c_function_prototypes
> > > >     Feature record: C_FEATURE:1c_restrict
> > > >     Feature record: C_FEATURE:0c_static_assert
> > > >     Feature record: C_FEATURE:1c_variadic_macros
> > > >
> > > >
> > > > Detecting C [-std=c90] compiler features compiled with the following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec540602414/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec540602414.dir/build.make
> > > > CMakeFiles/cmTryCompileExec540602414.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object CMakeFiles/cmTryCompileExec540602414.dir/
> > > > feature_tests.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -std=c90 -o CMakeFiles/cmTryCompileExec540602414.dir/
> > feature_tests.c.o
> > > > -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/feature_tests.c
> > > > Linking C executable cmTryCompileExec540602414
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec540602414.dir/
> link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >       CMakeFiles/cmTryCompileExec540602414.dir/feature_tests.c.o  -o
> > > > cmTryCompileExec540602414 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > >     Feature record: C_FEATURE:1c_function_prototypes
> > > >     Feature record: C_FEATURE:0c_restrict
> > > >     Feature record: C_FEATURE:0c_static_assert
> > > >     Feature record: C_FEATURE:0c_variadic_macros
> > > > Determining if the CXX compiler works passed with the following
> output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2230172569/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2230172569.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec2230172569.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building CXX object
> > > > CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > >     -o CMakeFiles/cmTryCompileExec2230172569.
> dir/testCXXCompiler.cxx.o
> > > -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/
> > > > testCXXCompiler.cxx
> > > > Linking CXX executable cmTryCompileExec2230172569
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2230172569.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > >        CMakeFiles/cmTryCompileExec2230172569.
> dir/testCXXCompiler.cxx.o
> > > -o
> > > > cmTryCompileExec2230172569 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Detecting CXX compiler ABI info compiled with the following output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2363439775/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2363439775.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec2363439775.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building CXX object
> > > > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > >     -o CMakeFiles/cmTryCompileExec2363439775.
> > > dir/CMakeCXXCompilerABI.cpp.o
> > > > -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CMakeCXXCompilerABI.cpp
> > > > Linking CXX executable cmTryCompileExec2363439775
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2363439775.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > >       -v
> > > > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> > -o
> > > > cmTryCompileExec2363439775 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > Using built-in specs.
> > > > COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/g++
> > > > COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > > Target: x86_64-unknown-linux-gnu
> > > > Configured with: ../gcc-4.9.2/configure
> > > > --prefix=/data/jenkins/workspace/verify-impala-
> > > > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > > > toolchain/build/gcc-4.9.2
> > > > --enable-languages=c,c++ --disable-multilib
> > > > --with-build-config=bootstrap-debug
> > > > Thread model: posix
> > > > gcc version 4.9.2 (GCC)
> > > > COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> bin/../libexec/gcc/
> > > > LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > > > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > lib/gcc/:/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/
> > > > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > > > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > > > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/
> > > > COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2363439775'
> '-rdynamic'
> > > > '-shared-libgcc' '-mtune=generic' '-march=x86-64'
> > > >  /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/collect2
> > > > -plugin
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/liblto_plugin.so
> > > > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > > -plugin-opt=-fresolution=/tmp/ccuagKib.res
> > > > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> > > > -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
> > > > -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
> > > > -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o
> > > > cmTryCompileExec2363439775 /usr/lib/x86_64-linux-gnu/crt1.o
> > > > /usr/lib/x86_64-linux-gnu/crti.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/crtbegin.o
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/../../../../lib64
> > > > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/../../..
> > > > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> > > > -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/crtend.o
> > > > /usr/lib/x86_64-linux-gnu/crtn.o
> > > >
> > > >
> > > > Parsed CXX implicit link information from above output:
> > > >   link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*(
> |$)]
> > > >   ignore line: [Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp]
> > > >   ignore line: []
> > > >   ignore line: [Run Build Command:"/usr/bin/make"
> > > > "cmTryCompileExec2363439775/fast"]
> > > >   ignore line: [/usr/bin/make -f
> > > > CMakeFiles/cmTryCompileExec2363439775.dir/build.make
> > > > CMakeFiles/cmTryCompileExec2363439775.dir/build]
> > > >   ignore line: [make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp']
> > > >   ignore line:
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1]
> > > >   ignore line: [Building CXX object
> > > > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o]
> > > >   ignore line:
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > >     -o CMakeFiles/cmTryCompileExec2363439775.
> > > dir/CMakeCXXCompilerABI.cpp.o
> > > > -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > > CMakeCXXCompilerABI.cpp]
> > > >   ignore line: [Linking CXX executable cmTryCompileExec2363439775]
> > > >   ignore line:
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2363439775.
> > dir/link.txt
> > > > --verbose=1]
> > > >   ignore line:
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > >       -v
> > > > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> > -o
> > > > cmTryCompileExec2363439775 -rdynamic  ]
> > > >   ignore line: [make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp']
> > > >   ignore line: [Using built-in specs.]
> > > >   ignore line:
> > > > [COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/g++]
> > > >   ignore line:
> > > > [COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > > >   ignore line: [Target: x86_64-unknown-linux-gnu]
> > > >   ignore line: [Configured with: ../gcc-4.9.2/configure
> > > > --prefix=/data/jenkins/workspace/verify-impala-
> > > > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > > > toolchain/build/gcc-4.9.2
> > > > --enable-languages=c,c++ --disable-multilib
> > > > --with-build-config=bootstrap-debug]
> > > >   ignore line: [Thread model: posix]
> > > >   ignore line: [gcc version 4.9.2 (GCC) ]
> > > >   ignore line:
> > > > [COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > bin/../libexec/gcc/]
> > > >   ignore line:
> > > > [LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > > > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > lib/gcc/:/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/
> > > > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > > > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > > > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/]
> > > >   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o'
> > > 'cmTryCompileExec2363439775'
> > > > '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
> > > >   link line: [
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/collect2
> > > > -plugin
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/liblto_plugin.so
> > > > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > > -plugin-opt=-fresolution=/tmp/ccuagKib.res
> > > > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> > > > -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
> > > > -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
> > > > -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o
> > > > cmTryCompileExec2363439775 /usr/lib/x86_64-linux-gnu/crt1.o
> > > > /usr/lib/x86_64-linux-gnu/crti.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/crtbegin.o
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/../../../../lib64
> > > > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/../../..
> > > > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> > > > -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/crtend.o
> > > > /usr/lib/x86_64-linux-gnu/crtn.o]
> > > >     arg
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/collect2]
> > > > ==> ignore
> > > >     arg [-plugin] ==> ignore
> > > >     arg
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/liblto_plugin.so]
> > > > ==> ignore
> > > >     arg
> > > > [-plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > > > ==> ignore
> > > >     arg [-plugin-opt=-fresolution=/tmp/ccuagKib.res] ==> ignore
> > > >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> > > >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> > > >     arg [-plugin-opt=-pass-through=-lc] ==> ignore
> > > >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> > > >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> > > >     arg [--eh-frame-hdr] ==> ignore
> > > >     arg [-m] ==> ignore
> > > >     arg [elf_x86_64] ==> ignore
> > > >     arg [-export-dynamic] ==> ignore
> > > >     arg [-dynamic-linker] ==> ignore
> > > >     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
> > > >     arg [-o] ==> ignore
> > > >     arg [cmTryCompileExec2363439775] ==> ignore
> > > >     arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
> > > >     arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
> > > >     arg
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/crtbegin.o]
> > > > ==> ignore
> > > >     arg
> > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2]
> > > > ==> dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > >     arg
> > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > > ==> dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > >     arg
> > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/../../../../lib64]
> > > > ==> dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/../../../../lib64]
> > > >     arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
> > > >     arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
> > > >     arg [-L/usr/lib/x86_64-linux-gnu] ==> dir
> > [/usr/lib/x86_64-linux-gnu]
> > > >     arg
> > > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > > linux-gnu/4.9.2/../../..]
> > > > ==> dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/../../..]
> > > >     arg
> > > > [CMakeFiles/cmTryCompileExec2363439775.
> dir/CMakeCXXCompilerABI.cpp.o]
> > > ==>
> > > > ignore
> > > >     arg [-lstdc++] ==> lib [stdc++]
> > > >     arg [-lm] ==> lib [m]
> > > >     arg [-lgcc_s] ==> lib [gcc_s]
> > > >     arg [-lgcc] ==> lib [gcc]
> > > >     arg [-lc] ==> lib [c]
> > > >     arg [-lgcc_s] ==> lib [gcc_s]
> > > >     arg [-lgcc] ==> lib [gcc]
> > > >     arg
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/crtend.o]
> > > > ==> ignore
> > > >     arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
> > > >   remove lib [gcc_s]
> > > >   remove lib [gcc]
> > > >   remove lib [gcc_s]
> > > >   remove lib [gcc]
> > > >   collapse library dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > > ==>
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > >   collapse library dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > > ==>
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/lib/gcc]
> > > >   collapse library dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/../../../../lib64]
> > > > ==>
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/lib64]
> > > >   collapse library dir [/lib/x86_64-linux-gnu] ==>
> > > [/lib/x86_64-linux-gnu]
> > > >   collapse library dir [/lib/../lib64] ==> [/lib64]
> > > >   collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
> > > > [/usr/lib/x86_64-linux-gnu]
> > > >   collapse library dir
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > > gnu/4.9.2/../../..]
> > > > ==>
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/lib]
> > > >   implicit libs: [stdc++;m;c]
> > > >   implicit dirs:
> > > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.
> > > > 2;/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/lib/gcc;/home/hzfengyu/impala/
> > > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > > > lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-
> > > > gnu;/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/lib]
> > > >   implicit fwks: []
> > > >
> > > >
> > > >
> > > >
> > > > Detecting CXX [-std=c++14] compiler features compiled with the
> > following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2196176722/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2196176722.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec2196176722.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building CXX object
> > > > CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > >    -std=c++14 -o
> > > > CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/feature_tests.cxx
> > > > Linking CXX executable cmTryCompileExec2196176722
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2196176722.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > >        CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o
> > -o
> > > > cmTryCompileExec2196176722 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > >     Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
> > > >     Feature record: CXX_FEATURE:1cxx_alias_templates
> > > >     Feature record: CXX_FEATURE:1cxx_alignas
> > > >     Feature record: CXX_FEATURE:1cxx_alignof
> > > >     Feature record: CXX_FEATURE:1cxx_attributes
> > > >     Feature record: CXX_FEATURE:1cxx_attribute_deprecated
> > > >     Feature record: CXX_FEATURE:1cxx_auto_type
> > > >     Feature record: CXX_FEATURE:1cxx_binary_literals
> > > >     Feature record: CXX_FEATURE:1cxx_constexpr
> > > >     Feature record: CXX_FEATURE:1cxx_contextual_conversions
> > > >     Feature record: CXX_FEATURE:1cxx_decltype
> > > >     Feature record: CXX_FEATURE:1cxx_decltype_auto
> > > >     Feature record: CXX_FEATURE:1cxx_decltype_
> incomplete_return_types
> > > >     Feature record: CXX_FEATURE:1cxx_default_function_template_args
> > > >     Feature record: CXX_FEATURE:1cxx_defaulted_functions
> > > >     Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
> > > >     Feature record: CXX_FEATURE:1cxx_delegating_constructors
> > > >     Feature record: CXX_FEATURE:1cxx_deleted_functions
> > > >     Feature record: CXX_FEATURE:1cxx_digit_separators
> > > >     Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
> > > >     Feature record: CXX_FEATURE:1cxx_explicit_conversions
> > > >     Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
> > > >     Feature record: CXX_FEATURE:1cxx_extern_templates
> > > >     Feature record: CXX_FEATURE:1cxx_final
> > > >     Feature record: CXX_FEATURE:1cxx_func_identifier
> > > >     Feature record: CXX_FEATURE:1cxx_generalized_initializers
> > > >     Feature record: CXX_FEATURE:1cxx_generic_lambdas
> > > >     Feature record: CXX_FEATURE:1cxx_inheriting_constructors
> > > >     Feature record: CXX_FEATURE:1cxx_inline_namespaces
> > > >     Feature record: CXX_FEATURE:1cxx_lambdas
> > > >     Feature record: CXX_FEATURE:1cxx_lambda_init_captures
> > > >     Feature record: CXX_FEATURE:1cxx_local_type_template_args
> > > >     Feature record: CXX_FEATURE:1cxx_long_long_type
> > > >     Feature record: CXX_FEATURE:1cxx_noexcept
> > > >     Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
> > > >     Feature record: CXX_FEATURE:1cxx_nullptr
> > > >     Feature record: CXX_FEATURE:1cxx_override
> > > >     Feature record: CXX_FEATURE:1cxx_range_for
> > > >     Feature record: CXX_FEATURE:1cxx_raw_string_literals
> > > >     Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
> > > >     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> > > >     Feature record: CXX_FEATURE:1cxx_return_type_deduction
> > > >     Feature record: CXX_FEATURE:1cxx_right_angle_brackets
> > > >     Feature record: CXX_FEATURE:1cxx_rvalue_references
> > > >     Feature record: CXX_FEATURE:1cxx_sizeof_member
> > > >     Feature record: CXX_FEATURE:1cxx_static_assert
> > > >     Feature record: CXX_FEATURE:1cxx_strong_enums
> > > >     Feature record: CXX_FEATURE:1cxx_template_template_parameters
> > > >     Feature record: CXX_FEATURE:1cxx_thread_local
> > > >     Feature record: CXX_FEATURE:1cxx_trailing_return_types
> > > >     Feature record: CXX_FEATURE:1cxx_unicode_literals
> > > >     Feature record: CXX_FEATURE:1cxx_uniform_initialization
> > > >     Feature record: CXX_FEATURE:1cxx_unrestricted_unions
> > > >     Feature record: CXX_FEATURE:1cxx_user_literals
> > > >     Feature record: CXX_FEATURE:0cxx_variable_templates
> > > >     Feature record: CXX_FEATURE:1cxx_variadic_macros
> > > >     Feature record: CXX_FEATURE:1cxx_variadic_templates
> > > >
> > > >
> > > > Detecting CXX [-std=c++11] compiler features compiled with the
> > following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3539534080/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3539534080.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec3539534080.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building CXX object
> > > > CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > >    -std=c++11 -o
> > > > CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/feature_tests.cxx
> > > > Linking CXX executable cmTryCompileExec3539534080
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3539534080.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > >        CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o
> > -o
> > > > cmTryCompileExec3539534080 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > >     Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
> > > >     Feature record: CXX_FEATURE:1cxx_alias_templates
> > > >     Feature record: CXX_FEATURE:1cxx_alignas
> > > >     Feature record: CXX_FEATURE:1cxx_alignof
> > > >     Feature record: CXX_FEATURE:1cxx_attributes
> > > >     Feature record: CXX_FEATURE:0cxx_attribute_deprecated
> > > >     Feature record: CXX_FEATURE:1cxx_auto_type
> > > >     Feature record: CXX_FEATURE:0cxx_binary_literals
> > > >     Feature record: CXX_FEATURE:1cxx_constexpr
> > > >     Feature record: CXX_FEATURE:0cxx_contextual_conversions
> > > >     Feature record: CXX_FEATURE:1cxx_decltype
> > > >     Feature record: CXX_FEATURE:0cxx_decltype_auto
> > > >     Feature record: CXX_FEATURE:1cxx_decltype_
> incomplete_return_types
> > > >     Feature record: CXX_FEATURE:1cxx_default_function_template_args
> > > >     Feature record: CXX_FEATURE:1cxx_defaulted_functions
> > > >     Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
> > > >     Feature record: CXX_FEATURE:1cxx_delegating_constructors
> > > >     Feature record: CXX_FEATURE:1cxx_deleted_functions
> > > >     Feature record: CXX_FEATURE:0cxx_digit_separators
> > > >     Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
> > > >     Feature record: CXX_FEATURE:1cxx_explicit_conversions
> > > >     Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
> > > >     Feature record: CXX_FEATURE:1cxx_extern_templates
> > > >     Feature record: CXX_FEATURE:1cxx_final
> > > >     Feature record: CXX_FEATURE:1cxx_func_identifier
> > > >     Feature record: CXX_FEATURE:1cxx_generalized_initializers
> > > >     Feature record: CXX_FEATURE:0cxx_generic_lambdas
> > > >     Feature record: CXX_FEATURE:1cxx_inheriting_constructors
> > > >     Feature record: CXX_FEATURE:1cxx_inline_namespaces
> > > >     Feature record: CXX_FEATURE:1cxx_lambdas
> > > >     Feature record: CXX_FEATURE:0cxx_lambda_init_captures
> > > >     Feature record: CXX_FEATURE:1cxx_local_type_template_args
> > > >     Feature record: CXX_FEATURE:1cxx_long_long_type
> > > >     Feature record: CXX_FEATURE:1cxx_noexcept
> > > >     Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
> > > >     Feature record: CXX_FEATURE:1cxx_nullptr
> > > >     Feature record: CXX_FEATURE:1cxx_override
> > > >     Feature record: CXX_FEATURE:1cxx_range_for
> > > >     Feature record: CXX_FEATURE:1cxx_raw_string_literals
> > > >     Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
> > > >     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> > > >     Feature record: CXX_FEATURE:0cxx_return_type_deduction
> > > >     Feature record: CXX_FEATURE:1cxx_right_angle_brackets
> > > >     Feature record: CXX_FEATURE:1cxx_rvalue_references
> > > >     Feature record: CXX_FEATURE:1cxx_sizeof_member
> > > >     Feature record: CXX_FEATURE:1cxx_static_assert
> > > >     Feature record: CXX_FEATURE:1cxx_strong_enums
> > > >     Feature record: CXX_FEATURE:1cxx_template_template_parameters
> > > >     Feature record: CXX_FEATURE:1cxx_thread_local
> > > >     Feature record: CXX_FEATURE:1cxx_trailing_return_types
> > > >     Feature record: CXX_FEATURE:1cxx_unicode_literals
> > > >     Feature record: CXX_FEATURE:1cxx_uniform_initialization
> > > >     Feature record: CXX_FEATURE:1cxx_unrestricted_unions
> > > >     Feature record: CXX_FEATURE:1cxx_user_literals
> > > >     Feature record: CXX_FEATURE:0cxx_variable_templates
> > > >     Feature record: CXX_FEATURE:1cxx_variadic_macros
> > > >     Feature record: CXX_FEATURE:1cxx_variadic_templates
> > > >
> > > >
> > > > Detecting CXX [-std=c++98] compiler features compiled with the
> > following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec862967400/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec862967400.dir/build.make
> > > > CMakeFiles/cmTryCompileExec862967400.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building CXX object
> > > > CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > >    -std=c++98 -o
> > > > CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/feature_tests.cxx
> > > > Linking CXX executable cmTryCompileExec862967400
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec862967400.dir/
> link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/g++
> > > >        CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o
> > -o
> > > > cmTryCompileExec862967400 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > >     Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
> > > >     Feature record: CXX_FEATURE:0cxx_alias_templates
> > > >     Feature record: CXX_FEATURE:0cxx_alignas
> > > >     Feature record: CXX_FEATURE:0cxx_alignof
> > > >     Feature record: CXX_FEATURE:0cxx_attributes
> > > >     Feature record: CXX_FEATURE:0cxx_attribute_deprecated
> > > >     Feature record: CXX_FEATURE:0cxx_auto_type
> > > >     Feature record: CXX_FEATURE:0cxx_binary_literals
> > > >     Feature record: CXX_FEATURE:0cxx_constexpr
> > > >     Feature record: CXX_FEATURE:0cxx_contextual_conversions
> > > >     Feature record: CXX_FEATURE:0cxx_decltype
> > > >     Feature record: CXX_FEATURE:0cxx_decltype_auto
> > > >     Feature record: CXX_FEATURE:0cxx_decltype_
> incomplete_return_types
> > > >     Feature record: CXX_FEATURE:0cxx_default_function_template_args
> > > >     Feature record: CXX_FEATURE:0cxx_defaulted_functions
> > > >     Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
> > > >     Feature record: CXX_FEATURE:0cxx_delegating_constructors
> > > >     Feature record: CXX_FEATURE:0cxx_deleted_functions
> > > >     Feature record: CXX_FEATURE:0cxx_digit_separators
> > > >     Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
> > > >     Feature record: CXX_FEATURE:0cxx_explicit_conversions
> > > >     Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
> > > >     Feature record: CXX_FEATURE:0cxx_extern_templates
> > > >     Feature record: CXX_FEATURE:0cxx_final
> > > >     Feature record: CXX_FEATURE:0cxx_func_identifier
> > > >     Feature record: CXX_FEATURE:0cxx_generalized_initializers
> > > >     Feature record: CXX_FEATURE:0cxx_generic_lambdas
> > > >     Feature record: CXX_FEATURE:0cxx_inheriting_constructors
> > > >     Feature record: CXX_FEATURE:0cxx_inline_namespaces
> > > >     Feature record: CXX_FEATURE:0cxx_lambdas
> > > >     Feature record: CXX_FEATURE:0cxx_lambda_init_captures
> > > >     Feature record: CXX_FEATURE:0cxx_local_type_template_args
> > > >     Feature record: CXX_FEATURE:0cxx_long_long_type
> > > >     Feature record: CXX_FEATURE:0cxx_noexcept
> > > >     Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
> > > >     Feature record: CXX_FEATURE:0cxx_nullptr
> > > >     Feature record: CXX_FEATURE:0cxx_override
> > > >     Feature record: CXX_FEATURE:0cxx_range_for
> > > >     Feature record: CXX_FEATURE:0cxx_raw_string_literals
> > > >     Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
> > > >     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> > > >     Feature record: CXX_FEATURE:0cxx_return_type_deduction
> > > >     Feature record: CXX_FEATURE:0cxx_right_angle_brackets
> > > >     Feature record: CXX_FEATURE:0cxx_rvalue_references
> > > >     Feature record: CXX_FEATURE:0cxx_sizeof_member
> > > >     Feature record: CXX_FEATURE:0cxx_static_assert
> > > >     Feature record: CXX_FEATURE:0cxx_strong_enums
> > > >     Feature record: CXX_FEATURE:1cxx_template_template_parameters
> > > >     Feature record: CXX_FEATURE:0cxx_thread_local
> > > >     Feature record: CXX_FEATURE:0cxx_trailing_return_types
> > > >     Feature record: CXX_FEATURE:0cxx_unicode_literals
> > > >     Feature record: CXX_FEATURE:0cxx_uniform_initialization
> > > >     Feature record: CXX_FEATURE:0cxx_unrestricted_unions
> > > >     Feature record: CXX_FEATURE:0cxx_user_literals
> > > >     Feature record: CXX_FEATURE:0cxx_variable_templates
> > > >     Feature record: CXX_FEATURE:0cxx_variadic_macros
> > > >     Feature record: CXX_FEATURE:0cxx_variadic_templates
> > > > Determining if the function sched_getcpu exists passed with the
> > following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec69323040/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec69323040.dir/build.make
> > > > CMakeFiles/cmTryCompileExec69323040.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > > > CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o   -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec69323040
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec69323040.dir/
> link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> > > >  CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o  -o
> > > > cmTryCompileExec69323040 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function pipe2 exists passed with the following
> > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2960219214/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2960219214.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec2960219214.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > > > CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec2960219214
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2960219214.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=pipe2
> > > >  CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec2960219214 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function fallocate exists passed with the
> following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec1966628571/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec1966628571.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec1966628571.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > > > CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec1966628571
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec1966628571.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=fallocate
> > > >  CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec1966628571 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function preadv exists passed with the following
> > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec305487130/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec305487130.dir/build.make
> > > > CMakeFiles/cmTryCompileExec305487130.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > > > CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec305487130
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec305487130.dir/
> link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=preadv
> > > >  CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec305487130 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if files linux/magic.h exist passed with the following
> > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2788694360/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2788694360.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec2788694360.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >    -o CMakeFiles/cmTryCompileExec2788694360.
> dir/CheckIncludeFiles.c.o
> > >  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/
> > > > CheckIncludeFiles.c
> > > > Linking C executable cmTryCompileExec2788694360
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2788694360.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >       CMakeFiles/cmTryCompileExec2788694360.
> dir/CheckIncludeFiles.c.o
> > > -o
> > > > cmTryCompileExec2788694360 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function sched_getcpu exists passed with the
> > following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3497296788/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3497296788.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec3497296788.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > > > CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec3497296788
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3497296788.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> > > >  CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec3497296788 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function pipe2 exists passed with the following
> > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3191288677/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3191288677.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec3191288677.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > > > CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec3191288677
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec3191288677.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=pipe2
> > > >  CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec3191288677 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function fallocate exists passed with the
> following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2207715658/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2207715658.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec2207715658.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > > > CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec2207715658
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2207715658.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=fallocate
> > > >  CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec2207715658 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function preadv exists passed with the following
> > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec1489456585/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec1489456585.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec1489456585.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > > > CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec1489456585
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec1489456585.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=preadv
> > > >  CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec1489456585 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if files linux/magic.h exist passed with the following
> > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec4169179431/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec4169179431.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec4169179431.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >    -o CMakeFiles/cmTryCompileExec4169179431.
> dir/CheckIncludeFiles.c.o
> > >  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/
> > > > CheckIncludeFiles.c
> > > > Linking C executable cmTryCompileExec4169179431
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec4169179431.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >       CMakeFiles/cmTryCompileExec4169179431.
> dir/CheckIncludeFiles.c.o
> > > -o
> > > > cmTryCompileExec4169179431 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function sched_getcpu exists passed with the
> > following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2295215426/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2295215426.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec2295215426.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > > > CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec2295215426
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2295215426.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> > > >  CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec2295215426 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function pipe2 exists passed with the following
> > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec678407444/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec678407444.dir/build.make
> > > > CMakeFiles/cmTryCompileExec678407444.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > > > CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec678407444
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec678407444.dir/
> link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=pipe2
> > > >  CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec678407444 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function fallocate exists passed with the
> following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2979663179/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2979663179.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec2979663179.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > > > CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec2979663179
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2979663179.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=fallocate
> > > >  CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec2979663179 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function preadv exists passed with the following
> > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2709301732/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2709301732.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec2709301732.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > > > CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec2709301732
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec2709301732.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=preadv
> > > >  CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec2709301732 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if files linux/magic.h exist passed with the following
> > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec4088672402/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec4088672402.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec4088672402.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >    -o CMakeFiles/cmTryCompileExec4088672402.
> dir/CheckIncludeFiles.c.o
> > >  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/
> > > > CheckIncludeFiles.c
> > > > Linking C executable cmTryCompileExec4088672402
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec4088672402.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >       CMakeFiles/cmTryCompileExec4088672402.
> dir/CheckIncludeFiles.c.o
> > > -o
> > > > cmTryCompileExec4088672402 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function sched_getcpu exists passed with the
> > following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec311077996/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec311077996.dir/build.make
> > > > CMakeFiles/cmTryCompileExec311077996.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > > > CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec311077996
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec311077996.dir/
> link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> > > >  CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec311077996 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function pipe2 exists passed with the following
> > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec1707055747/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec1707055747.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec1707055747.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > > > CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec1707055747
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec1707055747.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=pipe2
> > > >  CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec1707055747 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function fallocate exists passed with the
> following
> > > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec911534047/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec911534047.dir/build.make
> > > > CMakeFiles/cmTryCompileExec911534047.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > > > CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec911534047
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec911534047.dir/
> link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=fallocate
> > > >  CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec911534047 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if the function preadv exists passed with the following
> > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec1981163834/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec1981163834.
> dir/build.make
> > > > CMakeFiles/cmTryCompileExec1981163834.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > > > CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o
>  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CheckFunctionExists.c
> > > > Linking C executable cmTryCompileExec1981163834
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec1981163834.
> > dir/link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >   -DCHECK_FUNCTION_EXISTS=preadv
> > > >  CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o
> -o
> > > > cmTryCompileExec1981163834 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > Determining if files linux/magic.h exist passed with the following
> > > output:
> > > > Change Dir:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp
> > > >
> > > > Run Build Command:"/usr/bin/make" "cmTryCompileExec442482618/fast"
> > > > /usr/bin/make -f CMakeFiles/cmTryCompileExec442482618.dir/build.make
> > > > CMakeFiles/cmTryCompileExec442482618.dir/build
> > > > make[1]: Entering directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_progress_report
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeTmp/CMakeFiles
> > > > 1
> > > > Building C object
> > > > CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >    -o CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o
> > >  -c
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/
> > > > CheckIncludeFiles.c
> > > > Linking C executable cmTryCompileExec442482618
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > > -E cmake_link_script CMakeFiles/cmTryCompileExec442482618.dir/
> link.txt
> > > > --verbose=1
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/gcc-4.9.2/bin/gcc
> > > >       CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o
> > -o
> > > > cmTryCompileExec442482618 -rdynamic
> > > > make[1]: Leaving directory
> > > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp'
> > > >
> > > >
> > > > 2017-08-03 12:33 GMT+08:00 yu feng <ol...@gmail.com>:
> > > >
> > > > > build output :
> > > > >
> > > > > IMPALA_HOME             = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala
> > > > > HADOOP_HOME             = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/cdh_components/
> > > hadoop-2.6.0-cdh5.13.0-
> > > > > SNAPSHOT/
> > > > > HADOOP_CONF_DIR         = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/fe/src/test/resources
> > > > > HADOOP_INCLUDE_DIR      = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/cdh_components/
> > > hadoop-2.6.0-cdh5.13.0-
> > > > > SNAPSHOT//include
> > > > > HADOOP_LIB_DIR          = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/cdh_components/
> > > hadoop-2.6.0-cdh5.13.0-
> > > > > SNAPSHOT//lib
> > > > > MINI_DFS_BASE_DATA_DIR  = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/cdh-5-hdfs-data
> > > > > HIVE_HOME               = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/cdh_components/hive-
> > > > > 1.1.0-cdh5.13.0-SNAPSHOT/
> > > > > HIVE_CONF_DIR           = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/fe/src/test/resources
> > > > > HIVE_SRC_DIR            = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/cdh_components/hive-
> > > > > 1.1.0-cdh5.13.0-SNAPSHOT//src
> > > > > HBASE_HOME              = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/cdh_components/
> > > hbase-1.2.0-cdh5.13.0-
> > > > > SNAPSHOT/
> > > > > HBASE_CONF_DIR          = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/fe/src/test/resources
> > > > > MINIKDC_HOME            = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/cdh_components/
> llama-minikdc-1.0.0
> > > > > THRIFT_HOME             = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/thrift-0.9.0-p9
> > > > > HADOOP_LZO              = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/../hadoop-lzo
> > > > > IMPALA_LZO              = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/../Impala-lzo
> > > > > CLASSPATH               = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/../hadoop-lzo/build/hadoop-lzo-0.
> > > > > 4.15.jar:/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/fe/src/test/
> > > > > resources:/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/fe/target/
> > > > > classes:/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/fe/target/dependency:
> > > > > LIBHDFS_OPTS            =  -Djava.library.path=/home/
> > > > > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > > > > cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT//lib/
> > > > > native/:/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/be/build/debug/service
> > > > > -XX:MaxPermSize=128m
> > > > > PYTHONPATH              = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala:/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/shell/gen-py:/home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/testdata/:/home/hzfengyu/
> > impala/apache-impala/
> > > > > incubator-impala/toolchain/thrift-0.9.0-p9/python/lib/
> > > > > python2.7/site-packages/:/home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/cdh_components/hive-
> > > > > 1.1.0-cdh5.13.0-SNAPSHOT//lib/py:/home/hzfengyu/impala/
> > > > > apache-impala/incubator-impala/shell/ext-py/*/dist/*.egg
> > > > > JAVA_HOME               = /home/hzfengyu/impala/deploy/jdk1.7.0_79
> > > > > LD_LIBRARY_PATH         = :/home/hzfengyu/impala/deploy/
> > > > > jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/
> > > > > jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/
> > > > > jdk1.7.0_79/jre/lib/amd64/server:/home/hzfengyu/impala/
> > > > > apache-impala/incubator-impala/toolchain/cdh_
> > > > components/hadoop-2.6.0-cdh5.
> > > > > 13.0-SNAPSHOT//lib/native:/home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/be/build/debug/service:/home/
> > > > > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > > > > snappy-1.1.4/lib:/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/../Impala-lzo/build:/home/hzfengyu/
> > > > impala/apache-impala/
> > > > > incubator-impala/toolchain/gcc-4.9.2/lib64
> > > > > LD_PRELOAD              = :/home/hzfengyu/impala/deploy/
> > > > > jdk1.7.0_79/jre/lib/amd64/libjsig.so
> > > > > POSTGRES_JDBC_DRIVER    = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/fe/target/dependency/postgresql-
> > > > 9.0-801.jdbc4.jar
> > > > > IMPALA_TOOLCHAIN        = /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain
> > > > > DOWNLOAD_CDH_COMPONENTS = true
> > > > > Downloading Python dependencies
> > > > > ~/impala/apache-impala/incubator-impala/infra/python/deps
> > > > > ~/impala/apache-impala/incubator-impala
> > > > > Getting package info from https://pypi.python.org/simple/allpairs/
> > > > > File with matching md5sum already exists, skipping
> > > AllPairs-2.0.1.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/boto3/
> > > > > File with matching md5sum already exists, skipping
> boto3-1.2.3.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> simple/simplejson/
> > > > > File with matching md5sum already exists, skipping
> > > > simplejson-3.3.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/botocore/
> > > > > File with matching md5sum already exists, skipping
> > > botocore-1.3.30.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> > > > simple/python_dateutil/
> > > > > File with matching md5sum already exists, skipping
> > > > > python-dateutil-2.5.2.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/docutils/
> > > > > File with matching md5sum already exists, skipping
> > docutils-0.12.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/jmespath/
> > > > > File with matching md5sum already exists, skipping
> > > jmespath-0.9.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/futures/
> > > > > File with matching md5sum already exists, skipping
> > futures-3.0.5.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/cm-api/
> > > > > File with matching md5sum already exists, skipping
> > cm_api-10.0.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/readline/
> > > > > File with matching md5sum already exists, skipping
> > > > readline-6.2.4.1.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/Flask/
> > > > > File with matching md5sum already exists, skipping
> > Flask-0.10.1.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/Jinja2/
> > > > > File with matching md5sum already exists, skipping
> Jinja2-2.8.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> simple/MarkupSafe/
> > > > > File with matching md5sum already exists, skipping
> > > MarkupSafe-0.23.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/Werkzeug/
> > > > > File with matching md5sum already exists, skipping
> > > Werkzeug-0.11.3.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> > simple/itsdangerous/
> > > > > File with matching md5sum already exists, skipping
> > > > itsdangerous-0.24.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/hdfs/
> > > > > File with matching md5sum already exists, skipping
> hdfs-2.0.2.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/docopt/
> > > > > File with matching md5sum already exists, skipping
> > docopt-0.6.2.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/execnet/
> > > > > File with matching md5sum already exists, skipping
> > execnet-1.4.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/kazoo/
> > > > > File with matching md5sum already exists, skipping
> kazoo-2.2.1.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> > simple/monkeypatch/
> > > > > File with matching md5sum already exists, skipping
> > > monkeypatch-0.1rc3.zip
> > > > > Getting package info from https://pypi.python.org/
> > simple/ordereddict/
> > > > > File with matching md5sum already exists, skipping
> > > ordereddict-1.1.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/pexpect/
> > > > > File with matching md5sum already exists, skipping
> pexpect-3.3.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/pg8000/
> > > > > File with matching md5sum already exists, skipping
> > pg8000-1.10.2.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> > simple/prettytable/
> > > > > File with matching md5sum already exists, skipping
> > > > > prettytable-0.7.2.tar.bz2
> > > > > Getting package info from https://pypi.python.org/
> simple/pyelftools/
> > > > > File with matching md5sum already exists, skipping
> > > pyelftools-0.23.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> simple/pyparsing/
> > > > > File with matching md5sum already exists, skipping
> > > pyparsing-2.0.3.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/pytest/
> > > > > File with matching md5sum already exists, skipping
> > pytest-2.9.2.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/py/
> > > > > File with matching md5sum already exists, skipping py-1.4.32.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> > > simple/pytest-random/
> > > > > File with matching md5sum already exists, skipping
> > > > > pytest-random-0.02.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> > simple/pytest-xdist/
> > > > > File with matching md5sum already exists, skipping
> > > > > pytest-xdist-1.15.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> > simple/python-magic/
> > > > > File with matching md5sum already exists, skipping
> > > > > python-magic-0.4.11.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> simple/pywebhdfs/
> > > > > File with matching md5sum already exists, skipping
> > > pywebhdfs-0.3.2.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/pbr/
> > > > > File with matching md5sum already exists, skipping pbr-1.8.1.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/requests/
> > > > > File with matching md5sum already exists, skipping
> > > requests-2.7.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> > > simple/setuptools-scm/
> > > > > File with matching md5sum already exists, skipping
> > > > > setuptools_scm-1.15.4.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/sh/
> > > > > File with matching md5sum already exists, skipping sh-1.11.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/sqlparse/
> > > > > File with matching md5sum already exists, skipping
> > > sqlparse-0.1.15.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> simple/texttable/
> > > > > File with matching md5sum already exists, skipping
> > texttable-0.8.3.zip
> > > > > Getting package info from https://pypi.python.org/simple/ipython/
> > > > > File with matching md5sum already exists, skipping
> > ipython-1.2.1.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/apipkg/
> > > > > File with matching md5sum already exists, skipping
> apipkg-1.4.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> simple/virtualenv/
> > > > > File with matching md5sum already exists, skipping
> > > > virtualenv-13.1.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/argparse/
> > > > > File with matching md5sum already exists, skipping
> > > argparse-1.4.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/Fabric/
> > > > > File with matching md5sum already exists, skipping
> > Fabric-1.10.2.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/paramiko/
> > > > > File with matching md5sum already exists, skipping
> > > paramiko-1.15.2.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/ecdsa/
> > > > > File with matching md5sum already exists, skipping
> ecdsa-0.13.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/pycrypto/
> > > > > File with matching md5sum already exists, skipping
> > > pycrypto-2.6.1.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/impyla/
> > > > > File with matching md5sum already exists, skipping
> > impyla-0.14.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/bitarray/
> > > > > File with matching md5sum already exists, skipping
> > > bitarray-0.8.1.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/sasl/
> > > > > File with matching md5sum already exists, skipping
> sasl-0.1.3.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/six/
> > > > > File with matching md5sum already exists, skipping six-1.9.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/thrift/
> > > > > File with matching md5sum already exists, skipping
> > thrift-0.9.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> > simple/thrift_sasl/
> > > > > File with matching md5sum already exists, skipping
> > > > thrift_sasl-0.1.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/psutil/
> > > > > File with matching md5sum already exists, skipping
> > psutil-0.7.1.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/Cython/
> > > > > File with matching md5sum already exists, skipping
> > Cython-0.23.4.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/numpy/
> > > > > File with matching md5sum already exists, skipping
> > numpy-1.10.4.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> > simple/kudu-python/
> > > > > File with matching md5sum already exists, skipping
> > > > kudu-python-1.2.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> simple/pycparser/
> > > > > File with matching md5sum already exists, skipping
> > > pycparser-2.17.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/cffi/
> > > > > File with matching md5sum already exists, skipping
> cffi-1.10.0.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> > simple/cryptography/
> > > > > File with matching md5sum already exists, skipping
> > > > > cryptography-1.8.1.tar.gz
> > > > > Getting package info from https://pypi.python.org/simple/scandir/
> > > > > File with matching md5sum already exists, skipping
> scandir-1.5.tar.gz
> > > > > Getting package info from https://pypi.python.org/
> > > > > simple/azure-datalake-store/
> > > > > File with matching md5sum already exists, skipping
> > > > > azure-datalake-store-0.0.9.tar.gz
> > > > > ~/impala/apache-impala/incubator-impala
> > > > > Finished downloading Python dependencies
> > > > > Downloading and extracting toolchain dependencies.
> > > > > Toolchain bootstrap complete.
> > > > > Running make_impala.sh  -build_shared_libs -build_type=Debug -fe
> > > -cscope
> > > > > -tarballs
> > > > > ************************************************************
> > > > > ********************
> > > > >  Building Impala
> > > > >  Build type: Debug
> > > > >  Impala libraries will be DYNAMICALLY linked
> > > > > ************************************************************
> > > > > ********************
> > > > > -- Setup toolchain link flags -Wl,-rpath,/home/hzfengyu/
> > > > > impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64
> > > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/toolchain/gcc-4.9.2/lib64
> > > > > -- Build type is DEBUG
> > > > > -- ENABLE_CODE_COVERAGE: false
> > > > > -- Boost version: 1.57.0
> > > > > -- Found the following Boost libraries:
> > > > > --   thread
> > > > > --   regex
> > > > > --   filesystem
> > > > > --   system
> > > > > --   date_time
> > > > > -- Boost include dir: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/boost-1.57.0-p3/include
> > > > > -- Boost libraries: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/
> > > > > toolchain/boost-1.57.0-p3/lib/libboost_thread.a/home/
> > > > > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > > > > boost-1.57.0-p3/lib/libboost_regex.a/home/hzfengyu/impala/
> > > > > apache-impala/incubator-impala/toolchain/boost-1.57.0-
> > > > > p3/lib/libboost_filesystem.a/home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/boost-1.57.0-p3/lib/
> > > > > libboost_system.a/home/hzfengyu/impala/apache-impala/
> > > > > incubator-impala/toolchain/boost-1.57.0-p3/lib/libboost_
> date_time.a
> > > > > -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/
> > libssl.so;/usr/lib/x86_64-
> > > > linux-gnu/libcrypto.so
> > > > > (found version "1.0.1t")
> > > > > -- ----------> Adding thirdparty library openssl_ssl. <----------
> > > > > -- Header files: /usr/include
> > > > > -- Added shared library dependency openssl_ssl:
> > > > /usr/lib/x86_64-linux-gnu/
> > > > > libssl.so
> > > > > -- ----------> Adding thirdparty library openssl_crypto.
> <----------
> > > > > -- Added shared library dependency openssl_crypto:
> > > > > /usr/lib/x86_64-linux-gnu/libcrypto.so
> > > > > -- Bzip2: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/bzip2-1.0.6-p2/include
> > > > > -- ----------> Adding thirdparty library bzip2. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/bzip2-1.0.6-p2/include
> > > > > -- Added static library dependency bzip2:
> > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/bzip2-1.0.6-p2/lib/libbz2.a
> > > > > -- Zlib: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/zlib-1.2.8/include
> > > > > -- ----------> Adding thirdparty library zlib. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/zlib-1.2.8/include
> > > > > -- Added shared library dependency zlib:
> > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/zlib-1.2.8/lib/libz.so
> > > > > -- ----------> Adding thirdparty library hdfs. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT/include
> > > > > -- Added shared library dependency hdfs:
> > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/cdh_components/
> > > hadoop-2.6.0-cdh5.13.0-
> > > > > SNAPSHOT/lib/native/libhdfs.so
> > > > > -- ----------> Adding thirdparty library glog. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/glog-0.3.4-p2/include
> > > > > -- Added shared library dependency glog:
> > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/glog-0.3.4-p2/lib/libglog.so
> > > > > CMake Error at CMakeLists.txt:178 (IMPALA_ADD_THIRDPARTY_LIB):
> > > > >   IMPALA_ADD_THIRDPARTY_LIB Function invoked with incorrect
> arguments
> > > for
> > > > >   function named: IMPALA_ADD_THIRDPARTY_LIB
> > > > >
> > > > >
> > > > > -- ----------> Adding thirdparty library pprof. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/gperftools-2.5/include
> > > > > -- Added static library dependency pprof:
> > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/gperftools-2.5/lib/libprofiler.a
> > > > > -- ----------> Adding thirdparty library gtest. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/gtest-1.6.0/include
> > > > > -- Added static library dependency gtest:
> > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/gtest-1.6.0/lib/libgtest.a
> > > > > -- LLVM llvm-config found at: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/llvm-config
> > > > > -- LLVM clang++ found at: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/clang++
> > > > > -- LLVM opt found at: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/opt
> > > > > -- LLVM_ROOT: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > > toolchain/llvm-3.8.0-asserts-p1
> > > > > -- LLVM llvm-config found at: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/llvm-3.8.0-asserts-
> > > p1/bin/llvm-config
> > > > > -- LLVM include dir: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/
> > > > > toolchain/llvm-3.8.0-asserts-p1/include
> > > > > -- LLVM lib dir: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/llvm-3.8.0-asserts-p1/lib
> > > > > -- ----------> Adding thirdparty library cyrus_sasl. <----------
> > > > > -- Header files: /usr/include
> > > > > -- Added shared library dependency cyrus_sasl:
> > > /usr/lib/x86_64-linux-gnu/
> > > > > libsasl2.so
> > > > > -- ----------> Adding thirdparty library ldap. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/openldap-2.4.25/include
> > > > > -- Added static library dependency ldap:
> > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/openldap-2.4.25/lib/libldap.a
> > > > > -- ----------> Adding thirdparty library lber. <----------
> > > > > -- Added static library dependency lber:
> > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/openldap-2.4.25/lib/liblber.a
> > > > > -- ----------> Adding thirdparty library thrift. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/thrift-0.9.0-p9/include
> > > > > -- Added static library dependency thrift:
> > > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/thrift-0.9.0-p9/lib/libthrift.a
> > > > > -- Thrift version: Thrift version 0.9.0
> > > > > -- Thrift contrib dir: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/thrift-0.9.0-p9
> > > > > -- Thrift compiler: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/
> > > > > toolchain/thrift-0.9.0-p9/bin/thrift
> > > > > -- Found FLATBUFFERS: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/flatbuffers-1.6.0/include
> > > > > -- ----------> Adding thirdparty library flatbuffers. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/flatbuffers-1.6.0/include
> > > > > -- Added static library dependency flatbuffers:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/flatbuffers-1.6.0/lib/libflatbuffers.a
> > > > > -- FlatBuffers compiler: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
> > > > > -- ----------> Adding thirdparty library snappy. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/snappy-1.1.4/include
> > > > > -- Added static library dependency snappy:
> > > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/snappy-1.1.4/lib/libsnappy.a
> > > > > -- ----------> Adding thirdparty library lz4. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/lz4-1.7.5/include
> > > > > -- Added static library dependency lz4:
> /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/lz4-1.7.5/lib/liblz4.a
> > > > > -- /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > toolchain/re2-20130115-p1/include
> > > > > -- ----------> Adding thirdparty library re2. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/re2-20130115-p1/include
> > > > > -- Added static library dependency re2:
> /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/re2-20130115-p1/lib/libre2.a
> > > > > -- RapidJson include dir: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/rapidjson-0.11/include
> > > > > -- ----------> Adding thirdparty library avro. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/avro-1.7.4-p4/include
> > > > > -- Added static library dependency avro:
> > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/avro-1.7.4-p4/lib/libavro.a
> > > > > -- Found PROTOBUF: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > toolchain/protobuf-2.6.1/lib/libprotobuf.so
> > > > > -- ----------> Adding thirdparty library protobuf. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/protobuf-2.6.1/include
> > > > > -- Added shared library dependency protobuf:
> > > > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/protobuf-2.6.1/lib/
> libprotobuf.so
> > > > > -- ----------> Adding thirdparty library protoc. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/protobuf-2.6.1/include
> > > > > -- Added shared library dependency protoc:
> > > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/protobuf-2.6.1/lib/libprotoc.so
> > > > > -- Found LIBEV: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/libev-4.20/lib/libev.so
> > > > > -- ----------> Adding thirdparty library libev. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/libev-4.20/include
> > > > > -- Added shared library dependency libev:
> > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/libev-4.20/lib/libev.so
> > > > > -- Found CRCUTIL: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > > toolchain/crcutil-440ba7babeff77ffad992df3a10c76
> > > > > 7f184e946e-p1/lib/libcrcutil.so
> > > > > -- ----------> Adding thirdparty library crcutil. <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/crcutil-440ba7babeff77ffad992df3a10c76
> > 7f184e946e-p1/include
> > > > > -- Added shared library dependency crcutil:
> > > /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/crcutil-
> > > 440ba7babeff77ffad992df3a10c76
> > > > > 7f184e946e-p1/lib/libcrcutil.so
> > > > > -- Found JNI: /home/hzfengyu/impala/deploy/
> > jdk1.7.0_79/jre/lib/amd64/
> > > > > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> > > > > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> > > > > 0_79/jre/lib/amd64/server/libjvm.so
> > > > > -- ----------> Adding thirdparty library java_jvm. <----------
> > > > > -- Header files: /home/hzfengyu/impala/deploy/
> > > jdk1.7.0_79/include;/home/
> > > > > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> > > > > hzfengyu/impala/deploy/jdk1.7.0_79/include
> > > > > -- Added static library dependency java_jvm:
> > > > /home/hzfengyu/impala/deploy/
> > > > > jdk1.7.0_79/jre/lib/amd64/server/libjvm.so
> > > > > -- ----------> Adding thirdparty library breakpad_client.
> <----------
> > > > > -- Header files: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > > toolchain/breakpad-ffe3e478657dc7126fca6329dfcedc
> > > > > 49f4c726d9-p2/include/breakpad
> > > > > -- Added static library dependency breakpad_client:
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/breakpad-
> > > > > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_
> client.a
> > > > > -- Added shared library dependency rt: /usr/lib/x86_64-linux-gnu/
> > > > librt.so
> > > > > -- Added shared library dependency dl: /usr/lib/x86_64-linux-gnu/
> > > > libdl.so
> > > > > Using Thrift compiler: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/thrift-0.9.0-p9/bin/thrift
> > > > > Found output dir: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/shell/
> > > > > Using FlatBuffers compiler: /home/hzfengyu/impala/apache-
> > > > > impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
> > > > > --java-o/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/fe/generated-sources/gen-java-b
> > > > > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> > > > > impala/be/generated-sources/gen-cpp-b
> > > > > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> > > > > -- WARNING: Doxygen not found - Docs will not be created
> > > > > -- Looking for sched_getcpu
> > > > > -- Looking for sched_getcpu - found
> > > > > -- Looking for pipe2
> > > > > -- Looking for pipe2 - found
> > > > > -- Looking for fallocate
> > > > > -- Looking for fallocate - found
> > > > > -- Looking for preadv
> > > > > -- Looking for preadv - found
> > > > > -- Looking for include file linux/magic.h
> > > > > -- Looking for include file linux/magic.h - found
> > > > > -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas
> > > -pthread
> > > > > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> > > > > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
> -DBOOST_SYSTEM_NO_DEPRECATED
> > > -B
> > > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/binutils-2.26.1/bin/
> > > > > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
> > > > > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
> > > > -D__STDC_FORMAT_MACROS
> > > > > -D__STDC_LIMIT_MACROS
> > > > > -- Common /home/hzfengyu/impala/apache-impala/incubator-impala/be/
> > > > > build/debug/
> > > > > -- Configuring incomplete, errors occurred!
> > > > > See also "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > > CMakeFiles/CMakeOutput.log".
> > > > > Error in /home/hzfengyu/impala/apache-impala/incubator-impala/bin/
> > > > make_impala.sh
> > > > > at line 160: cmake . ${CMAKE_ARGS[@]}
> > > > >
> > > > > 2017-08-03 11:49 GMT+08:00 Henry Robinson <he...@apache.org>:
> > > > >
> > > > >> I don't think attachments come through on this mailing list (at
> > least
> > > I
> > > > >> can't see anything attached to your mail). Could you paste the
> > output
> > > in
> > > > >> pastebin or somewhere similar?
> > > > >>
> > > > >> On Wed, Aug 2, 2017 at 8:44 PM yu feng <ol...@gmail.com>
> > wrote:
> > > > >>
> > > > >> > attach command output and CmakeOutput.log, Thanks a lot.
> > > > >> >
> > > > >> > 2017-08-02 23:52 GMT+08:00 Tim Armstrong <
> tarmstrong@cloudera.com
> > >:
> > > > >> >
> > > > >> >> Hi,
> > > > >> >>   I don't see an error in the output you pasted. Maybe it would
> > > help
> > > > to
> > > > >> >> include the full output of buildall.sh and CmakeOutput.log
> > > > >> >>
> > > > >> >> On Wed, Aug 2, 2017 at 5:32 AM, yu feng <ol...@gmail.com>
> > > > wrote:
> > > > >> >>
> > > > >> >> > Hi, I clone impala from
> > > > >> >> > https://git-wip-us.apache.org/repos/asf/incubator-impala.git
> ,
> > > and
> > > > >> try
> > > > >> >> to
> > > > >> >> > run 'bash buildall.sh -noclean -skiptests -build_shared_libs
> > > > >> -format', I
> > > > >> >> > have finish building impalad two months ago, However, I git
> > pull
> > > > all
> > > > >> >> newest
> > > > >> >> > code, error happened:
> > > > >> >> >
> > > > >> >> >
> > > > >> >> > -- Found JNI:
> > > > >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> > > > >> >> > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> > > > >> >> > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> > > > >> >> > 0_79/jre/lib/amd64/server/libjvm.so
> > > > >> >> >
> > > > >> >> > -- ----------> Adding thirdparty library java_jvm.
> <----------
> > > > >> >> > -- Header files:
> > > > >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/
> > > > >> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> > > > >> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include
> > > > >> >> > -- Added static library dependency java_jvm:
> > > > >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/serve
> > > > >> r/libjvm.so
> > > > >> >> > -- ----------> Adding thirdparty library breakpad_client.
> > > > <----------
> > > > >> >> > -- Header files:
> > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolcha
> > > > >> in/breakpad-
> > > > >> >> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/include/breakpad
> > > > >> >> > -- Added static library dependency breakpad_client:
> > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolcha
> > > > >> in/breakpad-
> > > > >> >> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_
> > > > client.a
> > > > >> >> > -- Added shared library dependency rt:
> > > > >> >> /usr/lib/x86_64-linux-gnu/librt.so
> > > > >> >> > -- Added shared library dependency dl:
> > > > >> >> /usr/lib/x86_64-linux-gnu/libdl.so
> > > > >> >> > Using Thrift compiler:
> > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > >> >> > toolchain/thrift-0.9.0-p9/bin/thrift
> > > > >> >> > Found output dir:
> > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/shell/
> > > > >> >> > Using FlatBuffers compiler:
> > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > >> >> > toolchain/flatbuffers-1.6.0/bin/flatc
> > > > >> >> > --java-o/home/hzfengyu/impala/apache-impala/incubator-
> > > > >> >> > impala/fe/generated-sources/gen-java-b
> > > > >> >> > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> > > > >> >> > impala/be/generated-sources/gen-cpp-b
> > > > >> >> > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> > > > >> >> > -- WARNING: Doxygen not found - Docs will not be created
> > > > >> >> > -- Looking for sched_getcpu
> > > > >> >> > -- Looking for sched_getcpu - found
> > > > >> >> > -- Looking for pipe2
> > > > >> >> > -- Looking for pipe2 - found
> > > > >> >> > -- Looking for fallocate
> > > > >> >> > -- Looking for fallocate - found
> > > > >> >> > -- Looking for preadv
> > > > >> >> > -- Looking for preadv - found
> > > > >> >> > -- Looking for include file linux/magic.h
> > > > >> >> > -- Looking for include file linux/magic.h - found
> > > > >> >> > -- Compiler Flags:  -Wall -Wno-sign-compare
> > -Wno-unknown-pragmas
> > > > >> >> -pthread
> > > > >> >> > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> > > > >> >> > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
> > > > >> -DBOOST_SYSTEM_NO_DEPRECATED -B
> > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > >> >> > toolchain/binutils-2.26.1/bin/
> > > > >> >> > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2
> > > -Werror
> > > > >> >> > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
> > > > >> >> -D__STDC_FORMAT_MACROS
> > > > >> >> > -D__STDC_LIMIT_MACROS
> > > > >> >> > -- Common
> > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/be/
> > > > build/debug/
> > > > >> >> > -- Configuring incomplete, errors occurred!
> > > > >> >> > See also
> > > > >> >> > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > >> >> > CMakeFiles/CMakeOutput.log".
> > > > >> >> > Error in
> > > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/bin/mak
> > > > >> e_impala.sh
> > > > >> >> at
> > > > >> >> > line 160: cmake . ${CMAKE_ARGS[@]}
> > > > >> >> >
> > > > >> >> >
> > > > >> >> >
> > > > >> >> > I try to find something in CMakeOutput.log,  and I can not
> find
> > > any
> > > > >> >> error,
> > > > >> >> > Is there I miss something? thanks a lot.
> > > > >> >> >
> > > > >> >>
> > > > >> >
> > > > >> >
> > > > >>
> > > > >
> > > > >
> > > >
> > >
> >
>

Re: problem about buildall.sh

Posted by Henry Robinson <he...@apache.org>.
I think you're hitting the problem where you're not picking up the most
recent version of gflags. IMPALA-5659 added .so building to gflags, but
didn't bump the patch level or version number, and the toolchain doesn't
have a great way of dealing with that situation.

Do the following:

rm -rf ${IMPALA_TOOLCHAIN}/gflags-${IMPALA_GFLAGS_VERSION}
. bin/impala-config.sh
bin/bootstrap_toolchain.py

and then try rebuilding.


On 2 August 2017 at 22:24, yu feng <ol...@gmail.com> wrote:

> I will try to delete toolchain/glog-0.3.4-p2/ and rebuild, However, I have
> remove all toochains before. I try again now.
>
> 2017-08-03 12:49 GMT+08:00 Tim Armstrong <ta...@cloudera.com>:
>
> > It looks like the error is:
> >
> > > -- ----------> Adding thirdparty library glog. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/glog-0.3.4-p2/include
> > > -- Added shared library dependency glog: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/glog-0.3.4-p2/lib/libglog.so
> > > CMake Error at CMakeLists.txt:178 (IMPALA_ADD_THIRDPARTY_LIB):
> > >   IMPALA_ADD_THIRDPARTY_LIB Function invoked with incorrect arguments
> for
> > >   function named: IMPALA_ADD_THIRDPARTY_LIB
> >
> > Has anyone seen this before?
> >
> > One thing you can try is deleting glog then rebuilding. E.g.
> >
> > rm -r toolchain/glog-0.3.4-p2/
> >
> > On Wed, Aug 2, 2017 at 9:34 PM, yu feng <ol...@gmail.com> wrote:
> >
> > > CMakeOutput.log :
> > >
> > >
> > >
> > > The system is: Linux - 3.16.0-4-amd64 - x86_64
> > > Compiling the C compiler identification source file
> "CMakeCCompilerId.c"
> > > succeeded.
> > > Compiler:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > > Build flags:
> > > Id flags:
> > >
> > > The output was:
> > > 0
> > >
> > >
> > > Compilation of the C compiler identification source
> "CMakeCCompilerId.c"
> > > produced "a.out"
> > >
> > > The C compiler identification is GNU, found in
> > > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/3.2.3/CompilerIdC/a.out"
> > >
> > > Compiling the CXX compiler identification source file
> > > "CMakeCXXCompilerId.cpp" succeeded.
> > > Compiler:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > > Build flags:
> > > Id flags:
> > >
> > > The output was:
> > > 0
> > >
> > >
> > > Compilation of the CXX compiler identification source
> > > "CMakeCXXCompilerId.cpp" produced "a.out"
> > >
> > > The CXX compiler identification is GNU, found in
> > > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/3.2.3/
> > > CompilerIdCXX/a.out"
> > >
> > > Determining if the C compiler works passed with the following output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2174981562/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2174981562.dir/build.make
> > > CMakeFiles/cmTryCompileExec2174981562.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >    -o CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/
> > > testCCompiler.c
> > > Linking C executable cmTryCompileExec2174981562
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec2174981562.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >       CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o  -o
> > > cmTryCompileExec2174981562 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Detecting C compiler ABI info compiled with the following output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3739174323/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3739174323.dir/build.make
> > > CMakeFiles/cmTryCompileExec3739174323.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >    -o CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> >  -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCCompilerABI.c
> > > Linking C executable cmTryCompileExec3739174323
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec3739174323.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >      -v CMakeFiles/cmTryCompileExec3739174323.
> dir/CMakeCCompilerABI.c.o
> > > -o
> > > cmTryCompileExec3739174323 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > Using built-in specs.
> > > COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/gcc
> > > COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > Target: x86_64-unknown-linux-gnu
> > > Configured with: ../gcc-4.9.2/configure
> > > --prefix=/data/jenkins/workspace/verify-impala-
> > > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > > toolchain/build/gcc-4.9.2
> > > --enable-languages=c,c++ --disable-multilib
> > > --with-build-config=bootstrap-debug
> > > Thread model: posix
> > > gcc version 4.9.2 (GCC)
> > > COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > lib/gcc/:/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/
> > > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/
> > > COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3739174323' '-rdynamic'
> > > '-mtune=generic' '-march=x86-64'
> > >  /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/collect2
> > > -plugin
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/liblto_plugin.so
> > > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > -plugin-opt=-fresolution=/tmp/ccm1iypm.res -plugin-opt=-pass-through=-
> > lgcc
> > > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
> > > -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
> > > --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
> > > /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec3739174323
> > > /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/crtbegin.o
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/../../../../lib64
> > > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/../../..
> > > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o -lgcc
> > > --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
> > > --no-as-needed
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/crtend.o
> > > /usr/lib/x86_64-linux-gnu/crtn.o
> > >
> > >
> > > Parsed C implicit link information from above output:
> > >   link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
> > >   ignore line: [Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp]
> > >   ignore line: []
> > >   ignore line: [Run Build Command:"/usr/bin/make"
> > > "cmTryCompileExec3739174323/fast"]
> > >   ignore line: [/usr/bin/make -f
> > > CMakeFiles/cmTryCompileExec3739174323.dir/build.make
> > > CMakeFiles/cmTryCompileExec3739174323.dir/build]
> > >   ignore line: [make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp']
> > >   ignore line:
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1]
> > >   ignore line: [Building C object
> > > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o]
> > >   ignore line:
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >    -o CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> >  -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCCompilerABI.c]
> > >   ignore line: [Linking C executable cmTryCompileExec3739174323]
> > >   ignore line:
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec3739174323.
> dir/link.txt
> > > --verbose=1]
> > >   ignore line:
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >      -v CMakeFiles/cmTryCompileExec3739174323.
> dir/CMakeCCompilerABI.c.o
> > > -o
> > > cmTryCompileExec3739174323 -rdynamic  ]
> > >   ignore line: [make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp']
> > >   ignore line: [Using built-in specs.]
> > >   ignore line:
> > > [COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/gcc]
> > >   ignore line:
> > > [COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > >   ignore line: [Target: x86_64-unknown-linux-gnu]
> > >   ignore line: [Configured with: ../gcc-4.9.2/configure
> > > --prefix=/data/jenkins/workspace/verify-impala-
> > > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > > toolchain/build/gcc-4.9.2
> > > --enable-languages=c,c++ --disable-multilib
> > > --with-build-config=bootstrap-debug]
> > >   ignore line: [Thread model: posix]
> > >   ignore line: [gcc version 4.9.2 (GCC) ]
> > >   ignore line:
> > > [COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> bin/../libexec/gcc/]
> > >   ignore line:
> > > [LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > lib/gcc/:/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/
> > > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/]
> > >   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o'
> > 'cmTryCompileExec3739174323'
> > > '-rdynamic' '-mtune=generic' '-march=x86-64']
> > >   link line: [
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/collect2
> > > -plugin
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/liblto_plugin.so
> > > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > -plugin-opt=-fresolution=/tmp/ccm1iypm.res -plugin-opt=-pass-through=-
> > lgcc
> > > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
> > > -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
> > > --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
> > > /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec3739174323
> > > /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/crtbegin.o
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/../../../../lib64
> > > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/../../..
> > > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o -lgcc
> > > --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
> > > --no-as-needed
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/crtend.o
> > > /usr/lib/x86_64-linux-gnu/crtn.o]
> > >     arg
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/collect2]
> > > ==> ignore
> > >     arg [-plugin] ==> ignore
> > >     arg
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/liblto_plugin.so]
> > > ==> ignore
> > >     arg
> > > [-plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > > ==> ignore
> > >     arg [-plugin-opt=-fresolution=/tmp/ccm1iypm.res] ==> ignore
> > >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> > >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> > >     arg [-plugin-opt=-pass-through=-lc] ==> ignore
> > >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> > >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> > >     arg [--eh-frame-hdr] ==> ignore
> > >     arg [-m] ==> ignore
> > >     arg [elf_x86_64] ==> ignore
> > >     arg [-export-dynamic] ==> ignore
> > >     arg [-dynamic-linker] ==> ignore
> > >     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
> > >     arg [-o] ==> ignore
> > >     arg [cmTryCompileExec3739174323] ==> ignore
> > >     arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
> > >     arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
> > >     arg
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/crtbegin.o]
> > > ==> ignore
> > >     arg
> > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2]
> > > ==> dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > >     arg
> > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > ==> dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > >     arg
> > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/../../../../lib64]
> > > ==> dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/../../../../lib64]
> > >     arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
> > >     arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
> > >     arg [-L/usr/lib/x86_64-linux-gnu] ==> dir
> [/usr/lib/x86_64-linux-gnu]
> > >     arg
> > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/../../..]
> > > ==> dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/../../..]
> > >     arg [CMakeFiles/cmTryCompileExec3739174323.
> > dir/CMakeCCompilerABI.c.o]
> > > ==> ignore
> > >     arg [-lgcc] ==> lib [gcc]
> > >     arg [--as-needed] ==> ignore
> > >     arg [-lgcc_s] ==> lib [gcc_s]
> > >     arg [--no-as-needed] ==> ignore
> > >     arg [-lc] ==> lib [c]
> > >     arg [-lgcc] ==> lib [gcc]
> > >     arg [--as-needed] ==> ignore
> > >     arg [-lgcc_s] ==> lib [gcc_s]
> > >     arg [--no-as-needed] ==> ignore
> > >     arg
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/crtend.o]
> > > ==> ignore
> > >     arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
> > >   remove lib [gcc]
> > >   remove lib [gcc_s]
> > >   remove lib [gcc]
> > >   remove lib [gcc_s]
> > >   collapse library dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > ==>
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > >   collapse library dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > ==>
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/lib/gcc]
> > >   collapse library dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/../../../../lib64]
> > > ==>
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/lib64]
> > >   collapse library dir [/lib/x86_64-linux-gnu] ==>
> > [/lib/x86_64-linux-gnu]
> > >   collapse library dir [/lib/../lib64] ==> [/lib64]
> > >   collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
> > > [/usr/lib/x86_64-linux-gnu]
> > >   collapse library dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/../../..]
> > > ==>
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/lib]
> > >   implicit libs: [c]
> > >   implicit dirs:
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.
> > > 2;/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/lib/gcc;/home/hzfengyu/impala/
> > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > > lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-
> > > gnu;/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/lib]
> > >   implicit fwks: []
> > >
> > >
> > >
> > >
> > > Detecting C [-std=c11] compiler features compiled with the following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3079253483/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3079253483.dir/build.make
> > > CMakeFiles/cmTryCompileExec3079253483.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -std=c11 -o CMakeFiles/cmTryCompileExec3079253483.
> > dir/feature_tests.c.o
> > > -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/feature_tests.c
> > > Linking C executable cmTryCompileExec3079253483
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec3079253483.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >       CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o  -o
> > > cmTryCompileExec3079253483 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > >     Feature record: C_FEATURE:1c_function_prototypes
> > >     Feature record: C_FEATURE:1c_restrict
> > >     Feature record: C_FEATURE:1c_static_assert
> > >     Feature record: C_FEATURE:1c_variadic_macros
> > >
> > >
> > > Detecting C [-std=c99] compiler features compiled with the following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3266750896/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3266750896.dir/build.make
> > > CMakeFiles/cmTryCompileExec3266750896.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -std=c99 -o CMakeFiles/cmTryCompileExec3266750896.
> > dir/feature_tests.c.o
> > > -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/feature_tests.c
> > > Linking C executable cmTryCompileExec3266750896
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec3266750896.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >       CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o  -o
> > > cmTryCompileExec3266750896 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > >     Feature record: C_FEATURE:1c_function_prototypes
> > >     Feature record: C_FEATURE:1c_restrict
> > >     Feature record: C_FEATURE:0c_static_assert
> > >     Feature record: C_FEATURE:1c_variadic_macros
> > >
> > >
> > > Detecting C [-std=c90] compiler features compiled with the following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec540602414/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec540602414.dir/build.make
> > > CMakeFiles/cmTryCompileExec540602414.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object CMakeFiles/cmTryCompileExec540602414.dir/
> > > feature_tests.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -std=c90 -o CMakeFiles/cmTryCompileExec540602414.dir/
> feature_tests.c.o
> > > -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/feature_tests.c
> > > Linking C executable cmTryCompileExec540602414
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec540602414.dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >       CMakeFiles/cmTryCompileExec540602414.dir/feature_tests.c.o  -o
> > > cmTryCompileExec540602414 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > >     Feature record: C_FEATURE:1c_function_prototypes
> > >     Feature record: C_FEATURE:0c_restrict
> > >     Feature record: C_FEATURE:0c_static_assert
> > >     Feature record: C_FEATURE:0c_variadic_macros
> > > Determining if the CXX compiler works passed with the following output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2230172569/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2230172569.dir/build.make
> > > CMakeFiles/cmTryCompileExec2230172569.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building CXX object
> > > CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > >     -o CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o
> > -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/
> > > testCXXCompiler.cxx
> > > Linking CXX executable cmTryCompileExec2230172569
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec2230172569.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > >        CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o
> > -o
> > > cmTryCompileExec2230172569 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Detecting CXX compiler ABI info compiled with the following output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2363439775/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2363439775.dir/build.make
> > > CMakeFiles/cmTryCompileExec2363439775.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building CXX object
> > > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > >     -o CMakeFiles/cmTryCompileExec2363439775.
> > dir/CMakeCXXCompilerABI.cpp.o
> > > -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CMakeCXXCompilerABI.cpp
> > > Linking CXX executable cmTryCompileExec2363439775
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec2363439775.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > >       -v
> > > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> -o
> > > cmTryCompileExec2363439775 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > Using built-in specs.
> > > COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/g++
> > > COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > Target: x86_64-unknown-linux-gnu
> > > Configured with: ../gcc-4.9.2/configure
> > > --prefix=/data/jenkins/workspace/verify-impala-
> > > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > > toolchain/build/gcc-4.9.2
> > > --enable-languages=c,c++ --disable-multilib
> > > --with-build-config=bootstrap-debug
> > > Thread model: posix
> > > gcc version 4.9.2 (GCC)
> > > COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > lib/gcc/:/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/
> > > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/
> > > COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2363439775' '-rdynamic'
> > > '-shared-libgcc' '-mtune=generic' '-march=x86-64'
> > >  /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/collect2
> > > -plugin
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/liblto_plugin.so
> > > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > -plugin-opt=-fresolution=/tmp/ccuagKib.res
> > > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> > > -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
> > > -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
> > > -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o
> > > cmTryCompileExec2363439775 /usr/lib/x86_64-linux-gnu/crt1.o
> > > /usr/lib/x86_64-linux-gnu/crti.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/crtbegin.o
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/../../../../lib64
> > > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/../../..
> > > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> > > -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/crtend.o
> > > /usr/lib/x86_64-linux-gnu/crtn.o
> > >
> > >
> > > Parsed CXX implicit link information from above output:
> > >   link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
> > >   ignore line: [Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp]
> > >   ignore line: []
> > >   ignore line: [Run Build Command:"/usr/bin/make"
> > > "cmTryCompileExec2363439775/fast"]
> > >   ignore line: [/usr/bin/make -f
> > > CMakeFiles/cmTryCompileExec2363439775.dir/build.make
> > > CMakeFiles/cmTryCompileExec2363439775.dir/build]
> > >   ignore line: [make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp']
> > >   ignore line:
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1]
> > >   ignore line: [Building CXX object
> > > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o]
> > >   ignore line:
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > >     -o CMakeFiles/cmTryCompileExec2363439775.
> > dir/CMakeCXXCompilerABI.cpp.o
> > > -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> > CMakeCXXCompilerABI.cpp]
> > >   ignore line: [Linking CXX executable cmTryCompileExec2363439775]
> > >   ignore line:
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec2363439775.
> dir/link.txt
> > > --verbose=1]
> > >   ignore line:
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > >       -v
> > > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> -o
> > > cmTryCompileExec2363439775 -rdynamic  ]
> > >   ignore line: [make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp']
> > >   ignore line: [Using built-in specs.]
> > >   ignore line:
> > > [COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/g++]
> > >   ignore line:
> > > [COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > >   ignore line: [Target: x86_64-unknown-linux-gnu]
> > >   ignore line: [Configured with: ../gcc-4.9.2/configure
> > > --prefix=/data/jenkins/workspace/verify-impala-
> > > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > > toolchain/build/gcc-4.9.2
> > > --enable-languages=c,c++ --disable-multilib
> > > --with-build-config=bootstrap-debug]
> > >   ignore line: [Thread model: posix]
> > >   ignore line: [gcc version 4.9.2 (GCC) ]
> > >   ignore line:
> > > [COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> bin/../libexec/gcc/]
> > >   ignore line:
> > > [LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > lib/gcc/:/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/
> > > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/]
> > >   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o'
> > 'cmTryCompileExec2363439775'
> > > '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
> > >   link line: [
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/collect2
> > > -plugin
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/liblto_plugin.so
> > > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > > -plugin-opt=-fresolution=/tmp/ccuagKib.res
> > > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> > > -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
> > > -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
> > > -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o
> > > cmTryCompileExec2363439775 /usr/lib/x86_64-linux-gnu/crt1.o
> > > /usr/lib/x86_64-linux-gnu/crti.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/crtbegin.o
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/../../../../lib64
> > > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/../../..
> > > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> > > -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/crtend.o
> > > /usr/lib/x86_64-linux-gnu/crtn.o]
> > >     arg
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/collect2]
> > > ==> ignore
> > >     arg [-plugin] ==> ignore
> > >     arg
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/liblto_plugin.so]
> > > ==> ignore
> > >     arg
> > > [-plugin-opt=/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > > ==> ignore
> > >     arg [-plugin-opt=-fresolution=/tmp/ccuagKib.res] ==> ignore
> > >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> > >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> > >     arg [-plugin-opt=-pass-through=-lc] ==> ignore
> > >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> > >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> > >     arg [--eh-frame-hdr] ==> ignore
> > >     arg [-m] ==> ignore
> > >     arg [elf_x86_64] ==> ignore
> > >     arg [-export-dynamic] ==> ignore
> > >     arg [-dynamic-linker] ==> ignore
> > >     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
> > >     arg [-o] ==> ignore
> > >     arg [cmTryCompileExec2363439775] ==> ignore
> > >     arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
> > >     arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
> > >     arg
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/crtbegin.o]
> > > ==> ignore
> > >     arg
> > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2]
> > > ==> dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > >     arg
> > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > ==> dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > >     arg
> > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/../../../../lib64]
> > > ==> dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/../../../../lib64]
> > >     arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
> > >     arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
> > >     arg [-L/usr/lib/x86_64-linux-gnu] ==> dir
> [/usr/lib/x86_64-linux-gnu]
> > >     arg
> > > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > > linux-gnu/4.9.2/../../..]
> > > ==> dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/../../..]
> > >     arg
> > > [CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o]
> > ==>
> > > ignore
> > >     arg [-lstdc++] ==> lib [stdc++]
> > >     arg [-lm] ==> lib [m]
> > >     arg [-lgcc_s] ==> lib [gcc_s]
> > >     arg [-lgcc] ==> lib [gcc]
> > >     arg [-lc] ==> lib [c]
> > >     arg [-lgcc_s] ==> lib [gcc_s]
> > >     arg [-lgcc] ==> lib [gcc]
> > >     arg
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/crtend.o]
> > > ==> ignore
> > >     arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
> > >   remove lib [gcc_s]
> > >   remove lib [gcc]
> > >   remove lib [gcc_s]
> > >   remove lib [gcc]
> > >   collapse library dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > > ==>
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > >   collapse library dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > > ==>
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/lib/gcc]
> > >   collapse library dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/../../../../lib64]
> > > ==>
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/lib64]
> > >   collapse library dir [/lib/x86_64-linux-gnu] ==>
> > [/lib/x86_64-linux-gnu]
> > >   collapse library dir [/lib/../lib64] ==> [/lib64]
> > >   collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
> > > [/usr/lib/x86_64-linux-gnu]
> > >   collapse library dir
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > > gnu/4.9.2/../../..]
> > > ==>
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/lib]
> > >   implicit libs: [stdc++;m;c]
> > >   implicit dirs:
> > > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.
> > > 2;/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/lib/gcc;/home/hzfengyu/impala/
> > > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > > lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-
> > > gnu;/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/lib]
> > >   implicit fwks: []
> > >
> > >
> > >
> > >
> > > Detecting CXX [-std=c++14] compiler features compiled with the
> following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2196176722/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2196176722.dir/build.make
> > > CMakeFiles/cmTryCompileExec2196176722.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building CXX object
> > > CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > >    -std=c++14 -o
> > > CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/feature_tests.cxx
> > > Linking CXX executable cmTryCompileExec2196176722
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec2196176722.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > >        CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o
> -o
> > > cmTryCompileExec2196176722 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > >     Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
> > >     Feature record: CXX_FEATURE:1cxx_alias_templates
> > >     Feature record: CXX_FEATURE:1cxx_alignas
> > >     Feature record: CXX_FEATURE:1cxx_alignof
> > >     Feature record: CXX_FEATURE:1cxx_attributes
> > >     Feature record: CXX_FEATURE:1cxx_attribute_deprecated
> > >     Feature record: CXX_FEATURE:1cxx_auto_type
> > >     Feature record: CXX_FEATURE:1cxx_binary_literals
> > >     Feature record: CXX_FEATURE:1cxx_constexpr
> > >     Feature record: CXX_FEATURE:1cxx_contextual_conversions
> > >     Feature record: CXX_FEATURE:1cxx_decltype
> > >     Feature record: CXX_FEATURE:1cxx_decltype_auto
> > >     Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
> > >     Feature record: CXX_FEATURE:1cxx_default_function_template_args
> > >     Feature record: CXX_FEATURE:1cxx_defaulted_functions
> > >     Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
> > >     Feature record: CXX_FEATURE:1cxx_delegating_constructors
> > >     Feature record: CXX_FEATURE:1cxx_deleted_functions
> > >     Feature record: CXX_FEATURE:1cxx_digit_separators
> > >     Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
> > >     Feature record: CXX_FEATURE:1cxx_explicit_conversions
> > >     Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
> > >     Feature record: CXX_FEATURE:1cxx_extern_templates
> > >     Feature record: CXX_FEATURE:1cxx_final
> > >     Feature record: CXX_FEATURE:1cxx_func_identifier
> > >     Feature record: CXX_FEATURE:1cxx_generalized_initializers
> > >     Feature record: CXX_FEATURE:1cxx_generic_lambdas
> > >     Feature record: CXX_FEATURE:1cxx_inheriting_constructors
> > >     Feature record: CXX_FEATURE:1cxx_inline_namespaces
> > >     Feature record: CXX_FEATURE:1cxx_lambdas
> > >     Feature record: CXX_FEATURE:1cxx_lambda_init_captures
> > >     Feature record: CXX_FEATURE:1cxx_local_type_template_args
> > >     Feature record: CXX_FEATURE:1cxx_long_long_type
> > >     Feature record: CXX_FEATURE:1cxx_noexcept
> > >     Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
> > >     Feature record: CXX_FEATURE:1cxx_nullptr
> > >     Feature record: CXX_FEATURE:1cxx_override
> > >     Feature record: CXX_FEATURE:1cxx_range_for
> > >     Feature record: CXX_FEATURE:1cxx_raw_string_literals
> > >     Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
> > >     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> > >     Feature record: CXX_FEATURE:1cxx_return_type_deduction
> > >     Feature record: CXX_FEATURE:1cxx_right_angle_brackets
> > >     Feature record: CXX_FEATURE:1cxx_rvalue_references
> > >     Feature record: CXX_FEATURE:1cxx_sizeof_member
> > >     Feature record: CXX_FEATURE:1cxx_static_assert
> > >     Feature record: CXX_FEATURE:1cxx_strong_enums
> > >     Feature record: CXX_FEATURE:1cxx_template_template_parameters
> > >     Feature record: CXX_FEATURE:1cxx_thread_local
> > >     Feature record: CXX_FEATURE:1cxx_trailing_return_types
> > >     Feature record: CXX_FEATURE:1cxx_unicode_literals
> > >     Feature record: CXX_FEATURE:1cxx_uniform_initialization
> > >     Feature record: CXX_FEATURE:1cxx_unrestricted_unions
> > >     Feature record: CXX_FEATURE:1cxx_user_literals
> > >     Feature record: CXX_FEATURE:0cxx_variable_templates
> > >     Feature record: CXX_FEATURE:1cxx_variadic_macros
> > >     Feature record: CXX_FEATURE:1cxx_variadic_templates
> > >
> > >
> > > Detecting CXX [-std=c++11] compiler features compiled with the
> following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3539534080/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3539534080.dir/build.make
> > > CMakeFiles/cmTryCompileExec3539534080.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building CXX object
> > > CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > >    -std=c++11 -o
> > > CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/feature_tests.cxx
> > > Linking CXX executable cmTryCompileExec3539534080
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec3539534080.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > >        CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o
> -o
> > > cmTryCompileExec3539534080 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > >     Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
> > >     Feature record: CXX_FEATURE:1cxx_alias_templates
> > >     Feature record: CXX_FEATURE:1cxx_alignas
> > >     Feature record: CXX_FEATURE:1cxx_alignof
> > >     Feature record: CXX_FEATURE:1cxx_attributes
> > >     Feature record: CXX_FEATURE:0cxx_attribute_deprecated
> > >     Feature record: CXX_FEATURE:1cxx_auto_type
> > >     Feature record: CXX_FEATURE:0cxx_binary_literals
> > >     Feature record: CXX_FEATURE:1cxx_constexpr
> > >     Feature record: CXX_FEATURE:0cxx_contextual_conversions
> > >     Feature record: CXX_FEATURE:1cxx_decltype
> > >     Feature record: CXX_FEATURE:0cxx_decltype_auto
> > >     Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
> > >     Feature record: CXX_FEATURE:1cxx_default_function_template_args
> > >     Feature record: CXX_FEATURE:1cxx_defaulted_functions
> > >     Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
> > >     Feature record: CXX_FEATURE:1cxx_delegating_constructors
> > >     Feature record: CXX_FEATURE:1cxx_deleted_functions
> > >     Feature record: CXX_FEATURE:0cxx_digit_separators
> > >     Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
> > >     Feature record: CXX_FEATURE:1cxx_explicit_conversions
> > >     Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
> > >     Feature record: CXX_FEATURE:1cxx_extern_templates
> > >     Feature record: CXX_FEATURE:1cxx_final
> > >     Feature record: CXX_FEATURE:1cxx_func_identifier
> > >     Feature record: CXX_FEATURE:1cxx_generalized_initializers
> > >     Feature record: CXX_FEATURE:0cxx_generic_lambdas
> > >     Feature record: CXX_FEATURE:1cxx_inheriting_constructors
> > >     Feature record: CXX_FEATURE:1cxx_inline_namespaces
> > >     Feature record: CXX_FEATURE:1cxx_lambdas
> > >     Feature record: CXX_FEATURE:0cxx_lambda_init_captures
> > >     Feature record: CXX_FEATURE:1cxx_local_type_template_args
> > >     Feature record: CXX_FEATURE:1cxx_long_long_type
> > >     Feature record: CXX_FEATURE:1cxx_noexcept
> > >     Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
> > >     Feature record: CXX_FEATURE:1cxx_nullptr
> > >     Feature record: CXX_FEATURE:1cxx_override
> > >     Feature record: CXX_FEATURE:1cxx_range_for
> > >     Feature record: CXX_FEATURE:1cxx_raw_string_literals
> > >     Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
> > >     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> > >     Feature record: CXX_FEATURE:0cxx_return_type_deduction
> > >     Feature record: CXX_FEATURE:1cxx_right_angle_brackets
> > >     Feature record: CXX_FEATURE:1cxx_rvalue_references
> > >     Feature record: CXX_FEATURE:1cxx_sizeof_member
> > >     Feature record: CXX_FEATURE:1cxx_static_assert
> > >     Feature record: CXX_FEATURE:1cxx_strong_enums
> > >     Feature record: CXX_FEATURE:1cxx_template_template_parameters
> > >     Feature record: CXX_FEATURE:1cxx_thread_local
> > >     Feature record: CXX_FEATURE:1cxx_trailing_return_types
> > >     Feature record: CXX_FEATURE:1cxx_unicode_literals
> > >     Feature record: CXX_FEATURE:1cxx_uniform_initialization
> > >     Feature record: CXX_FEATURE:1cxx_unrestricted_unions
> > >     Feature record: CXX_FEATURE:1cxx_user_literals
> > >     Feature record: CXX_FEATURE:0cxx_variable_templates
> > >     Feature record: CXX_FEATURE:1cxx_variadic_macros
> > >     Feature record: CXX_FEATURE:1cxx_variadic_templates
> > >
> > >
> > > Detecting CXX [-std=c++98] compiler features compiled with the
> following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec862967400/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec862967400.dir/build.make
> > > CMakeFiles/cmTryCompileExec862967400.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building CXX object
> > > CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > >    -std=c++98 -o
> > > CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/feature_tests.cxx
> > > Linking CXX executable cmTryCompileExec862967400
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec862967400.dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/g++
> > >        CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o
> -o
> > > cmTryCompileExec862967400 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > >     Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
> > >     Feature record: CXX_FEATURE:0cxx_alias_templates
> > >     Feature record: CXX_FEATURE:0cxx_alignas
> > >     Feature record: CXX_FEATURE:0cxx_alignof
> > >     Feature record: CXX_FEATURE:0cxx_attributes
> > >     Feature record: CXX_FEATURE:0cxx_attribute_deprecated
> > >     Feature record: CXX_FEATURE:0cxx_auto_type
> > >     Feature record: CXX_FEATURE:0cxx_binary_literals
> > >     Feature record: CXX_FEATURE:0cxx_constexpr
> > >     Feature record: CXX_FEATURE:0cxx_contextual_conversions
> > >     Feature record: CXX_FEATURE:0cxx_decltype
> > >     Feature record: CXX_FEATURE:0cxx_decltype_auto
> > >     Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
> > >     Feature record: CXX_FEATURE:0cxx_default_function_template_args
> > >     Feature record: CXX_FEATURE:0cxx_defaulted_functions
> > >     Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
> > >     Feature record: CXX_FEATURE:0cxx_delegating_constructors
> > >     Feature record: CXX_FEATURE:0cxx_deleted_functions
> > >     Feature record: CXX_FEATURE:0cxx_digit_separators
> > >     Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
> > >     Feature record: CXX_FEATURE:0cxx_explicit_conversions
> > >     Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
> > >     Feature record: CXX_FEATURE:0cxx_extern_templates
> > >     Feature record: CXX_FEATURE:0cxx_final
> > >     Feature record: CXX_FEATURE:0cxx_func_identifier
> > >     Feature record: CXX_FEATURE:0cxx_generalized_initializers
> > >     Feature record: CXX_FEATURE:0cxx_generic_lambdas
> > >     Feature record: CXX_FEATURE:0cxx_inheriting_constructors
> > >     Feature record: CXX_FEATURE:0cxx_inline_namespaces
> > >     Feature record: CXX_FEATURE:0cxx_lambdas
> > >     Feature record: CXX_FEATURE:0cxx_lambda_init_captures
> > >     Feature record: CXX_FEATURE:0cxx_local_type_template_args
> > >     Feature record: CXX_FEATURE:0cxx_long_long_type
> > >     Feature record: CXX_FEATURE:0cxx_noexcept
> > >     Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
> > >     Feature record: CXX_FEATURE:0cxx_nullptr
> > >     Feature record: CXX_FEATURE:0cxx_override
> > >     Feature record: CXX_FEATURE:0cxx_range_for
> > >     Feature record: CXX_FEATURE:0cxx_raw_string_literals
> > >     Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
> > >     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> > >     Feature record: CXX_FEATURE:0cxx_return_type_deduction
> > >     Feature record: CXX_FEATURE:0cxx_right_angle_brackets
> > >     Feature record: CXX_FEATURE:0cxx_rvalue_references
> > >     Feature record: CXX_FEATURE:0cxx_sizeof_member
> > >     Feature record: CXX_FEATURE:0cxx_static_assert
> > >     Feature record: CXX_FEATURE:0cxx_strong_enums
> > >     Feature record: CXX_FEATURE:1cxx_template_template_parameters
> > >     Feature record: CXX_FEATURE:0cxx_thread_local
> > >     Feature record: CXX_FEATURE:0cxx_trailing_return_types
> > >     Feature record: CXX_FEATURE:0cxx_unicode_literals
> > >     Feature record: CXX_FEATURE:0cxx_uniform_initialization
> > >     Feature record: CXX_FEATURE:0cxx_unrestricted_unions
> > >     Feature record: CXX_FEATURE:0cxx_user_literals
> > >     Feature record: CXX_FEATURE:0cxx_variable_templates
> > >     Feature record: CXX_FEATURE:0cxx_variadic_macros
> > >     Feature record: CXX_FEATURE:0cxx_variadic_templates
> > > Determining if the function sched_getcpu exists passed with the
> following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec69323040/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec69323040.dir/build.make
> > > CMakeFiles/cmTryCompileExec69323040.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > > CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec69323040
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec69323040.dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> > >  CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec69323040 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function pipe2 exists passed with the following
> > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2960219214/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2960219214.dir/build.make
> > > CMakeFiles/cmTryCompileExec2960219214.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > > CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec2960219214
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec2960219214.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=pipe2
> > >  CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec2960219214 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function fallocate exists passed with the following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec1966628571/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec1966628571.dir/build.make
> > > CMakeFiles/cmTryCompileExec1966628571.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > > CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec1966628571
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec1966628571.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=fallocate
> > >  CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec1966628571 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function preadv exists passed with the following
> > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec305487130/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec305487130.dir/build.make
> > > CMakeFiles/cmTryCompileExec305487130.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > > CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec305487130
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec305487130.dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=preadv
> > >  CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec305487130 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if files linux/magic.h exist passed with the following
> > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2788694360/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2788694360.dir/build.make
> > > CMakeFiles/cmTryCompileExec2788694360.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >    -o CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o
> >  -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/
> > > CheckIncludeFiles.c
> > > Linking C executable cmTryCompileExec2788694360
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec2788694360.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >       CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o
> > -o
> > > cmTryCompileExec2788694360 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function sched_getcpu exists passed with the
> following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3497296788/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3497296788.dir/build.make
> > > CMakeFiles/cmTryCompileExec3497296788.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > > CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec3497296788
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec3497296788.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> > >  CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec3497296788 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function pipe2 exists passed with the following
> > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec3191288677/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec3191288677.dir/build.make
> > > CMakeFiles/cmTryCompileExec3191288677.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > > CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec3191288677
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec3191288677.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=pipe2
> > >  CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec3191288677 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function fallocate exists passed with the following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2207715658/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2207715658.dir/build.make
> > > CMakeFiles/cmTryCompileExec2207715658.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > > CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec2207715658
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec2207715658.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=fallocate
> > >  CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec2207715658 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function preadv exists passed with the following
> > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec1489456585/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec1489456585.dir/build.make
> > > CMakeFiles/cmTryCompileExec1489456585.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > > CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec1489456585
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec1489456585.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=preadv
> > >  CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec1489456585 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if files linux/magic.h exist passed with the following
> > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec4169179431/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec4169179431.dir/build.make
> > > CMakeFiles/cmTryCompileExec4169179431.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >    -o CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o
> >  -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/
> > > CheckIncludeFiles.c
> > > Linking C executable cmTryCompileExec4169179431
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec4169179431.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >       CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o
> > -o
> > > cmTryCompileExec4169179431 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function sched_getcpu exists passed with the
> following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2295215426/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2295215426.dir/build.make
> > > CMakeFiles/cmTryCompileExec2295215426.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > > CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec2295215426
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec2295215426.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> > >  CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec2295215426 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function pipe2 exists passed with the following
> > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec678407444/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec678407444.dir/build.make
> > > CMakeFiles/cmTryCompileExec678407444.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > > CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec678407444
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec678407444.dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=pipe2
> > >  CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec678407444 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function fallocate exists passed with the following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2979663179/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2979663179.dir/build.make
> > > CMakeFiles/cmTryCompileExec2979663179.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > > CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec2979663179
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec2979663179.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=fallocate
> > >  CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec2979663179 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function preadv exists passed with the following
> > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec2709301732/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec2709301732.dir/build.make
> > > CMakeFiles/cmTryCompileExec2709301732.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > > CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec2709301732
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec2709301732.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=preadv
> > >  CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec2709301732 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if files linux/magic.h exist passed with the following
> > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec4088672402/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec4088672402.dir/build.make
> > > CMakeFiles/cmTryCompileExec4088672402.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >    -o CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o
> >  -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/
> > > CheckIncludeFiles.c
> > > Linking C executable cmTryCompileExec4088672402
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec4088672402.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >       CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o
> > -o
> > > cmTryCompileExec4088672402 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function sched_getcpu exists passed with the
> following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec311077996/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec311077996.dir/build.make
> > > CMakeFiles/cmTryCompileExec311077996.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > > CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec311077996
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec311077996.dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> > >  CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec311077996 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function pipe2 exists passed with the following
> > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec1707055747/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec1707055747.dir/build.make
> > > CMakeFiles/cmTryCompileExec1707055747.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > > CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec1707055747
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec1707055747.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=pipe2
> > >  CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec1707055747 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function fallocate exists passed with the following
> > > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec911534047/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec911534047.dir/build.make
> > > CMakeFiles/cmTryCompileExec911534047.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > > CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec911534047
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec911534047.dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=fallocate
> > >  CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec911534047 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if the function preadv exists passed with the following
> > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec1981163834/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec1981163834.dir/build.make
> > > CMakeFiles/cmTryCompileExec1981163834.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > > CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o   -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > > Linking C executable cmTryCompileExec1981163834
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec1981163834.
> dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >   -DCHECK_FUNCTION_EXISTS=preadv
> > >  CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o  -o
> > > cmTryCompileExec1981163834 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > Determining if files linux/magic.h exist passed with the following
> > output:
> > > Change Dir:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp
> > >
> > > Run Build Command:"/usr/bin/make" "cmTryCompileExec442482618/fast"
> > > /usr/bin/make -f CMakeFiles/cmTryCompileExec442482618.dir/build.make
> > > CMakeFiles/cmTryCompileExec442482618.dir/build
> > > make[1]: Entering directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_progress_report
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeTmp/CMakeFiles
> > > 1
> > > Building C object
> > > CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >    -o CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o
> >  -c
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/
> > > CheckIncludeFiles.c
> > > Linking C executable cmTryCompileExec442482618
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cmake-3.2.3-p1/bin/cmake
> > > -E cmake_link_script CMakeFiles/cmTryCompileExec442482618.dir/link.txt
> > > --verbose=1
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gcc-4.9.2/bin/gcc
> > >       CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o
> -o
> > > cmTryCompileExec442482618 -rdynamic
> > > make[1]: Leaving directory
> > > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp'
> > >
> > >
> > > 2017-08-03 12:33 GMT+08:00 yu feng <ol...@gmail.com>:
> > >
> > > > build output :
> > > >
> > > > IMPALA_HOME             = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala
> > > > HADOOP_HOME             = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/cdh_components/
> > hadoop-2.6.0-cdh5.13.0-
> > > > SNAPSHOT/
> > > > HADOOP_CONF_DIR         = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/fe/src/test/resources
> > > > HADOOP_INCLUDE_DIR      = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/cdh_components/
> > hadoop-2.6.0-cdh5.13.0-
> > > > SNAPSHOT//include
> > > > HADOOP_LIB_DIR          = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/cdh_components/
> > hadoop-2.6.0-cdh5.13.0-
> > > > SNAPSHOT//lib
> > > > MINI_DFS_BASE_DATA_DIR  = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/cdh-5-hdfs-data
> > > > HIVE_HOME               = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/cdh_components/hive-
> > > > 1.1.0-cdh5.13.0-SNAPSHOT/
> > > > HIVE_CONF_DIR           = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/fe/src/test/resources
> > > > HIVE_SRC_DIR            = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/cdh_components/hive-
> > > > 1.1.0-cdh5.13.0-SNAPSHOT//src
> > > > HBASE_HOME              = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/cdh_components/
> > hbase-1.2.0-cdh5.13.0-
> > > > SNAPSHOT/
> > > > HBASE_CONF_DIR          = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/fe/src/test/resources
> > > > MINIKDC_HOME            = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/cdh_components/llama-minikdc-1.0.0
> > > > THRIFT_HOME             = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/thrift-0.9.0-p9
> > > > HADOOP_LZO              = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/../hadoop-lzo
> > > > IMPALA_LZO              = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/../Impala-lzo
> > > > CLASSPATH               = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/../hadoop-lzo/build/hadoop-lzo-0.
> > > > 4.15.jar:/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/fe/src/test/
> > > > resources:/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/fe/target/
> > > > classes:/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/fe/target/dependency:
> > > > LIBHDFS_OPTS            =  -Djava.library.path=/home/
> > > > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > > > cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT//lib/
> > > > native/:/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/be/build/debug/service
> > > > -XX:MaxPermSize=128m
> > > > PYTHONPATH              = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala:/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/shell/gen-py:/home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/testdata/:/home/hzfengyu/
> impala/apache-impala/
> > > > incubator-impala/toolchain/thrift-0.9.0-p9/python/lib/
> > > > python2.7/site-packages/:/home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/cdh_components/hive-
> > > > 1.1.0-cdh5.13.0-SNAPSHOT//lib/py:/home/hzfengyu/impala/
> > > > apache-impala/incubator-impala/shell/ext-py/*/dist/*.egg
> > > > JAVA_HOME               = /home/hzfengyu/impala/deploy/jdk1.7.0_79
> > > > LD_LIBRARY_PATH         = :/home/hzfengyu/impala/deploy/
> > > > jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/
> > > > jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/
> > > > jdk1.7.0_79/jre/lib/amd64/server:/home/hzfengyu/impala/
> > > > apache-impala/incubator-impala/toolchain/cdh_
> > > components/hadoop-2.6.0-cdh5.
> > > > 13.0-SNAPSHOT//lib/native:/home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/be/build/debug/service:/home/
> > > > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > > > snappy-1.1.4/lib:/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/../Impala-lzo/build:/home/hzfengyu/
> > > impala/apache-impala/
> > > > incubator-impala/toolchain/gcc-4.9.2/lib64
> > > > LD_PRELOAD              = :/home/hzfengyu/impala/deploy/
> > > > jdk1.7.0_79/jre/lib/amd64/libjsig.so
> > > > POSTGRES_JDBC_DRIVER    = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/fe/target/dependency/postgresql-
> > > 9.0-801.jdbc4.jar
> > > > IMPALA_TOOLCHAIN        = /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain
> > > > DOWNLOAD_CDH_COMPONENTS = true
> > > > Downloading Python dependencies
> > > > ~/impala/apache-impala/incubator-impala/infra/python/deps
> > > > ~/impala/apache-impala/incubator-impala
> > > > Getting package info from https://pypi.python.org/simple/allpairs/
> > > > File with matching md5sum already exists, skipping
> > AllPairs-2.0.1.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/boto3/
> > > > File with matching md5sum already exists, skipping boto3-1.2.3.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/simplejson/
> > > > File with matching md5sum already exists, skipping
> > > simplejson-3.3.0.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/botocore/
> > > > File with matching md5sum already exists, skipping
> > botocore-1.3.30.tar.gz
> > > > Getting package info from https://pypi.python.org/
> > > simple/python_dateutil/
> > > > File with matching md5sum already exists, skipping
> > > > python-dateutil-2.5.2.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/docutils/
> > > > File with matching md5sum already exists, skipping
> docutils-0.12.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/jmespath/
> > > > File with matching md5sum already exists, skipping
> > jmespath-0.9.0.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/futures/
> > > > File with matching md5sum already exists, skipping
> futures-3.0.5.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/cm-api/
> > > > File with matching md5sum already exists, skipping
> cm_api-10.0.0.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/readline/
> > > > File with matching md5sum already exists, skipping
> > > readline-6.2.4.1.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/Flask/
> > > > File with matching md5sum already exists, skipping
> Flask-0.10.1.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/Jinja2/
> > > > File with matching md5sum already exists, skipping Jinja2-2.8.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/MarkupSafe/
> > > > File with matching md5sum already exists, skipping
> > MarkupSafe-0.23.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/Werkzeug/
> > > > File with matching md5sum already exists, skipping
> > Werkzeug-0.11.3.tar.gz
> > > > Getting package info from https://pypi.python.org/
> simple/itsdangerous/
> > > > File with matching md5sum already exists, skipping
> > > itsdangerous-0.24.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/hdfs/
> > > > File with matching md5sum already exists, skipping hdfs-2.0.2.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/docopt/
> > > > File with matching md5sum already exists, skipping
> docopt-0.6.2.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/execnet/
> > > > File with matching md5sum already exists, skipping
> execnet-1.4.0.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/kazoo/
> > > > File with matching md5sum already exists, skipping kazoo-2.2.1.tar.gz
> > > > Getting package info from https://pypi.python.org/
> simple/monkeypatch/
> > > > File with matching md5sum already exists, skipping
> > monkeypatch-0.1rc3.zip
> > > > Getting package info from https://pypi.python.org/
> simple/ordereddict/
> > > > File with matching md5sum already exists, skipping
> > ordereddict-1.1.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/pexpect/
> > > > File with matching md5sum already exists, skipping pexpect-3.3.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/pg8000/
> > > > File with matching md5sum already exists, skipping
> pg8000-1.10.2.tar.gz
> > > > Getting package info from https://pypi.python.org/
> simple/prettytable/
> > > > File with matching md5sum already exists, skipping
> > > > prettytable-0.7.2.tar.bz2
> > > > Getting package info from https://pypi.python.org/simple/pyelftools/
> > > > File with matching md5sum already exists, skipping
> > pyelftools-0.23.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/pyparsing/
> > > > File with matching md5sum already exists, skipping
> > pyparsing-2.0.3.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/pytest/
> > > > File with matching md5sum already exists, skipping
> pytest-2.9.2.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/py/
> > > > File with matching md5sum already exists, skipping py-1.4.32.tar.gz
> > > > Getting package info from https://pypi.python.org/
> > simple/pytest-random/
> > > > File with matching md5sum already exists, skipping
> > > > pytest-random-0.02.tar.gz
> > > > Getting package info from https://pypi.python.org/
> simple/pytest-xdist/
> > > > File with matching md5sum already exists, skipping
> > > > pytest-xdist-1.15.0.tar.gz
> > > > Getting package info from https://pypi.python.org/
> simple/python-magic/
> > > > File with matching md5sum already exists, skipping
> > > > python-magic-0.4.11.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/pywebhdfs/
> > > > File with matching md5sum already exists, skipping
> > pywebhdfs-0.3.2.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/pbr/
> > > > File with matching md5sum already exists, skipping pbr-1.8.1.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/requests/
> > > > File with matching md5sum already exists, skipping
> > requests-2.7.0.tar.gz
> > > > Getting package info from https://pypi.python.org/
> > simple/setuptools-scm/
> > > > File with matching md5sum already exists, skipping
> > > > setuptools_scm-1.15.4.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/sh/
> > > > File with matching md5sum already exists, skipping sh-1.11.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/sqlparse/
> > > > File with matching md5sum already exists, skipping
> > sqlparse-0.1.15.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/texttable/
> > > > File with matching md5sum already exists, skipping
> texttable-0.8.3.zip
> > > > Getting package info from https://pypi.python.org/simple/ipython/
> > > > File with matching md5sum already exists, skipping
> ipython-1.2.1.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/apipkg/
> > > > File with matching md5sum already exists, skipping apipkg-1.4.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/virtualenv/
> > > > File with matching md5sum already exists, skipping
> > > virtualenv-13.1.0.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/argparse/
> > > > File with matching md5sum already exists, skipping
> > argparse-1.4.0.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/Fabric/
> > > > File with matching md5sum already exists, skipping
> Fabric-1.10.2.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/paramiko/
> > > > File with matching md5sum already exists, skipping
> > paramiko-1.15.2.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/ecdsa/
> > > > File with matching md5sum already exists, skipping ecdsa-0.13.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/pycrypto/
> > > > File with matching md5sum already exists, skipping
> > pycrypto-2.6.1.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/impyla/
> > > > File with matching md5sum already exists, skipping
> impyla-0.14.0.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/bitarray/
> > > > File with matching md5sum already exists, skipping
> > bitarray-0.8.1.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/sasl/
> > > > File with matching md5sum already exists, skipping sasl-0.1.3.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/six/
> > > > File with matching md5sum already exists, skipping six-1.9.0.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/thrift/
> > > > File with matching md5sum already exists, skipping
> thrift-0.9.0.tar.gz
> > > > Getting package info from https://pypi.python.org/
> simple/thrift_sasl/
> > > > File with matching md5sum already exists, skipping
> > > thrift_sasl-0.1.0.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/psutil/
> > > > File with matching md5sum already exists, skipping
> psutil-0.7.1.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/Cython/
> > > > File with matching md5sum already exists, skipping
> Cython-0.23.4.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/numpy/
> > > > File with matching md5sum already exists, skipping
> numpy-1.10.4.tar.gz
> > > > Getting package info from https://pypi.python.org/
> simple/kudu-python/
> > > > File with matching md5sum already exists, skipping
> > > kudu-python-1.2.0.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/pycparser/
> > > > File with matching md5sum already exists, skipping
> > pycparser-2.17.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/cffi/
> > > > File with matching md5sum already exists, skipping cffi-1.10.0.tar.gz
> > > > Getting package info from https://pypi.python.org/
> simple/cryptography/
> > > > File with matching md5sum already exists, skipping
> > > > cryptography-1.8.1.tar.gz
> > > > Getting package info from https://pypi.python.org/simple/scandir/
> > > > File with matching md5sum already exists, skipping scandir-1.5.tar.gz
> > > > Getting package info from https://pypi.python.org/
> > > > simple/azure-datalake-store/
> > > > File with matching md5sum already exists, skipping
> > > > azure-datalake-store-0.0.9.tar.gz
> > > > ~/impala/apache-impala/incubator-impala
> > > > Finished downloading Python dependencies
> > > > Downloading and extracting toolchain dependencies.
> > > > Toolchain bootstrap complete.
> > > > Running make_impala.sh  -build_shared_libs -build_type=Debug -fe
> > -cscope
> > > > -tarballs
> > > > ************************************************************
> > > > ********************
> > > >  Building Impala
> > > >  Build type: Debug
> > > >  Impala libraries will be DYNAMICALLY linked
> > > > ************************************************************
> > > > ********************
> > > > -- Setup toolchain link flags -Wl,-rpath,/home/hzfengyu/
> > > > impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64
> > > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/toolchain/gcc-4.9.2/lib64
> > > > -- Build type is DEBUG
> > > > -- ENABLE_CODE_COVERAGE: false
> > > > -- Boost version: 1.57.0
> > > > -- Found the following Boost libraries:
> > > > --   thread
> > > > --   regex
> > > > --   filesystem
> > > > --   system
> > > > --   date_time
> > > > -- Boost include dir: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/boost-1.57.0-p3/include
> > > > -- Boost libraries: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > toolchain/boost-1.57.0-p3/lib/libboost_thread.a/home/
> > > > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > > > boost-1.57.0-p3/lib/libboost_regex.a/home/hzfengyu/impala/
> > > > apache-impala/incubator-impala/toolchain/boost-1.57.0-
> > > > p3/lib/libboost_filesystem.a/home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/boost-1.57.0-p3/lib/
> > > > libboost_system.a/home/hzfengyu/impala/apache-impala/
> > > > incubator-impala/toolchain/boost-1.57.0-p3/lib/libboost_date_time.a
> > > > -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/
> libssl.so;/usr/lib/x86_64-
> > > linux-gnu/libcrypto.so
> > > > (found version "1.0.1t")
> > > > -- ----------> Adding thirdparty library openssl_ssl. <----------
> > > > -- Header files: /usr/include
> > > > -- Added shared library dependency openssl_ssl:
> > > /usr/lib/x86_64-linux-gnu/
> > > > libssl.so
> > > > -- ----------> Adding thirdparty library openssl_crypto. <----------
> > > > -- Added shared library dependency openssl_crypto:
> > > > /usr/lib/x86_64-linux-gnu/libcrypto.so
> > > > -- Bzip2: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/bzip2-1.0.6-p2/include
> > > > -- ----------> Adding thirdparty library bzip2. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/bzip2-1.0.6-p2/include
> > > > -- Added static library dependency bzip2:
> /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/bzip2-1.0.6-p2/lib/libbz2.a
> > > > -- Zlib: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/zlib-1.2.8/include
> > > > -- ----------> Adding thirdparty library zlib. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/zlib-1.2.8/include
> > > > -- Added shared library dependency zlib:
> /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/zlib-1.2.8/lib/libz.so
> > > > -- ----------> Adding thirdparty library hdfs. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT/include
> > > > -- Added shared library dependency hdfs:
> /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/cdh_components/
> > hadoop-2.6.0-cdh5.13.0-
> > > > SNAPSHOT/lib/native/libhdfs.so
> > > > -- ----------> Adding thirdparty library glog. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/glog-0.3.4-p2/include
> > > > -- Added shared library dependency glog:
> /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/glog-0.3.4-p2/lib/libglog.so
> > > > CMake Error at CMakeLists.txt:178 (IMPALA_ADD_THIRDPARTY_LIB):
> > > >   IMPALA_ADD_THIRDPARTY_LIB Function invoked with incorrect arguments
> > for
> > > >   function named: IMPALA_ADD_THIRDPARTY_LIB
> > > >
> > > >
> > > > -- ----------> Adding thirdparty library pprof. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/gperftools-2.5/include
> > > > -- Added static library dependency pprof:
> /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/gperftools-2.5/lib/libprofiler.a
> > > > -- ----------> Adding thirdparty library gtest. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/gtest-1.6.0/include
> > > > -- Added static library dependency gtest:
> /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/gtest-1.6.0/lib/libgtest.a
> > > > -- LLVM llvm-config found at: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/llvm-config
> > > > -- LLVM clang++ found at: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/clang++
> > > > -- LLVM opt found at: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/opt
> > > > -- LLVM_ROOT: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/llvm-3.8.0-asserts-p1
> > > > -- LLVM llvm-config found at: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/llvm-3.8.0-asserts-
> > p1/bin/llvm-config
> > > > -- LLVM include dir: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > toolchain/llvm-3.8.0-asserts-p1/include
> > > > -- LLVM lib dir: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/llvm-3.8.0-asserts-p1/lib
> > > > -- ----------> Adding thirdparty library cyrus_sasl. <----------
> > > > -- Header files: /usr/include
> > > > -- Added shared library dependency cyrus_sasl:
> > /usr/lib/x86_64-linux-gnu/
> > > > libsasl2.so
> > > > -- ----------> Adding thirdparty library ldap. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/openldap-2.4.25/include
> > > > -- Added static library dependency ldap:
> /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/openldap-2.4.25/lib/libldap.a
> > > > -- ----------> Adding thirdparty library lber. <----------
> > > > -- Added static library dependency lber:
> /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/openldap-2.4.25/lib/liblber.a
> > > > -- ----------> Adding thirdparty library thrift. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/thrift-0.9.0-p9/include
> > > > -- Added static library dependency thrift:
> > /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/thrift-0.9.0-p9/lib/libthrift.a
> > > > -- Thrift version: Thrift version 0.9.0
> > > > -- Thrift contrib dir: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/thrift-0.9.0-p9
> > > > -- Thrift compiler: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/
> > > > toolchain/thrift-0.9.0-p9/bin/thrift
> > > > -- Found FLATBUFFERS: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/flatbuffers-1.6.0/include
> > > > -- ----------> Adding thirdparty library flatbuffers. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/flatbuffers-1.6.0/include
> > > > -- Added static library dependency flatbuffers:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/flatbuffers-1.6.0/lib/libflatbuffers.a
> > > > -- FlatBuffers compiler: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
> > > > -- ----------> Adding thirdparty library snappy. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/snappy-1.1.4/include
> > > > -- Added static library dependency snappy:
> > /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/snappy-1.1.4/lib/libsnappy.a
> > > > -- ----------> Adding thirdparty library lz4. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/lz4-1.7.5/include
> > > > -- Added static library dependency lz4: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/lz4-1.7.5/lib/liblz4.a
> > > > -- /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > toolchain/re2-20130115-p1/include
> > > > -- ----------> Adding thirdparty library re2. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/re2-20130115-p1/include
> > > > -- Added static library dependency re2: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/re2-20130115-p1/lib/libre2.a
> > > > -- RapidJson include dir: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/rapidjson-0.11/include
> > > > -- ----------> Adding thirdparty library avro. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/avro-1.7.4-p4/include
> > > > -- Added static library dependency avro:
> /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/avro-1.7.4-p4/lib/libavro.a
> > > > -- Found PROTOBUF: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > toolchain/protobuf-2.6.1/lib/libprotobuf.so
> > > > -- ----------> Adding thirdparty library protobuf. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/protobuf-2.6.1/include
> > > > -- Added shared library dependency protobuf:
> > > /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/protobuf-2.6.1/lib/libprotobuf.so
> > > > -- ----------> Adding thirdparty library protoc. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/protobuf-2.6.1/include
> > > > -- Added shared library dependency protoc:
> > /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/protobuf-2.6.1/lib/libprotoc.so
> > > > -- Found LIBEV: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/libev-4.20/lib/libev.so
> > > > -- ----------> Adding thirdparty library libev. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/libev-4.20/include
> > > > -- Added shared library dependency libev:
> /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/libev-4.20/lib/libev.so
> > > > -- Found CRCUTIL: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > > toolchain/crcutil-440ba7babeff77ffad992df3a10c76
> > > > 7f184e946e-p1/lib/libcrcutil.so
> > > > -- ----------> Adding thirdparty library crcutil. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/crcutil-440ba7babeff77ffad992df3a10c76
> 7f184e946e-p1/include
> > > > -- Added shared library dependency crcutil:
> > /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/crcutil-
> > 440ba7babeff77ffad992df3a10c76
> > > > 7f184e946e-p1/lib/libcrcutil.so
> > > > -- Found JNI: /home/hzfengyu/impala/deploy/
> jdk1.7.0_79/jre/lib/amd64/
> > > > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> > > > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> > > > 0_79/jre/lib/amd64/server/libjvm.so
> > > > -- ----------> Adding thirdparty library java_jvm. <----------
> > > > -- Header files: /home/hzfengyu/impala/deploy/
> > jdk1.7.0_79/include;/home/
> > > > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> > > > hzfengyu/impala/deploy/jdk1.7.0_79/include
> > > > -- Added static library dependency java_jvm:
> > > /home/hzfengyu/impala/deploy/
> > > > jdk1.7.0_79/jre/lib/amd64/server/libjvm.so
> > > > -- ----------> Adding thirdparty library breakpad_client. <----------
> > > > -- Header files: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > > toolchain/breakpad-ffe3e478657dc7126fca6329dfcedc
> > > > 49f4c726d9-p2/include/breakpad
> > > > -- Added static library dependency breakpad_client:
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/breakpad-
> > > > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_client.a
> > > > -- Added shared library dependency rt: /usr/lib/x86_64-linux-gnu/
> > > librt.so
> > > > -- Added shared library dependency dl: /usr/lib/x86_64-linux-gnu/
> > > libdl.so
> > > > Using Thrift compiler: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/thrift-0.9.0-p9/bin/thrift
> > > > Found output dir: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/shell/
> > > > Using FlatBuffers compiler: /home/hzfengyu/impala/apache-
> > > > impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
> > > > --java-o/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/fe/generated-sources/gen-java-b
> > > > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> > > > impala/be/generated-sources/gen-cpp-b
> > > > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> > > > -- WARNING: Doxygen not found - Docs will not be created
> > > > -- Looking for sched_getcpu
> > > > -- Looking for sched_getcpu - found
> > > > -- Looking for pipe2
> > > > -- Looking for pipe2 - found
> > > > -- Looking for fallocate
> > > > -- Looking for fallocate - found
> > > > -- Looking for preadv
> > > > -- Looking for preadv - found
> > > > -- Looking for include file linux/magic.h
> > > > -- Looking for include file linux/magic.h - found
> > > > -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas
> > -pthread
> > > > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> > > > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED
> > -B
> > > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/binutils-2.26.1/bin/
> > > > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
> > > > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
> > > -D__STDC_FORMAT_MACROS
> > > > -D__STDC_LIMIT_MACROS
> > > > -- Common /home/hzfengyu/impala/apache-impala/incubator-impala/be/
> > > > build/debug/
> > > > -- Configuring incomplete, errors occurred!
> > > > See also "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > > CMakeFiles/CMakeOutput.log".
> > > > Error in /home/hzfengyu/impala/apache-impala/incubator-impala/bin/
> > > make_impala.sh
> > > > at line 160: cmake . ${CMAKE_ARGS[@]}
> > > >
> > > > 2017-08-03 11:49 GMT+08:00 Henry Robinson <he...@apache.org>:
> > > >
> > > >> I don't think attachments come through on this mailing list (at
> least
> > I
> > > >> can't see anything attached to your mail). Could you paste the
> output
> > in
> > > >> pastebin or somewhere similar?
> > > >>
> > > >> On Wed, Aug 2, 2017 at 8:44 PM yu feng <ol...@gmail.com>
> wrote:
> > > >>
> > > >> > attach command output and CmakeOutput.log, Thanks a lot.
> > > >> >
> > > >> > 2017-08-02 23:52 GMT+08:00 Tim Armstrong <tarmstrong@cloudera.com
> >:
> > > >> >
> > > >> >> Hi,
> > > >> >>   I don't see an error in the output you pasted. Maybe it would
> > help
> > > to
> > > >> >> include the full output of buildall.sh and CmakeOutput.log
> > > >> >>
> > > >> >> On Wed, Aug 2, 2017 at 5:32 AM, yu feng <ol...@gmail.com>
> > > wrote:
> > > >> >>
> > > >> >> > Hi, I clone impala from
> > > >> >> > https://git-wip-us.apache.org/repos/asf/incubator-impala.git,
> > and
> > > >> try
> > > >> >> to
> > > >> >> > run 'bash buildall.sh -noclean -skiptests -build_shared_libs
> > > >> -format', I
> > > >> >> > have finish building impalad two months ago, However, I git
> pull
> > > all
> > > >> >> newest
> > > >> >> > code, error happened:
> > > >> >> >
> > > >> >> >
> > > >> >> > -- Found JNI:
> > > >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> > > >> >> > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> > > >> >> > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> > > >> >> > 0_79/jre/lib/amd64/server/libjvm.so
> > > >> >> >
> > > >> >> > -- ----------> Adding thirdparty library java_jvm. <----------
> > > >> >> > -- Header files:
> > > >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/
> > > >> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> > > >> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include
> > > >> >> > -- Added static library dependency java_jvm:
> > > >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/serve
> > > >> r/libjvm.so
> > > >> >> > -- ----------> Adding thirdparty library breakpad_client.
> > > <----------
> > > >> >> > -- Header files:
> > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolcha
> > > >> in/breakpad-
> > > >> >> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/include/breakpad
> > > >> >> > -- Added static library dependency breakpad_client:
> > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolcha
> > > >> in/breakpad-
> > > >> >> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_
> > > client.a
> > > >> >> > -- Added shared library dependency rt:
> > > >> >> /usr/lib/x86_64-linux-gnu/librt.so
> > > >> >> > -- Added shared library dependency dl:
> > > >> >> /usr/lib/x86_64-linux-gnu/libdl.so
> > > >> >> > Using Thrift compiler:
> > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > >> >> > toolchain/thrift-0.9.0-p9/bin/thrift
> > > >> >> > Found output dir:
> > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/shell/
> > > >> >> > Using FlatBuffers compiler:
> > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > >> >> > toolchain/flatbuffers-1.6.0/bin/flatc
> > > >> >> > --java-o/home/hzfengyu/impala/apache-impala/incubator-
> > > >> >> > impala/fe/generated-sources/gen-java-b
> > > >> >> > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> > > >> >> > impala/be/generated-sources/gen-cpp-b
> > > >> >> > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> > > >> >> > -- WARNING: Doxygen not found - Docs will not be created
> > > >> >> > -- Looking for sched_getcpu
> > > >> >> > -- Looking for sched_getcpu - found
> > > >> >> > -- Looking for pipe2
> > > >> >> > -- Looking for pipe2 - found
> > > >> >> > -- Looking for fallocate
> > > >> >> > -- Looking for fallocate - found
> > > >> >> > -- Looking for preadv
> > > >> >> > -- Looking for preadv - found
> > > >> >> > -- Looking for include file linux/magic.h
> > > >> >> > -- Looking for include file linux/magic.h - found
> > > >> >> > -- Compiler Flags:  -Wall -Wno-sign-compare
> -Wno-unknown-pragmas
> > > >> >> -pthread
> > > >> >> > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> > > >> >> > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
> > > >> -DBOOST_SYSTEM_NO_DEPRECATED -B
> > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > >> >> > toolchain/binutils-2.26.1/bin/
> > > >> >> > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2
> > -Werror
> > > >> >> > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
> > > >> >> -D__STDC_FORMAT_MACROS
> > > >> >> > -D__STDC_LIMIT_MACROS
> > > >> >> > -- Common
> > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/be/
> > > build/debug/
> > > >> >> > -- Configuring incomplete, errors occurred!
> > > >> >> > See also
> > > >> >> > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > >> >> > CMakeFiles/CMakeOutput.log".
> > > >> >> > Error in
> > > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/bin/mak
> > > >> e_impala.sh
> > > >> >> at
> > > >> >> > line 160: cmake . ${CMAKE_ARGS[@]}
> > > >> >> >
> > > >> >> >
> > > >> >> >
> > > >> >> > I try to find something in CMakeOutput.log,  and I can not find
> > any
> > > >> >> error,
> > > >> >> > Is there I miss something? thanks a lot.
> > > >> >> >
> > > >> >>
> > > >> >
> > > >> >
> > > >>
> > > >
> > > >
> > >
> >
>

Re: problem about buildall.sh

Posted by yu feng <ol...@gmail.com>.
I will try to delete toolchain/glog-0.3.4-p2/ and rebuild, However, I have
remove all toochains before. I try again now.

2017-08-03 12:49 GMT+08:00 Tim Armstrong <ta...@cloudera.com>:

> It looks like the error is:
>
> > -- ----------> Adding thirdparty library glog. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/glog-0.3.4-p2/include
> > -- Added shared library dependency glog: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/glog-0.3.4-p2/lib/libglog.so
> > CMake Error at CMakeLists.txt:178 (IMPALA_ADD_THIRDPARTY_LIB):
> >   IMPALA_ADD_THIRDPARTY_LIB Function invoked with incorrect arguments for
> >   function named: IMPALA_ADD_THIRDPARTY_LIB
>
> Has anyone seen this before?
>
> One thing you can try is deleting glog then rebuilding. E.g.
>
> rm -r toolchain/glog-0.3.4-p2/
>
> On Wed, Aug 2, 2017 at 9:34 PM, yu feng <ol...@gmail.com> wrote:
>
> > CMakeOutput.log :
> >
> >
> >
> > The system is: Linux - 3.16.0-4-amd64 - x86_64
> > Compiling the C compiler identification source file "CMakeCCompilerId.c"
> > succeeded.
> > Compiler:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> > Build flags:
> > Id flags:
> >
> > The output was:
> > 0
> >
> >
> > Compilation of the C compiler identification source "CMakeCCompilerId.c"
> > produced "a.out"
> >
> > The C compiler identification is GNU, found in
> > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/3.2.3/CompilerIdC/a.out"
> >
> > Compiling the CXX compiler identification source file
> > "CMakeCXXCompilerId.cpp" succeeded.
> > Compiler:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> > Build flags:
> > Id flags:
> >
> > The output was:
> > 0
> >
> >
> > Compilation of the CXX compiler identification source
> > "CMakeCXXCompilerId.cpp" produced "a.out"
> >
> > The CXX compiler identification is GNU, found in
> > "/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/3.2.3/
> > CompilerIdCXX/a.out"
> >
> > Determining if the C compiler works passed with the following output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec2174981562/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec2174981562.dir/build.make
> > CMakeFiles/cmTryCompileExec2174981562.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >    -o CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/
> > testCCompiler.c
> > Linking C executable cmTryCompileExec2174981562
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec2174981562.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >       CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o  -o
> > cmTryCompileExec2174981562 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Detecting C compiler ABI info compiled with the following output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec3739174323/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec3739174323.dir/build.make
> > CMakeFiles/cmTryCompileExec3739174323.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >    -o CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
>  -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCCompilerABI.c
> > Linking C executable cmTryCompileExec3739174323
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec3739174323.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >      -v CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> > -o
> > cmTryCompileExec3739174323 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > Using built-in specs.
> > COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/gcc
> > COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > Target: x86_64-unknown-linux-gnu
> > Configured with: ../gcc-4.9.2/configure
> > --prefix=/data/jenkins/workspace/verify-impala-
> > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > toolchain/build/gcc-4.9.2
> > --enable-languages=c,c++ --disable-multilib
> > --with-build-config=bootstrap-debug
> > Thread model: posix
> > gcc version 4.9.2 (GCC)
> > COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > lib/gcc/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/
> > COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3739174323' '-rdynamic'
> > '-mtune=generic' '-march=x86-64'
> >  /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/collect2
> > -plugin
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/liblto_plugin.so
> > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > -plugin-opt=-fresolution=/tmp/ccm1iypm.res -plugin-opt=-pass-through=-
> lgcc
> > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
> > -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
> > --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
> > /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec3739174323
> > /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/crtbegin.o
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/../../../../lib64
> > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/../../..
> > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o -lgcc
> > --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
> > --no-as-needed
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/crtend.o
> > /usr/lib/x86_64-linux-gnu/crtn.o
> >
> >
> > Parsed C implicit link information from above output:
> >   link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
> >   ignore line: [Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp]
> >   ignore line: []
> >   ignore line: [Run Build Command:"/usr/bin/make"
> > "cmTryCompileExec3739174323/fast"]
> >   ignore line: [/usr/bin/make -f
> > CMakeFiles/cmTryCompileExec3739174323.dir/build.make
> > CMakeFiles/cmTryCompileExec3739174323.dir/build]
> >   ignore line: [make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp']
> >   ignore line:
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1]
> >   ignore line: [Building C object
> > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o]
> >   ignore line:
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >    -o CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
>  -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCCompilerABI.c]
> >   ignore line: [Linking C executable cmTryCompileExec3739174323]
> >   ignore line:
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec3739174323.dir/link.txt
> > --verbose=1]
> >   ignore line:
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >      -v CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> > -o
> > cmTryCompileExec3739174323 -rdynamic  ]
> >   ignore line: [make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp']
> >   ignore line: [Using built-in specs.]
> >   ignore line:
> > [COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/gcc]
> >   ignore line:
> > [COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> >   ignore line: [Target: x86_64-unknown-linux-gnu]
> >   ignore line: [Configured with: ../gcc-4.9.2/configure
> > --prefix=/data/jenkins/workspace/verify-impala-
> > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > toolchain/build/gcc-4.9.2
> > --enable-languages=c,c++ --disable-multilib
> > --with-build-config=bootstrap-debug]
> >   ignore line: [Thread model: posix]
> >   ignore line: [gcc version 4.9.2 (GCC) ]
> >   ignore line:
> > [COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/]
> >   ignore line:
> > [LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > lib/gcc/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/]
> >   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o'
> 'cmTryCompileExec3739174323'
> > '-rdynamic' '-mtune=generic' '-march=x86-64']
> >   link line: [
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/collect2
> > -plugin
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/liblto_plugin.so
> > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > -plugin-opt=-fresolution=/tmp/ccm1iypm.res -plugin-opt=-pass-through=-
> lgcc
> > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
> > -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
> > --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
> > /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec3739174323
> > /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/crtbegin.o
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/../../../../lib64
> > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/../../..
> > CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o -lgcc
> > --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
> > --no-as-needed
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/crtend.o
> > /usr/lib/x86_64-linux-gnu/crtn.o]
> >     arg
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/collect2]
> > ==> ignore
> >     arg [-plugin] ==> ignore
> >     arg
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/liblto_plugin.so]
> > ==> ignore
> >     arg
> > [-plugin-opt=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > ==> ignore
> >     arg [-plugin-opt=-fresolution=/tmp/ccm1iypm.res] ==> ignore
> >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> >     arg [-plugin-opt=-pass-through=-lc] ==> ignore
> >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> >     arg [--eh-frame-hdr] ==> ignore
> >     arg [-m] ==> ignore
> >     arg [elf_x86_64] ==> ignore
> >     arg [-export-dynamic] ==> ignore
> >     arg [-dynamic-linker] ==> ignore
> >     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
> >     arg [-o] ==> ignore
> >     arg [cmTryCompileExec3739174323] ==> ignore
> >     arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
> >     arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
> >     arg
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/crtbegin.o]
> > ==> ignore
> >     arg
> > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2]
> > ==> dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> >     arg
> > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
> > ==> dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc]
> >     arg
> > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/../../../../lib64]
> > ==> dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/../../../../lib64]
> >     arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
> >     arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
> >     arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
> >     arg
> > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/../../..]
> > ==> dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/../../..]
> >     arg [CMakeFiles/cmTryCompileExec3739174323.
> dir/CMakeCCompilerABI.c.o]
> > ==> ignore
> >     arg [-lgcc] ==> lib [gcc]
> >     arg [--as-needed] ==> ignore
> >     arg [-lgcc_s] ==> lib [gcc_s]
> >     arg [--no-as-needed] ==> ignore
> >     arg [-lc] ==> lib [c]
> >     arg [-lgcc] ==> lib [gcc]
> >     arg [--as-needed] ==> ignore
> >     arg [-lgcc_s] ==> lib [gcc_s]
> >     arg [--no-as-needed] ==> ignore
> >     arg
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/crtend.o]
> > ==> ignore
> >     arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
> >   remove lib [gcc]
> >   remove lib [gcc_s]
> >   remove lib [gcc]
> >   remove lib [gcc_s]
> >   collapse library dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > ==>
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> >   collapse library dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > ==>
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/lib/gcc]
> >   collapse library dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/../../../../lib64]
> > ==>
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/lib64]
> >   collapse library dir [/lib/x86_64-linux-gnu] ==>
> [/lib/x86_64-linux-gnu]
> >   collapse library dir [/lib/../lib64] ==> [/lib64]
> >   collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
> > [/usr/lib/x86_64-linux-gnu]
> >   collapse library dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/../../..]
> > ==>
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/lib]
> >   implicit libs: [c]
> >   implicit dirs:
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.
> > 2;/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/lib/gcc;/home/hzfengyu/impala/
> > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-
> > gnu;/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/lib]
> >   implicit fwks: []
> >
> >
> >
> >
> > Detecting C [-std=c11] compiler features compiled with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec3079253483/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec3079253483.dir/build.make
> > CMakeFiles/cmTryCompileExec3079253483.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -std=c11 -o CMakeFiles/cmTryCompileExec3079253483.
> dir/feature_tests.c.o
> > -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/feature_tests.c
> > Linking C executable cmTryCompileExec3079253483
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec3079253483.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >       CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o  -o
> > cmTryCompileExec3079253483 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> >     Feature record: C_FEATURE:1c_function_prototypes
> >     Feature record: C_FEATURE:1c_restrict
> >     Feature record: C_FEATURE:1c_static_assert
> >     Feature record: C_FEATURE:1c_variadic_macros
> >
> >
> > Detecting C [-std=c99] compiler features compiled with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec3266750896/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec3266750896.dir/build.make
> > CMakeFiles/cmTryCompileExec3266750896.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -std=c99 -o CMakeFiles/cmTryCompileExec3266750896.
> dir/feature_tests.c.o
> > -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/feature_tests.c
> > Linking C executable cmTryCompileExec3266750896
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec3266750896.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >       CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o  -o
> > cmTryCompileExec3266750896 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> >     Feature record: C_FEATURE:1c_function_prototypes
> >     Feature record: C_FEATURE:1c_restrict
> >     Feature record: C_FEATURE:0c_static_assert
> >     Feature record: C_FEATURE:1c_variadic_macros
> >
> >
> > Detecting C [-std=c90] compiler features compiled with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec540602414/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec540602414.dir/build.make
> > CMakeFiles/cmTryCompileExec540602414.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object CMakeFiles/cmTryCompileExec540602414.dir/
> > feature_tests.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -std=c90 -o CMakeFiles/cmTryCompileExec540602414.dir/feature_tests.c.o
> > -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/feature_tests.c
> > Linking C executable cmTryCompileExec540602414
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec540602414.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >       CMakeFiles/cmTryCompileExec540602414.dir/feature_tests.c.o  -o
> > cmTryCompileExec540602414 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> >     Feature record: C_FEATURE:1c_function_prototypes
> >     Feature record: C_FEATURE:0c_restrict
> >     Feature record: C_FEATURE:0c_static_assert
> >     Feature record: C_FEATURE:0c_variadic_macros
> > Determining if the CXX compiler works passed with the following output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec2230172569/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec2230172569.dir/build.make
> > CMakeFiles/cmTryCompileExec2230172569.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building CXX object
> > CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> >     -o CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o
> -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/
> > testCXXCompiler.cxx
> > Linking CXX executable cmTryCompileExec2230172569
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec2230172569.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> >        CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o
> -o
> > cmTryCompileExec2230172569 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Detecting CXX compiler ABI info compiled with the following output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec2363439775/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec2363439775.dir/build.make
> > CMakeFiles/cmTryCompileExec2363439775.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building CXX object
> > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> >     -o CMakeFiles/cmTryCompileExec2363439775.
> dir/CMakeCXXCompilerABI.cpp.o
> > -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCXXCompilerABI.cpp
> > Linking CXX executable cmTryCompileExec2363439775
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec2363439775.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> >       -v
> > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o  -o
> > cmTryCompileExec2363439775 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > Using built-in specs.
> > COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/g++
> > COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > Target: x86_64-unknown-linux-gnu
> > Configured with: ../gcc-4.9.2/configure
> > --prefix=/data/jenkins/workspace/verify-impala-
> > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > toolchain/build/gcc-4.9.2
> > --enable-languages=c,c++ --disable-multilib
> > --with-build-config=bootstrap-debug
> > Thread model: posix
> > gcc version 4.9.2 (GCC)
> > COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > lib/gcc/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/
> > COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2363439775' '-rdynamic'
> > '-shared-libgcc' '-mtune=generic' '-march=x86-64'
> >  /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/collect2
> > -plugin
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/liblto_plugin.so
> > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > -plugin-opt=-fresolution=/tmp/ccuagKib.res
> > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> > -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
> > -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
> > -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o
> > cmTryCompileExec2363439775 /usr/lib/x86_64-linux-gnu/crt1.o
> > /usr/lib/x86_64-linux-gnu/crti.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/crtbegin.o
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/../../../../lib64
> > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/../../..
> > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> > -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/crtend.o
> > /usr/lib/x86_64-linux-gnu/crtn.o
> >
> >
> > Parsed CXX implicit link information from above output:
> >   link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
> >   ignore line: [Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp]
> >   ignore line: []
> >   ignore line: [Run Build Command:"/usr/bin/make"
> > "cmTryCompileExec2363439775/fast"]
> >   ignore line: [/usr/bin/make -f
> > CMakeFiles/cmTryCompileExec2363439775.dir/build.make
> > CMakeFiles/cmTryCompileExec2363439775.dir/build]
> >   ignore line: [make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp']
> >   ignore line:
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1]
> >   ignore line: [Building CXX object
> > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o]
> >   ignore line:
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> >     -o CMakeFiles/cmTryCompileExec2363439775.
> dir/CMakeCXXCompilerABI.cpp.o
> > -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/
> CMakeCXXCompilerABI.cpp]
> >   ignore line: [Linking CXX executable cmTryCompileExec2363439775]
> >   ignore line:
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec2363439775.dir/link.txt
> > --verbose=1]
> >   ignore line:
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> >       -v
> > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o  -o
> > cmTryCompileExec2363439775 -rdynamic  ]
> >   ignore line: [make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp']
> >   ignore line: [Using built-in specs.]
> >   ignore line:
> > [COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/g++]
> >   ignore line:
> > [COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> >   ignore line: [Target: x86_64-unknown-linux-gnu]
> >   ignore line: [Configured with: ../gcc-4.9.2/configure
> > --prefix=/data/jenkins/workspace/verify-impala-
> > toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> > toolchain/build/gcc-4.9.2
> > --enable-languages=c,c++ --disable-multilib
> > --with-build-config=bootstrap-debug]
> >   ignore line: [Thread model: posix]
> >   ignore line: [gcc version 4.9.2 (GCC) ]
> >   ignore line:
> > [COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> > apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/]
> >   ignore line:
> > [LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> > 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > lib/gcc/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> > ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> > usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> > lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/]
> >   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o'
> 'cmTryCompileExec2363439775'
> > '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
> >   link line: [
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/collect2
> > -plugin
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/liblto_plugin.so
> > -plugin-opt=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> > -plugin-opt=-fresolution=/tmp/ccuagKib.res
> > -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> > -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
> > -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
> > -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o
> > cmTryCompileExec2363439775 /usr/lib/x86_64-linux-gnu/crt1.o
> > /usr/lib/x86_64-linux-gnu/crti.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/crtbegin.o
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/../../../../lib64
> > -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/../../..
> > CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> > -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/crtend.o
> > /usr/lib/x86_64-linux-gnu/crtn.o]
> >     arg
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/collect2]
> > ==> ignore
> >     arg [-plugin] ==> ignore
> >     arg
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/liblto_plugin.so]
> > ==> ignore
> >     arg
> > [-plugin-opt=/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> > x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> > ==> ignore
> >     arg [-plugin-opt=-fresolution=/tmp/ccuagKib.res] ==> ignore
> >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> >     arg [-plugin-opt=-pass-through=-lc] ==> ignore
> >     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
> >     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
> >     arg [--eh-frame-hdr] ==> ignore
> >     arg [-m] ==> ignore
> >     arg [elf_x86_64] ==> ignore
> >     arg [-export-dynamic] ==> ignore
> >     arg [-dynamic-linker] ==> ignore
> >     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
> >     arg [-o] ==> ignore
> >     arg [cmTryCompileExec2363439775] ==> ignore
> >     arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
> >     arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
> >     arg
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/crtbegin.o]
> > ==> ignore
> >     arg
> > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2]
> > ==> dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> >     arg
> > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
> > ==> dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc]
> >     arg
> > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/../../../../lib64]
> > ==> dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/../../../../lib64]
> >     arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
> >     arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
> >     arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
> >     arg
> > [-L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> > linux-gnu/4.9.2/../../..]
> > ==> dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/../../..]
> >     arg
> > [CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o]
> ==>
> > ignore
> >     arg [-lstdc++] ==> lib [stdc++]
> >     arg [-lm] ==> lib [m]
> >     arg [-lgcc_s] ==> lib [gcc_s]
> >     arg [-lgcc] ==> lib [gcc]
> >     arg [-lc] ==> lib [c]
> >     arg [-lgcc_s] ==> lib [gcc_s]
> >     arg [-lgcc] ==> lib [gcc]
> >     arg
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/crtend.o]
> > ==> ignore
> >     arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
> >   remove lib [gcc_s]
> >   remove lib [gcc]
> >   remove lib [gcc_s]
> >   remove lib [gcc]
> >   collapse library dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> > ==>
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> >   collapse library dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc]
> > ==>
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/lib/gcc]
> >   collapse library dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/../../../../lib64]
> > ==>
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/lib64]
> >   collapse library dir [/lib/x86_64-linux-gnu] ==>
> [/lib/x86_64-linux-gnu]
> >   collapse library dir [/lib/../lib64] ==> [/lib64]
> >   collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
> > [/usr/lib/x86_64-linux-gnu]
> >   collapse library dir
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> > gnu/4.9.2/../../..]
> > ==>
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/lib]
> >   implicit libs: [stdc++;m;c]
> >   implicit dirs:
> > [/home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.
> > 2;/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/lib/gcc;/home/hzfengyu/impala/
> > apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> > lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-
> > gnu;/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/lib]
> >   implicit fwks: []
> >
> >
> >
> >
> > Detecting CXX [-std=c++14] compiler features compiled with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec2196176722/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec2196176722.dir/build.make
> > CMakeFiles/cmTryCompileExec2196176722.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building CXX object
> > CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> >    -std=c++14 -o
> > CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/feature_tests.cxx
> > Linking CXX executable cmTryCompileExec2196176722
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec2196176722.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> >        CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o  -o
> > cmTryCompileExec2196176722 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> >     Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
> >     Feature record: CXX_FEATURE:1cxx_alias_templates
> >     Feature record: CXX_FEATURE:1cxx_alignas
> >     Feature record: CXX_FEATURE:1cxx_alignof
> >     Feature record: CXX_FEATURE:1cxx_attributes
> >     Feature record: CXX_FEATURE:1cxx_attribute_deprecated
> >     Feature record: CXX_FEATURE:1cxx_auto_type
> >     Feature record: CXX_FEATURE:1cxx_binary_literals
> >     Feature record: CXX_FEATURE:1cxx_constexpr
> >     Feature record: CXX_FEATURE:1cxx_contextual_conversions
> >     Feature record: CXX_FEATURE:1cxx_decltype
> >     Feature record: CXX_FEATURE:1cxx_decltype_auto
> >     Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
> >     Feature record: CXX_FEATURE:1cxx_default_function_template_args
> >     Feature record: CXX_FEATURE:1cxx_defaulted_functions
> >     Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
> >     Feature record: CXX_FEATURE:1cxx_delegating_constructors
> >     Feature record: CXX_FEATURE:1cxx_deleted_functions
> >     Feature record: CXX_FEATURE:1cxx_digit_separators
> >     Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
> >     Feature record: CXX_FEATURE:1cxx_explicit_conversions
> >     Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
> >     Feature record: CXX_FEATURE:1cxx_extern_templates
> >     Feature record: CXX_FEATURE:1cxx_final
> >     Feature record: CXX_FEATURE:1cxx_func_identifier
> >     Feature record: CXX_FEATURE:1cxx_generalized_initializers
> >     Feature record: CXX_FEATURE:1cxx_generic_lambdas
> >     Feature record: CXX_FEATURE:1cxx_inheriting_constructors
> >     Feature record: CXX_FEATURE:1cxx_inline_namespaces
> >     Feature record: CXX_FEATURE:1cxx_lambdas
> >     Feature record: CXX_FEATURE:1cxx_lambda_init_captures
> >     Feature record: CXX_FEATURE:1cxx_local_type_template_args
> >     Feature record: CXX_FEATURE:1cxx_long_long_type
> >     Feature record: CXX_FEATURE:1cxx_noexcept
> >     Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
> >     Feature record: CXX_FEATURE:1cxx_nullptr
> >     Feature record: CXX_FEATURE:1cxx_override
> >     Feature record: CXX_FEATURE:1cxx_range_for
> >     Feature record: CXX_FEATURE:1cxx_raw_string_literals
> >     Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
> >     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> >     Feature record: CXX_FEATURE:1cxx_return_type_deduction
> >     Feature record: CXX_FEATURE:1cxx_right_angle_brackets
> >     Feature record: CXX_FEATURE:1cxx_rvalue_references
> >     Feature record: CXX_FEATURE:1cxx_sizeof_member
> >     Feature record: CXX_FEATURE:1cxx_static_assert
> >     Feature record: CXX_FEATURE:1cxx_strong_enums
> >     Feature record: CXX_FEATURE:1cxx_template_template_parameters
> >     Feature record: CXX_FEATURE:1cxx_thread_local
> >     Feature record: CXX_FEATURE:1cxx_trailing_return_types
> >     Feature record: CXX_FEATURE:1cxx_unicode_literals
> >     Feature record: CXX_FEATURE:1cxx_uniform_initialization
> >     Feature record: CXX_FEATURE:1cxx_unrestricted_unions
> >     Feature record: CXX_FEATURE:1cxx_user_literals
> >     Feature record: CXX_FEATURE:0cxx_variable_templates
> >     Feature record: CXX_FEATURE:1cxx_variadic_macros
> >     Feature record: CXX_FEATURE:1cxx_variadic_templates
> >
> >
> > Detecting CXX [-std=c++11] compiler features compiled with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec3539534080/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec3539534080.dir/build.make
> > CMakeFiles/cmTryCompileExec3539534080.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building CXX object
> > CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> >    -std=c++11 -o
> > CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/feature_tests.cxx
> > Linking CXX executable cmTryCompileExec3539534080
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec3539534080.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> >        CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o  -o
> > cmTryCompileExec3539534080 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> >     Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
> >     Feature record: CXX_FEATURE:1cxx_alias_templates
> >     Feature record: CXX_FEATURE:1cxx_alignas
> >     Feature record: CXX_FEATURE:1cxx_alignof
> >     Feature record: CXX_FEATURE:1cxx_attributes
> >     Feature record: CXX_FEATURE:0cxx_attribute_deprecated
> >     Feature record: CXX_FEATURE:1cxx_auto_type
> >     Feature record: CXX_FEATURE:0cxx_binary_literals
> >     Feature record: CXX_FEATURE:1cxx_constexpr
> >     Feature record: CXX_FEATURE:0cxx_contextual_conversions
> >     Feature record: CXX_FEATURE:1cxx_decltype
> >     Feature record: CXX_FEATURE:0cxx_decltype_auto
> >     Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
> >     Feature record: CXX_FEATURE:1cxx_default_function_template_args
> >     Feature record: CXX_FEATURE:1cxx_defaulted_functions
> >     Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
> >     Feature record: CXX_FEATURE:1cxx_delegating_constructors
> >     Feature record: CXX_FEATURE:1cxx_deleted_functions
> >     Feature record: CXX_FEATURE:0cxx_digit_separators
> >     Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
> >     Feature record: CXX_FEATURE:1cxx_explicit_conversions
> >     Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
> >     Feature record: CXX_FEATURE:1cxx_extern_templates
> >     Feature record: CXX_FEATURE:1cxx_final
> >     Feature record: CXX_FEATURE:1cxx_func_identifier
> >     Feature record: CXX_FEATURE:1cxx_generalized_initializers
> >     Feature record: CXX_FEATURE:0cxx_generic_lambdas
> >     Feature record: CXX_FEATURE:1cxx_inheriting_constructors
> >     Feature record: CXX_FEATURE:1cxx_inline_namespaces
> >     Feature record: CXX_FEATURE:1cxx_lambdas
> >     Feature record: CXX_FEATURE:0cxx_lambda_init_captures
> >     Feature record: CXX_FEATURE:1cxx_local_type_template_args
> >     Feature record: CXX_FEATURE:1cxx_long_long_type
> >     Feature record: CXX_FEATURE:1cxx_noexcept
> >     Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
> >     Feature record: CXX_FEATURE:1cxx_nullptr
> >     Feature record: CXX_FEATURE:1cxx_override
> >     Feature record: CXX_FEATURE:1cxx_range_for
> >     Feature record: CXX_FEATURE:1cxx_raw_string_literals
> >     Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
> >     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> >     Feature record: CXX_FEATURE:0cxx_return_type_deduction
> >     Feature record: CXX_FEATURE:1cxx_right_angle_brackets
> >     Feature record: CXX_FEATURE:1cxx_rvalue_references
> >     Feature record: CXX_FEATURE:1cxx_sizeof_member
> >     Feature record: CXX_FEATURE:1cxx_static_assert
> >     Feature record: CXX_FEATURE:1cxx_strong_enums
> >     Feature record: CXX_FEATURE:1cxx_template_template_parameters
> >     Feature record: CXX_FEATURE:1cxx_thread_local
> >     Feature record: CXX_FEATURE:1cxx_trailing_return_types
> >     Feature record: CXX_FEATURE:1cxx_unicode_literals
> >     Feature record: CXX_FEATURE:1cxx_uniform_initialization
> >     Feature record: CXX_FEATURE:1cxx_unrestricted_unions
> >     Feature record: CXX_FEATURE:1cxx_user_literals
> >     Feature record: CXX_FEATURE:0cxx_variable_templates
> >     Feature record: CXX_FEATURE:1cxx_variadic_macros
> >     Feature record: CXX_FEATURE:1cxx_variadic_templates
> >
> >
> > Detecting CXX [-std=c++98] compiler features compiled with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec862967400/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec862967400.dir/build.make
> > CMakeFiles/cmTryCompileExec862967400.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building CXX object
> > CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> >    -std=c++98 -o
> > CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/feature_tests.cxx
> > Linking CXX executable cmTryCompileExec862967400
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec862967400.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/g++
> >        CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o  -o
> > cmTryCompileExec862967400 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> >     Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
> >     Feature record: CXX_FEATURE:0cxx_alias_templates
> >     Feature record: CXX_FEATURE:0cxx_alignas
> >     Feature record: CXX_FEATURE:0cxx_alignof
> >     Feature record: CXX_FEATURE:0cxx_attributes
> >     Feature record: CXX_FEATURE:0cxx_attribute_deprecated
> >     Feature record: CXX_FEATURE:0cxx_auto_type
> >     Feature record: CXX_FEATURE:0cxx_binary_literals
> >     Feature record: CXX_FEATURE:0cxx_constexpr
> >     Feature record: CXX_FEATURE:0cxx_contextual_conversions
> >     Feature record: CXX_FEATURE:0cxx_decltype
> >     Feature record: CXX_FEATURE:0cxx_decltype_auto
> >     Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
> >     Feature record: CXX_FEATURE:0cxx_default_function_template_args
> >     Feature record: CXX_FEATURE:0cxx_defaulted_functions
> >     Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
> >     Feature record: CXX_FEATURE:0cxx_delegating_constructors
> >     Feature record: CXX_FEATURE:0cxx_deleted_functions
> >     Feature record: CXX_FEATURE:0cxx_digit_separators
> >     Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
> >     Feature record: CXX_FEATURE:0cxx_explicit_conversions
> >     Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
> >     Feature record: CXX_FEATURE:0cxx_extern_templates
> >     Feature record: CXX_FEATURE:0cxx_final
> >     Feature record: CXX_FEATURE:0cxx_func_identifier
> >     Feature record: CXX_FEATURE:0cxx_generalized_initializers
> >     Feature record: CXX_FEATURE:0cxx_generic_lambdas
> >     Feature record: CXX_FEATURE:0cxx_inheriting_constructors
> >     Feature record: CXX_FEATURE:0cxx_inline_namespaces
> >     Feature record: CXX_FEATURE:0cxx_lambdas
> >     Feature record: CXX_FEATURE:0cxx_lambda_init_captures
> >     Feature record: CXX_FEATURE:0cxx_local_type_template_args
> >     Feature record: CXX_FEATURE:0cxx_long_long_type
> >     Feature record: CXX_FEATURE:0cxx_noexcept
> >     Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
> >     Feature record: CXX_FEATURE:0cxx_nullptr
> >     Feature record: CXX_FEATURE:0cxx_override
> >     Feature record: CXX_FEATURE:0cxx_range_for
> >     Feature record: CXX_FEATURE:0cxx_raw_string_literals
> >     Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
> >     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
> >     Feature record: CXX_FEATURE:0cxx_return_type_deduction
> >     Feature record: CXX_FEATURE:0cxx_right_angle_brackets
> >     Feature record: CXX_FEATURE:0cxx_rvalue_references
> >     Feature record: CXX_FEATURE:0cxx_sizeof_member
> >     Feature record: CXX_FEATURE:0cxx_static_assert
> >     Feature record: CXX_FEATURE:0cxx_strong_enums
> >     Feature record: CXX_FEATURE:1cxx_template_template_parameters
> >     Feature record: CXX_FEATURE:0cxx_thread_local
> >     Feature record: CXX_FEATURE:0cxx_trailing_return_types
> >     Feature record: CXX_FEATURE:0cxx_unicode_literals
> >     Feature record: CXX_FEATURE:0cxx_uniform_initialization
> >     Feature record: CXX_FEATURE:0cxx_unrestricted_unions
> >     Feature record: CXX_FEATURE:0cxx_user_literals
> >     Feature record: CXX_FEATURE:0cxx_variable_templates
> >     Feature record: CXX_FEATURE:0cxx_variadic_macros
> >     Feature record: CXX_FEATURE:0cxx_variadic_templates
> > Determining if the function sched_getcpu exists passed with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec69323040/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec69323040.dir/build.make
> > CMakeFiles/cmTryCompileExec69323040.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec69323040
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec69323040.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> >  CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec69323040 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function pipe2 exists passed with the following
> output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec2960219214/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec2960219214.dir/build.make
> > CMakeFiles/cmTryCompileExec2960219214.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec2960219214
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec2960219214.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=pipe2
> >  CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec2960219214 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function fallocate exists passed with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec1966628571/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec1966628571.dir/build.make
> > CMakeFiles/cmTryCompileExec1966628571.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec1966628571
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec1966628571.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=fallocate
> >  CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec1966628571 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function preadv exists passed with the following
> output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec305487130/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec305487130.dir/build.make
> > CMakeFiles/cmTryCompileExec305487130.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec305487130
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec305487130.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=preadv
> >  CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec305487130 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if files linux/magic.h exist passed with the following
> output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec2788694360/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec2788694360.dir/build.make
> > CMakeFiles/cmTryCompileExec2788694360.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >    -o CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o
>  -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/
> > CheckIncludeFiles.c
> > Linking C executable cmTryCompileExec2788694360
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec2788694360.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >       CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o
> -o
> > cmTryCompileExec2788694360 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function sched_getcpu exists passed with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec3497296788/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec3497296788.dir/build.make
> > CMakeFiles/cmTryCompileExec3497296788.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec3497296788
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec3497296788.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> >  CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec3497296788 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function pipe2 exists passed with the following
> output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec3191288677/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec3191288677.dir/build.make
> > CMakeFiles/cmTryCompileExec3191288677.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec3191288677
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec3191288677.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=pipe2
> >  CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec3191288677 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function fallocate exists passed with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec2207715658/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec2207715658.dir/build.make
> > CMakeFiles/cmTryCompileExec2207715658.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec2207715658
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec2207715658.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=fallocate
> >  CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec2207715658 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function preadv exists passed with the following
> output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec1489456585/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec1489456585.dir/build.make
> > CMakeFiles/cmTryCompileExec1489456585.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec1489456585
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec1489456585.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=preadv
> >  CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec1489456585 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if files linux/magic.h exist passed with the following
> output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec4169179431/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec4169179431.dir/build.make
> > CMakeFiles/cmTryCompileExec4169179431.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >    -o CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o
>  -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/
> > CheckIncludeFiles.c
> > Linking C executable cmTryCompileExec4169179431
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec4169179431.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >       CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o
> -o
> > cmTryCompileExec4169179431 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function sched_getcpu exists passed with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec2295215426/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec2295215426.dir/build.make
> > CMakeFiles/cmTryCompileExec2295215426.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec2295215426
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec2295215426.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> >  CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec2295215426 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function pipe2 exists passed with the following
> output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec678407444/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec678407444.dir/build.make
> > CMakeFiles/cmTryCompileExec678407444.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec678407444
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec678407444.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=pipe2
> >  CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec678407444 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function fallocate exists passed with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec2979663179/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec2979663179.dir/build.make
> > CMakeFiles/cmTryCompileExec2979663179.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec2979663179
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec2979663179.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=fallocate
> >  CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec2979663179 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function preadv exists passed with the following
> output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec2709301732/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec2709301732.dir/build.make
> > CMakeFiles/cmTryCompileExec2709301732.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec2709301732
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec2709301732.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=preadv
> >  CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec2709301732 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if files linux/magic.h exist passed with the following
> output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec4088672402/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec4088672402.dir/build.make
> > CMakeFiles/cmTryCompileExec4088672402.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >    -o CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o
>  -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/
> > CheckIncludeFiles.c
> > Linking C executable cmTryCompileExec4088672402
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec4088672402.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >       CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o
> -o
> > cmTryCompileExec4088672402 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function sched_getcpu exists passed with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec311077996/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec311077996.dir/build.make
> > CMakeFiles/cmTryCompileExec311077996.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> > CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec311077996
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec311077996.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=sched_getcpu
> >  CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec311077996 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function pipe2 exists passed with the following
> output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec1707055747/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec1707055747.dir/build.make
> > CMakeFiles/cmTryCompileExec1707055747.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> > CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec1707055747
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec1707055747.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=pipe2
> >  CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec1707055747 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function fallocate exists passed with the following
> > output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec911534047/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec911534047.dir/build.make
> > CMakeFiles/cmTryCompileExec911534047.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> > CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec911534047
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec911534047.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=fallocate
> >  CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec911534047 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if the function preadv exists passed with the following
> output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec1981163834/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec1981163834.dir/build.make
> > CMakeFiles/cmTryCompileExec1981163834.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=preadv   -o
> > CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o   -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> > Linking C executable cmTryCompileExec1981163834
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec1981163834.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >   -DCHECK_FUNCTION_EXISTS=preadv
> >  CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o  -o
> > cmTryCompileExec1981163834 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > Determining if files linux/magic.h exist passed with the following
> output:
> > Change Dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
> >
> > Run Build Command:"/usr/bin/make" "cmTryCompileExec442482618/fast"
> > /usr/bin/make -f CMakeFiles/cmTryCompileExec442482618.dir/build.make
> > CMakeFiles/cmTryCompileExec442482618.dir/build
> > make[1]: Entering directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_progress_report
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeTmp/CMakeFiles
> > 1
> > Building C object
> > CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >    -o CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o
>  -c
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/
> > CheckIncludeFiles.c
> > Linking C executable cmTryCompileExec442482618
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cmake-3.2.3-p1/bin/cmake
> > -E cmake_link_script CMakeFiles/cmTryCompileExec442482618.dir/link.txt
> > --verbose=1
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gcc-4.9.2/bin/gcc
> >       CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o  -o
> > cmTryCompileExec442482618 -rdynamic
> > make[1]: Leaving directory
> > '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp'
> >
> >
> > 2017-08-03 12:33 GMT+08:00 yu feng <ol...@gmail.com>:
> >
> > > build output :
> > >
> > > IMPALA_HOME             = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala
> > > HADOOP_HOME             = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/cdh_components/
> hadoop-2.6.0-cdh5.13.0-
> > > SNAPSHOT/
> > > HADOOP_CONF_DIR         = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/fe/src/test/resources
> > > HADOOP_INCLUDE_DIR      = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/cdh_components/
> hadoop-2.6.0-cdh5.13.0-
> > > SNAPSHOT//include
> > > HADOOP_LIB_DIR          = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/cdh_components/
> hadoop-2.6.0-cdh5.13.0-
> > > SNAPSHOT//lib
> > > MINI_DFS_BASE_DATA_DIR  = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/cdh-5-hdfs-data
> > > HIVE_HOME               = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/cdh_components/hive-
> > > 1.1.0-cdh5.13.0-SNAPSHOT/
> > > HIVE_CONF_DIR           = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/fe/src/test/resources
> > > HIVE_SRC_DIR            = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/cdh_components/hive-
> > > 1.1.0-cdh5.13.0-SNAPSHOT//src
> > > HBASE_HOME              = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/cdh_components/
> hbase-1.2.0-cdh5.13.0-
> > > SNAPSHOT/
> > > HBASE_CONF_DIR          = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/fe/src/test/resources
> > > MINIKDC_HOME            = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/cdh_components/llama-minikdc-1.0.0
> > > THRIFT_HOME             = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/thrift-0.9.0-p9
> > > HADOOP_LZO              = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/../hadoop-lzo
> > > IMPALA_LZO              = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/../Impala-lzo
> > > CLASSPATH               = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/../hadoop-lzo/build/hadoop-lzo-0.
> > > 4.15.jar:/home/hzfengyu/impala/apache-impala/
> > incubator-impala/fe/src/test/
> > > resources:/home/hzfengyu/impala/apache-impala/
> > incubator-impala/fe/target/
> > > classes:/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/fe/target/dependency:
> > > LIBHDFS_OPTS            =  -Djava.library.path=/home/
> > > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > > cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT//lib/
> > > native/:/home/hzfengyu/impala/apache-impala/incubator-
> > impala/be/build/debug/service
> > > -XX:MaxPermSize=128m
> > > PYTHONPATH              = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala:/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/shell/gen-py:/home/hzfengyu/impala/apache-
> > > impala/incubator-impala/testdata/:/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/thrift-0.9.0-p9/python/lib/
> > > python2.7/site-packages/:/home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/cdh_components/hive-
> > > 1.1.0-cdh5.13.0-SNAPSHOT//lib/py:/home/hzfengyu/impala/
> > > apache-impala/incubator-impala/shell/ext-py/*/dist/*.egg
> > > JAVA_HOME               = /home/hzfengyu/impala/deploy/jdk1.7.0_79
> > > LD_LIBRARY_PATH         = :/home/hzfengyu/impala/deploy/
> > > jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/
> > > jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/
> > > jdk1.7.0_79/jre/lib/amd64/server:/home/hzfengyu/impala/
> > > apache-impala/incubator-impala/toolchain/cdh_
> > components/hadoop-2.6.0-cdh5.
> > > 13.0-SNAPSHOT//lib/native:/home/hzfengyu/impala/apache-
> > > impala/incubator-impala/be/build/debug/service:/home/
> > > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > > snappy-1.1.4/lib:/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/../Impala-lzo/build:/home/hzfengyu/
> > impala/apache-impala/
> > > incubator-impala/toolchain/gcc-4.9.2/lib64
> > > LD_PRELOAD              = :/home/hzfengyu/impala/deploy/
> > > jdk1.7.0_79/jre/lib/amd64/libjsig.so
> > > POSTGRES_JDBC_DRIVER    = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/fe/target/dependency/postgresql-
> > 9.0-801.jdbc4.jar
> > > IMPALA_TOOLCHAIN        = /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain
> > > DOWNLOAD_CDH_COMPONENTS = true
> > > Downloading Python dependencies
> > > ~/impala/apache-impala/incubator-impala/infra/python/deps
> > > ~/impala/apache-impala/incubator-impala
> > > Getting package info from https://pypi.python.org/simple/allpairs/
> > > File with matching md5sum already exists, skipping
> AllPairs-2.0.1.tar.gz
> > > Getting package info from https://pypi.python.org/simple/boto3/
> > > File with matching md5sum already exists, skipping boto3-1.2.3.tar.gz
> > > Getting package info from https://pypi.python.org/simple/simplejson/
> > > File with matching md5sum already exists, skipping
> > simplejson-3.3.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/botocore/
> > > File with matching md5sum already exists, skipping
> botocore-1.3.30.tar.gz
> > > Getting package info from https://pypi.python.org/
> > simple/python_dateutil/
> > > File with matching md5sum already exists, skipping
> > > python-dateutil-2.5.2.tar.gz
> > > Getting package info from https://pypi.python.org/simple/docutils/
> > > File with matching md5sum already exists, skipping docutils-0.12.tar.gz
> > > Getting package info from https://pypi.python.org/simple/jmespath/
> > > File with matching md5sum already exists, skipping
> jmespath-0.9.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/futures/
> > > File with matching md5sum already exists, skipping futures-3.0.5.tar.gz
> > > Getting package info from https://pypi.python.org/simple/cm-api/
> > > File with matching md5sum already exists, skipping cm_api-10.0.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/readline/
> > > File with matching md5sum already exists, skipping
> > readline-6.2.4.1.tar.gz
> > > Getting package info from https://pypi.python.org/simple/Flask/
> > > File with matching md5sum already exists, skipping Flask-0.10.1.tar.gz
> > > Getting package info from https://pypi.python.org/simple/Jinja2/
> > > File with matching md5sum already exists, skipping Jinja2-2.8.tar.gz
> > > Getting package info from https://pypi.python.org/simple/MarkupSafe/
> > > File with matching md5sum already exists, skipping
> MarkupSafe-0.23.tar.gz
> > > Getting package info from https://pypi.python.org/simple/Werkzeug/
> > > File with matching md5sum already exists, skipping
> Werkzeug-0.11.3.tar.gz
> > > Getting package info from https://pypi.python.org/simple/itsdangerous/
> > > File with matching md5sum already exists, skipping
> > itsdangerous-0.24.tar.gz
> > > Getting package info from https://pypi.python.org/simple/hdfs/
> > > File with matching md5sum already exists, skipping hdfs-2.0.2.tar.gz
> > > Getting package info from https://pypi.python.org/simple/docopt/
> > > File with matching md5sum already exists, skipping docopt-0.6.2.tar.gz
> > > Getting package info from https://pypi.python.org/simple/execnet/
> > > File with matching md5sum already exists, skipping execnet-1.4.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/kazoo/
> > > File with matching md5sum already exists, skipping kazoo-2.2.1.tar.gz
> > > Getting package info from https://pypi.python.org/simple/monkeypatch/
> > > File with matching md5sum already exists, skipping
> monkeypatch-0.1rc3.zip
> > > Getting package info from https://pypi.python.org/simple/ordereddict/
> > > File with matching md5sum already exists, skipping
> ordereddict-1.1.tar.gz
> > > Getting package info from https://pypi.python.org/simple/pexpect/
> > > File with matching md5sum already exists, skipping pexpect-3.3.tar.gz
> > > Getting package info from https://pypi.python.org/simple/pg8000/
> > > File with matching md5sum already exists, skipping pg8000-1.10.2.tar.gz
> > > Getting package info from https://pypi.python.org/simple/prettytable/
> > > File with matching md5sum already exists, skipping
> > > prettytable-0.7.2.tar.bz2
> > > Getting package info from https://pypi.python.org/simple/pyelftools/
> > > File with matching md5sum already exists, skipping
> pyelftools-0.23.tar.gz
> > > Getting package info from https://pypi.python.org/simple/pyparsing/
> > > File with matching md5sum already exists, skipping
> pyparsing-2.0.3.tar.gz
> > > Getting package info from https://pypi.python.org/simple/pytest/
> > > File with matching md5sum already exists, skipping pytest-2.9.2.tar.gz
> > > Getting package info from https://pypi.python.org/simple/py/
> > > File with matching md5sum already exists, skipping py-1.4.32.tar.gz
> > > Getting package info from https://pypi.python.org/
> simple/pytest-random/
> > > File with matching md5sum already exists, skipping
> > > pytest-random-0.02.tar.gz
> > > Getting package info from https://pypi.python.org/simple/pytest-xdist/
> > > File with matching md5sum already exists, skipping
> > > pytest-xdist-1.15.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/python-magic/
> > > File with matching md5sum already exists, skipping
> > > python-magic-0.4.11.tar.gz
> > > Getting package info from https://pypi.python.org/simple/pywebhdfs/
> > > File with matching md5sum already exists, skipping
> pywebhdfs-0.3.2.tar.gz
> > > Getting package info from https://pypi.python.org/simple/pbr/
> > > File with matching md5sum already exists, skipping pbr-1.8.1.tar.gz
> > > Getting package info from https://pypi.python.org/simple/requests/
> > > File with matching md5sum already exists, skipping
> requests-2.7.0.tar.gz
> > > Getting package info from https://pypi.python.org/
> simple/setuptools-scm/
> > > File with matching md5sum already exists, skipping
> > > setuptools_scm-1.15.4.tar.gz
> > > Getting package info from https://pypi.python.org/simple/sh/
> > > File with matching md5sum already exists, skipping sh-1.11.tar.gz
> > > Getting package info from https://pypi.python.org/simple/sqlparse/
> > > File with matching md5sum already exists, skipping
> sqlparse-0.1.15.tar.gz
> > > Getting package info from https://pypi.python.org/simple/texttable/
> > > File with matching md5sum already exists, skipping texttable-0.8.3.zip
> > > Getting package info from https://pypi.python.org/simple/ipython/
> > > File with matching md5sum already exists, skipping ipython-1.2.1.tar.gz
> > > Getting package info from https://pypi.python.org/simple/apipkg/
> > > File with matching md5sum already exists, skipping apipkg-1.4.tar.gz
> > > Getting package info from https://pypi.python.org/simple/virtualenv/
> > > File with matching md5sum already exists, skipping
> > virtualenv-13.1.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/argparse/
> > > File with matching md5sum already exists, skipping
> argparse-1.4.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/Fabric/
> > > File with matching md5sum already exists, skipping Fabric-1.10.2.tar.gz
> > > Getting package info from https://pypi.python.org/simple/paramiko/
> > > File with matching md5sum already exists, skipping
> paramiko-1.15.2.tar.gz
> > > Getting package info from https://pypi.python.org/simple/ecdsa/
> > > File with matching md5sum already exists, skipping ecdsa-0.13.tar.gz
> > > Getting package info from https://pypi.python.org/simple/pycrypto/
> > > File with matching md5sum already exists, skipping
> pycrypto-2.6.1.tar.gz
> > > Getting package info from https://pypi.python.org/simple/impyla/
> > > File with matching md5sum already exists, skipping impyla-0.14.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/bitarray/
> > > File with matching md5sum already exists, skipping
> bitarray-0.8.1.tar.gz
> > > Getting package info from https://pypi.python.org/simple/sasl/
> > > File with matching md5sum already exists, skipping sasl-0.1.3.tar.gz
> > > Getting package info from https://pypi.python.org/simple/six/
> > > File with matching md5sum already exists, skipping six-1.9.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/thrift/
> > > File with matching md5sum already exists, skipping thrift-0.9.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/thrift_sasl/
> > > File with matching md5sum already exists, skipping
> > thrift_sasl-0.1.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/psutil/
> > > File with matching md5sum already exists, skipping psutil-0.7.1.tar.gz
> > > Getting package info from https://pypi.python.org/simple/Cython/
> > > File with matching md5sum already exists, skipping Cython-0.23.4.tar.gz
> > > Getting package info from https://pypi.python.org/simple/numpy/
> > > File with matching md5sum already exists, skipping numpy-1.10.4.tar.gz
> > > Getting package info from https://pypi.python.org/simple/kudu-python/
> > > File with matching md5sum already exists, skipping
> > kudu-python-1.2.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/pycparser/
> > > File with matching md5sum already exists, skipping
> pycparser-2.17.tar.gz
> > > Getting package info from https://pypi.python.org/simple/cffi/
> > > File with matching md5sum already exists, skipping cffi-1.10.0.tar.gz
> > > Getting package info from https://pypi.python.org/simple/cryptography/
> > > File with matching md5sum already exists, skipping
> > > cryptography-1.8.1.tar.gz
> > > Getting package info from https://pypi.python.org/simple/scandir/
> > > File with matching md5sum already exists, skipping scandir-1.5.tar.gz
> > > Getting package info from https://pypi.python.org/
> > > simple/azure-datalake-store/
> > > File with matching md5sum already exists, skipping
> > > azure-datalake-store-0.0.9.tar.gz
> > > ~/impala/apache-impala/incubator-impala
> > > Finished downloading Python dependencies
> > > Downloading and extracting toolchain dependencies.
> > > Toolchain bootstrap complete.
> > > Running make_impala.sh  -build_shared_libs -build_type=Debug -fe
> -cscope
> > > -tarballs
> > > ************************************************************
> > > ********************
> > >  Building Impala
> > >  Build type: Debug
> > >  Impala libraries will be DYNAMICALLY linked
> > > ************************************************************
> > > ********************
> > > -- Setup toolchain link flags -Wl,-rpath,/home/hzfengyu/
> > > impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64
> > > -L/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/toolchain/gcc-4.9.2/lib64
> > > -- Build type is DEBUG
> > > -- ENABLE_CODE_COVERAGE: false
> > > -- Boost version: 1.57.0
> > > -- Found the following Boost libraries:
> > > --   thread
> > > --   regex
> > > --   filesystem
> > > --   system
> > > --   date_time
> > > -- Boost include dir: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/boost-1.57.0-p3/include
> > > -- Boost libraries: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > toolchain/boost-1.57.0-p3/lib/libboost_thread.a/home/
> > > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > > boost-1.57.0-p3/lib/libboost_regex.a/home/hzfengyu/impala/
> > > apache-impala/incubator-impala/toolchain/boost-1.57.0-
> > > p3/lib/libboost_filesystem.a/home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/boost-1.57.0-p3/lib/
> > > libboost_system.a/home/hzfengyu/impala/apache-impala/
> > > incubator-impala/toolchain/boost-1.57.0-p3/lib/libboost_date_time.a
> > > -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-
> > linux-gnu/libcrypto.so
> > > (found version "1.0.1t")
> > > -- ----------> Adding thirdparty library openssl_ssl. <----------
> > > -- Header files: /usr/include
> > > -- Added shared library dependency openssl_ssl:
> > /usr/lib/x86_64-linux-gnu/
> > > libssl.so
> > > -- ----------> Adding thirdparty library openssl_crypto. <----------
> > > -- Added shared library dependency openssl_crypto:
> > > /usr/lib/x86_64-linux-gnu/libcrypto.so
> > > -- Bzip2: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/bzip2-1.0.6-p2/include
> > > -- ----------> Adding thirdparty library bzip2. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/bzip2-1.0.6-p2/include
> > > -- Added static library dependency bzip2: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/bzip2-1.0.6-p2/lib/libbz2.a
> > > -- Zlib: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/zlib-1.2.8/include
> > > -- ----------> Adding thirdparty library zlib. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/zlib-1.2.8/include
> > > -- Added shared library dependency zlib: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/zlib-1.2.8/lib/libz.so
> > > -- ----------> Adding thirdparty library hdfs. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT/include
> > > -- Added shared library dependency hdfs: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/cdh_components/
> hadoop-2.6.0-cdh5.13.0-
> > > SNAPSHOT/lib/native/libhdfs.so
> > > -- ----------> Adding thirdparty library glog. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/glog-0.3.4-p2/include
> > > -- Added shared library dependency glog: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/glog-0.3.4-p2/lib/libglog.so
> > > CMake Error at CMakeLists.txt:178 (IMPALA_ADD_THIRDPARTY_LIB):
> > >   IMPALA_ADD_THIRDPARTY_LIB Function invoked with incorrect arguments
> for
> > >   function named: IMPALA_ADD_THIRDPARTY_LIB
> > >
> > >
> > > -- ----------> Adding thirdparty library pprof. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gperftools-2.5/include
> > > -- Added static library dependency pprof: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/gperftools-2.5/lib/libprofiler.a
> > > -- ----------> Adding thirdparty library gtest. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/gtest-1.6.0/include
> > > -- Added static library dependency gtest: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/gtest-1.6.0/lib/libgtest.a
> > > -- LLVM llvm-config found at: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/llvm-config
> > > -- LLVM clang++ found at: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/clang++
> > > -- LLVM opt found at: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/opt
> > > -- LLVM_ROOT: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/llvm-3.8.0-asserts-p1
> > > -- LLVM llvm-config found at: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/llvm-3.8.0-asserts-
> p1/bin/llvm-config
> > > -- LLVM include dir: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > toolchain/llvm-3.8.0-asserts-p1/include
> > > -- LLVM lib dir: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/llvm-3.8.0-asserts-p1/lib
> > > -- ----------> Adding thirdparty library cyrus_sasl. <----------
> > > -- Header files: /usr/include
> > > -- Added shared library dependency cyrus_sasl:
> /usr/lib/x86_64-linux-gnu/
> > > libsasl2.so
> > > -- ----------> Adding thirdparty library ldap. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/openldap-2.4.25/include
> > > -- Added static library dependency ldap: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/openldap-2.4.25/lib/libldap.a
> > > -- ----------> Adding thirdparty library lber. <----------
> > > -- Added static library dependency lber: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/openldap-2.4.25/lib/liblber.a
> > > -- ----------> Adding thirdparty library thrift. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/thrift-0.9.0-p9/include
> > > -- Added static library dependency thrift:
> /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/thrift-0.9.0-p9/lib/libthrift.a
> > > -- Thrift version: Thrift version 0.9.0
> > > -- Thrift contrib dir: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/thrift-0.9.0-p9
> > > -- Thrift compiler: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/
> > > toolchain/thrift-0.9.0-p9/bin/thrift
> > > -- Found FLATBUFFERS: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/flatbuffers-1.6.0/include
> > > -- ----------> Adding thirdparty library flatbuffers. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/flatbuffers-1.6.0/include
> > > -- Added static library dependency flatbuffers:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/flatbuffers-1.6.0/lib/libflatbuffers.a
> > > -- FlatBuffers compiler: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
> > > -- ----------> Adding thirdparty library snappy. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/snappy-1.1.4/include
> > > -- Added static library dependency snappy:
> /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/snappy-1.1.4/lib/libsnappy.a
> > > -- ----------> Adding thirdparty library lz4. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/lz4-1.7.5/include
> > > -- Added static library dependency lz4: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/lz4-1.7.5/lib/liblz4.a
> > > -- /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/re2-20130115-p1/include
> > > -- ----------> Adding thirdparty library re2. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/re2-20130115-p1/include
> > > -- Added static library dependency re2: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/re2-20130115-p1/lib/libre2.a
> > > -- RapidJson include dir: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/rapidjson-0.11/include
> > > -- ----------> Adding thirdparty library avro. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/avro-1.7.4-p4/include
> > > -- Added static library dependency avro: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/avro-1.7.4-p4/lib/libavro.a
> > > -- Found PROTOBUF: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > toolchain/protobuf-2.6.1/lib/libprotobuf.so
> > > -- ----------> Adding thirdparty library protobuf. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/protobuf-2.6.1/include
> > > -- Added shared library dependency protobuf:
> > /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/protobuf-2.6.1/lib/libprotobuf.so
> > > -- ----------> Adding thirdparty library protoc. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/protobuf-2.6.1/include
> > > -- Added shared library dependency protoc:
> /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/protobuf-2.6.1/lib/libprotoc.so
> > > -- Found LIBEV: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/libev-4.20/lib/libev.so
> > > -- ----------> Adding thirdparty library libev. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/libev-4.20/include
> > > -- Added shared library dependency libev: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/libev-4.20/lib/libev.so
> > > -- Found CRCUTIL: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > > toolchain/crcutil-440ba7babeff77ffad992df3a10c76
> > > 7f184e946e-p1/lib/libcrcutil.so
> > > -- ----------> Adding thirdparty library crcutil. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/crcutil-440ba7babeff77ffad992df3a10c767f184e946e-p1/include
> > > -- Added shared library dependency crcutil:
> /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/crcutil-
> 440ba7babeff77ffad992df3a10c76
> > > 7f184e946e-p1/lib/libcrcutil.so
> > > -- Found JNI: /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> > > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> > > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> > > 0_79/jre/lib/amd64/server/libjvm.so
> > > -- ----------> Adding thirdparty library java_jvm. <----------
> > > -- Header files: /home/hzfengyu/impala/deploy/
> jdk1.7.0_79/include;/home/
> > > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> > > hzfengyu/impala/deploy/jdk1.7.0_79/include
> > > -- Added static library dependency java_jvm:
> > /home/hzfengyu/impala/deploy/
> > > jdk1.7.0_79/jre/lib/amd64/server/libjvm.so
> > > -- ----------> Adding thirdparty library breakpad_client. <----------
> > > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > > toolchain/breakpad-ffe3e478657dc7126fca6329dfcedc
> > > 49f4c726d9-p2/include/breakpad
> > > -- Added static library dependency breakpad_client:
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/breakpad-
> > > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_client.a
> > > -- Added shared library dependency rt: /usr/lib/x86_64-linux-gnu/
> > librt.so
> > > -- Added shared library dependency dl: /usr/lib/x86_64-linux-gnu/
> > libdl.so
> > > Using Thrift compiler: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/thrift-0.9.0-p9/bin/thrift
> > > Found output dir: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/shell/
> > > Using FlatBuffers compiler: /home/hzfengyu/impala/apache-
> > > impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
> > > --java-o/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/fe/generated-sources/gen-java-b
> > > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> > > impala/be/generated-sources/gen-cpp-b
> > > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> > > -- WARNING: Doxygen not found - Docs will not be created
> > > -- Looking for sched_getcpu
> > > -- Looking for sched_getcpu - found
> > > -- Looking for pipe2
> > > -- Looking for pipe2 - found
> > > -- Looking for fallocate
> > > -- Looking for fallocate - found
> > > -- Looking for preadv
> > > -- Looking for preadv - found
> > > -- Looking for include file linux/magic.h
> > > -- Looking for include file linux/magic.h - found
> > > -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas
> -pthread
> > > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> > > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED
> -B
> > > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/binutils-2.26.1/bin/
> > > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
> > > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
> > -D__STDC_FORMAT_MACROS
> > > -D__STDC_LIMIT_MACROS
> > > -- Common /home/hzfengyu/impala/apache-impala/incubator-impala/be/
> > > build/debug/
> > > -- Configuring incomplete, errors occurred!
> > > See also "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > > CMakeFiles/CMakeOutput.log".
> > > Error in /home/hzfengyu/impala/apache-impala/incubator-impala/bin/
> > make_impala.sh
> > > at line 160: cmake . ${CMAKE_ARGS[@]}
> > >
> > > 2017-08-03 11:49 GMT+08:00 Henry Robinson <he...@apache.org>:
> > >
> > >> I don't think attachments come through on this mailing list (at least
> I
> > >> can't see anything attached to your mail). Could you paste the output
> in
> > >> pastebin or somewhere similar?
> > >>
> > >> On Wed, Aug 2, 2017 at 8:44 PM yu feng <ol...@gmail.com> wrote:
> > >>
> > >> > attach command output and CmakeOutput.log, Thanks a lot.
> > >> >
> > >> > 2017-08-02 23:52 GMT+08:00 Tim Armstrong <ta...@cloudera.com>:
> > >> >
> > >> >> Hi,
> > >> >>   I don't see an error in the output you pasted. Maybe it would
> help
> > to
> > >> >> include the full output of buildall.sh and CmakeOutput.log
> > >> >>
> > >> >> On Wed, Aug 2, 2017 at 5:32 AM, yu feng <ol...@gmail.com>
> > wrote:
> > >> >>
> > >> >> > Hi, I clone impala from
> > >> >> > https://git-wip-us.apache.org/repos/asf/incubator-impala.git,
> and
> > >> try
> > >> >> to
> > >> >> > run 'bash buildall.sh -noclean -skiptests -build_shared_libs
> > >> -format', I
> > >> >> > have finish building impalad two months ago, However, I git pull
> > all
> > >> >> newest
> > >> >> > code, error happened:
> > >> >> >
> > >> >> >
> > >> >> > -- Found JNI:
> > >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> > >> >> > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> > >> >> > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> > >> >> > 0_79/jre/lib/amd64/server/libjvm.so
> > >> >> >
> > >> >> > -- ----------> Adding thirdparty library java_jvm. <----------
> > >> >> > -- Header files:
> > >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/
> > >> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> > >> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include
> > >> >> > -- Added static library dependency java_jvm:
> > >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/serve
> > >> r/libjvm.so
> > >> >> > -- ----------> Adding thirdparty library breakpad_client.
> > <----------
> > >> >> > -- Header files:
> > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolcha
> > >> in/breakpad-
> > >> >> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/include/breakpad
> > >> >> > -- Added static library dependency breakpad_client:
> > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolcha
> > >> in/breakpad-
> > >> >> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_
> > client.a
> > >> >> > -- Added shared library dependency rt:
> > >> >> /usr/lib/x86_64-linux-gnu/librt.so
> > >> >> > -- Added shared library dependency dl:
> > >> >> /usr/lib/x86_64-linux-gnu/libdl.so
> > >> >> > Using Thrift compiler:
> > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > >> >> > toolchain/thrift-0.9.0-p9/bin/thrift
> > >> >> > Found output dir:
> > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/shell/
> > >> >> > Using FlatBuffers compiler:
> > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > >> >> > toolchain/flatbuffers-1.6.0/bin/flatc
> > >> >> > --java-o/home/hzfengyu/impala/apache-impala/incubator-
> > >> >> > impala/fe/generated-sources/gen-java-b
> > >> >> > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> > >> >> > impala/be/generated-sources/gen-cpp-b
> > >> >> > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> > >> >> > -- WARNING: Doxygen not found - Docs will not be created
> > >> >> > -- Looking for sched_getcpu
> > >> >> > -- Looking for sched_getcpu - found
> > >> >> > -- Looking for pipe2
> > >> >> > -- Looking for pipe2 - found
> > >> >> > -- Looking for fallocate
> > >> >> > -- Looking for fallocate - found
> > >> >> > -- Looking for preadv
> > >> >> > -- Looking for preadv - found
> > >> >> > -- Looking for include file linux/magic.h
> > >> >> > -- Looking for include file linux/magic.h - found
> > >> >> > -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas
> > >> >> -pthread
> > >> >> > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> > >> >> > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
> > >> -DBOOST_SYSTEM_NO_DEPRECATED -B
> > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > >> >> > toolchain/binutils-2.26.1/bin/
> > >> >> > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2
> -Werror
> > >> >> > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
> > >> >> -D__STDC_FORMAT_MACROS
> > >> >> > -D__STDC_LIMIT_MACROS
> > >> >> > -- Common
> > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/be/
> > build/debug/
> > >> >> > -- Configuring incomplete, errors occurred!
> > >> >> > See also
> > >> >> > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > >> >> > CMakeFiles/CMakeOutput.log".
> > >> >> > Error in
> > >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/bin/mak
> > >> e_impala.sh
> > >> >> at
> > >> >> > line 160: cmake . ${CMAKE_ARGS[@]}
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >> > I try to find something in CMakeOutput.log,  and I can not find
> any
> > >> >> error,
> > >> >> > Is there I miss something? thanks a lot.
> > >> >> >
> > >> >>
> > >> >
> > >> >
> > >>
> > >
> > >
> >
>

Re: problem about buildall.sh

Posted by Tim Armstrong <ta...@cloudera.com>.
It looks like the error is:

> -- ----------> Adding thirdparty library glog. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/glog-0.3.4-p2/include
> -- Added shared library dependency glog: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/glog-0.3.4-p2/lib/libglog.so
> CMake Error at CMakeLists.txt:178 (IMPALA_ADD_THIRDPARTY_LIB):
>   IMPALA_ADD_THIRDPARTY_LIB Function invoked with incorrect arguments for
>   function named: IMPALA_ADD_THIRDPARTY_LIB

Has anyone seen this before?

One thing you can try is deleting glog then rebuilding. E.g.

rm -r toolchain/glog-0.3.4-p2/

On Wed, Aug 2, 2017 at 9:34 PM, yu feng <ol...@gmail.com> wrote:

> CMakeOutput.log :
>
>
>
> The system is: Linux - 3.16.0-4-amd64 - x86_64
> Compiling the C compiler identification source file "CMakeCCompilerId.c"
> succeeded.
> Compiler:
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
> Build flags:
> Id flags:
>
> The output was:
> 0
>
>
> Compilation of the C compiler identification source "CMakeCCompilerId.c"
> produced "a.out"
>
> The C compiler identification is GNU, found in
> "/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/3.2.3/CompilerIdC/a.out"
>
> Compiling the CXX compiler identification source file
> "CMakeCXXCompilerId.cpp" succeeded.
> Compiler:
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
> Build flags:
> Id flags:
>
> The output was:
> 0
>
>
> Compilation of the CXX compiler identification source
> "CMakeCXXCompilerId.cpp" produced "a.out"
>
> The CXX compiler identification is GNU, found in
> "/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/3.2.3/
> CompilerIdCXX/a.out"
>
> Determining if the C compiler works passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec2174981562/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec2174981562.dir/build.make
> CMakeFiles/cmTryCompileExec2174981562.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>    -o CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/
> testCCompiler.c
> Linking C executable cmTryCompileExec2174981562
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec2174981562.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>       CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o  -o
> cmTryCompileExec2174981562 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Detecting C compiler ABI info compiled with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec3739174323/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec3739174323.dir/build.make
> CMakeFiles/cmTryCompileExec3739174323.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>    -o CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCCompilerABI.c
> Linking C executable cmTryCompileExec3739174323
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec3739174323.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>      -v CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> -o
> cmTryCompileExec3739174323 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> Using built-in specs.
> COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/gcc
> COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> Target: x86_64-unknown-linux-gnu
> Configured with: ../gcc-4.9.2/configure
> --prefix=/data/jenkins/workspace/verify-impala-
> toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> toolchain/build/gcc-4.9.2
> --enable-languages=c,c++ --disable-multilib
> --with-build-config=bootstrap-debug
> Thread model: posix
> gcc version 4.9.2 (GCC)
> COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> lib/gcc/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3739174323' '-rdynamic'
> '-mtune=generic' '-march=x86-64'
>  /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> linux-gnu/4.9.2/collect2
> -plugin
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> linux-gnu/4.9.2/liblto_plugin.so
> -plugin-opt=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> -plugin-opt=-fresolution=/tmp/ccm1iypm.res -plugin-opt=-pass-through=-lgcc
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
> -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
> --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
> /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec3739174323
> /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/crtbegin.o
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2/../../../../lib64
> -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2/../../..
> CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o -lgcc
> --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
> --no-as-needed
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtend.o
> /usr/lib/x86_64-linux-gnu/crtn.o
>
>
> Parsed C implicit link information from above output:
>   link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
>   ignore line: [Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp]
>   ignore line: []
>   ignore line: [Run Build Command:"/usr/bin/make"
> "cmTryCompileExec3739174323/fast"]
>   ignore line: [/usr/bin/make -f
> CMakeFiles/cmTryCompileExec3739174323.dir/build.make
> CMakeFiles/cmTryCompileExec3739174323.dir/build]
>   ignore line: [make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp']
>   ignore line:
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1]
>   ignore line: [Building C object
> CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o]
>   ignore line:
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>    -o CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCCompilerABI.c]
>   ignore line: [Linking C executable cmTryCompileExec3739174323]
>   ignore line:
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec3739174323.dir/link.txt
> --verbose=1]
>   ignore line:
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>      -v CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
> -o
> cmTryCompileExec3739174323 -rdynamic  ]
>   ignore line: [make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp']
>   ignore line: [Using built-in specs.]
>   ignore line:
> [COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/gcc]
>   ignore line:
> [COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
>   ignore line: [Target: x86_64-unknown-linux-gnu]
>   ignore line: [Configured with: ../gcc-4.9.2/configure
> --prefix=/data/jenkins/workspace/verify-impala-
> toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> toolchain/build/gcc-4.9.2
> --enable-languages=c,c++ --disable-multilib
> --with-build-config=bootstrap-debug]
>   ignore line: [Thread model: posix]
>   ignore line: [gcc version 4.9.2 (GCC) ]
>   ignore line:
> [COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/]
>   ignore line:
> [LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> lib/gcc/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/]
>   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3739174323'
> '-rdynamic' '-mtune=generic' '-march=x86-64']
>   link line: [
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> linux-gnu/4.9.2/collect2
> -plugin
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> linux-gnu/4.9.2/liblto_plugin.so
> -plugin-opt=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> -plugin-opt=-fresolution=/tmp/ccm1iypm.res -plugin-opt=-pass-through=-lgcc
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
> -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
> --eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
> /lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec3739174323
> /usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/crtbegin.o
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2/../../../../lib64
> -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2/../../..
> CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o -lgcc
> --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
> --no-as-needed
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtend.o
> /usr/lib/x86_64-linux-gnu/crtn.o]
>     arg
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> linux-gnu/4.9.2/collect2]
> ==> ignore
>     arg [-plugin] ==> ignore
>     arg
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> linux-gnu/4.9.2/liblto_plugin.so]
> ==> ignore
>     arg
> [-plugin-opt=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> ==> ignore
>     arg [-plugin-opt=-fresolution=/tmp/ccm1iypm.res] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
>     arg [-plugin-opt=-pass-through=-lc] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
>     arg [--eh-frame-hdr] ==> ignore
>     arg [-m] ==> ignore
>     arg [elf_x86_64] ==> ignore
>     arg [-export-dynamic] ==> ignore
>     arg [-dynamic-linker] ==> ignore
>     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
>     arg [-o] ==> ignore
>     arg [cmTryCompileExec3739174323] ==> ignore
>     arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
>     arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
>     arg
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/crtbegin.o]
> ==> ignore
>     arg
> [-L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> ==> dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
>     arg
> [-L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
> ==> dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc]
>     arg
> [-L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2/../../../../lib64]
> ==> dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/../../../../lib64]
>     arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
>     arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
>     arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
>     arg
> [-L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2/../../..]
> ==> dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/../../..]
>     arg [CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o]
> ==> ignore
>     arg [-lgcc] ==> lib [gcc]
>     arg [--as-needed] ==> ignore
>     arg [-lgcc_s] ==> lib [gcc_s]
>     arg [--no-as-needed] ==> ignore
>     arg [-lc] ==> lib [c]
>     arg [-lgcc] ==> lib [gcc]
>     arg [--as-needed] ==> ignore
>     arg [-lgcc_s] ==> lib [gcc_s]
>     arg [--no-as-needed] ==> ignore
>     arg
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/crtend.o]
> ==> ignore
>     arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
>   remove lib [gcc]
>   remove lib [gcc_s]
>   remove lib [gcc]
>   remove lib [gcc_s]
>   collapse library dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> ==>
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
>   collapse library dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc]
> ==>
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/lib/gcc]
>   collapse library dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/../../../../lib64]
> ==>
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/lib64]
>   collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
>   collapse library dir [/lib/../lib64] ==> [/lib64]
>   collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
> [/usr/lib/x86_64-linux-gnu]
>   collapse library dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/../../..]
> ==>
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/lib]
>   implicit libs: [c]
>   implicit dirs:
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.
> 2;/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/lib/gcc;/home/hzfengyu/impala/
> apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-
> gnu;/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/lib]
>   implicit fwks: []
>
>
>
>
> Detecting C [-std=c11] compiler features compiled with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec3079253483/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec3079253483.dir/build.make
> CMakeFiles/cmTryCompileExec3079253483.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -std=c11 -o CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o
> -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/feature_tests.c
> Linking C executable cmTryCompileExec3079253483
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec3079253483.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>       CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o  -o
> cmTryCompileExec3079253483 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
>     Feature record: C_FEATURE:1c_function_prototypes
>     Feature record: C_FEATURE:1c_restrict
>     Feature record: C_FEATURE:1c_static_assert
>     Feature record: C_FEATURE:1c_variadic_macros
>
>
> Detecting C [-std=c99] compiler features compiled with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec3266750896/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec3266750896.dir/build.make
> CMakeFiles/cmTryCompileExec3266750896.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -std=c99 -o CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o
> -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/feature_tests.c
> Linking C executable cmTryCompileExec3266750896
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec3266750896.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>       CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o  -o
> cmTryCompileExec3266750896 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
>     Feature record: C_FEATURE:1c_function_prototypes
>     Feature record: C_FEATURE:1c_restrict
>     Feature record: C_FEATURE:0c_static_assert
>     Feature record: C_FEATURE:1c_variadic_macros
>
>
> Detecting C [-std=c90] compiler features compiled with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec540602414/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec540602414.dir/build.make
> CMakeFiles/cmTryCompileExec540602414.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object CMakeFiles/cmTryCompileExec540602414.dir/
> feature_tests.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -std=c90 -o CMakeFiles/cmTryCompileExec540602414.dir/feature_tests.c.o
> -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/feature_tests.c
> Linking C executable cmTryCompileExec540602414
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec540602414.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>       CMakeFiles/cmTryCompileExec540602414.dir/feature_tests.c.o  -o
> cmTryCompileExec540602414 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
>     Feature record: C_FEATURE:1c_function_prototypes
>     Feature record: C_FEATURE:0c_restrict
>     Feature record: C_FEATURE:0c_static_assert
>     Feature record: C_FEATURE:0c_variadic_macros
> Determining if the CXX compiler works passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec2230172569/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec2230172569.dir/build.make
> CMakeFiles/cmTryCompileExec2230172569.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building CXX object
> CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
>     -o CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/
> testCXXCompiler.cxx
> Linking CXX executable cmTryCompileExec2230172569
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec2230172569.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
>        CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o  -o
> cmTryCompileExec2230172569 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Detecting CXX compiler ABI info compiled with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec2363439775/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec2363439775.dir/build.make
> CMakeFiles/cmTryCompileExec2363439775.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building CXX object
> CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
>     -o CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCXXCompilerABI.cpp
> Linking CXX executable cmTryCompileExec2363439775
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec2363439775.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
>       -v
> CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o  -o
> cmTryCompileExec2363439775 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> Using built-in specs.
> COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/g++
> COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> Target: x86_64-unknown-linux-gnu
> Configured with: ../gcc-4.9.2/configure
> --prefix=/data/jenkins/workspace/verify-impala-
> toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> toolchain/build/gcc-4.9.2
> --enable-languages=c,c++ --disable-multilib
> --with-build-config=bootstrap-debug
> Thread model: posix
> gcc version 4.9.2 (GCC)
> COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> lib/gcc/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/
> COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2363439775' '-rdynamic'
> '-shared-libgcc' '-mtune=generic' '-march=x86-64'
>  /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> linux-gnu/4.9.2/collect2
> -plugin
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> linux-gnu/4.9.2/liblto_plugin.so
> -plugin-opt=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> -plugin-opt=-fresolution=/tmp/ccuagKib.res
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
> -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
> -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o
> cmTryCompileExec2363439775 /usr/lib/x86_64-linux-gnu/crt1.o
> /usr/lib/x86_64-linux-gnu/crti.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/crtbegin.o
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2/../../../../lib64
> -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2/../../..
> CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtend.o
> /usr/lib/x86_64-linux-gnu/crtn.o
>
>
> Parsed CXX implicit link information from above output:
>   link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
>   ignore line: [Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp]
>   ignore line: []
>   ignore line: [Run Build Command:"/usr/bin/make"
> "cmTryCompileExec2363439775/fast"]
>   ignore line: [/usr/bin/make -f
> CMakeFiles/cmTryCompileExec2363439775.dir/build.make
> CMakeFiles/cmTryCompileExec2363439775.dir/build]
>   ignore line: [make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp']
>   ignore line:
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1]
>   ignore line: [Building CXX object
> CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o]
>   ignore line:
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
>     -o CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCXXCompilerABI.cpp]
>   ignore line: [Linking CXX executable cmTryCompileExec2363439775]
>   ignore line:
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec2363439775.dir/link.txt
> --verbose=1]
>   ignore line:
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
>       -v
> CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o  -o
> cmTryCompileExec2363439775 -rdynamic  ]
>   ignore line: [make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp']
>   ignore line: [Using built-in specs.]
>   ignore line:
> [COLLECT_GCC=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/g++]
>   ignore line:
> [COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
>   ignore line: [Target: x86_64-unknown-linux-gnu]
>   ignore line: [Configured with: ../gcc-4.9.2/configure
> --prefix=/data/jenkins/workspace/verify-impala-
> toolchain-package-build/label/unittest-ec2-pkg-debian-8/
> toolchain/build/gcc-4.9.2
> --enable-languages=c,c++ --disable-multilib
> --with-build-config=bootstrap-debug]
>   ignore line: [Thread model: posix]
>   ignore line: [gcc version 4.9.2 (GCC) ]
>   ignore line:
> [COMPILER_PATH=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/
> apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/]
>   ignore line:
> [LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_
> 64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> lib/gcc/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../
> ../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/
> usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/gcc-4.9.2/bin/../
> lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/]
>   ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2363439775'
> '-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
>   link line: [
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> linux-gnu/4.9.2/collect2
> -plugin
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> linux-gnu/4.9.2/liblto_plugin.so
> -plugin-opt=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
> -plugin-opt=-fresolution=/tmp/ccuagKib.res
> -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
> -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
> -plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
> -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o
> cmTryCompileExec2363439775 /usr/lib/x86_64-linux-gnu/crt1.o
> /usr/lib/x86_64-linux-gnu/crti.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/crtbegin.o
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2/../../../../lib64
> -L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2/../../..
> CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
> -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtend.o
> /usr/lib/x86_64-linux-gnu/crtn.o]
>     arg
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> linux-gnu/4.9.2/collect2]
> ==> ignore
>     arg [-plugin] ==> ignore
>     arg
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-
> linux-gnu/4.9.2/liblto_plugin.so]
> ==> ignore
>     arg
> [-plugin-opt=/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
> x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
> ==> ignore
>     arg [-plugin-opt=-fresolution=/tmp/ccuagKib.res] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
>     arg [-plugin-opt=-pass-through=-lc] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
>     arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
>     arg [--eh-frame-hdr] ==> ignore
>     arg [-m] ==> ignore
>     arg [elf_x86_64] ==> ignore
>     arg [-export-dynamic] ==> ignore
>     arg [-dynamic-linker] ==> ignore
>     arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
>     arg [-o] ==> ignore
>     arg [cmTryCompileExec2363439775] ==> ignore
>     arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
>     arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
>     arg
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/crtbegin.o]
> ==> ignore
>     arg
> [-L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> ==> dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
>     arg
> [-L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
> ==> dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc]
>     arg
> [-L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2/../../../../lib64]
> ==> dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/../../../../lib64]
>     arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
>     arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
>     arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
>     arg
> [-L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-
> linux-gnu/4.9.2/../../..]
> ==> dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/../../..]
>     arg
> [CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o] ==>
> ignore
>     arg [-lstdc++] ==> lib [stdc++]
>     arg [-lm] ==> lib [m]
>     arg [-lgcc_s] ==> lib [gcc_s]
>     arg [-lgcc] ==> lib [gcc]
>     arg [-lc] ==> lib [c]
>     arg [-lgcc_s] ==> lib [gcc_s]
>     arg [-lgcc] ==> lib [gcc]
>     arg
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/crtend.o]
> ==> ignore
>     arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
>   remove lib [gcc_s]
>   remove lib [gcc]
>   remove lib [gcc_s]
>   remove lib [gcc]
>   collapse library dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
> ==>
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
>   collapse library dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc]
> ==>
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/lib/gcc]
>   collapse library dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/../../../../lib64]
> ==>
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/lib64]
>   collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
>   collapse library dir [/lib/../lib64] ==> [/lib64]
>   collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
> [/usr/lib/x86_64-linux-gnu]
>   collapse library dir
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-
> gnu/4.9.2/../../..]
> ==>
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/lib]
>   implicit libs: [stdc++;m;c]
>   implicit dirs:
> [/home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.
> 2;/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/lib/gcc;/home/hzfengyu/impala/
> apache-impala/incubator-impala/toolchain/gcc-4.9.2/
> lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-
> gnu;/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/lib]
>   implicit fwks: []
>
>
>
>
> Detecting CXX [-std=c++14] compiler features compiled with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec2196176722/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec2196176722.dir/build.make
> CMakeFiles/cmTryCompileExec2196176722.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building CXX object
> CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
>    -std=c++14 -o
> CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/feature_tests.cxx
> Linking CXX executable cmTryCompileExec2196176722
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec2196176722.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
>        CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o  -o
> cmTryCompileExec2196176722 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
>     Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
>     Feature record: CXX_FEATURE:1cxx_alias_templates
>     Feature record: CXX_FEATURE:1cxx_alignas
>     Feature record: CXX_FEATURE:1cxx_alignof
>     Feature record: CXX_FEATURE:1cxx_attributes
>     Feature record: CXX_FEATURE:1cxx_attribute_deprecated
>     Feature record: CXX_FEATURE:1cxx_auto_type
>     Feature record: CXX_FEATURE:1cxx_binary_literals
>     Feature record: CXX_FEATURE:1cxx_constexpr
>     Feature record: CXX_FEATURE:1cxx_contextual_conversions
>     Feature record: CXX_FEATURE:1cxx_decltype
>     Feature record: CXX_FEATURE:1cxx_decltype_auto
>     Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
>     Feature record: CXX_FEATURE:1cxx_default_function_template_args
>     Feature record: CXX_FEATURE:1cxx_defaulted_functions
>     Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
>     Feature record: CXX_FEATURE:1cxx_delegating_constructors
>     Feature record: CXX_FEATURE:1cxx_deleted_functions
>     Feature record: CXX_FEATURE:1cxx_digit_separators
>     Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
>     Feature record: CXX_FEATURE:1cxx_explicit_conversions
>     Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
>     Feature record: CXX_FEATURE:1cxx_extern_templates
>     Feature record: CXX_FEATURE:1cxx_final
>     Feature record: CXX_FEATURE:1cxx_func_identifier
>     Feature record: CXX_FEATURE:1cxx_generalized_initializers
>     Feature record: CXX_FEATURE:1cxx_generic_lambdas
>     Feature record: CXX_FEATURE:1cxx_inheriting_constructors
>     Feature record: CXX_FEATURE:1cxx_inline_namespaces
>     Feature record: CXX_FEATURE:1cxx_lambdas
>     Feature record: CXX_FEATURE:1cxx_lambda_init_captures
>     Feature record: CXX_FEATURE:1cxx_local_type_template_args
>     Feature record: CXX_FEATURE:1cxx_long_long_type
>     Feature record: CXX_FEATURE:1cxx_noexcept
>     Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
>     Feature record: CXX_FEATURE:1cxx_nullptr
>     Feature record: CXX_FEATURE:1cxx_override
>     Feature record: CXX_FEATURE:1cxx_range_for
>     Feature record: CXX_FEATURE:1cxx_raw_string_literals
>     Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
>     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
>     Feature record: CXX_FEATURE:1cxx_return_type_deduction
>     Feature record: CXX_FEATURE:1cxx_right_angle_brackets
>     Feature record: CXX_FEATURE:1cxx_rvalue_references
>     Feature record: CXX_FEATURE:1cxx_sizeof_member
>     Feature record: CXX_FEATURE:1cxx_static_assert
>     Feature record: CXX_FEATURE:1cxx_strong_enums
>     Feature record: CXX_FEATURE:1cxx_template_template_parameters
>     Feature record: CXX_FEATURE:1cxx_thread_local
>     Feature record: CXX_FEATURE:1cxx_trailing_return_types
>     Feature record: CXX_FEATURE:1cxx_unicode_literals
>     Feature record: CXX_FEATURE:1cxx_uniform_initialization
>     Feature record: CXX_FEATURE:1cxx_unrestricted_unions
>     Feature record: CXX_FEATURE:1cxx_user_literals
>     Feature record: CXX_FEATURE:0cxx_variable_templates
>     Feature record: CXX_FEATURE:1cxx_variadic_macros
>     Feature record: CXX_FEATURE:1cxx_variadic_templates
>
>
> Detecting CXX [-std=c++11] compiler features compiled with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec3539534080/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec3539534080.dir/build.make
> CMakeFiles/cmTryCompileExec3539534080.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building CXX object
> CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
>    -std=c++11 -o
> CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/feature_tests.cxx
> Linking CXX executable cmTryCompileExec3539534080
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec3539534080.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
>        CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o  -o
> cmTryCompileExec3539534080 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
>     Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
>     Feature record: CXX_FEATURE:1cxx_alias_templates
>     Feature record: CXX_FEATURE:1cxx_alignas
>     Feature record: CXX_FEATURE:1cxx_alignof
>     Feature record: CXX_FEATURE:1cxx_attributes
>     Feature record: CXX_FEATURE:0cxx_attribute_deprecated
>     Feature record: CXX_FEATURE:1cxx_auto_type
>     Feature record: CXX_FEATURE:0cxx_binary_literals
>     Feature record: CXX_FEATURE:1cxx_constexpr
>     Feature record: CXX_FEATURE:0cxx_contextual_conversions
>     Feature record: CXX_FEATURE:1cxx_decltype
>     Feature record: CXX_FEATURE:0cxx_decltype_auto
>     Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
>     Feature record: CXX_FEATURE:1cxx_default_function_template_args
>     Feature record: CXX_FEATURE:1cxx_defaulted_functions
>     Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
>     Feature record: CXX_FEATURE:1cxx_delegating_constructors
>     Feature record: CXX_FEATURE:1cxx_deleted_functions
>     Feature record: CXX_FEATURE:0cxx_digit_separators
>     Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
>     Feature record: CXX_FEATURE:1cxx_explicit_conversions
>     Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
>     Feature record: CXX_FEATURE:1cxx_extern_templates
>     Feature record: CXX_FEATURE:1cxx_final
>     Feature record: CXX_FEATURE:1cxx_func_identifier
>     Feature record: CXX_FEATURE:1cxx_generalized_initializers
>     Feature record: CXX_FEATURE:0cxx_generic_lambdas
>     Feature record: CXX_FEATURE:1cxx_inheriting_constructors
>     Feature record: CXX_FEATURE:1cxx_inline_namespaces
>     Feature record: CXX_FEATURE:1cxx_lambdas
>     Feature record: CXX_FEATURE:0cxx_lambda_init_captures
>     Feature record: CXX_FEATURE:1cxx_local_type_template_args
>     Feature record: CXX_FEATURE:1cxx_long_long_type
>     Feature record: CXX_FEATURE:1cxx_noexcept
>     Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
>     Feature record: CXX_FEATURE:1cxx_nullptr
>     Feature record: CXX_FEATURE:1cxx_override
>     Feature record: CXX_FEATURE:1cxx_range_for
>     Feature record: CXX_FEATURE:1cxx_raw_string_literals
>     Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
>     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
>     Feature record: CXX_FEATURE:0cxx_return_type_deduction
>     Feature record: CXX_FEATURE:1cxx_right_angle_brackets
>     Feature record: CXX_FEATURE:1cxx_rvalue_references
>     Feature record: CXX_FEATURE:1cxx_sizeof_member
>     Feature record: CXX_FEATURE:1cxx_static_assert
>     Feature record: CXX_FEATURE:1cxx_strong_enums
>     Feature record: CXX_FEATURE:1cxx_template_template_parameters
>     Feature record: CXX_FEATURE:1cxx_thread_local
>     Feature record: CXX_FEATURE:1cxx_trailing_return_types
>     Feature record: CXX_FEATURE:1cxx_unicode_literals
>     Feature record: CXX_FEATURE:1cxx_uniform_initialization
>     Feature record: CXX_FEATURE:1cxx_unrestricted_unions
>     Feature record: CXX_FEATURE:1cxx_user_literals
>     Feature record: CXX_FEATURE:0cxx_variable_templates
>     Feature record: CXX_FEATURE:1cxx_variadic_macros
>     Feature record: CXX_FEATURE:1cxx_variadic_templates
>
>
> Detecting CXX [-std=c++98] compiler features compiled with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec862967400/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec862967400.dir/build.make
> CMakeFiles/cmTryCompileExec862967400.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building CXX object
> CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
>    -std=c++98 -o
> CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/feature_tests.cxx
> Linking CXX executable cmTryCompileExec862967400
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec862967400.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/g++
>        CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o  -o
> cmTryCompileExec862967400 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
>     Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
>     Feature record: CXX_FEATURE:0cxx_alias_templates
>     Feature record: CXX_FEATURE:0cxx_alignas
>     Feature record: CXX_FEATURE:0cxx_alignof
>     Feature record: CXX_FEATURE:0cxx_attributes
>     Feature record: CXX_FEATURE:0cxx_attribute_deprecated
>     Feature record: CXX_FEATURE:0cxx_auto_type
>     Feature record: CXX_FEATURE:0cxx_binary_literals
>     Feature record: CXX_FEATURE:0cxx_constexpr
>     Feature record: CXX_FEATURE:0cxx_contextual_conversions
>     Feature record: CXX_FEATURE:0cxx_decltype
>     Feature record: CXX_FEATURE:0cxx_decltype_auto
>     Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
>     Feature record: CXX_FEATURE:0cxx_default_function_template_args
>     Feature record: CXX_FEATURE:0cxx_defaulted_functions
>     Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
>     Feature record: CXX_FEATURE:0cxx_delegating_constructors
>     Feature record: CXX_FEATURE:0cxx_deleted_functions
>     Feature record: CXX_FEATURE:0cxx_digit_separators
>     Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
>     Feature record: CXX_FEATURE:0cxx_explicit_conversions
>     Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
>     Feature record: CXX_FEATURE:0cxx_extern_templates
>     Feature record: CXX_FEATURE:0cxx_final
>     Feature record: CXX_FEATURE:0cxx_func_identifier
>     Feature record: CXX_FEATURE:0cxx_generalized_initializers
>     Feature record: CXX_FEATURE:0cxx_generic_lambdas
>     Feature record: CXX_FEATURE:0cxx_inheriting_constructors
>     Feature record: CXX_FEATURE:0cxx_inline_namespaces
>     Feature record: CXX_FEATURE:0cxx_lambdas
>     Feature record: CXX_FEATURE:0cxx_lambda_init_captures
>     Feature record: CXX_FEATURE:0cxx_local_type_template_args
>     Feature record: CXX_FEATURE:0cxx_long_long_type
>     Feature record: CXX_FEATURE:0cxx_noexcept
>     Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
>     Feature record: CXX_FEATURE:0cxx_nullptr
>     Feature record: CXX_FEATURE:0cxx_override
>     Feature record: CXX_FEATURE:0cxx_range_for
>     Feature record: CXX_FEATURE:0cxx_raw_string_literals
>     Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
>     Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
>     Feature record: CXX_FEATURE:0cxx_return_type_deduction
>     Feature record: CXX_FEATURE:0cxx_right_angle_brackets
>     Feature record: CXX_FEATURE:0cxx_rvalue_references
>     Feature record: CXX_FEATURE:0cxx_sizeof_member
>     Feature record: CXX_FEATURE:0cxx_static_assert
>     Feature record: CXX_FEATURE:0cxx_strong_enums
>     Feature record: CXX_FEATURE:1cxx_template_template_parameters
>     Feature record: CXX_FEATURE:0cxx_thread_local
>     Feature record: CXX_FEATURE:0cxx_trailing_return_types
>     Feature record: CXX_FEATURE:0cxx_unicode_literals
>     Feature record: CXX_FEATURE:0cxx_uniform_initialization
>     Feature record: CXX_FEATURE:0cxx_unrestricted_unions
>     Feature record: CXX_FEATURE:0cxx_user_literals
>     Feature record: CXX_FEATURE:0cxx_variable_templates
>     Feature record: CXX_FEATURE:0cxx_variadic_macros
>     Feature record: CXX_FEATURE:0cxx_variadic_templates
> Determining if the function sched_getcpu exists passed with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec69323040/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec69323040.dir/build.make
> CMakeFiles/cmTryCompileExec69323040.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec69323040
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec69323040.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=sched_getcpu
>  CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec69323040 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function pipe2 exists passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec2960219214/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec2960219214.dir/build.make
> CMakeFiles/cmTryCompileExec2960219214.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec2960219214
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec2960219214.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=pipe2
>  CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec2960219214 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function fallocate exists passed with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec1966628571/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec1966628571.dir/build.make
> CMakeFiles/cmTryCompileExec1966628571.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec1966628571
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec1966628571.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=fallocate
>  CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec1966628571 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function preadv exists passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec305487130/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec305487130.dir/build.make
> CMakeFiles/cmTryCompileExec305487130.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=preadv   -o
> CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec305487130
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec305487130.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=preadv
>  CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec305487130 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if files linux/magic.h exist passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec2788694360/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec2788694360.dir/build.make
> CMakeFiles/cmTryCompileExec2788694360.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>    -o CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/
> CheckIncludeFiles.c
> Linking C executable cmTryCompileExec2788694360
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec2788694360.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>       CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o  -o
> cmTryCompileExec2788694360 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function sched_getcpu exists passed with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec3497296788/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec3497296788.dir/build.make
> CMakeFiles/cmTryCompileExec3497296788.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec3497296788
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec3497296788.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=sched_getcpu
>  CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec3497296788 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function pipe2 exists passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec3191288677/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec3191288677.dir/build.make
> CMakeFiles/cmTryCompileExec3191288677.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec3191288677
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec3191288677.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=pipe2
>  CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec3191288677 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function fallocate exists passed with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec2207715658/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec2207715658.dir/build.make
> CMakeFiles/cmTryCompileExec2207715658.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec2207715658
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec2207715658.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=fallocate
>  CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec2207715658 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function preadv exists passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec1489456585/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec1489456585.dir/build.make
> CMakeFiles/cmTryCompileExec1489456585.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=preadv   -o
> CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec1489456585
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec1489456585.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=preadv
>  CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec1489456585 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if files linux/magic.h exist passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec4169179431/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec4169179431.dir/build.make
> CMakeFiles/cmTryCompileExec4169179431.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>    -o CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/
> CheckIncludeFiles.c
> Linking C executable cmTryCompileExec4169179431
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec4169179431.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>       CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o  -o
> cmTryCompileExec4169179431 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function sched_getcpu exists passed with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec2295215426/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec2295215426.dir/build.make
> CMakeFiles/cmTryCompileExec2295215426.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec2295215426
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec2295215426.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=sched_getcpu
>  CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec2295215426 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function pipe2 exists passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec678407444/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec678407444.dir/build.make
> CMakeFiles/cmTryCompileExec678407444.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec678407444
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec678407444.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=pipe2
>  CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec678407444 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function fallocate exists passed with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec2979663179/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec2979663179.dir/build.make
> CMakeFiles/cmTryCompileExec2979663179.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec2979663179
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec2979663179.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=fallocate
>  CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec2979663179 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function preadv exists passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec2709301732/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec2709301732.dir/build.make
> CMakeFiles/cmTryCompileExec2709301732.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=preadv   -o
> CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec2709301732
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec2709301732.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=preadv
>  CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec2709301732 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if files linux/magic.h exist passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec4088672402/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec4088672402.dir/build.make
> CMakeFiles/cmTryCompileExec4088672402.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>    -o CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/
> CheckIncludeFiles.c
> Linking C executable cmTryCompileExec4088672402
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec4088672402.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>       CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o  -o
> cmTryCompileExec4088672402 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function sched_getcpu exists passed with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec311077996/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec311077996.dir/build.make
> CMakeFiles/cmTryCompileExec311077996.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
> CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec311077996
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec311077996.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=sched_getcpu
>  CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec311077996 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function pipe2 exists passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec1707055747/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec1707055747.dir/build.make
> CMakeFiles/cmTryCompileExec1707055747.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=pipe2   -o
> CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec1707055747
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec1707055747.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=pipe2
>  CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec1707055747 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function fallocate exists passed with the following
> output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec911534047/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec911534047.dir/build.make
> CMakeFiles/cmTryCompileExec911534047.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=fallocate   -o
> CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec911534047
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec911534047.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=fallocate
>  CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec911534047 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if the function preadv exists passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec1981163834/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec1981163834.dir/build.make
> CMakeFiles/cmTryCompileExec1981163834.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=preadv   -o
> CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
> Linking C executable cmTryCompileExec1981163834
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec1981163834.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>   -DCHECK_FUNCTION_EXISTS=preadv
>  CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o  -o
> cmTryCompileExec1981163834 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> Determining if files linux/magic.h exist passed with the following output:
> Change Dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp
>
> Run Build Command:"/usr/bin/make" "cmTryCompileExec442482618/fast"
> /usr/bin/make -f CMakeFiles/cmTryCompileExec442482618.dir/build.make
> CMakeFiles/cmTryCompileExec442482618.dir/build
> make[1]: Entering directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_progress_report
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeTmp/CMakeFiles
> 1
> Building C object
> CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>    -o CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o   -c
> /home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/
> CheckIncludeFiles.c
> Linking C executable cmTryCompileExec442482618
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cmake-3.2.3-p1/bin/cmake
> -E cmake_link_script CMakeFiles/cmTryCompileExec442482618.dir/link.txt
> --verbose=1
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gcc-4.9.2/bin/gcc
>       CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o  -o
> cmTryCompileExec442482618 -rdynamic
> make[1]: Leaving directory
> '/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
>
>
> 2017-08-03 12:33 GMT+08:00 yu feng <ol...@gmail.com>:
>
> > build output :
> >
> > IMPALA_HOME             = /home/hzfengyu/impala/apache-
> > impala/incubator-impala
> > HADOOP_HOME             = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-
> > SNAPSHOT/
> > HADOOP_CONF_DIR         = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/fe/src/test/resources
> > HADOOP_INCLUDE_DIR      = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-
> > SNAPSHOT//include
> > HADOOP_LIB_DIR          = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-
> > SNAPSHOT//lib
> > MINI_DFS_BASE_DATA_DIR  = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/cdh-5-hdfs-data
> > HIVE_HOME               = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/cdh_components/hive-
> > 1.1.0-cdh5.13.0-SNAPSHOT/
> > HIVE_CONF_DIR           = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/fe/src/test/resources
> > HIVE_SRC_DIR            = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/cdh_components/hive-
> > 1.1.0-cdh5.13.0-SNAPSHOT//src
> > HBASE_HOME              = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/cdh_components/hbase-1.2.0-cdh5.13.0-
> > SNAPSHOT/
> > HBASE_CONF_DIR          = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/fe/src/test/resources
> > MINIKDC_HOME            = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/cdh_components/llama-minikdc-1.0.0
> > THRIFT_HOME             = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/thrift-0.9.0-p9
> > HADOOP_LZO              = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/../hadoop-lzo
> > IMPALA_LZO              = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/../Impala-lzo
> > CLASSPATH               = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/../hadoop-lzo/build/hadoop-lzo-0.
> > 4.15.jar:/home/hzfengyu/impala/apache-impala/
> incubator-impala/fe/src/test/
> > resources:/home/hzfengyu/impala/apache-impala/
> incubator-impala/fe/target/
> > classes:/home/hzfengyu/impala/apache-impala/incubator-
> > impala/fe/target/dependency:
> > LIBHDFS_OPTS            =  -Djava.library.path=/home/
> > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT//lib/
> > native/:/home/hzfengyu/impala/apache-impala/incubator-
> impala/be/build/debug/service
> > -XX:MaxPermSize=128m
> > PYTHONPATH              = /home/hzfengyu/impala/apache-
> > impala/incubator-impala:/home/hzfengyu/impala/apache-impala/
> > incubator-impala/shell/gen-py:/home/hzfengyu/impala/apache-
> > impala/incubator-impala/testdata/:/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/thrift-0.9.0-p9/python/lib/
> > python2.7/site-packages/:/home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/cdh_components/hive-
> > 1.1.0-cdh5.13.0-SNAPSHOT//lib/py:/home/hzfengyu/impala/
> > apache-impala/incubator-impala/shell/ext-py/*/dist/*.egg
> > JAVA_HOME               = /home/hzfengyu/impala/deploy/jdk1.7.0_79
> > LD_LIBRARY_PATH         = :/home/hzfengyu/impala/deploy/
> > jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/
> > jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/
> > jdk1.7.0_79/jre/lib/amd64/server:/home/hzfengyu/impala/
> > apache-impala/incubator-impala/toolchain/cdh_
> components/hadoop-2.6.0-cdh5.
> > 13.0-SNAPSHOT//lib/native:/home/hzfengyu/impala/apache-
> > impala/incubator-impala/be/build/debug/service:/home/
> > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > snappy-1.1.4/lib:/home/hzfengyu/impala/apache-impala/
> > incubator-impala/../Impala-lzo/build:/home/hzfengyu/
> impala/apache-impala/
> > incubator-impala/toolchain/gcc-4.9.2/lib64
> > LD_PRELOAD              = :/home/hzfengyu/impala/deploy/
> > jdk1.7.0_79/jre/lib/amd64/libjsig.so
> > POSTGRES_JDBC_DRIVER    = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/fe/target/dependency/postgresql-
> 9.0-801.jdbc4.jar
> > IMPALA_TOOLCHAIN        = /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain
> > DOWNLOAD_CDH_COMPONENTS = true
> > Downloading Python dependencies
> > ~/impala/apache-impala/incubator-impala/infra/python/deps
> > ~/impala/apache-impala/incubator-impala
> > Getting package info from https://pypi.python.org/simple/allpairs/
> > File with matching md5sum already exists, skipping AllPairs-2.0.1.tar.gz
> > Getting package info from https://pypi.python.org/simple/boto3/
> > File with matching md5sum already exists, skipping boto3-1.2.3.tar.gz
> > Getting package info from https://pypi.python.org/simple/simplejson/
> > File with matching md5sum already exists, skipping
> simplejson-3.3.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/botocore/
> > File with matching md5sum already exists, skipping botocore-1.3.30.tar.gz
> > Getting package info from https://pypi.python.org/
> simple/python_dateutil/
> > File with matching md5sum already exists, skipping
> > python-dateutil-2.5.2.tar.gz
> > Getting package info from https://pypi.python.org/simple/docutils/
> > File with matching md5sum already exists, skipping docutils-0.12.tar.gz
> > Getting package info from https://pypi.python.org/simple/jmespath/
> > File with matching md5sum already exists, skipping jmespath-0.9.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/futures/
> > File with matching md5sum already exists, skipping futures-3.0.5.tar.gz
> > Getting package info from https://pypi.python.org/simple/cm-api/
> > File with matching md5sum already exists, skipping cm_api-10.0.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/readline/
> > File with matching md5sum already exists, skipping
> readline-6.2.4.1.tar.gz
> > Getting package info from https://pypi.python.org/simple/Flask/
> > File with matching md5sum already exists, skipping Flask-0.10.1.tar.gz
> > Getting package info from https://pypi.python.org/simple/Jinja2/
> > File with matching md5sum already exists, skipping Jinja2-2.8.tar.gz
> > Getting package info from https://pypi.python.org/simple/MarkupSafe/
> > File with matching md5sum already exists, skipping MarkupSafe-0.23.tar.gz
> > Getting package info from https://pypi.python.org/simple/Werkzeug/
> > File with matching md5sum already exists, skipping Werkzeug-0.11.3.tar.gz
> > Getting package info from https://pypi.python.org/simple/itsdangerous/
> > File with matching md5sum already exists, skipping
> itsdangerous-0.24.tar.gz
> > Getting package info from https://pypi.python.org/simple/hdfs/
> > File with matching md5sum already exists, skipping hdfs-2.0.2.tar.gz
> > Getting package info from https://pypi.python.org/simple/docopt/
> > File with matching md5sum already exists, skipping docopt-0.6.2.tar.gz
> > Getting package info from https://pypi.python.org/simple/execnet/
> > File with matching md5sum already exists, skipping execnet-1.4.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/kazoo/
> > File with matching md5sum already exists, skipping kazoo-2.2.1.tar.gz
> > Getting package info from https://pypi.python.org/simple/monkeypatch/
> > File with matching md5sum already exists, skipping monkeypatch-0.1rc3.zip
> > Getting package info from https://pypi.python.org/simple/ordereddict/
> > File with matching md5sum already exists, skipping ordereddict-1.1.tar.gz
> > Getting package info from https://pypi.python.org/simple/pexpect/
> > File with matching md5sum already exists, skipping pexpect-3.3.tar.gz
> > Getting package info from https://pypi.python.org/simple/pg8000/
> > File with matching md5sum already exists, skipping pg8000-1.10.2.tar.gz
> > Getting package info from https://pypi.python.org/simple/prettytable/
> > File with matching md5sum already exists, skipping
> > prettytable-0.7.2.tar.bz2
> > Getting package info from https://pypi.python.org/simple/pyelftools/
> > File with matching md5sum already exists, skipping pyelftools-0.23.tar.gz
> > Getting package info from https://pypi.python.org/simple/pyparsing/
> > File with matching md5sum already exists, skipping pyparsing-2.0.3.tar.gz
> > Getting package info from https://pypi.python.org/simple/pytest/
> > File with matching md5sum already exists, skipping pytest-2.9.2.tar.gz
> > Getting package info from https://pypi.python.org/simple/py/
> > File with matching md5sum already exists, skipping py-1.4.32.tar.gz
> > Getting package info from https://pypi.python.org/simple/pytest-random/
> > File with matching md5sum already exists, skipping
> > pytest-random-0.02.tar.gz
> > Getting package info from https://pypi.python.org/simple/pytest-xdist/
> > File with matching md5sum already exists, skipping
> > pytest-xdist-1.15.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/python-magic/
> > File with matching md5sum already exists, skipping
> > python-magic-0.4.11.tar.gz
> > Getting package info from https://pypi.python.org/simple/pywebhdfs/
> > File with matching md5sum already exists, skipping pywebhdfs-0.3.2.tar.gz
> > Getting package info from https://pypi.python.org/simple/pbr/
> > File with matching md5sum already exists, skipping pbr-1.8.1.tar.gz
> > Getting package info from https://pypi.python.org/simple/requests/
> > File with matching md5sum already exists, skipping requests-2.7.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/setuptools-scm/
> > File with matching md5sum already exists, skipping
> > setuptools_scm-1.15.4.tar.gz
> > Getting package info from https://pypi.python.org/simple/sh/
> > File with matching md5sum already exists, skipping sh-1.11.tar.gz
> > Getting package info from https://pypi.python.org/simple/sqlparse/
> > File with matching md5sum already exists, skipping sqlparse-0.1.15.tar.gz
> > Getting package info from https://pypi.python.org/simple/texttable/
> > File with matching md5sum already exists, skipping texttable-0.8.3.zip
> > Getting package info from https://pypi.python.org/simple/ipython/
> > File with matching md5sum already exists, skipping ipython-1.2.1.tar.gz
> > Getting package info from https://pypi.python.org/simple/apipkg/
> > File with matching md5sum already exists, skipping apipkg-1.4.tar.gz
> > Getting package info from https://pypi.python.org/simple/virtualenv/
> > File with matching md5sum already exists, skipping
> virtualenv-13.1.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/argparse/
> > File with matching md5sum already exists, skipping argparse-1.4.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/Fabric/
> > File with matching md5sum already exists, skipping Fabric-1.10.2.tar.gz
> > Getting package info from https://pypi.python.org/simple/paramiko/
> > File with matching md5sum already exists, skipping paramiko-1.15.2.tar.gz
> > Getting package info from https://pypi.python.org/simple/ecdsa/
> > File with matching md5sum already exists, skipping ecdsa-0.13.tar.gz
> > Getting package info from https://pypi.python.org/simple/pycrypto/
> > File with matching md5sum already exists, skipping pycrypto-2.6.1.tar.gz
> > Getting package info from https://pypi.python.org/simple/impyla/
> > File with matching md5sum already exists, skipping impyla-0.14.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/bitarray/
> > File with matching md5sum already exists, skipping bitarray-0.8.1.tar.gz
> > Getting package info from https://pypi.python.org/simple/sasl/
> > File with matching md5sum already exists, skipping sasl-0.1.3.tar.gz
> > Getting package info from https://pypi.python.org/simple/six/
> > File with matching md5sum already exists, skipping six-1.9.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/thrift/
> > File with matching md5sum already exists, skipping thrift-0.9.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/thrift_sasl/
> > File with matching md5sum already exists, skipping
> thrift_sasl-0.1.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/psutil/
> > File with matching md5sum already exists, skipping psutil-0.7.1.tar.gz
> > Getting package info from https://pypi.python.org/simple/Cython/
> > File with matching md5sum already exists, skipping Cython-0.23.4.tar.gz
> > Getting package info from https://pypi.python.org/simple/numpy/
> > File with matching md5sum already exists, skipping numpy-1.10.4.tar.gz
> > Getting package info from https://pypi.python.org/simple/kudu-python/
> > File with matching md5sum already exists, skipping
> kudu-python-1.2.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/pycparser/
> > File with matching md5sum already exists, skipping pycparser-2.17.tar.gz
> > Getting package info from https://pypi.python.org/simple/cffi/
> > File with matching md5sum already exists, skipping cffi-1.10.0.tar.gz
> > Getting package info from https://pypi.python.org/simple/cryptography/
> > File with matching md5sum already exists, skipping
> > cryptography-1.8.1.tar.gz
> > Getting package info from https://pypi.python.org/simple/scandir/
> > File with matching md5sum already exists, skipping scandir-1.5.tar.gz
> > Getting package info from https://pypi.python.org/
> > simple/azure-datalake-store/
> > File with matching md5sum already exists, skipping
> > azure-datalake-store-0.0.9.tar.gz
> > ~/impala/apache-impala/incubator-impala
> > Finished downloading Python dependencies
> > Downloading and extracting toolchain dependencies.
> > Toolchain bootstrap complete.
> > Running make_impala.sh  -build_shared_libs -build_type=Debug -fe -cscope
> > -tarballs
> > ************************************************************
> > ********************
> >  Building Impala
> >  Build type: Debug
> >  Impala libraries will be DYNAMICALLY linked
> > ************************************************************
> > ********************
> > -- Setup toolchain link flags -Wl,-rpath,/home/hzfengyu/
> > impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64
> > -L/home/hzfengyu/impala/apache-impala/incubator-
> > impala/toolchain/gcc-4.9.2/lib64
> > -- Build type is DEBUG
> > -- ENABLE_CODE_COVERAGE: false
> > -- Boost version: 1.57.0
> > -- Found the following Boost libraries:
> > --   thread
> > --   regex
> > --   filesystem
> > --   system
> > --   date_time
> > -- Boost include dir: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/boost-1.57.0-p3/include
> > -- Boost libraries: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > toolchain/boost-1.57.0-p3/lib/libboost_thread.a/home/
> > hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> > boost-1.57.0-p3/lib/libboost_regex.a/home/hzfengyu/impala/
> > apache-impala/incubator-impala/toolchain/boost-1.57.0-
> > p3/lib/libboost_filesystem.a/home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/boost-1.57.0-p3/lib/
> > libboost_system.a/home/hzfengyu/impala/apache-impala/
> > incubator-impala/toolchain/boost-1.57.0-p3/lib/libboost_date_time.a
> > -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-
> linux-gnu/libcrypto.so
> > (found version "1.0.1t")
> > -- ----------> Adding thirdparty library openssl_ssl. <----------
> > -- Header files: /usr/include
> > -- Added shared library dependency openssl_ssl:
> /usr/lib/x86_64-linux-gnu/
> > libssl.so
> > -- ----------> Adding thirdparty library openssl_crypto. <----------
> > -- Added shared library dependency openssl_crypto:
> > /usr/lib/x86_64-linux-gnu/libcrypto.so
> > -- Bzip2: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/bzip2-1.0.6-p2/include
> > -- ----------> Adding thirdparty library bzip2. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/bzip2-1.0.6-p2/include
> > -- Added static library dependency bzip2: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/bzip2-1.0.6-p2/lib/libbz2.a
> > -- Zlib: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/zlib-1.2.8/include
> > -- ----------> Adding thirdparty library zlib. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/zlib-1.2.8/include
> > -- Added shared library dependency zlib: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/zlib-1.2.8/lib/libz.so
> > -- ----------> Adding thirdparty library hdfs. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT/include
> > -- Added shared library dependency hdfs: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-
> > SNAPSHOT/lib/native/libhdfs.so
> > -- ----------> Adding thirdparty library glog. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/glog-0.3.4-p2/include
> > -- Added shared library dependency glog: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/glog-0.3.4-p2/lib/libglog.so
> > CMake Error at CMakeLists.txt:178 (IMPALA_ADD_THIRDPARTY_LIB):
> >   IMPALA_ADD_THIRDPARTY_LIB Function invoked with incorrect arguments for
> >   function named: IMPALA_ADD_THIRDPARTY_LIB
> >
> >
> > -- ----------> Adding thirdparty library pprof. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gperftools-2.5/include
> > -- Added static library dependency pprof: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/gperftools-2.5/lib/libprofiler.a
> > -- ----------> Adding thirdparty library gtest. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/gtest-1.6.0/include
> > -- Added static library dependency gtest: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/gtest-1.6.0/lib/libgtest.a
> > -- LLVM llvm-config found at: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/llvm-config
> > -- LLVM clang++ found at: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/clang++
> > -- LLVM opt found at: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/opt
> > -- LLVM_ROOT: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/llvm-3.8.0-asserts-p1
> > -- LLVM llvm-config found at: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/llvm-3.8.0-asserts-p1/bin/llvm-config
> > -- LLVM include dir: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > toolchain/llvm-3.8.0-asserts-p1/include
> > -- LLVM lib dir: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/llvm-3.8.0-asserts-p1/lib
> > -- ----------> Adding thirdparty library cyrus_sasl. <----------
> > -- Header files: /usr/include
> > -- Added shared library dependency cyrus_sasl: /usr/lib/x86_64-linux-gnu/
> > libsasl2.so
> > -- ----------> Adding thirdparty library ldap. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/openldap-2.4.25/include
> > -- Added static library dependency ldap: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/openldap-2.4.25/lib/libldap.a
> > -- ----------> Adding thirdparty library lber. <----------
> > -- Added static library dependency lber: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/openldap-2.4.25/lib/liblber.a
> > -- ----------> Adding thirdparty library thrift. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/thrift-0.9.0-p9/include
> > -- Added static library dependency thrift: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/thrift-0.9.0-p9/lib/libthrift.a
> > -- Thrift version: Thrift version 0.9.0
> > -- Thrift contrib dir: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/thrift-0.9.0-p9
> > -- Thrift compiler: /home/hzfengyu/impala/apache-
> impala/incubator-impala/
> > toolchain/thrift-0.9.0-p9/bin/thrift
> > -- Found FLATBUFFERS: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/flatbuffers-1.6.0/include
> > -- ----------> Adding thirdparty library flatbuffers. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/flatbuffers-1.6.0/include
> > -- Added static library dependency flatbuffers:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/flatbuffers-1.6.0/lib/libflatbuffers.a
> > -- FlatBuffers compiler: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
> > -- ----------> Adding thirdparty library snappy. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/snappy-1.1.4/include
> > -- Added static library dependency snappy: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/snappy-1.1.4/lib/libsnappy.a
> > -- ----------> Adding thirdparty library lz4. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/lz4-1.7.5/include
> > -- Added static library dependency lz4: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/lz4-1.7.5/lib/liblz4.a
> > -- /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/re2-20130115-p1/include
> > -- ----------> Adding thirdparty library re2. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/re2-20130115-p1/include
> > -- Added static library dependency re2: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/re2-20130115-p1/lib/libre2.a
> > -- RapidJson include dir: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/rapidjson-0.11/include
> > -- ----------> Adding thirdparty library avro. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/avro-1.7.4-p4/include
> > -- Added static library dependency avro: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/avro-1.7.4-p4/lib/libavro.a
> > -- Found PROTOBUF: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/protobuf-2.6.1/lib/libprotobuf.so
> > -- ----------> Adding thirdparty library protobuf. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/protobuf-2.6.1/include
> > -- Added shared library dependency protobuf:
> /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/protobuf-2.6.1/lib/libprotobuf.so
> > -- ----------> Adding thirdparty library protoc. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/protobuf-2.6.1/include
> > -- Added shared library dependency protoc: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/protobuf-2.6.1/lib/libprotoc.so
> > -- Found LIBEV: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/libev-4.20/lib/libev.so
> > -- ----------> Adding thirdparty library libev. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/libev-4.20/include
> > -- Added shared library dependency libev: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/libev-4.20/lib/libev.so
> > -- Found CRCUTIL: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/crcutil-440ba7babeff77ffad992df3a10c76
> > 7f184e946e-p1/lib/libcrcutil.so
> > -- ----------> Adding thirdparty library crcutil. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/crcutil-440ba7babeff77ffad992df3a10c767f184e946e-p1/include
> > -- Added shared library dependency crcutil: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/crcutil-440ba7babeff77ffad992df3a10c76
> > 7f184e946e-p1/lib/libcrcutil.so
> > -- Found JNI: /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> > 0_79/jre/lib/amd64/server/libjvm.so
> > -- ----------> Adding thirdparty library java_jvm. <----------
> > -- Header files: /home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/
> > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> > hzfengyu/impala/deploy/jdk1.7.0_79/include
> > -- Added static library dependency java_jvm:
> /home/hzfengyu/impala/deploy/
> > jdk1.7.0_79/jre/lib/amd64/server/libjvm.so
> > -- ----------> Adding thirdparty library breakpad_client. <----------
> > -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/breakpad-ffe3e478657dc7126fca6329dfcedc
> > 49f4c726d9-p2/include/breakpad
> > -- Added static library dependency breakpad_client:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/breakpad-
> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_client.a
> > -- Added shared library dependency rt: /usr/lib/x86_64-linux-gnu/
> librt.so
> > -- Added shared library dependency dl: /usr/lib/x86_64-linux-gnu/
> libdl.so
> > Using Thrift compiler: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/thrift-0.9.0-p9/bin/thrift
> > Found output dir: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/shell/
> > Using FlatBuffers compiler: /home/hzfengyu/impala/apache-
> > impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
> > --java-o/home/hzfengyu/impala/apache-impala/incubator-
> > impala/fe/generated-sources/gen-java-b
> > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> > impala/be/generated-sources/gen-cpp-b
> > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> > -- WARNING: Doxygen not found - Docs will not be created
> > -- Looking for sched_getcpu
> > -- Looking for sched_getcpu - found
> > -- Looking for pipe2
> > -- Looking for pipe2 - found
> > -- Looking for fallocate
> > -- Looking for fallocate - found
> > -- Looking for preadv
> > -- Looking for preadv - found
> > -- Looking for include file linux/magic.h
> > -- Looking for include file linux/magic.h - found
> > -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas -pthread
> > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED -B
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/binutils-2.26.1/bin/
> > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
> > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
> -D__STDC_FORMAT_MACROS
> > -D__STDC_LIMIT_MACROS
> > -- Common /home/hzfengyu/impala/apache-impala/incubator-impala/be/
> > build/debug/
> > -- Configuring incomplete, errors occurred!
> > See also "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeOutput.log".
> > Error in /home/hzfengyu/impala/apache-impala/incubator-impala/bin/
> make_impala.sh
> > at line 160: cmake . ${CMAKE_ARGS[@]}
> >
> > 2017-08-03 11:49 GMT+08:00 Henry Robinson <he...@apache.org>:
> >
> >> I don't think attachments come through on this mailing list (at least I
> >> can't see anything attached to your mail). Could you paste the output in
> >> pastebin or somewhere similar?
> >>
> >> On Wed, Aug 2, 2017 at 8:44 PM yu feng <ol...@gmail.com> wrote:
> >>
> >> > attach command output and CmakeOutput.log, Thanks a lot.
> >> >
> >> > 2017-08-02 23:52 GMT+08:00 Tim Armstrong <ta...@cloudera.com>:
> >> >
> >> >> Hi,
> >> >>   I don't see an error in the output you pasted. Maybe it would help
> to
> >> >> include the full output of buildall.sh and CmakeOutput.log
> >> >>
> >> >> On Wed, Aug 2, 2017 at 5:32 AM, yu feng <ol...@gmail.com>
> wrote:
> >> >>
> >> >> > Hi, I clone impala from
> >> >> > https://git-wip-us.apache.org/repos/asf/incubator-impala.git, and
> >> try
> >> >> to
> >> >> > run 'bash buildall.sh -noclean -skiptests -build_shared_libs
> >> -format', I
> >> >> > have finish building impalad two months ago, However, I git pull
> all
> >> >> newest
> >> >> > code, error happened:
> >> >> >
> >> >> >
> >> >> > -- Found JNI:
> >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> >> >> > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> >> >> > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> >> >> > 0_79/jre/lib/amd64/server/libjvm.so
> >> >> >
> >> >> > -- ----------> Adding thirdparty library java_jvm. <----------
> >> >> > -- Header files:
> >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/
> >> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> >> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include
> >> >> > -- Added static library dependency java_jvm:
> >> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/serve
> >> r/libjvm.so
> >> >> > -- ----------> Adding thirdparty library breakpad_client.
> <----------
> >> >> > -- Header files:
> >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolcha
> >> in/breakpad-
> >> >> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/include/breakpad
> >> >> > -- Added static library dependency breakpad_client:
> >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolcha
> >> in/breakpad-
> >> >> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_
> client.a
> >> >> > -- Added shared library dependency rt:
> >> >> /usr/lib/x86_64-linux-gnu/librt.so
> >> >> > -- Added shared library dependency dl:
> >> >> /usr/lib/x86_64-linux-gnu/libdl.so
> >> >> > Using Thrift compiler:
> >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> >> >> > toolchain/thrift-0.9.0-p9/bin/thrift
> >> >> > Found output dir:
> >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/shell/
> >> >> > Using FlatBuffers compiler:
> >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> >> >> > toolchain/flatbuffers-1.6.0/bin/flatc
> >> >> > --java-o/home/hzfengyu/impala/apache-impala/incubator-
> >> >> > impala/fe/generated-sources/gen-java-b
> >> >> > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> >> >> > impala/be/generated-sources/gen-cpp-b
> >> >> > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> >> >> > -- WARNING: Doxygen not found - Docs will not be created
> >> >> > -- Looking for sched_getcpu
> >> >> > -- Looking for sched_getcpu - found
> >> >> > -- Looking for pipe2
> >> >> > -- Looking for pipe2 - found
> >> >> > -- Looking for fallocate
> >> >> > -- Looking for fallocate - found
> >> >> > -- Looking for preadv
> >> >> > -- Looking for preadv - found
> >> >> > -- Looking for include file linux/magic.h
> >> >> > -- Looking for include file linux/magic.h - found
> >> >> > -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas
> >> >> -pthread
> >> >> > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> >> >> > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
> >> -DBOOST_SYSTEM_NO_DEPRECATED -B
> >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> >> >> > toolchain/binutils-2.26.1/bin/
> >> >> > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
> >> >> > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
> >> >> -D__STDC_FORMAT_MACROS
> >> >> > -D__STDC_LIMIT_MACROS
> >> >> > -- Common
> >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/be/
> build/debug/
> >> >> > -- Configuring incomplete, errors occurred!
> >> >> > See also
> >> >> > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> >> >> > CMakeFiles/CMakeOutput.log".
> >> >> > Error in
> >> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/bin/mak
> >> e_impala.sh
> >> >> at
> >> >> > line 160: cmake . ${CMAKE_ARGS[@]}
> >> >> >
> >> >> >
> >> >> >
> >> >> > I try to find something in CMakeOutput.log,  and I can not find any
> >> >> error,
> >> >> > Is there I miss something? thanks a lot.
> >> >> >
> >> >>
> >> >
> >> >
> >>
> >
> >
>

Re: problem about buildall.sh

Posted by yu feng <ol...@gmail.com>.
CMakeOutput.log :



The system is: Linux - 3.16.0-4-amd64 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c"
succeeded.
Compiler:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
Build flags:
Id flags:

The output was:
0


Compilation of the C compiler identification source "CMakeCCompilerId.c"
produced "a.out"

The C compiler identification is GNU, found in
"/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/3.2.3/CompilerIdC/a.out"

Compiling the CXX compiler identification source file
"CMakeCXXCompilerId.cpp" succeeded.
Compiler:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
Build flags:
Id flags:

The output was:
0


Compilation of the CXX compiler identification source
"CMakeCXXCompilerId.cpp" produced "a.out"

The CXX compiler identification is GNU, found in
"/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/3.2.3/CompilerIdCXX/a.out"

Determining if the C compiler works passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2174981562/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2174981562.dir/build.make
CMakeFiles/cmTryCompileExec2174981562.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
   -o CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTryCompileExec2174981562
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec2174981562.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
      CMakeFiles/cmTryCompileExec2174981562.dir/testCCompiler.c.o  -o
cmTryCompileExec2174981562 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Detecting C compiler ABI info compiled with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec3739174323/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3739174323.dir/build.make
CMakeFiles/cmTryCompileExec3739174323.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
   -o CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCCompilerABI.c
Linking C executable cmTryCompileExec3739174323
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec3739174323.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
     -v CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o  -o
cmTryCompileExec3739174323 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
Using built-in specs.
COLLECT_GCC=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.9.2/configure
--prefix=/data/jenkins/workspace/verify-impala-toolchain-package-build/label/unittest-ec2-pkg-debian-8/toolchain/build/gcc-4.9.2
--enable-languages=c,c++ --disable-multilib
--with-build-config=bootstrap-debug
Thread model: posix
gcc version 4.9.2 (GCC)
COMPILER_PATH=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3739174323' '-rdynamic'
'-mtune=generic' '-march=x86-64'
 /home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/collect2
-plugin
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/liblto_plugin.so
-plugin-opt=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
-plugin-opt=-fresolution=/tmp/ccm1iypm.res -plugin-opt=-pass-through=-lgcc
-plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
-plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
--eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
/lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec3739174323
/usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtbegin.o
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64
-L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../..
CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o -lgcc
--as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
--no-as-needed
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtend.o
/usr/lib/x86_64-linux-gnu/crtn.o


Parsed C implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make"
"cmTryCompileExec3739174323/fast"]
  ignore line: [/usr/bin/make -f
CMakeFiles/cmTryCompileExec3739174323.dir/build.make
CMakeFiles/cmTryCompileExec3739174323.dir/build]
  ignore line: [make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp']
  ignore line:
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1]
  ignore line: [Building C object
CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o]
  ignore line:
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
   -o CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCCompilerABI.c]
  ignore line: [Linking C executable cmTryCompileExec3739174323]
  ignore line:
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec3739174323.dir/link.txt
--verbose=1]
  ignore line:
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
     -v CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o  -o
cmTryCompileExec3739174323 -rdynamic  ]
  ignore line: [make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp']
  ignore line: [Using built-in specs.]
  ignore line:
[COLLECT_GCC=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc]
  ignore line:
[COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
  ignore line: [Target: x86_64-unknown-linux-gnu]
  ignore line: [Configured with: ../gcc-4.9.2/configure
--prefix=/data/jenkins/workspace/verify-impala-toolchain-package-build/label/unittest-ec2-pkg-debian-8/toolchain/build/gcc-4.9.2
--enable-languages=c,c++ --disable-multilib
--with-build-config=bootstrap-debug]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 4.9.2 (GCC) ]
  ignore line:
[COMPILER_PATH=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/]
  ignore line:
[LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec3739174323'
'-rdynamic' '-mtune=generic' '-march=x86-64']
  link line: [
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/collect2
-plugin
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/liblto_plugin.so
-plugin-opt=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
-plugin-opt=-fresolution=/tmp/ccm1iypm.res -plugin-opt=-pass-through=-lgcc
-plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc
-plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s
--eh-frame-hdr -m elf_x86_64 -export-dynamic -dynamic-linker
/lib64/ld-linux-x86-64.so.2 -o cmTryCompileExec3739174323
/usr/lib/x86_64-linux-gnu/crt1.o /usr/lib/x86_64-linux-gnu/crti.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtbegin.o
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64
-L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../..
CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o -lgcc
--as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s
--no-as-needed
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtend.o
/usr/lib/x86_64-linux-gnu/crtn.o]
    arg
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/collect2]
==> ignore
    arg [-plugin] ==> ignore
    arg
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/liblto_plugin.so]
==> ignore
    arg
[-plugin-opt=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccm1iypm.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTryCompileExec3739174323] ==> ignore
    arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
    arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
    arg
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtbegin.o]
==> ignore
    arg
[-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
==> dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
    arg
[-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
==> dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
    arg
[-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64]
==> dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64]
    arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
    arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
    arg
[-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../..]
==> dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../..]
    arg [CMakeFiles/cmTryCompileExec3739174323.dir/CMakeCCompilerABI.c.o]
==> ignore
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg [-lc] ==> lib [c]
    arg [-lgcc] ==> lib [gcc]
    arg [--as-needed] ==> ignore
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [--no-as-needed] ==> ignore
    arg
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtend.o]
==> ignore
    arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  collapse library dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
==>
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
  collapse library dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
==>
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib/gcc]
  collapse library dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64]
==>
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64]
  collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
  collapse library dir [/lib/../lib64] ==> [/lib64]
  collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
[/usr/lib/x86_64-linux-gnu]
  collapse library dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../..]
==>
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib]
  implicit libs: [c]
  implicit dirs:
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2;/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib/gcc;/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-gnu;/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib]
  implicit fwks: []




Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec3079253483/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3079253483.dir/build.make
CMakeFiles/cmTryCompileExec3079253483.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -std=c11 -o CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o
-c
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/feature_tests.c
Linking C executable cmTryCompileExec3079253483
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec3079253483.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
      CMakeFiles/cmTryCompileExec3079253483.dir/feature_tests.c.o  -o
cmTryCompileExec3079253483 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:1c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros


Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec3266750896/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3266750896.dir/build.make
CMakeFiles/cmTryCompileExec3266750896.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -std=c99 -o CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o
-c
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/feature_tests.c
Linking C executable cmTryCompileExec3266750896
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec3266750896.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
      CMakeFiles/cmTryCompileExec3266750896.dir/feature_tests.c.o  -o
cmTryCompileExec3266750896 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:1c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:1c_variadic_macros


Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec540602414/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec540602414.dir/build.make
CMakeFiles/cmTryCompileExec540602414.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object CMakeFiles/cmTryCompileExec540602414.dir/feature_tests.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -std=c90 -o CMakeFiles/cmTryCompileExec540602414.dir/feature_tests.c.o
-c
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/feature_tests.c
Linking C executable cmTryCompileExec540602414
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec540602414.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
      CMakeFiles/cmTryCompileExec540602414.dir/feature_tests.c.o  -o
cmTryCompileExec540602414 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


    Feature record: C_FEATURE:1c_function_prototypes
    Feature record: C_FEATURE:0c_restrict
    Feature record: C_FEATURE:0c_static_assert
    Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2230172569/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2230172569.dir/build.make
CMakeFiles/cmTryCompileExec2230172569.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building CXX object
CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
    -o CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o -c
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTryCompileExec2230172569
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec2230172569.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
       CMakeFiles/cmTryCompileExec2230172569.dir/testCXXCompiler.cxx.o  -o
cmTryCompileExec2230172569 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Detecting CXX compiler ABI info compiled with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2363439775/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2363439775.dir/build.make
CMakeFiles/cmTryCompileExec2363439775.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building CXX object
CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
    -o CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
-c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTryCompileExec2363439775
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec2363439775.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
      -v
CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o  -o
cmTryCompileExec2363439775 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
Using built-in specs.
COLLECT_GCC=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
Target: x86_64-unknown-linux-gnu
Configured with: ../gcc-4.9.2/configure
--prefix=/data/jenkins/workspace/verify-impala-toolchain-package-build/label/unittest-ec2-pkg-debian-8/toolchain/build/gcc-4.9.2
--enable-languages=c,c++ --disable-multilib
--with-build-config=bootstrap-debug
Thread model: posix
gcc version 4.9.2 (GCC)
COMPILER_PATH=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/
LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2363439775' '-rdynamic'
'-shared-libgcc' '-mtune=generic' '-march=x86-64'
 /home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/collect2
-plugin
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/liblto_plugin.so
-plugin-opt=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
-plugin-opt=-fresolution=/tmp/ccuagKib.res
-plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
-plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
-plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
-export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o
cmTryCompileExec2363439775 /usr/lib/x86_64-linux-gnu/crt1.o
/usr/lib/x86_64-linux-gnu/crti.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtbegin.o
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64
-L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../..
CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
-lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtend.o
/usr/lib/x86_64-linux-gnu/crtn.o


Parsed CXX implicit link information from above output:
  link line regex: [^( *|.*[/\])(ld|([^/\]+-)?ld|collect2)[^/\]*( |$)]
  ignore line: [Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp]
  ignore line: []
  ignore line: [Run Build Command:"/usr/bin/make"
"cmTryCompileExec2363439775/fast"]
  ignore line: [/usr/bin/make -f
CMakeFiles/cmTryCompileExec2363439775.dir/build.make
CMakeFiles/cmTryCompileExec2363439775.dir/build]
  ignore line: [make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp']
  ignore line:
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1]
  ignore line: [Building CXX object
CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o]
  ignore line:
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
    -o CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
-c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CMakeCXXCompilerABI.cpp]
  ignore line: [Linking CXX executable cmTryCompileExec2363439775]
  ignore line:
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec2363439775.dir/link.txt
--verbose=1]
  ignore line:
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
      -v
CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o  -o
cmTryCompileExec2363439775 -rdynamic  ]
  ignore line: [make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp']
  ignore line: [Using built-in specs.]
  ignore line:
[COLLECT_GCC=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++]
  ignore line:
[COLLECT_LTO_WRAPPER=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
  ignore line: [Target: x86_64-unknown-linux-gnu]
  ignore line: [Configured with: ../gcc-4.9.2/configure
--prefix=/data/jenkins/workspace/verify-impala-toolchain-package-build/label/unittest-ec2-pkg-debian-8/toolchain/build/gcc-4.9.2
--enable-languages=c,c++ --disable-multilib
--with-build-config=bootstrap-debug]
  ignore line: [Thread model: posix]
  ignore line: [gcc version 4.9.2 (GCC) ]
  ignore line:
[COMPILER_PATH=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/]
  ignore line:
[LIBRARY_PATH=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64/:/lib/x86_64-linux-gnu/:/lib/../lib64/:/usr/lib/x86_64-linux-gnu/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../:/lib/:/usr/lib/]
  ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTryCompileExec2363439775'
'-rdynamic' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
  link line: [
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/collect2
-plugin
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/liblto_plugin.so
-plugin-opt=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper
-plugin-opt=-fresolution=/tmp/ccuagKib.res
-plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc
-plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s
-plugin-opt=-pass-through=-lgcc --eh-frame-hdr -m elf_x86_64
-export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o
cmTryCompileExec2363439775 /usr/lib/x86_64-linux-gnu/crt1.o
/usr/lib/x86_64-linux-gnu/crti.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtbegin.o
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64
-L/lib/x86_64-linux-gnu -L/lib/../lib64 -L/usr/lib/x86_64-linux-gnu
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../..
CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o
-lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtend.o
/usr/lib/x86_64-linux-gnu/crtn.o]
    arg
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/collect2]
==> ignore
    arg [-plugin] ==> ignore
    arg
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/liblto_plugin.so]
==> ignore
    arg
[-plugin-opt=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../libexec/gcc/x86_64-unknown-linux-gnu/4.9.2/lto-wrapper]
==> ignore
    arg [-plugin-opt=-fresolution=/tmp/ccuagKib.res] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [-plugin-opt=-pass-through=-lc] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
    arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
    arg [--eh-frame-hdr] ==> ignore
    arg [-m] ==> ignore
    arg [elf_x86_64] ==> ignore
    arg [-export-dynamic] ==> ignore
    arg [-dynamic-linker] ==> ignore
    arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
    arg [-o] ==> ignore
    arg [cmTryCompileExec2363439775] ==> ignore
    arg [/usr/lib/x86_64-linux-gnu/crt1.o] ==> ignore
    arg [/usr/lib/x86_64-linux-gnu/crti.o] ==> ignore
    arg
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtbegin.o]
==> ignore
    arg
[-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
==> dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
    arg
[-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
==> dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
    arg
[-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64]
==> dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64]
    arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
    arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
    arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
    arg
[-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../..]
==> dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../..]
    arg
[CMakeFiles/cmTryCompileExec2363439775.dir/CMakeCXXCompilerABI.cpp.o] ==>
ignore
    arg [-lstdc++] ==> lib [stdc++]
    arg [-lm] ==> lib [m]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg [-lc] ==> lib [c]
    arg [-lgcc_s] ==> lib [gcc_s]
    arg [-lgcc] ==> lib [gcc]
    arg
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/crtend.o]
==> ignore
    arg [/usr/lib/x86_64-linux-gnu/crtn.o] ==> ignore
  remove lib [gcc_s]
  remove lib [gcc]
  remove lib [gcc_s]
  remove lib [gcc]
  collapse library dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
==>
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2]
  collapse library dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc]
==>
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib/gcc]
  collapse library dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../../../lib64]
==>
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64]
  collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
  collapse library dir [/lib/../lib64] ==> [/lib64]
  collapse library dir [/usr/lib/x86_64-linux-gnu] ==>
[/usr/lib/x86_64-linux-gnu]
  collapse library dir
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/../lib/gcc/x86_64-unknown-linux-gnu/4.9.2/../../..]
==>
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib]
  implicit libs: [stdc++;m;c]
  implicit dirs:
[/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib/gcc/x86_64-unknown-linux-gnu/4.9.2;/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib/gcc;/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64;/lib/x86_64-linux-gnu;/lib64;/usr/lib/x86_64-linux-gnu;/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib]
  implicit fwks: []




Detecting CXX [-std=c++14] compiler features compiled with the following
output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2196176722/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2196176722.dir/build.make
CMakeFiles/cmTryCompileExec2196176722.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building CXX object
CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
   -std=c++14 -o
CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o -c
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTryCompileExec2196176722
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec2196176722.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
       CMakeFiles/cmTryCompileExec2196176722.dir/feature_tests.cxx.o  -o
cmTryCompileExec2196176722 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:1cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:1cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:1cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:1cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:1cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:1cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:1cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:1cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++11] compiler features compiled with the following
output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec3539534080/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3539534080.dir/build.make
CMakeFiles/cmTryCompileExec3539534080.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building CXX object
CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
   -std=c++11 -o
CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o -c
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTryCompileExec3539534080
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec3539534080.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
       CMakeFiles/cmTryCompileExec3539534080.dir/feature_tests.cxx.o  -o
cmTryCompileExec3539534080 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:1cxx_alias_templates
    Feature record: CXX_FEATURE:1cxx_alignas
    Feature record: CXX_FEATURE:1cxx_alignof
    Feature record: CXX_FEATURE:1cxx_attributes
    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
    Feature record: CXX_FEATURE:1cxx_auto_type
    Feature record: CXX_FEATURE:0cxx_binary_literals
    Feature record: CXX_FEATURE:1cxx_constexpr
    Feature record: CXX_FEATURE:0cxx_contextual_conversions
    Feature record: CXX_FEATURE:1cxx_decltype
    Feature record: CXX_FEATURE:0cxx_decltype_auto
    Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:1cxx_default_function_template_args
    Feature record: CXX_FEATURE:1cxx_defaulted_functions
    Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:1cxx_delegating_constructors
    Feature record: CXX_FEATURE:1cxx_deleted_functions
    Feature record: CXX_FEATURE:0cxx_digit_separators
    Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:1cxx_explicit_conversions
    Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:1cxx_extern_templates
    Feature record: CXX_FEATURE:1cxx_final
    Feature record: CXX_FEATURE:1cxx_func_identifier
    Feature record: CXX_FEATURE:1cxx_generalized_initializers
    Feature record: CXX_FEATURE:0cxx_generic_lambdas
    Feature record: CXX_FEATURE:1cxx_inheriting_constructors
    Feature record: CXX_FEATURE:1cxx_inline_namespaces
    Feature record: CXX_FEATURE:1cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:1cxx_local_type_template_args
    Feature record: CXX_FEATURE:1cxx_long_long_type
    Feature record: CXX_FEATURE:1cxx_noexcept
    Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:1cxx_nullptr
    Feature record: CXX_FEATURE:1cxx_override
    Feature record: CXX_FEATURE:1cxx_range_for
    Feature record: CXX_FEATURE:1cxx_raw_string_literals
    Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
    Feature record: CXX_FEATURE:1cxx_rvalue_references
    Feature record: CXX_FEATURE:1cxx_sizeof_member
    Feature record: CXX_FEATURE:1cxx_static_assert
    Feature record: CXX_FEATURE:1cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:1cxx_thread_local
    Feature record: CXX_FEATURE:1cxx_trailing_return_types
    Feature record: CXX_FEATURE:1cxx_unicode_literals
    Feature record: CXX_FEATURE:1cxx_uniform_initialization
    Feature record: CXX_FEATURE:1cxx_unrestricted_unions
    Feature record: CXX_FEATURE:1cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:1cxx_variadic_macros
    Feature record: CXX_FEATURE:1cxx_variadic_templates


Detecting CXX [-std=c++98] compiler features compiled with the following
output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec862967400/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec862967400.dir/build.make
CMakeFiles/cmTryCompileExec862967400.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building CXX object
CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
   -std=c++98 -o
CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o -c
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTryCompileExec862967400
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec862967400.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/g++
       CMakeFiles/cmTryCompileExec862967400.dir/feature_tests.cxx.o  -o
cmTryCompileExec862967400 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
    Feature record: CXX_FEATURE:0cxx_alias_templates
    Feature record: CXX_FEATURE:0cxx_alignas
    Feature record: CXX_FEATURE:0cxx_alignof
    Feature record: CXX_FEATURE:0cxx_attributes
    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
    Feature record: CXX_FEATURE:0cxx_auto_type
    Feature record: CXX_FEATURE:0cxx_binary_literals
    Feature record: CXX_FEATURE:0cxx_constexpr
    Feature record: CXX_FEATURE:0cxx_contextual_conversions
    Feature record: CXX_FEATURE:0cxx_decltype
    Feature record: CXX_FEATURE:0cxx_decltype_auto
    Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
    Feature record: CXX_FEATURE:0cxx_default_function_template_args
    Feature record: CXX_FEATURE:0cxx_defaulted_functions
    Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
    Feature record: CXX_FEATURE:0cxx_delegating_constructors
    Feature record: CXX_FEATURE:0cxx_deleted_functions
    Feature record: CXX_FEATURE:0cxx_digit_separators
    Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
    Feature record: CXX_FEATURE:0cxx_explicit_conversions
    Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
    Feature record: CXX_FEATURE:0cxx_extern_templates
    Feature record: CXX_FEATURE:0cxx_final
    Feature record: CXX_FEATURE:0cxx_func_identifier
    Feature record: CXX_FEATURE:0cxx_generalized_initializers
    Feature record: CXX_FEATURE:0cxx_generic_lambdas
    Feature record: CXX_FEATURE:0cxx_inheriting_constructors
    Feature record: CXX_FEATURE:0cxx_inline_namespaces
    Feature record: CXX_FEATURE:0cxx_lambdas
    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
    Feature record: CXX_FEATURE:0cxx_local_type_template_args
    Feature record: CXX_FEATURE:0cxx_long_long_type
    Feature record: CXX_FEATURE:0cxx_noexcept
    Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
    Feature record: CXX_FEATURE:0cxx_nullptr
    Feature record: CXX_FEATURE:0cxx_override
    Feature record: CXX_FEATURE:0cxx_range_for
    Feature record: CXX_FEATURE:0cxx_raw_string_literals
    Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
    Feature record: CXX_FEATURE:0cxx_return_type_deduction
    Feature record: CXX_FEATURE:0cxx_right_angle_brackets
    Feature record: CXX_FEATURE:0cxx_rvalue_references
    Feature record: CXX_FEATURE:0cxx_sizeof_member
    Feature record: CXX_FEATURE:0cxx_static_assert
    Feature record: CXX_FEATURE:0cxx_strong_enums
    Feature record: CXX_FEATURE:1cxx_template_template_parameters
    Feature record: CXX_FEATURE:0cxx_thread_local
    Feature record: CXX_FEATURE:0cxx_trailing_return_types
    Feature record: CXX_FEATURE:0cxx_unicode_literals
    Feature record: CXX_FEATURE:0cxx_uniform_initialization
    Feature record: CXX_FEATURE:0cxx_unrestricted_unions
    Feature record: CXX_FEATURE:0cxx_user_literals
    Feature record: CXX_FEATURE:0cxx_variable_templates
    Feature record: CXX_FEATURE:0cxx_variadic_macros
    Feature record: CXX_FEATURE:0cxx_variadic_templates
Determining if the function sched_getcpu exists passed with the following
output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec69323040/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec69323040.dir/build.make
CMakeFiles/cmTryCompileExec69323040.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec69323040
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec69323040.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=sched_getcpu
 CMakeFiles/cmTryCompileExec69323040.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec69323040 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function pipe2 exists passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2960219214/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2960219214.dir/build.make
CMakeFiles/cmTryCompileExec2960219214.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=pipe2   -o
CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2960219214
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec2960219214.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=pipe2
 CMakeFiles/cmTryCompileExec2960219214.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec2960219214 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function fallocate exists passed with the following
output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec1966628571/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1966628571.dir/build.make
CMakeFiles/cmTryCompileExec1966628571.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=fallocate   -o
CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1966628571
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec1966628571.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=fallocate
 CMakeFiles/cmTryCompileExec1966628571.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec1966628571 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function preadv exists passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec305487130/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec305487130.dir/build.make
CMakeFiles/cmTryCompileExec305487130.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=preadv   -o
CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec305487130
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec305487130.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=preadv
 CMakeFiles/cmTryCompileExec305487130.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec305487130 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if files linux/magic.h exist passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2788694360/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2788694360.dir/build.make
CMakeFiles/cmTryCompileExec2788694360.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
   -o CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec2788694360
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec2788694360.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
      CMakeFiles/cmTryCompileExec2788694360.dir/CheckIncludeFiles.c.o  -o
cmTryCompileExec2788694360 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function sched_getcpu exists passed with the following
output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec3497296788/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3497296788.dir/build.make
CMakeFiles/cmTryCompileExec3497296788.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3497296788
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec3497296788.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=sched_getcpu
 CMakeFiles/cmTryCompileExec3497296788.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec3497296788 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function pipe2 exists passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec3191288677/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec3191288677.dir/build.make
CMakeFiles/cmTryCompileExec3191288677.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=pipe2   -o
CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec3191288677
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec3191288677.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=pipe2
 CMakeFiles/cmTryCompileExec3191288677.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec3191288677 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function fallocate exists passed with the following
output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2207715658/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2207715658.dir/build.make
CMakeFiles/cmTryCompileExec2207715658.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=fallocate   -o
CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2207715658
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec2207715658.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=fallocate
 CMakeFiles/cmTryCompileExec2207715658.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec2207715658 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function preadv exists passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec1489456585/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1489456585.dir/build.make
CMakeFiles/cmTryCompileExec1489456585.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=preadv   -o
CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1489456585
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec1489456585.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=preadv
 CMakeFiles/cmTryCompileExec1489456585.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec1489456585 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if files linux/magic.h exist passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec4169179431/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4169179431.dir/build.make
CMakeFiles/cmTryCompileExec4169179431.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
   -o CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec4169179431
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec4169179431.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
      CMakeFiles/cmTryCompileExec4169179431.dir/CheckIncludeFiles.c.o  -o
cmTryCompileExec4169179431 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function sched_getcpu exists passed with the following
output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2295215426/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2295215426.dir/build.make
CMakeFiles/cmTryCompileExec2295215426.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2295215426
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec2295215426.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=sched_getcpu
 CMakeFiles/cmTryCompileExec2295215426.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec2295215426 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function pipe2 exists passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec678407444/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec678407444.dir/build.make
CMakeFiles/cmTryCompileExec678407444.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=pipe2   -o
CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec678407444
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec678407444.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=pipe2
 CMakeFiles/cmTryCompileExec678407444.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec678407444 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function fallocate exists passed with the following
output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2979663179/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2979663179.dir/build.make
CMakeFiles/cmTryCompileExec2979663179.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=fallocate   -o
CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2979663179
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec2979663179.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=fallocate
 CMakeFiles/cmTryCompileExec2979663179.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec2979663179 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function preadv exists passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec2709301732/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec2709301732.dir/build.make
CMakeFiles/cmTryCompileExec2709301732.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=preadv   -o
CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec2709301732
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec2709301732.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=preadv
 CMakeFiles/cmTryCompileExec2709301732.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec2709301732 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if files linux/magic.h exist passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec4088672402/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec4088672402.dir/build.make
CMakeFiles/cmTryCompileExec4088672402.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
   -o CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec4088672402
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec4088672402.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
      CMakeFiles/cmTryCompileExec4088672402.dir/CheckIncludeFiles.c.o  -o
cmTryCompileExec4088672402 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function sched_getcpu exists passed with the following
output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec311077996/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec311077996.dir/build.make
CMakeFiles/cmTryCompileExec311077996.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=sched_getcpu   -o
CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec311077996
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec311077996.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=sched_getcpu
 CMakeFiles/cmTryCompileExec311077996.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec311077996 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function pipe2 exists passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec1707055747/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1707055747.dir/build.make
CMakeFiles/cmTryCompileExec1707055747.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=pipe2   -o
CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1707055747
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec1707055747.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=pipe2
 CMakeFiles/cmTryCompileExec1707055747.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec1707055747 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function fallocate exists passed with the following
output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec911534047/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec911534047.dir/build.make
CMakeFiles/cmTryCompileExec911534047.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=fallocate   -o
CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec911534047
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec911534047.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=fallocate
 CMakeFiles/cmTryCompileExec911534047.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec911534047 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if the function preadv exists passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec1981163834/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec1981163834.dir/build.make
CMakeFiles/cmTryCompileExec1981163834.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=preadv   -o
CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/share/cmake-3.2/Modules/CheckFunctionExists.c
Linking C executable cmTryCompileExec1981163834
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec1981163834.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
  -DCHECK_FUNCTION_EXISTS=preadv
 CMakeFiles/cmTryCompileExec1981163834.dir/CheckFunctionExists.c.o  -o
cmTryCompileExec1981163834 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


Determining if files linux/magic.h exist passed with the following output:
Change Dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTryCompileExec442482618/fast"
/usr/bin/make -f CMakeFiles/cmTryCompileExec442482618.dir/build.make
CMakeFiles/cmTryCompileExec442482618.dir/build
make[1]: Entering directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_progress_report
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CMakeFiles
1
Building C object
CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
   -o CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o   -c
/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp/CheckIncludeFiles.c
Linking C executable cmTryCompileExec442482618
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cmake-3.2.3-p1/bin/cmake
-E cmake_link_script CMakeFiles/cmTryCompileExec442482618.dir/link.txt
--verbose=1
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/bin/gcc
      CMakeFiles/cmTryCompileExec442482618.dir/CheckIncludeFiles.c.o  -o
cmTryCompileExec442482618 -rdynamic
make[1]: Leaving directory
'/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeTmp'


2017-08-03 12:33 GMT+08:00 yu feng <ol...@gmail.com>:

> build output :
>
> IMPALA_HOME             = /home/hzfengyu/impala/apache-
> impala/incubator-impala
> HADOOP_HOME             = /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-
> SNAPSHOT/
> HADOOP_CONF_DIR         = /home/hzfengyu/impala/apache-
> impala/incubator-impala/fe/src/test/resources
> HADOOP_INCLUDE_DIR      = /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-
> SNAPSHOT//include
> HADOOP_LIB_DIR          = /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-
> SNAPSHOT//lib
> MINI_DFS_BASE_DATA_DIR  = /home/hzfengyu/impala/apache-
> impala/incubator-impala/cdh-5-hdfs-data
> HIVE_HOME               = /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/cdh_components/hive-
> 1.1.0-cdh5.13.0-SNAPSHOT/
> HIVE_CONF_DIR           = /home/hzfengyu/impala/apache-
> impala/incubator-impala/fe/src/test/resources
> HIVE_SRC_DIR            = /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/cdh_components/hive-
> 1.1.0-cdh5.13.0-SNAPSHOT//src
> HBASE_HOME              = /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/cdh_components/hbase-1.2.0-cdh5.13.0-
> SNAPSHOT/
> HBASE_CONF_DIR          = /home/hzfengyu/impala/apache-
> impala/incubator-impala/fe/src/test/resources
> MINIKDC_HOME            = /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/cdh_components/llama-minikdc-1.0.0
> THRIFT_HOME             = /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/thrift-0.9.0-p9
> HADOOP_LZO              = /home/hzfengyu/impala/apache-
> impala/incubator-impala/../hadoop-lzo
> IMPALA_LZO              = /home/hzfengyu/impala/apache-
> impala/incubator-impala/../Impala-lzo
> CLASSPATH               = /home/hzfengyu/impala/apache-
> impala/incubator-impala/../hadoop-lzo/build/hadoop-lzo-0.
> 4.15.jar:/home/hzfengyu/impala/apache-impala/incubator-impala/fe/src/test/
> resources:/home/hzfengyu/impala/apache-impala/incubator-impala/fe/target/
> classes:/home/hzfengyu/impala/apache-impala/incubator-
> impala/fe/target/dependency:
> LIBHDFS_OPTS            =  -Djava.library.path=/home/
> hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT//lib/
> native/:/home/hzfengyu/impala/apache-impala/incubator-impala/be/build/debug/service
> -XX:MaxPermSize=128m
> PYTHONPATH              = /home/hzfengyu/impala/apache-
> impala/incubator-impala:/home/hzfengyu/impala/apache-impala/
> incubator-impala/shell/gen-py:/home/hzfengyu/impala/apache-
> impala/incubator-impala/testdata/:/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/thrift-0.9.0-p9/python/lib/
> python2.7/site-packages/:/home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/cdh_components/hive-
> 1.1.0-cdh5.13.0-SNAPSHOT//lib/py:/home/hzfengyu/impala/
> apache-impala/incubator-impala/shell/ext-py/*/dist/*.egg
> JAVA_HOME               = /home/hzfengyu/impala/deploy/jdk1.7.0_79
> LD_LIBRARY_PATH         = :/home/hzfengyu/impala/deploy/
> jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/
> jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/
> jdk1.7.0_79/jre/lib/amd64/server:/home/hzfengyu/impala/
> apache-impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.
> 13.0-SNAPSHOT//lib/native:/home/hzfengyu/impala/apache-
> impala/incubator-impala/be/build/debug/service:/home/
> hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> snappy-1.1.4/lib:/home/hzfengyu/impala/apache-impala/
> incubator-impala/../Impala-lzo/build:/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/gcc-4.9.2/lib64
> LD_PRELOAD              = :/home/hzfengyu/impala/deploy/
> jdk1.7.0_79/jre/lib/amd64/libjsig.so
> POSTGRES_JDBC_DRIVER    = /home/hzfengyu/impala/apache-
> impala/incubator-impala/fe/target/dependency/postgresql-9.0-801.jdbc4.jar
> IMPALA_TOOLCHAIN        = /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain
> DOWNLOAD_CDH_COMPONENTS = true
> Downloading Python dependencies
> ~/impala/apache-impala/incubator-impala/infra/python/deps
> ~/impala/apache-impala/incubator-impala
> Getting package info from https://pypi.python.org/simple/allpairs/
> File with matching md5sum already exists, skipping AllPairs-2.0.1.tar.gz
> Getting package info from https://pypi.python.org/simple/boto3/
> File with matching md5sum already exists, skipping boto3-1.2.3.tar.gz
> Getting package info from https://pypi.python.org/simple/simplejson/
> File with matching md5sum already exists, skipping simplejson-3.3.0.tar.gz
> Getting package info from https://pypi.python.org/simple/botocore/
> File with matching md5sum already exists, skipping botocore-1.3.30.tar.gz
> Getting package info from https://pypi.python.org/simple/python_dateutil/
> File with matching md5sum already exists, skipping
> python-dateutil-2.5.2.tar.gz
> Getting package info from https://pypi.python.org/simple/docutils/
> File with matching md5sum already exists, skipping docutils-0.12.tar.gz
> Getting package info from https://pypi.python.org/simple/jmespath/
> File with matching md5sum already exists, skipping jmespath-0.9.0.tar.gz
> Getting package info from https://pypi.python.org/simple/futures/
> File with matching md5sum already exists, skipping futures-3.0.5.tar.gz
> Getting package info from https://pypi.python.org/simple/cm-api/
> File with matching md5sum already exists, skipping cm_api-10.0.0.tar.gz
> Getting package info from https://pypi.python.org/simple/readline/
> File with matching md5sum already exists, skipping readline-6.2.4.1.tar.gz
> Getting package info from https://pypi.python.org/simple/Flask/
> File with matching md5sum already exists, skipping Flask-0.10.1.tar.gz
> Getting package info from https://pypi.python.org/simple/Jinja2/
> File with matching md5sum already exists, skipping Jinja2-2.8.tar.gz
> Getting package info from https://pypi.python.org/simple/MarkupSafe/
> File with matching md5sum already exists, skipping MarkupSafe-0.23.tar.gz
> Getting package info from https://pypi.python.org/simple/Werkzeug/
> File with matching md5sum already exists, skipping Werkzeug-0.11.3.tar.gz
> Getting package info from https://pypi.python.org/simple/itsdangerous/
> File with matching md5sum already exists, skipping itsdangerous-0.24.tar.gz
> Getting package info from https://pypi.python.org/simple/hdfs/
> File with matching md5sum already exists, skipping hdfs-2.0.2.tar.gz
> Getting package info from https://pypi.python.org/simple/docopt/
> File with matching md5sum already exists, skipping docopt-0.6.2.tar.gz
> Getting package info from https://pypi.python.org/simple/execnet/
> File with matching md5sum already exists, skipping execnet-1.4.0.tar.gz
> Getting package info from https://pypi.python.org/simple/kazoo/
> File with matching md5sum already exists, skipping kazoo-2.2.1.tar.gz
> Getting package info from https://pypi.python.org/simple/monkeypatch/
> File with matching md5sum already exists, skipping monkeypatch-0.1rc3.zip
> Getting package info from https://pypi.python.org/simple/ordereddict/
> File with matching md5sum already exists, skipping ordereddict-1.1.tar.gz
> Getting package info from https://pypi.python.org/simple/pexpect/
> File with matching md5sum already exists, skipping pexpect-3.3.tar.gz
> Getting package info from https://pypi.python.org/simple/pg8000/
> File with matching md5sum already exists, skipping pg8000-1.10.2.tar.gz
> Getting package info from https://pypi.python.org/simple/prettytable/
> File with matching md5sum already exists, skipping
> prettytable-0.7.2.tar.bz2
> Getting package info from https://pypi.python.org/simple/pyelftools/
> File with matching md5sum already exists, skipping pyelftools-0.23.tar.gz
> Getting package info from https://pypi.python.org/simple/pyparsing/
> File with matching md5sum already exists, skipping pyparsing-2.0.3.tar.gz
> Getting package info from https://pypi.python.org/simple/pytest/
> File with matching md5sum already exists, skipping pytest-2.9.2.tar.gz
> Getting package info from https://pypi.python.org/simple/py/
> File with matching md5sum already exists, skipping py-1.4.32.tar.gz
> Getting package info from https://pypi.python.org/simple/pytest-random/
> File with matching md5sum already exists, skipping
> pytest-random-0.02.tar.gz
> Getting package info from https://pypi.python.org/simple/pytest-xdist/
> File with matching md5sum already exists, skipping
> pytest-xdist-1.15.0.tar.gz
> Getting package info from https://pypi.python.org/simple/python-magic/
> File with matching md5sum already exists, skipping
> python-magic-0.4.11.tar.gz
> Getting package info from https://pypi.python.org/simple/pywebhdfs/
> File with matching md5sum already exists, skipping pywebhdfs-0.3.2.tar.gz
> Getting package info from https://pypi.python.org/simple/pbr/
> File with matching md5sum already exists, skipping pbr-1.8.1.tar.gz
> Getting package info from https://pypi.python.org/simple/requests/
> File with matching md5sum already exists, skipping requests-2.7.0.tar.gz
> Getting package info from https://pypi.python.org/simple/setuptools-scm/
> File with matching md5sum already exists, skipping
> setuptools_scm-1.15.4.tar.gz
> Getting package info from https://pypi.python.org/simple/sh/
> File with matching md5sum already exists, skipping sh-1.11.tar.gz
> Getting package info from https://pypi.python.org/simple/sqlparse/
> File with matching md5sum already exists, skipping sqlparse-0.1.15.tar.gz
> Getting package info from https://pypi.python.org/simple/texttable/
> File with matching md5sum already exists, skipping texttable-0.8.3.zip
> Getting package info from https://pypi.python.org/simple/ipython/
> File with matching md5sum already exists, skipping ipython-1.2.1.tar.gz
> Getting package info from https://pypi.python.org/simple/apipkg/
> File with matching md5sum already exists, skipping apipkg-1.4.tar.gz
> Getting package info from https://pypi.python.org/simple/virtualenv/
> File with matching md5sum already exists, skipping virtualenv-13.1.0.tar.gz
> Getting package info from https://pypi.python.org/simple/argparse/
> File with matching md5sum already exists, skipping argparse-1.4.0.tar.gz
> Getting package info from https://pypi.python.org/simple/Fabric/
> File with matching md5sum already exists, skipping Fabric-1.10.2.tar.gz
> Getting package info from https://pypi.python.org/simple/paramiko/
> File with matching md5sum already exists, skipping paramiko-1.15.2.tar.gz
> Getting package info from https://pypi.python.org/simple/ecdsa/
> File with matching md5sum already exists, skipping ecdsa-0.13.tar.gz
> Getting package info from https://pypi.python.org/simple/pycrypto/
> File with matching md5sum already exists, skipping pycrypto-2.6.1.tar.gz
> Getting package info from https://pypi.python.org/simple/impyla/
> File with matching md5sum already exists, skipping impyla-0.14.0.tar.gz
> Getting package info from https://pypi.python.org/simple/bitarray/
> File with matching md5sum already exists, skipping bitarray-0.8.1.tar.gz
> Getting package info from https://pypi.python.org/simple/sasl/
> File with matching md5sum already exists, skipping sasl-0.1.3.tar.gz
> Getting package info from https://pypi.python.org/simple/six/
> File with matching md5sum already exists, skipping six-1.9.0.tar.gz
> Getting package info from https://pypi.python.org/simple/thrift/
> File with matching md5sum already exists, skipping thrift-0.9.0.tar.gz
> Getting package info from https://pypi.python.org/simple/thrift_sasl/
> File with matching md5sum already exists, skipping thrift_sasl-0.1.0.tar.gz
> Getting package info from https://pypi.python.org/simple/psutil/
> File with matching md5sum already exists, skipping psutil-0.7.1.tar.gz
> Getting package info from https://pypi.python.org/simple/Cython/
> File with matching md5sum already exists, skipping Cython-0.23.4.tar.gz
> Getting package info from https://pypi.python.org/simple/numpy/
> File with matching md5sum already exists, skipping numpy-1.10.4.tar.gz
> Getting package info from https://pypi.python.org/simple/kudu-python/
> File with matching md5sum already exists, skipping kudu-python-1.2.0.tar.gz
> Getting package info from https://pypi.python.org/simple/pycparser/
> File with matching md5sum already exists, skipping pycparser-2.17.tar.gz
> Getting package info from https://pypi.python.org/simple/cffi/
> File with matching md5sum already exists, skipping cffi-1.10.0.tar.gz
> Getting package info from https://pypi.python.org/simple/cryptography/
> File with matching md5sum already exists, skipping
> cryptography-1.8.1.tar.gz
> Getting package info from https://pypi.python.org/simple/scandir/
> File with matching md5sum already exists, skipping scandir-1.5.tar.gz
> Getting package info from https://pypi.python.org/
> simple/azure-datalake-store/
> File with matching md5sum already exists, skipping
> azure-datalake-store-0.0.9.tar.gz
> ~/impala/apache-impala/incubator-impala
> Finished downloading Python dependencies
> Downloading and extracting toolchain dependencies.
> Toolchain bootstrap complete.
> Running make_impala.sh  -build_shared_libs -build_type=Debug -fe -cscope
> -tarballs
> ************************************************************
> ********************
>  Building Impala
>  Build type: Debug
>  Impala libraries will be DYNAMICALLY linked
> ************************************************************
> ********************
> -- Setup toolchain link flags -Wl,-rpath,/home/hzfengyu/
> impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64
> -L/home/hzfengyu/impala/apache-impala/incubator-
> impala/toolchain/gcc-4.9.2/lib64
> -- Build type is DEBUG
> -- ENABLE_CODE_COVERAGE: false
> -- Boost version: 1.57.0
> -- Found the following Boost libraries:
> --   thread
> --   regex
> --   filesystem
> --   system
> --   date_time
> -- Boost include dir: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/boost-1.57.0-p3/include
> -- Boost libraries: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/boost-1.57.0-p3/lib/libboost_thread.a/home/
> hzfengyu/impala/apache-impala/incubator-impala/toolchain/
> boost-1.57.0-p3/lib/libboost_regex.a/home/hzfengyu/impala/
> apache-impala/incubator-impala/toolchain/boost-1.57.0-
> p3/lib/libboost_filesystem.a/home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/boost-1.57.0-p3/lib/
> libboost_system.a/home/hzfengyu/impala/apache-impala/
> incubator-impala/toolchain/boost-1.57.0-p3/lib/libboost_date_time.a
> -- Found OpenSSL: /usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
> (found version "1.0.1t")
> -- ----------> Adding thirdparty library openssl_ssl. <----------
> -- Header files: /usr/include
> -- Added shared library dependency openssl_ssl: /usr/lib/x86_64-linux-gnu/
> libssl.so
> -- ----------> Adding thirdparty library openssl_crypto. <----------
> -- Added shared library dependency openssl_crypto:
> /usr/lib/x86_64-linux-gnu/libcrypto.so
> -- Bzip2: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/bzip2-1.0.6-p2/include
> -- ----------> Adding thirdparty library bzip2. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/bzip2-1.0.6-p2/include
> -- Added static library dependency bzip2: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/bzip2-1.0.6-p2/lib/libbz2.a
> -- Zlib: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/zlib-1.2.8/include
> -- ----------> Adding thirdparty library zlib. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/zlib-1.2.8/include
> -- Added shared library dependency zlib: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/zlib-1.2.8/lib/libz.so
> -- ----------> Adding thirdparty library hdfs. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT/include
> -- Added shared library dependency hdfs: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-
> SNAPSHOT/lib/native/libhdfs.so
> -- ----------> Adding thirdparty library glog. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/glog-0.3.4-p2/include
> -- Added shared library dependency glog: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/glog-0.3.4-p2/lib/libglog.so
> CMake Error at CMakeLists.txt:178 (IMPALA_ADD_THIRDPARTY_LIB):
>   IMPALA_ADD_THIRDPARTY_LIB Function invoked with incorrect arguments for
>   function named: IMPALA_ADD_THIRDPARTY_LIB
>
>
> -- ----------> Adding thirdparty library pprof. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gperftools-2.5/include
> -- Added static library dependency pprof: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/gperftools-2.5/lib/libprofiler.a
> -- ----------> Adding thirdparty library gtest. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/gtest-1.6.0/include
> -- Added static library dependency gtest: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/gtest-1.6.0/lib/libgtest.a
> -- LLVM llvm-config found at: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/llvm-config
> -- LLVM clang++ found at: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/clang++
> -- LLVM opt found at: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/opt
> -- LLVM_ROOT: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/llvm-3.8.0-asserts-p1
> -- LLVM llvm-config found at: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/llvm-3.8.0-asserts-p1/bin/llvm-config
> -- LLVM include dir: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/llvm-3.8.0-asserts-p1/include
> -- LLVM lib dir: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/llvm-3.8.0-asserts-p1/lib
> -- ----------> Adding thirdparty library cyrus_sasl. <----------
> -- Header files: /usr/include
> -- Added shared library dependency cyrus_sasl: /usr/lib/x86_64-linux-gnu/
> libsasl2.so
> -- ----------> Adding thirdparty library ldap. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/openldap-2.4.25/include
> -- Added static library dependency ldap: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/openldap-2.4.25/lib/libldap.a
> -- ----------> Adding thirdparty library lber. <----------
> -- Added static library dependency lber: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/openldap-2.4.25/lib/liblber.a
> -- ----------> Adding thirdparty library thrift. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/thrift-0.9.0-p9/include
> -- Added static library dependency thrift: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/thrift-0.9.0-p9/lib/libthrift.a
> -- Thrift version: Thrift version 0.9.0
> -- Thrift contrib dir: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/thrift-0.9.0-p9
> -- Thrift compiler: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/thrift-0.9.0-p9/bin/thrift
> -- Found FLATBUFFERS: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/flatbuffers-1.6.0/include
> -- ----------> Adding thirdparty library flatbuffers. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/flatbuffers-1.6.0/include
> -- Added static library dependency flatbuffers:
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/flatbuffers-1.6.0/lib/libflatbuffers.a
> -- FlatBuffers compiler: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
> -- ----------> Adding thirdparty library snappy. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/snappy-1.1.4/include
> -- Added static library dependency snappy: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/snappy-1.1.4/lib/libsnappy.a
> -- ----------> Adding thirdparty library lz4. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/lz4-1.7.5/include
> -- Added static library dependency lz4: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/lz4-1.7.5/lib/liblz4.a
> -- /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/re2-20130115-p1/include
> -- ----------> Adding thirdparty library re2. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/re2-20130115-p1/include
> -- Added static library dependency re2: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/re2-20130115-p1/lib/libre2.a
> -- RapidJson include dir: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/rapidjson-0.11/include
> -- ----------> Adding thirdparty library avro. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/avro-1.7.4-p4/include
> -- Added static library dependency avro: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/avro-1.7.4-p4/lib/libavro.a
> -- Found PROTOBUF: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/protobuf-2.6.1/lib/libprotobuf.so
> -- ----------> Adding thirdparty library protobuf. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/protobuf-2.6.1/include
> -- Added shared library dependency protobuf: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/protobuf-2.6.1/lib/libprotobuf.so
> -- ----------> Adding thirdparty library protoc. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/protobuf-2.6.1/include
> -- Added shared library dependency protoc: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/protobuf-2.6.1/lib/libprotoc.so
> -- Found LIBEV: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/libev-4.20/lib/libev.so
> -- ----------> Adding thirdparty library libev. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/libev-4.20/include
> -- Added shared library dependency libev: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/libev-4.20/lib/libev.so
> -- Found CRCUTIL: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/crcutil-440ba7babeff77ffad992df3a10c76
> 7f184e946e-p1/lib/libcrcutil.so
> -- ----------> Adding thirdparty library crcutil. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/crcutil-440ba7babeff77ffad992df3a10c767f184e946e-p1/include
> -- Added shared library dependency crcutil: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/crcutil-440ba7babeff77ffad992df3a10c76
> 7f184e946e-p1/lib/libcrcutil.so
> -- Found JNI: /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> 0_79/jre/lib/amd64/server/libjvm.so
> -- ----------> Adding thirdparty library java_jvm. <----------
> -- Header files: /home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/
> hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> hzfengyu/impala/deploy/jdk1.7.0_79/include
> -- Added static library dependency java_jvm: /home/hzfengyu/impala/deploy/
> jdk1.7.0_79/jre/lib/amd64/server/libjvm.so
> -- ----------> Adding thirdparty library breakpad_client. <----------
> -- Header files: /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/breakpad-ffe3e478657dc7126fca6329dfcedc
> 49f4c726d9-p2/include/breakpad
> -- Added static library dependency breakpad_client:
> /home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/breakpad-
> ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_client.a
> -- Added shared library dependency rt: /usr/lib/x86_64-linux-gnu/librt.so
> -- Added shared library dependency dl: /usr/lib/x86_64-linux-gnu/libdl.so
> Using Thrift compiler: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/thrift-0.9.0-p9/bin/thrift
> Found output dir: /home/hzfengyu/impala/apache-
> impala/incubator-impala/shell/
> Using FlatBuffers compiler: /home/hzfengyu/impala/apache-
> impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
> --java-o/home/hzfengyu/impala/apache-impala/incubator-
> impala/fe/generated-sources/gen-java-b
> --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> impala/be/generated-sources/gen-cpp-b
> -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> -- WARNING: Doxygen not found - Docs will not be created
> -- Looking for sched_getcpu
> -- Looking for sched_getcpu - found
> -- Looking for pipe2
> -- Looking for pipe2 - found
> -- Looking for fallocate
> -- Looking for fallocate - found
> -- Looking for preadv
> -- Looking for preadv - found
> -- Looking for include file linux/magic.h
> -- Looking for include file linux/magic.h - found
> -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas -pthread
> -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED -B
> /home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/binutils-2.26.1/bin/
> -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
> -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
> -D__STDC_LIMIT_MACROS
> -- Common /home/hzfengyu/impala/apache-impala/incubator-impala/be/
> build/debug/
> -- Configuring incomplete, errors occurred!
> See also "/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeOutput.log".
> Error in /home/hzfengyu/impala/apache-impala/incubator-impala/bin/make_impala.sh
> at line 160: cmake . ${CMAKE_ARGS[@]}
>
> 2017-08-03 11:49 GMT+08:00 Henry Robinson <he...@apache.org>:
>
>> I don't think attachments come through on this mailing list (at least I
>> can't see anything attached to your mail). Could you paste the output in
>> pastebin or somewhere similar?
>>
>> On Wed, Aug 2, 2017 at 8:44 PM yu feng <ol...@gmail.com> wrote:
>>
>> > attach command output and CmakeOutput.log, Thanks a lot.
>> >
>> > 2017-08-02 23:52 GMT+08:00 Tim Armstrong <ta...@cloudera.com>:
>> >
>> >> Hi,
>> >>   I don't see an error in the output you pasted. Maybe it would help to
>> >> include the full output of buildall.sh and CmakeOutput.log
>> >>
>> >> On Wed, Aug 2, 2017 at 5:32 AM, yu feng <ol...@gmail.com> wrote:
>> >>
>> >> > Hi, I clone impala from
>> >> > https://git-wip-us.apache.org/repos/asf/incubator-impala.git, and
>> try
>> >> to
>> >> > run 'bash buildall.sh -noclean -skiptests -build_shared_libs
>> -format', I
>> >> > have finish building impalad two months ago, However, I git pull all
>> >> newest
>> >> > code, error happened:
>> >> >
>> >> >
>> >> > -- Found JNI:
>> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
>> >> > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
>> >> > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
>> >> > 0_79/jre/lib/amd64/server/libjvm.so
>> >> >
>> >> > -- ----------> Adding thirdparty library java_jvm. <----------
>> >> > -- Header files:
>> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/
>> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
>> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include
>> >> > -- Added static library dependency java_jvm:
>> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/serve
>> r/libjvm.so
>> >> > -- ----------> Adding thirdparty library breakpad_client. <----------
>> >> > -- Header files:
>> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolcha
>> in/breakpad-
>> >> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/include/breakpad
>> >> > -- Added static library dependency breakpad_client:
>> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolcha
>> in/breakpad-
>> >> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_client.a
>> >> > -- Added shared library dependency rt:
>> >> /usr/lib/x86_64-linux-gnu/librt.so
>> >> > -- Added shared library dependency dl:
>> >> /usr/lib/x86_64-linux-gnu/libdl.so
>> >> > Using Thrift compiler:
>> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
>> >> > toolchain/thrift-0.9.0-p9/bin/thrift
>> >> > Found output dir:
>> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/shell/
>> >> > Using FlatBuffers compiler:
>> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
>> >> > toolchain/flatbuffers-1.6.0/bin/flatc
>> >> > --java-o/home/hzfengyu/impala/apache-impala/incubator-
>> >> > impala/fe/generated-sources/gen-java-b
>> >> > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
>> >> > impala/be/generated-sources/gen-cpp-b
>> >> > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
>> >> > -- WARNING: Doxygen not found - Docs will not be created
>> >> > -- Looking for sched_getcpu
>> >> > -- Looking for sched_getcpu - found
>> >> > -- Looking for pipe2
>> >> > -- Looking for pipe2 - found
>> >> > -- Looking for fallocate
>> >> > -- Looking for fallocate - found
>> >> > -- Looking for preadv
>> >> > -- Looking for preadv - found
>> >> > -- Looking for include file linux/magic.h
>> >> > -- Looking for include file linux/magic.h - found
>> >> > -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas
>> >> -pthread
>> >> > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
>> >> > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG
>> -DBOOST_SYSTEM_NO_DEPRECATED -B
>> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
>> >> > toolchain/binutils-2.26.1/bin/
>> >> > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
>> >> > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
>> >> -D__STDC_FORMAT_MACROS
>> >> > -D__STDC_LIMIT_MACROS
>> >> > -- Common
>> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/be/build/debug/
>> >> > -- Configuring incomplete, errors occurred!
>> >> > See also
>> >> > "/home/hzfengyu/impala/apache-impala/incubator-impala/
>> >> > CMakeFiles/CMakeOutput.log".
>> >> > Error in
>> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/bin/mak
>> e_impala.sh
>> >> at
>> >> > line 160: cmake . ${CMAKE_ARGS[@]}
>> >> >
>> >> >
>> >> >
>> >> > I try to find something in CMakeOutput.log,  and I can not find any
>> >> error,
>> >> > Is there I miss something? thanks a lot.
>> >> >
>> >>
>> >
>> >
>>
>
>

Re: problem about buildall.sh

Posted by yu feng <ol...@gmail.com>.
build output :

IMPALA_HOME             =
/home/hzfengyu/impala/apache-impala/incubator-impala
HADOOP_HOME             =
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT/
HADOOP_CONF_DIR         =
/home/hzfengyu/impala/apache-impala/incubator-impala/fe/src/test/resources
HADOOP_INCLUDE_DIR      =
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT//include
HADOOP_LIB_DIR          =
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT//lib
MINI_DFS_BASE_DATA_DIR  =
/home/hzfengyu/impala/apache-impala/incubator-impala/cdh-5-hdfs-data
HIVE_HOME               =
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cdh_components/hive-1.1.0-cdh5.13.0-SNAPSHOT/
HIVE_CONF_DIR           =
/home/hzfengyu/impala/apache-impala/incubator-impala/fe/src/test/resources
HIVE_SRC_DIR            =
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cdh_components/hive-1.1.0-cdh5.13.0-SNAPSHOT//src
HBASE_HOME              =
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cdh_components/hbase-1.2.0-cdh5.13.0-SNAPSHOT/
HBASE_CONF_DIR          =
/home/hzfengyu/impala/apache-impala/incubator-impala/fe/src/test/resources
MINIKDC_HOME            =
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cdh_components/llama-minikdc-1.0.0
THRIFT_HOME             =
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/thrift-0.9.0-p9
HADOOP_LZO              =
/home/hzfengyu/impala/apache-impala/incubator-impala/../hadoop-lzo
IMPALA_LZO              =
/home/hzfengyu/impala/apache-impala/incubator-impala/../Impala-lzo
CLASSPATH               =
/home/hzfengyu/impala/apache-impala/incubator-impala/../hadoop-lzo/build/hadoop-lzo-0.4.15.jar:/home/hzfengyu/impala/apache-impala/incubator-impala/fe/src/test/resources:/home/hzfengyu/impala/apache-impala/incubator-impala/fe/target/classes:/home/hzfengyu/impala/apache-impala/incubator-impala/fe/target/dependency:
LIBHDFS_OPTS            =
 -Djava.library.path=/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT//lib/native/:/home/hzfengyu/impala/apache-impala/incubator-impala/be/build/debug/service
-XX:MaxPermSize=128m
PYTHONPATH              =
/home/hzfengyu/impala/apache-impala/incubator-impala:/home/hzfengyu/impala/apache-impala/incubator-impala/shell/gen-py:/home/hzfengyu/impala/apache-impala/incubator-impala/testdata/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/thrift-0.9.0-p9/python/lib/python2.7/site-packages/:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cdh_components/hive-1.1.0-cdh5.13.0-SNAPSHOT//lib/py:/home/hzfengyu/impala/apache-impala/incubator-impala/shell/ext-py/*/dist/*.egg
JAVA_HOME               = /home/hzfengyu/impala/deploy/jdk1.7.0_79
LD_LIBRARY_PATH         =
:/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64:/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/server:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT//lib/native:/home/hzfengyu/impala/apache-impala/incubator-impala/be/build/debug/service:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/snappy-1.1.4/lib:/home/hzfengyu/impala/apache-impala/incubator-impala/../Impala-lzo/build:/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64
LD_PRELOAD              =
:/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/libjsig.so
POSTGRES_JDBC_DRIVER    =
/home/hzfengyu/impala/apache-impala/incubator-impala/fe/target/dependency/postgresql-9.0-801.jdbc4.jar
IMPALA_TOOLCHAIN        =
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain
DOWNLOAD_CDH_COMPONENTS = true
Downloading Python dependencies
~/impala/apache-impala/incubator-impala/infra/python/deps
~/impala/apache-impala/incubator-impala
Getting package info from https://pypi.python.org/simple/allpairs/
File with matching md5sum already exists, skipping AllPairs-2.0.1.tar.gz
Getting package info from https://pypi.python.org/simple/boto3/
File with matching md5sum already exists, skipping boto3-1.2.3.tar.gz
Getting package info from https://pypi.python.org/simple/simplejson/
File with matching md5sum already exists, skipping simplejson-3.3.0.tar.gz
Getting package info from https://pypi.python.org/simple/botocore/
File with matching md5sum already exists, skipping botocore-1.3.30.tar.gz
Getting package info from https://pypi.python.org/simple/python_dateutil/
File with matching md5sum already exists, skipping
python-dateutil-2.5.2.tar.gz
Getting package info from https://pypi.python.org/simple/docutils/
File with matching md5sum already exists, skipping docutils-0.12.tar.gz
Getting package info from https://pypi.python.org/simple/jmespath/
File with matching md5sum already exists, skipping jmespath-0.9.0.tar.gz
Getting package info from https://pypi.python.org/simple/futures/
File with matching md5sum already exists, skipping futures-3.0.5.tar.gz
Getting package info from https://pypi.python.org/simple/cm-api/
File with matching md5sum already exists, skipping cm_api-10.0.0.tar.gz
Getting package info from https://pypi.python.org/simple/readline/
File with matching md5sum already exists, skipping readline-6.2.4.1.tar.gz
Getting package info from https://pypi.python.org/simple/Flask/
File with matching md5sum already exists, skipping Flask-0.10.1.tar.gz
Getting package info from https://pypi.python.org/simple/Jinja2/
File with matching md5sum already exists, skipping Jinja2-2.8.tar.gz
Getting package info from https://pypi.python.org/simple/MarkupSafe/
File with matching md5sum already exists, skipping MarkupSafe-0.23.tar.gz
Getting package info from https://pypi.python.org/simple/Werkzeug/
File with matching md5sum already exists, skipping Werkzeug-0.11.3.tar.gz
Getting package info from https://pypi.python.org/simple/itsdangerous/
File with matching md5sum already exists, skipping itsdangerous-0.24.tar.gz
Getting package info from https://pypi.python.org/simple/hdfs/
File with matching md5sum already exists, skipping hdfs-2.0.2.tar.gz
Getting package info from https://pypi.python.org/simple/docopt/
File with matching md5sum already exists, skipping docopt-0.6.2.tar.gz
Getting package info from https://pypi.python.org/simple/execnet/
File with matching md5sum already exists, skipping execnet-1.4.0.tar.gz
Getting package info from https://pypi.python.org/simple/kazoo/
File with matching md5sum already exists, skipping kazoo-2.2.1.tar.gz
Getting package info from https://pypi.python.org/simple/monkeypatch/
File with matching md5sum already exists, skipping monkeypatch-0.1rc3.zip
Getting package info from https://pypi.python.org/simple/ordereddict/
File with matching md5sum already exists, skipping ordereddict-1.1.tar.gz
Getting package info from https://pypi.python.org/simple/pexpect/
File with matching md5sum already exists, skipping pexpect-3.3.tar.gz
Getting package info from https://pypi.python.org/simple/pg8000/
File with matching md5sum already exists, skipping pg8000-1.10.2.tar.gz
Getting package info from https://pypi.python.org/simple/prettytable/
File with matching md5sum already exists, skipping prettytable-0.7.2.tar.bz2
Getting package info from https://pypi.python.org/simple/pyelftools/
File with matching md5sum already exists, skipping pyelftools-0.23.tar.gz
Getting package info from https://pypi.python.org/simple/pyparsing/
File with matching md5sum already exists, skipping pyparsing-2.0.3.tar.gz
Getting package info from https://pypi.python.org/simple/pytest/
File with matching md5sum already exists, skipping pytest-2.9.2.tar.gz
Getting package info from https://pypi.python.org/simple/py/
File with matching md5sum already exists, skipping py-1.4.32.tar.gz
Getting package info from https://pypi.python.org/simple/pytest-random/
File with matching md5sum already exists, skipping pytest-random-0.02.tar.gz
Getting package info from https://pypi.python.org/simple/pytest-xdist/
File with matching md5sum already exists, skipping
pytest-xdist-1.15.0.tar.gz
Getting package info from https://pypi.python.org/simple/python-magic/
File with matching md5sum already exists, skipping
python-magic-0.4.11.tar.gz
Getting package info from https://pypi.python.org/simple/pywebhdfs/
File with matching md5sum already exists, skipping pywebhdfs-0.3.2.tar.gz
Getting package info from https://pypi.python.org/simple/pbr/
File with matching md5sum already exists, skipping pbr-1.8.1.tar.gz
Getting package info from https://pypi.python.org/simple/requests/
File with matching md5sum already exists, skipping requests-2.7.0.tar.gz
Getting package info from https://pypi.python.org/simple/setuptools-scm/
File with matching md5sum already exists, skipping
setuptools_scm-1.15.4.tar.gz
Getting package info from https://pypi.python.org/simple/sh/
File with matching md5sum already exists, skipping sh-1.11.tar.gz
Getting package info from https://pypi.python.org/simple/sqlparse/
File with matching md5sum already exists, skipping sqlparse-0.1.15.tar.gz
Getting package info from https://pypi.python.org/simple/texttable/
File with matching md5sum already exists, skipping texttable-0.8.3.zip
Getting package info from https://pypi.python.org/simple/ipython/
File with matching md5sum already exists, skipping ipython-1.2.1.tar.gz
Getting package info from https://pypi.python.org/simple/apipkg/
File with matching md5sum already exists, skipping apipkg-1.4.tar.gz
Getting package info from https://pypi.python.org/simple/virtualenv/
File with matching md5sum already exists, skipping virtualenv-13.1.0.tar.gz
Getting package info from https://pypi.python.org/simple/argparse/
File with matching md5sum already exists, skipping argparse-1.4.0.tar.gz
Getting package info from https://pypi.python.org/simple/Fabric/
File with matching md5sum already exists, skipping Fabric-1.10.2.tar.gz
Getting package info from https://pypi.python.org/simple/paramiko/
File with matching md5sum already exists, skipping paramiko-1.15.2.tar.gz
Getting package info from https://pypi.python.org/simple/ecdsa/
File with matching md5sum already exists, skipping ecdsa-0.13.tar.gz
Getting package info from https://pypi.python.org/simple/pycrypto/
File with matching md5sum already exists, skipping pycrypto-2.6.1.tar.gz
Getting package info from https://pypi.python.org/simple/impyla/
File with matching md5sum already exists, skipping impyla-0.14.0.tar.gz
Getting package info from https://pypi.python.org/simple/bitarray/
File with matching md5sum already exists, skipping bitarray-0.8.1.tar.gz
Getting package info from https://pypi.python.org/simple/sasl/
File with matching md5sum already exists, skipping sasl-0.1.3.tar.gz
Getting package info from https://pypi.python.org/simple/six/
File with matching md5sum already exists, skipping six-1.9.0.tar.gz
Getting package info from https://pypi.python.org/simple/thrift/
File with matching md5sum already exists, skipping thrift-0.9.0.tar.gz
Getting package info from https://pypi.python.org/simple/thrift_sasl/
File with matching md5sum already exists, skipping thrift_sasl-0.1.0.tar.gz
Getting package info from https://pypi.python.org/simple/psutil/
File with matching md5sum already exists, skipping psutil-0.7.1.tar.gz
Getting package info from https://pypi.python.org/simple/Cython/
File with matching md5sum already exists, skipping Cython-0.23.4.tar.gz
Getting package info from https://pypi.python.org/simple/numpy/
File with matching md5sum already exists, skipping numpy-1.10.4.tar.gz
Getting package info from https://pypi.python.org/simple/kudu-python/
File with matching md5sum already exists, skipping kudu-python-1.2.0.tar.gz
Getting package info from https://pypi.python.org/simple/pycparser/
File with matching md5sum already exists, skipping pycparser-2.17.tar.gz
Getting package info from https://pypi.python.org/simple/cffi/
File with matching md5sum already exists, skipping cffi-1.10.0.tar.gz
Getting package info from https://pypi.python.org/simple/cryptography/
File with matching md5sum already exists, skipping cryptography-1.8.1.tar.gz
Getting package info from https://pypi.python.org/simple/scandir/
File with matching md5sum already exists, skipping scandir-1.5.tar.gz
Getting package info from
https://pypi.python.org/simple/azure-datalake-store/
File with matching md5sum already exists, skipping
azure-datalake-store-0.0.9.tar.gz
~/impala/apache-impala/incubator-impala
Finished downloading Python dependencies
Downloading and extracting toolchain dependencies.
Toolchain bootstrap complete.
Running make_impala.sh  -build_shared_libs -build_type=Debug -fe -cscope
-tarballs
********************************************************************************
 Building Impala
 Build type: Debug
 Impala libraries will be DYNAMICALLY linked
********************************************************************************
-- Setup toolchain link flags
-Wl,-rpath,/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64
-L/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gcc-4.9.2/lib64
-- Build type is DEBUG
-- ENABLE_CODE_COVERAGE: false
-- Boost version: 1.57.0
-- Found the following Boost libraries:
--   thread
--   regex
--   filesystem
--   system
--   date_time
-- Boost include dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/boost-1.57.0-p3/include
-- Boost libraries:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/boost-1.57.0-p3/lib/libboost_thread.a/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/boost-1.57.0-p3/lib/libboost_regex.a/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/boost-1.57.0-p3/lib/libboost_filesystem.a/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/boost-1.57.0-p3/lib/libboost_system.a/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/boost-1.57.0-p3/lib/libboost_date_time.a
-- Found OpenSSL:
/usr/lib/x86_64-linux-gnu/libssl.so;/usr/lib/x86_64-linux-gnu/libcrypto.so
(found version "1.0.1t")
-- ----------> Adding thirdparty library openssl_ssl. <----------
-- Header files: /usr/include
-- Added shared library dependency openssl_ssl:
/usr/lib/x86_64-linux-gnu/libssl.so
-- ----------> Adding thirdparty library openssl_crypto. <----------
-- Added shared library dependency openssl_crypto:
/usr/lib/x86_64-linux-gnu/libcrypto.so
-- Bzip2:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/bzip2-1.0.6-p2/include
-- ----------> Adding thirdparty library bzip2. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/bzip2-1.0.6-p2/include
-- Added static library dependency bzip2:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/bzip2-1.0.6-p2/lib/libbz2.a
-- Zlib:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/zlib-1.2.8/include
-- ----------> Adding thirdparty library zlib. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/zlib-1.2.8/include
-- Added shared library dependency zlib:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/zlib-1.2.8/lib/libz.so
-- ----------> Adding thirdparty library hdfs. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT/include
-- Added shared library dependency hdfs:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/cdh_components/hadoop-2.6.0-cdh5.13.0-SNAPSHOT/lib/native/libhdfs.so
-- ----------> Adding thirdparty library glog. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/glog-0.3.4-p2/include
-- Added shared library dependency glog:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/glog-0.3.4-p2/lib/libglog.so
CMake Error at CMakeLists.txt:178 (IMPALA_ADD_THIRDPARTY_LIB):
  IMPALA_ADD_THIRDPARTY_LIB Function invoked with incorrect arguments for
  function named: IMPALA_ADD_THIRDPARTY_LIB


-- ----------> Adding thirdparty library pprof. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gperftools-2.5/include
-- Added static library dependency pprof:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gperftools-2.5/lib/libprofiler.a
-- ----------> Adding thirdparty library gtest. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gtest-1.6.0/include
-- Added static library dependency gtest:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/gtest-1.6.0/lib/libgtest.a
-- LLVM llvm-config found at:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/llvm-config
-- LLVM clang++ found at:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/clang++
-- LLVM opt found at:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/llvm-3.8.0-p1/bin/opt
-- LLVM_ROOT:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/llvm-3.8.0-asserts-p1
-- LLVM llvm-config found at:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/llvm-3.8.0-asserts-p1/bin/llvm-config
-- LLVM include dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/llvm-3.8.0-asserts-p1/include
-- LLVM lib dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/llvm-3.8.0-asserts-p1/lib
-- ----------> Adding thirdparty library cyrus_sasl. <----------
-- Header files: /usr/include
-- Added shared library dependency cyrus_sasl:
/usr/lib/x86_64-linux-gnu/libsasl2.so
-- ----------> Adding thirdparty library ldap. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/openldap-2.4.25/include
-- Added static library dependency ldap:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/openldap-2.4.25/lib/libldap.a
-- ----------> Adding thirdparty library lber. <----------
-- Added static library dependency lber:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/openldap-2.4.25/lib/liblber.a
-- ----------> Adding thirdparty library thrift. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/thrift-0.9.0-p9/include
-- Added static library dependency thrift:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/thrift-0.9.0-p9/lib/libthrift.a
-- Thrift version: Thrift version 0.9.0
-- Thrift contrib dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/thrift-0.9.0-p9
-- Thrift compiler:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/thrift-0.9.0-p9/bin/thrift
-- Found FLATBUFFERS:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/flatbuffers-1.6.0/include

-- ----------> Adding thirdparty library flatbuffers. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/flatbuffers-1.6.0/include
-- Added static library dependency flatbuffers:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/flatbuffers-1.6.0/lib/libflatbuffers.a
-- FlatBuffers compiler:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
-- ----------> Adding thirdparty library snappy. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/snappy-1.1.4/include
-- Added static library dependency snappy:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/snappy-1.1.4/lib/libsnappy.a
-- ----------> Adding thirdparty library lz4. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/lz4-1.7.5/include
-- Added static library dependency lz4:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/lz4-1.7.5/lib/liblz4.a
-- 
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/re2-20130115-p1/include
-- ----------> Adding thirdparty library re2. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/re2-20130115-p1/include
-- Added static library dependency re2:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/re2-20130115-p1/lib/libre2.a
-- RapidJson include dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/rapidjson-0.11/include
-- ----------> Adding thirdparty library avro. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/avro-1.7.4-p4/include
-- Added static library dependency avro:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/avro-1.7.4-p4/lib/libavro.a
-- Found PROTOBUF:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/protobuf-2.6.1/lib/libprotobuf.so

-- ----------> Adding thirdparty library protobuf. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/protobuf-2.6.1/include
-- Added shared library dependency protobuf:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/protobuf-2.6.1/lib/libprotobuf.so
-- ----------> Adding thirdparty library protoc. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/protobuf-2.6.1/include
-- Added shared library dependency protoc:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/protobuf-2.6.1/lib/libprotoc.so
-- Found LIBEV:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/libev-4.20/lib/libev.so

-- ----------> Adding thirdparty library libev. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/libev-4.20/include
-- Added shared library dependency libev:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/libev-4.20/lib/libev.so
-- Found CRCUTIL:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/crcutil-440ba7babeff77ffad992df3a10c767f184e946e-p1/lib/libcrcutil.so

-- ----------> Adding thirdparty library crcutil. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/crcutil-440ba7babeff77ffad992df3a10c767f184e946e-p1/include
-- Added shared library dependency crcutil:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/crcutil-440ba7babeff77ffad992df3a10c767f184e946e-p1/lib/libcrcutil.so
-- Found JNI:
/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/server/libjvm.so

-- ----------> Adding thirdparty library java_jvm. <----------
-- Header files:
/home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/hzfengyu/impala/deploy/jdk1.7.0_79/include
-- Added static library dependency java_jvm:
/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/server/libjvm.so
-- ----------> Adding thirdparty library breakpad_client. <----------
-- Header files:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/breakpad-ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/include/breakpad
-- Added static library dependency breakpad_client:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/breakpad-ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_client.a
-- Added shared library dependency rt: /usr/lib/x86_64-linux-gnu/librt.so
-- Added shared library dependency dl: /usr/lib/x86_64-linux-gnu/libdl.so
Using Thrift compiler:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/thrift-0.9.0-p9/bin/thrift
Found output dir:
/home/hzfengyu/impala/apache-impala/incubator-impala/shell/
Using FlatBuffers compiler:
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/flatbuffers-1.6.0/bin/flatc
--java-o/home/hzfengyu/impala/apache-impala/incubator-impala/fe/generated-sources/gen-java-b
--cpp-o/home/hzfengyu/impala/apache-impala/incubator-impala/be/generated-sources/gen-cpp-b
-- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
-- WARNING: Doxygen not found - Docs will not be created
-- Looking for sched_getcpu
-- Looking for sched_getcpu - found
-- Looking for pipe2
-- Looking for pipe2 - found
-- Looking for fallocate
-- Looking for fallocate - found
-- Looking for preadv
-- Looking for preadv - found
-- Looking for include file linux/magic.h
-- Looking for include file linux/magic.h - found
-- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas -pthread
-fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
-DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED -B
/home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/binutils-2.26.1/bin/
-fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
-fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
-D__STDC_LIMIT_MACROS
-- Common
/home/hzfengyu/impala/apache-impala/incubator-impala/be/build/debug/
-- Configuring incomplete, errors occurred!
See also
"/home/hzfengyu/impala/apache-impala/incubator-impala/CMakeFiles/CMakeOutput.log".
Error in
/home/hzfengyu/impala/apache-impala/incubator-impala/bin/make_impala.sh at
line 160: cmake . ${CMAKE_ARGS[@]}

2017-08-03 11:49 GMT+08:00 Henry Robinson <he...@apache.org>:

> I don't think attachments come through on this mailing list (at least I
> can't see anything attached to your mail). Could you paste the output in
> pastebin or somewhere similar?
>
> On Wed, Aug 2, 2017 at 8:44 PM yu feng <ol...@gmail.com> wrote:
>
> > attach command output and CmakeOutput.log, Thanks a lot.
> >
> > 2017-08-02 23:52 GMT+08:00 Tim Armstrong <ta...@cloudera.com>:
> >
> >> Hi,
> >>   I don't see an error in the output you pasted. Maybe it would help to
> >> include the full output of buildall.sh and CmakeOutput.log
> >>
> >> On Wed, Aug 2, 2017 at 5:32 AM, yu feng <ol...@gmail.com> wrote:
> >>
> >> > Hi, I clone impala from
> >> > https://git-wip-us.apache.org/repos/asf/incubator-impala.git, and try
> >> to
> >> > run 'bash buildall.sh -noclean -skiptests -build_shared_libs
> -format', I
> >> > have finish building impalad two months ago, However, I git pull all
> >> newest
> >> > code, error happened:
> >> >
> >> >
> >> > -- Found JNI:
> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> >> > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> >> > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> >> > 0_79/jre/lib/amd64/server/libjvm.so
> >> >
> >> > -- ----------> Adding thirdparty library java_jvm. <----------
> >> > -- Header files:
> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/
> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> >> > hzfengyu/impala/deploy/jdk1.7.0_79/include
> >> > -- Added static library dependency java_jvm:
> >> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> server/libjvm.so
> >> > -- ----------> Adding thirdparty library breakpad_client. <----------
> >> > -- Header files:
> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/breakpad-
> >> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/include/breakpad
> >> > -- Added static library dependency breakpad_client:
> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/breakpad-
> >> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_client.a
> >> > -- Added shared library dependency rt:
> >> /usr/lib/x86_64-linux-gnu/librt.so
> >> > -- Added shared library dependency dl:
> >> /usr/lib/x86_64-linux-gnu/libdl.so
> >> > Using Thrift compiler:
> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> >> > toolchain/thrift-0.9.0-p9/bin/thrift
> >> > Found output dir:
> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/shell/
> >> > Using FlatBuffers compiler:
> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> >> > toolchain/flatbuffers-1.6.0/bin/flatc
> >> > --java-o/home/hzfengyu/impala/apache-impala/incubator-
> >> > impala/fe/generated-sources/gen-java-b
> >> > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> >> > impala/be/generated-sources/gen-cpp-b
> >> > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> >> > -- WARNING: Doxygen not found - Docs will not be created
> >> > -- Looking for sched_getcpu
> >> > -- Looking for sched_getcpu - found
> >> > -- Looking for pipe2
> >> > -- Looking for pipe2 - found
> >> > -- Looking for fallocate
> >> > -- Looking for fallocate - found
> >> > -- Looking for preadv
> >> > -- Looking for preadv - found
> >> > -- Looking for include file linux/magic.h
> >> > -- Looking for include file linux/magic.h - found
> >> > -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas
> >> -pthread
> >> > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> >> > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED
> -B
> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> >> > toolchain/binutils-2.26.1/bin/
> >> > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
> >> > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
> >> -D__STDC_FORMAT_MACROS
> >> > -D__STDC_LIMIT_MACROS
> >> > -- Common
> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/be/build/debug/
> >> > -- Configuring incomplete, errors occurred!
> >> > See also
> >> > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> >> > CMakeFiles/CMakeOutput.log".
> >> > Error in
> >> > /home/hzfengyu/impala/apache-impala/incubator-impala/bin/
> make_impala.sh
> >> at
> >> > line 160: cmake . ${CMAKE_ARGS[@]}
> >> >
> >> >
> >> >
> >> > I try to find something in CMakeOutput.log,  and I can not find any
> >> error,
> >> > Is there I miss something? thanks a lot.
> >> >
> >>
> >
> >
>

Re: problem about buildall.sh

Posted by Henry Robinson <he...@apache.org>.
I don't think attachments come through on this mailing list (at least I
can't see anything attached to your mail). Could you paste the output in
pastebin or somewhere similar?

On Wed, Aug 2, 2017 at 8:44 PM yu feng <ol...@gmail.com> wrote:

> attach command output and CmakeOutput.log, Thanks a lot.
>
> 2017-08-02 23:52 GMT+08:00 Tim Armstrong <ta...@cloudera.com>:
>
>> Hi,
>>   I don't see an error in the output you pasted. Maybe it would help to
>> include the full output of buildall.sh and CmakeOutput.log
>>
>> On Wed, Aug 2, 2017 at 5:32 AM, yu feng <ol...@gmail.com> wrote:
>>
>> > Hi, I clone impala from
>> > https://git-wip-us.apache.org/repos/asf/incubator-impala.git, and try
>> to
>> > run 'bash buildall.sh -noclean -skiptests -build_shared_libs -format', I
>> > have finish building impalad two months ago, However, I git pull all
>> newest
>> > code, error happened:
>> >
>> >
>> > -- Found JNI:
>> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
>> > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
>> > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
>> > 0_79/jre/lib/amd64/server/libjvm.so
>> >
>> > -- ----------> Adding thirdparty library java_jvm. <----------
>> > -- Header files:
>> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/
>> > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
>> > hzfengyu/impala/deploy/jdk1.7.0_79/include
>> > -- Added static library dependency java_jvm:
>> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/server/libjvm.so
>> > -- ----------> Adding thirdparty library breakpad_client. <----------
>> > -- Header files:
>> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/breakpad-
>> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/include/breakpad
>> > -- Added static library dependency breakpad_client:
>> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/breakpad-
>> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_client.a
>> > -- Added shared library dependency rt:
>> /usr/lib/x86_64-linux-gnu/librt.so
>> > -- Added shared library dependency dl:
>> /usr/lib/x86_64-linux-gnu/libdl.so
>> > Using Thrift compiler:
>> > /home/hzfengyu/impala/apache-impala/incubator-impala/
>> > toolchain/thrift-0.9.0-p9/bin/thrift
>> > Found output dir:
>> > /home/hzfengyu/impala/apache-impala/incubator-impala/shell/
>> > Using FlatBuffers compiler:
>> > /home/hzfengyu/impala/apache-impala/incubator-impala/
>> > toolchain/flatbuffers-1.6.0/bin/flatc
>> > --java-o/home/hzfengyu/impala/apache-impala/incubator-
>> > impala/fe/generated-sources/gen-java-b
>> > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
>> > impala/be/generated-sources/gen-cpp-b
>> > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
>> > -- WARNING: Doxygen not found - Docs will not be created
>> > -- Looking for sched_getcpu
>> > -- Looking for sched_getcpu - found
>> > -- Looking for pipe2
>> > -- Looking for pipe2 - found
>> > -- Looking for fallocate
>> > -- Looking for fallocate - found
>> > -- Looking for preadv
>> > -- Looking for preadv - found
>> > -- Looking for include file linux/magic.h
>> > -- Looking for include file linux/magic.h - found
>> > -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas
>> -pthread
>> > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
>> > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED -B
>> > /home/hzfengyu/impala/apache-impala/incubator-impala/
>> > toolchain/binutils-2.26.1/bin/
>> > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
>> > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
>> -D__STDC_FORMAT_MACROS
>> > -D__STDC_LIMIT_MACROS
>> > -- Common
>> > /home/hzfengyu/impala/apache-impala/incubator-impala/be/build/debug/
>> > -- Configuring incomplete, errors occurred!
>> > See also
>> > "/home/hzfengyu/impala/apache-impala/incubator-impala/
>> > CMakeFiles/CMakeOutput.log".
>> > Error in
>> > /home/hzfengyu/impala/apache-impala/incubator-impala/bin/make_impala.sh
>> at
>> > line 160: cmake . ${CMAKE_ARGS[@]}
>> >
>> >
>> >
>> > I try to find something in CMakeOutput.log,  and I can not find any
>> error,
>> > Is there I miss something? thanks a lot.
>> >
>>
>
>

Re: problem about buildall.sh

Posted by yu feng <ol...@gmail.com>.
attach command output and CmakeOutput.log, Thanks a lot.

2017-08-02 23:52 GMT+08:00 Tim Armstrong <ta...@cloudera.com>:

> Hi,
>   I don't see an error in the output you pasted. Maybe it would help to
> include the full output of buildall.sh and CmakeOutput.log
>
> On Wed, Aug 2, 2017 at 5:32 AM, yu feng <ol...@gmail.com> wrote:
>
> > Hi, I clone impala from
> > https://git-wip-us.apache.org/repos/asf/incubator-impala.git, and try to
> > run 'bash buildall.sh -noclean -skiptests -build_shared_libs -format', I
> > have finish building impalad two months ago, However, I git pull all
> newest
> > code, error happened:
> >
> >
> > -- Found JNI:
> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> > libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> > lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> > 0_79/jre/lib/amd64/server/libjvm.so
> >
> > -- ----------> Adding thirdparty library java_jvm. <----------
> > -- Header files:
> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/
> > hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> > hzfengyu/impala/deploy/jdk1.7.0_79/include
> > -- Added static library dependency java_jvm:
> > /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/server/libjvm.so
> > -- ----------> Adding thirdparty library breakpad_client. <----------
> > -- Header files:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/breakpad-
> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/include/breakpad
> > -- Added static library dependency breakpad_client:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/breakpad-
> > ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_client.a
> > -- Added shared library dependency rt: /usr/lib/x86_64-linux-gnu/
> librt.so
> > -- Added shared library dependency dl: /usr/lib/x86_64-linux-gnu/
> libdl.so
> > Using Thrift compiler:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/thrift-0.9.0-p9/bin/thrift
> > Found output dir:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/shell/
> > Using FlatBuffers compiler:
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/flatbuffers-1.6.0/bin/flatc
> > --java-o/home/hzfengyu/impala/apache-impala/incubator-
> > impala/fe/generated-sources/gen-java-b
> > --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> > impala/be/generated-sources/gen-cpp-b
> > -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> > -- WARNING: Doxygen not found - Docs will not be created
> > -- Looking for sched_getcpu
> > -- Looking for sched_getcpu - found
> > -- Looking for pipe2
> > -- Looking for pipe2 - found
> > -- Looking for fallocate
> > -- Looking for fallocate - found
> > -- Looking for preadv
> > -- Looking for preadv - found
> > -- Looking for include file linux/magic.h
> > -- Looking for include file linux/magic.h - found
> > -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas -pthread
> > -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> > -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED -B
> > /home/hzfengyu/impala/apache-impala/incubator-impala/
> > toolchain/binutils-2.26.1/bin/
> > -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
> > -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS
> -D__STDC_FORMAT_MACROS
> > -D__STDC_LIMIT_MACROS
> > -- Common
> > /home/hzfengyu/impala/apache-impala/incubator-impala/be/build/debug/
> > -- Configuring incomplete, errors occurred!
> > See also
> > "/home/hzfengyu/impala/apache-impala/incubator-impala/
> > CMakeFiles/CMakeOutput.log".
> > Error in
> > /home/hzfengyu/impala/apache-impala/incubator-impala/bin/make_impala.sh
> at
> > line 160: cmake . ${CMAKE_ARGS[@]}
> >
> >
> >
> > I try to find something in CMakeOutput.log,  and I can not find any
> error,
> > Is there I miss something? thanks a lot.
> >
>

Re: problem about buildall.sh

Posted by Tim Armstrong <ta...@cloudera.com>.
Hi,
  I don't see an error in the output you pasted. Maybe it would help to
include the full output of buildall.sh and CmakeOutput.log

On Wed, Aug 2, 2017 at 5:32 AM, yu feng <ol...@gmail.com> wrote:

> Hi, I clone impala from
> https://git-wip-us.apache.org/repos/asf/incubator-impala.git, and try to
> run 'bash buildall.sh -noclean -skiptests -build_shared_libs -format', I
> have finish building impalad two months ago, However, I git pull all newest
> code, error happened:
>
>
> -- Found JNI:
> /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/
> libjawt.so;/home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/
> lib/amd64/libjsig.so;/home/hzfengyu/impala/deploy/jdk1.7.
> 0_79/jre/lib/amd64/server/libjvm.so
>
> -- ----------> Adding thirdparty library java_jvm. <----------
> -- Header files:
> /home/hzfengyu/impala/deploy/jdk1.7.0_79/include;/home/
> hzfengyu/impala/deploy/jdk1.7.0_79/include/linux;/home/
> hzfengyu/impala/deploy/jdk1.7.0_79/include
> -- Added static library dependency java_jvm:
> /home/hzfengyu/impala/deploy/jdk1.7.0_79/jre/lib/amd64/server/libjvm.so
> -- ----------> Adding thirdparty library breakpad_client. <----------
> -- Header files:
> /home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/breakpad-
> ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/include/breakpad
> -- Added static library dependency breakpad_client:
> /home/hzfengyu/impala/apache-impala/incubator-impala/toolchain/breakpad-
> ffe3e478657dc7126fca6329dfcedc49f4c726d9-p2/lib/libbreakpad_client.a
> -- Added shared library dependency rt: /usr/lib/x86_64-linux-gnu/librt.so
> -- Added shared library dependency dl: /usr/lib/x86_64-linux-gnu/libdl.so
> Using Thrift compiler:
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/thrift-0.9.0-p9/bin/thrift
> Found output dir:
> /home/hzfengyu/impala/apache-impala/incubator-impala/shell/
> Using FlatBuffers compiler:
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/flatbuffers-1.6.0/bin/flatc
> --java-o/home/hzfengyu/impala/apache-impala/incubator-
> impala/fe/generated-sources/gen-java-b
> --cpp-o/home/hzfengyu/impala/apache-impala/incubator-
> impala/be/generated-sources/gen-cpp-b
> -- Could NOT find Doxygen (missing:  DOXYGEN_EXECUTABLE)
> -- WARNING: Doxygen not found - Docs will not be created
> -- Looking for sched_getcpu
> -- Looking for sched_getcpu - found
> -- Looking for pipe2
> -- Looking for pipe2 - found
> -- Looking for fallocate
> -- Looking for fallocate - found
> -- Looking for preadv
> -- Looking for preadv - found
> -- Looking for include file linux/magic.h
> -- Looking for include file linux/magic.h - found
> -- Compiler Flags:  -Wall -Wno-sign-compare -Wno-unknown-pragmas -pthread
> -fno-strict-aliasing -std=c++14 -Wno-deprecated -Wno-vla
> -DBOOST_DATE_TIME_POSIX_TIME_STD_CONFIG -DBOOST_SYSTEM_NO_DEPRECATED -B
> /home/hzfengyu/impala/apache-impala/incubator-impala/
> toolchain/binutils-2.26.1/bin/
> -fuse-ld=gold -g -Wno-unused-local-typedefs -ggdb -gdwarf-2 -Werror
> -fverbose-asm -D_GNU_SOURCE -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS
> -D__STDC_LIMIT_MACROS
> -- Common
> /home/hzfengyu/impala/apache-impala/incubator-impala/be/build/debug/
> -- Configuring incomplete, errors occurred!
> See also
> "/home/hzfengyu/impala/apache-impala/incubator-impala/
> CMakeFiles/CMakeOutput.log".
> Error in
> /home/hzfengyu/impala/apache-impala/incubator-impala/bin/make_impala.sh at
> line 160: cmake . ${CMAKE_ARGS[@]}
>
>
>
> I try to find something in CMakeOutput.log,  and I can not find any error,
> Is there I miss something? thanks a lot.
>