CONSOLE OUTPUT
|
[...truncated 2503 lines...] |
[2021-10-17T12:00:40.179Z] [ 18%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/limitedrowcountproxymodel.cpp.o |
[2021-10-17T12:00:40.179Z] [ 18%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/job_p.cpp.o |
[2021-10-17T12:00:40.806Z] [ 18%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/utils.cpp.o |
[2021-10-17T12:00:41.412Z] [ 18%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/debug.cpp.o |
[2021-10-17T12:00:42.023Z] [ 18%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/donotdisturbsettings.cpp.o |
[2021-10-17T12:00:42.023Z] [ 18%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationsettings.cpp.o |
[2021-10-17T12:00:42.023Z] [ 18%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobsettings.cpp.o |
[2021-10-17T12:00:42.023Z] [ 18%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/badgesettings.cpp.o |
[2021-10-17T12:00:42.023Z] [ 18%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/behaviorsettings.cpp.o |
[2021-10-17T12:00:42.298Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libtaskmanager/xwindowtasksmodel.cpp:124:68: warning: 'databaseChanged' is deprecated: Since 5.80. Use KSycoca::databaseChanged() signal [-Wdeprecated-declarations] |
[2021-10-17T12:00:42.298Z] void (KSycoca::*myDatabaseChangeSignal)(const QStringList &) = &KSycoca::databaseChanged; |
[2021-10-17T12:00:42.298Z] ^ |
[2021-10-17T12:00:42.298Z] /usr/home/jenkins/install-prefix/include/KF5/KService/ksycoca.h:225:5: note: 'databaseChanged' has been explicitly marked deprecated here |
[2021-10-17T12:00:42.298Z] KSERVICE_DEPRECATED_VERSION(5, 80, "Use KSycoca::databaseChanged() signal") |
[2021-10-17T12:00:42.298Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:381:57: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION' |
[2021-10-17T12:00:42.299Z] #define KSERVICE_DEPRECATED_VERSION(major, minor, text) KSERVICE_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] <scratch space>:154:1: note: expanded from here |
[2021-10-17T12:00:42.299Z] KSERVICE_DEPRECATED_VERSION_5 |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:380:57: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5' |
[2021-10-17T12:00:42.299Z] #define KSERVICE_DEPRECATED_VERSION_5(minor, text) KSERVICE_DEPRECATED_VERSION_5_##minor(text) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] <scratch space>:155:1: note: expanded from here |
[2021-10-17T12:00:42.299Z] KSERVICE_DEPRECATED_VERSION_5_80 |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:346:50: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5_80' |
[2021-10-17T12:00:42.299Z] # define KSERVICE_DEPRECATED_VERSION_5_80(text) KSERVICE_DECL_DEPRECATED_TEXT(text) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:220:61: note: expanded from macro 'KSERVICE_DECL_DEPRECATED_TEXT' |
[2021-10-17T12:00:42.299Z] #define KSERVICE_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text))) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libtaskmanager/xwindowtasksmodel.cpp:220:42: warning: 'insertMulti' is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations] |
[2021-10-17T12:00:42.299Z] transientsDemandingAttention.insertMulti(leader, window); |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/local/include/qt5/QtCore/qhash.h:534:5: note: 'insertMulti' has been explicitly marked deprecated here |
[2021-10-17T12:00:42.299Z] QT_DEPRECATED_VERSION_X_5_15("Use QMultiHash for hashes storing multiple values with the same key.") iterator insertMulti(const Key &key, const T &value); |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15' |
[2021-10-17T12:00:42.299Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-10-17T12:00:42.299Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-10-17T12:00:42.299Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libtaskmanager/xwindowtasksmodel.cpp:282:46: warning: 'insertMulti' is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations] |
[2021-10-17T12:00:42.299Z] transientsDemandingAttention.insertMulti(leader, window); |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/local/include/qt5/QtCore/qhash.h:534:5: note: 'insertMulti' has been explicitly marked deprecated here |
[2021-10-17T12:00:42.299Z] QT_DEPRECATED_VERSION_X_5_15("Use QMultiHash for hashes storing multiple values with the same key.") iterator insertMulti(const Key &key, const T &value); |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15' |
[2021-10-17T12:00:42.299Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-10-17T12:00:42.299Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-10-17T12:00:42.299Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libtaskmanager/xwindowtasksmodel.cpp:300:50: warning: 'insertMulti' is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations] |
[2021-10-17T12:00:42.299Z] transientsDemandingAttention.insertMulti(leader, window); |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/local/include/qt5/QtCore/qhash.h:534:5: note: 'insertMulti' has been explicitly marked deprecated here |
[2021-10-17T12:00:42.299Z] QT_DEPRECATED_VERSION_X_5_15("Use QMultiHash for hashes storing multiple values with the same key.") iterator insertMulti(const Key &key, const T &value); |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/local/include/qt5/QtCore/qglobal.h:374:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15' |
[2021-10-17T12:00:42.299Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-10-17T12:00:42.299Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-10-17T12:00:42.299Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-10-17T12:00:42.299Z] ^ |
[2021-10-17T12:00:42.299Z] [ 18%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationsadaptor.cpp.o |
[2021-10-17T12:00:43.295Z] [ 18%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationmanageradaptor.cpp.o |
[2021-10-17T12:00:43.295Z] 4 warnings generated. |
[2021-10-17T12:00:43.295Z] [ 18%] Linking CXX shared library ../bin/libtaskmanager.so |
[2021-10-17T12:00:43.295Z] [ 19%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/fdonotifications_interface.cpp.o |
[2021-10-17T12:00:43.560Z] [ 19%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/kuiserveradaptor.cpp.o |
[2021-10-17T12:00:43.832Z] [ 19%] Built target taskmanager |
[2021-10-17T12:00:43.832Z] [ 19%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobviewserveradaptor.cpp.o |
[2021-10-17T12:00:44.131Z] [ 19%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobviewserverv2adaptor.cpp.o |
[2021-10-17T12:00:44.430Z] [ 19%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobviewv2adaptor.cpp.o |
[2021-10-17T12:00:44.430Z] [ 19%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobviewv3adaptor.cpp.o |
[2021-10-17T12:00:47.012Z] [ 19%] Linking CXX shared library ../bin/libnotificationmanager.so |
[2021-10-17T12:00:47.272Z] [ 19%] Built target notificationmanager |
[2021-10-17T12:00:47.272Z] gmake: *** [Makefile:146: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-10-17T12:00:47.305Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |