BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-workspace/job/kf5-qt5%20FreeBSDQt5.15/1613/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Mon, 20 Sep 2021 08:22:58 +0000
Build duration: 4 min 40 sec and counting


CONSOLE OUTPUT
[...truncated 4441 lines...]
[2021-09-20T08:27:32.634Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/applets/kicker/plugin/kickerplugin.cpp:32:5: warning: 'qmlRegisterType<AbstractModel>' is deprecated: Use qmlRegisterAnonymousType instead [-Wdeprecated-declarations]
[2021-09-20T08:27:32.634Z] qmlRegisterType<AbstractModel>();
[2021-09-20T08:27:32.634Z] ^
[2021-09-20T08:27:32.634Z] /usr/local/include/qt5/QtQml/qqml.h:183:1: note: 'qmlRegisterType<AbstractModel>' has been explicitly marked deprecated here
[2021-09-20T08:27:32.634Z] QT_DEPRECATED_VERSION_X_5_14("Use qmlRegisterAnonymousType instead") int qmlRegisterType()
[2021-09-20T08:27:32.634Z] ^
[2021-09-20T08:27:32.634Z] /usr/local/include/qt5/QtCore/qglobal.h:366:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_14'
[2021-09-20T08:27:32.634Z] # define QT_DEPRECATED_VERSION_X_5_14(text) QT_DEPRECATED_X(text)
[2021-09-20T08:27:32.634Z] ^
[2021-09-20T08:27:32.634Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2021-09-20T08:27:32.634Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2021-09-20T08:27:32.634Z] ^
[2021-09-20T08:27:32.634Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2021-09-20T08:27:32.634Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2021-09-20T08:27:32.634Z] ^
[2021-09-20T08:27:32.634Z] [ 68%] Linking CXX shared module ../bin/kf5/kded/appmenu.so
[2021-09-20T08:27:32.634Z] [ 68%] Building CXX object dataengines/statusnotifieritem/CMakeFiles/plasma_engine_statusnotifieritem.dir/debug.cpp.o
[2021-09-20T08:27:32.908Z] [ 68%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/recentcontactsmodel.cpp.o
[2021-09-20T08:27:33.202Z] [ 68%] Built target appmenu
[2021-09-20T08:27:33.202Z] [ 68%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/recentusagemodel.cpp.o
[2021-09-20T08:27:33.818Z] [ 68%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/submenu.cpp.o
[2021-09-20T08:27:34.440Z] 1 warning generated.
[2021-09-20T08:27:34.440Z] [ 68%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/systementry.cpp.o
[2021-09-20T08:27:34.440Z] [ 69%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/systemmodel.cpp.o
[2021-09-20T08:27:35.067Z] [ 69%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/systemsettings.cpp.o
[2021-09-20T08:27:35.067Z] /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-20T08:27:35.067Z] return match.runner()->id() == QLatin1String("services") || !runner->actions().isEmpty();
[2021-09-20T08:27:35.067Z] ^
[2021-09-20T08:27:35.067Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/abstractrunner.h:589:5: note: 'actions' has been explicitly marked deprecated here
[2021-09-20T08:27:35.067Z] KRUNNER_DEPRECATED_VERSION(5, 86, "create the QAction instances manually and store them in a custom container instead")
[2021-09-20T08:27:35.067Z] ^
[2021-09-20T08:27:35.067Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/krunner_export.h:333:56: note: expanded from macro 'KRUNNER_DEPRECATED_VERSION'
[2021-09-20T08:27:35.067Z] #define KRUNNER_DEPRECATED_VERSION(major, minor, text) KRUNNER_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)
[2021-09-20T08:27:35.067Z] ^
[2021-09-20T08:27:35.067Z] <scratch space>:25:1: note: expanded from here
[2021-09-20T08:27:35.067Z] KRUNNER_DEPRECATED_VERSION_5
[2021-09-20T08:27:35.067Z] ^
[2021-09-20T08:27:35.067Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/krunner_export.h:332:56: note: expanded from macro 'KRUNNER_DEPRECATED_VERSION_5'
[2021-09-20T08:27:35.067Z] #define KRUNNER_DEPRECATED_VERSION_5(minor, text) KRUNNER_DEPRECATED_VERSION_5_##minor(text)
[2021-09-20T08:27:35.067Z] ^
[2021-09-20T08:27:35.067Z] <scratch space>:26:1: note: expanded from here
[2021-09-20T08:27:35.067Z] KRUNNER_DEPRECATED_VERSION_5_86
[2021-09-20T08:27:35.067Z] ^
[2021-09-20T08:27:35.067Z] /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-20T08:27:35.067Z] # define KRUNNER_DEPRECATED_VERSION_5_86(text) KRUNNER_DECL_DEPRECATED_TEXT(text)
[2021-09-20T08:27:35.067Z] ^
[2021-09-20T08:27:35.067Z] /usr/home/jenkins/install-prefix/include/KF5/KRunner/krunner/krunner_export.h:196:60: note: expanded from macro 'KRUNNER_DECL_DEPRECATED_TEXT'
[2021-09-20T08:27:35.067Z] #define KRUNNER_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2021-09-20T08:27:35.067Z] ^
[2021-09-20T08:27:35.067Z] [ 69%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/trianglemousefilter.cpp.o
[2021-09-20T08:27:35.068Z] [ 69%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/wheelinterceptor.cpp.o
[2021-09-20T08:27:35.068Z] /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-20T08:27:35.068Z] return KRun::run(argument.toString(), {}, nullptr, service ? service->name() : QString(), service ? service->icon() : QString());
[2021-09-20T08:27:35.068Z] ^
[2021-09-20T08:27:35.068Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/krun.h:353:5: note: 'run' has been explicitly marked deprecated here
[2021-09-20T08:27:35.068Z] KIOWIDGETS_DEPRECATED_VERSION(5, 71, "Use KIO::ApplicationLauncherJob with a temporary KService, see API docs for a code sample")
[2021-09-20T08:27:35.068Z] ^
[2021-09-20T08:27:35.068Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:503:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION'
[2021-09-20T08:27:35.068Z] #define KIOWIDGETS_DEPRECATED_VERSION(major, minor, text) KIOWIDGETS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)
[2021-09-20T08:27:35.068Z] ^
[2021-09-20T08:27:35.068Z] <scratch space>:205:1: note: expanded from here
[2021-09-20T08:27:35.068Z] KIOWIDGETS_DEPRECATED_VERSION_5
[2021-09-20T08:27:35.068Z] ^
[2021-09-20T08:27:35.068Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:502:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5'
[2021-09-20T08:27:35.068Z] #define KIOWIDGETS_DEPRECATED_VERSION_5(minor, text) KIOWIDGETS_DEPRECATED_VERSION_5_##minor(text)
[2021-09-20T08:27:35.068Z] ^
[2021-09-20T08:27:35.068Z] <scratch space>:206:1: note: expanded from here
[2021-09-20T08:27:35.068Z] KIOWIDGETS_DEPRECATED_VERSION_5_71
[2021-09-20T08:27:35.068Z] ^
[2021-09-20T08:27:35.068Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:443:52: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5_71'
[2021-09-20T08:27:35.068Z] # define KIOWIDGETS_DEPRECATED_VERSION_5_71(text) KIOWIDGETS_DECL_DEPRECATED_TEXT(text)
[2021-09-20T08:27:35.068Z] ^
[2021-09-20T08:27:35.068Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:281:63: note: expanded from macro 'KIOWIDGETS_DECL_DEPRECATED_TEXT'
[2021-09-20T08:27:35.068Z] #define KIOWIDGETS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2021-09-20T08:27:35.068Z] ^
[2021-09-20T08:27:35.361Z] 2 warnings generated.
[2021-09-20T08:27:35.631Z] [ 69%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/windowsystem.cpp.o
[2021-09-20T08:27:35.631Z] [ 69%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/debug.cpp.o
[2021-09-20T08:27:36.279Z] [ 69%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/krunner_interface.cpp.o
[2021-09-20T08:27:36.558Z] [ 69%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/ksmserver_interface.cpp.o
[2021-09-20T08:27:36.826Z] /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-20T08:27:36.826Z] , m_valid(false)
[2021-09-20T08:27:36.826Z] ^
[2021-09-20T08:27:36.826Z] /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-20T08:27:36.826Z] , m_valid(false)
[2021-09-20T08:27:36.826Z] ^
[2021-09-20T08:27:36.826Z] [ 69%] Linking CXX shared module ../../bin/plasma/dataengine/plasma_engine_statusnotifieritem.so
[2021-09-20T08:27:37.094Z] 2 warnings generated.
[2021-09-20T08:27:37.094Z] [ 69%] Built target plasma_engine_statusnotifieritem
[2021-09-20T08:27:38.999Z] [ 69%] Linking CXX shared library ../../bin/libkickerplugin.so
[2021-09-20T08:27:38.999Z] [ 69%] Built target kickerplugin
[2021-09-20T08:27:38.999Z] gmake: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-09-20T08:27:39.026Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to