BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/kgamma5/job/kf5-qt5%20SUSEQt5.12/21/
Project: kf5-qt5 SUSEQt5.12
Date of build: Tue, 05 Nov 2019 08:51:53 +0000
Build duration: 4 min 22 sec and counting


CONSOLE OUTPUT
[...truncated 442 lines...]
[2019-11-05T08:56:14.370Z] | ^
[2019-11-05T08:56:14.370Z] In file included from /usr/include/qt5/QtWidgets/qwidget.h:45,
[2019-11-05T08:56:14.370Z] from /usr/include/qt5/QtWidgets/qframe.h:44,
[2019-11-05T08:56:14.370Z] from /usr/include/qt5/QtWidgets/qlabel.h:44,
[2019-11-05T08:56:14.370Z] from /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:20:
[2019-11-05T08:56:14.370Z] /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-05T08:56:14.370Z] 308 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot,
[2019-11-05T08:56:14.370Z] | ^~~~~~~
[2019-11-05T08:56:14.370Z] /usr/include/qt5/QtCore/qobject.h:308:13: note: template argument deduction/substitution failed:
[2019-11-05T08:56:14.370Z] /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:164:54: note: couldn���t deduce template parameter ���Func1���
[2019-11-05T08:56:14.370Z] 164 | stack, &QStackedWidget::setCurrentIndex );
[2019-11-05T08:56:14.370Z] | ^
[2019-11-05T08:56:14.370Z] /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:272:81: error: no matching function for call to ���KGamma::connect(QComboBox*&, <unresolved overloaded function type>, KGamma*, void (KGamma::*)(int))���
[2019-11-05T08:56:14.370Z] 272 | connect(screenselect, &QComboBox::activated, this, &KGamma::changeScreen);
[2019-11-05T08:56:14.370Z] | ^
[2019-11-05T08:56:14.370Z] In file included from /usr/include/qt5/QtWidgets/qwidget.h:45,
[2019-11-05T08:56:14.370Z] from /usr/include/qt5/QtWidgets/qframe.h:44,
[2019-11-05T08:56:14.370Z] from /usr/include/qt5/QtWidgets/qlabel.h:44,
[2019-11-05T08:56:14.370Z] from /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:20:
[2019-11-05T08:56:14.370Z] /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-05T08:56:14.370Z] 208 | static QMetaObject::Connection connect(const QObject *sender, const char *signal,
[2019-11-05T08:56:14.370Z] | ^~~~~~~
[2019-11-05T08:56:14.370Z] /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-05T08:56:14.370Z] 208 | static QMetaObject::Connection connect(const QObject *sender, const char *signal,
[2019-11-05T08:56:14.370Z] | ~~~~~~~~~~~~^~~~~~
[2019-11-05T08:56:14.370Z] /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-05T08:56:14.370Z] 211 | static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal,
[2019-11-05T08:56:14.370Z] | ^~~~~~~
[2019-11-05T08:56:14.370Z] /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-05T08:56:14.370Z] 211 | static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal,
[2019-11-05T08:56:14.370Z] | ~~~~~~~~~~~~~~~~~~~^~~~~~
[2019-11-05T08:56:14.370Z] /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-05T08:56:14.370Z] 463 | inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal,
[2019-11-05T08:56:14.370Z] | ^~~~~~~
[2019-11-05T08:56:14.370Z] /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-05T08:56:14.370Z] 463 | inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal,
[2019-11-05T08:56:14.370Z] | ~~~~~~~~~~~~^~~~~~~
[2019-11-05T08:56:14.370Z] /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-05T08:56:14.370Z] 228 | static inline QMetaObject::Connection connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal,
[2019-11-05T08:56:14.370Z] | ^~~~~~~
[2019-11-05T08:56:14.370Z] /usr/include/qt5/QtCore/qobject.h:228:43: note: template argument deduction/substitution failed:
[2019-11-05T08:56:14.370Z] /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:272:81: note: couldn���t deduce template parameter ���Func1���
[2019-11-05T08:56:14.370Z] 272 | connect(screenselect, &QComboBox::activated, this, &KGamma::changeScreen);
[2019-11-05T08:56:14.370Z] | ^
[2019-11-05T08:56:14.370Z] In file included from /usr/include/qt5/QtWidgets/qwidget.h:45,
[2019-11-05T08:56:14.370Z] from /usr/include/qt5/QtWidgets/qframe.h:44,
[2019-11-05T08:56:14.370Z] from /usr/include/qt5/QtWidgets/qlabel.h:44,
[2019-11-05T08:56:14.370Z] from /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:20:
[2019-11-05T08:56:14.370Z] /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-05T08:56:14.370Z] 260 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot)
[2019-11-05T08:56:14.370Z] | ^~~~~~~
[2019-11-05T08:56:14.370Z] /usr/include/qt5/QtCore/qobject.h:260:13: note: template argument deduction/substitution failed:
[2019-11-05T08:56:14.370Z] /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:272:81: note: candidate expects 3 arguments, 4 provided
[2019-11-05T08:56:14.370Z] 272 | connect(screenselect, &QComboBox::activated, this, &KGamma::changeScreen);
[2019-11-05T08:56:14.370Z] | ^
[2019-11-05T08:56:14.370Z] In file included from /usr/include/qt5/QtWidgets/qwidget.h:45,
[2019-11-05T08:56:14.370Z] from /usr/include/qt5/QtWidgets/qframe.h:44,
[2019-11-05T08:56:14.370Z] from /usr/include/qt5/QtWidgets/qlabel.h:44,
[2019-11-05T08:56:14.370Z] from /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:20:
[2019-11-05T08:56:14.370Z] /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-05T08:56:14.370Z] 269 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot,
[2019-11-05T08:56:14.370Z] | ^~~~~~~
[2019-11-05T08:56:14.370Z] /usr/include/qt5/QtCore/qobject.h:269:13: note: template argument deduction/substitution failed:
[2019-11-05T08:56:14.370Z] /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:272:81: note: couldn���t deduce template parameter ���Func1���
[2019-11-05T08:56:14.370Z] 272 | connect(screenselect, &QComboBox::activated, this, &KGamma::changeScreen);
[2019-11-05T08:56:14.370Z] | ^
[2019-11-05T08:56:14.370Z] In file included from /usr/include/qt5/QtWidgets/qwidget.h:45,
[2019-11-05T08:56:14.370Z] from /usr/include/qt5/QtWidgets/qframe.h:44,
[2019-11-05T08:56:14.370Z] from /usr/include/qt5/QtWidgets/qlabel.h:44,
[2019-11-05T08:56:14.370Z] from /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:20:
[2019-11-05T08:56:14.370Z] /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-05T08:56:14.370Z] 300 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot)
[2019-11-05T08:56:14.370Z] | ^~~~~~~
[2019-11-05T08:56:14.370Z] /usr/include/qt5/QtCore/qobject.h:300:13: note: template argument deduction/substitution failed:
[2019-11-05T08:56:14.370Z] /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:272:81: note: candidate expects 3 arguments, 4 provided
[2019-11-05T08:56:14.370Z] 272 | connect(screenselect, &QComboBox::activated, this, &KGamma::changeScreen);
[2019-11-05T08:56:14.370Z] | ^
[2019-11-05T08:56:14.370Z] In file included from /usr/include/qt5/QtWidgets/qwidget.h:45,
[2019-11-05T08:56:14.370Z] from /usr/include/qt5/QtWidgets/qframe.h:44,
[2019-11-05T08:56:14.370Z] from /usr/include/qt5/QtWidgets/qlabel.h:44,
[2019-11-05T08:56:14.370Z] from /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:20:
[2019-11-05T08:56:14.370Z] /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-05T08:56:14.370Z] 308 | connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot,
[2019-11-05T08:56:14.370Z] | ^~~~~~~
[2019-11-05T08:56:14.370Z] /usr/include/qt5/QtCore/qobject.h:308:13: note: template argument deduction/substitution failed:
[2019-11-05T08:56:14.370Z] /home/jenkins/workspace/Plasma/kgamma5/kf5-qt5 SUSEQt5.12/kcmkgamma/kgamma.cpp:272:81: note: couldn���t deduce template parameter ���Func1���
[2019-11-05T08:56:14.370Z] 272 | connect(screenselect, &QComboBox::activated, this, &KGamma::changeScreen);
[2019-11-05T08:56:14.370Z] | ^
[2019-11-05T08:56:14.370Z] make[2]: *** [kcmkgamma/CMakeFiles/kcm_kgamma.dir/build.make:128: kcmkgamma/CMakeFiles/kcm_kgamma.dir/kgamma.cpp.o] Error 1
[2019-11-05T08:56:14.370Z] make[2]: *** Waiting for unfinished jobs....
[2019-11-05T08:56:14.370Z] make[1]: *** [CMakeFiles/Makefile2:184: kcmkgamma/CMakeFiles/kcm_kgamma.dir/all] Error 2
[2019-11-05T08:56:14.370Z] make: *** [Makefile:141: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2019-11-05T08:56:14.982Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to