CONSOLE OUTPUT
|
[...truncated 623 lines...] |
[2019-11-09T02:36:47.715Z] 208 | static QMetaObject::Connection connect(const QObject *sender, const char *signal, |
[2019-11-09T02:36:47.715Z] | ^~~~~~~ |
[2019-11-09T02:36:47.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-09T02:36:47.715Z] 208 | static QMetaObject::Connection connect(const QObject *sender, const char *signal, |
[2019-11-09T02:36:47.715Z] | ~~~~~~~~~~~~^~~~~~ |
[2019-11-09T02:36:47.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-09T02:36:47.715Z] 211 | static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal, |
[2019-11-09T02:36:47.715Z] | ^~~~~~~ |
[2019-11-09T02:36:47.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-09T02:36:47.715Z] 211 | static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal, |
[2019-11-09T02:36:47.715Z] | ~~~~~~~~~~~~~~~~~~~^~~~~~ |
[2019-11-09T02:36:47.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-09T02:36:47.715Z] 463 | inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal, |
[2019-11-09T02:36:47.715Z] | ^~~~~~~ |
[2019-11-09T02:36:47.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-09T02:36:47.715Z] 463 | inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal, |
[2019-11-09T02:36:47.716Z] | ~~~~~~~~~~~~^~~~~~~ |
[2019-11-09T02:36:47.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-09T02:36:47.716Z] 228 | static inline QMetaObject::Connection connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, |
[2019-11-09T02:36:47.716Z] | ^~~~~~~ |
[2019-11-09T02:36:47.716Z] /usr/include/qt5/QtCore/qobject.h:228:43: note: template argument deduction/substitution failed: |
[2019-11-09T02:36:47.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-09T02:36:47.716Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished); |
[2019-11-09T02:36:47.716Z] | ^ |
[2019-11-09T02:36:47.716Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51, |
[2019-11-09T02:36:47.716Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43, |
[2019-11-09T02:36:47.716Z] from /usr/include/qt5/QtCore/QAbstractListModel:1, |
[2019-11-09T02:36:47.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23, |
[2019-11-09T02:36:47.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20: |
[2019-11-09T02:36:47.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-09T02:36:47.716Z] 260 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot) |
[2019-11-09T02:36:47.716Z] | ^~~~~~~ |
[2019-11-09T02:36:47.716Z] /usr/include/qt5/QtCore/qobject.h:260:13: note: template argument deduction/substitution failed: |
[2019-11-09T02:36:47.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-09T02:36:47.716Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished); |
[2019-11-09T02:36:47.716Z] | ^ |
[2019-11-09T02:36:47.716Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51, |
[2019-11-09T02:36:47.716Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43, |
[2019-11-09T02:36:47.716Z] from /usr/include/qt5/QtCore/QAbstractListModel:1, |
[2019-11-09T02:36:47.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23, |
[2019-11-09T02:36:47.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20: |
[2019-11-09T02:36:47.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-09T02:36:47.716Z] 269 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot, |
[2019-11-09T02:36:47.716Z] | ^~~~~~~ |
[2019-11-09T02:36:47.716Z] /usr/include/qt5/QtCore/qobject.h:269:13: note: template argument deduction/substitution failed: |
[2019-11-09T02:36:47.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-09T02:36:47.716Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished); |
[2019-11-09T02:36:47.716Z] | ^ |
[2019-11-09T02:36:47.716Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51, |
[2019-11-09T02:36:47.716Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43, |
[2019-11-09T02:36:47.716Z] from /usr/include/qt5/QtCore/QAbstractListModel:1, |
[2019-11-09T02:36:47.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23, |
[2019-11-09T02:36:47.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20: |
[2019-11-09T02:36:47.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-09T02:36:47.716Z] 300 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot) |
[2019-11-09T02:36:47.716Z] | ^~~~~~~ |
[2019-11-09T02:36:47.716Z] /usr/include/qt5/QtCore/qobject.h:300:13: note: template argument deduction/substitution failed: |
[2019-11-09T02:36:47.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-09T02:36:47.716Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished); |
[2019-11-09T02:36:47.716Z] | ^ |
[2019-11-09T02:36:47.716Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51, |
[2019-11-09T02:36:47.716Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43, |
[2019-11-09T02:36:47.716Z] from /usr/include/qt5/QtCore/QAbstractListModel:1, |
[2019-11-09T02:36:47.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23, |
[2019-11-09T02:36:47.716Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20: |
[2019-11-09T02:36:47.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-09T02:36:47.716Z] 308 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot, |
[2019-11-09T02:36:47.716Z] | ^~~~~~~ |
[2019-11-09T02:36:47.716Z] /usr/include/qt5/QtCore/qobject.h:308:13: note: template argument deduction/substitution failed: |
[2019-11-09T02:36:47.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-09T02:36:47.716Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished); |
[2019-11-09T02:36:47.716Z] | ^ |
[2019-11-09T02:36:47.716Z] Scanning dependencies of target lookandfeelexplorer |
[2019-11-09T02:36:47.716Z] [ 81%] Building CXX object lookandfeelexplorer/src/CMakeFiles/lookandfeelexplorer.dir/lookandfeelexplorer_autogen/mocs_compilation.cpp.o |
[2019-11-09T02:36:47.716Z] [ 81%] Built target cuttlefishplugin |
[2019-11-09T02:36:47.716Z] [ 83%] Building CXX object engineexplorer/CMakeFiles/plasmaengineexplorer.dir/modelviewer.cpp.o |
[2019-11-09T02:36:47.976Z] [ 85%] Building CXX object lookandfeelexplorer/src/CMakeFiles/lookandfeelexplorer.dir/main.cpp.o |
[2019-11-09T02:36:47.976Z] [ 87%] Linking CXX executable ../../bin/iconmodeltest |
[2019-11-09T02:36:47.976Z] make[2]: *** [themeexplorer/src/CMakeFiles/plasmathemeexplorer.dir/build.make:89: themeexplorer/src/CMakeFiles/plasmathemeexplorer.dir/thememodel.cpp.o] Error 1 |
[2019-11-09T02:36:47.976Z] make[2]: *** Waiting for unfinished jobs.... |
[2019-11-09T02:36:47.976Z] [ 91%] Building CXX object lookandfeelexplorer/src/CMakeFiles/lookandfeelexplorer.dir/lnflogic.cpp.o |
[2019-11-09T02:36:47.976Z] [ 91%] Building CXX object lookandfeelexplorer/src/CMakeFiles/lookandfeelexplorer.dir/lnflistmodel.cpp.o |
[2019-11-09T02:36:48.541Z] make[1]: *** [CMakeFiles/Makefile2:742: themeexplorer/src/CMakeFiles/plasmathemeexplorer.dir/all] Error 2 |
[2019-11-09T02:36:48.541Z] make[1]: *** Waiting for unfinished jobs.... |
[2019-11-09T02:36:48.541Z] [ 93%] Linking CXX executable ../bin/plasmoidviewer |
[2019-11-09T02:36:48.541Z] [ 93%] Built target iconmodeltest |
[2019-11-09T02:36:49.106Z] [ 93%] Built target plasmoidviewer |
[2019-11-09T02:36:49.363Z] [ 95%] Linking CXX executable ../bin/plasmaengineexplorer |
[2019-11-09T02:36:49.927Z] [ 95%] Built target plasmaengineexplorer |
[2019-11-09T02:36:49.927Z] [ 97%] Linking CXX executable ../../bin/lookandfeelexplorer |
[2019-11-09T02:36:50.184Z] [ 97%] Built target lookandfeelexplorer |
[2019-11-09T02:36:50.184Z] make: *** [Makefile:141: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2019-11-09T02:36:50.632Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |