Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-134025

Failure to build test from command line on Windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • P3: Somewhat important
    • None
    • 6.10
    • Core: Other
    • None
    • Android

    Description

      If I build a test right after configure (before building entire qtbase) I get the below error when building a unit test for Android

      Source Qt file does not exist: K:/qt/build/android-qtbase/qtbase/./jar/Qt6Android.jar.
      

      A workaround is to call

      ninja
      

      to build all of qtbase before I build the test.

      I configure Qt like this:

      ..\..\qt6\configure -debug -developer-build -qt-host-path K:\qt\build\dev\qtbase -android-abis arm64-v8a -android-sdk C:\Users\johanseg\AppData\Local\Android\Sdk\ -android-ndk C:\users\johanseg\AppData\Local\Android\Sdk\ndk\26.1.10909125\ -submodules qtbase -make tests -nomake examples --
      -DQT_BUILD_TESTS_BY_DEFAULT=OFF
      

      Then I try to build the test using this command line:

      ninja tst_quniquehandle_check
      

      Instead of building the test, I get the following error:

      [1245/1246] Creating APK for tst_quniquehandle
      FAILED: qtbase/tests/auto/corelib/tools/quniquehandle/android-build/tst_quniquehandle.apk K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-build/tst_quniquehandle.apk
      C:\Windows\system32\cmd.exe /C "cd /D K:\qt\build\android-qtbase\qtbase\tests\auto\corelib\tools\quniquehandle && K:\qt\build\dev\qtbase\bin\androiddeployqt --input K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-tst_quniquehandle-deployment-settings.json --output K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-build --apk K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-build/tst_quniquehandle.apk --depfile K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-build/tst_quniquehandle.d --builddir K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_transform_depfile Ninja gccdepfile K:/qt/qt6 K:/qt/qt6/qtbase/tests/auto/corelib/tools/quniquehandle K:/qt/build/android-qtbase K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-build/tst_quniquehandle.d K:/qt/build/android-qtbase/CMakeFiles/d/9e1195a162a4c5dcfef3dec02d99a03fde96259d77d4cff4e7f2438c081fa2f0.d"
      Generating Android Package
        Input file: K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-tst_quniquehandle-deployment-settings.json
        Output directory: K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-build/
        Application binary: tst_quniquehandle
        Android build platform: android-34
        Install to device: No
      Source Qt file does not exist: K:/qt/build/android-qtbase/qtbase/./jar/Qt6Android.jar.
      ninja: build stopped: subcommand failed.
      

      Full output:

      K:\qt\build\android-qtbase>..\..\qt6\configure -debug -developer-build -qt-host-path K:\qt\build\dev\qtbase -android-abis arm64-v8a -android-sdk C:\Users\johanseg\AppData\Local\Android\Sdk\ -android-ndk C:\users\johanseg\AppData\Local\Android\Sdk\ndk\26.1.10909125\ -submodules qtbase -make tests -nomake examples -- -DQT_BUILD_TESTS_BY_DEFAULT=OFF
      + K:\qt\qt6/qtbase/configure.bat -top-level -debug -developer-build -qt-host-path K:\qt\build\dev\qtbase -android-abis arm64-v8a -android-sdk C:\Users\johanseg\AppData\Local\Android\Sdk -android-ndk C:\users\johanseg\AppData\Local\Android\Sdk\ndk\26.1.10909125 -make tests -nomake examples -submodules qtbase -- -DBUILD_qtbase=ON -DQT_BUILD_TESTS_BY_DEFAULT=OFF
      -- Windows 10 SDK version:
      CMake Warning (dev) at K:/qt/qt6/qtbase/cmake/QtProcessConfigureArgs.cmake:785 (if):
        Policy CMP0054 is not set: Only interpret if() arguments as variables or
        keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
        details.  Use the cmake_policy command to set the policy and suppress this
        warning.
      
        Quoted variables like "path" will no longer be dereferenced when the policy
        is set to NEW.  Since the policy is not set the OLD behavior will be used.
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      CMake Warning (dev) at K:/qt/qt6/qtbase/cmake/QtProcessConfigureArgs.cmake:799 (if):
        Policy CMP0054 is not set: Only interpret if() arguments as variables or
        keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
        details.  Use the cmake_policy command to set the policy and suppress this
        warning.
      
        Quoted variables like "path" will no longer be dereferenced when the policy
        is set to NEW.  Since the policy is not set the OLD behavior will be used.
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      CMake Warning (dev) at K:/qt/qt6/qtbase/cmake/QtProcessConfigureArgs.cmake:864 (if):
        Policy CMP0054 is not set: Only interpret if() arguments as variables or
        keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
        details.  Use the cmake_policy command to set the policy and suppress this
        warning.
      
        Quoted variables like "path" will no longer be dereferenced when the policy
        is set to NEW.  Since the policy is not set the OLD behavior will be used.
      Call Stack (most recent call first):
        K:/qt/qt6/qtbase/cmake/QtProcessConfigureArgs.cmake:965 (translate_input)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      CMake Warning (dev) at K:/qt/qt6/qtbase/cmake/QtProcessConfigureArgs.cmake:866 (elseif):
        Policy CMP0054 is not set: Only interpret if() arguments as variables or
        keywords when unquoted.  Run "cmake --help-policy CMP0054" for policy
        details.  Use the cmake_policy command to set the policy and suppress this
        warning.
      
        Quoted variables like "path" will no longer be dereferenced when the policy
        is set to NEW.  Since the policy is not set the OLD behavior will be used.
      Call Stack (most recent call first):
        K:/qt/qt6/qtbase/cmake/QtProcessConfigureArgs.cmake:965 (translate_input)
      This warning is for project developers.  Use -Wno-dev to suppress it.
      
      'C:/Program Files/CMake/bin/cmake.exe' '-DFEATURE_developer_build=ON' '-DQT_HOST_PATH=K:/qt/build/dev/qtbase' '-DQT_BUILD_SUBMODULES=qtbase' '-DBUILD_qtbase=ON' '-DQT_BUILD_TESTS_BY_DEFAULT=OFF' '-DQT_INTERNAL_CALLED_FROM_CONFIGURE:BOOL=TRUE' '-DANDROID_SDK_ROOT=C:/Users/johanseg/AppData/Local/Android/Sdk' '-DANDROID_NDK_ROOT=C:/users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125' '-DANDROID_ABI=arm64-v8a' '-DQT_BUILD_EXAMPLES=FALSE' '-DQT_BUILD_TESTS=TRUE' '-DCMAKE_BUILD_TYPE=Debug' '-G' 'Ninja' 'K:/qt/qt6'
      -- Android toolchain file within NDK detected: C:/users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/build/cmake/android.toolchain.cmake
      -- Android build detected, checking configuration defaults...
      -- Neither ANDROID_PLATFORM nor ANDROID_NATIVE_API_LEVEL were specified, using API level 28 as default
      -- The CXX compiler identification is Clang 17.0.2
      -- The C compiler identification is Clang 17.0.2
      -- The ASM compiler identification is Clang with GNU-like command-line
      -- Found assembler: C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe
      -- Detecting CXX compiler ABI info
      -- Detecting CXX compiler ABI info - done
      -- Check for working CXX compiler: C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe - skipped
      -- Detecting CXX compile features
      -- Detecting CXX compile features - done
      -- Detecting C compiler ABI info
      -- Detecting C compiler ABI info - done
      -- Check for working C compiler: C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe - skipped
      -- Detecting C compile features
      -- Detecting C compile features - done
      -- Checking dependencies of submodule 'qtbase'
      -- Configuring submodule 'qtbase'
      -- [QtBase] CMAKE_BUILD_TYPE was already explicitly set to: 'Debug'
      -- [QtBase] Using Android SDK API android-34 from C:/Users/johanseg/AppData/Local/Android/Sdk/platforms
      -- [QtBase] Found Java: C:/Program Files/Eclipse Adoptium/jdk-17.0.10.7-hotspot/bin/java.exe (found suitable version "17.0.10", minimum required is "1.8") found components: Development
      -- [QtBase] Checking for feature set changes
      -- [QtBase] CMAKE_STRIP (original): C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-strip.exe
      -- [QtBase] Building architecture extraction project with the following CMake arguments:
      --             -DANDROID_ABI=arm64-v8a
                  -DANDROID_ARM_MODE=thumb
                  -DANDROID_PIE=TRUE
                  -DANDROID_PLATFORM=android-28
                  -DANDROID_STL=c++_shared
                  -DANDROID_TOOLCHAIN=clang
                  -DCMAKE_C_FLAGS=-g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security
                  -DCMAKE_C_FLAGS_DEBUG=-fno-limit-debug-info
                  -DCMAKE_C_FLAGS_RELEASE=-O3 -DNDEBUG
                  -DCMAKE_C_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
                  -DCMAKE_CXX_FLAGS=-g -DANDROID -fdata-sections -ffunction-sections -funwind-tables -fstack-protector-strong -no-canonical-prefixes -D_FORTIFY_SOURCE=2 -Wformat -Werror=format-security
                  -DCMAKE_CXX_FLAGS_DEBUG=-fno-limit-debug-info
                  -DCMAKE_CXX_FLAGS_RELEASE=-O3 -DNDEBUG
                  -DCMAKE_CXX_FLAGS_RELWITHDEBINFO=-O2 -g -DNDEBUG
                  -DCMAKE_OBJCOPY=C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/llvm-objcopy.exe
                  -DCMAKE_EXE_LINKER_FLAGS=-Wl,--build-id=sha1 -Wl,--no-rosegment -Wl,--no-undefined-version -Wl,--fatal-warnings -Wl,--no-undefined -Qunused-arguments
                  -DCMAKE_TOOLCHAIN_FILE=C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/build/cmake/android.toolchain.cmake
                  -DCMAKE_C_STANDARD=11
                  -DCMAKE_C_STANDARD_REQUIRED=ON
                  -DCMAKE_CXX_STANDARD=17
                  -DCMAKE_CXX_STANDARD_REQUIRED=ON
                  -DCMAKE_MODULE_PATH:STRING=K:/qt/qt6/qtbase/cmake/platforms
      -- [QtBase] Extracting architecture info from K:/qt/build/android-qtbase/qtbase/config.tests/arch/architecture_test.
      -- [QtBase] CMAKE_VERSION: "3.29.0"
      -- [QtBase] CMAKE_HOST_SYSTEM: "Windows-10.0.22635"
      -- [QtBase] CMAKE_HOST_SYSTEM_NAME: "Windows"
      -- [QtBase] CMAKE_HOST_SYSTEM_VERSION: "10.0.22635"
      -- [QtBase] CMAKE_HOST_SYSTEM_PROCESSOR: "AMD64"
      -- [QtBase] CMAKE_SYSTEM: "Android"
      -- [QtBase] CMAKE_SYSTEM_NAME: "Android"
      -- [QtBase] CMAKE_SYSTEM_VERSION: "1"
      -- [QtBase] CMAKE_SYSTEM_PROCESSOR: "aarch64"
      -- [QtBase] CMAKE_CROSSCOMPILING: "TRUE"
      -- [QtBase] CMAKE_INSTALL_PREFIX: "K:/qt/build/android-qtbase/qtbase"
      -- [QtBase] CMAKE_STAGING_PREFIX: ""
      -- [QtBase] QT_BUILD_DIR: "K:/qt/build/android-qtbase/qtbase"
      -- [QtBase] QT_INSTALL_DIR: "K:/qt/build/android-qtbase/qtbase"
      -- [QtBase] QT_WILL_INSTALL: "OFF"
      -- [QtBase] CMAKE_C_COMPILER: "C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang.exe" (17.0.2)
      -- [QtBase] CMAKE_CXX_COMPILER: "C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/bin/clang++.exe" (17.0.2)
      -- [QtBase] ANDROID_TOOLCHAIN: "clang"
      -- [QtBase] ANDROID_NDK: "C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125"
      -- [QtBase] ANDROID_ABI: "arm64-v8a"
      -- [QtBase] ANDROID_PLATFORM: "android-28"
      -- [QtBase] ANDROID_NATIVE_API_LEVEL: "28"
      -- [QtBase] ANDROID_STL: "c++_shared"
      -- [QtBase] ANDROID_PIE: "TRUE"
      -- [QtBase] ANDROID_CPP_FEATURES: ""
      -- [QtBase] ANDROID_ALLOW_UNDEFINED_SYMBOLS: ""
      -- [QtBase] ANDROID_ARM_MODE: "thumb"
      -- [QtBase] ANDROID_ARM_NEON: ""
      -- [QtBase] ANDROID_DISABLE_FORMAT_STRING_CHECKS: ""
      -- [QtBase] ANDROID_LLVM_TRIPLE: "aarch64-none-linux-android28"
      -- [QtBase] Found ZLIB: C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/lib/aarch64-linux-android/28/libz.so (found suitable version "1.2.13", minimum required is "1.0.8")
      -- [QtBase] Found WrapSystemZLIB: TRUE (found suitable version "1.2.13", minimum required is "1.0.8")
      -- [QtBase] Performing Test CMAKE_HAVE_LIBC_PTHREAD
      -- [QtBase] Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
      -- [QtBase] Looking for pthread_create in pthreads
      -- [QtBase] Looking for pthread_create in pthreads - not found
      -- [QtBase] Looking for pthread_create in pthread
      -- [QtBase] Looking for pthread_create in pthread - not found
      -- [QtBase] Check if compiler accepts -pthread
      -- [QtBase] Check if compiler accepts -pthread - yes
      -- [QtBase] Found Threads: TRUE
      -- [QtBase] Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
      -- [QtBase] Could NOT find WrapOpenSSLHeaders (missing: OPENSSL_INCLUDE_DIR)
      -- [QtBase] Could NOT find OpenSSL, try to set the path to OpenSSL root folder in the system variable OPENSSL_ROOT_DIR (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
      -- [QtBase] Could NOT find WrapOpenSSLHeaders (missing: OPENSSL_INCLUDE_DIR)
      -- [QtBase] Could NOT find WrapOpenSSL (missing: OPENSSL_CRYPTO_LIBRARY OPENSSL_INCLUDE_DIR)
      -- [QtBase] Could NOT find WrapZSTD (missing: ZSTD_LIBRARIES ZSTD_INCLUDE_DIRS) (Required is at least version "1.3")
      -- [QtBase] Could NOT find WrapDBus1 (missing: DBus1_LIBRARY DBus1_INCLUDE_DIR WrapDBus1_FOUND) (Required is at least version "1.2")
      -- [QtBase] Could NOT find LTTngUST (missing: LTTNGUST_LIBRARIES LTTNGUST_INCLUDE_DIRS)
      -- [QtBase] Performing Test TEST_use_bfd_linker
      -- [QtBase] Performing Test TEST_use_bfd_linker - Failed
      -- [QtBase] Performing Test TEST_use_gold_linker
      -- [QtBase] Performing Test TEST_use_gold_linker - Failed
      -- [QtBase] Performing Test TEST_use_lld_linker
      -- [QtBase] Performing Test TEST_use_lld_linker - Success
      -- [QtBase] Performing Test TEST_use_mold_linker
      -- [QtBase] Performing Test TEST_use_mold_linker - Success
      -- [QtBase] Performing Test HAVE_LD_VERSION_SCRIPT
      -- [QtBase] Performing Test HAVE_LD_VERSION_SCRIPT - Success
      -- [QtBase] Performing Test TEST_optimize_debug
      -- [QtBase] Performing Test TEST_optimize_debug - Success
      -- [QtBase] Performing Test TEST_enable_new_dtags
      -- [QtBase] Performing Test TEST_enable_new_dtags - Success
      -- [QtBase] Performing Test TEST_gdb_index
      -- [QtBase] Performing Test TEST_gdb_index - Success
      -- [QtBase] Performing Test AVX512VBMI2 intrinsics
      -- [QtBase] Performing Test AVX512VBMI2 intrinsics - Failed
      -- [QtBase] Performing Test VAES intrinsics
      -- [QtBase] Performing Test VAES intrinsics - Failed
      -- [QtBase] Performing Test CRYPTO intrinsics
      -- [QtBase] Performing Test CRYPTO intrinsics - Success
      -- [QtBase] Performing Test SVE intrinsics
      -- [QtBase] Performing Test SVE intrinsics - Success
      -- [QtBase] Performing Test LSX intrinsics
      -- [QtBase] Performing Test LSX intrinsics - Failed
      -- [QtBase] Performing Test LASX intrinsics
      -- [QtBase] Performing Test LASX intrinsics - Failed
      -- [QtBase] Performing Test TEST_stack_protector
      -- [QtBase] Performing Test TEST_stack_protector - Success
      -- [QtBase] Performing Test TEST_trivial_auto_var_init_pattern
      -- [QtBase] Performing Test TEST_trivial_auto_var_init_pattern - Success
      -- [QtBase] Performing Test TEST_relro_now_linker
      -- [QtBase] Performing Test TEST_relro_now_linker - Success
      -- [QtBase] Performing Test separate debug information support
      -- [QtBase] Performing Test separate debug information support - Success
      -- [QtBase] Performing Test HAVE_cxx20
      -- [QtBase] Performing Test HAVE_cxx20 - Success
      -- [QtBase] Performing Test HAVE_reduce_relocations
      -- [QtBase] Performing Test HAVE_reduce_relocations - Failed
      -- [QtBase] Performing Test HAVE_signaling_nan
      -- [QtBase] Performing Test HAVE_signaling_nan - Success
      -- [QtBase] Performing Test opensslv11 - Failed because WrapOpenSSL::WrapOpenSSL not found
      -- [QtBase] Performing Test opensslv30 - Failed because WrapOpenSSL::WrapOpenSSL not found
      -- [QtBase] Performing Test opensslv11_headers - Failed because WrapOpenSSLHeaders::WrapOpenSSLHeaders not found
      -- [QtBase] Performing Test opensslv30_headers - Failed because WrapOpenSSLHeaders::WrapOpenSSLHeaders not found
      -- [QtBase] Performing Test -mno-direct-extern-access / -fno-direct-access-external-data support
      -- [QtBase] Performing Test -mno-direct-extern-access / -fno-direct-access-external-data support - Success
      -- [QtBase] Performing Test HAVE_localtime_r
      -- [QtBase] Performing Test HAVE_localtime_r - Success
      -- [QtBase] Performing Test HAVE_localtime_s
      -- [QtBase] Performing Test HAVE_localtime_s - Failed
      -- [QtBase] Performing Test HAVE_posix_fallocate
      -- [QtBase] Performing Test HAVE_posix_fallocate - Success
      -- [QtBase] Performing Test HAVE_intelcet
      -- [QtBase] Performing Test HAVE_intelcet - Failed
      -- [QtBase] Performing Test HAVE_glibc
      -- [QtBase] Performing Test HAVE_glibc - Failed
      -- [QtBase] Performing Test HAVE_using_stdlib_libcpp
      -- [QtBase] Performing Test HAVE_using_stdlib_libcpp - Success
      -- [QtBase] Performing Test precompiled header support
      -- [QtBase] Performing Test precompiled header support - Success
      -- [QtBase] Looking for backtrace
      -- [QtBase] Looking for backtrace - not found
      -- [QtBase] Could NOT find Backtrace (missing: Backtrace_LIBRARY)
      -- [QtBase] Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
      -- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
      -- [QtBase] The following ICU libraries were not found:
      -- [QtBase]   i18n (required)
      -- [QtBase]   uc (required)
      -- [QtBase]   data (required)
      -- [QtBase] Failed to find all ICU components (missing: ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND) (found suitable version "72.1", minimum required is "50.1")
      -- [QtBase] Performing Test HAVE_STDATOMIC
      -- [QtBase] Performing Test HAVE_STDATOMIC - Success
      -- [QtBase] Found WrapAtomic: TRUE
      -- [QtBase] Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
      -- [QtBase] Performing Test HAVE_GETTIME
      -- [QtBase] Performing Test HAVE_GETTIME - Success
      -- [QtBase] Performing Test HAVE_SHM_OPEN_SHM_UNLINK
      -- [QtBase] Performing Test HAVE_SHM_OPEN_SHM_UNLINK - Failed
      -- [QtBase] Found WrapRt: TRUE
      -- [QtBase] Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
      -- [QtBase] Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
      -- [QtBase] Performing Test HAVE_clock_monotonic
      -- [QtBase] Performing Test HAVE_clock_monotonic - Success
      -- [QtBase] Performing Test HAVE_cxx_std_async_noncopyable
      -- [QtBase] Performing Test HAVE_cxx_std_async_noncopyable - Success
      -- [QtBase] Performing Test HAVE_cxx17_filesystem
      -- [QtBase] Performing Test HAVE_cxx17_filesystem - Success
      -- [QtBase] Performing Test HAVE_inotify
      -- [QtBase] Performing Test HAVE_inotify - Success
      -- [QtBase] Performing Test HAVE_sysv_shm
      -- [QtBase] Performing Test HAVE_sysv_shm - Success
      -- [QtBase] Performing Test HAVE_sysv_sem
      -- [QtBase] Performing Test HAVE_sysv_sem - Success
      -- [QtBase] Performing Test HAVE_chrono_tzdb
      -- [QtBase] Performing Test HAVE_chrono_tzdb - Failed
      -- [QtBase] Performing Test HAVE_copy_file_range
      -- [QtBase] Performing Test HAVE_copy_file_range - Failed
      -- [QtBase] Performing Test __cxa_thread_atexit in C library
      -- [QtBase] Performing Test __cxa_thread_atexit in C library - Failed
      -- [QtBase] Performing Test __cxa_thread_atexit_impl in C library
      -- [QtBase] Performing Test __cxa_thread_atexit_impl in C library - Success
      -- [QtBase] Performing Test HAVE_dladdr
      -- [QtBase] Performing Test HAVE_dladdr - Success
      -- [QtBase] Performing Test HAVE_futimens
      -- [QtBase] Performing Test HAVE_futimens - Success
      -- [QtBase] Performing Test HAVE_getentropy
      -- [QtBase] Performing Test HAVE_getentropy - Success
      -- [QtBase] Performing Test HAVE_linkat
      -- [QtBase] Performing Test HAVE_linkat - Success
      -- [QtBase] Performing Test HAVE_memmem
      -- [QtBase] Performing Test HAVE_memmem - Success
      -- [QtBase] Performing Test HAVE_memrchr
      -- [QtBase] Performing Test HAVE_memrchr - Success
      -- [QtBase] Performing Test HAVE_ppoll
      -- [QtBase] Performing Test HAVE_ppoll - Success
      -- [QtBase] Performing Test HAVE_posix_sem
      -- [QtBase] Performing Test HAVE_posix_sem - Success
      -- [QtBase] Performing Test HAVE_posix_shm
      -- [QtBase] Performing Test HAVE_posix_shm - Failed
      -- [QtBase] Performing Test HAVE_pthread_clockjoin
      -- [QtBase] Performing Test HAVE_pthread_clockjoin - Failed
      -- [QtBase] Performing Test HAVE_pthread_condattr_setclock
      -- [QtBase] Performing Test HAVE_pthread_condattr_setclock - Success
      -- [QtBase] Performing Test HAVE_pthread_timedjoin
      -- [QtBase] Performing Test HAVE_pthread_timedjoin - Failed
      -- [QtBase] Performing Test HAVE_cxx23_stacktrace
      -- [QtBase] Performing Test HAVE_cxx23_stacktrace - Failed
      -- [QtBase] Performing Test HAVE_fsnotify
      -- [QtBase] Performing Test HAVE_fsnotify - Failed
      -- [QtBase] Performing Test HAVE_cloexec
      -- [QtBase] Performing Test HAVE_cloexec - Success
      -- [QtBase] Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
      -- [QtBase] Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
      -- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
      -- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
      -- [QtBase] Performing Test HAVE_LIBRESOLV_FUNCTIONS
      -- [QtBase] Performing Test HAVE_LIBRESOLV_FUNCTIONS - Failed
      -- [QtBase] Could NOT find WrapResolv (missing: WrapResolv_FOUND)
      -- [QtBase] Performing Test HAVE_getifaddrs
      -- [QtBase] Performing Test HAVE_getifaddrs - Success
      -- [QtBase] Performing Test HAVE_ipv6ifname
      -- [QtBase] Performing Test HAVE_ipv6ifname - Success
      -- [QtBase] Performing Test HAVE_sctp
      -- [QtBase] Performing Test HAVE_sctp - Failed
      -- [QtBase] Could NOT find Libdrm (missing: Libdrm_LIBRARY Libdrm_INCLUDE_DIR)
      -- [QtBase] Performing Test HAVE_EGL
      -- [QtBase] Performing Test HAVE_EGL - Success
      -- [QtBase] Found EGL: C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include (found version "1.5")
      -- [QtBase] Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
      -- [QtBase] Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
      -- [QtBase] Could NOT find gbm (missing: gbm_LIBRARY gbm_INCLUDE_DIR)
      -- [QtBase] Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
      -- [QtBase] Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR)
      -- [QtBase] Could NOT find WrapSystemJpeg (missing: __jpeg_found)
      -- [QtBase] Could NOT find WrapSystemMd4c (missing: __md4c_found)
      -- [QtBase] Could NOT find WrapSystemPNG (missing: __png_found)
      -- [QtBase] Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY OPENGL_INCLUDE_DIR)
      -- [QtBase] Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_INCLUDE_DIR OpenGL)
      -- [QtBase] Could NOT find WrapOpenGL (missing: WrapOpenGL_FOUND)
      -- [QtBase] Performing Test HAVE_GLESv2
      -- [QtBase] Performing Test HAVE_GLESv2 - Success
      -- [QtBase] Found GLESv2: C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include
      -- [QtBase] Found WrapVulkanHeaders: C:/Users/johanseg/AppData/Local/Android/Sdk/ndk/26.1.10909125/toolchains/llvm/prebuilt/windows-x86_64/sysroot/usr/include
      -- [QtBase] Could NOT find RenderDoc (missing: RenderDoc_INCLUDE_DIR)
      -- [QtBase] Performing Test HAVE_opengles3
      -- [QtBase] Performing Test HAVE_opengles3 - Failed
      -- [QtBase] Performing Test HAVE_directwrite
      -- [QtBase] Performing Test HAVE_directwrite - Failed
      -- [QtBase] Performing Test HAVE_evdev
      -- [QtBase] Performing Test HAVE_evdev - Success
      -- [QtBase] Performing Test HAVE_vxworksevdev
      -- [QtBase] Performing Test HAVE_vxworksevdev - Failed
      -- [QtBase] Performing Test HAVE_linuxfb
      -- [QtBase] Performing Test HAVE_linuxfb - Failed
      -- [QtBase] Performing Test EGL on X11 - Failed because X11::X11 not found
      -- [QtBase] Performing Test RenderDoc header check - Failed because RenderDoc::RenderDoc not found
      -- [QtBase] Searching for tool 'Qt6::syncqt' in package Qt6CoreTools.
      -- [QtBase] Qt6::syncqt was found at K:/qt/build/dev/qtbase/lib/cmake/Qt6CoreTools/../../../bin/syncqt.exe using package Qt6CoreTools.
      -- [QtBase] Tool 'Qt6::moc' was found at K:/qt/build/dev/qtbase/bin/moc.exe.
      -- [QtBase] Tool 'Qt6::rcc' was found at K:/qt/build/dev/qtbase/bin/rcc.exe.
      -- [QtBase] Tool 'Qt6::tracepointgen' was found at K:/qt/build/dev/qtbase/bin/tracepointgen.exe.
      -- [QtBase] Tool 'Qt6::tracegen' was found at K:/qt/build/dev/qtbase/bin/tracegen.exe.
      -- [QtBase] Tool 'Qt6::cmake_automoc_parser' was found at K:/qt/build/dev/qtbase/bin/cmake_automoc_parser.exe.
      -- [QtBase] Using Qt bundled PCRE2.
      -- [QtBase] Found WrapPCRE2: TRUE
      -- [QtBase] Using system ZLIB.
      -- [QtBase] Found WrapZLIB: TRUE (found version "1.2.13")
      -- [QtBase] Could NOT find Backtrace (missing: Backtrace_LIBRARY)
      -- [QtBase] Could NOT find WrapSystemDoubleConversion (missing: DOUBLE_CONVERSION_LIBRARY DOUBLE_CONVERSION_INCLUDE_DIR __double_conversion_found)
      -- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
      -- [QtBase] The following ICU libraries were not found:
      -- [QtBase]   i18n (required)
      -- [QtBase]   uc (required)
      -- [QtBase]   data (required)
      -- [QtBase] Failed to find all ICU components (missing: ICU_LIBRARY _ICU_REQUIRED_LIBS_FOUND) (found suitable version "72.1", minimum required is "50.1")
      -- [QtBase] Could NOT find Libb2 (missing: LIBB2_LIBRARY LIBB2_INCLUDE_DIR)
      -- [QtBase] Could NOT find WrapSystemPCRE2 (missing: PCRE2_LIBRARIES PCRE2_INCLUDE_DIRS __pcre2_found) (Required is at least version "10.20")
      -- [QtBase] Could NOT find Slog2 (missing: Slog2_INCLUDE_DIR Slog2_LIBRARY)
      -- [QtBase] Performing Test HAVE_DASH_UNDEFINED_SYMBOLS
      -- [QtBase] Performing Test HAVE_DASH_UNDEFINED_SYMBOLS - Success
      -- [QtBase] Performing Test HAVE_DASH_DASH_NO_UNDEFINED
      -- [QtBase] Performing Test HAVE_DASH_DASH_NO_UNDEFINED - Success
      -- [QtBase] Running syncqt.cpp for module: QtCore
      -- [QtBase] Running syncqt.cpp for module: QtPng
      -- [QtBase] Running syncqt.cpp for module: QtJpeg
      -- [QtBase] Using Qt bundled PNG.
      -- [QtBase] Found WrapPNG: TRUE
      -- [QtBase] Running syncqt.cpp for module: QtFreetype
      -- [QtBase] Running syncqt.cpp for module: QtHarfbuzz
      -- [QtBase] Running syncqt.cpp for module: QtConcurrent
      -- [QtBase] Running syncqt.cpp for module: QtSql
      -- [QtBase] Could NOT find WrapBrotli (missing: BrotliDec_FOUND BrotliEnc_FOUND BrotliCommon_FOUND)
      -- [QtBase] Could NOT find GSSAPI (missing: GSSAPI_LIBRARIES GSSAPI_INCLUDE_DIRS)
      -- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
      -- [QtBase] Could NOT find GLIB2 (missing: GLIB2_LIBRARIES GTHREAD2_LIBRARIES GLIB2_INCLUDE_DIRS)
      -- [QtBase] Could NOT find WrapResolv (missing: WrapResolv_FOUND)
      -- [QtBase] Running syncqt.cpp for module: QtNetwork
      -- [QtBase] Running syncqt.cpp for module: QtXml
      -- [QtBase] Searching for tool 'Qt6::uic' in package Qt6WidgetsTools.
      -- [QtBase] Qt6::uic was found at K:/qt/build/dev/qtbase/bin/uic.exe using package Qt6WidgetsTools.
      -- [QtBase] Tool 'Qt6::qlalr' was found at K:/qt/build/dev/qtbase/bin/qlalr.exe.
      -- [QtBase] Tool 'Qt6::qvkgen' was found at K:/qt/build/dev/qtbase/bin/qvkgen.exe.
      -- [QtBase] Tool 'Qt6::qtpaths' was found at K:/qt/build/dev/qtbase/bin/qtpaths.exe.
      -- [QtBase] Could NOT find X11_XCB (missing: X11_XCB_LIBRARY X11_XCB_INCLUDE_DIR)
      -- [QtBase] Using Qt bundled Harfbuzz.
      -- [QtBase] Found WrapHarfbuzz: TRUE
      -- [QtBase] Using Qt bundled Freetype.
      -- [QtBase] Found WrapFreetype: TRUE
      -- [QtBase] Could NOT find Libdrm (missing: Libdrm_LIBRARY Libdrm_INCLUDE_DIR)
      -- [QtBase] Could NOT find WrapSystemFreetype (missing: __freetype_found) (Required is at least version "2.2.0")
      -- [QtBase] Could NOT find Fontconfig (missing: Fontconfig_LIBRARY Fontconfig_INCLUDE_DIR)
      -- [QtBase] Could NOT find gbm (missing: gbm_LIBRARY gbm_INCLUDE_DIR)
      -- [QtBase] Could NOT find WrapSystemHarfbuzz (missing: __harfbuzz_found) (Required is at least version "2.6.0")
      -- [QtBase] Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR)
      -- [QtBase] Could NOT find WrapSystemJpeg (missing: __jpeg_found)
      -- [QtBase] Could NOT find WrapSystemMd4c (missing: __md4c_found)
      -- [QtBase] Could NOT find WrapSystemPNG (missing: __png_found)
      -- [QtBase] Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_glx_LIBRARY OPENGL_INCLUDE_DIR)
      -- [QtBase] Could NOT find OpenGL (missing: OPENGL_opengl_LIBRARY OPENGL_INCLUDE_DIR OpenGL)
      -- [QtBase] Could NOT find WrapOpenGL (missing: WrapOpenGL_FOUND)
      -- [QtBase] Could NOT find RenderDoc (missing: RenderDoc_INCLUDE_DIR)
      -- [QtBase] Running syncqt.cpp for module: QtGui
      -- [QtBase] Running syncqt.cpp for module: QtExampleIcons
      -- [QtBase] Running syncqt.cpp for module: QtExamplesAssetDownloader
      -- [QtBase] Running syncqt.cpp for module: QtOpenGL
      -- [QtBase] Running syncqt.cpp for module: QtWidgets
      -- [QtBase] Running syncqt.cpp for module: QtOpenGLWidgets
      -- [QtBase] Running syncqt.cpp for module: QtDeviceDiscoverySupport
      -- [QtBase] Running syncqt.cpp for module: QtFbSupport
      -- [QtBase] Could NOT find Libinput (missing: Libinput_LIBRARY Libinput_INCLUDE_DIR)
      -- [QtBase] Could NOT find XKB (missing: XKB_LIBRARY XKB_INCLUDE_DIR)
      -- [QtBase] Running syncqt.cpp for module: QtInputSupport
      -- [QtBase] Running syncqt.cpp for module: QtTest
      -- [QtBase] Could NOT find Cups (missing: CUPS_LIBRARIES CUPS_INCLUDE_DIR)
      -- [QtBase] Running syncqt.cpp for module: QtPrintSupport
      -- [QtBase] Could NOT find DB2 (missing: DB2_INCLUDE_DIR DB2_LIBRARY)
      -- [QtBase] Could NOT find MySQL (missing: MySQL_LIBRARY MySQL_INCLUDE_DIR)
      -- [QtBase] Could NOT find PostgreSQL (missing: PostgreSQL_LIBRARY PostgreSQL_INCLUDE_DIR)
      -- [QtBase] Could NOT find Oracle (missing: Oracle_LIBRARY Oracle_INCLUDE_DIR)
      -- [QtBase] Could NOT find ODBC (missing: ODBC_LIBRARY ODBC_INCLUDE_DIR)
      -- [QtBase] Could NOT find SQLite3 (missing: SQLite3_INCLUDE_DIR SQLite3_LIBRARY)
      -- [QtBase] Could NOT find Interbase (missing: Interbase_LIBRARY Interbase_INCLUDE_DIR)
      -- [QtBase] Could NOT find Mimer (missing: Mimer_LIBRARIES Mimer_INCLUDE_DIR)
      -- [QtBase] Using Qt bundled Jpeg.
      -- [QtBase] Found WrapJpeg: TRUE
      -- [QtBase] Tool 'Qt6::qmake' was found at K:/qt/build/dev/qtbase/bin/qmake.exe.
      -- [QtBase] Generated QtModulePlugins.cmake files for the following modules: Sql;Network;Gui;Widgets;PrintSupport
      -- [QtBase] Configuring 'tst_qsignalspy' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_tostring' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractitemmodeltester' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qapplicationstatic' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qchronotimer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcoreapplication' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_static_qcoreapplication' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/corelib/kernel/qcoreapplication/CMakeLists.txt
        contains multiple Qt Android executable targets.  This can lead to mixing
        of deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/corelib/kernel/qcoreapplication/CMakeLists.txt:DEFERRED
      
      -- [QtBase] Configuring 'apphelper_core' for the following Android ABIs: arm64-v8a (default)
      
      -- [QtBase] Configuring 'tst_qdeadlinetimer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qelapsedtimer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmath' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmetacontainer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmetaobject' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmetaobject_compat' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/corelib/kernel/qmetaobject/CMakeLists.txt
        contains multiple Qt Android executable targets.  This can lead to mixing
        of deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/corelib/kernel/qmetaobject/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'tst_qmetaobjectbuilder' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmetamethod' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmetaproperty' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmetaenum' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsignalblocker' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsignalmapper' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtimer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtranslator' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qeventloop' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmetatype' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmimedata' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpointer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qvariant' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsocketnotifier' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpermission' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qproperty' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qjnienvironment' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qjniobject' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qjnitypes' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qjniarray' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractanimation' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qanimationgroup' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qparallelanimationgroup' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpauseanimation' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsequentialanimationgroup' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qvariantanimation' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpropertyanimation' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcheckedint' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcompare' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcomparehelpers' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcomparehelpers_cpp23' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/corelib/global/qcomparehelpers/CMakeLists.txt
        contains multiple Qt Android executable targets.  This can lead to mixing
        of deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/corelib/global/qcomparehelpers/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'tst_qflags' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qflags64' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/corelib/global/qflags/CMakeLists.txt contains
        multiple Qt Android executable targets.  This can lead to mixing of
        deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/corelib/global/qflags/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'tst_qflags_non_typesafe' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_q_func_info' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgetputenv' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qglobal' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qglobal_strict' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/corelib/global/qglobal/CMakeLists.txt contains
        multiple Qt Android executable targets.  This can lead to mixing of
        deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/corelib/global/qglobal/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'tst_qnumeric' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfloat16' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qkeycombination' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnativeinterface' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qrandomgenerator' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlibraryinfo' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'qlogging_helper' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlogging' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/corelib/global/qlogging/CMakeLists.txt contains
        multiple Qt Android executable targets.  This can lead to mixing of
        deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
      -- [QtBase] Configuring 'tst_qmessagelogger' for the following Android ABIs: arm64-v8a (default)
        qtbase/tests/auto/corelib/global/qlogging/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'tst_qtendian' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qglobalstatic' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhooks' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qoperatingsystemversion' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qxp_function_ref' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qxp_is_virtual_base_of' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_q20_memory' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_q20_utility' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractfileengine' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfileinfo' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qipaddress' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qloggingregistry' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qurlinternal' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qbuffer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdataurl' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdiriterator' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdirlisting' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'stdinprocess_helper' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfile' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_largefile' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfileselectors' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfilesystemmetadata' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qloggingcategory' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnodebug' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsavefile' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstandardpaths' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstorageinfo' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtemporarydir' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtemporaryfile' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qurlquery' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qurluts46' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdebug' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'qlockfile_test_helper' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlockfile' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qurl' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfilesystementry' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qiodevice' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'qprocess-noapplication' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qprocessenvironment' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsettings' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qzip' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringlistmodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractitemmodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractproxymodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qconcatenatetablesproxymodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qidentityproxymodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsfpm_recursive' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsfpm_regex' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtransposeproxymodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qitemselectionmodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsortfilterproxymodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qitemmodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmimetype' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmimedatabase-xml-builtin' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmimedatabase-xml-fdoxml' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmimedatabase-cache-builtin' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmimedatabase-cache-fdoxml' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfactoryloader' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'testProcessUniqueness' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_quuid' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpluginloader' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlibrary' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qplugin' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_json' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcborstreamreader' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcborstreamwriter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcborvalue' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcborvalue_json' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdatastream' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdatastream_core_pixmap' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextstream' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'stdinProcess' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'readAllStdinProcess' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'readLineStdinProcess' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qxmlstream' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qanystringview' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qbytearray' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qbytearray_large' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qbytearrayapisymmetry' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qbytearraylist' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qbytearraymatcher' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qbytearrayview' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qbytedatabuffer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qchar' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qchar_restricted_ascii' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/corelib/text/qchar/CMakeLists.txt contains
        multiple Qt Android executable targets.  This can lead to mixing of
        deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
      -- [QtBase] Configuring 'tst_qchar_no_cast_from_ascii' for the following Android ABIs: arm64-v8a (default)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/corelib/text/qchar/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'tst_qcollator' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlatin1stringmatcher' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlatin1stringview' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlocale' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'syslocaleapp' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qregularexpression' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstring' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstring_restricted_ascii' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/corelib/text/qstring/CMakeLists.txt contains
        multiple Qt Android executable targets.  This can lead to mixing of
        deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/corelib/text/qstring/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'tst_qstring_no_cast_from_ascii' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstring_no_cast_from_bytearray' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringapisymmetry' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringbuilder1' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringbuilder2' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringbuilder3' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringbuilder4' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringbuilder5' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringbuilder6' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringconverter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringiterator' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringlist' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringmatcher' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringtokenizer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstringview' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextboundaryfinder' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qunicodetools' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicint' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_char' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_char16_t' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_char32_t' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_int' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_long' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_qlonglong' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_qptrdiff' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_quintptr' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_qulonglong' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_schar' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_short' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_uchar' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_uint' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_ulong' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_ushort' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicinteger_wchar_t' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicpointer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfuture' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qresultstore' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfuturesynchronizer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpromise' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfuturewatcher' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmutex' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmutexlocker' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qreadlocker' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qreadwritelock' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsemaphore' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qthreadonce' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qthreadpool' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qthreadstorage' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qwaitcondition' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qwritelocker' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcalendar' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdate' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdatetime' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdatetimeparser' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtime' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtimezone' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qatomicscopedvaluerollback' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_collections' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_containerapisymmetry' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qalgorithms' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qarraydata' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qbitarray' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcache' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'qcommandlineparser_test_helper' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcommandlineparser' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcontiguouscache' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcryptographichash' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcryptographichash_bigdata' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
      
        K:/qt/qt6/qtbase/tests/auto/corelib/tools/qcryptographichash/CMakeLists.txt
        contains multiple Qt Android executable targets.  This can lead to mixing
        of deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/corelib/tools/qcryptographichash/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'tst_qduplicatetracker' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qeasingcurve' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qexplicitlyshareddatapointer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qexplicitlyshareddatapointerv2' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qflatmap' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfreelist' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhash' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhashfunctions' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhashseed' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhashseed_helper' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/corelib/tools/qhashseed/CMakeLists.txt contains
        multiple Qt Android executable targets.  This can lead to mixing of
        deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/corelib/tools/qhashseed/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'tst_qline' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlist' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlist_strict_iterators' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/corelib/tools/qlist/CMakeLists.txt contains
        multiple Qt Android executable targets.  This can lead to mixing of
        deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/corelib/tools/qlist/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'tst_qmakearray' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmap' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmargins' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmessageauthenticationcode' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qoffsetstringarray' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpair' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpoint' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpointf' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qqueue' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qrect' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qringbuffer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qscopedpointer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qscopedvaluerollback' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qscopeguard' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtaggedpointer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtyperevision' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qset' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qshareddatapointer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsharedpointer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsize' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsizef' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qspan' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstl' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_quniquehandle' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qvarlengtharray' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qversionnumber' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtimeline' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_android' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_android_appless' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_androiditemmodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_android_legacy_packaging' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Running CMake tests is disabled when cross-compiling to Linux / Boot2Qt.
      -- [QtBase] Configuring 'tst_qtconcurrentfilter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtconcurrentiteratekernel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtconcurrentfiltermapgenerated' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtconcurrentmap' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtconcurrentmedian' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtconcurrentrun' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtconcurrenttask' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtconcurrentthreadengine' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qaction_kernel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qactiongroup_kernel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qbackingstore' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcursor' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdrag' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qevent' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfileopenevent' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'qfileopeneventexternal' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qguichronotimer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qguieventdispatcher' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qguitimer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qinputdevice' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qinputmethod' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qkeyevent' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmouseevent' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpalette' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qscreen' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsurfaceformat' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qwindow' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qguiapplication' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_static_qguiapplication' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/gui/kernel/qguiapplication/CMakeLists.txt
        contains multiple Qt Android executable targets.  This can lead to mixing
        of deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/gui/kernel/qguiapplication/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'apphelper_gui' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpixelformat' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qrasterwindow' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qaddpostroutine' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'copier' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'paster' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qclipboard' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qguieventloop' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qguimetatype' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qguivariant' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_gui_variant_no_application' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qkeysequence' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qshortcut_kernel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmouseevent_modal' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtouchevent' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qopenglwindow' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qicoimageformat' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpixmap' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qimage' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qimageiohandler' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qimagewriter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmovie' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpicture' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qiconhighdpi' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpixmapcache' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qicon' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qquaternion' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qvectornd' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmatrixnxn' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpainterpath' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpainterpathstroker' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcolor' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qbrush' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qregion' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpagelayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpageranges' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpagesize' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpainter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpainterstateguard' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpdfwriter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpen' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpaintengine' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtransform' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpolygon' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpathclipper' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstracttextdocumentlayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfont' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfontdatabase' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfontengine' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfontmetrics' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qglyphrun' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qrawfont' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstatictext' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsyntaxhighlighter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextblock' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextcursor' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextdocumentfragment' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextdocumentlayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextformat' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextimagehandler' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextlist' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextobject' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtexttable' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qinputcontrol' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcssparser' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfontcache' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextlayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextodfwriter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextdocument' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextpiecetable' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextmarkdownimporter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextmarkdownwriter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdesktopservices' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdoublevalidator' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qintvalidator' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qregularexpressionvalidator' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtexturefilereader' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qundogroup' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qundostack' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstandarditem' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstandarditemmodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfilesystemmodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qshader' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qrhi' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qopenglconfig' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qopengl' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qvulkan' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhttpheaders' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkdiskcache' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkcookiejar' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkaccessmanager' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkcookie' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkrequest' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'echo' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] The argument BUNDLE_ANDROID_OPENSSL_LIBS is set but OPENSSL_ROOT_DIR parameter is not set. Test should bundle OpenSSL libraries but they are not found. This is fine if OpenSSL was built statically.
      -- [QtBase] Configuring 'tst_qnetworkreply' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkcachemetadata' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractnetworkcache' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] The argument BUNDLE_ANDROID_OPENSSL_LIBS is set but OPENSSL_ROOT_DIR parameter is not set. Test should bundle OpenSSL libraries but they are not found. This is fine if OpenSSL was built statically.
      -- [QtBase] Configuring 'tst_qnetworkreply_local' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qformdatabuilder' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkrequestfactory' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qrestaccessmanager' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhttp2connection' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhttpheaderparser' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhttpheadershelper' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhttpnetworkconnection' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhttpnetworkreply' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_hpack' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] The argument BUNDLE_ANDROID_OPENSSL_LIBS is set but OPENSSL_ROOT_DIR parameter is not set. Test should bundle OpenSSL libraries but they are not found. This is fine if OpenSSL was built statically.
      -- [QtBase] Configuring 'tst_http2' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhsts' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdecompresshelper' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkaddressentry' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkproxyfactory' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkinterface' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkproxy' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkdatagram' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhostaddress' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhostinfo' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qauthenticator' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkinformation' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkinformation_appless' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] The argument BUNDLE_ANDROID_OPENSSL_LIBS is set but OPENSSL_ROOT_DIR parameter is not set. Test should bundle OpenSSL libraries but they are not found. This is fine if OpenSSL was built statically.
      -- [QtBase] Configuring 'tst_qpassworddigestor' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qhttpsocketengine' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtcpsocket' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'stressTest' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsocks5socketengine' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_platformsocketengine' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'clientserver' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qudpsocket' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractsocket' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractprintdialog' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qprintdevice' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qprinter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qprinterinfo' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqlfield' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqldatabase' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqlerror' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqldriver' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqlindex' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqlquery' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqlrecord' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqlthread' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsql' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqlresult' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qvfssql' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqlrelationaltablemodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqltablemodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqlquerymodel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsqlrelationaldelegate' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcolordialog' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdialog' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qerrormessage' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfiledialog2' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfontdialog' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qinputdialog' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qprogressdialog' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qwizard' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfiledialog' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsidebar' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicseffect' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpixmapfilter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicsanchorlayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicsanchorlayout1' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicsitem' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicsscene' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicssceneindex' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicseffectsource' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicsgridlayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicsitemanimation' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicslayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicslayoutitem' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicslinearlayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicsobject' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicspixmapitem' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicspolygonitem' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicstransform' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicsproxywidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicswidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgraphicsview' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractitemview' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdatawidgetmapper' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfileiconprovider' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qheaderview' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qitemdelegate' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qitemeditorfactory' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qitemview' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlistview' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtableview' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtablewidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtreeview' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtreewidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtreewidgetitemiterator' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcolumnview' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlistwidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'desktopsettingsaware_helper' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'modal_helper' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qapplication' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'apphelper_widgets' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_static_qapplication' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/widgets/kernel/qapplication/CMakeLists.txt
        contains multiple Qt Android executable targets.  This can lead to mixing
        of deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/widgets/kernel/qapplication/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'tst_qboxlayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qformlayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgridlayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstackedlayout' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtooltip' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qwidget_window' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qwidgetmetatype' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qwidgetrepaintmanager' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qwidgetsvariant' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qwindowcontainer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsizepolicy' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgesturerecognizer' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qwidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qshortcut' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qguishortcut_with_qapplication' for the following Android ABIs: arm64-v8a (default)
      CMake Warning at qtbase/src/corelib/Qt6AndroidMacros.cmake:521 (message):
        K:/qt/qt6/qtbase/tests/auto/widgets/kernel/qshortcut/CMakeLists.txt
        contains multiple Qt Android executable targets.  This can lead to mixing
        of deployment artifacts of targets defined there.  Setting
        QT_USE_TARGET_ANDROID_BUILD_DIR=TRUE allows building multiple executable
        targets within a single CMakeLists.txt.  Note: This option is not supported
        by Qt Creator versions older than 13.  Set
        QT_SKIP_ANDROID_BUILD_DIR_CHECK=TRUE to suppress this warning.
      Call Stack (most recent call first):
        qtbase/src/corelib/Qt6AndroidMacros.cmake:1666 (qt6_android_add_apk_target)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (_qt_internal_android_executable_finalizer)
        qtbase/src/corelib/Qt6CoreMacros.cmake:738 (cmake_language)
        qtbase/src/corelib/Qt6CoreMacros.cmake:816 (_qt_internal_finalize_executable)
        qtbase/src/corelib/Qt6CoreMacros.cmake:854:EVAL:1 (qt6_finalize_target)
        qtbase/tests/auto/widgets/kernel/qshortcut/CMakeLists.txt:DEFERRED
      
      
      -- [QtBase] Configuring 'tst_qaction' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qactiongroup' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qwidgetaction' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstyle' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstyleoption' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcompleter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qscroller' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsystemtrayicon' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractbutton' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractscrollarea' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractslider' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qbuttongroup' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcalendarwidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcheckbox' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcommandlinkbutton' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdatetimeedit' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdial' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdialogbuttonbox' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdockwidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdoublespinbox' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfocusframe' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfontcombobox' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qframe' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qgroupbox' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlabel' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlcdnumber' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmdisubwindow' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qplaintextedit' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qprogressbar' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qpushbutton' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qradiobutton' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qscrollarea' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qscrollbar' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsizegrip' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qslider' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qspinbox' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsplashscreen' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsplitter' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstackedwidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qstatusbar' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtabbar' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtabwidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextbrowser' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtoolbox' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtoolbutton' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qabstractspinbox' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcombobox' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmainwindow' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtextedit' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qtoolbar' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qkeysequenceedit' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qmenu' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qlineedit' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qopenglwidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qrhiwidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qdom' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_gestures' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_languagechange' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qfocusevent' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qsharedpointer_and_qwidget' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qnetworkaccessmanager_and_qprogressdialog' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_networkselftest' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qaccessibility' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qcomplextext' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_qobjectrace' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_toolsupport' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_baseline_painting' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_baseline_widgets' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_baseline_stylesheet' for the following Android ABIs: arm64-v8a (default)
      -- [QtBase] Configuring 'tst_baseline_text' for the following Android ABIs: arm64-v8a (default)
      -- The following packages have been found:
      
       * QtBuildInternals
       * Java (required version >= 1.8)
       * Qt6HostInfo
       * WrapSystemZLIB (required version >= 1.0.8)
       * Threads
       * Vulkan
       * WrapPCRE2
       * WrapZLIB
       * WrapAtomic
       * WrapRt
       * Qt6CoreTools (required version >= 6.10.0)
       * Qt6GuiTools (required version >= 6.10.0)
       * Qt6WidgetsTools (required version >= 6.10.0)
       * WrapHarfbuzz
       * WrapPNG
       * WrapFreetype
       * ZLIB
       * WrapVulkanHeaders
       * GLESv2
       * 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/>
       * WrapJpeg
      
      -- The following OPTIONAL packages have not been found:
      
       * OpenSSL
       * WrapOpenSSLHeaders
       * WrapOpenSSL
       * WrapZSTD (required version >= 1.3), ZSTD compression library, <https://github.com/facebook/zstd>
       * DBus1 (required version >= 1.2)
       * WrapDBus1 (required version >= 1.2)
       * Libudev
       * LTTngUST
       * Backtrace
       * WrapBacktrace
       * double-conversion
       * WrapSystemDoubleConversion, double-conversion library, <https://github.com/google/double-conversion>
       * ICU (required version >= 50.1)
       * Libsystemd
       * Libb2
       * WrapSystemPCRE2 (required version >= 10.20)
       * Slog2
       * WrapBrotli
       * Libproxy
       * GSSAPI, Generic Security Services Application Program Interface
       * GLIB2, Event loop and utility library, <https://wiki.gnome.org/Projects/GLib>
       * WrapResolv
       * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, <http://xorg.freedesktop.org/>
       * ATSPI2
       * DirectFB
       * Libdrm, Userspace interface to kernel DRM services., <https://wiki.freedesktop.org/dri/>
       * Freetype (required version >= 2.2.0)
       * WrapSystemFreetype (required version >= 2.2.0)
       * Fontconfig
       * gbm, Mesa gbm library., <http://www.mesa3d.org>
       * WrapSystemHarfbuzz (required version >= 2.6.0)
       * JPEG
       * WrapSystemJpeg
       * md4c
       * WrapSystemMd4c
       * PNG
       * WrapSystemPNG
       * OpenGL
       * WrapOpenGL
       * RenderDoc
       * 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/>
       * XKB, XKB API common to servers and clients., <http://xkbcommon.org>
       * 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>
       * Mimer
       * PkgConfig
       * PlatformGraphics
      
      -- Performing Test HAVE_atomicfptr
      -- Performing Test HAVE_atomicfptr - Success
      
      -- Configuration summary shown below. It has also been written to K:/qt/build/android-qtbase/config.summary
      -- Configure with --log-level=STATUS or higher to increase CMake's message verbosity. The log level does not persist across reconfigurations.
      
      -- Configure summary:
      
      Building for: android-clang (arm64, CPU features: neon)
      Compiler: clang 17.0.2
      Build options:
        Mode ................................... debug
        Fully optimize release builds (-O3) .... no
        Building shared libraries .............. yes
        Using ccache ........................... no
        Unity Build ............................ no
        Relocatable ............................ yes
        Using precompiled headers .............. yes
        Using Link Time Optimization (LTCG) .... no
        Using Intel Control-flow Enforcement Technology (CET)  no
        Using Glibc function fortification ..... no
        Using -ftrivial-auto-var-init=pattern .. yes
        Using -fstack-protector-strong ......... yes
        Using -fstack-clash-protection ......... no
        Using libstdc++ assertions ............. no
        Using libc++ hardening ................. yes
        Using -z relro -z now when linking ..... yes
        Target compiler supports:
          ARM Extensions ....................... NEON AES SVE
        Sanitizers:
          Addresses ............................ no
          Threads .............................. no
          Memory ............................... no
          Fuzzer (instrumentation only) ........ no
          Undefined ............................ no
        Build parts ............................ libs
        Install examples sources ............... no
        App store compliance ................... yes
      Qt modules and options:
        Qt Concurrent .......................... yes
        Qt D-Bus ............................... no
        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 ................................. yes
      Support enabled for:
        Using pkg-config ....................... no
        Using vcpkg ............................ no
        udev ................................... no
        OpenSSL ................................ no
          Qt directly linked to OpenSSL ........ no
        OpenSSL 1.1 ............................ no
        OpenSSL 3.0 ............................ no
        Using system zlib ...................... yes
        Zstandard support ...................... no
        Thread support ......................... yes
      Common build options:
        Linker can resolve circular dependencies  yes
      Qt Core:
        backtrace .............................. no
        C++23 <stacktrace> ..................... no
        DoubleConversion ....................... yes
          Using system DoubleConversion ........ no
        GLib ................................... no
        ICU .................................... no
        std::chrono::tzdb QTZ backend .......... no
        Using system libb2 ..................... no
        Built-in copy of the MIME database ..... yes
        Application permissions ................ yes
        Defaulting legacy IPC to POSIX ......... no
        Tracing backend ........................ <none>
        OpenSSL based cryptographic hash ....... no
        Logging backends:
          journald ............................. no
          syslog ............................... no
          slog2 ................................ no
        PCRE2 .................................. yes
          Using system PCRE2 ................... no
      Qt Sql:
        SQL item models ........................ yes
      Qt Network:
        getifaddrs() ........................... yes
        IPv6 ifname ............................ yes
        libproxy ............................... no
        DTLS ................................... no
        OCSP-stapling .......................... no
        SCTP ................................... no
        Use system proxies ..................... yes
        GSSAPI ................................. no
        Brotli Decompression Support ........... no
        qIsEffectiveTLD() ...................... yes
          Built-in publicsuffix database ....... yes
          System publicsuffix database ......... no
      Core tools:
        Android deployment tool ................ no
        macOS deployment tool .................. no
        Windows deployment tool ................ no
        qmake .................................. yes
      Qt Gui:
        Accessibility .......................... yes
        Emoji Segmenter ........................ yes
        FreeType ............................... yes
          Using system FreeType ................ no
        HarfBuzz ............................... yes
          Using system HarfBuzz ................ no
        Fontconfig ............................. no
        Image formats:
          GIF .................................. yes
          ICO .................................. yes
          JPEG ................................. yes
            Using system libjpeg ............... no
          PNG .................................. yes
            Using system libpng ................ no
        Text formats:
          HtmlParser ........................... yes
          CssParser ............................ yes
          OdfWriter ............................ yes
          MarkdownReader ....................... yes
            Using system libmd4c ............... no
          MarkdownWriter ....................... yes
        EGL .................................... yes
        OpenVG ................................. no
        OpenGL:
          Desktop OpenGL ....................... no
          OpenGL ES 2.0 ........................ yes
          OpenGL ES 3.0 ........................ no
          OpenGL ES 3.1 ........................ no
          OpenGL ES 3.2 ........................ no
        Vulkan ................................. yes
        Metal .................................. no
        QGraphicsFrameCapture .................. no
        Session Management ..................... yes
        Multi-threaded image and painting helpers  yes
      Features used by QPA backends:
        evdev .................................. yes
        libinput ............................... no
        HiRes wheel support in libinput ........ no
        INTEGRITY HID .......................... no
        mtdev .................................. no
        tslib .................................. no
        xkbcommon .............................. no
        vxworksevdev ........................... no
        X11 specific:
          XLib ................................. no
          XCB Xlib ............................. no
          EGL on X11 ........................... no
          xkbcommon-x11 ........................ no
          xcb-sm ............................... no
      QPA backends:
        DirectFB ............................... no
        EGLFS .................................. no
        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 ............................ no
        LinuxFB ................................ no
        VNC .................................... no
        VK_KHR_display ......................... no
        QNX:
          lgmon ................................ no
          IMF .................................. no
        XCB:
          Using system-provided xcb-xinput ..... no
          GL integrations:
            GLX Plugin ......................... no
              XCB GLX .......................... no
            EGL-X11 Plugin ..................... no
        Windows:
          Direct 2D ............................ no
          Direct 2D 1.1 ........................ no
          DirectWrite .......................... no
          DirectWrite 3 ........................ no
          DirectWrite COLRv1 Support ........... no
      Qt Widgets:
        GTK+ ................................... no
        Styles ................................. Fusion Windows Android
      Qt Testlib:
        Tester for item models ................. yes
        Batch tests ............................ no
      Qt PrintSupport:
        CUPS ................................... no
      Qt Sql Drivers:
        DB2 (IBM) .............................. no
        InterBase .............................. no
        MySql .................................. no
        OCI (Oracle) ........................... no
        ODBC ................................... no
        PostgreSQL ............................. no
        SQLite ................................. yes
          Using system provided SQLite ......... no
        Mimer .................................. no
      
      
      --
      
      Qt is now configured for building. Just run 'cmake --build . --parallel'
      
      Once everything is built, Qt is installed. You should NOT run 'cmake --install .'
      Note that this build cannot be deployed to other machines or devices.
      
      To configure and build other Qt modules, you can use the following convenience script:
              K:/qt/build/android-qtbase/qtbase/bin/qt-configure-module.bat
      
      If reconfiguration fails for some reason, try removing 'CMakeCache.txt' from the build directory
      Alternatively, you can add the --fresh flag to your CMake flags.
      
      -- Configuring done (42.8s)
      -- Generating done (6.2s)
      -- Build files have been written to: K:/qt/build/android-qtbase
      
      K:\qt\build\android-qtbase>ninja tst_quniquehandle_check
      [625/1246] Automatic MOC for target Network
      AutoMoc: K:/qt/qt6/qtbase/src/network/ssl/qsslerror.h: note: No relevant classes found. No output generated.
      AutoMoc: K:/qt/qt6/qtbase/src/network/ssl/qsslsocket.h: note: No relevant classes found. No output generated.
      [718/1246] Automatic MOC for target Gui
      AutoMoc: K:/qt/qt6/qtbase/src/gui/kernel/qplatformwindow_p.h: note: No relevant classes found. No output generated.
      AutoMoc: K:/qt/qt6/qtbase/src/gui/platform/unix/qdesktopunixservices.cpp: note: No relevant classes found. No output generated.
      AutoMoc: K:/qt/qt6/qtbase/src/gui/platform/unix/qgenericunixthemes.cpp: note: No relevant classes found. No output generated.
      [1040/1246] Building CXX object qtbase/src/plugins/platforms/android/CMakeFiles/QAndroidIntegrationPlugin.dir/qandroidinputcontext.cpp.o
      K:/qt/qt6/qtbase/src/plugins/platforms/android/qandroidinputcontext.cpp:891:2: warning: TODO extract the needed data from query [-W#warnings]
      #warning TODO extract the needed data from query
       ^
      K:/qt/qt6/qtbase/src/plugins/platforms/android/qandroidinputcontext.cpp:896:2: warning: TODO Handle at least QInputMethod::ContextMenu action [-W#warnings]
      #warning TODO Handle at least QInputMethod::ContextMenu action
       ^
      K:/qt/qt6/qtbase/src/plugins/platforms/android/qandroidinputcontext.cpp:1691:2: warning: TODO [-W#warnings]
      #warning TODO
       ^
      3 warnings generated.
      [1245/1246] Creating APK for tst_quniquehandle
      FAILED: qtbase/tests/auto/corelib/tools/quniquehandle/android-build/tst_quniquehandle.apk K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-build/tst_quniquehandle.apk
      C:\Windows\system32\cmd.exe /C "cd /D K:\qt\build\android-qtbase\qtbase\tests\auto\corelib\tools\quniquehandle && K:\qt\build\dev\qtbase\bin\androiddeployqt --input K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-tst_quniquehandle-deployment-settings.json --output K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-build --apk K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-build/tst_quniquehandle.apk --depfile K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-build/tst_quniquehandle.d --builddir K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle && "C:\Program Files\CMake\bin\cmake.exe" -E cmake_transform_depfile Ninja gccdepfile K:/qt/qt6 K:/qt/qt6/qtbase/tests/auto/corelib/tools/quniquehandle K:/qt/build/android-qtbase K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-build/tst_quniquehandle.d K:/qt/build/android-qtbase/CMakeFiles/d/9e1195a162a4c5dcfef3dec02d99a03fde96259d77d4cff4e7f2438c081fa2f0.d"
      Generating Android Package
        Input file: K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-tst_quniquehandle-deployment-settings.json
        Output directory: K:/qt/build/android-qtbase/qtbase/tests/auto/corelib/tools/quniquehandle/android-build/
        Application binary: tst_quniquehandle
        Android build platform: android-34
        Install to device: No
      Source Qt file does not exist: K:/qt/build/android-qtbase/qtbase/./jar/Qt6Android.jar.
      ninja: build stopped: subcommand failed.
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            qtandroidteam Qt Android Team
            johanseg Jøger Hansegård
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:

              Gerrit Reviews

                There are no open Gerrit changes