Determining if the pthread_create exist failed with the following output:
Change Dir: /srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_30a5f/fast"
make[1]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_30a5f.dir/build.make CMakeFiles/cmTC_30a5f.dir/build
make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_30a5f.dir/CheckSymbolExists.c.o
/srv/storage/autobuild/run/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/srv/storage/autobuild/run/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os   -DNDEBUG   -o CMakeFiles/cmTC_30a5f.dir/CheckSymbolExists.c.o   -c /srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp/CheckSymbolExists.c
Linking C executable cmTC_30a5f
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_30a5f.dir/link.txt --verbose=1
/srv/storage/autobuild/run/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/srv/storage/autobuild/run/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os   -DNDEBUG    CMakeFiles/cmTC_30a5f.dir/CheckSymbolExists.c.o  -o cmTC_30a5f 
/srv/storage/autobuild/run/instance-2/output-1/host/lib/gcc/s390x-buildroot-linux-gnu/9.3.0/../../../../s390x-buildroot-linux-gnu/bin/ld: CMakeFiles/cmTC_30a5f.dir/CheckSymbolExists.c.o: in function `main':
CheckSymbolExists.c:(.text.startup+0x2): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/cmTC_30a5f.dir/build.make:87: cmTC_30a5f] Error 1
make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp'
make[1]: *** [Makefile:121: cmTC_30a5f/fast] Error 2
make[1]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp'

File /srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2020.1/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: /srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp

Run Build Command:"/usr/bin/make" "cmTC_7b5fc/fast"
make[1]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp'
/usr/bin/make -f CMakeFiles/cmTC_7b5fc.dir/build.make CMakeFiles/cmTC_7b5fc.dir/build
make[2]: Entering directory '/srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp'
Building C object CMakeFiles/cmTC_7b5fc.dir/CheckFunctionExists.c.o
/srv/storage/autobuild/run/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/srv/storage/autobuild/run/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot   -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=pthread_create  -DNDEBUG   -o CMakeFiles/cmTC_7b5fc.dir/CheckFunctionExists.c.o   -c /usr/share/cmake-3.13/Modules/CheckFunctionExists.c
Linking C executable cmTC_7b5fc
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_7b5fc.dir/link.txt --verbose=1
/srv/storage/autobuild/run/instance-2/output-1/host/bin/s390x-buildroot-linux-gnu-gcc --sysroot=/srv/storage/autobuild/run/instance-2/output-1/host/s390x-buildroot-linux-gnu/sysroot -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -DCHECK_FUNCTION_EXISTS=pthread_create  -DNDEBUG    CMakeFiles/cmTC_7b5fc.dir/CheckFunctionExists.c.o  -o cmTC_7b5fc -lpthreads 
/srv/storage/autobuild/run/instance-2/output-1/host/lib/gcc/s390x-buildroot-linux-gnu/9.3.0/../../../../s390x-buildroot-linux-gnu/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/cmTC_7b5fc.dir/build.make:87: cmTC_7b5fc] Error 1
make[2]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp'
make[1]: *** [Makefile:121: cmTC_7b5fc/fast] Error 2
make[1]: Leaving directory '/srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2020.1/CMakeFiles/CMakeTmp'