CONSOLE OUTPUT
|
[...truncated 2429 lines...] |
[2021-08-17T20:09:05.891Z] <scratch space>:146:1: note: expanded from here |
[2021-08-17T20:09:05.891Z] KITEMMODELS_DEPRECATED_VERSION_5_80 |
[2021-08-17T20:09:05.891Z] ^ |
[2021-08-17T20:09:05.891Z] /usr/home/jenkins/install-prefix/include/KF5/KItemModels/kitemmodels_export.h:233:53: note: expanded from macro 'KITEMMODELS_DEPRECATED_VERSION_5_80' |
[2021-08-17T20:09:05.891Z] # define KITEMMODELS_DEPRECATED_VERSION_5_80(text) KITEMMODELS_DECL_DEPRECATED_TEXT(text) |
[2021-08-17T20:09:05.891Z] ^ |
[2021-08-17T20:09:05.891Z] /usr/home/jenkins/install-prefix/include/KF5/KItemModels/kitemmodels_export.h:149:64: note: expanded from macro 'KITEMMODELS_DECL_DEPRECATED_TEXT' |
[2021-08-17T20:09:05.891Z] #define KITEMMODELS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text))) |
[2021-08-17T20:09:05.891Z] ^ |
[2021-08-17T20:09:06.150Z] [ 26%] Building CXX object components/keyboardlayout/CMakeFiles/keyboardlayoutplugin.dir/keyboardlayoutplugin.cpp.o |
[2021-08-17T20:09:06.412Z] 1 warning generated. |
[2021-08-17T20:09:06.412Z] [ 26%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notification.cpp.o |
[2021-08-17T20:09:06.995Z] 4 warnings generated. |
[2021-08-17T20:09:06.995Z] [ 26%] Linking CXX shared library ../bin/libtaskmanager.so |
[2021-08-17T20:09:06.995Z] [ 26%] Building CXX object libkworkspace/CMakeFiles/kworkspace.dir/upower_interface.cpp.o |
[2021-08-17T20:09:06.995Z] [ 26%] Building CXX object components/containmentlayoutmanager/CMakeFiles/containmentlayoutmanagerplugin.dir/resizehandle.cpp.o |
[2021-08-17T20:09:06.995Z] [ 26%] Built target taskmanager |
[2021-08-17T20:09:06.995Z] [ 26%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/abstractnotificationsmodel.cpp.o |
[2021-08-17T20:09:07.954Z] [ 26%] Building CXX object components/shellprivate/CMakeFiles/plasmashellprivateplugin.dir/shellprivateplugin.cpp.o |
[2021-08-17T20:09:08.548Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libnotificationmanager/notification.cpp:180:13: warning: cast from 'uchar *' (aka 'unsigned char *') to 'QRgb *' (aka 'unsigned int *') increases required alignment from 1 to 4 [-Wcast-align] |
[2021-08-17T20:09:08.548Z] fcn((QRgb *)image.scanLine(y), ptr, width); |
[2021-08-17T20:09:08.548Z] ^~~~~~~~~~~~~~~~~~~~~~~~~ |
[2021-08-17T20:09:09.130Z] [ 26%] Building CXX object components/keyboardlayout/CMakeFiles/keyboardlayoutplugin.dir/layoutnames.cpp.o |
[2021-08-17T20:09:09.130Z] 1 warning generated. |
[2021-08-17T20:09:09.130Z] [ 26%] Building CXX object components/shellprivate/CMakeFiles/plasmashellprivateplugin.dir/interactiveconsole/interactiveconsole.cpp.o |
[2021-08-17T20:09:09.396Z] [ 26%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationsmodel.cpp.o |
[2021-08-17T20:09:09.396Z] [ 26%] Linking CXX shared library ../../bin/libcontainmentlayoutmanagerplugin.so |
[2021-08-17T20:09:09.668Z] [ 26%] Built target containmentlayoutmanagerplugin |
[2021-08-17T20:09:09.668Z] [ 26%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationfilterproxymodel.cpp.o |
[2021-08-17T20:09:09.927Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/components/shellprivate/shellprivateplugin.cpp:23:5: warning: 'qmlRegisterType<Plasma::Containment>' is deprecated: Use qmlRegisterAnonymousType instead [-Wdeprecated-declarations] |
[2021-08-17T20:09:09.927Z] qmlRegisterType<Plasma::Containment>(); |
[2021-08-17T20:09:09.927Z] ^ |
[2021-08-17T20:09:09.927Z] /usr/local/include/qt5/QtQml/qqml.h:183:1: note: 'qmlRegisterType<Plasma::Containment>' has been explicitly marked deprecated here |
[2021-08-17T20:09:09.927Z] QT_DEPRECATED_VERSION_X_5_14("Use qmlRegisterAnonymousType instead") int qmlRegisterType() |
[2021-08-17T20:09:09.927Z] ^ |
[2021-08-17T20:09:09.927Z] /usr/local/include/qt5/QtCore/qglobal.h:366:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_14' |
[2021-08-17T20:09:09.927Z] # define QT_DEPRECATED_VERSION_X_5_14(text) QT_DEPRECATED_X(text) |
[2021-08-17T20:09:09.927Z] ^ |
[2021-08-17T20:09:09.927Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-08-17T20:09:09.927Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-08-17T20:09:09.927Z] ^ |
[2021-08-17T20:09:09.927Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-08-17T20:09:09.927Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-08-17T20:09:09.927Z] ^ |
[2021-08-17T20:09:09.927Z] [ 26%] Building CXX object libkworkspace/CMakeFiles/kworkspace.dir/consolekit_manager_interface.cpp.o |
[2021-08-17T20:09:10.522Z] 1 warning generated. |
[2021-08-17T20:09:10.522Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationsortproxymodel.cpp.o |
[2021-08-17T20:09:10.522Z] [ 27%] Building CXX object components/keyboardlayout/CMakeFiles/keyboardlayoutplugin.dir/virtualkeyboard.cpp.o |
[2021-08-17T20:09:11.558Z] [ 27%] Building CXX object components/keyboardlayout/CMakeFiles/keyboardlayoutplugin.dir/debug.cpp.o |
[2021-08-17T20:09:11.558Z] [ 27%] Building CXX object components/keyboardlayout/CMakeFiles/keyboardlayoutplugin.dir/keyboard_layout_interface.cpp.o |
[2021-08-17T20:09:11.558Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/components/shellprivate/interactiveconsole/interactiveconsole.cpp:120:49: error: no member named 'instantiatePlugin' in 'KPluginFactory' |
[2021-08-17T20:09:11.558Z] const auto loadResult = KPluginFactory::instantiatePlugin<KTextEditor::Document>(KPluginMetaData(QStringLiteral("kf5/parts/katepart")), this); |
[2021-08-17T20:09:11.558Z] ~~~~~~~~~~~~~~~~^ |
[2021-08-17T20:09:11.558Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/components/shellprivate/interactiveconsole/interactiveconsole.cpp:120:88: error: expected '(' for function-style cast or type construction |
[2021-08-17T20:09:11.558Z] const auto loadResult = KPluginFactory::instantiatePlugin<KTextEditor::Document>(KPluginMetaData(QStringLiteral("kf5/parts/katepart")), this); |
[2021-08-17T20:09:11.558Z] ~~~~~~~~~~~~~~~~~~~~~^ |
[2021-08-17T20:09:12.144Z] 2 errors generated. |
[2021-08-17T20:09:12.144Z] gmake[2]: *** [components/shellprivate/CMakeFiles/plasmashellprivateplugin.dir/build.make:160: components/shellprivate/CMakeFiles/plasmashellprivateplugin.dir/interactiveconsole/interactiveconsole.cpp.o] Error 1 |
[2021-08-17T20:09:12.144Z] gmake[1]: *** [CMakeFiles/Makefile2:5165: components/shellprivate/CMakeFiles/plasmashellprivateplugin.dir/all] Error 2 |
[2021-08-17T20:09:12.144Z] gmake[1]: *** Waiting for unfinished jobs.... |
[2021-08-17T20:09:12.144Z] [ 27%] Building CXX object components/keyboardlayout/CMakeFiles/keyboardlayoutplugin.dir/virtualkeyboard_interface.cpp.o |
[2021-08-17T20:09:12.422Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationgroupingproxymodel.cpp.o |
[2021-08-17T20:09:13.031Z] [ 27%] Building CXX object libkworkspace/CMakeFiles/kworkspace.dir/ksmserver_interface.cpp.o |
[2021-08-17T20:09:13.311Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationgroupcollapsingproxymodel.cpp.o |
[2021-08-17T20:09:13.593Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/watchednotificationsmodel.cpp.o |
[2021-08-17T20:09:14.224Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobsmodel.cpp.o |
[2021-08-17T20:09:14.801Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobsmodel_p.cpp.o |
[2021-08-17T20:09:15.384Z] [ 27%] Linking CXX shared library ../../bin/libkeyboardlayoutplugin.so |
[2021-08-17T20:09:15.384Z] [ 27%] Built target keyboardlayoutplugin |
[2021-08-17T20:09:15.384Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/job.cpp.o |
[2021-08-17T20:09:15.384Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/job_p.cpp.o |
[2021-08-17T20:09:15.956Z] [ 27%] Linking CXX shared library ../bin/libkworkspace5.so |
[2021-08-17T20:09:16.226Z] [ 27%] Built target kworkspace |
[2021-08-17T20:09:16.226Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/limitedrowcountproxymodel.cpp.o |
[2021-08-17T20:09:16.890Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/utils.cpp.o |
[2021-08-17T20:09:16.890Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/debug.cpp.o |
[2021-08-17T20:09:17.466Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/donotdisturbsettings.cpp.o |
[2021-08-17T20:09:18.058Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationsettings.cpp.o |
[2021-08-17T20:09:18.671Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobsettings.cpp.o |
[2021-08-17T20:09:18.671Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/badgesettings.cpp.o |
[2021-08-17T20:09:18.935Z] [ 27%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/behaviorsettings.cpp.o |
[2021-08-17T20:09:18.935Z] [ 28%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationsadaptor.cpp.o |
[2021-08-17T20:09:19.919Z] [ 28%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/notificationmanageradaptor.cpp.o |
[2021-08-17T20:09:19.919Z] [ 28%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/fdonotifications_interface.cpp.o |
[2021-08-17T20:09:20.863Z] [ 28%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/kuiserveradaptor.cpp.o |
[2021-08-17T20:09:20.863Z] [ 28%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobviewserveradaptor.cpp.o |
[2021-08-17T20:09:20.863Z] [ 28%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobviewserverv2adaptor.cpp.o |
[2021-08-17T20:09:22.259Z] [ 28%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobviewv2adaptor.cpp.o |
[2021-08-17T20:09:22.875Z] [ 28%] Building CXX object libnotificationmanager/CMakeFiles/notificationmanager.dir/jobviewv3adaptor.cpp.o |
[2021-08-17T20:09:25.417Z] [ 28%] Linking CXX shared library ../bin/libnotificationmanager.so |
[2021-08-17T20:09:25.417Z] [ 28%] Built target notificationmanager |
[2021-08-17T20:09:25.417Z] gmake: *** [Makefile:146: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-08-17T20:09:25.443Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |