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

6.9.0: test suite fails in test_qtjsonrpc_module unit

    XMLWordPrintable

Details

    • Bug
    • Resolution: Incomplete
    • Not Evaluated
    • None
    • 6.8.0
    • Qt Language Server
    • None
    • Linux/Wayland

    Description

      Looks like test suite fails in one unit

      + cd qtlanguageserver-everywhere-src-6.8.0
      + /usr/bin/ctest --test-dir x86_64-redhat-linux-gnu --output-on-failure --force-new-ctest-process -j48
      Internal ctest changing into directory: /home/tkloczko/rpmbuild/BUILD/qtlanguageserver-everywhere-src-6.8.0/x86_64-redhat-linux-gnu
      Test project /home/tkloczko/rpmbuild/BUILD/qtlanguageserver-everywhere-src-6.8.0/x86_64-redhat-linux-gnu
          Start 1: test_qtjsonrpc_module
          Start 2: tst_qjsonrpcprotocol
          Start 3: tst_typedjson
          Start 4: tst_qlanguageserver
      1/4 Test #3: tst_typedjson ....................   Passed    0.03 sec
      2/4 Test #4: tst_qlanguageserver ..............   Passed    0.03 sec
      3/4 Test #2: tst_qjsonrpcprotocol .............   Passed    0.30 sec
      4/4 Test #1: test_qtjsonrpc_module ............***Failed    0.71 sec
      Internal cmake changing into directory: /home/tkloczko/rpmbuild/BUILD/qtlanguageserver-everywhere-src-6.8.0/x86_64-redhat-linux-gnu/tests/auto/cmake/test_qtjsonrpc_module
      Error: cmake execution failed
      The C compiler identification is GNU 14.2.1
      The CXX compiler identification is GNU 14.2.1
      Detecting C compiler ABI info
      Detecting C compiler ABI info - done
      Check for working C compiler: /usr/bin/gcc - skipped
      Detecting C compile features
      Detecting C compile features - done
      Detecting CXX compiler ABI info
      Detecting CXX compiler ABI info - done
      Check for working CXX compiler: /usr/bin/g++ - skipped
      Detecting CXX compile features
      Detecting CXX compile features - done
      Could NOT find Qt6 (missing: Qt6_DIR)
      CMake Error at /home/tkloczko/rpmbuild/BUILD/qtlanguageserver-everywhere-src-6.8.0/x86_64-redhat-linux-gnu/lib64/cmake/Qt6JsonRpcPrivate/Qt6JsonRpcPrivateConfig.cmake:54 (_qt_internal_suggest_dependency_debugging):
        Unknown CMake command "_qt_internal_suggest_dependency_debugging".
      Call Stack (most recent call first):
        CMakeLists.txt:8 (find_package)
      CMake Error at CMakeLists.txt:8 (find_package):
        Found package configuration file:    /home/tkloczko/rpmbuild/BUILD/qtlanguageserver-everywhere-src-6.8.0/x86_64-redhat-linux-gnu/lib64/cmake/Qt6JsonRpcPrivate/Qt6JsonRpcPrivateConfig.cmake  but it set Qt6JsonRpcPrivate_FOUND to FALSE so package "Qt6JsonRpcPrivate"
        is considered to be NOT FOUND.  Reason given by package:  Qt6JsonRpcPrivate could not be found because dependency Qt6 could not be
        found.Configuring incomplete, errors occurred! 

      cmake setup:

      [tkloczko@pers-jacek x86_64-redhat-linux-gnu]$ cmake -L
      CMake Warning:
        No source or binary directory provided.  Both will be assumed to be the
        same as the current working directory, but note that this warning will
        become a fatal error in future CMake releases.
      CMake Error: The source directory "/home/tkloczko/rpmbuild/BUILD/qtlanguageserver-everywhere-src-6.8.0/x86_64-redhat-linux-gnu" does not appear to contain CMakeLists.txt.
      Specify --help for usage, or press the help button on the CMake GUI.
      -- Cache values
      BUILD_SHARED_LIBS:BOOL=ON
      BUILD_WITH_PCH:STRING=ON
      CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
      CMAKE_INSTALL_PREFIX:PATH=/usr
      CMAKE_INSTALL_RPATH:STRING=
      FEATURE_pkg_config:BOOL=ON
      INSTALL_ARCHDATADIR:STRING=lib64/qt6
      INSTALL_BINDIR:STRING=bin
      INSTALL_DATADIR:STRING=share
      INSTALL_DESCRIPTIONSDIR:STRING=lib64/qt6/modules
      INSTALL_DOCDIR:STRING=share/doc/qch
      INSTALL_EXAMPLESDIR:STRING=libexec/examples/qt6
      INSTALL_INCLUDEDIR:STRING=include/qt6
      INSTALL_LIBDIR:STRING=lib64
      INSTALL_LIBEXECDIR:STRING=libexec/qt6
      INSTALL_MKSPECSDIR:STRING=lib64/qt6/mkspecs
      INSTALL_PLUGINSDIR:STRING=lib64/modules/qt6
      INSTALL_QMLDIR:STRING=lib64/qt6/qml
      INSTALL_SBOMDIR:STRING=lib64/qt6/sbom
      INSTALL_SYSCONFDIR:STRING=/etc/xdg
      INSTALL_TESTSDIR:STRING=libexec/tests/qt6
      INSTALL_TRANSLATIONSDIR:STRING=share/translations
      QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH:STRING=
      QT_ADDITIONAL_PACKAGES_PREFIX_PATH:STRING=
      QT_ALLOW_DOWNLOAD:BOOL=OFF
      QT_ALLOW_SYMLINK_IN_PATHS:BOOL=OFF
      QT_BUILDING_QT:BOOL=TRUE
      QT_BUILD_BENCHMARKS:BOOL=OFF
      QT_BUILD_EXAMPLES:BOOL=ON
      QT_BUILD_EXAMPLES_AS_EXTERNAL:BOOL=OFF
      QT_BUILD_EXAMPLES_BY_DEFAULT:BOOL=ON
      QT_BUILD_MANUAL_TESTS:BOOL=OFF
      QT_BUILD_MINIMAL_ANDROID_MULTI_ABI_TESTS:BOOL=OFF
      QT_BUILD_MINIMAL_STATIC_TESTS:BOOL=OFF
      QT_BUILD_TESTS:BOOL=ON
      QT_BUILD_TESTS_BATCHED:BOOL=OFF
      QT_BUILD_TESTS_BY_DEFAULT:BOOL=ON
      QT_BUILD_TESTS_PROJECT_qtlanguageserver:BOOL=ON
      QT_BUILD_TOOLS_BY_DEFAULT:BOOL=ON
      QT_BUILD_WASM_BATCHED_TESTS:BOOL=OFF
      QT_CMAKE_DEBUG_EXTEND_TARGET:BOOL=OFF
      QT_COPYRIGHT:STRING=Copyright (C) The Qt Company Ltd. and other contributors.
      QT_CREATE_VERSIONED_HARD_LINK:BOOL=ON
      QT_DEPLOY_MINIMAL_EXAMPLES:BOOL=OFF
      QT_DISABLE_RPATH:STRING=TRUE
      QT_HOST_PATH:PATH=
      QT_INSTALL_EXAMPLES_SOURCES:BOOL=OFF
      QT_INSTALL_EXAMPLES_SOURCES_BY_DEFAULT:BOOL=ON
      QT_INTERNAL_STRIP_SUPPORTS_KEEP_SECTION:BOOL=TRUE
      QT_INTERNAL_SUMMARY_INSTRUCTIONS_SHOWN:STRING=TRUE
      QT_NAMESPACE:STRING=
      QT_PLATFORM_DEFINITIONS:STRING=
      QT_QMAKE_TARGET_MKSPEC:STRING=linux-g++
      QT_QPA_DEFAULT_PLATFORM:STRING=xcb
      QT_QPA_PLATFORMS:STRING=xcb
      QT_SHOW_EXTRA_IDE_SOURCES:BOOL=ON
      QT_SOURCE_TREE:PATH=/home/tkloczko/rpmbuild/BUILD/qtbase-everywhere-src-6.8.0
      QT_SYNC_HEADERS_AT_CONFIGURE_TIME:BOOL=OFF
      QT_UNITY_BUILD:BOOL=OFF
      QT_UNITY_BUILD_BATCH_SIZE:STRING=32
      QT_USE_CCACHE:BOOL=OFF
      QT_USE_VCPKG:BOOL=OFF
      QT_WILL_INSTALL:BOOL=ON
      Qt6BuildInternals_DIR:PATH=/usr/lib64/cmake/Qt6BuildInternals
      Qt6Concurrent_DIR:PATH=/usr/lib64/cmake/Qt6Concurrent
      Qt6CoreTools_DIR:PATH=/usr/lib64/cmake/Qt6CoreTools
      Qt6Core_DIR:PATH=/usr/lib64/cmake/Qt6Core
      Qt6Network_DIR:PATH=/usr/lib64/cmake/Qt6Network
      Qt6Test_DIR:PATH=/usr/lib64/cmake/Qt6Test
      Qt6_DIR:PATH=/usr/lib64/cmake/Qt6
      WARNINGS_ARE_ERRORS:BOOL=OFF 

      Attachments

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

        Activity

          People

            qtqmlteam Qt Qml Team User
            kloczek Tomasz Kloczko
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes