-
Bug
-
Resolution: Invalid
-
Not Evaluated
-
None
-
6.3.1
-
None
Hi,
if I build Qt with
cmake -G "Ninja" -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DCONAN_CMAKE_CXX_STANDARD="17" -DCONAN_CMAKE_CXX_EXTENSIONS="OFF" -DCONAN_STD_CXX_FLAG="-std=c++17" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="8" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/package/85b8515209a3022d776c2ae1c1fd19366ae971e2" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_MODULE_PATH="/home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/build/85b8515209a3022d776c2ae1c1fd19366ae971e2" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DBUILD_qtsvg="ON" -DBUILD_qtdeclarative="OFF" -DBUILD_qtactiveqt="OFF" -DBUILD_qtmultimedia="ON" -DBUILD_qttools="ON" -DBUILD_qttranslations="OFF" -DBUILD_qtdoc="OFF" -DBUILD_qtpositioning="ON" -DBUILD_qtsensors="OFF" -DBUILD_qtconnectivity="OFF" -DBUILD_qtwayland="OFF" -DBUILD_qt3d="OFF" -DBUILD_qtimageformats="ON" -DBUILD_qtserialbus="OFF" -DBUILD_qtserialport="ON" -DBUILD_qtwebsockets="OFF" -DBUILD_qtwebchannel="OFF" -DBUILD_qtwebengine="OFF" -DBUILD_qtwebview="OFF" -DBUILD_qtcharts="OFF" -DBUILD_qtdatavis3d="OFF" -DBUILD_qtvirtualkeyboard="OFF" -DBUILD_qtscxml="OFF" -DBUILD_qtnetworkauth="OFF" -DBUILD_qtremoteobjects="OFF" -DBUILD_qtlottie="OFF" -DBUILD_qtquicktimeline="OFF" -DBUILD_qtquick3d="OFF" -DBUILD_qtshadertools="ON" -DBUILD_qt5compat="OFF" -DBUILD_qtcoap="OFF" -DBUILD_qtmqtt="OFF" -DBUILD_qtopcua="OFF" -DFEATURE_dbus="ON" -DFEATURE_glib="OFF" -DFEATURE_fontconfig="ON" -DFEATURE_sql_mysql="OFF" -DFEATURE_sql_psql="OFF" -DFEATURE_sql_odbc="OFF" -DFEATURE_gui="ON" -DFEATURE_widgets="ON" -DFEATURE_zstd="OFF" -DFEATURE_vulkan="OFF" -DFEATURE_brotli="OFF" -DFEATURE_system_doubleconversion="ON" -DFEATURE_system_freetype="ON" -DFEATURE_system_harfbuzz="ON" -DFEATURE_jpeg="ON" -DFEATURE_png="ON" -DFEATURE_pcre2="ON" -DQT_FEATURE_xcb="ON" -DQT_BUILD_TESTS="OFF" -DQT_BUILD_EXAMPLES="OFF" -DFEATURE_icu="OFF" -DOPENSSL_ROOT_DIR="/home/jenkins/.conan/data/openssl/1.1.1o/cassandra/stable/package/1dab02a32a1a97c1102b3e06d1e2208a835226a4" -DFEATURE_openssl="ON" -DINPUT_openssl="runtime" -DINPUT_opengl="desktop" -DCMAKE_INTERPROCEDURAL_OPTIMIZATION="ON" -Wno-dev '/home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/source/qt6'
I get following error:
-- The CXX compiler identification is GNU 8.4.0-- The CXX compiler identification is GNU 8.4.0-- The C compiler identification is GNU 8.4.0-- The ASM compiler identification is GNU-- Found assembler: /usr/bin/gcc-8-- Check for working CXX compiler: /usr/bin/g++-8-- Check for working CXX compiler: /usr/bin/g++-8 -- works-- Detecting CXX compiler ABI info-- Detecting CXX compiler ABI info - done-- Detecting CXX compile features-- Detecting CXX compile features - done-- Check for working C compiler: /usr/bin/gcc-8-- Check for working C compiler: /usr/bin/gcc-8 -- works-- Detecting C compiler ABI info-- Detecting C compiler ABI info - done-- Detecting C compile features-- Detecting C compile features - done-- Conan: called by CMake conan helper-- Conan: called inside local cache-- Conan: Adjusting output directories-- Conan: Using cmake global configuration-- Conan: Adjusting language standard-- Conan setting CPP STANDARD: 17 WITH EXTENSIONS OFF-- Conan: Compiler GCC>=5, checking major version 8-- Conan: Checking correct version: 8-- Conan: C++ stdlib: libstdc++11Checking dependencies of submodule 'qtbase'Checking dependencies of submodule 'qtimageformats'Checking dependencies of submodule 'qtlanguageserver'Checking dependencies of submodule 'qtshadertools'Checking dependencies of submodule 'qtsvg'Checking dependencies of submodule 'qtmultimedia'Skipping optional dependency 'qtdeclarative' of 'qtmultimedia', because building 'qtdeclarative' was explicitly disabled.Checking dependencies of submodule 'qttools'Skipping optional dependency 'qtactiveqt' of 'qttools', because building 'qtactiveqt' was explicitly disabled.Skipping optional dependency 'qtdeclarative' of 'qttools', because building 'qtdeclarative' was explicitly disabled.Checking dependencies of submodule 'qtserialport'Checking dependencies of submodule 'qtpositioning'Skipping optional dependency 'qtdeclarative' of 'qtpositioning', because building 'qtdeclarative' was explicitly disabled.Configuring submodule 'qtbase'-- CMAKE_BUILD_TYPE was set to: 'RelWithDebInfo'-- Check for feature set changes-- CMAKE_STRIP (original): /usr/bin/strip-- Performing Test strip --keep-section-- Performing Test strip --keep-section - TRUE-- CMAKE_STRIP (used by Qt): /home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/build/85b8515209a3022d776c2ae1c1fd19366ae971e2/qtbase/./libexec/qt-internal-strip-- Building architecture extraction project with the following CMake arguments: -DCMAKE_C_FLAGS= -m64 -DCMAKE_C_FLAGS_DEBUG=-g -DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG -DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG -DCMAKE_CXX_FLAGS= -m64 -DCMAKE_CXX_FLAGS_DEBUG=-g -DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG -DCMAKE_OBJCOPY=/usr/bin/objcopy -DCMAKE_C_STANDARD=11 -DCMAKE_CXX_STANDARD=17 -DCMAKE_MODULE_PATH:STRING=/home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/source/qt6/qtbase/cmake/platforms-- Extracting architecture info from /home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/build/85b8515209a3022d776c2ae1c1fd19366ae971e2/qtbase/config.tests/arch/architecture_test.-- CMAKE_VERSION: "3.16.3"-- CMAKE_HOST_SYSTEM: "Linux-5.4.0-1083-aws"-- CMAKE_HOST_SYSTEM_NAME: "Linux"-- CMAKE_HOST_SYSTEM_VERSION: "5.4.0-1083-aws"-- CMAKE_HOST_SYSTEM_PROCESSOR: "x86_64"-- CMAKE_SYSTEM: "Linux"-- CMAKE_SYSTEM_NAME: "Linux"-- CMAKE_SYSTEM_VERSION: "5.4.0-1083-aws"-- CMAKE_SYSTEM_PROCESSOR: "x86_64"-- CMAKE_CROSSCOMPILING: "FALSE"-- CMAKE_INSTALL_PREFIX: "/home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/package/85b8515209a3022d776c2ae1c1fd19366ae971e2"-- CMAKE_STAGING_PREFIX: ""-- QT_BUILD_DIR: "/home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/build/85b8515209a3022d776c2ae1c1fd19366ae971e2/qtbase"-- QT_INSTALL_DIR: ""-- QT_WILL_INSTALL: "ON"-- CMAKE_C_COMPILER: "/usr/bin/gcc-8" (8.4.0)-- CMAKE_CXX_COMPILER: "/usr/bin/g++-8" (8.4.0)-- Conan: Using autogenerated FindZLIB.cmake-- Found ZLIB: 1.2.12 (found suitable version "1.2.12", minimum required is "1.0.8") -- Library z found /home/jenkins/.conan/data/zlib/1.2.12/_/_/package/85d958111e9ae25b990062d9726ea88cea5a01d1/lib/libz.a-- Found: /home/jenkins/.conan/data/zlib/1.2.12/_/_/package/85d958111e9ae25b990062d9726ea88cea5a01d1/lib/libz.a-- Found WrapSystemZLIB: TRUE (Required is at least version "1.0.8") -- Could NOT find WrapZSTD: Found unsuitable version "", but required is at least "1.3" (found ZSTD_LIBRARY-NOTFOUND)-- Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")-- Checking for module 'libudev'-- Package 'libudev', required by 'virtual:world', not found-- Performing Test TEST_use_bfd_linker-- Performing Test TEST_use_bfd_linker - Success-- Performing Test TEST_use_gold_linker-- Performing Test TEST_use_gold_linker - Success-- Performing Test TEST_use_lld_linker-- Performing Test TEST_use_lld_linker - Failed-- Performing Test TEST_use_mold_linker-- Performing Test TEST_use_mold_linker - Success-- Performing Test machine tuple-- Performing Test machine tuple - Success-- Performing Test HAVE_cxx14-- Performing Test HAVE_cxx14 - Success-- Performing Test HAVE_cxx17-- Performing Test HAVE_cxx17 - Success-- Performing Test HAVE_cxx20-- Performing Test HAVE_cxx20 - Success-- Performing Test precompiled header support-- Performing Test precompiled header support - Success-- Performing Test TEST_optimize_debug-- Performing Test TEST_optimize_debug - Success-- Performing Test TEST_enable_new_dtags-- Performing Test TEST_enable_new_dtags - Success-- Performing Test TEST_gdb_index-- Performing Test TEST_gdb_index - Failed-- Performing Test HAVE_reduce_relocations-- Performing Test HAVE_reduce_relocations - Success-- Performing Test separate debug information support-- Performing Test separate debug information support - Success-- Performing Test HAVE_signaling_nan-- Performing Test HAVE_signaling_nan - Success-- Performing SIMD Test SSE2 instructions-- Performing SIMD Test SSE2 instructions - Success-- Performing SIMD Test SSE3 instructions-- Performing SIMD Test SSE3 instructions - Success-- Performing SIMD Test SSSE3 instructions-- Performing SIMD Test SSSE3 instructions - Success-- Performing SIMD Test SSE4.1 instructions-- Performing SIMD Test SSE4.1 instructions - Success-- Performing SIMD Test SSE4.2 instructions-- Performing SIMD Test SSE4.2 instructions - Success-- Performing SIMD Test AES new instructions-- Performing SIMD Test AES new instructions - Success-- Performing SIMD Test F16C instructions-- Performing SIMD Test F16C instructions - Success-- Performing SIMD Test RDRAND instruction-- Performing SIMD Test RDRAND instruction - Success-- Performing SIMD Test RDSEED instruction-- Performing SIMD Test RDSEED instruction - Failed-- Performing SIMD Test SHA new instructions-- Performing SIMD Test SHA new instructions - Success-- Performing SIMD Test AVX instructions-- Performing SIMD Test AVX instructions - Success-- Performing SIMD Test AVX2 instructions-- Performing SIMD Test AVX2 instructions - Success-- Performing SIMD Test AVX512 F instructions-- Performing SIMD Test AVX512 F instructions - Success-- Performing SIMD Test AVX512 ER instructions-- Performing SIMD Test AVX512 ER instructions - Success-- Performing SIMD Test AVX512 CD instructions-- Performing SIMD Test AVX512 CD instructions - Success-- Performing SIMD Test AVX512 PF instructions-- Performing SIMD Test AVX512 PF instructions - Success-- Performing SIMD Test AVX512 DQ instructions-- Performing SIMD Test AVX512 DQ instructions - Success-- Performing SIMD Test AVX512 BW instructions-- Performing SIMD Test AVX512 BW instructions - Success-- Performing SIMD Test AVX512 VL instructions-- Performing SIMD Test AVX512 VL instructions - Success-- Performing SIMD Test AVX512 IFMA instructions-- Performing SIMD Test AVX512 IFMA instructions - Success-- Performing SIMD Test AVX512 VBMI instructions-- Performing SIMD Test AVX512 VBMI instructions - Success-- Performing Test HAVE_posix_fallocate-- Performing Test HAVE_posix_fallocate - Success-- Performing Test HAVE_alloca_stdlib_h-- Performing Test HAVE_alloca_stdlib_h - Success-- Performing Test HAVE_alloca_h-- Performing Test HAVE_alloca_h - Success-- Performing Test HAVE_alloca_malloc_h-- Performing Test HAVE_alloca_malloc_h - Failed-- Performing Test HAVE_stack_protector-- Performing Test HAVE_stack_protector - Success-- Performing Test HAVE_intelcet-- Performing Test HAVE_intelcet - Success-- Performing Test HAVE_LD_VERSION_SCRIPT-- Performing Test HAVE_LD_VERSION_SCRIPT - Success-- Check if linker can resolve circular dependencies - FALSE-- Looking for backtrace-- Looking for backtrace - found-- backtrace facility detected in default set of libraries-- Found Backtrace: /usr/include -- Could NOT find double-conversion (missing: double-conversion_DIR)-- Found GLIB2: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a -- The following ICU libraries were not found:-- i18n (required)-- uc (required)-- data (required)-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND) -- Checking for module 'libsystemd'-- Package 'libsystemd', required by 'virtual:world', not found-- Performing Test HAVE_STDATOMIC-- Performing Test HAVE_STDATOMIC - Success-- Found WrapAtomic: TRUE -- Checking for module 'libb2'-- Package 'libb2', required by 'virtual:world', not found-- Performing Test HAVE_GETTIME-- Performing Test HAVE_GETTIME - Success-- Found WrapRt: TRUE -- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS) -- Found WrapSystemPCRE2: /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-16.a (Required is at least version "10.20") -- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY) -- Performing Test HAVE_atomicfptr-- Performing Test HAVE_atomicfptr - Success-- Performing Test HAVE_clock_monotonic-- Performing Test HAVE_clock_monotonic - Success-- Performing Test HAVE_cloexec-- Performing Test HAVE_cloexec - Success-- Performing Test HAVE_cxx11_future-- Performing Test HAVE_cxx11_future - Success-- Performing Test HAVE_cxx11_random-- Performing Test HAVE_cxx11_random - Success-- Performing Test HAVE_cxx17_filesystem-- Performing Test HAVE_cxx17_filesystem - Success-- Performing Test HAVE_eventfd-- Performing Test HAVE_eventfd - Success-- Performing Test HAVE_futimens-- Performing Test HAVE_futimens - Success-- Performing Test HAVE_futimes-- Performing Test HAVE_futimes - Success-- Performing Test HAVE_getauxval-- Performing Test HAVE_getauxval - Success-- Performing Test HAVE_getentropy-- Performing Test HAVE_getentropy - Success-- Performing Test HAVE_glibc-- Performing Test HAVE_glibc - Success-- Performing Test HAVE_inotify-- Performing Test HAVE_inotify - Success-- Performing Test HAVE_ipc_sysv-- Performing Test HAVE_ipc_sysv - Success-- Performing Test HAVE_ipc_posix-- Performing Test HAVE_ipc_posix - Success-- Performing Test HAVE_linkat-- Performing Test HAVE_linkat - Success-- Performing Test HAVE_ppoll-- Performing Test HAVE_ppoll - Success-- Performing Test HAVE_pollts-- Performing Test HAVE_pollts - Failed-- Performing Test HAVE_poll-- Performing Test HAVE_poll - Success-- Performing Test HAVE_renameat2-- Performing Test HAVE_renameat2 - Failed-- Performing Test HAVE_statx-- Performing Test HAVE_statx - Success-- Performing Test HAVE_syslog-- Performing Test HAVE_syslog - Success-- Performing Test HAVE_cpp_winrt-- Performing Test HAVE_cpp_winrt - Failed-- Performing Test HAVE_xlocalescanprint-- Performing Test HAVE_xlocalescanprint - Failed-- Checking for module 'libproxy-1.0'-- Package 'libproxy-1.0', required by 'virtual:world', not found-- Conan: Using autogenerated FindOpenSSL.cmake-- Found OpenSSL: 1.1.1o (found version "1.1.1o") -- Library ssl found /home/jenkins/.conan/data/openssl/1.1.1o/cassandra/stable/package/1dab02a32a1a97c1102b3e06d1e2208a835226a4/lib/libssl.so-- Found: /home/jenkins/.conan/data/openssl/1.1.1o/cassandra/stable/package/1dab02a32a1a97c1102b3e06d1e2208a835226a4/lib/libssl.so-- Library crypto found /home/jenkins/.conan/data/openssl/1.1.1o/cassandra/stable/package/1dab02a32a1a97c1102b3e06d1e2208a835226a4/lib/libcrypto.so-- Found: /home/jenkins/.conan/data/openssl/1.1.1o/cassandra/stable/package/1dab02a32a1a97c1102b3e06d1e2208a835226a4/lib/libcrypto.so-- Library crypto found /home/jenkins/.conan/data/openssl/1.1.1o/cassandra/stable/package/1dab02a32a1a97c1102b3e06d1e2208a835226a4/lib/libcrypto.so-- Found: /home/jenkins/.conan/data/openssl/1.1.1o/cassandra/stable/package/1dab02a32a1a97c1102b3e06d1e2208a835226a4/lib/libcrypto.so-- Library ssl found /home/jenkins/.conan/data/openssl/1.1.1o/cassandra/stable/package/1dab02a32a1a97c1102b3e06d1e2208a835226a4/lib/libssl.so-- Found: /home/jenkins/.conan/data/openssl/1.1.1o/cassandra/stable/package/1dab02a32a1a97c1102b3e06d1e2208a835226a4/lib/libssl.so-- Found WrapOpenSSLHeaders: /home/jenkins/.conan/data/openssl/1.1.1o/cassandra/stable/package/1dab02a32a1a97c1102b3e06d1e2208a835226a4/include (found version "1.1.1o") -- Performing Test HAVE_openssl_headers-- Performing Test HAVE_openssl_headers - Success-- Found WrapOpenSSL: crypto (found version "1.1.1o") -- Performing Test HAVE_openssl-- Performing Test HAVE_openssl - Success-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS) -- Found GLIB2: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a found components: GOBJECT -- Found GLIB2: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a found components: GIO -- Performing Test HAVE_getifaddrs-- Performing Test HAVE_getifaddrs - Success-- Performing Test HAVE_ifr_index-- Performing Test HAVE_ifr_index - Failed-- Performing Test HAVE_ipv6ifname-- Performing Test HAVE_ipv6ifname - Success-- Performing Test HAVE_linux_netlink-- Performing Test HAVE_linux_netlink - Success-- Performing Test HAVE_sctp-- Performing Test HAVE_sctp - Failed-- Performing Test HAVE_dtls-- Performing Test HAVE_dtls - Success-- Performing Test HAVE_ocsp-- Performing Test HAVE_ocsp - Success-- Performing Test HAVE_networklistmanager-- Performing Test HAVE_networklistmanager - Failed-- Checking for module 'atspi-2'-- Package 'atspi-2', required by 'virtual:world', not found-- Checking for module 'directfb'-- Package 'directfb', required by 'virtual:world', not found-- Could NOT find Libdrm (missing: Libdrm_LIBRARY Libdrm_INCLUDE_DIR) -- Performing Test HAVE_EGL-- Performing Test HAVE_EGL - Success-- Found EGL: /usr/include (found version "1.5") -- Conan: Using autogenerated FindFreetype.cmake-- Library freetype found /home/jenkins/.conan/data/freetype/2.12.1/_/_/package/5cb6fe105f36831a2c2b03ab53c73974c359b192/lib/libfreetype.a-- Found: /home/jenkins/.conan/data/freetype/2.12.1/_/_/package/5cb6fe105f36831a2c2b03ab53c73974c359b192/lib/libfreetype.a-- Conan: Using autogenerated FindPNG.cmake-- Library png found /home/jenkins/.conan/data/libpng/1.6.37/_/_/package/c6c4c2296ecad696b7c48013d7f511c207fa4b43/lib/libpng.a-- Found: /home/jenkins/.conan/data/libpng/1.6.37/_/_/package/c6c4c2296ecad696b7c48013d7f511c207fa4b43/lib/libpng.a-- Dependency ZLIB already found-- Dependency ZLIB already found-- Conan: Using autogenerated FindBZip2.cmake-- Library bz2 found /home/jenkins/.conan/data/bzip2/1.0.8/_/_/package/958b011845d8998ef3cc45a6238d89fc6cb91e6b/lib/libbz2.a-- Found: /home/jenkins/.conan/data/bzip2/1.0.8/_/_/package/958b011845d8998ef3cc45a6238d89fc6cb91e6b/lib/libbz2.a-- Conan: Using autogenerated FindBrotli.cmake-- Library brotlidec-static found /home/jenkins/.conan/data/brotli/1.0.9/_/_/package/481a7382e461079e1567b0909ac371bfbe9e3041/lib/libbrotlidec-static.a-- Found: /home/jenkins/.conan/data/brotli/1.0.9/_/_/package/481a7382e461079e1567b0909ac371bfbe9e3041/lib/libbrotlidec-static.a-- Library brotlienc-static found /home/jenkins/.conan/data/brotli/1.0.9/_/_/package/481a7382e461079e1567b0909ac371bfbe9e3041/lib/libbrotlienc-static.a-- Found: /home/jenkins/.conan/data/brotli/1.0.9/_/_/package/481a7382e461079e1567b0909ac371bfbe9e3041/lib/libbrotlienc-static.a-- Library brotlicommon-static found /home/jenkins/.conan/data/brotli/1.0.9/_/_/package/481a7382e461079e1567b0909ac371bfbe9e3041/lib/libbrotlicommon-static.a-- Found: /home/jenkins/.conan/data/brotli/1.0.9/_/_/package/481a7382e461079e1567b0909ac371bfbe9e3041/lib/libbrotlicommon-static.a-- Library brotlicommon-static found /home/jenkins/.conan/data/brotli/1.0.9/_/_/package/481a7382e461079e1567b0909ac371bfbe9e3041/lib/libbrotlicommon-static.a-- Found: /home/jenkins/.conan/data/brotli/1.0.9/_/_/package/481a7382e461079e1567b0909ac371bfbe9e3041/lib/libbrotlicommon-static.a-- Library brotlienc-static found /home/jenkins/.conan/data/brotli/1.0.9/_/_/package/481a7382e461079e1567b0909ac371bfbe9e3041/lib/libbrotlienc-static.a-- Found: /home/jenkins/.conan/data/brotli/1.0.9/_/_/package/481a7382e461079e1567b0909ac371bfbe9e3041/lib/libbrotlienc-static.a-- Library brotlidec-static found /home/jenkins/.conan/data/brotli/1.0.9/_/_/package/481a7382e461079e1567b0909ac371bfbe9e3041/lib/libbrotlidec-static.a-- Found: /home/jenkins/.conan/data/brotli/1.0.9/_/_/package/481a7382e461079e1567b0909ac371bfbe9e3041/lib/libbrotlidec-static.a-- Found WrapSystemFreetype: /home/jenkins/.conan/data/freetype/2.12.1/_/_/package/5cb6fe105f36831a2c2b03ab53c73974c359b192/lib/libfreetype.a;m;PNG::PNG;ZLIB::ZLIB;BZip2::BZip2;Brotli::Brotli (found suitable version "2.12.1", minimum required is "2.2.0") -- Conan: Using autogenerated FindFontconfig.cmake-- Found Fontconfig: 2.13.93 (found version "2.13.93") -- Library fontconfig found /home/jenkins/.conan/data/fontconfig/2.13.93/cassandra/stable/package/d8858e187cb415894861d32e891e69d5d34c2e1a/lib/libfontconfig.a-- Found: /home/jenkins/.conan/data/fontconfig/2.13.93/cassandra/stable/package/d8858e187cb415894861d32e891e69d5d34c2e1a/lib/libfontconfig.a-- Dependency Freetype already found-- Conan: Using autogenerated FindEXPAT.cmake-- Found EXPAT: 2.4.8 (found version "2.4.8") -- Library expat found /home/jenkins/.conan/data/expat/2.4.8/_/_/package/9a29d10b97b42a53958ce2a89aa2fe8027567806/lib/libexpat.a-- Found: /home/jenkins/.conan/data/expat/2.4.8/_/_/package/9a29d10b97b42a53958ce2a89aa2fe8027567806/lib/libexpat.a-- Conan: Using autogenerated Findlibuuid.cmake-- Found libuuid: 1.0.3 (found version "1.0.3") -- Library uuid found /home/jenkins/.conan/data/libuuid/1.0.3/_/_/package/85d958111e9ae25b990062d9726ea88cea5a01d1/lib/libuuid.a-- Found: /home/jenkins/.conan/data/libuuid/1.0.3/_/_/package/85d958111e9ae25b990062d9726ea88cea5a01d1/lib/libuuid.a-- Could NOT find gbm (missing: gbm_LIBRARY gbm_INCLUDE_DIR) -- Conan: Using autogenerated Findharfbuzz.cmake-- Library harfbuzz found /home/jenkins/.conan/data/harfbuzz/3.2.0/_/_/package/fae722fbd5c816227a4176ee58725ea3b955af32/lib/libharfbuzz.a-- Found: /home/jenkins/.conan/data/harfbuzz/3.2.0/_/_/package/fae722fbd5c816227a4176ee58725ea3b955af32/lib/libharfbuzz.a-- Dependency Freetype already found-- Conan: Using autogenerated Findglib.cmake-- Library gthread-2.0 found /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgthread-2.0.a-- Found: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgthread-2.0.a-- Library gio-2.0 found /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgio-2.0.a-- Found: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgio-2.0.a-- Library gmodule-2.0 found /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgmodule-2.0.a-- Found: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgmodule-2.0.a-- Library gobject-2.0 found /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgobject-2.0.a-- Found: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgobject-2.0.a-- Library glib-2.0 found /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a-- Found: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a-- Conan: Dependency ZLIB already found-- Conan: Using autogenerated Findlibmount.cmake-- Library mount found /home/jenkins/.conan/data/libmount/2.36.2/_/_/package/1d877a3df840030e6a8abb74c5ffb9088d08b47a/lib/libmount.a-- Found: /home/jenkins/.conan/data/libmount/2.36.2/_/_/package/1d877a3df840030e6a8abb74c5ffb9088d08b47a/lib/libmount.a-- Library blkid found /home/jenkins/.conan/data/libmount/2.36.2/_/_/package/1d877a3df840030e6a8abb74c5ffb9088d08b47a/lib/libblkid.a-- Found: /home/jenkins/.conan/data/libmount/2.36.2/_/_/package/1d877a3df840030e6a8abb74c5ffb9088d08b47a/lib/libblkid.a-- Conan: Using autogenerated Findlibselinux.cmake-- Library selinux found /home/jenkins/.conan/data/libselinux/3.3/_/_/package/c366c71e7b9b89a5301bd2cef24532d1bc91fdb6/lib/libselinux.a-- Found: /home/jenkins/.conan/data/libselinux/3.3/_/_/package/c366c71e7b9b89a5301bd2cef24532d1bc91fdb6/lib/libselinux.a-- Library sepol found /home/jenkins/.conan/data/libselinux/3.3/_/_/package/c366c71e7b9b89a5301bd2cef24532d1bc91fdb6/lib/libsepol.a-- Found: /home/jenkins/.conan/data/libselinux/3.3/_/_/package/c366c71e7b9b89a5301bd2cef24532d1bc91fdb6/lib/libsepol.a-- Conan: Using autogenerated FindPCRE2.cmake-- Library pcre2-posix found /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-posix.a-- Found: /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-posix.a-- Library pcre2-8 found /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-8.a-- Found: /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-8.a-- Library pcre2-16 found /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-16.a-- Found: /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-16.a-- Library pcre2-32 found /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-32.a-- Found: /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-32.a-- Library pcre2-32 found /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-32.a-- Found: /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-32.a-- Library pcre2-16 found /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-16.a-- Found: /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-16.a-- Library pcre2-8 found /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-8.a-- Found: /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-8.a-- Library pcre2-posix found /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-posix.a-- Found: /home/jenkins/.conan/data/pcre2/10.40/_/_/package/8b73e570d6b422d7f15f07a00c8880b06be18c54/lib/libpcre2-posix.a-- Library sepol found /home/jenkins/.conan/data/libselinux/3.3/_/_/package/c366c71e7b9b89a5301bd2cef24532d1bc91fdb6/lib/libsepol.a-- Found: /home/jenkins/.conan/data/libselinux/3.3/_/_/package/c366c71e7b9b89a5301bd2cef24532d1bc91fdb6/lib/libsepol.a-- Library selinux found /home/jenkins/.conan/data/libselinux/3.3/_/_/package/c366c71e7b9b89a5301bd2cef24532d1bc91fdb6/lib/libselinux.a-- Found: /home/jenkins/.conan/data/libselinux/3.3/_/_/package/c366c71e7b9b89a5301bd2cef24532d1bc91fdb6/lib/libselinux.a-- Conan: Using autogenerated Findlibffi.cmake-- Library ffi found /home/jenkins/.conan/data/libffi/3.4.2/_/_/package/85d958111e9ae25b990062d9726ea88cea5a01d1/lib/libffi.a-- Found: /home/jenkins/.conan/data/libffi/3.4.2/_/_/package/85d958111e9ae25b990062d9726ea88cea5a01d1/lib/libffi.a-- Conan: Using autogenerated FindPCRE.cmake-- Library pcreposix found /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcreposix.a-- Found: /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcreposix.a-- Library pcre found /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcre.a-- Found: /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcre.a-- Library pcre16 found /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcre16.a-- Found: /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcre16.a-- Library pcre32 found /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcre32.a-- Found: /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcre32.a-- Library pcre32 found /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcre32.a-- Found: /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcre32.a-- Library pcre16 found /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcre16.a-- Found: /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcre16.a-- Library pcre found /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcre.a-- Found: /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcre.a-- Library pcreposix found /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcreposix.a-- Found: /home/jenkins/.conan/data/pcre/8.45/_/_/package/3c8fb93a7c849d52c12ad67066a6a95d28e0212a/lib/libpcreposix.a-- Conan: Using autogenerated Findlibelf.cmake-- Library elf found /home/jenkins/.conan/data/libelf/0.8.13/_/_/package/85d958111e9ae25b990062d9726ea88cea5a01d1/lib/libelf.a-- Found: /home/jenkins/.conan/data/libelf/0.8.13/_/_/package/85d958111e9ae25b990062d9726ea88cea5a01d1/lib/libelf.a-- Library glib-2.0 found /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a-- Found: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a-- Library gobject-2.0 found /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgobject-2.0.a-- Found: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgobject-2.0.a-- Library gmodule-2.0 found /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgmodule-2.0.a-- Found: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgmodule-2.0.a-- Library gio-2.0 found /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgio-2.0.a-- Found: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgio-2.0.a-- Library gthread-2.0 found /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgthread-2.0.a-- Found: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgthread-2.0.a-- Found WrapSystemHarfbuzz: TRUE (found suitable version "3.2.0", minimum required is "2.6.0") -- Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR) -- Could NOT find WrapSystemJpeg (missing: __jpeg_found) -- Could NOT find md4c (missing: md4c_DIR)-- Conan: Using autogenerated FindPNG.cmake-- Library png found /home/jenkins/.conan/data/libpng/1.6.37/_/_/package/c6c4c2296ecad696b7c48013d7f511c207fa4b43/lib/libpng.a-- Skipping already existing target: CONAN_LIB::PNG_png-- Found: /home/jenkins/.conan/data/libpng/1.6.37/_/_/package/c6c4c2296ecad696b7c48013d7f511c207fa4b43/lib/libpng.a-- Found WrapSystemPNG: /home/jenkins/.conan/data/libpng/1.6.37/_/_/package/c6c4c2296ecad696b7c48013d7f511c207fa4b43/lib/libpng.a;m;ZLIB::ZLIB (found version "1.6.37") -- Checking for module 'mtdev'-- Package 'mtdev', required by 'virtual:world', not found-- Found OpenGL: /usr/lib/x86_64-linux-gnu/libOpenGL.so -- Found WrapOpenGL: TRUE -- Performing Test HAVE_GLESv2-- Performing Test HAVE_GLESv2 - Success-- Found GLESv2: /usr/include -- Checking for module 'tslib'-- Package 'tslib', required by 'virtual:world', not found-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) -- Found Wayland_Client: /home/jenkins/.conan/data/wayland/1.21.0/_/_/package/a1f78d848c2b9105fb99bc5191e96480d60dfaae/lib/libwayland-client.a (found version "") -- Found Wayland_Server: /home/jenkins/.conan/data/wayland/1.21.0/_/_/package/a1f78d848c2b9105fb99bc5191e96480d60dfaae/lib/libwayland-server.a (found version "") -- Found Wayland_Cursor: /home/jenkins/.conan/data/wayland/1.21.0/_/_/package/a1f78d848c2b9105fb99bc5191e96480d60dfaae/lib/libwayland-cursor.a (found version "") -- Found Wayland_Egl: /home/jenkins/.conan/data/wayland/1.21.0/_/_/package/a1f78d848c2b9105fb99bc5191e96480d60dfaae/lib/libwayland-egl.a (found version "") -- Found Wayland: /home/jenkins/.conan/data/wayland/1.21.0/_/_/package/a1f78d848c2b9105fb99bc5191e96480d60dfaae/lib/libwayland-client.a;/home/jenkins/.conan/data/wayland/1.21.0/_/_/package/a1f78d848c2b9105fb99bc5191e96480d60dfaae/lib/libwayland-server.a;/home/jenkins/.conan/data/wayland/1.21.0/_/_/package/a1f78d848c2b9105fb99bc5191e96480d60dfaae/lib/libwayland-cursor.a;/home/jenkins/.conan/data/wayland/1.21.0/_/_/package/a1f78d848c2b9105fb99bc5191e96480d60dfaae/lib/libwayland-egl.a (found version "1.21.0") -- Found X11: /usr/include -- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so-- Looking for XOpenDisplay in /usr/lib/x86_64-linux-gnu/libX11.so;/usr/lib/x86_64-linux-gnu/libXext.so - found-- Looking for gethostbyname-- Looking for gethostbyname - found-- Looking for connect-- Looking for connect - found-- Looking for remove-- Looking for remove - found-- Looking for shmat-- Looking for shmat - found-- Looking for IceConnectionNumber in ICE-- Looking for IceConnectionNumber in ICE - found-- Found XCB_XCB: /usr/lib/x86_64-linux-gnu/libxcb.so (found version "") -- Found XCB_RENDER: /usr/lib/x86_64-linux-gnu/libxcb-render.so (found version "") -- Found XCB_SHAPE: /usr/lib/x86_64-linux-gnu/libxcb-shape.so (found version "") -- Found XCB_XFIXES: /usr/lib/x86_64-linux-gnu/libxcb-xfixes.so (found version "") -- Found XCB_SHM: /usr/lib/x86_64-linux-gnu/libxcb-shm.so (found version "") -- Found XCB_ATOM: /usr/lib/x86_64-linux-gnu/libxcb-util.so (found version "") -- Found XCB_AUX: /usr/lib/x86_64-linux-gnu/libxcb-util.so (found version "") -- Could NOT find XCB_COMPOSITE (missing: XCB_COMPOSITE_LIBRARY XCB_COMPOSITE_INCLUDE_DIR) (found version "")-- Could NOT find XCB_CURSOR (missing: XCB_CURSOR_LIBRARY XCB_CURSOR_INCLUDE_DIR) (found version "")-- Could NOT find XCB_DAMAGE (missing: XCB_DAMAGE_LIBRARY XCB_DAMAGE_INCLUDE_DIR) (found version "")-- Could NOT find XCB_DPMS (missing: XCB_DPMS_LIBRARY XCB_DPMS_INCLUDE_DIR) (found version "")-- Could NOT find XCB_DRI2 (missing: XCB_DRI2_LIBRARY XCB_DRI2_INCLUDE_DIR) (found version "")-- Found XCB_DRI3: /usr/lib/x86_64-linux-gnu/libxcb-dri3.so (found version "") -- Found XCB_EVENT: /usr/lib/x86_64-linux-gnu/libxcb-util.so (found version "") -- Could NOT find XCB_EWMH (missing: XCB_EWMH_LIBRARY XCB_EWMH_INCLUDE_DIR) (found version "")-- Found XCB_GLX: /usr/lib/x86_64-linux-gnu/libxcb-glx.so (found version "") -- Found XCB_ICCCM: /usr/lib/x86_64-linux-gnu/libxcb-icccm.so (found version "") -- Found XCB_IMAGE: /usr/lib/x86_64-linux-gnu/libxcb-image.so (found version "") -- Found XCB_KEYSYMS: /usr/lib/x86_64-linux-gnu/libxcb-keysyms.so (found version "") -- Could NOT find XCB_PRESENT (missing: XCB_PRESENT_LIBRARY XCB_PRESENT_INCLUDE_DIR) (found version "")-- Found XCB_RANDR: /usr/lib/x86_64-linux-gnu/libxcb-randr.so (found version "") -- Could NOT find XCB_RECORD (missing: XCB_RECORD_LIBRARY XCB_RECORD_INCLUDE_DIR) (found version "")-- Found XCB_RENDERUTIL: /usr/lib/x86_64-linux-gnu/libxcb-render-util.so (found version "") -- Could NOT find XCB_RES (missing: XCB_RES_LIBRARY XCB_RES_INCLUDE_DIR) (found version "")-- Could NOT find XCB_SCREENSAVER (missing: XCB_SCREENSAVER_LIBRARY XCB_SCREENSAVER_INCLUDE_DIR) (found version "")-- Found XCB_SYNC: /usr/lib/x86_64-linux-gnu/libxcb-sync.so (found version "") -- Found XCB_UTIL: /usr/lib/x86_64-linux-gnu/libxcb-util.so (found version "") -- Could NOT find XCB_XEVIE (missing: XCB_XEVIE_LIBRARY XCB_XEVIE_INCLUDE_DIR) (found version "")-- Could NOT find XCB_XF86DRI (missing: XCB_XF86DRI_LIBRARY XCB_XF86DRI_INCLUDE_DIR) (found version "")-- Found XCB_XINERAMA: /usr/lib/x86_64-linux-gnu/libxcb-xinerama.so (found version "") -- Found XCB_XKB: /usr/lib/x86_64-linux-gnu/libxcb-xkb.so (found version "") -- Could NOT find XCB_XPRINT (missing: XCB_XPRINT_LIBRARY XCB_XPRINT_INCLUDE_DIR) (found version "")-- Could NOT find XCB_XTEST (missing: XCB_XTEST_LIBRARY XCB_XTEST_INCLUDE_DIR) (found version "")-- Could NOT find XCB_XV (missing: XCB_XV_LIBRARY XCB_XV_INCLUDE_DIR) (found version "")-- Could NOT find XCB_XVMC (missing: XCB_XVMC_LIBRARY XCB_XVMC_INCLUDE_DIR XCB_XV_FOUND) (found version "")-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so (Required is at least version "1.11") -- XCB: ICCCM requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so (Required is at least version "0.3.9") found components: ICCCM -- XCB: IMAGE requires XCB;SHM-- XCB: IMAGE requires XCB;SHM-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so (Required is at least version "0.3.9") found components: IMAGE -- XCB: KEYSYMS requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so (Required is at least version "0.3.9") found components: KEYSYMS -- XCB: RENDERUTIL requires XCB;RENDER-- XCB: RENDERUTIL requires XCB;RENDER-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so (Required is at least version "0.3.9") found components: RENDERUTIL -- XCB: RANDR requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: RANDR -- XCB: SHAPE requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: SHAPE -- XCB: SHM requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: SHM -- XCB: SYNC requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: SYNC -- XCB: XFIXES requires XCB;RENDER;SHAPE-- XCB: XFIXES requires XCB;RENDER;SHAPE-- XCB: XFIXES requires XCB;RENDER;SHAPE-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: XFIXES -- Found X11_XCB: /usr/lib/x86_64-linux-gnu/libX11-xcb.so -- XCB: XKB requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: XKB -- XCB: RENDER requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: RENDER -- XCB: GLX requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: GLX -- XCB: XINPUT requires XCB-- Could NOT find XCB_XINPUT (missing: XCB_XINPUT_LIBRARY XCB_XINPUT_INCLUDE_DIR) (found version "")-- Could NOT find XCB (missing: XINPUT) (Required is at least version "1.12")-- Found XKB: /home/jenkins/.conan/data/xkbcommon/1.4.1/_/_/package/d2b6a32ac41aa3b5c1ded1fb12d61295aaae48a9/lib/libxkbcommon.a (Required is at least version "0.5.0") -- Checking for module 'xkbcommon-x11>=0.4.1'-- Package 'xkbcommon-x11', required by 'virtual:world', not found-- Checking for module 'xrender'-- Package 'xrender', required by 'virtual:world', not found-- Performing Test HAVE_egl_x11-- Performing Test HAVE_egl_x11 - Success-- Performing Test HAVE_egl_brcm-- Performing Test HAVE_egl_brcm - Failed-- Performing Test HAVE_egl_egldevice-- Performing Test HAVE_egl_egldevice - Success-- Performing Test HAVE_egl_mali-- Performing Test HAVE_egl_mali - Failed-- Performing Test HAVE_egl_mali_2-- Performing Test HAVE_egl_mali_2 - Failed-- Performing Test HAVE_egl_viv-- Performing Test HAVE_egl_viv - Failed-- Performing Test HAVE_egl_openwfd-- Performing Test HAVE_egl_openwfd - Failed-- Performing Test HAVE_egl_rcar-- Performing Test HAVE_egl_rcar - Failed-- Performing Test HAVE_evdev-- Performing Test HAVE_evdev - Success-- Performing Test HAVE_integrityfb-- Performing Test HAVE_integrityfb - Failed-- Performing Test HAVE_linuxfb-- Performing Test HAVE_linuxfb - Success-- Performing Test HAVE_opengles3-- Performing Test HAVE_opengles3 - Success-- Performing Test HAVE_opengles31-- Performing Test HAVE_opengles31 - Success-- Performing Test HAVE_opengles32-- Performing Test HAVE_opengles32 - Success-- Performing Test HAVE_xcb_syslibs-- Performing Test HAVE_xcb_syslibs - Success-- Performing Test HAVE_directwrite-- Performing Test HAVE_directwrite - Failed-- Performing Test HAVE_directwrite3-- Performing Test HAVE_directwrite3 - Failed-- Performing Test HAVE_d2d1-- Performing Test HAVE_d2d1 - Failed-- Performing Test HAVE_d2d1_1-- Performing Test HAVE_d2d1_1 - Failed-- Using source syncqt found at: /home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/source/qt6/qtbase/libexec/syncqt.pl-- Running syncqt for module: 'QtJpeg' -- Tool 'Qt6::moc' will be built from source.-- Tool 'Qt6::rcc' will be built from source.-- Tool 'Qt6::tracegen' will be built from source.-- Tool 'Qt6::cmake_automoc_parser' will be built from source.-- Looking for pthread.h-- Looking for pthread.h - found-- Performing Test CMAKE_HAVE_LIBC_PTHREAD-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed-- Looking for pthread_create in pthreads-- Looking for pthread_create in pthreads - not found-- Looking for pthread_create in pthread-- Looking for pthread_create in pthread - found-- Found Threads: TRUE -- Using system PCRE2.-- Found WrapPCRE2: TRUE -- Using system ZLIB.-- Found WrapZLIB: TRUE -- Running syncqt for module: 'QtCore' -- Found GLIB2: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a -- The following ICU libraries were not found:-- i18n (required)-- uc (required)-- data (required)-- Failed to find all ICU components (missing: ICU_INCLUDE_DIR ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND) -- Checking for module 'libsystemd'-- Package 'libsystemd', required by 'virtual:world', not found-- Checking for module 'libb2'-- Package 'libb2', required by 'virtual:world', not found-- Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS) -- Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY) -- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS-- Performing Test HAVE_DASH_UNDEFINED_SYMBOLS - Success-- Performing Test HAVE_DASH_DASH_NO_UNDEFINED-- Performing Test HAVE_DASH_DASH_NO_UNDEFINED - Success-- Running syncqt for module: 'QtConcurrent' -- Running syncqt for module: 'QtSql' -- Running syncqt for module: 'QtNetwork' -- Checking for module 'libproxy-1.0'-- Package 'libproxy-1.0', required by 'virtual:world', not found-- Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS) -- Found GLIB2: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a found components: GOBJECT -- Found GLIB2: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a found components: GIO -- Running syncqt for module: 'QtXml' -- Tool 'Qt6::uic' will be built from source.-- Tool 'Qt6::qdbuscpp2xml' will be built from source.-- Tool 'Qt6::qdbusxml2cpp' will be built from source.-- Tool 'Qt6::qlalr' will be built from source.-- Tool 'Qt6::qvkgen' will be built from source.-- Tool 'Qt6::qtpaths' will be built from source.-- Tool 'Qt6::androiddeployqt' will be built from source.-- Tool 'Qt6::androidtestrunner' will be built from source.-- Running syncqt for module: 'QtDBus' -- Using system Harfbuzz.-- Found WrapHarfbuzz: TRUE -- Using system PNG.-- Found WrapPNG: TRUE -- Using system Freetype.-- Found WrapFreetype: TRUE -- Running syncqt for module: 'QtGui' -- Checking for module 'atspi-2'-- Package 'atspi-2', required by 'virtual:world', not found-- Checking for module 'directfb'-- Package 'directfb', required by 'virtual:world', not found-- Could NOT find Libdrm (missing: Libdrm_LIBRARY Libdrm_INCLUDE_DIR) -- Conan: Using autogenerated FindFontconfig.cmake-- Library fontconfig found /home/jenkins/.conan/data/fontconfig/2.13.93/cassandra/stable/package/d8858e187cb415894861d32e891e69d5d34c2e1a/lib/libfontconfig.a-- Skipping already existing target: CONAN_LIB::Fontconfig_fontconfig-- Found: /home/jenkins/.conan/data/fontconfig/2.13.93/cassandra/stable/package/d8858e187cb415894861d32e891e69d5d34c2e1a/lib/libfontconfig.a-- Could NOT find gbm (missing: gbm_LIBRARY gbm_INCLUDE_DIR) -- Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR) -- Could NOT find WrapSystemJpeg (missing: __jpeg_found) -- Could NOT find md4c (missing: md4c_DIR)-- Checking for module 'mtdev'-- Package 'mtdev', required by 'virtual:world', not found-- Checking for module 'tslib'-- Package 'tslib', required by 'virtual:world', not found-- Could NOT find WrapVulkanHeaders (missing: Vulkan_INCLUDE_DIR) -- Could NOT find XCB_COMPOSITE (missing: XCB_COMPOSITE_LIBRARY XCB_COMPOSITE_INCLUDE_DIR) (found version "")-- Could NOT find XCB_CURSOR (missing: XCB_CURSOR_LIBRARY XCB_CURSOR_INCLUDE_DIR) (found version "")-- Could NOT find XCB_DAMAGE (missing: XCB_DAMAGE_LIBRARY XCB_DAMAGE_INCLUDE_DIR) (found version "")-- Could NOT find XCB_DPMS (missing: XCB_DPMS_LIBRARY XCB_DPMS_INCLUDE_DIR) (found version "")-- Could NOT find XCB_DRI2 (missing: XCB_DRI2_LIBRARY XCB_DRI2_INCLUDE_DIR) (found version "")-- Could NOT find XCB_EWMH (missing: XCB_EWMH_LIBRARY XCB_EWMH_INCLUDE_DIR) (found version "")-- Could NOT find XCB_PRESENT (missing: XCB_PRESENT_LIBRARY XCB_PRESENT_INCLUDE_DIR) (found version "")-- Could NOT find XCB_RECORD (missing: XCB_RECORD_LIBRARY XCB_RECORD_INCLUDE_DIR) (found version "")-- Could NOT find XCB_RES (missing: XCB_RES_LIBRARY XCB_RES_INCLUDE_DIR) (found version "")-- Could NOT find XCB_SCREENSAVER (missing: XCB_SCREENSAVER_LIBRARY XCB_SCREENSAVER_INCLUDE_DIR) (found version "")-- Could NOT find XCB_XEVIE (missing: XCB_XEVIE_LIBRARY XCB_XEVIE_INCLUDE_DIR) (found version "")-- Could NOT find XCB_XF86DRI (missing: XCB_XF86DRI_LIBRARY XCB_XF86DRI_INCLUDE_DIR) (found version "")-- Could NOT find XCB_XPRINT (missing: XCB_XPRINT_LIBRARY XCB_XPRINT_INCLUDE_DIR) (found version "")-- Could NOT find XCB_XTEST (missing: XCB_XTEST_LIBRARY XCB_XTEST_INCLUDE_DIR) (found version "")-- Could NOT find XCB_XV (missing: XCB_XV_LIBRARY XCB_XV_INCLUDE_DIR) (found version "")-- Could NOT find XCB_XVMC (missing: XCB_XVMC_LIBRARY XCB_XVMC_INCLUDE_DIR XCB_XV_FOUND) (found version "")-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so (Required is at least version "1.11") -- XCB: ICCCM requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so (Required is at least version "0.3.9") found components: ICCCM -- XCB: IMAGE requires XCB;SHM-- XCB: IMAGE requires XCB;SHM-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so (Required is at least version "0.3.9") found components: IMAGE -- XCB: KEYSYMS requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so (Required is at least version "0.3.9") found components: KEYSYMS -- XCB: RENDERUTIL requires XCB;RENDER-- XCB: RENDERUTIL requires XCB;RENDER-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so (Required is at least version "0.3.9") found components: RENDERUTIL -- XCB: RANDR requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: RANDR -- XCB: SHAPE requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: SHAPE -- XCB: SHM requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: SHM -- XCB: SYNC requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: SYNC -- XCB: XFIXES requires XCB;RENDER;SHAPE-- XCB: XFIXES requires XCB;RENDER;SHAPE-- XCB: XFIXES requires XCB;RENDER;SHAPE-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: XFIXES -- XCB: XKB requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: XKB -- XCB: RENDER requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: RENDER -- XCB: GLX requires XCB-- Found XCB: /usr/lib/x86_64-linux-gnu/libxcb.so;/usr/lib/x86_64-linux-gnu/libxcb-render.so;/usr/lib/x86_64-linux-gnu/libxcb-shape.so;/usr/lib/x86_64-linux-gnu/libxcb-xfixes.so;/usr/lib/x86_64-linux-gnu/libxcb-shm.so;/usr/lib/x86_64-linux-gnu/libxcb-util.so;/usr/lib/x86_64-linux-gnu/libxcb-dri3.so;/usr/lib/x86_64-linux-gnu/libxcb-glx.so;/usr/lib/x86_64-linux-gnu/libxcb-icccm.so;/usr/lib/x86_64-linux-gnu/libxcb-image.so;/usr/lib/x86_64-linux-gnu/libxcb-keysyms.so;/usr/lib/x86_64-linux-gnu/libxcb-randr.so;/usr/lib/x86_64-linux-gnu/libxcb-render-util.so;/usr/lib/x86_64-linux-gnu/libxcb-sync.so;/usr/lib/x86_64-linux-gnu/libxcb-xinerama.so;/usr/lib/x86_64-linux-gnu/libxcb-xkb.so found components: GLX -- XCB: XINPUT requires XCB-- Could NOT find XCB_XINPUT (missing: XCB_XINPUT_LIBRARY XCB_XINPUT_INCLUDE_DIR) (found version "")-- Could NOT find XCB (missing: XINPUT) (Required is at least version "1.12")-- Checking for module 'xkbcommon-x11>=0.4.1'-- Package 'xkbcommon-x11', required by 'virtual:world', not found-- Checking for module 'xrender'-- Package 'xrender', required by 'virtual:world', not found-- Running syncqt for module: 'QtOpenGL' -- Running syncqt for module: 'QtWidgets' -- Checking for module 'gtk+-3.0 >= 3.6'-- Package 'gtk+-3.0', required by 'virtual:world', not found-- Running syncqt for module: 'QtOpenGLWidgets' -- Running syncqt for module: 'QtDeviceDiscoverySupport' -- Running syncqt for module: 'QtFbSupport' -- Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR) -- Found XKB: /home/jenkins/.conan/data/xkbcommon/1.4.1/_/_/package/d2b6a32ac41aa3b5c1ded1fb12d61295aaae48a9/lib/libxkbcommon.a -- Checking for module 'tslib'-- Package 'tslib', required by 'virtual:world', not found-- Checking for module 'mtdev'-- Package 'mtdev', required by 'virtual:world', not found-- Running syncqt for module: 'QtInputSupport' -- Running syncqt for module: 'QtTest' -- Running syncqt for module: 'QtPrintSupport' -- Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR) -- Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY) -- Could NOT find MySQL (missing: MySQL_LIBRARY MySQL_INCLUDE_DIR) -- Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR) -- Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR) -- Could NOT find ODBC (missing: ODBC_LIBRARY ODBC_INCLUDE_DIR) -- Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY) -- Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR) -- Running syncqt for module: 'QtEglFSDeviceIntegration' -- Using Qt bundled Jpeg.-- Found WrapJpeg: TRUE -- Tool 'Qt6::qmake' will be built from source.Configuring submodule 'qtimageformats'-- Check if compiler accepts -pthread-- Check if compiler accepts -pthread - yes-- CMAKE_BUILD_TYPE was set to: 'RelWithDebInfo'-- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR) -- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR JPEG_LIBRARIES) -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR) -- Checking for module 'libwebp'-- Package 'libwebp', required by 'virtual:world', not found-- Checking for module 'libwebpdemux'-- Package 'libwebpdemux', required by 'virtual:world', not found-- Checking for module 'libwebpmux'-- Package 'libwebpmux', required by 'virtual:world', not found-- Could NOT find WrapWebP (missing: WebP_INCLUDE_DIR WebP_LIBRARY WebP_demux_INCLUDE_DIR WebP_demux_LIBRARY WebP_mux_INCLUDE_DIR WebP_mux_LIBRARY) -- Checking for module 'libmng'-- Package 'libmng', required by 'virtual:world', not found-- Could NOT find Libmng (missing: LIBMNG_LIBRARY LIBMNG_INCLUDE_DIR) Configuring submodule 'qtlanguageserver'-- CMAKE_BUILD_TYPE was set to: 'RelWithDebInfo'-- Running syncqt for module: 'QtJsonRpc' -- Running syncqt for module: 'QtLanguageServer' Configuring submodule 'qtshadertools'-- CMAKE_BUILD_TYPE was set to: 'RelWithDebInfo'-- Running syncqt for module: 'QtShaderTools' -- Tool 'Qt6::qsb' will be built from source.Configuring submodule 'qtsvg'-- CMAKE_BUILD_TYPE was set to: 'RelWithDebInfo'-- Running syncqt for module: 'QtSvg' -- Running syncqt for module: 'QtSvgWidgets' Configuring submodule 'qtdeclarative'Configuring submodule 'qtmultimedia'-- CMAKE_BUILD_TYPE was set to: 'RelWithDebInfo'-- Running syncqt for module: 'QtMultimedia' -- Could NOT find ALSA (missing: ALSA_LIBRARY ALSA_INCLUDE_DIR) -- Could NOT find AVFoundation (missing: AVFoundation_LIBRARY) -- Found GLIB2: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a -- Checking for module 'gobject-2.0'-- Package 'gobject-2.0', required by 'virtual:world', not found-- Found GObject: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libgobject-2.0.a -- Checking for module 'gstreamer-1.0'-- Package 'gstreamer-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-base-1.0'-- Package 'gstreamer-base-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-audio-1.0'-- Package 'gstreamer-audio-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-video-1.0'-- Package 'gstreamer-video-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-pbutils-1.0'-- Package 'gstreamer-pbutils-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-allocators-1.0'-- Package 'gstreamer-allocators-1.0', required by 'virtual:world', not found-- Could NOT find GStreamer (missing: GStreamer_Core_FOUND GStreamer_Base_FOUND GStreamer_Audio_FOUND GStreamer_Video_FOUND GStreamer_Pbutils_FOUND GStreamer_Allocators_FOUND) -- Found GLIB2: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a -- Checking for module 'gstreamer-1.0'-- Package 'gstreamer-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-base-1.0'-- Package 'gstreamer-base-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-audio-1.0'-- Package 'gstreamer-audio-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-video-1.0'-- Package 'gstreamer-video-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-pbutils-1.0'-- Package 'gstreamer-pbutils-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-allocators-1.0'-- Package 'gstreamer-allocators-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-app-1.0'-- Package 'gstreamer-app-1.0', required by 'virtual:world', not found-- Could NOT find GStreamer (missing: GStreamer_Core_FOUND GStreamer_Base_FOUND GStreamer_Audio_FOUND GStreamer_Video_FOUND GStreamer_Pbutils_FOUND GStreamer_Allocators_FOUND App) -- Found GLIB2: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a -- Checking for module 'gstreamer-1.0'-- Package 'gstreamer-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-base-1.0'-- Package 'gstreamer-base-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-audio-1.0'-- Package 'gstreamer-audio-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-video-1.0'-- Package 'gstreamer-video-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-pbutils-1.0'-- Package 'gstreamer-pbutils-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-allocators-1.0'-- Package 'gstreamer-allocators-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-photography-1.0'-- Package 'gstreamer-photography-1.0', required by 'virtual:world', not found-- Could NOT find GStreamer (missing: GStreamer_Core_FOUND GStreamer_Base_FOUND GStreamer_Audio_FOUND GStreamer_Video_FOUND GStreamer_Pbutils_FOUND GStreamer_Allocators_FOUND) -- Found GLIB2: /home/jenkins/.conan/data/glib/2.73.1/_/_/package/1067c18d13acf697459563d75d40a28387c68207/lib/libglib-2.0.a -- Checking for module 'gstreamer-1.0'-- Package 'gstreamer-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-base-1.0'-- Package 'gstreamer-base-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-audio-1.0'-- Package 'gstreamer-audio-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-video-1.0'-- Package 'gstreamer-video-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-pbutils-1.0'-- Package 'gstreamer-pbutils-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-allocators-1.0'-- Package 'gstreamer-allocators-1.0', required by 'virtual:world', not found-- Checking for module 'gstreamer-gl-1.0'-- Package 'gstreamer-gl-1.0', required by 'virtual:world', not found-- Could NOT find GStreamer (missing: GStreamer_Core_FOUND GStreamer_Base_FOUND GStreamer_Audio_FOUND GStreamer_Video_FOUND GStreamer_Pbutils_FOUND GStreamer_Allocators_FOUND) -- Could NOT find WrapPulseAudio (missing: PULSEAUDIO_LIBRARY PULSEAUDIO_INCLUDE_DIR WrapPulseAudio_FOUND) -- Could NOT find WMF (missing: WMF_STRMIIDS_LIBRARY WMF_AMSTRMID_LIBRARY WMF_DMOGUIDS_LIBRARY WMF_MSDMO_LIBRARY WMF_OLE32_LIBRARY WMF_OLEAUT32_LIBRARY WMF_MF_LIBRARY WMF_MFUUID_LIBRARY WMF_MFPLAT_LIBRARY WMF_MFCORE_LIBRARY WMF_PROPSYS_LIBRARY) -- Performing Test evr.h-- Performing Test evr.h - Failed-- Performing Test Vivante GPU-- Performing Test Vivante GPU - Failed-- Performing Test Video for Linux-- Performing Test Video for Linux - Success-- Performing Test wmsdk.h-- Performing Test wmsdk.h - Failed-- Performing Test HAVE_linux_dmabuf-- Performing Test HAVE_linux_dmabuf - Success-- Running syncqt for module: 'QtMultimediaWidgets' Configuring submodule 'qt3d'Configuring submodule 'qt5compat'Configuring submodule 'qtactiveqt'Configuring submodule 'qtcharts'Configuring submodule 'qtcoap'Configuring submodule 'qtconnectivity'Configuring submodule 'qtdatavis3d'Configuring submodule 'qttools'-- CMAKE_BUILD_TYPE was set to: 'RelWithDebInfo'-- Could NOT find Clang (missing: Clang_DIR)-- Could NOT find WrapLibClang (missing: WrapLibClang_FOUND) (Required is at least version "8")-- Running syncqt for module: 'QtTools' -- Could NOT find Clang (missing: Clang_DIR)-- Could NOT find WrapLibClang (missing: WrapLibClang_FOUND) (Required is at least version "8")-- Tool 'Qt6::lconvert' will be built from source.-- Tool 'Qt6::lprodump' will be built from source.-- Tool 'Qt6::lrelease' will be built from source.-- Tool 'Qt6::lrelease-pro' will be built from source.-- Tool 'Qt6::lupdate' will be built from source.-- Tool 'Qt6::lupdate-pro' will be built from source.-- Running syncqt for module: 'QtUiPlugin' -- Running syncqt for module: 'QtUiTools' -- Running syncqt for module: 'QtDesigner' QtDesigner: WARNING: /home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/source/qt6/qttools/src/designer/src/lib/uilib/formbuilder.h includes abstractformbuilder.h when it should include QtDesigner/abstractformbuilder.h-- Running syncqt for module: 'QtDesignerComponents' -- Running syncqt for module: 'QtHelp' -- Tool 'Qt6::qhelpgenerator' will be built from source.-- Tool 'Qt6::qtattributionsscanner' will be built from source.Configuring submodule 'qtdoc'Configuring submodule 'qtlottie'Configuring submodule 'qtmqtt'Configuring submodule 'qtnetworkauth'Configuring submodule 'qtopcua'Configuring submodule 'qtserialport'-- Found XKB: /home/jenkins/.conan/data/xkbcommon/1.4.1/_/_/package/d2b6a32ac41aa3b5c1ded1fb12d61295aaae48a9/lib/libxkbcommon.a (Required is at least version "0.5.0") -- CMAKE_BUILD_TYPE was set to: 'RelWithDebInfo'-- Checking for module 'libudev'-- Package 'libudev', required by 'virtual:world', not found-- Running syncqt for module: 'QtSerialPort' -- Performing Test HAVE_ntddmodm-- Performing Test HAVE_ntddmodm - FailedConfiguring submodule 'qtpositioning'-- CMAKE_BUILD_TYPE was set to: 'RelWithDebInfo'-- Running syncqt for module: 'QtPositioning' -- Checking for module 'gypsy'-- Package 'gypsy', required by 'virtual:world', not found-- Checking for module 'gconf-2.0'-- Package 'gconf-2.0', required by 'virtual:world', not found-- Performing Test WinRT geolocation-- Performing Test WinRT geolocation - FailedConfiguring submodule 'qtquicktimeline'Configuring submodule 'qtquick3d'Configuring submodule 'qtremoteobjects'Configuring submodule 'qtscxml'Configuring submodule 'qtsensors'Configuring submodule 'qtserialbus'Configuring submodule 'qttranslations'Configuring submodule 'qtvirtualkeyboard'Configuring submodule 'qtwayland'Configuring submodule 'qtwebsockets'Configuring submodule 'qtwebchannel'Configuring submodule 'qtwebengine'Configuring submodule 'qtwebview'-- The following packages have been found: * QtBuildInternals * ZLIB (required version >= 1.0.8) * WrapSystemZLIB (required version >= 1.0.8) * Backtrace * double-conversion * OpenSSL * Freetype (required version >= 2.2.0) * PCRE2 * libselinux * harfbuzz (required version >= 2.6.0) * PNG * OpenGL * WrapPCRE2 * WrapZLIB * WrapBacktrace * WrapDoubleConversion * WrapRt * WrapSystemPCRE2 (required version >= 10.20) * WrapOpenSSLHeaders * WrapOpenSSL * WrapHarfbuzz * WrapPNG * WrapSystemFreetype (required version >= 2.2.0) * Fontconfig * WrapSystemHarfbuzz (required version >= 2.6.0) * WrapSystemPNG * GLESv2 * Wayland, C library implementation of the Wayland protocol: a protocol for a compositor to talk to its clients, <http://wayland.freedesktop.org> * X11 * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <http://xorg.freedesktop.org/> * WrapFreetype * WrapJpeg * Qt6Concurrent (required version >= 6.3.1) * Qt6Svg (required version >= 6.3.1) * Qt6ShaderToolsTools (required version >= 6.3.1) * Qt6ShaderTools * GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib> * GObject * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG., <https://www.khronos.org/egl/> * Qt6Xml (required version >= 6.3.1) * Qt6Sql (required version >= 6.3.1) * Qt6PrintSupport (required version >= 6.3.1) * Qt6OpenGL (required version >= 6.3.1) * Qt6OpenGLWidgets (required version >= 6.3.1) * Qt6BuildInternals (required version >= 6.3.1) * WrapAtomic * Qt6CoreTools (required version >= 6.3.1) * Qt6Core (required version >= 6.3.1) * WrapOpenGL * XKB (required version >= 0.5.0), XKB API common to servers and clients., <http://xkbcommon.org> * Qt6GuiTools (required version >= 6.3.1) * Qt6Gui (required version >= 6.3.1) * Qt6WidgetsTools (required version >= 6.3.1) * Qt6Widgets (required version >= 6.3.1) * Qt6Network (required version >= 6.3.1) * Qt6Test (required version >= 6.3.1) * Qt6DBusTools (required version >= 6.3.1) * Qt6DBus (required version >= 6.3.1) * Threads * Qt6SerialPort (required version >= 6.3.1) * Qt6 (required version >= 6.3.1) * PkgConfig -- The following OPTIONAL packages have not been found: * zstd * WrapZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd> * DBus1 (required version >= 1.2) * WrapDBus1 (required version >= 1.2) * ICU * Libsystemd * Libb2 * LTTngUST * Slog2 * unofficial-brotli * WrapBrotli * Libproxy * GSSAPI, Generic Security Services Application Program Interface * ATSPI2 * DirectFB * Libdrm, Userspace interface to kernel DRM services., <https://wiki.freedesktop.org/dri/> * gbm, Mesa gbm library., <http://www.mesa3d.org> * WrapSystemJpeg * md4c * WrapSystemMd4c * Vulkan * WrapVulkanHeaders * XCB (required version >= 1.12), X protocol C-language Binding, <http://xcb.freedesktop.org> * XKB_COMMON_X11 (required version >= 0.5.0) * XRender (required version >= 0.6) * GTK3 (required version >= 3.6) * Libinput, Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver., <http://www.freedesktop.org/wiki/Software/libinput/> * Tslib * Mtdev * Cups * DB2, IBM DB2 client library, <https://www.ibm.com> * MySQL, MySQL client library, <https://www.mysql.com> * PostgreSQL * Oracle, Oracle client library, <https://www.oracle.com> * ODBC * SQLite3 * Interbase, Interbase client library, <https://www.embarcadero.com/products/interbase> * JPEG * Jasper * WrapJasper * TIFF * WebP * WrapWebP * Libmng * Qt6QuickControls2 (required version >= 6.3.1) * ALSA * AVFoundation * GStreamer * PulseAudio * WrapPulseAudio * WMF * Qt6QuickWidgets (required version >= 6.3.1) * Clang * WrapLibClang (required version >= 8) * litehtml * Libudev * Qt6Quick (required version >= 6.3.1) * Qt6Qml (required version >= 6.3.1) * Qt6QuickTest (required version >= 6.3.1) * Gypsy * Gconf-- Configuration summary has been written to /home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/build/85b8515209a3022d776c2ae1c1fd19366ae971e2/config.summary-- Configure with --log-level=STATUS or higher to increase the output verbosity. -- Configure summary: Building for: linux-g++ (x86_64, CPU features: mmx sse sse2)Compiler: gcc 8.4.0Build options: Mode ................................... release (with debug info) Optimize release build for size ........ no Fully optimize release builds (-O3) .... no Building shared libraries .............. yes Using C standard ....................... C11 Using C++ standard ..................... C++17 Using ccache ........................... no Using new DTAGS ........................ yes Generating GDB index ................... no Relocatable ............................ yes Using precompiled headers .............. yes Using LTCG ............................. yes Target compiler supports: SSE .................................. SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 AVX .................................. AVX AVX2 AVX512 ............................... F ER CD PF DQ BW VL IFMA VBMI Other x86 ............................ AES F16C RDRAND SHA Intrinsics without compiler architecture option yes Sanitizers: Addresses ............................ no Threads .............................. no Memory ............................... no Fuzzer (instrumentation only) ........ no Undefined ............................ no Build parts ............................ libs toolsQt modules and options: Qt Concurrent .......................... yes Qt D-Bus ............................... yes Qt D-Bus directly linked to libdbus .... no Qt Gui ................................. yes Qt Network ............................. yes Qt PrintSupport ........................ yes Qt Sql ................................. yes Qt Testlib ............................. yes Qt Widgets ............................. yes Qt Xml ................................. yesSupport enabled for: Using pkg-config ....................... yes udev ................................... no Using system zlib ...................... yes Zstandard support ...................... no Thread support ......................... yesCommon build options: Linker can resolve circular dependencies no CMake policy CMP0099 is supported ...... noQt Core: backtrace .............................. yes DoubleConversion ....................... yes Using system DoubleConversion ........ yes GLib ................................... no ICU .................................... no Using system libb2 ..................... no Built-in copy of the MIME database ..... yes cpp/winrt base ......................... no Tracing backend ........................ <none> Logging backends: journald ............................. no syslog ............................... no slog2 ................................ no PCRE2 .................................. yes Using system PCRE2 ................... yes CLONE_PIDFD support in forkfd .......... yesQt Sql: SQL item models ........................ yesQt Network: getifaddrs() ........................... yes IPv6 ifname ............................ yes libproxy ............................... no Linux AF_NETLINK ....................... yes OpenSSL ................................ yes Qt directly linked to OpenSSL ........ no OpenSSL 1.1 ............................ yes DTLS ................................... yes OCSP-stapling .......................... yes SCTP ................................... no Use system proxies ..................... yes GSSAPI ................................. no Brotli Decompression Support ........... noCore tools: Android deployment tool ................ yes macOS deployment tool .................. no Windows deployment tool ................ no qmake .................................. yesQt Gui: Accessibility .......................... yes FreeType ............................... yes Using system FreeType ................ yes HarfBuzz ............................... yes Using system HarfBuzz ................ yes Fontconfig ............................. yes Image formats: GIF .................................. yes ICO .................................. yes JPEG ................................. yes Using system libjpeg ............... no PNG .................................. yes Using system libpng ................ yes Text formats: HtmlParser ........................... yes CssParser ............................ yes OdfWriter ............................ yes MarkdownReader ....................... yes Using system libmd4c ............... no MarkdownWriter ....................... yes EGL .................................... yes OpenVG ................................. no OpenGL: Desktop OpenGL ....................... yes OpenGL ES 2.0 ........................ no OpenGL ES 3.0 ........................ no OpenGL ES 3.1 ........................ no OpenGL ES 3.2 ........................ no Vulkan ................................. no Session Management ..................... yesFeatures used by QPA backends: evdev .................................. yes libinput ............................... no HiRes wheel support in libinput ........ no INTEGRITY HID .......................... no mtdev .................................. no tslib .................................. no xkbcommon .............................. yes X11 specific: XLib ................................. yes XCB Xlib ............................. yes EGL on X11 ........................... yes xkbcommon-x11 ........................ no xcb-sm ............................... yesQPA backends: DirectFB ............................... no EGLFS .................................. yes EGLFS details: EGLFS OpenWFD ........................ no EGLFS i.Mx6 .......................... no EGLFS i.Mx6 Wayland .................. no EGLFS RCAR ........................... no EGLFS EGLDevice ...................... no EGLFS GBM ............................ no EGLFS VSP2 ........................... no EGLFS Mali ........................... no EGLFS Raspberry Pi ................... no EGLFS X11 ............................ yes LinuxFB ................................ yes VNC .................................... yes VK_KHR_display ......................... no QNX: lgmon ................................ no IMF .................................. no XCB: Using system-provided xcb-xinput ..... no GL integrations: GLX Plugin ......................... yes XCB GLX .......................... yes EGL-X11 Plugin ..................... yes Windows: Direct 2D ............................ no Direct 2D 1.1 ........................ no DirectWrite .......................... no DirectWrite 3 ........................ noQt Widgets: GTK+ ................................... no Styles ................................. Fusion WindowsQt Testlib: Tester for item models ................. yesQt PrintSupport: CUPS ................................... noQt Sql Drivers: DB2 (IBM) .............................. no InterBase .............................. no MySql .................................. no OCI (Oracle) ........................... no ODBC ................................... no PostgreSQL ............................. no SQLite ................................. yes Using system provided SQLite ......... noFurther Image Formats: JasPer ................................. no MNG .................................... no TIFF ................................... yes Using system libtiff ................. no WEBP ................................... yes Using system libwebp ................. noQt Multimedia: GStreamer 1.0 .......................... no Video for Linux ........................ yes Linux DMA buffer support ............... yes MMRenderer ............................. no AVFoundation ........................... no Windows Media Foundation ............... noQt Tools: Qt Assistant ........................... yes QDoc ................................... no Clang-based lupdate parser ............. no Qt Designer ............................ yes Qt Distance Field Generator ............ no Qt Linguist ............................ yes pixeltool .............................. yes qdbus .................................. yes Qt Attributions Scanner ................ yes qtdiag ................................. yes qtplugininfo ........................... yesSerial Port: ntddmodm ............................... no Note: Disabling X11 Accessibility Bridge: D-Bus or AT-SPI is missing. WARNING: QDoc will not be compiled, probably because libclang could not be located. This means that you cannot build the Qt documentation.Either set CMAKE_PREFIX_PATH or LLVM_INSTALL_DIR to the location of your llvm installation.On Linux systems, you may be able to install libclang by installing the libclang-dev or libclang-devel package, depending on your distribution.On macOS, you can use Homebrew's llvm package.You will also need to set the FEATURE_clang CMake variable to ON to re-evaluate this check.WARNING: Clang-based lupdate parser will not be available. LLVM and Clang C++ libraries have not been found.You will need to set the FEATURE_clangcpp CMake variable to ON to re-evaluate this check. -- Qt is now configured for building. Just run 'cmake --build . --parallel' Once everything is built, you must run 'cmake --install .'Qt will be installed into '/home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/package/85b8515209a3022d776c2ae1c1fd19366ae971e2' To configure and build other Qt modules, you can use the following convenience script: /home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/package/85b8515209a3022d776c2ae1c1fd19366ae971e2/bin/qt-configure-module If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory -- Configuring doneCMake Error at qtbase/src/corelib/Qt6CoreMacros.cmake:2440 (add_library): Target "QXcbIntegrationPlugin" links to target "PkgConfig::XKB_COMMON_X11" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?Call Stack (most recent call first): qtbase/src/corelib/Qt6CoreMacros.cmake:2273 (_qt_internal_add_library) qtbase/cmake/QtPluginHelpers.cmake:87 (qt6_add_plugin) qtbase/src/plugins/platforms/xcb/CMakeLists.txt:163 (qt_internal_add_plugin)CMake Error at qtbase/src/corelib/Qt6CoreMacros.cmake:2440 (add_library): Target "XcbQpaPrivate" links to target "PkgConfig::XKB_COMMON_X11" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?Call Stack (most recent call first): qtbase/cmake/QtModuleHelpers.cmake:128 (_qt_internal_add_library) qtbase/src/plugins/platforms/xcb/CMakeLists.txt:7 (qt_internal_add_module)CMake Error at qtbase/src/corelib/Qt6CoreMacros.cmake:2440 (add_library): Target "QXcbEglIntegrationPlugin" links to target "PkgConfig::XKB_COMMON_X11" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?Call Stack (most recent call first): qtbase/src/corelib/Qt6CoreMacros.cmake:2273 (_qt_internal_add_library) qtbase/cmake/QtPluginHelpers.cmake:87 (qt6_add_plugin) qtbase/src/plugins/platforms/xcb/gl_integrations/xcb_egl/CMakeLists.txt:9 (qt_internal_add_plugin)CMake Error at qtbase/src/corelib/Qt6CoreMacros.cmake:2440 (add_library): Target "QXcbGlxIntegrationPlugin" links to target "PkgConfig::XKB_COMMON_X11" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?Call Stack (most recent call first): qtbase/src/corelib/Qt6CoreMacros.cmake:2273 (_qt_internal_add_library) qtbase/cmake/QtPluginHelpers.cmake:87 (qt6_add_plugin) qtbase/src/plugins/platforms/xcb/gl_integrations/xcb_glx/CMakeLists.txt:7 (qt_internal_add_plugin)CMake Error at qtbase/src/corelib/Qt6CoreMacros.cmake:2440 (add_library): Target "XcbQpaPrivate" links to target "PkgConfig::XKB_COMMON_X11" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?Call Stack (most recent call first): qtbase/cmake/QtModuleHelpers.cmake:128 (_qt_internal_add_library) qtbase/src/plugins/platforms/xcb/CMakeLists.txt:7 (qt_internal_add_module)CMake Error at qtbase/src/corelib/Qt6CoreMacros.cmake:2440 (add_library): Target "QXcbIntegrationPlugin" links to target "PkgConfig::XKB_COMMON_X11" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?Call Stack (most recent call first): qtbase/src/corelib/Qt6CoreMacros.cmake:2273 (_qt_internal_add_library) qtbase/cmake/QtPluginHelpers.cmake:87 (qt6_add_plugin) qtbase/src/plugins/platforms/xcb/CMakeLists.txt:163 (qt_internal_add_plugin)CMake Error at qtbase/src/corelib/Qt6CoreMacros.cmake:2440 (add_library): Target "QXcbEglIntegrationPlugin" links to target "PkgConfig::XKB_COMMON_X11" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?Call Stack (most recent call first): qtbase/src/corelib/Qt6CoreMacros.cmake:2273 (_qt_internal_add_library) qtbase/cmake/QtPluginHelpers.cmake:87 (qt6_add_plugin) qtbase/src/plugins/platforms/xcb/gl_integrations/xcb_egl/CMakeLists.txt:9 (qt_internal_add_plugin)CMake Error at qtbase/src/corelib/Qt6CoreMacros.cmake:2440 (add_library): Target "QXcbGlxIntegrationPlugin" links to target "PkgConfig::XKB_COMMON_X11" but the target was not found. Perhaps a find_package() call is missing for an IMPORTED target, or an ALIAS target is missing?Call Stack (most recent call first): qtbase/src/corelib/Qt6CoreMacros.cmake:2273 (_qt_internal_add_library) qtbase/cmake/QtPluginHelpers.cmake:87 (qt6_add_plugin) qtbase/src/plugins/platforms/xcb/gl_integrations/xcb_glx/CMakeLists.txt:7 (qt_internal_add_plugin)-- Generating doneCMake Warning: Manually-specified variables were not used by the project: CMAKE_EXPORT_NO_PACKAGE_REGISTRYCMake Generate step failed. Build files cannot be regenerated correctly.qt/6.3.1@cassandra/stablexcb: brotli/1.0.9: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behaviordouble-conversion/3.2.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behaviorzlib/1.2.12: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behaviorwayland/1.21.0: WARN: Using the new toolchains and generators without specifying a build profile (e.g: -pr:b=default) is discouraged and might cause failures and unexpected behaviorqt/6.3.1@cassandra/stablexcb: ERROR: Package '85b8515209a3022d776c2ae1c1fd19366ae971e2' build failedqt/6.3.1@cassandra/stablexcb: WARN: Build folder /home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/build/85b8515209a3022d776c2ae1c1fd19366ae971e2ERROR: qt/6.3.1@cassandra/stablexcb: Error in build() method, line 191 self.configure_cmake()while calling 'configure_cmake', line 188 self.cmake.configure(source_dir = self.source_folder + "/qt6") ConanException: Error 1 while executing cd '/home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/build/85b8515209a3022d776c2ae1c1fd19366ae971e2' && cmake -G "Ninja" -DCMAKE_BUILD_TYPE="RelWithDebInfo" -DCONAN_CMAKE_CXX_STANDARD="17" -DCONAN_CMAKE_CXX_EXTENSIONS="OFF" -DCONAN_STD_CXX_FLAG="-std=c++17" -DCONAN_IN_LOCAL_CACHE="ON" -DCONAN_COMPILER="gcc" -DCONAN_COMPILER_VERSION="8" -DCONAN_CXX_FLAGS="-m64" -DCONAN_SHARED_LINKER_FLAGS="-m64" -DCONAN_C_FLAGS="-m64" -DCONAN_LIBCXX="libstdc++11" -DBUILD_SHARED_LIBS="ON" -DCMAKE_INSTALL_PREFIX="/home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/package/85b8515209a3022d776c2ae1c1fd19366ae971e2" -DCMAKE_INSTALL_BINDIR="bin" -DCMAKE_INSTALL_SBINDIR="bin" -DCMAKE_INSTALL_LIBEXECDIR="bin" -DCMAKE_INSTALL_LIBDIR="lib" -DCMAKE_INSTALL_INCLUDEDIR="include" -DCMAKE_INSTALL_OLDINCLUDEDIR="include" -DCMAKE_INSTALL_DATAROOTDIR="share" -DCMAKE_MODULE_PATH="/home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/build/85b8515209a3022d776c2ae1c1fd19366ae971e2" -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY="ON" -DCONAN_EXPORTED="1" -DBUILD_qtsvg="ON" -DBUILD_qtdeclarative="OFF" -DBUILD_qtactiveqt="OFF" -DBUILD_qtmultimedia="ON" -DBUILD_qttools="ON" -DBUILD_qttranslations="OFF" -DBUILD_qtdoc="OFF" -DBUILD_qtpositioning="ON" -DBUILD_qtsensors="OFF" -DBUILD_qtconnectivity="OFF" -DBUILD_qtwayland="OFF" -DBUILD_qt3d="OFF" -DBUILD_qtimageformats="ON" -DBUILD_qtserialbus="OFF" -DBUILD_qtserialport="ON" -DBUILD_qtwebsockets="OFF" -DBUILD_qtwebchannel="OFF" -DBUILD_qtwebengine="OFF" -DBUILD_qtwebview="OFF" -DBUILD_qtcharts="OFF" -DBUILD_qtdatavis3d="OFF" -DBUILD_qtvirtualkeyboard="OFF" -DBUILD_qtscxml="OFF" -DBUILD_qtnetworkauth="OFF" -DBUILD_qtremoteobjects="OFF" -DBUILD_qtlottie="OFF" -DBUILD_qtquicktimeline="OFF" -DBUILD_qtquick3d="OFF" -DBUILD_qtshadertools="ON" -DBUILD_qt5compat="OFF" -DBUILD_qtcoap="OFF" -DBUILD_qtmqtt="OFF" -DBUILD_qtopcua="OFF" -DFEATURE_dbus="ON" -DFEATURE_glib="OFF" -DFEATURE_fontconfig="ON" -DFEATURE_sql_mysql="OFF" -DFEATURE_sql_psql="OFF" -DFEATURE_sql_odbc="OFF" -DFEATURE_gui="ON" -DFEATURE_widgets="ON" -DFEATURE_zstd="OFF" -DFEATURE_vulkan="OFF" -DFEATURE_brotli="OFF" -DFEATURE_system_doubleconversion="ON" -DFEATURE_system_freetype="ON" -DFEATURE_system_harfbuzz="ON" -DFEATURE_jpeg="ON" -DFEATURE_png="ON" -DFEATURE_pcre2="ON" -DQT_FEATURE_xcb="ON" -DQT_BUILD_TESTS="OFF" -DQT_BUILD_EXAMPLES="OFF" -DFEATURE_icu="OFF" -DOPENSSL_ROOT_DIR="/home/jenkins/.conan/data/openssl/1.1.1o/cassandra/stable/package/1dab02a32a1a97c1102b3e06d1e2208a835226a4" -DFEATURE_openssl="ON" -DINPUT_openssl="runtime" -DINPUT_opengl="desktop" -DCMAKE_INTERPROCEDURAL_OPTIMIZATION="ON" -Wno-dev '/home/jenkins/.conan/data/qt/6.3.1/cassandra/stablexcb/source/qt6'