>>> domoticz 2021.1 Downloading GIT_DIR=/srv/storage/autobuild/run/instance-2/dl/domoticz/git/.git git init . Initialized empty Git repository in /srv/storage/autobuild/run/instance-2/dl/domoticz/git/.git/ GIT_DIR=/srv/storage/autobuild/run/instance-2/dl/domoticz/git/.git git remote add origin 'https://github.com/domoticz/domoticz' GIT_DIR=/srv/storage/autobuild/run/instance-2/dl/domoticz/git/.git git remote set-url origin 'https://github.com/domoticz/domoticz' Fetching all references GIT_DIR=/srv/storage/autobuild/run/instance-2/dl/domoticz/git/.git git fetch origin From https://github.com/domoticz/domoticz * [new branch] development -> origin/development * [new branch] master -> origin/master * [new branch] neheb-fmt -> origin/neheb-fmt * [new branch] oath2 -> origin/oath2 * [new branch] std_mutex_rw -> origin/std_mutex_rw * [new tag] 2021.1 -> 2021.1 * [new tag] 2.3530 -> 2.3530 * [new tag] 2020.1 -> 2020.1 * [new tag] 2020.2 -> 2020.2 * [new tag] 3.4834 -> 3.4834 * [new tag] 3.5834 -> 3.5834 * [new tag] 3.5837 -> 3.5837 * [new tag] 3.5877 -> 3.5877 * [new tag] 3.8153 -> 3.8153 * [new tag] 4.10658 -> 4.10658 * [new tag] 4.10659 -> 4.10659 * [new tag] 4.10693 -> 4.10693 * [new tag] 4.10717 -> 4.10717 * [new tag] 4.9700 -> 4.9700 GIT_DIR=/srv/storage/autobuild/run/instance-2/dl/domoticz/git/.git git fetch origin -t GIT_DIR=/srv/storage/autobuild/run/instance-2/dl/domoticz/git/.git git submodule --quiet foreach 'printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"' GIT_DIR=/srv/storage/autobuild/run/instance-2/dl/domoticz/git/.git git checkout -f -q '2021.1' warning: refname '2021.1' is ambiguous. GIT_DIR=/srv/storage/autobuild/run/instance-2/dl/domoticz/git/.git git clean -ffdx GIT_DIR=/srv/storage/autobuild/run/instance-2/dl/domoticz/git/.git git submodule update --init --recursive Submodule 'extern/fmtlib' (https://github.com/fmtlib/fmt.git) registered for path 'extern/fmtlib' Submodule 'extern/jsoncpp' (https://github.com/domoticz/jsoncpp) registered for path 'extern/jsoncpp' Submodule 'minizip' (https://github.com/domoticz/minizip.git) registered for path 'extern/minizip' Submodule 'extern/mosquitto' (https://github.com/eclipse/mosquitto.git) registered for path 'extern/mosquitto' Submodule 'extern/sqlite-amalgamation' (https://github.com/azadkuh/sqlite-amalgamation.git) registered for path 'extern/sqlite-amalgamation' Cloning into '/srv/storage/autobuild/run/instance-2/dl/domoticz/git/extern/fmtlib'... Cloning into '/srv/storage/autobuild/run/instance-2/dl/domoticz/git/extern/minizip'... Cloning into '/srv/storage/autobuild/run/instance-2/dl/domoticz/git/extern/jsoncpp'... Cloning into '/srv/storage/autobuild/run/instance-2/dl/domoticz/git/extern/mosquitto'... Cloning into '/srv/storage/autobuild/run/instance-2/dl/domoticz/git/extern/sqlite-amalgamation'... Submodule path 'extern/fmtlib': checked out 'a1c6bfd77b409f21e234cc7042795ca4d31fa020' Submodule path 'extern/jsoncpp': checked out '3beb37ea14aec1bdce1a6d542dc464d00f4a6cec' Submodule path 'extern/minizip': checked out 'f5282643091dc1b33546bb8d8b3c23d78fdba231' Submodule path 'extern/mosquitto': checked out '22e0a4ba9bd6b0ce0f430638a54e6d9d1ca4af59' Submodule path 'extern/sqlite-amalgamation': checked out 'cd945465998165e6ec5dbb302cda29723927fe84' domoticz-2021.1-br1.tar.gz: OK (sha256: d8e99e0f96873aa105b57f73656ef7a14c89e0acf2649b2d4ef1167b14bab4b2) >>> domoticz 2021.1 Extracting gzip -d -c /srv/storage/autobuild/run/instance-2/dl/domoticz/domoticz-2021.1-br1.tar.gz | tar --strip-components=1 -C /srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2021.1 -xf - >>> domoticz 2021.1 Patching >>> domoticz 2021.1 Configuring (mkdir -p /srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2021.1/ && cd /srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2021.1/ && rm -f CMakeCache.txt && PATH="/srv/storage/autobuild/run/instance-2/output-1/host/bin:/srv/storage/autobuild/run/instance-2/output-1/host/sbin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games" /srv/storage/autobuild/run/instance-2/output-1/host/bin/cmake /srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2021.1/ -DCMAKE_TOOLCHAIN_FILE="/srv/storage/autobuild/run/instance-2/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DUSE_PRECOMPILED_HEADER=OFF -DUSE_STATIC_BOOST=OFF -DUSE_OPENSSL_STATIC=OFF -DUSE_BUILTIN_JSONCPP=OFF -DUSE_BUILTIN_LIBFMT=OFF -DUSE_BUILTIN_SQLITE=OFF -DUSE_BUILTIN_MQTT=OFF -DWITH_LIBUSB=ON -DUSE_PYTHON=ON -DCMAKE_INSTALL_PREFIX=/opt/domoticz ) -- The C compiler identification is GNU 9.3.0 -- The CXX compiler identification is GNU 9.3.0 -- Check for working C compiler: /srv/storage/autobuild/run/instance-2/output-1/host/bin/i586-linux-gcc -- Check for working C compiler: /srv/storage/autobuild/run/instance-2/output-1/host/bin/i586-linux-gcc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /srv/storage/autobuild/run/instance-2/output-1/host/bin/i586-linux-g++ -- Check for working CXX compiler: /srv/storage/autobuild/run/instance-2/output-1/host/bin/i586-linux-g++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done fatal: not a git repository: './.git' -- Failed to get ProjectRevision from git -- Read ProjectRevision from History.txt -- Found Lua: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib/liblua.so;/srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/lib/libm.a (found suitable version "5.3.6", minimum required is "5.3") -- LUA library found at : /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib/liblua.so;/srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/lib/libm.a -- LUA includes found at : /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include -- Found PythonInterp: /srv/storage/autobuild/run/instance-2/output-1/host/bin/python3 (found suitable version "3.9.4", minimum required is "3.4") -- Found PythonLibs: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib/libpython3.9.so (found suitable version "3.9.4", minimum required is "3.4") -- Python3 includes found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include/python3.9 -- Looking for execinfo.h -- Looking for execinfo.h - not found -- Looking for 3 include files sys/types.h, ..., linux/i2c.h -- Looking for 3 include files sys/types.h, ..., linux/i2c.h - found -- Building with I2C support -- Looking for include files sys/types.h, linux/spi/spidev.h -- Looking for include files sys/types.h, linux/spi/spidev.h - found -- Building with SPI support -- ########################### -- Compiling Revision #1 -- ########################### -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stdint.h -- Looking for stdint.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Found PkgConfig: /srv/storage/autobuild/run/instance-2/output-1/host/bin/pkg-config (found version "1.6.3") -- Checking for module 'jsoncpp' -- Found jsoncpp, version 1.9.4 -- JSONCPP includes found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include -- MQTT includes found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include -- Found SQLite3: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include (found version "3.34.1") -- SQLite library found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib/libsqlite3.so -- SQLite includes found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include -- Checking for module 'fmt' -- Found fmt, version 7.1.3 -- FMT includes found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include -- Found ZLIB: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib/libz.so (found version "1.2.11") -- Found OpenSSL: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib/libcrypto.so (found version "1.1.1k") -- OPENSSL library found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib/libssl.so;/srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib/libcrypto.so -- Linking against boost dynamic libraries CMake Warning at /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1161 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1283 (_Boost_COMPONENT_DEPENDENCIES) /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1921 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:642 (find_package) CMake Warning at /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1161 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1283 (_Boost_COMPONENT_DEPENDENCIES) /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1921 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:642 (find_package) CMake Warning at /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1161 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1283 (_Boost_COMPONENT_DEPENDENCIES) /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1921 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:642 (find_package) CMake Warning at /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1161 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1283 (_Boost_COMPONENT_DEPENDENCIES) /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1921 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:642 (find_package) CMake Warning at /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1161 (message): New Boost version may have incorrect or missing dependencies and imported targets Call Stack (most recent call first): /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1283 (_Boost_COMPONENT_DEPENDENCIES) /srv/storage/autobuild/run/instance-2/output-1/host/share/cmake-3.16/Modules/FindBoost.cmake:1921 (_Boost_MISSING_DEPENDENCIES) CMakeLists.txt:642 (find_package) -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found Boost: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include (found version "1.75.0") found components: thread system chrono missing components: date_time atomic -- BOOST includes found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include -- ZLIB library found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib/libz.so -- ZLIB includes found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include -- Found CURL: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib/libcurl.so (found version "7.76.1") -- Curl library found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/lib/libcurl.so -- Curl includes found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include -- CEREAL includes found at: /srv/storage/autobuild/run/instance-2/output-1/host/i586-buildroot-linux-musl/sysroot/usr/include -- Could NOT find LIBUSB (missing: LIBUSB_LIBRARIES LIBUSB_INCLUDE_DIR) -- ==== LibUSB not found, support for TE923/Voltcraft disabled! -- ==== OpenZWave not found, support disabled! -- GPIO is available -- Not found telldus-core (telldus-core.h), not adding tellstick support -- Using static libgcc/libstdc++ -- Configuring done CMake Error at CMakeLists.txt:392 (add_executable): Target "domoticz" links to target "Boost::date_time" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? CMake Error at CMakeLists.txt:392 (add_executable): Target "domoticz" links to target "Boost::atomic" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing? -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS CMake Generate step failed. Build files cannot be regenerated correctly. make: *** [package/pkg-generic.mk:240: /srv/storage/autobuild/run/instance-2/output-1/build/domoticz-2021.1/.stamp_configured] Error 1 make: Leaving directory '/srv/storage/autobuild/run/instance-2/buildroot'