BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-sdk/job/kf5-qt5%20SUSEQt5.12/84/
Project: kf5-qt5 SUSEQt5.12
Date of build: Fri, 08 Nov 2019 10:41:41 +0000
Build duration: 1 min 28 sec and counting


CONSOLE OUTPUT
[...truncated 622 lines...]
[2019-11-08T10:42:59.715Z] | ^~~~~~~
[2019-11-08T10:42:59.715Z] /usr/include/qt5/QtCore/qobject.h:208:79: note: no known conversion for argument 2 from ���<unresolved overloaded function type>��� to ���const char*���
[2019-11-08T10:42:59.715Z] 208 | static QMetaObject::Connection connect(const QObject *sender, const char *signal,
[2019-11-08T10:42:59.715Z] | ~~~~~~~~~~~~^~~~~~
[2019-11-08T10:42:59.715Z] /usr/include/qt5/QtCore/qobject.h:211:36: note: candidate: ���static QMetaObject::Connection QObject::connect(const QObject*, const QMetaMethod&, const QObject*, const QMetaMethod&, Qt::ConnectionType)���
[2019-11-08T10:42:59.715Z] 211 | static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal,
[2019-11-08T10:42:59.715Z] | ^~~~~~~
[2019-11-08T10:42:59.715Z] /usr/include/qt5/QtCore/qobject.h:211:86: note: no known conversion for argument 2 from ���<unresolved overloaded function type>��� to ���const QMetaMethod&���
[2019-11-08T10:42:59.715Z] 211 | static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal,
[2019-11-08T10:42:59.715Z] | ~~~~~~~~~~~~~~~~~~~^~~~~~
[2019-11-08T10:42:59.715Z] /usr/include/qt5/QtCore/qobject.h:463:32: note: candidate: ���QMetaObject::Connection QObject::connect(const QObject*, const char*, const char*, Qt::ConnectionType) const���
[2019-11-08T10:42:59.715Z] 463 | inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal,
[2019-11-08T10:42:59.715Z] | ^~~~~~~
[2019-11-08T10:42:59.715Z] /usr/include/qt5/QtCore/qobject.h:463:85: note: no known conversion for argument 2 from ���<unresolved overloaded function type>��� to ���const char*���
[2019-11-08T10:42:59.716Z] 463 | inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal,
[2019-11-08T10:42:59.716Z] | ~~~~~~~~~~~~^~~~~~~
[2019-11-08T10:42:59.716Z] /usr/include/qt5/QtCore/qobject.h:228:43: note: candidate: ���template<class Func1, class Func2> static QMetaObject::Connection QObject::connect(const typename QtPrivate::FunctionPointer<Func>::Object*, Func1, const typename QtPrivate::FunctionPointer<Func2>::Object*, Func2, Qt::ConnectionType)���
[2019-11-08T10:42:59.716Z] 228 | static inline QMetaObject::Connection connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal,
[2019-11-08T10:42:59.716Z] | ^~~~~~~
[2019-11-08T10:42:59.716Z] /usr/include/qt5/QtCore/qobject.h:228:43: note: template argument deduction/substitution failed:
[2019-11-08T10:42:59.716Z] /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:266:77: note: couldn���t deduce template parameter ���Func1���
[2019-11-08T10:42:59.716Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished);
[2019-11-08T10:42:59.716Z] | ^
[2019-11-08T10:42:59.716Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51,
[2019-11-08T10:42:59.716Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43,
[2019-11-08T10:42:59.716Z] from /usr/include/qt5/QtCore/QAbstractListModel:1,
[2019-11-08T10:42:59.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23,
[2019-11-08T10:42:59.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20:
[2019-11-08T10:42:59.716Z] /usr/include/qt5/QtCore/qobject.h:260:13: note: candidate: ���template<class Func1, class Func2> static typename std::enable_if<((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0), QMetaObject::Connection>::type QObject::connect(const typename QtPrivate::FunctionPointer<Func>::Object*, Func1, Func2)���
[2019-11-08T10:42:59.716Z] 260 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot)
[2019-11-08T10:42:59.716Z] | ^~~~~~~
[2019-11-08T10:42:59.716Z] /usr/include/qt5/QtCore/qobject.h:260:13: note: template argument deduction/substitution failed:
[2019-11-08T10:42:59.716Z] /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:266:77: note: candidate expects 3 arguments, 4 provided
[2019-11-08T10:42:59.716Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished);
[2019-11-08T10:42:59.716Z] | ^
[2019-11-08T10:42:59.716Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51,
[2019-11-08T10:42:59.716Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43,
[2019-11-08T10:42:59.716Z] from /usr/include/qt5/QtCore/QAbstractListModel:1,
[2019-11-08T10:42:59.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23,
[2019-11-08T10:42:59.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20:
[2019-11-08T10:42:59.716Z] /usr/include/qt5/QtCore/qobject.h:269:13: note: candidate: ���template<class Func1, class Func2> static typename std::enable_if<(((int)(QtPrivate::FunctionPointer<Func2>::ArgumentCount) >= 0) && (! QtPrivate::FunctionPointer<Func2>::IsPointerToMemberFunction)), QMetaObject::Connection>::type QObject::connect(const typename QtPrivate::FunctionPointer<Func>::Object*, Func1, const QObject*, Func2, Qt::ConnectionType)���
[2019-11-08T10:42:59.716Z] 269 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot,
[2019-11-08T10:42:59.716Z] | ^~~~~~~
[2019-11-08T10:42:59.716Z] /usr/include/qt5/QtCore/qobject.h:269:13: note: template argument deduction/substitution failed:
[2019-11-08T10:42:59.716Z] /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:266:77: note: couldn���t deduce template parameter ���Func1���
[2019-11-08T10:42:59.716Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished);
[2019-11-08T10:42:59.716Z] | ^
[2019-11-08T10:42:59.716Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51,
[2019-11-08T10:42:59.716Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43,
[2019-11-08T10:42:59.716Z] from /usr/include/qt5/QtCore/QAbstractListModel:1,
[2019-11-08T10:42:59.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23,
[2019-11-08T10:42:59.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20:
[2019-11-08T10:42:59.716Z] /usr/include/qt5/QtCore/qobject.h:300:13: note: candidate: ���template<class Func1, class Func2> static typename std::enable_if<(QtPrivate::FunctionPointer<Func2>::ArgumentCount == -1), QMetaObject::Connection>::type QObject::connect(const typename QtPrivate::FunctionPointer<Func>::Object*, Func1, Func2)���
[2019-11-08T10:42:59.716Z] 300 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot)
[2019-11-08T10:42:59.716Z] | ^~~~~~~
[2019-11-08T10:42:59.716Z] /usr/include/qt5/QtCore/qobject.h:300:13: note: template argument deduction/substitution failed:
[2019-11-08T10:42:59.716Z] /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:266:77: note: candidate expects 3 arguments, 4 provided
[2019-11-08T10:42:59.716Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished);
[2019-11-08T10:42:59.716Z] | ^
[2019-11-08T10:42:59.716Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51,
[2019-11-08T10:42:59.716Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43,
[2019-11-08T10:42:59.716Z] from /usr/include/qt5/QtCore/QAbstractListModel:1,
[2019-11-08T10:42:59.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23,
[2019-11-08T10:42:59.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20:
[2019-11-08T10:42:59.716Z] /usr/include/qt5/QtCore/qobject.h:308:13: note: candidate: ���template<class Func1, class Func2> static typename std::enable_if<(QtPrivate::FunctionPointer<Func2>::ArgumentCount == -1), QMetaObject::Connection>::type QObject::connect(const typename QtPrivate::FunctionPointer<Func>::Object*, Func1, const QObject*, Func2, Qt::ConnectionType)���
[2019-11-08T10:42:59.716Z] 308 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot,
[2019-11-08T10:42:59.716Z] | ^~~~~~~
[2019-11-08T10:42:59.716Z] /usr/include/qt5/QtCore/qobject.h:308:13: note: template argument deduction/substitution failed:
[2019-11-08T10:42:59.716Z] /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:266:77: note: couldn���t deduce template parameter ���Func1���
[2019-11-08T10:42:59.716Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished);
[2019-11-08T10:42:59.716Z] | ^
[2019-11-08T10:43:00.648Z] make[2]: *** [themeexplorer/src/CMakeFiles/plasmathemeexplorer.dir/build.make:89: themeexplorer/src/CMakeFiles/plasmathemeexplorer.dir/thememodel.cpp.o] Error 1
[2019-11-08T10:43:00.649Z] make[2]: *** Waiting for unfinished jobs....
[2019-11-08T10:43:00.649Z] [ 77%] Building CXX object engineexplorer/CMakeFiles/plasmaengineexplorer.dir/ktreeviewsearchline.cpp.o
[2019-11-08T10:43:00.902Z] [ 79%] Building CXX object lookandfeelexplorer/src/CMakeFiles/lookandfeelexplorer.dir/lnflistmodel.cpp.o
[2019-11-08T10:43:01.157Z] [ 81%] Building CXX object engineexplorer/CMakeFiles/plasmaengineexplorer.dir/main.cpp.o
[2019-11-08T10:43:01.157Z] [ 83%] Linking CXX shared module ../../../bin/cuttlefishplugin.so
[2019-11-08T10:43:01.411Z] [ 83%] Built target iconmodeltest
[2019-11-08T10:43:01.411Z] [ 85%] Building CXX object engineexplorer/CMakeFiles/plasmaengineexplorer.dir/serviceviewer.cpp.o
[2019-11-08T10:43:01.666Z] [ 87%] Linking CXX executable ../bin/plasmoidviewer
[2019-11-08T10:43:01.666Z] [ 87%] Built target cuttlefishplugin
[2019-11-08T10:43:01.666Z] [ 89%] Building CXX object engineexplorer/CMakeFiles/plasmaengineexplorer.dir/modelviewer.cpp.o
[2019-11-08T10:43:01.920Z] [ 91%] Linking CXX executable ../../bin/cuttlefish
[2019-11-08T10:43:01.920Z] make[1]: *** [CMakeFiles/Makefile2:742: themeexplorer/src/CMakeFiles/plasmathemeexplorer.dir/all] Error 2
[2019-11-08T10:43:01.920Z] make[1]: *** Waiting for unfinished jobs....
[2019-11-08T10:43:08.469Z] [ 91%] Built target plasmoidviewer
[2019-11-08T10:43:08.469Z] [ 93%] Linking CXX executable ../../bin/lookandfeelexplorer
[2019-11-08T10:43:08.469Z] [ 93%] Built target cuttlefish
[2019-11-08T10:43:08.469Z] [ 95%] Linking CXX executable ../bin/plasmaengineexplorer
[2019-11-08T10:43:08.469Z] [ 95%] Built target lookandfeelexplorer
[2019-11-08T10:43:08.469Z] [ 95%] Built target plasmaengineexplorer
[2019-11-08T10:43:08.469Z] make: *** [Makefile:141: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2019-11-08T10:43:09.101Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to