[kirigami-addons] [Bug 488918] New: 1.2.1: test site fails in 5 units

kloczek bugzilla_noreply at kde.org
Fri Jun 21 20:25:28 BST 2024


https://bugs.kde.org/show_bug.cgi?id=488918

            Bug ID: 488918
           Summary: 1.2.1: test site fails in 5 units
    Classification: Frameworks and Libraries
           Product: kirigami-addons
           Version: 1.2.1
          Platform: Other
                OS: Other
            Status: REPORTED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: kloczko.tomasz at gmail.com
                CC: carl at carlschwan.eu
  Target Milestone: ---

cmake -L output

-- Cache values
APPSTREAMCLI:FILEPATH=APPSTREAMCLI-NOTFOUND
BUILD_COVERAGE:BOOL=OFF
BUILD_EXAMPLES:BOOL=OFF
BUILD_QCH:BOOL=ON
BUILD_SHARED_LIBS:BOOL=ON
BUILD_TESTING:BOOL=ON
BUILD_WITH_QT6:BOOL=ON
CMAKE_BUILD_TYPE:STRING=RelWithDebInfo
CMAKE_INSTALL_PREFIX:PATH=/usr
ECM_DIR:PATH=/usr/share/ECM/cmake
ENABLE_BSYMBOLICFUNCTIONS:BOOL=OFF
FISH_EXECUTABLE:FILEPATH=FISH_EXECUTABLE-NOTFOUND
GETTEXT_MSGFMT_EXECUTABLE:FILEPATH=/usr/bin/msgfmt
GETTEXT_MSGMERGE_EXECUTABLE:FILEPATH=/usr/bin/msgmerge
KDE_INSTALL_PREFIX_SCRIPT:BOOL=OFF
KDE_INSTALL_USE_QT_SYS_PATHS:BOOL=ON
KDE_SKIP_UNINSTALL_TARGET:BOOL=OFF
KF6Config_DIR:PATH=/usr/lib64/cmake/KF6Config
KF6I18n_DIR:PATH=/usr/lib64/cmake/KF6I18n
KF6KirigamiPlatform_DIR:PATH=/usr/lib64/cmake/KF6KirigamiPlatform
KF6Kirigami_DIR:PATH=/usr/lib64/cmake/KF6Kirigami
KF_SKIP_PO_PROCESSING:BOOL=OFF
KI18N_PYTHON_EXECUTABLE:FILEPATH=/usr/bin/python3
QT_ADDITIONAL_HOST_PACKAGES_PREFIX_PATH:STRING=
QT_ADDITIONAL_PACKAGES_PREFIX_PATH:STRING=
QUERY_EXECUTABLE:FILEPATH=/usr/bin/qtpaths
Qt6Concurrent_DIR:PATH=/usr/lib64/cmake/Qt6Concurrent
Qt6CoreTools_DIR:PATH=/usr/lib64/cmake/Qt6CoreTools
Qt6Core_DIR:PATH=/usr/lib64/cmake/Qt6Core
Qt6DBusTools_DIR:PATH=/usr/lib64/cmake/Qt6DBusTools
Qt6DBus_DIR:PATH=/usr/lib64/cmake/Qt6DBus
Qt6GuiTools_DIR:PATH=/usr/lib64/cmake/Qt6GuiTools
Qt6Gui_DIR:PATH=/usr/lib64/cmake/Qt6Gui
Qt6Network_DIR:PATH=/usr/lib64/cmake/Qt6Network
Qt6OpenGL_DIR:PATH=/usr/lib64/cmake/Qt6OpenGL
Qt6QmlBuiltins_DIR:PATH=/usr/lib64/cmake/Qt6QmlBuiltins
Qt6QmlCompilerPlusPrivate_DIR:PATH=Qt6QmlCompilerPlusPrivate_DIR-NOTFOUND
Qt6QmlIntegration_DIR:PATH=/usr/lib64/cmake/Qt6QmlIntegration
Qt6QmlModels_DIR:PATH=/usr/lib64/cmake/Qt6QmlModels
Qt6QmlTools_DIR:PATH=/usr/lib64/cmake/Qt6QmlTools
Qt6Qml_DIR:PATH=/usr/lib64/cmake/Qt6Qml
Qt6QuickControls2_DIR:PATH=/usr/lib64/cmake/Qt6QuickControls2
Qt6QuickTemplates2_DIR:PATH=/usr/lib64/cmake/Qt6QuickTemplates2
Qt6QuickTest_DIR:PATH=/usr/lib64/cmake/Qt6QuickTest
Qt6QuickTools_DIR:PATH=/usr/lib64/cmake/Qt6QuickTools
Qt6Quick_DIR:PATH=/usr/lib64/cmake/Qt6Quick
Qt6Test_DIR:PATH=/usr/lib64/cmake/Qt6Test
Qt6_DIR:PATH=/usr/lib64/cmake/Qt6
VERBOSE_QML_COMPILER:BOOL=OFF
XKB_INCLUDE_DIR:PATH=/usr/include
XKB_LIBRARY:FILEPATH=/usr/lib64/libxkbcommon.so


And test suite fails in 5 units

+ cd kirigami-addons-v1.2.1
+ xvfb-run -a /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/kirigami-addons-v1.2.1/x86_64-redhat-linux-gnu
Test project
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/x86_64-redhat-linux-gnu
    Start 1: tst_avatar.qml
    Start 2: tst_sounds.qml
    Start 3: tst_album_qmllistmodel.qml
    Start 4: tst_album_abstractlistmodel.qml
    Start 5: tst_album_qmlqobjectmodel.qml
1/5 Test #2: tst_sounds.qml ....................***Failed    0.09 sec
********* Start testing of KirigamiAddons *********
Config: Using QtTest library 6.7.2, Qt 6.7.2 (x86_64-little_endian-lp64 shared
(dynamic) release build; by GCC 14.1.1 20240607 (Red Hat 14.1.1-5)), fedora 41
QWARN  : KirigamiAddons::tst_sounds::compile()
  /home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/tst_sounds.qml
produced 1 error(s):
   
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/tst_sounds.qml:11,1:
module "QtMultimedia" is not installed
  Working directory:
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests
  Import paths:
   
'/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/x86_64-redhat-linux-gnu/bin'
    'qrc:/qt-project.org/imports'
    'qrc:/qt/qml'
    '/usr/lib64/qt6/qml'
  Plugin paths:
    '.'

FAIL!  : KirigamiAddons::tst_sounds::compile() module "QtMultimedia" is not
installed
   Loc:
[/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/tst_sounds.qml(11)]
Totals: 0 passed, 1 failed, 0 skipped, 0 blacklisted, 1ms
********* Finished testing of KirigamiAddons *********

2/5 Test #4: tst_album_abstractlistmodel.qml ...***Failed    0.17 sec
********* Start testing of KirigamiAddons *********
Config: Using QtTest library 6.7.2, Qt 6.7.2 (x86_64-little_endian-lp64 shared
(dynamic) release build; by GCC 14.1.1 20240607 (Red Hat 14.1.1-5)), fedora 41
QWARN  : KirigamiAddons::tst_album_abstractlistmodel::compile()
 
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/tst_album_abstractlistmodel.qml
produced 4 error(s):
   
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/tst_album_abstractlistmodel.qml:9,1:
Type BaseAlbumMaximizeComponentTestCase unavailable
   
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/BaseAlbumMaximizeComponentTestCase.qml:187,9:
Type AlbumMaximizeComponent unavailable
   
qrc:/qt/qml/org/kde/kirigamiaddons/labs/components/AlbumMaximizeComponent.qml:199,17:
Type VideoMaximizeDelegate unavailable
   
qrc:/qt/qml/org/kde/kirigamiaddons/labs/components/VideoMaximizeDelegate.qml:7,1:
module "QtMultimedia" is not installed
  Working directory:
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests
  Import paths:
   
'/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/x86_64-redhat-linux-gnu/bin'
    'qrc:/qt-project.org/imports'
    'qrc:/qt/qml'
    '/usr/lib64/qt6/qml'
  Plugin paths:
    '.'

FAIL!  : KirigamiAddons::tst_album_abstractlistmodel::compile() Type
BaseAlbumMaximizeComponentTestCase unavailable
   Loc:
[/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/tst_album_abstractlistmodel.qml(9)]
Totals: 0 passed, 1 failed, 0 skipped, 0 blacklisted, 4ms
********* Finished testing of KirigamiAddons *********

3/5 Test #3: tst_album_qmllistmodel.qml ........***Failed    0.17 sec
********* Start testing of KirigamiAddons *********
Config: Using QtTest library 6.7.2, Qt 6.7.2 (x86_64-little_endian-lp64 shared
(dynamic) release build; by GCC 14.1.1 20240607 (Red Hat 14.1.1-5)), fedora 41
QWARN  : KirigamiAddons::tst_album_qmllistmodel::compile()
 
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/tst_album_qmllistmodel.qml
produced 4 error(s):
   
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/tst_album_qmllistmodel.qml:9,1:
Type BaseAlbumMaximizeComponentTestCase unavailable
   
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/BaseAlbumMaximizeComponentTestCase.qml:187,9:
Type AlbumMaximizeComponent unavailable
   
qrc:/qt/qml/org/kde/kirigamiaddons/labs/components/AlbumMaximizeComponent.qml:199,17:
Type VideoMaximizeDelegate unavailable
   
qrc:/qt/qml/org/kde/kirigamiaddons/labs/components/VideoMaximizeDelegate.qml:7,1:
module "QtMultimedia" is not installed
  Working directory:
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests
  Import paths:
   
'/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/x86_64-redhat-linux-gnu/bin'
    'qrc:/qt-project.org/imports'
    'qrc:/qt/qml'
    '/usr/lib64/qt6/qml'
  Plugin paths:
    '.'

FAIL!  : KirigamiAddons::tst_album_qmllistmodel::compile() Type
BaseAlbumMaximizeComponentTestCase unavailable
   Loc:
[/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/tst_album_qmllistmodel.qml(9)]
Totals: 0 passed, 1 failed, 0 skipped, 0 blacklisted, 4ms
********* Finished testing of KirigamiAddons *********

4/5 Test #5: tst_album_qmlqobjectmodel.qml .....***Failed    0.17 sec
********* Start testing of KirigamiAddons *********
Config: Using QtTest library 6.7.2, Qt 6.7.2 (x86_64-little_endian-lp64 shared
(dynamic) release build; by GCC 14.1.1 20240607 (Red Hat 14.1.1-5)), fedora 41
QWARN  : KirigamiAddons::tst_album_qmlqobjectmodel::compile()
 
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/tst_album_qmlqobjectmodel.qml
produced 4 error(s):
   
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/tst_album_qmlqobjectmodel.qml:9,1:
Type BaseAlbumMaximizeComponentTestCase unavailable
   
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/BaseAlbumMaximizeComponentTestCase.qml:187,9:
Type AlbumMaximizeComponent unavailable
   
qrc:/qt/qml/org/kde/kirigamiaddons/labs/components/AlbumMaximizeComponent.qml:199,17:
Type VideoMaximizeDelegate unavailable
   
qrc:/qt/qml/org/kde/kirigamiaddons/labs/components/VideoMaximizeDelegate.qml:7,1:
module "QtMultimedia" is not installed
  Working directory:
/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests
  Import paths:
   
'/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/x86_64-redhat-linux-gnu/bin'
    'qrc:/qt-project.org/imports'
    'qrc:/qt/qml'
    '/usr/lib64/qt6/qml'
  Plugin paths:
    '.'

FAIL!  : KirigamiAddons::tst_album_qmlqobjectmodel::compile() Type
BaseAlbumMaximizeComponentTestCase unavailable
   Loc:
[/home/tkloczko/rpmbuild/BUILD/kirigami-addons-v1.2.1/autotests/tst_album_qmlqobjectmodel.qml(9)]
Totals: 0 passed, 1 failed, 0 skipped, 0 blacklisted, 4ms
********* Finished testing of KirigamiAddons *********

5/5 Test #1: tst_avatar.qml ....................Subprocess aborted***Exception:
  0.40 sec
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for
QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(),
depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1,
alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior
QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile
 QSurfaceFormat::NoProfile)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for
QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(),
depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1,
alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior
QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile
 QSurfaceFormat::NoProfile)
qt.glx: qglx_findConfig: Failed to finding matching FBConfig for
QSurfaceFormat(version 2.0, options QFlags<QSurfaceFormat::FormatOption>(),
depthBufferSize -1, redBufferSize 1, greenBufferSize 1, blueBufferSize 1,
alphaBufferSize -1, stencilBufferSize -1, samples -1, swapBehavior
QSurfaceFormat::SingleBuffer, swapInterval 1, colorSpace QColorSpace(), profile
 QSurfaceFormat::NoProfile)
Could not initialize GLX


0% tests passed, 5 tests failed out of 5

Total Test time (real) =   0.40 sec

The following tests FAILED:
          1 - tst_avatar.qml (Subprocess aborted)
          2 - tst_sounds.qml (Failed)
          3 - tst_album_qmllistmodel.qml (Failed)
          4 - tst_album_abstractlistmodel.qml (Failed)
          5 - tst_album_qmlqobjectmodel.qml (Failed)
Errors while running CTest

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Unassigned-bugs mailing list