Skip to content

Instantly share code, notes, and snippets.

@HPCCSmoketest
Created December 2, 2019 21:09
Show Gist options
  • Save HPCCSmoketest/2926702d6105cc03a2359e7cd5999f3a to your computer and use it in GitHub Desktop.
Save HPCCSmoketest/2926702d6105cc03a2359e7cd5999f3a to your computer and use it in GitHub Desktop.
PR-13052

PR-13052 (Sha: 6be3b5b5)

OS: centos 7.6.1810 (Linux 3.10.0-327.28.3.el7.x86_64) GCC:gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)

Build error: Build log Build log

Determining if the pthread_create exist failed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_b87f5/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_b87f5.dir/build.make CMakeFiles/cmTC_b87f5.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b87f5.dir/CheckSymbolExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -o CMakeFiles/cmTC_b87f5.dir/CheckSymbolExists.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_b87f5
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b87f5.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc CMakeFiles/cmTC_b87f5.dir/CheckSymbolExists.c.o -o cmTC_b87f5
CMakeFiles/cmTC_b87f5.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x16): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_b87f5.dir/build.make:87: cmTC_b87f5] Error 1
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:121: cmTC_b87f5/fast] Error 2
File /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_1083b/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_1083b.dir/build.make CMakeFiles/cmTC_1083b.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1083b.dir/CheckFunctionExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_1083b.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.13/Modules/CheckFunctionExists.c
Linking C executable cmTC_1083b
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1083b.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_1083b.dir/CheckFunctionExists.c.o -o cmTC_1083b -lpthreads
/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
gmake[1]: *** [CMakeFiles/cmTC_1083b.dir/build.make:87: cmTC_1083b] Error 1
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:121: cmTC_1083b/fast] Error 2
Determining if the include file bsd/stdlib.h exists failed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_fce13/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_fce13.dir/build.make CMakeFiles/cmTC_fce13.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_fce13.dir/CheckIncludeFile.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -std=c11 -o CMakeFiles/cmTC_fce13.dir/CheckIncludeFile.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: bsd/stdlib.h: No such file or directory
#include <bsd/stdlib.h>
^~~~~~~~~~~~~~
compilation terminated.
gmake[1]: *** [CMakeFiles/cmTC_fce13.dir/build.make:66: CMakeFiles/cmTC_fce13.dir/CheckIncludeFile.c.o] Error 1
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:121: cmTC_fce13/fast] Error 2
Determining if the arc4random exist failed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_efe6e/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_efe6e.dir/build.make CMakeFiles/cmTC_efe6e.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_efe6e.dir/CheckSymbolExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -std=c11 -o CMakeFiles/cmTC_efe6e.dir/CheckSymbolExists.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: error: ‘arc4random’ undeclared (first use in this function); did you mean ‘srandom’?
return ((int*)(&arc4random))[argc];
^~~~~~~~~~
srandom
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_efe6e.dir/build.make:66: CMakeFiles/cmTC_efe6e.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:121: cmTC_efe6e/fast] Error 2
File /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef arc4random
return ((int*)(&arc4random))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test HAVE_UNORDERED_MAP failed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_c940e/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_c940e.dir/build.make CMakeFiles/cmTC_c940e.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_c940e.dir/src.cxx.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -frtti -fPIC -fmessage-length=0 -Werror=format -Wformat-security -Wformat-nonliteral -pthread -Wuninitialized -Werror=return-type -Werror=format-nonliteral -Wno-psabi -Wparentheses -std=c++11 -DHAVE_UNORDERED_MAP -std=c++11 -o CMakeFiles/cmTC_c940e.dir/src.cxx.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/src.cxx
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/src.cxx:4:14: error: ‘std::tr1’ has not been declared
std::tr1::unordered_map<int,int> m;
^~~
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/src.cxx:4:33: error: expected primary-expression before ‘int’
std::tr1::unordered_map<int,int> m;
^~~
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/src.cxx:5:16: error: ‘m’ was not declared in this scope
return m.find(42) == m.end();
^
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/src.cxx:5:16: note: suggested alternative: ‘tm’
return m.find(42) == m.end();
^
tm
gmake[1]: *** [CMakeFiles/cmTC_c940e.dir/build.make:66: CMakeFiles/cmTC_c940e.dir/src.cxx.o] Error 1
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:121: cmTC_c940e/fast] Error 2
Source file was:
#include <unordered_map>
int main() {
std::tr1::unordered_map<int,int> m;
return m.find(42) == m.end();
}
Determining if the SO_NOSIGPIPE exist failed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_d38c4/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_d38c4.dir/build.make CMakeFiles/cmTC_d38c4.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_d38c4.dir/CheckSymbolExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -o CMakeFiles/cmTC_d38c4.dir/CheckSymbolExists.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c: In function ‘main’:
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:9:19: error: ‘SO_NOSIGPIPE’ undeclared (first use in this function); did you mean ‘SO_OOBINLINE’?
return ((int*)(&SO_NOSIGPIPE))[argc];
^~~~~~~~~~~~
SO_OOBINLINE
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:9:19: note: each undeclared identifier is reported only once for each function it appears in
gmake[1]: *** [CMakeFiles/cmTC_d38c4.dir/build.make:66: CMakeFiles/cmTC_d38c4.dir/CheckSymbolExists.c.o] Error 1
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
gmake: *** [Makefile:121: cmTC_d38c4/fast] Error 2
File /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/socket.h>
#include <sys/types.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SO_NOSIGPIPE
return ((int*)(&SO_NOSIGPIPE))[argc];
#else
(void)argc;
return 0;
#endif
}
The system is: Linux - 3.10.0-327.28.3.el7.x86_64 - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /opt/rh/devtoolset-7/root/usr/bin/cc
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 "/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/3.13.0/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /opt/rh/devtoolset-7/root/usr/bin/c++
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 "/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/3.13.0/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_05434/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_05434.dir/build.make CMakeFiles/cmTC_05434.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_05434.dir/testCCompiler.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -o CMakeFiles/cmTC_05434.dir/testCCompiler.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/testCCompiler.c
Linking C executable cmTC_05434
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_05434.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -rdynamic CMakeFiles/cmTC_05434.dir/testCCompiler.c.o -o cmTC_05434
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Detecting C compiler ABI info compiled with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_5a880/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_5a880.dir/build.make CMakeFiles/cmTC_5a880.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_5a880.dir/CMakeCCompilerABI.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -o CMakeFiles/cmTC_5a880.dir/CMakeCCompilerABI.c.o -c /usr/local/share/cmake-3.13/Modules/CMakeCCompilerABI.c
Linking C executable cmTC_5a880
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a880.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_5a880.dir/CMakeCCompilerABI.c.o -o cmTC_5a880
Using built-in specs.
COLLECT_GCC=/opt/rh/devtoolset-7/root/usr/bin/cc
COLLECT_LTO_WRAPPER=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/opt/rh/devtoolset-7/root/usr --mandir=/opt/rh/devtoolset-7/root/usr/share/man --infodir=/opt/rh/devtoolset-7/root/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-plugin --with-linker-hash-style=gnu --enable-initfini-array --with-default-libstdcxx-abi=gcc4-compatible --with-isl=/builddir/build/BUILD/gcc-7.3.1-20180303/obj-x86_64-redhat-linux/isl-install --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 7.3.1 20180303 (Red Hat 7.3.1-5) (GCC)
COMPILER_PATH=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_5a880' '-mtune=generic' '-march=x86-64'
/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/collect2 -plugin /opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/liblto_plugin.so -plugin-opt=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccgLJGFd.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 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_5a880 /lib/../lib64/crt1.o /lib/../lib64/crti.o /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtbegin.o -L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7 -L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../.. CMakeFiles/cmTC_5a880.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtend.o /lib/../lib64/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_5a880' '-mtune=generic' '-march=x86-64'
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_5a880/fast"]
ignore line: [/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_5a880.dir/build.make CMakeFiles/cmTC_5a880.dir/build]
ignore line: [gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp']
ignore line: [Building C object CMakeFiles/cmTC_5a880.dir/CMakeCCompilerABI.c.o]
ignore line: [/opt/rh/devtoolset-7/root/usr/bin/cc -o CMakeFiles/cmTC_5a880.dir/CMakeCCompilerABI.c.o -c /usr/local/share/cmake-3.13/Modules/CMakeCCompilerABI.c]
ignore line: [Linking C executable cmTC_5a880]
ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5a880.dir/link.txt --verbose=1]
ignore line: [/opt/rh/devtoolset-7/root/usr/bin/cc -v -rdynamic CMakeFiles/cmTC_5a880.dir/CMakeCCompilerABI.c.o -o cmTC_5a880 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/opt/rh/devtoolset-7/root/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper]
ignore line: [Target: x86_64-redhat-linux]
ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/opt/rh/devtoolset-7/root/usr --mandir=/opt/rh/devtoolset-7/root/usr/share/man --infodir=/opt/rh/devtoolset-7/root/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-plugin --with-linker-hash-style=gnu --enable-initfini-array --with-default-libstdcxx-abi=gcc4-compatible --with-isl=/builddir/build/BUILD/gcc-7.3.1-20180303/obj-x86_64-redhat-linux/isl-install --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
ignore line: [Thread model: posix]
ignore line: [gcc version 7.3.1 20180303 (Red Hat 7.3.1-5) (GCC) ]
ignore line: [COMPILER_PATH=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/]
ignore line: [LIBRARY_PATH=/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_5a880' '-mtune=generic' '-march=x86-64']
link line: [ /opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/collect2 -plugin /opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/liblto_plugin.so -plugin-opt=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccgLJGFd.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 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_5a880 /lib/../lib64/crt1.o /lib/../lib64/crti.o /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtbegin.o -L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7 -L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../.. CMakeFiles/cmTC_5a880.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtend.o /lib/../lib64/crtn.o]
arg [/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccgLJGFd.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 [--build-id] ==> ignore
arg [--no-add-needed] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [--hash-style=gnu] ==> 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 [cmTC_5a880] ==> ignore
arg [/lib/../lib64/crt1.o] ==> ignore
arg [/lib/../lib64/crti.o] ==> ignore
arg [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtbegin.o] ==> ignore
arg [-L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7] ==> dir [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7]
arg [-L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64] ==> dir [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64]
arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
arg [-L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../..] ==> dir [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../..]
arg [CMakeFiles/cmTC_5a880.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 [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtend.o] ==> ignore
arg [/lib/../lib64/crtn.o] ==> ignore
collapse library dir [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7] ==> [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7]
collapse library dir [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64] ==> [/opt/rh/devtoolset-7/root/usr/lib64]
collapse library dir [/lib/../lib64] ==> [/lib64]
collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
collapse library dir [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../..] ==> [/opt/rh/devtoolset-7/root/usr/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit dirs: [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7;/opt/rh/devtoolset-7/root/usr/lib64;/lib64;/usr/lib64;/opt/rh/devtoolset-7/root/usr/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_f79f7/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_f79f7.dir/build.make CMakeFiles/cmTC_f79f7.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f79f7.dir/feature_tests.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -std=c11 -o CMakeFiles/cmTC_f79f7.dir/feature_tests.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_f79f7
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f79f7.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -rdynamic CMakeFiles/cmTC_f79f7.dir/feature_tests.c.o -o cmTC_f79f7
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/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: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_1645a/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_1645a.dir/build.make CMakeFiles/cmTC_1645a.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_1645a.dir/feature_tests.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -std=c99 -o CMakeFiles/cmTC_1645a.dir/feature_tests.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_1645a
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_1645a.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -rdynamic CMakeFiles/cmTC_1645a.dir/feature_tests.c.o -o cmTC_1645a
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/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: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_88954/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_88954.dir/build.make CMakeFiles/cmTC_88954.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_88954.dir/feature_tests.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -std=c90 -o CMakeFiles/cmTC_88954.dir/feature_tests.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/feature_tests.c
Linking C executable cmTC_88954
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_88954.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -rdynamic CMakeFiles/cmTC_88954.dir/feature_tests.c.o -o cmTC_88954
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/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: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_e8617/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_e8617.dir/build.make CMakeFiles/cmTC_e8617.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_e8617.dir/testCXXCompiler.cxx.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -o CMakeFiles/cmTC_e8617.dir/testCXXCompiler.cxx.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
Linking CXX executable cmTC_e8617
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e8617.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/c++ -rdynamic CMakeFiles/cmTC_e8617.dir/testCXXCompiler.cxx.o -o cmTC_e8617
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_06ec0/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_06ec0.dir/build.make CMakeFiles/cmTC_06ec0.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_06ec0.dir/CMakeCXXCompilerABI.cpp.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -o CMakeFiles/cmTC_06ec0.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp
Linking CXX executable cmTC_06ec0
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_06ec0.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_06ec0.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_06ec0
Using built-in specs.
COLLECT_GCC=/opt/rh/devtoolset-7/root/usr/bin/c++
COLLECT_LTO_WRAPPER=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/opt/rh/devtoolset-7/root/usr --mandir=/opt/rh/devtoolset-7/root/usr/share/man --infodir=/opt/rh/devtoolset-7/root/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-plugin --with-linker-hash-style=gnu --enable-initfini-array --with-default-libstdcxx-abi=gcc4-compatible --with-isl=/builddir/build/BUILD/gcc-7.3.1-20180303/obj-x86_64-redhat-linux/isl-install --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux
Thread model: posix
gcc version 7.3.1 20180303 (Red Hat 7.3.1-5) (GCC)
COMPILER_PATH=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_06ec0' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/collect2 -plugin /opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/liblto_plugin.so -plugin-opt=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccTujd66.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 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_06ec0 /lib/../lib64/crt1.o /lib/../lib64/crti.o /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtbegin.o -L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7 -L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../.. CMakeFiles/cmTC_06ec0.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtend.o /lib/../lib64/crtn.o
COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_06ec0' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_06ec0/fast"]
ignore line: [/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_06ec0.dir/build.make CMakeFiles/cmTC_06ec0.dir/build]
ignore line: [gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp']
ignore line: [Building CXX object CMakeFiles/cmTC_06ec0.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [/opt/rh/devtoolset-7/root/usr/bin/c++ -o CMakeFiles/cmTC_06ec0.dir/CMakeCXXCompilerABI.cpp.o -c /usr/local/share/cmake-3.13/Modules/CMakeCXXCompilerABI.cpp]
ignore line: [Linking CXX executable cmTC_06ec0]
ignore line: [/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_06ec0.dir/link.txt --verbose=1]
ignore line: [/opt/rh/devtoolset-7/root/usr/bin/c++ -v -rdynamic CMakeFiles/cmTC_06ec0.dir/CMakeCXXCompilerABI.cpp.o -o cmTC_06ec0 ]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/opt/rh/devtoolset-7/root/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper]
ignore line: [Target: x86_64-redhat-linux]
ignore line: [Configured with: ../configure --enable-bootstrap --enable-languages=c,c++,fortran,lto --prefix=/opt/rh/devtoolset-7/root/usr --mandir=/opt/rh/devtoolset-7/root/usr/share/man --infodir=/opt/rh/devtoolset-7/root/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-shared --enable-threads=posix --enable-checking=release --enable-multilib --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-gcc-major-version-only --enable-plugin --with-linker-hash-style=gnu --enable-initfini-array --with-default-libstdcxx-abi=gcc4-compatible --with-isl=/builddir/build/BUILD/gcc-7.3.1-20180303/obj-x86_64-redhat-linux/isl-install --enable-libmpx --enable-gnu-indirect-function --with-tune=generic --with-arch_32=i686 --build=x86_64-redhat-linux]
ignore line: [Thread model: posix]
ignore line: [gcc version 7.3.1 20180303 (Red Hat 7.3.1-5) (GCC) ]
ignore line: [COMPILER_PATH=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/]
ignore line: [LIBRARY_PATH=/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_06ec0' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/collect2 -plugin /opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/liblto_plugin.so -plugin-opt=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccTujd66.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 --build-id --no-add-needed --eh-frame-hdr --hash-style=gnu -m elf_x86_64 -export-dynamic -dynamic-linker /lib64/ld-linux-x86-64.so.2 -o cmTC_06ec0 /lib/../lib64/crt1.o /lib/../lib64/crti.o /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtbegin.o -L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7 -L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64 -L/lib/../lib64 -L/usr/lib/../lib64 -L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../.. CMakeFiles/cmTC_06ec0.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtend.o /lib/../lib64/crtn.o]
arg [/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccTujd66.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 [--build-id] ==> ignore
arg [--no-add-needed] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [--hash-style=gnu] ==> 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 [cmTC_06ec0] ==> ignore
arg [/lib/../lib64/crt1.o] ==> ignore
arg [/lib/../lib64/crti.o] ==> ignore
arg [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtbegin.o] ==> ignore
arg [-L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7] ==> dir [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7]
arg [-L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64] ==> dir [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64]
arg [-L/lib/../lib64] ==> dir [/lib/../lib64]
arg [-L/usr/lib/../lib64] ==> dir [/usr/lib/../lib64]
arg [-L/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../..] ==> dir [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../..]
arg [CMakeFiles/cmTC_06ec0.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 [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/crtend.o] ==> ignore
arg [/lib/../lib64/crtn.o] ==> ignore
collapse library dir [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7] ==> [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7]
collapse library dir [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../../../lib64] ==> [/opt/rh/devtoolset-7/root/usr/lib64]
collapse library dir [/lib/../lib64] ==> [/lib64]
collapse library dir [/usr/lib/../lib64] ==> [/usr/lib64]
collapse library dir [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7/../../..] ==> [/opt/rh/devtoolset-7/root/usr/lib]
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
implicit dirs: [/opt/rh/devtoolset-7/root/usr/lib/gcc/x86_64-redhat-linux/7;/opt/rh/devtoolset-7/root/usr/lib64;/lib64;/usr/lib64;/opt/rh/devtoolset-7/root/usr/lib]
implicit fwks: []
Detecting CXX [-std=c++1z] compiler features compiled with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_bb455/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_bb455.dir/build.make CMakeFiles/cmTC_bb455.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_bb455.dir/feature_tests.cxx.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -std=c++1z -o CMakeFiles/cmTC_bb455.dir/feature_tests.cxx.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_bb455
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bb455.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/c++ -rdynamic CMakeFiles/cmTC_bb455.dir/feature_tests.cxx.o -o cmTC_bb455
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:1cxx_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:1cxx_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:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_da1d2/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_da1d2.dir/build.make CMakeFiles/cmTC_da1d2.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_da1d2.dir/feature_tests.cxx.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -std=c++14 -o CMakeFiles/cmTC_da1d2.dir/feature_tests.cxx.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_da1d2
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_da1d2.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/c++ -rdynamic CMakeFiles/cmTC_da1d2.dir/feature_tests.cxx.o -o cmTC_da1d2
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Feature record: CXX_FEATURE:1cxx_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:1cxx_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:1cxx_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: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_9e5d6/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_9e5d6.dir/build.make CMakeFiles/cmTC_9e5d6.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_9e5d6.dir/feature_tests.cxx.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -std=c++11 -o CMakeFiles/cmTC_9e5d6.dir/feature_tests.cxx.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_9e5d6
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9e5d6.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/c++ -rdynamic CMakeFiles/cmTC_9e5d6.dir/feature_tests.cxx.o -o cmTC_9e5d6
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/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: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_5226e/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_5226e.dir/build.make CMakeFiles/cmTC_5226e.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_5226e.dir/feature_tests.cxx.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -std=c++98 -o CMakeFiles/cmTC_5226e.dir/feature_tests.cxx.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/feature_tests.cxx
Linking CXX executable cmTC_5226e
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5226e.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/c++ -rdynamic CMakeFiles/cmTC_5226e.dir/feature_tests.cxx.o -o cmTC_5226e
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/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 include file pthread.h exists passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_ae753/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_ae753.dir/build.make CMakeFiles/cmTC_ae753.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_ae753.dir/CheckIncludeFile.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -o CMakeFiles/cmTC_ae753.dir/CheckIncludeFile.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_ae753
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ae753.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc CMakeFiles/cmTC_ae753.dir/CheckIncludeFile.c.o -o cmTC_ae753
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_f4171/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_f4171.dir/build.make CMakeFiles/cmTC_f4171.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f4171.dir/CheckFunctionExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_f4171.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.13/Modules/CheckFunctionExists.c
Linking C executable cmTC_f4171
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f4171.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_f4171.dir/CheckFunctionExists.c.o -o cmTC_f4171 -lpthread
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining if the function dlopen exists in the dl passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_a84ae/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_a84ae.dir/build.make CMakeFiles/cmTC_a84ae.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a84ae.dir/CheckFunctionExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=dlopen -o CMakeFiles/cmTC_a84ae.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.13/Modules/CheckFunctionExists.c
Linking C executable cmTC_a84ae
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a84ae.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=dlopen CMakeFiles/cmTC_a84ae.dir/CheckFunctionExists.c.o -o cmTC_a84ae -ldl
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining if the function crypt exists in the crypt passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_f22ed/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_f22ed.dir/build.make CMakeFiles/cmTC_f22ed.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f22ed.dir/CheckFunctionExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=crypt -o CMakeFiles/cmTC_f22ed.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.13/Modules/CheckFunctionExists.c
Linking C executable cmTC_f22ed
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f22ed.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -DCHECK_FUNCTION_EXISTS=crypt CMakeFiles/cmTC_f22ed.dir/CheckFunctionExists.c.o -o cmTC_f22ed -lcrypt
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining if the include file uuid/uuid.h exists passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_62d82/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_62d82.dir/build.make CMakeFiles/cmTC_62d82.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_62d82.dir/CheckIncludeFile.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -std=c11 -o CMakeFiles/cmTC_62d82.dir/CheckIncludeFile.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_62d82
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_62d82.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -lrt CMakeFiles/cmTC_62d82.dir/CheckIncludeFile.c.o -o cmTC_62d82
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining if the uuid_generate exist passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_f18f5/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_f18f5.dir/build.make CMakeFiles/cmTC_f18f5.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_f18f5.dir/CheckSymbolExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -std=c11 -o CMakeFiles/cmTC_f18f5.dir/CheckSymbolExists.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_f18f5
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f18f5.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -lrt CMakeFiles/cmTC_f18f5.dir/CheckSymbolExists.c.o -o cmTC_f18f5 -lbsd -luuid
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
File /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <uuid/uuid.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef uuid_generate
return ((int*)(&uuid_generate))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the poll exist passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_a0033/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_a0033.dir/build.make CMakeFiles/cmTC_a0033.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_a0033.dir/CheckSymbolExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -std=c11 -o CMakeFiles/cmTC_a0033.dir/CheckSymbolExists.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_a0033
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a0033.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -lrt CMakeFiles/cmTC_a0033.dir/CheckSymbolExists.c.o -o cmTC_a0033 -lbsd -luuid
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
File /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <poll.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef poll
return ((int*)(&poll))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the epoll_create exist passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_c42f3/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_c42f3.dir/build.make CMakeFiles/cmTC_c42f3.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_c42f3.dir/CheckSymbolExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -std=c11 -o CMakeFiles/cmTC_c42f3.dir/CheckSymbolExists.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_c42f3
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c42f3.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -lrt CMakeFiles/cmTC_c42f3.dir/CheckSymbolExists.c.o -o cmTC_c42f3 -lbsd -luuid
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
File /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/epoll.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef epoll_create
return ((int*)(&epoll_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the include file sys/types.h exists passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_cfd52/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_cfd52.dir/build.make CMakeFiles/cmTC_cfd52.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_cfd52.dir/CheckIncludeFile.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -std=c11 -o CMakeFiles/cmTC_cfd52.dir/CheckIncludeFile.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_cfd52
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cfd52.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -lrt CMakeFiles/cmTC_cfd52.dir/CheckIncludeFile.c.o -o cmTC_cfd52
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining if the include file stdint.h exists passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_99fd0/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_99fd0.dir/build.make CMakeFiles/cmTC_99fd0.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_99fd0.dir/CheckIncludeFile.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -std=c11 -o CMakeFiles/cmTC_99fd0.dir/CheckIncludeFile.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_99fd0
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_99fd0.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -lrt CMakeFiles/cmTC_99fd0.dir/CheckIncludeFile.c.o -o cmTC_99fd0
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining if the include file stddef.h exists passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_b216d/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_b216d.dir/build.make CMakeFiles/cmTC_b216d.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_b216d.dir/CheckIncludeFile.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -std=c11 -o CMakeFiles/cmTC_b216d.dir/CheckIncludeFile.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_b216d
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b216d.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -lrt CMakeFiles/cmTC_b216d.dir/CheckIncludeFile.c.o -o cmTC_b216d
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining size of struct mmsghdr passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_9e28e/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_9e28e.dir/build.make CMakeFiles/cmTC_9e28e.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_9e28e.dir/STRUCT_MMSGHDR_TYPE_EXISTS.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -o CMakeFiles/cmTC_9e28e.dir/STRUCT_MMSGHDR_TYPE_EXISTS.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CheckTypeSize/STRUCT_MMSGHDR_TYPE_EXISTS.c
Linking C executable cmTC_9e28e
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_9e28e.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -rdynamic CMakeFiles/cmTC_9e28e.dir/STRUCT_MMSGHDR_TYPE_EXISTS.c.o -o cmTC_9e28e -lbsd -luuid
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining if the recvmmsg exist passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_e3895/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_e3895.dir/build.make CMakeFiles/cmTC_e3895.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_e3895.dir/CheckSymbolExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -std=c11 -o CMakeFiles/cmTC_e3895.dir/CheckSymbolExists.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_e3895
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e3895.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -lrt CMakeFiles/cmTC_e3895.dir/CheckSymbolExists.c.o -o cmTC_e3895 -lbsd -luuid
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
File /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/socket.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef recvmmsg
return ((int*)(&recvmmsg))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sendmmsg exist passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_216ab/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_216ab.dir/build.make CMakeFiles/cmTC_216ab.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_216ab.dir/CheckSymbolExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -std=c11 -o CMakeFiles/cmTC_216ab.dir/CheckSymbolExists.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_216ab
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_216ab.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -lrt CMakeFiles/cmTC_216ab.dir/CheckSymbolExists.c.o -o cmTC_216ab -lbsd -luuid
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
File /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/socket.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sendmmsg
return ((int*)(&sendmmsg))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the fallocate exist passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_501e5/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_501e5.dir/build.make CMakeFiles/cmTC_501e5.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_501e5.dir/CheckSymbolExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -std=c11 -o CMakeFiles/cmTC_501e5.dir/CheckSymbolExists.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_501e5
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_501e5.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -lrt CMakeFiles/cmTC_501e5.dir/CheckSymbolExists.c.o -o cmTC_501e5 -lbsd -luuid
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
File /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fcntl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef fallocate
return ((int*)(&fallocate))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the CXX compiler accepts the flag -std=c++11 passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_44438/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_44438.dir/build.make CMakeFiles/cmTC_44438.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_44438.dir/DummyCXXFile.cxx.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -frtti -fPIC -fmessage-length=0 -Werror=format -Wformat-security -Wformat-nonliteral -pthread -Wuninitialized -Werror=return-type -Werror=format-nonliteral -Wno-psabi -Wparentheses -std=c++11 -std=c++11 -o CMakeFiles/cmTC_44438.dir/DummyCXXFile.cxx.o -c /usr/local/share/cmake-3.13/Modules/DummyCXXFile.cxx
Linking CXX executable cmTC_44438
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_44438.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/c++ -frtti -fPIC -fmessage-length=0 -Werror=format -Wformat-security -Wformat-nonliteral -pthread -Wuninitialized -Werror=return-type -Werror=format-nonliteral -Wno-psabi -Wparentheses -std=c++11 -std=c++11 -rdynamic CMakeFiles/cmTC_44438.dir/DummyCXXFile.cxx.o -o cmTC_44438
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Performing C++ SOURCE FILE Test HAVE_UNORDERED_MAP succeeded with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_40376/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_40376.dir/build.make CMakeFiles/cmTC_40376.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_40376.dir/src.cxx.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -frtti -fPIC -fmessage-length=0 -Werror=format -Wformat-security -Wformat-nonliteral -pthread -Wuninitialized -Werror=return-type -Werror=format-nonliteral -Wno-psabi -Wparentheses -std=c++11 -DHAVE_UNORDERED_MAP -std=c++11 -o CMakeFiles/cmTC_40376.dir/src.cxx.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_40376
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_40376.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/c++ -frtti -fPIC -fmessage-length=0 -Werror=format -Wformat-security -Wformat-nonliteral -pthread -Wuninitialized -Werror=return-type -Werror=format-nonliteral -Wno-psabi -Wparentheses -std=c++11 -DHAVE_UNORDERED_MAP -std=c++11 -rdynamic CMakeFiles/cmTC_40376.dir/src.cxx.o -o cmTC_40376
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Source file was:
#include <unordered_map>
int main() {
std::unordered_map<int,int> m;
return m.find(42) == m.end();
}
Performing C++ SOURCE FILE Test HAVE_HASH_FUNC_HEADER succeeded with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_4191e/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_4191e.dir/build.make CMakeFiles/cmTC_4191e.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_4191e.dir/src.cxx.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -frtti -fPIC -fmessage-length=0 -Werror=format -Wformat-security -Wformat-nonliteral -pthread -Wuninitialized -Werror=return-type -Werror=format-nonliteral -Wno-psabi -Wparentheses -std=c++11 -DHAVE_HASH_FUNC_HEADER -std=c++11 -o CMakeFiles/cmTC_4191e.dir/src.cxx.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_4191e
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_4191e.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/c++ -frtti -fPIC -fmessage-length=0 -Werror=format -Wformat-security -Wformat-nonliteral -pthread -Wuninitialized -Werror=return-type -Werror=format-nonliteral -Wno-psabi -Wparentheses -std=c++11 -DHAVE_HASH_FUNC_HEADER -std=c++11 -rdynamic CMakeFiles/cmTC_4191e.dir/src.cxx.o -o cmTC_4191e
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Source file was:
#include <functional>
int main() { int x = std::hash<int>()(42); }
Determining if the include file inttypes.h exists passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_29f19/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_29f19.dir/build.make CMakeFiles/cmTC_29f19.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_29f19.dir/CheckIncludeFile.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -o CMakeFiles/cmTC_29f19.dir/CheckIncludeFile.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckIncludeFile.c
Linking C executable cmTC_29f19
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_29f19.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE CMakeFiles/cmTC_29f19.dir/CheckIncludeFile.c.o -o cmTC_29f19
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining if the function memcpy exists passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_7ad8f/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_7ad8f.dir/build.make CMakeFiles/cmTC_7ad8f.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7ad8f.dir/CheckFunctionExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -DCHECK_FUNCTION_EXISTS=memcpy -o CMakeFiles/cmTC_7ad8f.dir/CheckFunctionExists.c.o -c /usr/local/share/cmake-3.13/Modules/CheckFunctionExists.c
<command-line>:0:23: warning: conflicting types for built-in function ‘memcpy’ [-Wbuiltin-declaration-mismatch]
/usr/local/share/cmake-3.13/Modules/CheckFunctionExists.c:7:3: note: in expansion of macro ‘CHECK_FUNCTION_EXISTS’
CHECK_FUNCTION_EXISTS(void);
^~~~~~~~~~~~~~~~~~~~~
Linking C executable cmTC_7ad8f
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7ad8f.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -DCHECK_FUNCTION_EXISTS=memcpy -rdynamic CMakeFiles/cmTC_7ad8f.dir/CheckFunctionExists.c.o -o cmTC_7ad8f
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining size of long long passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_bdbb2/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_bdbb2.dir/build.make CMakeFiles/cmTC_bdbb2.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_bdbb2.dir/LONG_LONG.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -o CMakeFiles/cmTC_bdbb2.dir/LONG_LONG.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CheckTypeSize/LONG_LONG.c
Linking C executable cmTC_bdbb2
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_bdbb2.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -rdynamic CMakeFiles/cmTC_bdbb2.dir/LONG_LONG.c.o -o cmTC_bdbb2
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining size of uint16_t passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_95d76/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_95d76.dir/build.make CMakeFiles/cmTC_95d76.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_95d76.dir/UINT16_T.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -o CMakeFiles/cmTC_95d76.dir/UINT16_T.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CheckTypeSize/UINT16_T.c
Linking C executable cmTC_95d76
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_95d76.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -rdynamic CMakeFiles/cmTC_95d76.dir/UINT16_T.c.o -o cmTC_95d76
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining size of u_int16_t passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_46d9f/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_46d9f.dir/build.make CMakeFiles/cmTC_46d9f.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_46d9f.dir/U_INT16_T.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -o CMakeFiles/cmTC_46d9f.dir/U_INT16_T.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CheckTypeSize/U_INT16_T.c
Linking C executable cmTC_46d9f
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_46d9f.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -rdynamic CMakeFiles/cmTC_46d9f.dir/U_INT16_T.c.o -o cmTC_46d9f
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining size of __uint16_t passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_7216f/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_7216f.dir/build.make CMakeFiles/cmTC_7216f.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7216f.dir/__UINT16_T.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -o CMakeFiles/cmTC_7216f.dir/__UINT16_T.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CheckTypeSize/__UINT16_T.c
Linking C executable cmTC_7216f
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7216f.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -rdynamic CMakeFiles/cmTC_7216f.dir/__UINT16_T.c.o -o cmTC_7216f
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Determining if the GRND_NONBLOCK exist passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_12c98/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_12c98.dir/build.make CMakeFiles/cmTC_12c98.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_12c98.dir/CheckSymbolExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -o CMakeFiles/cmTC_12c98.dir/CheckSymbolExists.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_12c98
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_12c98.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE CMakeFiles/cmTC_12c98.dir/CheckSymbolExists.c.o -o cmTC_12c98
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
File /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <linux/random.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef GRND_NONBLOCK
return ((int*)(&GRND_NONBLOCK))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the timerfd_create exist passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_56621/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_56621.dir/build.make CMakeFiles/cmTC_56621.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_56621.dir/CheckSymbolExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -o CMakeFiles/cmTC_56621.dir/CheckSymbolExists.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_56621
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_56621.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE CMakeFiles/cmTC_56621.dir/CheckSymbolExists.c.o -o cmTC_56621
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
File /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/timerfd.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef timerfd_create
return ((int*)(&timerfd_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sigtimedwait exist passed with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_eb9d0/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_eb9d0.dir/build.make CMakeFiles/cmTC_eb9d0.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_eb9d0.dir/CheckSymbolExists.c.o
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE -o CMakeFiles/cmTC_eb9d0.dir/CheckSymbolExists.c.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_eb9d0
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_eb9d0.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/cc -D_GNU_SOURCE CMakeFiles/cmTC_eb9d0.dir/CheckSymbolExists.c.o -o cmTC_eb9d0
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
File /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <signal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sigtimedwait
return ((int*)(&sigtimedwait))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C++ SOURCE FILE Test HAVE_BUILTIN_BSWAP32 succeeded with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_8acad/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_8acad.dir/build.make CMakeFiles/cmTC_8acad.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_8acad.dir/src.cxx.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -frtti -fPIC -fmessage-length=0 -Werror=format -Wformat-security -Wformat-nonliteral -pthread -Wuninitialized -Werror=return-type -Werror=format-nonliteral -Wno-psabi -Wparentheses -std=c++11 -DHAVE_BUILTIN_BSWAP32 -o CMakeFiles/cmTC_8acad.dir/src.cxx.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/src.cxx
Linking CXX executable cmTC_8acad
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_8acad.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/c++ -frtti -fPIC -fmessage-length=0 -Werror=format -Wformat-security -Wformat-nonliteral -pthread -Wuninitialized -Werror=return-type -Werror=format-nonliteral -Wno-psabi -Wparentheses -std=c++11 -DHAVE_BUILTIN_BSWAP32 -rdynamic CMakeFiles/cmTC_8acad.dir/src.cxx.o -o cmTC_8acad
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return __builtin_bswap32(42); }
Performing C++ SOURCE FILE Test HAVE_BUILTIN_BSWAP64 succeeded with the following output:
Change Dir: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp
Run Build Command:"/opt/rh/devtoolset-7/root/usr/bin/gmake" "cmTC_006eb/fast"
/opt/rh/devtoolset-7/root/usr/bin/gmake -f CMakeFiles/cmTC_006eb.dir/build.make CMakeFiles/cmTC_006eb.dir/build
gmake[1]: Entering directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Building CXX object CMakeFiles/cmTC_006eb.dir/src.cxx.o
/opt/rh/devtoolset-7/root/usr/bin/c++ -frtti -fPIC -fmessage-length=0 -Werror=format -Wformat-security -Wformat-nonliteral -pthread -Wuninitialized -Werror=return-type -Werror=format-nonliteral -Wno-psabi -Wparentheses -std=c++11 -DHAVE_BUILTIN_BSWAP64 -o CMakeFiles/cmTC_006eb.dir/src.cxx.o -c /mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/src.cxx
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/src.cxx: In function ‘int main()’:
/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp/src.cxx:1:38: warning: overflow in implicit constant conversion [-Woverflow]
int main() { return __builtin_bswap64(42); }
~~~~~~~~~~~~~~~~~^~~~
Linking CXX executable cmTC_006eb
/usr/local/bin/cmake -E cmake_link_script CMakeFiles/cmTC_006eb.dir/link.txt --verbose=1
/opt/rh/devtoolset-7/root/usr/bin/c++ -frtti -fPIC -fmessage-length=0 -Werror=format -Wformat-security -Wformat-nonliteral -pthread -Wuninitialized -Werror=return-type -Werror=format-nonliteral -Wno-psabi -Wparentheses -std=c++11 -DHAVE_BUILTIN_BSWAP64 -rdynamic CMakeFiles/cmTC_006eb.dir/src.cxx.o -o cmTC_006eb
gmake[1]: Leaving directory '/mnt/disk1/home/vamosax/smoketest/PR-13052/build/CMakeFiles/CMakeTmp'
Source file was:
int main() { return __builtin_bswap64(42); }
Archive previous test session logs and other files older than 2 minutes.
zip warning: old-logs-2019-12-02_16-19-45.zip not found or empty
adding: changedFiles.txt (deflated 47%)
adding: wutoolTests.summary (deflated 46%)
adding: unittests.2019-11-19_14-53-01.log (deflated 77%)
adding: gistloghandler-19-11-19-15-20-45.log (stored 0%)
adding: JlibIOTest.txt (deflated 93%)
adding: wutoolTests.2019-11-19_14-54-17.log (deflated 91%)
adding: wutest-2019-11-19_15-20-14.log (deflated 18%)
adding: sha.old (deflated 3%)
adding: gistloghandler-19-11-19-14-47-24.log (stored 0%)
adding: unittests.log (deflated 77%)
adding: unittests.summary (deflated 56%)
adding: 13052.diff (deflated 94%)
adding: WatchDog-2019-11-19_14-53-01.log (deflated 75%)
adding: buildResult-19-11-19-15-20-43.log (deflated 68%)
adding: wutoolTestExecution-2019-11-19_14-54-17.log (deflated 91%)
adding: unittest-2019-11-19_14-53-01.log (deflated 83%)
adding: WatchDog-2019-11-19_14-55-20.log (deflated 69%)
adding: result-19-11-19-14-47-22.log (deflated 75%)
adding: wutoolTests.log (deflated 91%)
adding: HPCCSystems-regression-19-11-19-14-47-22.log (deflated 91%)
adding: RelWithDebInfo_Build_2019-11-19_14-47-47.log (deflated 90%)
Stop hpcc to remove leftover admin stuff
HPCC doesn't run
Check if any hpcc owned orphan process is running
There is no leftover process
Done.
BUILD_ROOT:build
./ProcessPullRequests.py
Cores: 32
CPU speed: 3300 MHz
CPU Bogo Mips: 5206
Parallel queries: 20
Build threads: unlimited
Total memory: 125 GB
Available memory: 109 GB
Memory core ratio: 3.906 GB/core
Setup timeout: 120 sec
Regression timeout: 720 sec
Start...
PR_ROOT:/mnt/disk1/home/vamosax/smoketest/PR-13052
Build type: RelWithDebInfo
Stored params: -X dropzonePath=/mnt/disk1/home/vamosax/smoketest/PR-13052/hpcc/var/lib/HPCCSystems/mydropzone/,localdir=mnt::disk1::home::vamosax::smoketest::^p^r-13052::hpcc::var::lib::^h^p^c^c^systems::mydropzone
./quickBuild.sh CLI params are: -tests="*.ecl " -docs=False -unittest=True -wuttest=True -buildEclWatch=False -keepFiles=False -enableStackTrace=True
Param: tests="*.ecl "
Regression Suite test case(s): '*.ecl '
Param: docs=False
Build docs: '0'
Param: unittest=True
Run unittests: '1'
Param: wuttest=True
Run wutool -selftest: '1'
Param: buildEclWatch=False
Build ECLWatch: 'SKIP'
Param: keepFiles=False
Keep files: '0'
Param: enableStackTrace=True
Stack trace: '1', ENABLE_STACK_TRACE: --generateStackTrace
Loglevel: info
Regression Suite test case(s): '*.ecl '
Global exclusion: -e=embedded,3rdparty,python2
Current branch: candidate-7.6.x
Patch system/jlib/jthread.hpp to build in c++11
Milestone:Makefile generation
RelWithDebInfo build start at: 2019-12-02_16-19-45
Create makefiles 2019-12-02_16-19-45
CMAKE_CMD:'cmake -G "Eclipse CDT4 - Unix Makefiles" -D RUNTIME_USER=vamosax -D DESTDIR=/mnt/disk1/home/vamosax/smoketest/PR-13052/hpcc -D CMAKE_BUILD_TYPE=RelWithDebInfo -D INCLUDE_PLUGINS=ON -D TEST_PLUGINS=1 -DSUPPRESS_PY2EMBED=ON -DINCLUDE_PY2EMBED=OFF -D MAKE_DOCS=0 -D USE_CPPUNIT=1 -D INCLUDE_SPARK=0 -DSUPPRESS_SPARK=1 -DSPARK=0 -D ECLWATCH_BUILD_STRATEGY=SKIP -D WSSQL_SERVICE=0 -D CMAKE_EXPORT_COMPILE_COMMANDS=ON -D USE_LIBXSLT=ON -D XALAN_LIBRARIES= -D MAKE_CASSANDRAEMBED=1 -D CMAKE_ECLIPSE_MAKE_ARGUMENTS=-30 ../HPCC-Platform ln -s ../HPCC-Platform'\n
Install ECLWatch build dependencies skipped.
Makefiles created (2019-12-02_16-20-19 34 sec )
Milestone:Build it
cmd: make -j (2019-12-02_16-20-19)
res:
Error(s): 5
CMake Error at cmake/Modules/DownloadLcbDep.cmake:18 (MESSAGE):
-- Configuring incomplete, errors occurred!
make[2]: *** [plugins/couchbase/CMakeFiles/libcouchbase-build.dir/build.make:62: plugins/couchbase/libcouchbase-build/lib/libcouchbase.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:15764: plugins/couchbase/CMakeFiles/libcouchbase-build.dir/all] Error 2
make: *** [Makefile:163: all] Error 2
CMake Error at cmake/Modules/DownloadLcbDep.cmake:18 (MESSAGE):
Failed to download
https://packages.couchbase.com/clients/c/mock/CouchbaseMock-1.5.19.jar
Call Stack (most recent call first):
tests/CMakeLists.txt:70 (DOWNLOAD_LCB_DEP)
-- Configuring incomplete, errors occurred!
See also "/mnt/disk1/home/vamosax/smoketest/PR-13052/build/plugins/couchbase/libcouchbase-build/CMakeFiles/CMakeOutput.log".
make[2]: *** [plugins/couchbase/CMakeFiles/libcouchbase-build.dir/build.make:62: plugins/couchbase/libcouchbase-build/lib/libcouchbase.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:15764: plugins/couchbase/CMakeFiles/libcouchbase-build.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
+ automake --add-missing --copy
configure.ac:35: installing './ar-lib'
configure.ac:26: installing './compile'
configure.ac:22: installing './config.guess'
configure.ac:22: installing './config.sub'
configure.ac:21: installing './install-sh'
configure.ac:21: installing './missing'
Makefile.am: installing './depcomp'
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking whether gcc and cc understand -c and -o together... yes
checking if gcc supports -fvisibility=hidden flag... yes
checking if gcc supports -g flag... yes
checking if gcc supports -std=gnu89 flag... yes
checking if gcc supports -pedantic flag... yes
checking if gcc supports -Wall flag... yes
checking if gcc supports -Wextra flag... yes
checking if gcc supports -Wno-unused-parameter flag... yes
checking for ar... ar
checking the archiver (ar) interface... ar
checking how to print strings... printf
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/ld
checking if the linker (/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /opt/rh/devtoolset-7/root/usr/bin/nm -B
checking the name lister (/opt/rh/devtoolset-7/root/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 7864320
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
checking for /opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /opt/rh/devtoolset-7/root/usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for mt... no
checking if : is a manifest tool... no
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
[ 20%] Built target tbb
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... no
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/opt/rh/devtoolset-7/root/usr/libexec/gcc/x86_64-redhat-linux/7/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether make supports nested variables... (cached) yes
checking for dlopen in -ldl... yes
checking for kstat_lookup in -lkstat... no
checking for kvm_open in -lkvm... no
checking for gethostbyname in -lnsl... yes
checking for perfstat_cpu in -lperfstat... no
checking for pthread_mutex_init in -lpthread... yes
checking for clock_gettime in -lrt... yes
checking for sendfile in -lsendfile... no
checking for socket in -lsocket... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking sys/ahafs_evProds.h usability... no
checking sys/ahafs_evProds.h presence... no
checking for sys/ahafs_evProds.h... no
checking for pkg-config... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating libuv.pc
config.status: creating Makefile
config.status: executing depfiles commands
config.status: executing libtool commands
CC src/libuv_la-fs-poll.lo
CC src/libuv_la-uv-common.lo
CC src/libuv_la-inet.lo
CC src/libuv_la-threadpool.lo
CC src/unix/libuv_la-async.lo
CC src/unix/libuv_la-core.lo
CC src/libuv_la-version.lo
CC src/unix/libuv_la-dl.lo
CC src/unix/libuv_la-getaddrinfo.lo
CC src/unix/libuv_la-fs.lo
CC src/unix/libuv_la-loop-watcher.lo
CC src/unix/libuv_la-getnameinfo.lo
CC src/unix/libuv_la-loop.lo
CC src/unix/libuv_la-pipe.lo
CC src/unix/libuv_la-poll.lo
CC src/unix/libuv_la-process.lo
CC src/unix/libuv_la-signal.lo
CC src/unix/libuv_la-stream.lo
CC src/unix/libuv_la-tcp.lo
CC src/unix/libuv_la-timer.lo
CC src/unix/libuv_la-thread.lo
CC src/unix/libuv_la-tty.lo
CC src/unix/libuv_la-udp.lo
CC src/unix/libuv_la-linux-core.lo
CC src/unix/libuv_la-linux-inotify.lo
CC src/unix/libuv_la-linux-syscalls.lo
CC src/unix/libuv_la-proctitle.lo
CCLD libuv.la
[ 20%] Built target libuv
[ 20%] Linking CXX shared library ../../RelWithDebInfo/libs/libjlib.so
[ 20%] Built target jlib
-- Updating version info to 1.0.116
-- Custom memory management disabled
-- Looking for include file pulse/simple.h
-- Looking for include file pulse/simple.h - not found
CMake Warning at aws-cpp-sdk-text-to-speech/CMakeLists.txt:30 (message):
We've detected that you are building on linux, but the header files for
pulseaudio are not available. If you are providing your own audio
implementation or you will not be using the text-to-speech library, this is
fine. However, if you are not providing your own implemenation and you
want to use text-to-speech, you need to install the dev files for
pulseudio. e.g. apt-get install libpulse-dev or yum install
pulseaudio-libs-devel. Currently, no audio implementation will be built
into this library.
-- Configuring done
-- Generating done
-- Build files have been written to: /mnt/disk1/home/vamosax/smoketest/PR-13052/build/plugins/sqs/aws-sdk-cpp
[ 21%] Performing build step for 'aws-sdk-cpp'
Scanning dependencies of target aws-cpp-sdk-core
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/AmazonWebServiceRequest.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/Globals.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/AmazonSerializableWebServiceRequest.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/AmazonStreamingWebServiceRequest.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/Aws.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/auth/AWSCredentialsProvider.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/auth/AWSCredentialsProviderChain.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/Version.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/client/ClientConfiguration.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/auth/AWSAuthSigner.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/client/AsyncCallerContext.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/external/json-cpp/jsoncpp.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpClient.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/client/AWSErrorMarshaller.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/client/AWSClient.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/external/tinyxml2/tinyxml2.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/client/CoreErrors.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/client/DefaultRetryStrategy.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpTypes.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/config/AWSProfileConfigLoader.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpClientFactory.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/HttpRequest.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/standard/StandardHttpRequest.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/curl/CurlHandleContainer.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/URI.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/curl/CurlHttpClient.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/Scheme.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/http/standard/StandardHttpResponse.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/platform/linux-shared/Environment.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/platform/linux-shared/FileSystem.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/internal/AWSHttpResourceClient.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/platform/linux-shared/OSVersionInfo.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/platform/linux-shared/Time.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/platform/linux-shared/Security.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/Array.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/DNS.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/DateTimeCommon.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/Directory.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/EnumParseOverflowContainer.cpp.o
[ 0%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/GetTheLights.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/HashingUtils.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/StringUtils.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/TempFile.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/UUID.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/base64/Base64.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/Cipher.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/ContentCryptoMaterial.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/ContentCryptoScheme.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/CryptoBuf.cpp.o
/mnt/disk1/home/vamosax/smoketest/PR-13052/HPCC-Platform/plugins/sqs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp: In static member function ‘static void Aws::External::tinyxml2::XMLUtil::ConvertUTF32ToUTF8(long unsigned int, char*, int*)’:
/mnt/disk1/home/vamosax/smoketest/PR-13052/HPCC-Platform/plugins/sqs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp:339:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
input >>= 6;
~~~~~~^~~~~
/mnt/disk1/home/vamosax/smoketest/PR-13052/HPCC-Platform/plugins/sqs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp:340:5: note: here
case 3:
^~~~
/mnt/disk1/home/vamosax/smoketest/PR-13052/HPCC-Platform/plugins/sqs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp:343:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
input >>= 6;
~~~~~~^~~~~
/mnt/disk1/home/vamosax/smoketest/PR-13052/HPCC-Platform/plugins/sqs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp:344:5: note: here
case 2:
^~~~
/mnt/disk1/home/vamosax/smoketest/PR-13052/HPCC-Platform/plugins/sqs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp:347:13: warning: this statement may fall through [-Wimplicit-fallthrough=]
input >>= 6;
~~~~~~^~~~~
/mnt/disk1/home/vamosax/smoketest/PR-13052/HPCC-Platform/plugins/sqs/aws-sdk-cpp/aws-cpp-sdk-core/source/external/tinyxml2/tinyxml2.cpp:348:5: note: here
case 1:
^~~~
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/CryptoStream.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/EncryptionMaterials.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/KeyWrapAlgorithm.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/MD5.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/Sha256.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/Sha256HMAC.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/factory/Factories.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/crypto/openssl/CryptoImpl.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/json/JsonSerializer.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/logging/AWSLogging.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/logging/ConsoleLogSystem.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/logging/DefaultLogSystem.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/logging/FormattedLogSystem.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/logging/LogLevel.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/memory/AWSMemory.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/memory/stl/SimpleStringStream.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/stream/PreallocatedStreamBuf.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/stream/ResponseStream.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/stream/SimpleStreamBuf.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/threading/Executor.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/threading/ThreadTask.cpp.o
[100%] Building CXX object aws-cpp-sdk-core/CMakeFiles/aws-cpp-sdk-core.dir/source/utils/xml/XmlSerializer.cpp.o
/mnt/disk1/home/vamosax/smoketest/PR-13052/HPCC-Platform/plugins/sqs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/curl/CurlHttpClient.cpp: In static member function ‘static size_t Aws::Http::CurlHttpClient::ReadBody(char*, size_t, size_t, void*)’:
/mnt/disk1/home/vamosax/smoketest/PR-13052/HPCC-Platform/plugins/sqs/aws-sdk-cpp/aws-cpp-sdk-core/source/http/curl/CurlHttpClient.cpp:567:37: warning: ‘*’ in boolean context, suggest ‘&&’ instead [-Wint-in-bool-context]
if (ioStream != nullptr && size * nmemb)
~~~~~^~~~~~~
/mnt/disk1/home/vamosax/smoketest/PR-13052/HPCC-Platform/plugins/sqs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/AWSProfileConfigLoader.cpp: In member function ‘void Aws::Config::ConfigFileProfileFSM::ParseStream(Aws::IStream&)’:
/mnt/disk1/home/vamosax/smoketest/PR-13052/HPCC-Platform/plugins/sqs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/AWSProfileConfigLoader.cpp:112:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
if(openPos != std::string::npos && closePos != std::string::npos)
^~
/mnt/disk1/home/vamosax/smoketest/PR-13052/HPCC-Platform/plugins/sqs/aws-sdk-cpp/aws-cpp-sdk-core/source/config/AWSProfileConfigLoader.cpp:118:21: note: here
case PROFILE_FOUND:
^~~~
[100%] Linking CXX shared library libaws-cpp-sdk-core.so
[100%] Built target aws-cpp-sdk-core
Scanning dependencies of target aws-cpp-sdk-sqs
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/SQSClient.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/SQSEndpoint.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/BatchResultErrorEntry.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/ChangeMessageVisibilityBatchRequestEntry.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/AddPermissionRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/SQSErrorMarshaller.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/SQSErrors.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/ChangeMessageVisibilityBatchRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/CreateQueueRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/CreateQueueResult.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/DeleteQueueRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/ChangeMessageVisibilityBatchResult.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/ChangeMessageVisibilityRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/DeleteMessageBatchResult.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/ChangeMessageVisibilityBatchResultEntry.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/DeleteMessageBatchResultEntry.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/DeleteMessageBatchRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/GetQueueAttributesRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/DeleteMessageBatchRequestEntry.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/ListDeadLetterSourceQueuesResult.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/GetQueueAttributesResult.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/ListQueuesRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/DeleteMessageRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/ListQueuesResult.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/GetQueueUrlResult.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/ListDeadLetterSourceQueuesRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/GetQueueUrlRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/QueueAttributeName.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/Message.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/MessageAttributeValue.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/MessageSystemAttributeName.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/ReceiveMessageRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/ReceiveMessageResult.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/PurgeQueueRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/RemovePermissionRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/ResponseMetadata.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/SendMessageBatchRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/SendMessageBatchRequestEntry.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/SendMessageBatchResult.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/SendMessageBatchResultEntry.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/SendMessageRequest.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/SendMessageResult.cpp.o
[100%] Building CXX object aws-cpp-sdk-sqs/CMakeFiles/aws-cpp-sdk-sqs.dir/source/model/SetQueueAttributesRequest.cpp.o
[100%] Linking CXX shared library libaws-cpp-sdk-sqs.so
[100%] Built target aws-cpp-sdk-sqs
[ 21%] No install step for 'aws-sdk-cpp'
[ 21%] Completed 'aws-sdk-cpp'
[ 21%] Built target aws-sdk-cpp
make: *** [Makefile:163: all] Error 2
res:
Error(s): 5
CMake Error at cmake/Modules/DownloadLcbDep.cmake:18 (MESSAGE):
-- Configuring incomplete, errors occurred!
make[2]: *** [plugins/couchbase/CMakeFiles/libcouchbase-build.dir/build.make:62: plugins/couchbase/libcouchbase-build/lib/libcouchbase.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:15764: plugins/couchbase/CMakeFiles/libcouchbase-build.dir/all] Error 2
make: *** [Makefile:163: all] Error 2
CMakeFiles/CMakeOutput.log copied into ../CMakeOutput-2019-12-02_16-19-45.log
CMakeFiles/CMakeError.log copied into ../CMakeError-2019-12-02_16-19-45.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment