BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-workspace/job/kf5-qt5%20FreeBSDQt5.15/594/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Mon, 23 Nov 2020 12:19:14 +0000
Build duration: 4 min 56 sec and counting


CONSOLE OUTPUT
[...truncated 5218 lines...]
[2020-11-23T12:24:06.193Z] [ 88%] Building CXX object kcms/kfontinst/dbus/CMakeFiles/fontinst_helper.dir/Folder.cpp.o
[2020-11-23T12:24:06.193Z] [ 88%] Building CXX object kcms/kfontinst/dbus/CMakeFiles/fontinst_bin.dir/Main.cpp.o
[2020-11-23T12:24:06.193Z] [ 88%] Building CXX object kcms/kfontinst/dbus/CMakeFiles/fontinst_helper.dir/Utils.cpp.o
[2020-11-23T12:24:06.193Z] [ 88%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/recentusagemodel.cpp.o
[2020-11-23T12:24:06.465Z] [ 88%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/submenu.cpp.o
[2020-11-23T12:24:06.465Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/applets/kicker/plugin/runnermatchesmodel.cpp:197:22: warning: 'run' is deprecated: Since 5.71. Use KIO::ApplicationLauncherJob with a temporary KService, see API docs for a code sample [-Wdeprecated-declarations]
[2020-11-23T12:24:06.465Z] return KRun::run(argument.toString(), {}, nullptr, service ? service->name() : QString(), service ? service->icon() : QString());
[2020-11-23T12:24:06.465Z] ^
[2020-11-23T12:24:06.465Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/krun.h:346:5: note: 'run' has been explicitly marked deprecated here
[2020-11-23T12:24:06.465Z] KIOWIDGETS_DEPRECATED_VERSION(5, 71, "Use KIO::ApplicationLauncherJob with a temporary KService, see API docs for a code sample")
[2020-11-23T12:24:06.465Z] ^
[2020-11-23T12:24:06.465Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:223:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION'
[2020-11-23T12:24:06.465Z] #define KIOWIDGETS_DEPRECATED_VERSION(major, minor, text) KIOWIDGETS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)
[2020-11-23T12:24:06.465Z] ^
[2020-11-23T12:24:06.465Z] <scratch space>:145:1: note: expanded from here
[2020-11-23T12:24:06.465Z] KIOWIDGETS_DEPRECATED_VERSION_5
[2020-11-23T12:24:06.465Z] ^
[2020-11-23T12:24:06.465Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:221:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5'
[2020-11-23T12:24:06.465Z] #define KIOWIDGETS_DEPRECATED_VERSION_5(minor, text) KIOWIDGETS_DEPRECATED_VERSION_5_##minor(text)
[2020-11-23T12:24:06.465Z] ^
[2020-11-23T12:24:06.465Z] <scratch space>:146:1: note: expanded from here
[2020-11-23T12:24:06.465Z] KIOWIDGETS_DEPRECATED_VERSION_5_71
[2020-11-23T12:24:06.465Z] ^
[2020-11-23T12:24:06.465Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:204:52: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5_71'
[2020-11-23T12:24:06.465Z] # define KIOWIDGETS_DEPRECATED_VERSION_5_71(text) KIOWIDGETS_DECL_DEPRECATED_TEXT(text)
[2020-11-23T12:24:06.465Z] ^
[2020-11-23T12:24:06.465Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:42:63: note: expanded from macro 'KIOWIDGETS_DECL_DEPRECATED_TEXT'
[2020-11-23T12:24:06.465Z] #define KIOWIDGETS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2020-11-23T12:24:06.465Z] ^
[2020-11-23T12:24:06.465Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/kcms/kfontinst/kcmfontinst/JobRunner.cpp:24:
[2020-11-23T12:24:06.465Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/kcms/kfontinst/kcmfontinst/JobRunner.h:95:21: warning: 'KFI::CJobRunner::exec' hides overloaded virtual function [-Woverloaded-virtual]
[2020-11-23T12:24:06.465Z] int exec(ECommand cmd, const ItemList &urls, bool destIsSystem);
[2020-11-23T12:24:06.465Z] ^
[2020-11-23T12:24:06.465Z] /usr/local/include/qt5/QtWidgets/qdialog.h:95:17: note: hidden overloaded virtual function 'QDialog::exec' declared here: different number of parameters (0 vs 3)
[2020-11-23T12:24:06.465Z] virtual int exec();
[2020-11-23T12:24:06.465Z] ^
[2020-11-23T12:24:06.465Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/kcms/kfontinst/kcmfontinst/ActionLabel.cpp:70:73: warning: 'transformed' is deprecated: Use transformed(const QTransform &matrix, Qt::TransformationMode mode) [-Wdeprecated-declarations]
[2020-11-23T12:24:06.465Z] theIcons[i]=new QPixmap(QPixmap::fromImage(0==i ? img : img.transformed(rotateMatrix(img.width(), img.height(), increment*i))));
[2020-11-23T12:24:06.465Z] ^
[2020-11-23T12:24:06.466Z] /usr/local/include/qt5/QtGui/qimage.h:287:5: note: 'transformed' has been explicitly marked deprecated here
[2020-11-23T12:24:06.466Z] QT_DEPRECATED_X("Use transformed(const QTransform &matrix, Qt::TransformationMode mode)")
[2020-11-23T12:24:06.466Z] ^
[2020-11-23T12:24:06.466Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2020-11-23T12:24:06.466Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2020-11-23T12:24:06.466Z] ^
[2020-11-23T12:24:06.466Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2020-11-23T12:24:06.466Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2020-11-23T12:24:06.466Z] ^
[2020-11-23T12:24:06.738Z] 1 warning generated.
[2020-11-23T12:24:06.738Z] [ 88%] Building CXX object kcms/kfontinst/apps/CMakeFiles/kfontinst_bin.dir/__/kcmfontinst/FontsPackage.cpp.o
[2020-11-23T12:24:06.738Z] 1 warning generated.
[2020-11-23T12:24:06.994Z] [ 88%] Building CXX object kcms/kfontinst/dbus/CMakeFiles/fontinst_bin.dir/Utils.cpp.o
[2020-11-23T12:24:07.258Z] [ 88%] Building CXX object kcms/kfontinst/dbus/CMakeFiles/fontinst_bin.dir/FontinstIface.cpp.o
[2020-11-23T12:24:07.258Z] [ 88%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/systementry.cpp.o
[2020-11-23T12:24:07.526Z] [ 88%] Building CXX object kcms/kfontinst/dbus/CMakeFiles/fontinst_helper.dir/FontinstIface.cpp.o
[2020-11-23T12:24:07.526Z] [ 88%] Linking CXX shared module ../bin/plasma_engine_clipboard.so
[2020-11-23T12:24:07.526Z] [ 88%] Building CXX object kcms/kfontinst/dbus/CMakeFiles/fontinst_bin.dir/fontinstadaptor.cpp.o
[2020-11-23T12:24:07.792Z] [ 88%] Built target plasma_engine_clipboard
[2020-11-23T12:24:07.792Z] [ 88%] Building CXX object kcms/kfontinst/apps/CMakeFiles/kfontinst_bin.dir/__/dbus/FontinstIface.cpp.o
[2020-11-23T12:24:08.053Z] 1 warning generated.
[2020-11-23T12:24:08.053Z] [ 88%] Building CXX object kcms/kfontinst/apps/CMakeFiles/kfontinst_bin.dir/Installer.cpp.o
[2020-11-23T12:24:08.053Z] [ 88%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/systemmodel.cpp.o
[2020-11-23T12:24:08.322Z] [ 88%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/systemsettings.cpp.o
[2020-11-23T12:24:08.590Z] [ 88%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/wheelinterceptor.cpp.o
[2020-11-23T12:24:08.590Z] [ 88%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/plugin/windowsystem.cpp.o
[2020-11-23T12:24:08.590Z] [ 88%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/debug.cpp.o
[2020-11-23T12:24:08.590Z] [ 88%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/krunner_interface.cpp.o
[2020-11-23T12:24:08.852Z] [ 88%] Building CXX object applets/kicker/CMakeFiles/kickerplugin.dir/ksmserver_interface.cpp.o
[2020-11-23T12:24:08.852Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/applets/kicker/plugin/systementry.cpp:38:3: warning: field 'm_valid' will be initialized after field 'm_initialized' [-Wreorder]
[2020-11-23T12:24:08.852Z] , m_valid(false)
[2020-11-23T12:24:08.852Z] ^
[2020-11-23T12:24:08.852Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/applets/kicker/plugin/systementry.cpp:48:3: warning: field 'm_valid' will be initialized after field 'm_initialized' [-Wreorder]
[2020-11-23T12:24:08.852Z] , m_valid(false)
[2020-11-23T12:24:08.852Z] ^
[2020-11-23T12:24:08.852Z] [ 88%] Linking CXX executable ../../../bin/fontinst_helper
[2020-11-23T12:24:09.121Z] 2 warnings generated.
[2020-11-23T12:24:09.121Z] [ 88%] Built target fontinst_helper
[2020-11-23T12:24:09.386Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/kcms/kfontinst/apps/Installer.cpp:35:
[2020-11-23T12:24:09.386Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/kcms/kfontinst/kcmfontinst/JobRunner.h:95:21: warning: 'KFI::CJobRunner::exec' hides overloaded virtual function [-Woverloaded-virtual]
[2020-11-23T12:24:09.386Z] int exec(ECommand cmd, const ItemList &urls, bool destIsSystem);
[2020-11-23T12:24:09.386Z] ^
[2020-11-23T12:24:09.386Z] /usr/local/include/qt5/QtWidgets/qdialog.h:95:17: note: hidden overloaded virtual function 'QDialog::exec' declared here: different number of parameters (0 vs 3)
[2020-11-23T12:24:09.386Z] virtual int exec();
[2020-11-23T12:24:09.386Z] ^
[2020-11-23T12:24:09.977Z] 1 warning generated.
[2020-11-23T12:24:09.977Z] [ 88%] Linking CXX executable ../../../bin/kfontinst
[2020-11-23T12:24:10.232Z] [ 88%] Built target kfontinst_bin
[2020-11-23T12:24:10.232Z] [ 88%] Linking CXX executable ../../../bin/fontinst
[2020-11-23T12:24:10.495Z] [ 88%] Built target fontinst_bin
[2020-11-23T12:24:10.757Z] [ 88%] Linking CXX shared library ../../bin/libkickerplugin.so
[2020-11-23T12:24:11.012Z] [ 88%] Built target kickerplugin
[2020-11-23T12:24:11.012Z] gmake: *** [Makefile:161: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2020-11-23T12:24:11.242Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to