BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.12/138/
Project: stable-kf5-qt5 FreeBSDQt5.12
Date of build: Thu, 04 Jul 2019 23:04:34 +0000
Build duration: 2 min 22 sec and counting

CONSOLE OUTPUT
[...truncated 799 lines...]
[2019-07-04T23:06:46.561Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/src/plasma/pluginloader.h:23:
[2019-07-04T23:06:46.561Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/build/src/plasma/plasma/package.h:1:
[2019-07-04T23:06:46.561Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/src/plasma/private/../package.h:25:
[2019-07-04T23:06:46.561Z] In file included from /usr/home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:28:
[2019-07-04T23:06:46.561Z] In file included from /usr/home/jenkins/install-prefix/include/KF5/KConfigCore/kconfiggroup.h:32:
[2019-07-04T23:06:46.561Z] In file included from /usr/local/include/qt5/QtCore/QVariant:1:
[2019-07-04T23:06:46.561Z] In file included from /usr/local/include/qt5/QtCore/qvariant.h:46:
[2019-07-04T23:06:46.561Z] /usr/local/include/qt5/QtCore/qmetatype.h:1797:5: error: static_assert failed due to requirement 'bool(QMetaTypeId2<KPluginMetaData>::Defined)' "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system"
[2019-07-04T23:06:46.561Z] Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
[2019-07-04T23:06:46.561Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2019-07-04T23:06:46.561Z] /usr/local/include/qt5/QtCore/qglobal.h:121:49: note: expanded from macro 'Q_STATIC_ASSERT_X'
[2019-07-04T23:06:46.561Z] # define Q_STATIC_ASSERT_X(Condition, Message) static_assert(bool(Condition), Message)
[2019-07-04T23:06:46.561Z] ^ ~~~~~~~~~~~~~~~
[2019-07-04T23:06:46.561Z] /usr/local/include/qt5/QtCore/qvariant.h:520:21: note: in instantiation of function template specialization 'qMetaTypeId<KPluginMetaData>' requested here
[2019-07-04T23:06:46.561Z] return QVariant(qMetaTypeId<T>(), &t, QTypeInfo<T>::isPointer);
[2019-07-04T23:06:46.561Z] ^
[2019-07-04T23:06:46.561Z] /usr/local/include/qt5/QtCore/qvariant.h:366:14: note: in instantiation of function template specialization 'qVariantFromValue<KPluginMetaData>' requested here
[2019-07-04T23:06:46.561Z] { return qVariantFromValue(value); }
[2019-07-04T23:06:46.561Z] ^
[2019-07-04T23:06:46.561Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/src/plasma/pluginloader.cpp:421:87: note: in instantiation of function template specialization 'QVariant::fromValue<KPluginMetaData>' requested here
[2019-07-04T23:06:46.561Z] actions = factory->create<Plasma::ContainmentActions>(nullptr, {QVariant::fromValue(plugins.first())});
[2019-07-04T23:06:46.561Z] ^
[2019-07-04T23:06:46.561Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/src/plasma/pluginloader.cpp:20:
[2019-07-04T23:06:46.561Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/src/plasma/pluginloader.h:23:
[2019-07-04T23:06:46.561Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/build/src/plasma/plasma/package.h:1:
[2019-07-04T23:06:46.561Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/src/plasma/private/../package.h:25:
[2019-07-04T23:06:46.561Z] In file included from /usr/home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:28:
[2019-07-04T23:06:46.561Z] In file included from /usr/home/jenkins/install-prefix/include/KF5/KConfigCore/kconfiggroup.h:32:
[2019-07-04T23:06:46.561Z] In file included from /usr/local/include/qt5/QtCore/QVariant:1:
[2019-07-04T23:06:46.561Z] In file included from /usr/local/include/qt5/QtCore/qvariant.h:46:
[2019-07-04T23:06:46.561Z] /usr/local/include/qt5/QtCore/qmetatype.h:1662:82: error: no member named 'qt_metatype_id' in 'QMetaTypeId<KPluginMetaData>'
[2019-07-04T23:06:46.561Z] static inline Q_DECL_CONSTEXPR int qt_metatype_id() { return QMetaTypeId<T>::qt_metatype_id(); }
[2019-07-04T23:06:46.561Z] ~~~~~~~~~~~~~~~~^
[2019-07-04T23:06:46.561Z] /usr/local/include/qt5/QtCore/qmetatype.h:1798:29: note: in instantiation of member function 'QMetaTypeId2<KPluginMetaData>::qt_metatype_id' requested here
[2019-07-04T23:06:46.561Z] return QMetaTypeId2<T>::qt_metatype_id();
[2019-07-04T23:06:46.561Z] ^
[2019-07-04T23:06:46.561Z] /usr/local/include/qt5/QtCore/qvariant.h:520:21: note: in instantiation of function template specialization 'qMetaTypeId<KPluginMetaData>' requested here
[2019-07-04T23:06:46.561Z] return QVariant(qMetaTypeId<T>(), &t, QTypeInfo<T>::isPointer);
[2019-07-04T23:06:46.561Z] ^
[2019-07-04T23:06:46.561Z] /usr/local/include/qt5/QtCore/qvariant.h:366:14: note: in instantiation of function template specialization 'qVariantFromValue<KPluginMetaData>' requested here
[2019-07-04T23:06:46.561Z] { return qVariantFromValue(value); }
[2019-07-04T23:06:46.561Z] ^
[2019-07-04T23:06:46.561Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/src/plasma/pluginloader.cpp:421:87: note: in instantiation of function template specialization 'QVariant::fromValue<KPluginMetaData>' requested here
[2019-07-04T23:06:46.561Z] actions = factory->create<Plasma::ContainmentActions>(nullptr, {QVariant::fromValue(plugins.first())});
[2019-07-04T23:06:46.561Z] ^
[2019-07-04T23:06:46.818Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/src/plasma/containmentactions.cpp:20:
[2019-07-04T23:06:46.818Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/build/src/plasma/KF5Plasma_autogen/include/../../../../../src/plasma/containmentactions.h:25:
[2019-07-04T23:06:46.818Z] In file included from /usr/home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:28:
[2019-07-04T23:06:46.818Z] In file included from /usr/home/jenkins/install-prefix/include/KF5/KConfigCore/kconfiggroup.h:32:
[2019-07-04T23:06:46.818Z] In file included from /usr/local/include/qt5/QtCore/QVariant:1:
[2019-07-04T23:06:46.818Z] In file included from /usr/local/include/qt5/QtCore/qvariant.h:46:
[2019-07-04T23:06:46.818Z] /usr/local/include/qt5/QtCore/qmetatype.h:1797:5: error: static_assert failed due to requirement 'bool(QMetaTypeId2<KPluginMetaData>::Defined)' "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system"
[2019-07-04T23:06:46.818Z] Q_STATIC_ASSERT_X(QMetaTypeId2<T>::Defined, "Type is not registered, please use the Q_DECLARE_METATYPE macro to make it known to Qt's meta-object system");
[2019-07-04T23:06:46.818Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[2019-07-04T23:06:46.818Z] /usr/local/include/qt5/QtCore/qglobal.h:121:49: note: expanded from macro 'Q_STATIC_ASSERT_X'
[2019-07-04T23:06:46.818Z] # define Q_STATIC_ASSERT_X(Condition, Message) static_assert(bool(Condition), Message)
[2019-07-04T23:06:46.818Z] ^ ~~~~~~~~~~~~~~~
[2019-07-04T23:06:46.818Z] /usr/local/include/qt5/QtCore/qvariant.h:380:25: note: in instantiation of function template specialization 'qMetaTypeId<KPluginMetaData>' requested here
[2019-07-04T23:06:46.818Z] { return canConvert(qMetaTypeId<T>()); }
[2019-07-04T23:06:46.818Z] ^
[2019-07-04T23:06:46.818Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/src/plasma/private/containmentactions_p.h:33:43: note: in instantiation of function template specialization 'QVariant::canConvert<KPluginMetaData>' requested here
[2019-07-04T23:06:46.818Z] containmentActionsDescription(arg.canConvert<KPluginMetaData>() ? arg.value<KPluginMetaData>() : KPluginInfo(KService::serviceByStorageId(arg.toString())).toMetaData()),
[2019-07-04T23:06:46.818Z] ^
[2019-07-04T23:06:46.818Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/src/plasma/containmentactions.cpp:20:
[2019-07-04T23:06:46.818Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/build/src/plasma/KF5Plasma_autogen/include/../../../../../src/plasma/containmentactions.h:25:
[2019-07-04T23:06:46.818Z] In file included from /usr/home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:28:
[2019-07-04T23:06:46.818Z] In file included from /usr/home/jenkins/install-prefix/include/KF5/KConfigCore/kconfiggroup.h:32:
[2019-07-04T23:06:46.818Z] In file included from /usr/local/include/qt5/QtCore/QVariant:1:
[2019-07-04T23:06:46.818Z] In file included from /usr/local/include/qt5/QtCore/qvariant.h:46:
[2019-07-04T23:06:46.818Z] /usr/local/include/qt5/QtCore/qmetatype.h:1662:82: error: no member named 'qt_metatype_id' in 'QMetaTypeId<KPluginMetaData>'
[2019-07-04T23:06:46.818Z] static inline Q_DECL_CONSTEXPR int qt_metatype_id() { return QMetaTypeId<T>::qt_metatype_id(); }
[2019-07-04T23:06:46.818Z] ~~~~~~~~~~~~~~~~^
[2019-07-04T23:06:46.818Z] /usr/local/include/qt5/QtCore/qmetatype.h:1798:29: note: in instantiation of member function 'QMetaTypeId2<KPluginMetaData>::qt_metatype_id' requested here
[2019-07-04T23:06:46.818Z] return QMetaTypeId2<T>::qt_metatype_id();
[2019-07-04T23:06:46.818Z] ^
[2019-07-04T23:06:46.818Z] /usr/local/include/qt5/QtCore/qvariant.h:380:25: note: in instantiation of function template specialization 'qMetaTypeId<KPluginMetaData>' requested here
[2019-07-04T23:06:46.818Z] { return canConvert(qMetaTypeId<T>()); }
[2019-07-04T23:06:46.818Z] ^
[2019-07-04T23:06:46.818Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/src/plasma/private/containmentactions_p.h:33:43: note: in instantiation of function template specialization 'QVariant::canConvert<KPluginMetaData>' requested here
[2019-07-04T23:06:46.818Z] containmentActionsDescription(arg.canConvert<KPluginMetaData>() ? arg.value<KPluginMetaData>() : KPluginInfo(KService::serviceByStorageId(arg.toString())).toMetaData()),
[2019-07-04T23:06:46.818Z] ^
[2019-07-04T23:06:46.818Z] 1 warning and 2 errors generated.
[2019-07-04T23:06:46.818Z] gmake[2]: *** [src/plasma/CMakeFiles/KF5Plasma.dir/build.make:149: src/plasma/CMakeFiles/KF5Plasma.dir/containmentactions.cpp.o] Error 1
[2019-07-04T23:06:46.818Z] gmake[2]: *** Waiting for unfinished jobs....
[2019-07-04T23:06:46.818Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.12/src/plasma/private/timetracker.cpp:86:18: warning: _expression_ result unused [-Wunused-value]
[2019-07-04T23:06:46.818Z] *s_beginning * 1; // ensure it's initialized
[2019-07-04T23:06:46.818Z] ~~~~~~~~~~~~ ^ ~
[2019-07-04T23:06:47.075Z] 1 warning and 2 errors generated.
[2019-07-04T23:06:47.075Z] gmake[2]: *** [src/plasma/CMakeFiles/KF5Plasma.dir/build.make:97: src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o] Error 1
[2019-07-04T23:06:47.075Z] 1 warning generated.
[2019-07-04T23:06:47.338Z] gmake[1]: *** [CMakeFiles/Makefile2:1119: src/plasma/CMakeFiles/KF5Plasma.dir/all] Error 2
[2019-07-04T23:06:47.338Z] gmake: *** [Makefile:141: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2019-07-04T23:06:56.476Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext

Reply via email to