BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/kwin/job/kf5-qt5%20SUSEQt5.15/111/
Project: kf5-qt5 SUSEQt5.15
Date of build: Tue, 11 Aug 2020 16:15:13 +0000
Build duration: 1 min 20 sec and counting


CONSOLE OUTPUT
[...truncated 1978 lines...]
[2020-08-11T16:16:28.505Z] [ 27%] Building CXX object autotests/tabbox/CMakeFiles/testTabBoxClientModel.dir/__/__/tabbox/desktopmodel.cpp.o
[2020-08-11T16:16:28.505Z] [ 27%] Built target testVirtualDesktops
[2020-08-11T16:16:28.505Z] Scanning dependencies of target pointerconstraints
[2020-08-11T16:16:28.767Z] [ 27%] Building CXX object tests/CMakeFiles/pointerconstraints.dir/pointerconstraints_autogen/mocs_compilation.cpp.o
[2020-08-11T16:16:29.026Z] [ 27%] Building CXX object autotests/tabbox/CMakeFiles/testTabBoxHandler.dir/__/__/tabbox/tabboxhandler.cpp.o
[2020-08-11T16:16:29.026Z] [ 27%] Building CXX object tests/CMakeFiles/pointerconstraints.dir/pointerconstraintstest.cpp.o
[2020-08-11T16:16:29.026Z] [ 27%] Linking CXX executable ../bin/screenedgeshowtest
[2020-08-11T16:16:29.286Z] [ 27%] Building CXX object autotests/drm/CMakeFiles/mockDrm.dir/__/__/plugins/platforms/drm/logging.cpp.o
[2020-08-11T16:16:29.286Z] [ 27%] Linking CXX executable ../bin/x11shadowreader
[2020-08-11T16:16:29.286Z] [ 27%] Building CXX object autotests/tabbox/CMakeFiles/testTabBoxHandler.dir/mock_tabboxclient.cpp.o
[2020-08-11T16:16:29.286Z] [ 27%] Building CXX object autotests/tabbox/CMakeFiles/testTabBoxHandler.dir/mock_tabboxhandler.cpp.o
[2020-08-11T16:16:29.546Z] make[1]: *** [CMakeFiles/Makefile2:16777: tests/CMakeFiles/libinputtest.dir/all] Error 2
[2020-08-11T16:16:29.546Z] make[1]: *** Waiting for unfinished jobs....
[2020-08-11T16:16:29.546Z] [ 27%] Building CXX object autotests/tabbox/CMakeFiles/testTabBoxHandler.dir/test_tabbox_handler.cpp.o
[2020-08-11T16:16:29.546Z] [ 27%] Built target screenedgeshowtest
[2020-08-11T16:16:29.546Z] [ 27%] Building CXX object autotests/tabbox/CMakeFiles/testTabBoxClientModel.dir/__/__/tabbox/tabbox_logging.cpp.o
[2020-08-11T16:16:29.546Z] [ 27%] Linking CXX executable ../bin/testScreens
[2020-08-11T16:16:29.805Z] [ 27%] Built target x11shadowreader
[2020-08-11T16:16:29.805Z] [ 27%] Building CXX object autotests/tabbox/CMakeFiles/testTabBoxClientModel.dir/__/__/tabbox/tabboxconfig.cpp.o
[2020-08-11T16:16:30.062Z] [ 27%] Building CXX object autotests/tabbox/CMakeFiles/testTabBoxClientModel.dir/__/__/tabbox/tabboxhandler.cpp.o
[2020-08-11T16:16:30.062Z] [ 27%] Building CXX object autotests/tabbox/CMakeFiles/testTabBoxClientModel.dir/mock_tabboxclient.cpp.o
[2020-08-11T16:16:30.062Z] [ 27%] Linking CXX static library ../../lib/libmockDrm.a
[2020-08-11T16:16:30.320Z] [ 27%] Building CXX object autotests/tabbox/CMakeFiles/testTabBoxClientModel.dir/mock_tabboxhandler.cpp.o
[2020-08-11T16:16:30.320Z] [ 27%] Built target mockDrm
[2020-08-11T16:16:30.320Z] [ 28%] Built target testScreens
[2020-08-11T16:16:30.320Z] [ 28%] Building CXX object autotests/tabbox/CMakeFiles/testTabBoxClientModel.dir/test_tabbox_clientmodel.cpp.o
[2020-08-11T16:16:30.579Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.cpp: In member function ���void KWin::TabBox::TabBoxHandlerPrivate::updateHighlightWindows()���:
[2020-08-11T16:16:30.579Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.cpp:180:38: warning: ���T* QWeakPointer<T>::data() const [with T = KWin::TabBox::TabBoxClient]��� is deprecated: Use toStrongRef() instead, and data() on the returned QSharedPointer [-Wdeprecated-declarations]
[2020-08-11T16:16:30.579Z] 180 | if (order.at(i).data() == lastRaisedClient) {
[2020-08-11T16:16:30.579Z] | ^
[2020-08-11T16:16:30.579Z] In file included from /usr/include/qt5/QtCore/qsharedpointer.h:48,
[2020-08-11T16:16:30.579Z] from /usr/include/qt5/QtGui/qpixmap.h:48,
[2020-08-11T16:16:30.579Z] from /usr/include/qt5/QtGui/QPixmap:1,
[2020-08-11T16:16:30.579Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.h:16,
[2020-08-11T16:16:30.579Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.cpp:11:
[2020-08-11T16:16:30.579Z] /usr/include/qt5/QtCore/qsharedpointer_impl.h:565:8: note: declared here
[2020-08-11T16:16:30.579Z] 565 | T *data() const noexcept { return internalData(); }
[2020-08-11T16:16:30.579Z] | ^~~~
[2020-08-11T16:16:30.579Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.cpp:185:87: warning: ���T* QWeakPointer<T>::data() const [with T = KWin::TabBox::TabBoxClient]��� is deprecated: Use toStrongRef() instead, and data() on the returned QSharedPointer [-Wdeprecated-declarations]
[2020-08-11T16:16:30.579Z] 185 | lastRaisedClientSucc = (succIdx < order.count()) ? order.at(succIdx).data() : nullptr;
[2020-08-11T16:16:30.579Z] | ^
[2020-08-11T16:16:30.579Z] In file included from /usr/include/qt5/QtCore/qsharedpointer.h:48,
[2020-08-11T16:16:30.579Z] from /usr/include/qt5/QtGui/qpixmap.h:48,
[2020-08-11T16:16:30.579Z] from /usr/include/qt5/QtGui/QPixmap:1,
[2020-08-11T16:16:30.579Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.h:16,
[2020-08-11T16:16:30.579Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.cpp:11:
[2020-08-11T16:16:30.579Z] /usr/include/qt5/QtCore/qsharedpointer_impl.h:565:8: note: declared here
[2020-08-11T16:16:30.579Z] 565 | T *data() const noexcept { return internalData(); }
[2020-08-11T16:16:30.579Z] | ^~~~
[2020-08-11T16:16:30.840Z] [ 28%] Linking CXX executable ../bin/pointerconstraints
[2020-08-11T16:16:31.408Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.cpp: In member function ���void KWin::TabBox::TabBoxHandlerPrivate::updateHighlightWindows()���:
[2020-08-11T16:16:31.408Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.cpp:180:38: warning: ���T* QWeakPointer<T>::data() const [with T = KWin::TabBox::TabBoxClient]��� is deprecated: Use toStrongRef() instead, and data() on the returned QSharedPointer [-Wdeprecated-declarations]
[2020-08-11T16:16:31.408Z] 180 | if (order.at(i).data() == lastRaisedClient) {
[2020-08-11T16:16:31.408Z] | ^
[2020-08-11T16:16:31.408Z] In file included from /usr/include/qt5/QtCore/qsharedpointer.h:48,
[2020-08-11T16:16:31.408Z] from /usr/include/qt5/QtGui/qpixmap.h:48,
[2020-08-11T16:16:31.408Z] from /usr/include/qt5/QtGui/QPixmap:1,
[2020-08-11T16:16:31.408Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.h:16,
[2020-08-11T16:16:31.408Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.cpp:11:
[2020-08-11T16:16:31.408Z] /usr/include/qt5/QtCore/qsharedpointer_impl.h:565:8: note: declared here
[2020-08-11T16:16:31.408Z] 565 | T *data() const noexcept { return internalData(); }
[2020-08-11T16:16:31.408Z] | ^~~~
[2020-08-11T16:16:31.408Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.cpp:185:87: warning: ���T* QWeakPointer<T>::data() const [with T = KWin::TabBox::TabBoxClient]��� is deprecated: Use toStrongRef() instead, and data() on the returned QSharedPointer [-Wdeprecated-declarations]
[2020-08-11T16:16:31.408Z] 185 | lastRaisedClientSucc = (succIdx < order.count()) ? order.at(succIdx).data() : nullptr;
[2020-08-11T16:16:31.408Z] | ^
[2020-08-11T16:16:31.408Z] In file included from /usr/include/qt5/QtCore/qsharedpointer.h:48,
[2020-08-11T16:16:31.408Z] from /usr/include/qt5/QtGui/qpixmap.h:48,
[2020-08-11T16:16:31.408Z] from /usr/include/qt5/QtGui/QPixmap:1,
[2020-08-11T16:16:31.408Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.h:16,
[2020-08-11T16:16:31.408Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/tabbox/tabboxhandler.cpp:11:
[2020-08-11T16:16:31.408Z] /usr/include/qt5/QtCore/qsharedpointer_impl.h:565:8: note: declared here
[2020-08-11T16:16:31.408Z] 565 | T *data() const noexcept { return internalData(); }
[2020-08-11T16:16:31.408Z] | ^~~~
[2020-08-11T16:16:31.408Z] [ 28%] Built target pointerconstraints
[2020-08-11T16:16:31.975Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/autotests/tabbox/test_tabbox_clientmodel.cpp: In member function ���void TestTabBoxClientModel::testCreateClientListActiveClientNotInFocusChain()���:
[2020-08-11T16:16:31.975Z] /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/autotests/tabbox/test_tabbox_clientmodel.cpp:77:43: warning: ���T* QWeakPointer<T>::data() const [with T = KWin::TabBox::TabBoxClient]��� is deprecated: Use toStrongRef() instead, and data() on the returned QSharedPointer [-Wdeprecated-declarations]
[2020-08-11T16:16:31.975Z] 77 | tabboxhandler.closeWindow(client.data());
[2020-08-11T16:16:31.975Z] | ^
[2020-08-11T16:16:31.975Z] In file included from /usr/include/qt5/QtCore/qsharedpointer.h:48,
[2020-08-11T16:16:31.975Z] from /usr/include/qt5/QtGui/qpixmap.h:48,
[2020-08-11T16:16:31.975Z] from /usr/include/qt5/QtGui/QPixmap:1,
[2020-08-11T16:16:31.975Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/autotests/tabbox/../../tabbox/tabboxhandler.h:16,
[2020-08-11T16:16:31.975Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/autotests/tabbox/mock_tabboxhandler.h:12,
[2020-08-11T16:16:31.975Z] from /home/jenkins/workspace/Plasma/kwin/kf5-qt5 SUSEQt5.15/autotests/tabbox/test_tabbox_clientmodel.cpp:10:
[2020-08-11T16:16:31.975Z] /usr/include/qt5/QtCore/qsharedpointer_impl.h:565:8: note: declared here
[2020-08-11T16:16:31.975Z] 565 | T *data() const noexcept { return internalData(); }
[2020-08-11T16:16:31.975Z] | ^~~~
[2020-08-11T16:16:31.975Z] [ 28%] Linking CXX executable ../../bin/testTabBoxHandler
[2020-08-11T16:16:32.539Z] [ 28%] Built target testTabBoxHandler
[2020-08-11T16:16:32.796Z] [ 28%] Linking CXX executable ../../bin/testTabBoxClientModel
[2020-08-11T16:16:33.362Z] [ 28%] Built target testTabBoxClientModel
[2020-08-11T16:16:33.362Z] make: *** [Makefile:160: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2020-08-11T16:16:33.608Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to