CONSOLE OUTPUT
|
[...truncated 612 lines...] |
[2019-11-05T09:07:30.982Z] | ^~~~~~~~~~~~ |
[2019-11-05T09:07:32.031Z] [ 77%] Linking CXX executable ../bin/plasmoidviewer |
[2019-11-05T09:07:33.078Z] [ 77%] Built target plasmoidviewer |
[2019-11-05T09:07:33.078Z] Scanning dependencies of target plasmathemeexplorer |
[2019-11-05T09:07:33.078Z] [ 79%] Building CXX object themeexplorer/src/CMakeFiles/plasmathemeexplorer.dir/plasmathemeexplorer_autogen/mocs_compilation.cpp.o |
[2019-11-05T09:07:33.078Z] [ 81%] Building CXX object themeexplorer/src/CMakeFiles/plasmathemeexplorer.dir/main.cpp.o |
[2019-11-05T09:07:36.187Z] [ 83%] Building CXX object themeexplorer/src/CMakeFiles/plasmathemeexplorer.dir/thememodel.cpp.o |
[2019-11-05T09:07:38.528Z] /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp: In member function ���void ThemeModel::editElement(const QString&)���: |
[2019-11-05T09:07:38.528Z] /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:266:77: error: no matching function for call to ���ThemeModel::connect(KProcess*&, <unresolved overloaded function type>, ThemeModel*, void (ThemeModel::*)())��� |
[2019-11-05T09:07:38.528Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished); |
[2019-11-05T09:07:38.528Z] | ^ |
[2019-11-05T09:07:38.528Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51, |
[2019-11-05T09:07:38.528Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43, |
[2019-11-05T09:07:38.528Z] from /usr/include/qt5/QtCore/QAbstractListModel:1, |
[2019-11-05T09:07:38.528Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23, |
[2019-11-05T09:07:38.528Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20: |
[2019-11-05T09:07:38.528Z] /usr/include/qt5/QtCore/qobject.h:208:36: note: candidate: ���static QMetaObject::Connection QObject::connect(const QObject*, const char*, const QObject*, const char*, Qt::ConnectionType)��� |
[2019-11-05T09:07:38.528Z] 208 | static QMetaObject::Connection connect(const QObject *sender, const char *signal, |
[2019-11-05T09:07:38.528Z] | ^~~~~~~ |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.528Z] 208 | static QMetaObject::Connection connect(const QObject *sender, const char *signal, |
[2019-11-05T09:07:38.528Z] | ~~~~~~~~~~~~^~~~~~ |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.528Z] 211 | static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal, |
[2019-11-05T09:07:38.528Z] | ^~~~~~~ |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.528Z] 211 | static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal, |
[2019-11-05T09:07:38.528Z] | ~~~~~~~~~~~~~~~~~~~^~~~~~ |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.528Z] 463 | inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal, |
[2019-11-05T09:07:38.528Z] | ^~~~~~~ |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.528Z] 463 | inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal, |
[2019-11-05T09:07:38.528Z] | ~~~~~~~~~~~~^~~~~~~ |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.528Z] 228 | static inline QMetaObject::Connection connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, |
[2019-11-05T09:07:38.528Z] | ^~~~~~~ |
[2019-11-05T09:07:38.528Z] /usr/include/qt5/QtCore/qobject.h:228:43: note: template argument deduction/substitution failed: |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.528Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished); |
[2019-11-05T09:07:38.528Z] | ^ |
[2019-11-05T09:07:38.528Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51, |
[2019-11-05T09:07:38.528Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43, |
[2019-11-05T09:07:38.528Z] from /usr/include/qt5/QtCore/QAbstractListModel:1, |
[2019-11-05T09:07:38.528Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23, |
[2019-11-05T09:07:38.528Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20: |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.528Z] 260 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot) |
[2019-11-05T09:07:38.528Z] | ^~~~~~~ |
[2019-11-05T09:07:38.528Z] /usr/include/qt5/QtCore/qobject.h:260:13: note: template argument deduction/substitution failed: |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.528Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished); |
[2019-11-05T09:07:38.528Z] | ^ |
[2019-11-05T09:07:38.528Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51, |
[2019-11-05T09:07:38.528Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43, |
[2019-11-05T09:07:38.528Z] from /usr/include/qt5/QtCore/QAbstractListModel:1, |
[2019-11-05T09:07:38.528Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23, |
[2019-11-05T09:07:38.528Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20: |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.528Z] 269 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot, |
[2019-11-05T09:07:38.528Z] | ^~~~~~~ |
[2019-11-05T09:07:38.528Z] /usr/include/qt5/QtCore/qobject.h:269:13: note: template argument deduction/substitution failed: |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.528Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished); |
[2019-11-05T09:07:38.528Z] | ^ |
[2019-11-05T09:07:38.528Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51, |
[2019-11-05T09:07:38.528Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43, |
[2019-11-05T09:07:38.528Z] from /usr/include/qt5/QtCore/QAbstractListModel:1, |
[2019-11-05T09:07:38.528Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23, |
[2019-11-05T09:07:38.528Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20: |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.528Z] 300 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot) |
[2019-11-05T09:07:38.528Z] | ^~~~~~~ |
[2019-11-05T09:07:38.528Z] /usr/include/qt5/QtCore/qobject.h:300:13: note: template argument deduction/substitution failed: |
[2019-11-05T09:07:38.528Z] /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-05T09:07:38.529Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished); |
[2019-11-05T09:07:38.529Z] | ^ |
[2019-11-05T09:07:38.529Z] In file included from /usr/include/qt5/QtCore/qvariant.h:51, |
[2019-11-05T09:07:38.529Z] from /usr/include/qt5/QtCore/qabstractitemmodel.h:43, |
[2019-11-05T09:07:38.529Z] from /usr/include/qt5/QtCore/QAbstractListModel:1, |
[2019-11-05T09:07:38.529Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.h:23, |
[2019-11-05T09:07:38.529Z] from /home/jenkins/workspace/Plasma/plasma-sdk/kf5-qt5 SUSEQt5.12/themeexplorer/src/thememodel.cpp:20: |
[2019-11-05T09:07:38.529Z] /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-05T09:07:38.529Z] 308 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot, |
[2019-11-05T09:07:38.529Z] | ^~~~~~~ |
[2019-11-05T09:07:38.529Z] /usr/include/qt5/QtCore/qobject.h:308:13: note: template argument deduction/substitution failed: |
[2019-11-05T09:07:38.529Z] /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-05T09:07:38.529Z] 266 | connect(process, &QProcess::finished, this, &ThemeModel::processFinished); |
[2019-11-05T09:07:38.529Z] | ^ |
[2019-11-05T09:07:38.529Z] make[2]: *** [themeexplorer/src/CMakeFiles/plasmathemeexplorer.dir/build.make:89: themeexplorer/src/CMakeFiles/plasmathemeexplorer.dir/thememodel.cpp.o] Error 1 |
[2019-11-05T09:07:38.529Z] make[1]: *** [CMakeFiles/Makefile2:742: themeexplorer/src/CMakeFiles/plasmathemeexplorer.dir/all] Error 2 |
[2019-11-05T09:07:38.529Z] make: *** [Makefile:141: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2019-11-05T09:07:39.003Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |