CONSOLE OUTPUT
|
[...truncated 4621 lines...] |
[2021-09-20T07:23:19.028Z] /usr/local/include/qt5/QtCore/qglobal.h:366:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_14' |
[2021-09-20T07:23:19.028Z] # define QT_DEPRECATED_VERSION_X_5_14(text) QT_DEPRECATED_X(text) |
[2021-09-20T07:23:19.028Z] ^ |
[2021-09-20T07:23:19.028Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2021-09-20T07:23:19.028Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2021-09-20T07:23:19.028Z] ^ |
[2021-09-20T07:23:19.028Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2021-09-20T07:23:19.028Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2021-09-20T07:23:19.028Z] ^ |
[2021-09-20T07:23:19.028Z] [ 72%] Building CXX object libcolorcorrect/kded/CMakeFiles/colorcorrectlocationupdater.dir/locationupdater.cpp.o |
[2021-09-20T07:23:19.028Z] [ 72%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/runnermatchesmodel.cpp.o |
[2021-09-20T07:23:19.288Z] [ 72%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/recentcontactsmodel.cpp.o |
[2021-09-20T07:23:19.288Z] [ 72%] Building CXX object libcolorcorrect/autotests/CMakeFiles/nightcolortest.dir/mock_kwin.cpp.o |
[2021-09-20T07:23:19.543Z] [ 72%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/recentusagemodel.cpp.o |
[2021-09-20T07:23:19.543Z] [ 72%] Linking CXX shared library ../../bin/libcolorcorrectplugin.so |
[2021-09-20T07:23:19.543Z] [ 72%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/submenu.cpp.o |
[2021-09-20T07:23:19.543Z] [ 72%] Built target colorcorrectplugin |
[2021-09-20T07:23:19.543Z] [ 72%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/systementry.cpp.o |
[2021-09-20T07:23:19.805Z] 1 warning generated. |
[2021-09-20T07:23:19.805Z] [ 73%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/systemmodel.cpp.o |
[2021-09-20T07:23:20.387Z] [ 73%] Linking CXX static library ../../lib/libsystemtraymodel_static.a |
[2021-09-20T07:23:20.664Z] [ 73%] Built target systemtraymodel_static |
[2021-09-20T07:23:20.664Z] [ 73%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/systemsettings.cpp.o |
[2021-09-20T07:23:20.664Z] [ 73%] Linking CXX shared module ../../bin/kf5/kded/colorcorrectlocationupdater.so |
[2021-09-20T07:23:20.664Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/applets/kicker/plugin/runnermatchesmodel.cpp:79:78: warning: 'actions' is deprecated: Since 5.86. create the QAction instances manually and store them in a custom container instead [-Wdeprecated-declarations] |
[2021-09-20T07:23:20.664Z] return match.runner()->id() == QLatin1String("services") || !runner->actions().isEmpty(); |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/abstractrunner.h:589:5: note: 'actions' has been explicitly marked deprecated here |
[2021-09-20T07:23:20.664Z] KRUNNER_DEPRECATED_VERSION(5, 86, "create the QAction instances manually and store them in a custom container instead") |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/krunner_export.h:333:56: note: expanded from macro 'KRUNNER_DEPRECATED_VERSION' |
[2021-09-20T07:23:20.664Z] #define KRUNNER_DEPRECATED_VERSION(major, minor, text) KRUNNER_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text) |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] <scratch space>:25:1: note: expanded from here |
[2021-09-20T07:23:20.664Z] KRUNNER_DEPRECATED_VERSION_5 |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/krunner_export.h:332:56: note: expanded from macro 'KRUNNER_DEPRECATED_VERSION_5' |
[2021-09-20T07:23:20.664Z] #define KRUNNER_DEPRECATED_VERSION_5(minor, text) KRUNNER_DEPRECATED_VERSION_5_##minor(text) |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] <scratch space>:26:1: note: expanded from here |
[2021-09-20T07:23:20.664Z] KRUNNER_DEPRECATED_VERSION_5_86 |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/krunner_export.h:328:49: note: expanded from macro 'KRUNNER_DEPRECATED_VERSION_5_86' |
[2021-09-20T07:23:20.664Z] # define KRUNNER_DEPRECATED_VERSION_5_86(text) KRUNNER_DECL_DEPRECATED_TEXT(text) |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/krunner_export.h:196:60: note: expanded from macro 'KRUNNER_DECL_DEPRECATED_TEXT' |
[2021-09-20T07:23:20.664Z] #define KRUNNER_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text))) |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] [ 73%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/trianglemousefilter.cpp.o |
[2021-09-20T07:23:20.664Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/applets/kicker/plugin/runnermatchesmodel.cpp:185:22: warning: 'run' is deprecated: Since 5.71. Use KIO::ApplicationLauncherJob with a temporary KService, see API docs for a code sample [-Wdeprecated-declarations] |
[2021-09-20T07:23:20.664Z] return KRun::run(argument.toString(), {}, nullptr, service ? service->name() : QString(), service ? service->icon() : QString()); |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/krun.h:353:5: note: 'run' has been explicitly marked deprecated here |
[2021-09-20T07:23:20.664Z] KIOWIDGETS_DEPRECATED_VERSION(5, 71, "Use KIO::ApplicationLauncherJob with a temporary KService, see API docs for a code sample") |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:503:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION' |
[2021-09-20T07:23:20.664Z] #define KIOWIDGETS_DEPRECATED_VERSION(major, minor, text) KIOWIDGETS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text) |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] <scratch space>:205:1: note: expanded from here |
[2021-09-20T07:23:20.664Z] KIOWIDGETS_DEPRECATED_VERSION_5 |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:502:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5' |
[2021-09-20T07:23:20.664Z] #define KIOWIDGETS_DEPRECATED_VERSION_5(minor, text) KIOWIDGETS_DEPRECATED_VERSION_5_##minor(text) |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] <scratch space>:206:1: note: expanded from here |
[2021-09-20T07:23:20.664Z] KIOWIDGETS_DEPRECATED_VERSION_5_71 |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:443:52: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5_71' |
[2021-09-20T07:23:20.664Z] # define KIOWIDGETS_DEPRECATED_VERSION_5_71(text) KIOWIDGETS_DECL_DEPRECATED_TEXT(text) |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:281:63: note: expanded from macro 'KIOWIDGETS_DECL_DEPRECATED_TEXT' |
[2021-09-20T07:23:20.664Z] #define KIOWIDGETS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text))) |
[2021-09-20T07:23:20.664Z] ^ |
[2021-09-20T07:23:20.664Z] [ 73%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/wheelinterceptor.cpp.o |
[2021-09-20T07:23:20.664Z] [ 73%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/windowsystem.cpp.o |
[2021-09-20T07:23:20.934Z] [ 73%] Built target colorcorrectlocationupdater |
[2021-09-20T07:23:20.935Z] [ 73%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/debug.cpp.o |
[2021-09-20T07:23:20.935Z] 2 warnings generated. |
[2021-09-20T07:23:20.935Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/applets/kicker/plugin/systementry.cpp:26:7: warning: field 'm_valid' will be initialized after field 'm_initialized' [-Wreorder-ctor] |
[2021-09-20T07:23:20.935Z] , m_valid(false) |
[2021-09-20T07:23:20.935Z] ^ |
[2021-09-20T07:23:20.935Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/applets/kicker/plugin/systementry.cpp:37:7: warning: field 'm_valid' will be initialized after field 'm_initialized' [-Wreorder-ctor] |
[2021-09-20T07:23:20.935Z] , m_valid(false) |
[2021-09-20T07:23:20.935Z] ^ |
[2021-09-20T07:23:20.935Z] [ 73%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/krunner_interface.cpp.o |
[2021-09-20T07:23:21.207Z] [ 73%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/ksmserver_interface.cpp.o |
[2021-09-20T07:23:21.482Z] 2 warnings generated. |
[2021-09-20T07:23:21.482Z] [ 74%] Linking CXX executable ../../bin/nightcolortest |
[2021-09-20T07:23:21.482Z] [ 74%] Built target nightcolortest |
[2021-09-20T07:23:23.405Z] [ 74%] Linking CXX shared library ../../bin/libkickerplugin.so |
[2021-09-20T07:23:23.664Z] [ 74%] Built target kickerplugin |
[2021-09-20T07:23:23.664Z] gmake: *** [Makefile:146: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-09-20T07:23:23.713Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |