BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-integration/job/kf5-qt5%20FreeBSDQt5.15/40/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Thu, 13 May 2021 08:58:14 +0000
Build duration: 10 min and counting


CONSOLE OUTPUT
[...truncated 560 lines...]
[2021-05-13T09:09:07.006Z] /usr/home/jenkins/workspace/Plasma/plasma-integration/kf5-qt5 FreeBSDQt5.15/src/platformtheme/qdbusmenubar.cpp:64:9: error: no matching member function for call to 'connect'
[2021-05-13T09:09:07.006Z] connect(m_menu, SIGNAL(popupRequested(int,uint)), m_menuAdaptor, SIGNAL(ItemActivationRequested(int,uint)));
[2021-05-13T09:09:07.006Z] ^~~~~~~
[2021-05-13T09:09:07.006Z] /usr/local/include/qt5/QtCore/qobject.h:222:36: note: candidate function not viable: no known conversion from 'QDBusPlatformMenu *' to 'const QObject *' for 1st argument
[2021-05-13T09:09:07.006Z] static QMetaObject::Connection connect(const QObject *sender, const char *signal,
[2021-05-13T09:09:07.006Z] ^
[2021-05-13T09:09:07.006Z] /usr/local/include/qt5/QtCore/qobject.h:225:36: note: candidate function not viable: no known conversion from 'QDBusPlatformMenu *' to 'const QObject *' for 1st argument
[2021-05-13T09:09:07.006Z] static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal,
[2021-05-13T09:09:07.006Z] ^
[2021-05-13T09:09:07.006Z] /usr/local/include/qt5/QtCore/qobject.h:481:41: note: candidate function not viable: no known conversion from 'QDBusPlatformMenu *' to 'const QObject *' for 1st argument
[2021-05-13T09:09:07.006Z] inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal,
[2021-05-13T09:09:07.006Z] ^
[2021-05-13T09:09:07.006Z] /usr/local/include/qt5/QtCore/qobject.h:242:43: note: candidate template ignored: substitution failure [with Func1 = const char *, Func2 = const char *]: no type named 'Object' in 'QtPrivate::FunctionPointer<const char *>'
[2021-05-13T09:09:07.006Z] static inline QMetaObject::Connection connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal,
[2021-05-13T09:09:07.006Z] ^ ~~~~~~
[2021-05-13T09:09:07.006Z] /usr/local/include/qt5/QtCore/qobject.h:283:13: note: candidate template ignored: requirement 'int(QtPrivate::FunctionPointer<const char *>::ArgumentCount) >= 0 && !QtPrivate::FunctionPointer<const char *>::IsPointerToMemberFunction' was not satisfied [with Func1 = const char *, Func2 = const char *]
[2021-05-13T09:09:07.006Z] connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot,
[2021-05-13T09:09:07.006Z] ^
[2021-05-13T09:09:07.006Z] /usr/local/include/qt5/QtCore/qobject.h:322:13: note: candidate template ignored: substitution failure [with Func1 = const char *, Func2 = const char *]: no type named 'Object' in 'QtPrivate::FunctionPointer<const char *>'
[2021-05-13T09:09:07.006Z] connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot,
[2021-05-13T09:09:07.006Z] ^ ~~~~~~
[2021-05-13T09:09:07.006Z] /usr/local/include/qt5/QtCore/qobject.h:274:13: note: candidate function template not viable: requires 3 arguments, but 4 were provided
[2021-05-13T09:09:07.006Z] connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot)
[2021-05-13T09:09:07.006Z] ^
[2021-05-13T09:09:07.006Z] /usr/local/include/qt5/QtCore/qobject.h:314:13: note: candidate function template not viable: requires 3 arguments, but 4 were provided
[2021-05-13T09:09:07.006Z] connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot)
[2021-05-13T09:09:07.006Z] ^
[2021-05-13T09:09:07.006Z] /usr/home/jenkins/workspace/Plasma/plasma-integration/kf5-qt5 FreeBSDQt5.15/src/platformtheme/qdbusmenubar.cpp:151:12: error: cannot initialize return object of type 'QPlatformMenu *' with an rvalue of type 'QDBusPlatformMenu *'
[2021-05-13T09:09:07.006Z] return new QDBusPlatformMenu;
[2021-05-13T09:09:07.006Z] ^~~~~~~~~~~~~~~~~~~~~
[2021-05-13T09:09:07.006Z] /usr/home/jenkins/workspace/Plasma/plasma-integration/kf5-qt5 FreeBSDQt5.15/src/platformtheme/qdbusmenubar.cpp:165:21: error: no matching member function for call to 'registerObject'
[2021-05-13T09:09:07.006Z] if (!connection.registerObject(m_objectPath, m_menu))
[2021-05-13T09:09:07.006Z] ~~~~~~~~~~~^~~~~~~~~~~~~~
[2021-05-13T09:09:07.006Z] /usr/local/include/qt5/QtDBus/qdbusconnection.h:175:10: note: candidate function not viable: no known conversion from 'QDBusPlatformMenu *' to 'QObject *' for 2nd argument
[2021-05-13T09:09:07.006Z] bool registerObject(const QString &path, QObject *object,
[2021-05-13T09:09:07.006Z] ^
[2021-05-13T09:09:07.006Z] /usr/local/include/qt5/QtDBus/qdbusconnection.h:177:10: note: candidate function not viable: requires at least 3 arguments, but 2 were provided
[2021-05-13T09:09:07.006Z] bool registerObject(const QString &path, const QString &interface, QObject *object,
[2021-05-13T09:09:07.006Z] ^
[2021-05-13T09:09:07.006Z] /usr/home/jenkins/workspace/Plasma/plasma-integration/kf5-qt5 FreeBSDQt5.15/src/platformtheme/khintssettings.cpp:392:16: error: 'QWidget' does not refer to a value
[2021-05-13T09:09:07.006Z] Q_FOREACH (QWidget *widget, widgets) {
[2021-05-13T09:09:07.006Z] ^
[2021-05-13T09:09:07.006Z] /usr/local/include/qt5/QtWidgets/qwidget.h:129:24: note: declared here
[2021-05-13T09:09:07.006Z] class Q_WIDGETS_EXPORT QWidget : public QObject, public QPaintDevice
[2021-05-13T09:09:07.006Z] ^
[2021-05-13T09:09:07.006Z] /usr/home/jenkins/workspace/Plasma/plasma-integration/kf5-qt5 FreeBSDQt5.15/src/platformtheme/khintssettings.cpp:392:25: error: use of undeclared identifier 'widget'; did you mean 'widgets'?
[2021-05-13T09:09:07.006Z] Q_FOREACH (QWidget *widget, widgets) {
[2021-05-13T09:09:07.006Z] ^~~~~~
[2021-05-13T09:09:07.006Z] widgets
[2021-05-13T09:09:07.006Z] /usr/home/jenkins/workspace/Plasma/plasma-integration/kf5-qt5 FreeBSDQt5.15/src/platformtheme/khintssettings.cpp:391:17: note: 'widgets' declared here
[2021-05-13T09:09:07.006Z] QWidgetList widgets = QApplication::allWidgets();
[2021-05-13T09:09:07.006Z] ^
[2021-05-13T09:09:07.006Z] /usr/home/jenkins/workspace/Plasma/plasma-integration/kf5-qt5 FreeBSDQt5.15/src/platformtheme/khintssettings.cpp:488:9: warning: unused variable 'size' [-Wunused-variable]
[2021-05-13T09:09:07.006Z] int size = g.readEntry("cursorSize", 24);
[2021-05-13T09:09:07.006Z] ^
[2021-05-13T09:09:07.006Z] 2 errors generated.
[2021-05-13T09:09:07.006Z] gmake[2]: *** [src/platformtheme/CMakeFiles/KDEPlasmaPlatformTheme.dir/build.make:93: src/platformtheme/CMakeFiles/KDEPlasmaPlatformTheme.dir/KDEPlasmaPlatformTheme_autogen/mocs_compilation.cpp.o] Error 1
[2021-05-13T09:09:07.006Z] gmake[2]: *** Waiting for unfinished jobs....
[2021-05-13T09:09:07.610Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-integration/kf5-qt5 FreeBSDQt5.15/src/platformtheme/qdbusmenubar.cpp:40:
[2021-05-13T09:09:07.610Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-integration/kf5-qt5 FreeBSDQt5.15/src/platformtheme/qdbusmenubar_p.h:56:
[2021-05-13T09:09:07.610Z] In file included from /usr/local/include/qt5/QtGui/QWindow:1:
[2021-05-13T09:09:07.610Z] In file included from /usr/local/include/qt5/QtGui/qwindow.h:44:
[2021-05-13T09:09:07.610Z] In file included from /usr/local/include/qt5/QtCore/QObject:1:
[2021-05-13T09:09:07.610Z] /usr/local/include/qt5/QtCore/qobject.h:264:28: error: cannot initialize a parameter of type 'const QObject *' with an lvalue of type 'const typename QtPrivate::FunctionPointer<void (QDBusPlatformMenu::*)(QVector<QDBusMenuItem>, QVector<QDBusMenuItemKeys>)>::Object *' (aka 'const QDBusPlatformMenu *')
[2021-05-13T09:09:07.610Z] return connectImpl(sender, reinterpret_cast<void **>(&signal),
[2021-05-13T09:09:07.610Z] ^~~~~~
[2021-05-13T09:09:07.610Z] /usr/home/jenkins/workspace/Plasma/plasma-integration/kf5-qt5 FreeBSDQt5.15/src/platformtheme/qdbusmenubar.cpp:57:5: note: in instantiation of function template specialization 'QObject::connect<void (QDBusPlatformMenu::*)(QVector<QDBusMenuItem>, QVector<QDBusMenuItemKeys>), void (QDBusMenuAdaptor::*)(const QVector<QDBusMenuItem> &, const QVector<QDBusMenuItemKeys> &)>' requested here
[2021-05-13T09:09:07.610Z] connect(m_menu, &QDBusPlatformMenu::propertiesUpdated,
[2021-05-13T09:09:07.610Z] ^
[2021-05-13T09:09:07.908Z] /usr/local/include/qt5/QtCore/qobject.h:471:63: note: passing argument to parameter 'sender' here
[2021-05-13T09:09:07.908Z] static QMetaObject::Connection connectImpl(const QObject *sender, void **signal,
[2021-05-13T09:09:07.908Z] ^
[2021-05-13T09:09:07.908Z] 7 errors generated.
[2021-05-13T09:09:07.908Z] gmake[2]: *** [src/platformtheme/CMakeFiles/KDEPlasmaPlatformTheme.dir/build.make:106: src/platformtheme/CMakeFiles/KDEPlasmaPlatformTheme.dir/qdbusmenubar.cpp.o] Error 1
[2021-05-13T09:09:07.908Z] 1 warning and 2 errors generated.
[2021-05-13T09:09:07.908Z] gmake[2]: *** [autotests/CMakeFiles/khintssettings_unittest.dir/build.make:108: autotests/CMakeFiles/khintssettings_unittest.dir/__/src/platformtheme/khintssettings.cpp.o] Error 1
[2021-05-13T09:09:07.908Z] gmake[2]: *** Waiting for unfinished jobs....
[2021-05-13T09:09:08.206Z] [ 29%] Linking CXX shared module ../../bin/plasmaimplatforminputcontextplugin.so
[2021-05-13T09:09:08.477Z] [ 29%] Built target input_plugin
[2021-05-13T09:09:08.477Z] gmake[1]: *** [CMakeFiles/Makefile2:444: autotests/CMakeFiles/khintssettings_unittest.dir/all] Error 2
[2021-05-13T09:09:08.477Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-integration/kf5-qt5 FreeBSDQt5.15/src/platformtheme/kdeplatformtheme.cpp:51:
[2021-05-13T09:09:08.477Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-integration/kf5-qt5 FreeBSDQt5.15/src/platformtheme/qdbusmenubar_p.h:58:
[2021-05-13T09:09:08.477Z] /usr/local/include/qt5/QtThemeSupport/5.15.2/QtThemeSupport/private/qdbusplatformmenu_p.h:170:1: error: unknown type name 'signals'
[2021-05-13T09:09:08.477Z] signals:
[2021-05-13T09:09:08.477Z] ^
[2021-05-13T09:09:08.477Z] /usr/local/include/qt5/QtThemeSupport/5.15.2/QtThemeSupport/private/qdbusplatformmenu_p.h:171:10: error: expected '(' for function-style cast or type construction
[2021-05-13T09:09:08.477Z] void updated(uint revision, int dbusId);
[2021-05-13T09:09:08.477Z] ~~~~ ^
[2021-05-13T09:09:09.890Z] 2 errors generated.
[2021-05-13T09:09:09.890Z] gmake[2]: *** [src/platformtheme/CMakeFiles/KDEPlasmaPlatformTheme.dir/build.make:119: src/platformtheme/CMakeFiles/KDEPlasmaPlatformTheme.dir/kdeplatformtheme.cpp.o] Error 1
[2021-05-13T09:09:09.890Z] gmake[1]: *** [CMakeFiles/Makefile2:309: src/platformtheme/CMakeFiles/KDEPlasmaPlatformTheme.dir/all] Error 2
[2021-05-13T09:09:09.890Z] gmake: *** [Makefile:160: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-05-13T09:09:10.239Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to