BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/libksysguard/job/kf5-qt5%20FreeBSDQt5.15/111/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Wed, 30 Sep 2020 12:01:12 +0000
Build duration: 25 sec and counting


CONSOLE OUTPUT
[...truncated 655 lines...]
[2020-09-30T12:01:36.410Z] static QMetaObject::Connection connect(const QObject *sender, const char *signal,
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.410Z] /usr/local/include/qt5/QtCore/qobject.h:225:36: note: candidate function not viable: no known conversion from 'std::unique_ptr<QDBusServiceWatcher>' to 'const QObject *' for 1st argument
[2020-09-30T12:01:36.410Z] static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal,
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.410Z] /usr/local/include/qt5/QtCore/qobject.h:481:41: note: candidate function not viable: no known conversion from 'std::unique_ptr<QDBusServiceWatcher>' to 'const QObject *' for 1st argument
[2020-09-30T12:01:36.410Z] inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal,
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.410Z] /usr/local/include/qt5/QtCore/qobject.h:283:13: note: candidate template ignored: requirement '!QtPrivate::FunctionPointer<void (KSysGuard::SensorDaemonInterface::*)()>::IsPointerToMemberFunction' was not satisfied [with Func1 = void (QDBusServiceWatcher::*)(const QString &), Func2 = void (KSysGuard::SensorDaemonInterface::*)()]
[2020-09-30T12:01:36.410Z] connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot,
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.410Z] /usr/local/include/qt5/QtCore/qobject.h:322:13: note: candidate template ignored: requirement 'QtPrivate::FunctionPointer<void (KSysGuard::SensorDaemonInterface::*)()>::ArgumentCount == -1' was not satisfied [with Func1 = void (QDBusServiceWatcher::*)(const QString &), Func2 = void (KSysGuard::SensorDaemonInterface::*)()]
[2020-09-30T12:01:36.410Z] connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot,
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.410Z] /usr/local/include/qt5/QtCore/qobject.h:274:13: note: candidate function template not viable: requires 3 arguments, but 4 were provided
[2020-09-30T12:01:36.410Z] connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot)
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.410Z] /usr/local/include/qt5/QtCore/qobject.h:314:13: note: candidate function template not viable: requires 3 arguments, but 4 were provided
[2020-09-30T12:01:36.410Z] connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot)
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.410Z] [ 44%] Building CXX object processcore/CMakeFiles/processcore.dir/process_controller.cpp.o
[2020-09-30T12:01:36.410Z] In file included from /usr/home/jenkins/workspace/Plasma/libksysguard/kf5-qt5 FreeBSDQt5.15/processcore/processes_local_p.cpp:25:
[2020-09-30T12:01:36.410Z] /usr/home/jenkins/workspace/Plasma/libksysguard/kf5-qt5 FreeBSDQt5.15/processcore/processes_freebsd_p.cpp:80:43: warning: address of array 'p->ki_comm' will always evaluate to 'true' [-Wpointer-bool-conversion]
[2020-09-30T12:01:36.410Z] process->setName(QString::fromUtf8(p->ki_comm ? p->ki_comm : "????"));
[2020-09-30T12:01:36.410Z] ~~~^~~~~~~ ~
[2020-09-30T12:01:36.410Z] /usr/home/jenkins/workspace/Plasma/libksysguard/kf5-qt5 FreeBSDQt5.15/processcore/processes_freebsd_p.cpp:86:19: warning: unused variable 'pru' [-Wunused-variable]
[2020-09-30T12:01:36.410Z] struct rusage pru;
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.410Z] /usr/home/jenkins/workspace/Plasma/libksysguard/kf5-qt5 FreeBSDQt5.15/processcore/processes_freebsd_p.cpp:117:64: warning: unused parameter 'p' [-Wunused-parameter]
[2020-09-30T12:01:36.410Z] void ProcessesLocal::Private::readProcStatm(struct kinfo_proc *p, Process *process)
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.410Z] /usr/home/jenkins/workspace/Plasma/libksysguard/kf5-qt5 FreeBSDQt5.15/processcore/processes_freebsd_p.cpp:125:23: warning: unused variable 'p' [-Wunused-variable]
[2020-09-30T12:01:36.410Z] struct kinfo_proc p;
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.410Z] /usr/home/jenkins/workspace/Plasma/libksysguard/kf5-qt5 FreeBSDQt5.15/processcore/processes_freebsd_p.cpp:245:41: warning: unused parameter 'pid' [-Wunused-parameter]
[2020-09-30T12:01:36.410Z] bool ProcessesLocal::setIoNiceness(long pid, int priorityClass, int priority) {
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.410Z] /usr/home/jenkins/workspace/Plasma/libksysguard/kf5-qt5 FreeBSDQt5.15/processcore/processes_freebsd_p.cpp:245:50: warning: unused parameter 'priorityClass' [-Wunused-parameter]
[2020-09-30T12:01:36.410Z] bool ProcessesLocal::setIoNiceness(long pid, int priorityClass, int priority) {
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.410Z] /usr/home/jenkins/workspace/Plasma/libksysguard/kf5-qt5 FreeBSDQt5.15/processcore/processes_freebsd_p.cpp:245:69: warning: unused parameter 'priority' [-Wunused-parameter]
[2020-09-30T12:01:36.410Z] bool ProcessesLocal::setIoNiceness(long pid, int priorityClass, int priority) {
[2020-09-30T12:01:36.410Z] ^
[2020-09-30T12:01:36.669Z] 1 error generated.
[2020-09-30T12:01:36.669Z] 7 warnings generated.
[2020-09-30T12:01:36.669Z] gmake[2]: *** [sensors/CMakeFiles/Sensors.dir/build.make:172: sensors/CMakeFiles/Sensors.dir/SensorDaemonInterface.cpp.o] Error 1
[2020-09-30T12:01:36.669Z] gmake[2]: *** Waiting for unfinished jobs....
[2020-09-30T12:01:36.669Z] [ 45%] Building CXX object processcore/CMakeFiles/processcore.dir/process_attribute_model.cpp.o
[2020-09-30T12:01:36.669Z] [ 46%] Building CXX object processcore/CMakeFiles/processcore.dir/process_data_model.cpp.o
[2020-09-30T12:01:36.669Z] [ 46%] Building CXX object processcore/CMakeFiles/processcore.dir/process_data_provider.cpp.o
[2020-09-30T12:01:36.669Z] [ 47%] Building CXX object processcore/CMakeFiles/processcore.dir/read_procsmaps_runnable.cpp.o
[2020-09-30T12:01:36.932Z] [ 47%] Building CXX object processcore/CMakeFiles/processcore.dir/processcore_debug.cpp.o
[2020-09-30T12:01:37.190Z] [ 48%] Linking CXX shared module ../../bin/ksysguardlsof5widgets.so
[2020-09-30T12:01:37.190Z] [ 48%] Built target ksysguardlsofwidgets
[2020-09-30T12:01:37.190Z] gmake[1]: *** [CMakeFiles/Makefile2:1123: sensors/CMakeFiles/Sensors.dir/all] Error 2
[2020-09-30T12:01:37.190Z] gmake[1]: *** Waiting for unfinished jobs....
[2020-09-30T12:01:37.444Z] /usr/home/jenkins/workspace/Plasma/libksysguard/kf5-qt5 FreeBSDQt5.15/processcore/processes_atop_p.cpp:325:20: warning: 'toSet' is deprecated: Use QSet<T>(list.begin(), list.end()) instead. [-Wdeprecated-declarations]
[2020-09-30T12:01:37.444Z] return d->pids.toSet();
[2020-09-30T12:01:37.444Z] ^
[2020-09-30T12:01:37.444Z] /usr/local/include/qt5/QtCore/qlist.h:412:5: note: 'toSet' has been explicitly marked deprecated here
[2020-09-30T12:01:37.444Z] QT_DEPRECATED_X("Use QSet<T>(list.begin(), list.end()) instead.")
[2020-09-30T12:01:37.444Z] ^
[2020-09-30T12:01:37.444Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2020-09-30T12:01:37.444Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2020-09-30T12:01:37.444Z] ^
[2020-09-30T12:01:37.444Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2020-09-30T12:01:37.444Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2020-09-30T12:01:37.444Z] ^
[2020-09-30T12:01:37.445Z] /usr/home/jenkins/workspace/Plasma/libksysguard/kf5-qt5 FreeBSDQt5.15/processcore/process_attribute_model.cpp:84:44: warning: 'unite' is deprecated: Use QMultiHash for hashes storing multiple values with the same key. [-Wdeprecated-declarations]
[2020-09-30T12:01:37.445Z] return QAbstractListModel::roleNames().unite({
[2020-09-30T12:01:37.445Z] ^
[2020-09-30T12:01:37.445Z] /usr/local/include/qt5/QtCore/qhash.h:535:5: note: 'unite' has been explicitly marked deprecated here
[2020-09-30T12:01:37.445Z] QT_DEPRECATED_VERSION_X_5_15("Use QMultiHash for hashes storing multiple values with the same key.") QHash &unite(const QHash &other);
[2020-09-30T12:01:37.445Z] ^
[2020-09-30T12:01:37.445Z] /usr/local/include/qt5/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15'
[2020-09-30T12:01:37.445Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text)
[2020-09-30T12:01:37.445Z] ^
[2020-09-30T12:01:37.445Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X'
[2020-09-30T12:01:37.445Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text)
[2020-09-30T12:01:37.445Z] ^
[2020-09-30T12:01:37.445Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X'
[2020-09-30T12:01:37.445Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text)))
[2020-09-30T12:01:37.445Z] ^
[2020-09-30T12:01:37.445Z] /usr/home/jenkins/workspace/Plasma/libksysguard/kf5-qt5 FreeBSDQt5.15/processcore/process_data_model.cpp:376:54: warning: unused parameter 'parent' [-Wunused-parameter]
[2020-09-30T12:01:37.445Z] int ProcessDataModel::columnCount(const QModelIndex &parent) const
[2020-09-30T12:01:37.445Z] ^
[2020-09-30T12:01:37.445Z] 1 warning generated.
[2020-09-30T12:01:37.445Z] 1 warning generated.
[2020-09-30T12:01:37.700Z] 1 warning generated.
[2020-09-30T12:01:37.959Z] [ 49%] Linking CXX shared library ../bin/libprocesscore.so
[2020-09-30T12:01:38.221Z] [ 49%] Built target processcore
[2020-09-30T12:01:38.221Z] gmake: *** [Makefile:161: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2020-09-30T12:01:38.310Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to