BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-workspace/job/kf5-qt5%20FreeBSDQt5.15/1608/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Sun, 19 Sep 2021 16:33:13 +0000
Build duration: 8 min 9 sec and counting


CONSOLE OUTPUT
[...truncated 4687 lines...]
[2021-09-19T16:41:19.489Z] [ 77%] Generating screensaver_interface.moc
[2021-09-19T16:41:19.489Z] gmake[1]: *** [CMakeFiles/Makefile2:4661: libtaskmanager/declarative/CMakeFiles/taskmanagerplugin.dir/all] Error 2
[2021-09-19T16:41:19.489Z] gmake[1]: *** Waiting for unfinished jobs....
[2021-09-19T16:41:19.489Z] [ 77%] Building CXX object libcolorcorrect/autotests/CMakeFiles/nightcolortest.dir/nightcolortest.cpp.o
[2021-09-19T16:41:19.489Z] [ 77%] Building CXX object components/sessionsprivate/CMakeFiles/sessionsprivateplugin.dir/sessionsprivateplugin_autogen/mocs_compilation.cpp.o
[2021-09-19T16:41:19.489Z] [ 77%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/recentcontactsmodel.cpp.o
[2021-09-19T16:41:27.528Z] [ 77%] Building CXX object appmenu/CMakeFiles/appmenu.dir/appmenuadaptor.cpp.o
[2021-09-19T16:41:27.528Z] /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-19T16:41:27.528Z] return match.runner()->id() == QLatin1String("services") || !runner->actions().isEmpty();
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/abstractrunner.h:589:5: note: 'actions' has been explicitly marked deprecated here
[2021-09-19T16:41:27.528Z] KRUNNER_DEPRECATED_VERSION(5, 86, "create the QAction instances manually and store them in a custom container instead")
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/krunner_export.h:333:56: note: expanded from macro 'KRUNNER_DEPRECATED_VERSION'
[2021-09-19T16:41:27.528Z] #define KRUNNER_DEPRECATED_VERSION(major, minor, text) KRUNNER_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] <scratch space>:25:1: note: expanded from here
[2021-09-19T16:41:27.528Z] KRUNNER_DEPRECATED_VERSION_5
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/krunner_export.h:332:56: note: expanded from macro 'KRUNNER_DEPRECATED_VERSION_5'
[2021-09-19T16:41:27.528Z] #define KRUNNER_DEPRECATED_VERSION_5(minor, text) KRUNNER_DEPRECATED_VERSION_5_##minor(text)
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] <scratch space>:26:1: note: expanded from here
[2021-09-19T16:41:27.528Z] KRUNNER_DEPRECATED_VERSION_5_86
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] /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-19T16:41:27.528Z] # define KRUNNER_DEPRECATED_VERSION_5_86(text) KRUNNER_DECL_DEPRECATED_TEXT(text)
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/krunner_export.h:196:60: note: expanded from macro 'KRUNNER_DECL_DEPRECATED_TEXT'
[2021-09-19T16:41:27.528Z] #define KRUNNER_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] /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-19T16:41:27.528Z] return KRun::run(argument.toString(), {}, nullptr, service ? service->name() : QString(), service ? service->icon() : QString());
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/krun.h:353:5: note: 'run' has been explicitly marked deprecated here
[2021-09-19T16:41:27.528Z] KIOWIDGETS_DEPRECATED_VERSION(5, 71, "Use KIO::ApplicationLauncherJob with a temporary KService, see API docs for a code sample")
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:503:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION'
[2021-09-19T16:41:27.528Z] #define KIOWIDGETS_DEPRECATED_VERSION(major, minor, text) KIOWIDGETS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] <scratch space>:205:1: note: expanded from here
[2021-09-19T16:41:27.528Z] KIOWIDGETS_DEPRECATED_VERSION_5
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:502:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5'
[2021-09-19T16:41:27.528Z] #define KIOWIDGETS_DEPRECATED_VERSION_5(minor, text) KIOWIDGETS_DEPRECATED_VERSION_5_##minor(text)
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] <scratch space>:206:1: note: expanded from here
[2021-09-19T16:41:27.528Z] KIOWIDGETS_DEPRECATED_VERSION_5_71
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:443:52: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5_71'
[2021-09-19T16:41:27.528Z] # define KIOWIDGETS_DEPRECATED_VERSION_5_71(text) KIOWIDGETS_DECL_DEPRECATED_TEXT(text)
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:281:63: note: expanded from macro 'KIOWIDGETS_DECL_DEPRECATED_TEXT'
[2021-09-19T16:41:27.528Z] #define KIOWIDGETS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2021-09-19T16:41:27.528Z] ^
[2021-09-19T16:41:27.528Z] [ 77%] Building CXX object components/sessionsprivate/CMakeFiles/sessionsprivateplugin.dir/sessionsmodel.cpp.o
[2021-09-19T16:41:27.528Z] 2 warnings generated.
[2021-09-19T16:41:27.528Z] [ 77%] Building CXX object libcolorcorrect/autotests/CMakeFiles/nightcolortest.dir/mock_kwin.cpp.o
[2021-09-19T16:41:27.528Z] [ 77%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/recentusagemodel.cpp.o
[2021-09-19T16:41:27.529Z] [ 77%] Building CXX object components/sessionsprivate/CMakeFiles/sessionsprivateplugin.dir/sessionsprivateplugin.cpp.o
[2021-09-19T16:41:27.529Z] [ 77%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/submenu.cpp.o
[2021-09-19T16:41:27.529Z] [ 77%] Linking CXX shared module ../../bin/kf5/kded/colorcorrectlocationupdater.so
[2021-09-19T16:41:27.529Z] [ 77%] Built target colorcorrectlocationupdater
[2021-09-19T16:41:27.529Z] [ 77%] Building CXX object components/sessionsprivate/CMakeFiles/sessionsprivateplugin.dir/screensaver_interface.cpp.o
[2021-09-19T16:41:27.529Z] [ 77%] Building CXX object components/sessionsprivate/CMakeFiles/sessionsprivateplugin.dir/kscreensaversettings.cpp.o
[2021-09-19T16:41:27.529Z] [ 77%] Linking CXX shared module ../../bin/plasma/dataengine/plasma_engine_statusnotifieritem.so
[2021-09-19T16:41:27.529Z] [ 77%] Built target plasma_engine_statusnotifieritem
[2021-09-19T16:41:27.529Z] [ 77%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/systementry.cpp.o
[2021-09-19T16:41:27.529Z] [ 78%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/systemmodel.cpp.o
[2021-09-19T16:41:27.529Z] [ 78%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/systemsettings.cpp.o
[2021-09-19T16:41:27.529Z] [ 78%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/trianglemousefilter.cpp.o
[2021-09-19T16:41:27.529Z] [ 78%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/wheelinterceptor.cpp.o
[2021-09-19T16:41:27.529Z] [ 79%] Linking CXX shared module ../bin/kf5/kded/appmenu.so
[2021-09-19T16:41:27.529Z] [ 80%] Linking CXX executable ../../bin/nightcolortest
[2021-09-19T16:41:27.529Z] [ 80%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/windowsystem.cpp.o
[2021-09-19T16:41:27.529Z] [ 80%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/debug.cpp.o
[2021-09-19T16:41:27.529Z] [ 80%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/krunner_interface.cpp.o
[2021-09-19T16:41:27.529Z] [ 80%] Built target appmenu
[2021-09-19T16:41:27.529Z] [ 80%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/ksmserver_interface.cpp.o
[2021-09-19T16:41:27.529Z] /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-19T16:41:27.529Z] , m_valid(false)
[2021-09-19T16:41:27.529Z] ^
[2021-09-19T16:41:27.529Z] /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-19T16:41:27.529Z] , m_valid(false)
[2021-09-19T16:41:27.529Z] ^
[2021-09-19T16:41:27.529Z] [ 80%] Built target nightcolortest
[2021-09-19T16:41:27.529Z] 2 warnings generated.
[2021-09-19T16:41:27.529Z] [ 80%] Linking CXX shared library ../../bin/libsessionsprivateplugin.so
[2021-09-19T16:41:27.529Z] [ 80%] Built target sessionsprivateplugin
[2021-09-19T16:41:29.441Z] [ 80%] Linking CXX shared library ../../bin/libkickerplugin.so
[2021-09-19T16:41:29.441Z] [ 80%] Built target kickerplugin
[2021-09-19T16:41:29.441Z] gmake: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-09-19T16:41:29.891Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to