CONSOLE OUTPUT
|
[...truncated 2324 lines...] |
[2021-08-19T17:59:52.856Z] 124 | void (KSycoca::*myDatabaseChangeSignal)(const QStringList &) = &KSycoca::databaseChanged; |
[2021-08-19T17:59:52.856Z] | ^~~~~~~~~~~~~~~ |
[2021-08-19T17:59:52.856Z] In file included from /home/jenkins/install-prefix/include/KF5/KService/KSycoca:1, |
[2021-08-19T17:59:52.856Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.cpp:18: |
[2021-08-19T17:59:52.856Z] /home/jenkins/install-prefix/include/KF5/KService/ksycoca.h:226:10: note: declared here |
[2021-08-19T17:59:52.856Z] 226 | void databaseChanged(const QStringList &changedResources); // clazy:exclude=overloaded-signal |
[2021-08-19T17:59:52.856Z] | ^~~~~~~~~~~~~~~ |
[2021-08-19T17:59:52.856Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.cpp:124:78: warning: ���void KSycoca::databaseChanged(const QStringList&)��� is deprecated: Since 5.80. Use KSycoca::databaseChanged() signal [-Wdeprecated-declarations] |
[2021-08-19T17:59:52.856Z] 124 | void (KSycoca::*myDatabaseChangeSignal)(const QStringList &) = &KSycoca::databaseChanged; |
[2021-08-19T17:59:52.856Z] | ^~~~~~~~~~~~~~~ |
[2021-08-19T17:59:52.856Z] In file included from /home/jenkins/install-prefix/include/KF5/KService/KSycoca:1, |
[2021-08-19T17:59:52.856Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.cpp:18: |
[2021-08-19T17:59:52.856Z] /home/jenkins/install-prefix/include/KF5/KService/ksycoca.h:226:10: note: declared here |
[2021-08-19T17:59:52.856Z] 226 | void databaseChanged(const QStringList &changedResources); // clazy:exclude=overloaded-signal |
[2021-08-19T17:59:52.856Z] | ^~~~~~~~~~~~~~~ |
[2021-08-19T17:59:52.856Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.cpp: In member function ���void TaskManager::XWindowTasksModel::Private::addWindow(WId)���: |
[2021-08-19T17:59:52.856Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.cpp:220:53: warning: ���QHash<K, V>::iterator QHash<K, V>::insertMulti(const Key&, const T&) [with Key = long long unsigned int; T = long long unsigned int]��� is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations] |
[2021-08-19T17:59:52.856Z] 220 | transientsDemandingAttention.insertMulti(leader, window); |
[2021-08-19T17:59:52.856Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ |
[2021-08-19T17:59:52.856Z] In file included from /usr/include/qt5/QtCore/qvariant.h:48, |
[2021-08-19T17:59:52.856Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43, |
[2021-08-19T17:59:52.856Z] from /usr/include/qt5/QtCore/QAbstractListModel:1, |
[2021-08-19T17:59:52.856Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/abstracttasksmodel.h:11, |
[2021-08-19T17:59:52.856Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/abstractwindowtasksmodel.h:9, |
[2021-08-19T17:59:52.856Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.h:9, |
[2021-08-19T17:59:52.856Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.cpp:8: |
[2021-08-19T17:59:52.856Z] /usr/include/qt5/QtCore/qhash.h:1225:55: note: declared here |
[2021-08-19T17:59:52.856Z] 1225 | Q_OUTOFLINE_TEMPLATE typename QHash<Key, T>::iterator QHash<Key, T>::insertMulti(const Key &key, const T &value) { |
[2021-08-19T17:59:52.856Z] | ^~~~~~~~~~~~~ |
[2021-08-19T17:59:52.856Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.cpp: In member function ���void TaskManager::XWindowTasksModel::Private::transientChanged(WId, NET::Properties, NET::Properties2)���: |
[2021-08-19T17:59:52.856Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.cpp:282:57: warning: ���QHash<K, V>::iterator QHash<K, V>::insertMulti(const Key&, const T&) [with Key = long long unsigned int; T = long long unsigned int]��� is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations] |
[2021-08-19T17:59:52.856Z] 282 | transientsDemandingAttention.insertMulti(leader, window); |
[2021-08-19T17:59:52.856Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ |
[2021-08-19T17:59:52.856Z] In file included from /usr/include/qt5/QtCore/qvariant.h:48, |
[2021-08-19T17:59:52.856Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43, |
[2021-08-19T17:59:52.856Z] from /usr/include/qt5/QtCore/QAbstractListModel:1, |
[2021-08-19T17:59:52.856Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/abstracttasksmodel.h:11, |
[2021-08-19T17:59:52.856Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/abstractwindowtasksmodel.h:9, |
[2021-08-19T17:59:52.856Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.h:9, |
[2021-08-19T17:59:52.856Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.cpp:8: |
[2021-08-19T17:59:52.856Z] /usr/include/qt5/QtCore/qhash.h:1225:55: note: declared here |
[2021-08-19T17:59:52.856Z] 1225 | Q_OUTOFLINE_TEMPLATE typename QHash<Key, T>::iterator QHash<Key, T>::insertMulti(const Key &key, const T &value) { |
[2021-08-19T17:59:52.857Z] | ^~~~~~~~~~~~~ |
[2021-08-19T17:59:52.857Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.cpp:300:61: warning: ���QHash<K, V>::iterator QHash<K, V>::insertMulti(const Key&, const T&) [with Key = long long unsigned int; T = long long unsigned int]��� is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations] |
[2021-08-19T17:59:52.857Z] 300 | transientsDemandingAttention.insertMulti(leader, window); |
[2021-08-19T17:59:52.857Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~ |
[2021-08-19T17:59:52.857Z] In file included from /usr/include/qt5/QtCore/qvariant.h:48, |
[2021-08-19T17:59:52.857Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43, |
[2021-08-19T17:59:52.857Z] from /usr/include/qt5/QtCore/QAbstractListModel:1, |
[2021-08-19T17:59:52.857Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/abstracttasksmodel.h:11, |
[2021-08-19T17:59:52.857Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/abstractwindowtasksmodel.h:9, |
[2021-08-19T17:59:52.857Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.h:9, |
[2021-08-19T17:59:52.857Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/libtaskmanager/xwindowtasksmodel.cpp:8: |
[2021-08-19T17:59:52.857Z] /usr/include/qt5/QtCore/qhash.h:1225:55: note: declared here |
[2021-08-19T17:59:52.857Z] 1225 | Q_OUTOFLINE_TEMPLATE typename QHash<Key, T>::iterator QHash<Key, T>::insertMulti(const Key &key, const T &value) { |
[2021-08-19T17:59:52.857Z] | ^~~~~~~~~~~~~ |
[2021-08-19T17:59:53.421Z] [ 27%] Linking CXX executable ../bin/plasmawindowed |
[2021-08-19T17:59:53.679Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/watchednotificationsmodel.cpp.o |
[2021-08-19T17:59:54.243Z] [ 27%] Built target plasmawindowed |
[2021-08-19T17:59:54.500Z] [ 27%] Linking CXX shared library ../bin/libtaskmanager.so |
[2021-08-19T17:59:54.759Z] [ 27%] Building CXX object libkworkspace/CMakeFiles/kworkspace.dir/ksmserver_interface.cpp.o |
[2021-08-19T17:59:55.325Z] [ 27%] Built target taskmanager |
[2021-08-19T17:59:56.257Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/limitedrowcountproxymodel.cpp.o |
[2021-08-19T17:59:56.823Z] [ 27%] Building CXX object libkworkspace/CMakeFiles/kworkspace.dir/consolekit_manager_interface.cpp.o |
[2021-08-19T17:59:57.079Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/utils.cpp.o |
[2021-08-19T17:59:57.079Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/debug.cpp.o |
[2021-08-19T17:59:58.034Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/donotdisturbsettings.cpp.o |
[2021-08-19T17:59:58.034Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/job_p.cpp.o |
[2021-08-19T17:59:58.296Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/job.cpp.o |
[2021-08-19T17:59:58.296Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobsmodel_p.cpp.o |
[2021-08-19T17:59:58.296Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobsmodel.cpp.o |
[2021-08-19T17:59:58.884Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationsettings.cpp.o |
[2021-08-19T17:59:59.463Z] [ 27%] Linking CXX shared library ../bin/libkworkspace5.so |
[2021-08-19T17:59:59.725Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobsettings.cpp.o |
[2021-08-19T17:59:59.725Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationgroupcollapsingproxymodel.cpp.o |
[2021-08-19T18:00:00.293Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationgroupingproxymodel.cpp.o |
[2021-08-19T18:00:00.293Z] [ 28%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationsortproxymodel.cpp.o |
[2021-08-19T18:00:00.293Z] [ 28%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/badgesettings.cpp.o |
[2021-08-19T18:00:00.556Z] [ 28%] Built target kworkspace |
[2021-08-19T18:00:00.822Z] [ 29%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationsadaptor.cpp.o |
[2021-08-19T18:00:01.081Z] [ 29%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationmanageradaptor.cpp.o |
[2021-08-19T18:00:04.375Z] [ 29%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobviewv3adaptor.cpp.o |
[2021-08-19T18:00:06.311Z] [ 29%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobviewv2adaptor.cpp.o |
[2021-08-19T18:00:08.885Z] [ 29%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobviewserverv2adaptor.cpp.o |
[2021-08-19T18:00:11.473Z] [ 29%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobviewserveradaptor.cpp.o |
[2021-08-19T18:00:14.042Z] [ 29%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/kuiserveradaptor.cpp.o |
[2021-08-19T18:00:16.584Z] [ 29%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/fdonotifications_interface.cpp.o |
[2021-08-19T18:00:19.128Z] [ 29%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/behaviorsettings.cpp.o |
[2021-08-19T18:00:20.521Z] [ 29%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationfilterproxymodel.cpp.o |
[2021-08-19T18:00:21.655Z] [ 29%] Linking CXX shared library ../bin/libnotificationmanager.so |
[2021-08-19T18:00:23.107Z] [ 29%] Built target notificationmanager |
[2021-08-19T18:00:23.107Z] make: *** [Makefile:146: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-08-19T18:00:23.135Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |