-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.9, 6.10, 6.11
-
None
module_includes started to fail in multiple repositories
- Started in last submodule update merge into dev 3.9.2025: https://codereview.qt-project.org/c/qt/qt5/+/672769
- Needs to verify is this same happening in other branches where WoA 11 23h2 is: 6.10 and 6.9
- Target: windows-11-x86_64-arm64-tests-23H2
- https://testresults.qt.io/coin/integration/qt/qt5/tasks/1756879245
Standalone tests are not easy to find via CI testresult metrics, but starting point is visible through this CI metric
By checking the previous merge into qt5 branch
- https://codereview.qt-project.org/c/qt/qt5/+/671947
- qtsvg didn't fail at 1.9: https://testresults.qt.io/coin/integration/qt/qt5/tasks/1756751555_restarted
- Therefore this 3.9. submodule update round has introduced this new failing
Same failing in all of these repositories / submodules
- qtnetworkauth
- qtmultimedia
- qthttpserver
- qtconnectivity
- qtcoap
- qtcharts
- qt5compat
- qt3d
- qtsvg
- qtserialport
- qtserialbus
- qtsensors
- qtquick3d
- qtpositioning
- qtopcua
- qtwebengine
- qtwebchannel
- qtwebsockets
Logs are indicating that modules are not found, e.g. in qt3d:
agent:2025/09/02 23:40:32 build.go:413: Could NOT find Qt6CoreTools (missing: Qt6CoreTools_DIR) agent:2025/09/02 23:40:32 build.go:413: CMake Warning at C:/CMake/share/cmake-3.30/Modules/CMakeFindDependencyMacro.cmake:76 (find_package): agent:2025/09/02 23:40:32 build.go:413: Found package configuration file: agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/install/target/lib/cmake/Qt6Core/Qt6CoreConfig.cmake agent:2025/09/02 23:40:32 build.go:413: but it set Qt6Core_FOUND to FALSE so package "Qt6Core" is considered to be agent:2025/09/02 23:40:32 build.go:413: NOT FOUND. Reason given by package: agent:2025/09/02 23:40:32 build.go:413: Qt6Core could not be found because dependency Qt6CoreTools could not be agent:2025/09/02 23:40:32 build.go:413: found. agent:2025/09/02 23:40:32 build.go:413: Configuring with --debug-find-pkg=Qt6CoreTools might reveal details why the agent:2025/09/02 23:40:32 build.go:413: package was not found. agent:2025/09/02 23:40:32 build.go:413: Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some agent:2025/09/02 23:40:32 build.go:413: of the path variables that find_package uses to try and find the package. agent:2025/09/02 23:40:32 build.go:413: Call Stack (most recent call first): agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/install/target/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency) agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/install/target/lib/cmake/Qt6Concurrent/Qt6ConcurrentDependencies.cmake:45 (_qt_internal_find_qt_dependencies) agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/install/target/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake:40 (include) agent:2025/09/02 23:40:32 build.go:413: C:/CMake/share/cmake-3.30/Modules/CMakeFindDependencyMacro.cmake:76 (find_package) agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/install/target/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency) agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/install/target/lib/cmake/Qt63DCore/Qt63DCoreDependencies.cmake:45 (_qt_internal_find_qt_dependencies) agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/install/target/lib/cmake/Qt63DCore/Qt63DCoreConfig.cmake:40 (include) agent:2025/09/02 23:40:32 build.go:413: CMakeLists.txt:6 (find_package) agent:2025/09/02 23:40:32 build.go:413: CMake Warning at C:/CMake/share/cmake-3.30/Modules/CMakeFindDependencyMacro.cmake:76 (find_package): agent:2025/09/02 23:40:32 build.go:413: Found package configuration file: agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/install/target/lib/cmake/Qt6Concurrent/Qt6ConcurrentConfig.cmake agent:2025/09/02 23:40:32 build.go:413: but it set Qt6Concurrent_FOUND to FALSE so package "Qt6Concurrent" is agent:2025/09/02 23:40:32 build.go:413: considered to be NOT FOUND. Reason given by package: agent:2025/09/02 23:40:32 build.go:413: Qt6Concurrent could not be found because dependency Qt6Core could not be agent:2025/09/02 23:40:32 build.go:413: found. agent:2025/09/02 23:40:32 build.go:413: Configuring with --debug-find-pkg=Qt6Core might reveal details why the agent:2025/09/02 23:40:32 build.go:413: package was not found. agent:2025/09/02 23:40:32 build.go:413: Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some agent:2025/09/02 23:40:32 build.go:413: of the path variables that find_package uses to try and find the package. agent:2025/09/02 23:40:32 build.go:413: Call Stack (most recent call first): agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/install/target/lib/cmake/Qt6/QtPublicDependencyHelpers.cmake:142 (find_dependency) agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/install/target/lib/cmake/Qt63DCore/Qt63DCoreDependencies.cmake:45 (_qt_internal_find_qt_dependencies) agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/install/target/lib/cmake/Qt63DCore/Qt63DCoreConfig.cmake:40 (include) agent:2025/09/02 23:40:32 build.go:413: CMakeLists.txt:6 (find_package) agent:2025/09/02 23:40:32 build.go:413: CMake Error at CMakeLists.txt:6 (find_package): agent:2025/09/02 23:40:32 build.go:413: Found package configuration file: agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/install/target/lib/cmake/Qt63DCore/Qt63DCoreConfig.cmake agent:2025/09/02 23:40:32 build.go:413: but it set Qt63DCore_FOUND to FALSE so package "Qt63DCore" is considered to agent:2025/09/02 23:40:32 build.go:413: be NOT FOUND. Reason given by package: agent:2025/09/02 23:40:32 build.go:413: Qt63DCore could not be found because dependency Qt6Concurrent could not be agent:2025/09/02 23:40:32 build.go:413: found. agent:2025/09/02 23:40:32 build.go:413: Configuring with --debug-find-pkg=Qt6Concurrent might reveal details why agent:2025/09/02 23:40:32 build.go:413: the package was not found. agent:2025/09/02 23:40:32 build.go:413: Configuring with -DQT_DEBUG_FIND_PACKAGE=ON will print the values of some agent:2025/09/02 23:40:32 build.go:413: of the path variables that find_package uses to try and find the package. agent:2025/09/02 23:40:32 build.go:413: Configuring incomplete, errors occurred! agent:2025/09/02 23:40:32 build.go:413: CMake Error at build_and_test_module_includes.cmake:17 (message): agent:2025/09/02 23:40:32 build.go:413: cmd /c call C:/CMake/bin/ctest.exe --build-and-test agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/qt/qt3d_standalone_tests/tests/auto/cmake/module_includes/ agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/qt/qt3d_standalone_tests/tests/auto/cmake/module_includes/build agent:2025/09/02 23:40:32 build.go:413: --build-config RelWithDebInfo --build-generator Ninja --build-makeprogram agent:2025/09/02 23:40:32 build.go:413: C:/Users/qt/work/qt/qt3d_standalone_tests/.qt/qt-internal-ninja.bat agent:2025/09/02 23:40:32 build.go:413: --build-project module_includes --build-options agent:2025/09/02 23:40:32 build.go:413: -DCMAKE_BUILD_TYPE=RelWithDebInfo agent:2025/09/02 23:40:32 build.go:413: -DCMAKE_TOOLCHAIN_FILE=C:/Users/qt/work/install/target/lib/cmake/Qt6/qt.toolchain.cmake agent:2025/09/02 23:40:32 build.go:413: -DCMAKE_MESSAGE_LOG_LEVEL=DEBUG -DCMAKE_AUTOGEN_VERBOSE=TRUE agent:2025/09/02 23:40:32 build.go:413: -DQT_BUILD_DIR=C:/Users/qt/work/qt/qt3d_standalone_tests agent:2025/09/02 23:40:32 build.go:413: -DQT_INTERNAL_IS_CMAKE_BUILD_TEST=ON agent:2025/09/02 23:40:32 build.go:413: -DCMAKE_PREFIX_PATH=C:/Users/qt/work/install/target;C:/Users/qt/work/install/target agent:2025/09/02 23:40:32 build.go:413: -DQT_ADDITIONAL_PACKAGES_PREFIX_PATH=C:/Users/qt/work/install/target agent:2025/09/02 23:40:32 build.go:413: execution failed with exit code 1.
And one submodule had different test failing, but the rootcause was the same, could not find package
Could NOT find Qt6CoreTools (missing: Qt6CoreTools_DIR)
Currently it's a blocker to get WoA 11 23h2 as blocking into CI:
- relates to
-
QTBUG-129942 6.9.0: test suite fails in test_qtjsonrpc_module unit
-
- Closed
-