Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: Change Dir: /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_de19a/fast && make[1]: Entering directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_de19a.dir/build.make CMakeFiles/cmTC_de19a.dir/build make[2]: Entering directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_de19a.dir/src.c.o /home/test/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/home/test/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -std=gnu99 -Wall -Wextra -D__FILENAME__='"CMakeFiles/CMakeTmp/src.c"' -DCMAKE_HAVE_LIBC_PTHREAD -o CMakeFiles/cmTC_de19a.dir/src.c.o -c /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c Linking C executable cmTC_de19a /home/test/autobuild/instance-2/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_de19a.dir/link.txt --verbose=1 /home/test/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/home/test/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -std=gnu99 -Wall -Wextra -D__FILENAME__='"$(subst /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/,,$(abspath $<))"' -DCMAKE_HAVE_LIBC_PTHREAD CMakeFiles/cmTC_de19a.dir/src.c.o -o cmTC_de19a /home/test/autobuild/instance-2/output-1/host/lib/gcc/s390x-buildroot-linux-gnu/9.4.0/../../../../s390x-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_de19a.dir/src.c.o: in function `main': /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c:11: undefined reference to `pthread_create' /home/test/autobuild/instance-2/output-1/host/lib/gcc/s390x-buildroot-linux-gnu/9.4.0/../../../../s390x-buildroot-linux-gnu/bin/ld: /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c:12: undefined reference to `pthread_detach' /home/test/autobuild/instance-2/output-1/host/lib/gcc/s390x-buildroot-linux-gnu/9.4.0/../../../../s390x-buildroot-linux-gnu/bin/ld: /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c:13: undefined reference to `pthread_join' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_de19a.dir/build.make:86: recipe for target 'cmTC_de19a' failed make[2]: *** [cmTC_de19a] Error 1 make[2]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_de19a/fast' failed make[1]: *** [cmTC_de19a/fast] Error 2 make[1]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Source file was: #include void* test_func(void* data) { return data; } int main(void) { pthread_t thread; pthread_create(&thread, NULL, test_func, NULL); pthread_detach(thread); pthread_join(thread, NULL); pthread_atfork(NULL, NULL, NULL); pthread_exit(NULL); return 0; } Determining if the function pthread_create exists in the pthreads failed with the following output: Change Dir: /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_b2686/fast && make[1]: Entering directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_b2686.dir/build.make CMakeFiles/cmTC_b2686.dir/build make[2]: Entering directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_b2686.dir/CheckFunctionExists.c.o /home/test/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/home/test/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -std=gnu99 -Wall -Wextra -D__FILENAME__='"/home/test/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/CheckFunctionExists.c"' -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_b2686.dir/CheckFunctionExists.c.o -c /home/test/autobuild/instance-2/output-1/host/share/cmake-3.15/Modules/CheckFunctionExists.c Linking C executable cmTC_b2686 /home/test/autobuild/instance-2/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b2686.dir/link.txt --verbose=1 /home/test/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/home/test/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -std=gnu99 -Wall -Wextra -D__FILENAME__='"$(subst /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/,,$(abspath $<))"' -DCHECK_FUNCTION_EXISTS=pthread_create CMakeFiles/cmTC_b2686.dir/CheckFunctionExists.c.o -o cmTC_b2686 -lpthreads /home/test/autobuild/instance-2/output-1/host/lib/gcc/s390x-buildroot-linux-gnu/9.4.0/../../../../s390x-buildroot-linux-gnu/bin/ld: cannot find -lpthreads collect2: error: ld returned 1 exit status CMakeFiles/cmTC_b2686.dir/build.make:86: recipe for target 'cmTC_b2686' failed make[2]: *** [cmTC_b2686] Error 1 make[2]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_b2686/fast' failed make[1]: *** [cmTC_b2686/fast] Error 2 make[1]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Performing C SOURCE FILE Test HAVE_C_TLS failed with the following output: Change Dir: /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_f0ff7/fast && make[1]: Entering directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_f0ff7.dir/build.make CMakeFiles/cmTC_f0ff7.dir/build make[2]: Entering directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_f0ff7.dir/src.c.o /home/test/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/home/test/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -std=gnu99 -Wall -Wextra -D__FILENAME__='"CMakeFiles/CMakeTmp/src.c"' -DHAVE_C_TLS -o CMakeFiles/cmTC_f0ff7.dir/src.c.o -c /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c:4:8: warning: implicit declaration of function '__tls_get_addr' [-Wimplicit-function-declaration] 4 | __tls_get_addr(0); | ^~~~~~~~~~~~~~ Linking C executable cmTC_f0ff7 /home/test/autobuild/instance-2/output-1/host/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f0ff7.dir/link.txt --verbose=1 /home/test/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/home/test/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -std=gnu99 -Wall -Wextra -D__FILENAME__='"$(subst /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/,,$(abspath $<))"' -DHAVE_C_TLS CMakeFiles/cmTC_f0ff7.dir/src.c.o -o cmTC_f0ff7 /home/test/autobuild/instance-2/output-1/host/lib/gcc/s390x-buildroot-linux-gnu/9.4.0/../../../../s390x-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_f0ff7.dir/src.c.o: in function `main': /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c:4: undefined reference to `__tls_get_addr' collect2: error: ld returned 1 exit status CMakeFiles/cmTC_f0ff7.dir/build.make:86: recipe for target 'cmTC_f0ff7' failed make[2]: *** [cmTC_f0ff7] Error 1 make[2]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_f0ff7/fast' failed make[1]: *** [cmTC_f0ff7/fast] Error 2 make[1]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Source file was: __thread int a; int main() { __tls_get_addr(0); return 0; } Performing C SOURCE FILE Test MK_HAVE_VALGRIND failed with the following output: Change Dir: /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_0df39/fast && make[1]: Entering directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_0df39.dir/build.make CMakeFiles/cmTC_0df39.dir/build make[2]: Entering directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_0df39.dir/src.c.o /home/test/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/home/test/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -std=gnu99 -Wall -Wextra -D__FILENAME__='"CMakeFiles/CMakeTmp/src.c"' -DMK_HAVE_VALGRIND -o CMakeFiles/cmTC_0df39.dir/src.c.o -c /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c:2:12: fatal error: valgrind/valgrind.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_0df39.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_0df39.dir/src.c.o' failed make[2]: *** [CMakeFiles/cmTC_0df39.dir/src.c.o] Error 1 make[2]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_0df39/fast' failed make[1]: *** [cmTC_0df39/fast] Error 2 make[1]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Source file was: #include int main() { return 0; } Performing C SOURCE FILE Test HAVE_REGEX failed with the following output: Change Dir: /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_07dc6/fast && make[1]: Entering directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_07dc6.dir/build.make CMakeFiles/cmTC_07dc6.dir/build make[2]: Entering directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_07dc6.dir/src.c.o /home/test/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/home/test/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -std=gnu99 -Wall -Wextra -D__FILENAME__='"CMakeFiles/CMakeTmp/src.c"' -DHAVE_REGEX -o CMakeFiles/cmTC_07dc6.dir/src.c.o -c /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c: In function 'main': /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c:6:6: error: 'ret' undeclared (first use in this function); did you mean 'reg'? 6 | ret = regcomp(®, str, REG_EXTENDED|REG_ICASE|REG_NOSUB); | ^~~ | reg /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c:6:6: note: each undeclared identifier is reported only once for each function it appears in CMakeFiles/cmTC_07dc6.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_07dc6.dir/src.c.o' failed make[2]: *** [CMakeFiles/cmTC_07dc6.dir/src.c.o] Error 1 make[2]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_07dc6/fast' failed make[1]: *** [cmTC_07dc6/fast] Error 2 make[1]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Source file was: #include int main() { regex_t reg; const char str[] = "[a-zA-Z0-9]*"; ret = regcomp(®, str, REG_EXTENDED|REG_ICASE|REG_NOSUB); return 0; } Performing C SOURCE FILE Test HAVE_KQUEUE failed with the following output: Change Dir: /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp Run Build Command(s):/usr/bin/make cmTC_4b98e/fast && make[1]: Entering directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' /usr/bin/make -f CMakeFiles/cmTC_4b98e.dir/build.make CMakeFiles/cmTC_4b98e.dir/build make[2]: Entering directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Building C object CMakeFiles/cmTC_4b98e.dir/src.c.o /home/test/autobuild/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/home/test/autobuild/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g2 -std=gnu99 -Wall -Wextra -D__FILENAME__='"CMakeFiles/CMakeTmp/src.c"' -DHAVE_KQUEUE -o CMakeFiles/cmTC_4b98e.dir/src.c.o -c /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c /home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp/src.c:2:12: fatal error: sys/event.h: No such file or directory 2 | #include | ^~~~~~~~~~~~~ compilation terminated. CMakeFiles/cmTC_4b98e.dir/build.make:65: recipe for target 'CMakeFiles/cmTC_4b98e.dir/src.c.o' failed make[2]: *** [CMakeFiles/cmTC_4b98e.dir/src.c.o] Error 1 make[2]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Makefile:121: recipe for target 'cmTC_4b98e/fast' failed make[1]: *** [cmTC_4b98e/fast] Error 2 make[1]: Leaving directory '/home/test/autobuild/instance-2/output-1/build/monkey-f54856ce250c4e25735434dc75717a4b7fbfc45b/CMakeFiles/CMakeTmp' Source file was: #include int main() { return kqueue(); }