CONSOLE OUTPUT
|
[...truncated 655 lines...] |
[2020-09-30T11:47:49.451Z] /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-30T11:47:49.451Z] void ProcessesLocal::Private::readProcStatm(struct kinfo_proc *p, Process *process) |
[2020-09-30T11:47:49.451Z] ^ |
[2020-09-30T11:47:49.451Z] /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-30T11:47:49.451Z] struct kinfo_proc p; |
[2020-09-30T11:47:49.451Z] ^ |
[2020-09-30T11:47:49.451Z] /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-30T11:47:49.451Z] bool ProcessesLocal::setIoNiceness(long pid, int priorityClass, int priority) { |
[2020-09-30T11:47:49.451Z] ^ |
[2020-09-30T11:47:49.451Z] /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-30T11:47:49.451Z] bool ProcessesLocal::setIoNiceness(long pid, int priorityClass, int priority) { |
[2020-09-30T11:47:49.451Z] ^ |
[2020-09-30T11:47:49.451Z] /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-30T11:47:49.451Z] bool ProcessesLocal::setIoNiceness(long pid, int priorityClass, int priority) { |
[2020-09-30T11:47:49.451Z] ^ |
[2020-09-30T11:47:49.451Z] [ 44%] Building CXX object processcore/CMakeFiles/processcore.dir/process_controller.cpp.o |
[2020-09-30T11:47:49.451Z] [ 45%] Building CXX object processcore/CMakeFiles/processcore.dir/process_attribute_model.cpp.o |
[2020-09-30T11:47:49.451Z] 7 warnings generated. |
[2020-09-30T11:47:49.451Z] [ 46%] Building CXX object processcore/CMakeFiles/processcore.dir/process_data_model.cpp.o |
[2020-09-30T11:47:49.714Z] [ 46%] Building CXX object processcore/CMakeFiles/processcore.dir/process_data_provider.cpp.o |
[2020-09-30T11:47:49.714Z] [ 47%] Linking CXX shared module ../../bin/ksysguardlsof5widgets.so |
[2020-09-30T11:47:49.714Z] [ 48%] Building CXX object processcore/CMakeFiles/processcore.dir/read_procsmaps_runnable.cpp.o |
[2020-09-30T11:47:49.714Z] [ 48%] Built target ksysguardlsofwidgets |
[2020-09-30T11:47:49.714Z] [ 48%] Building CXX object processcore/CMakeFiles/processcore.dir/processcore_debug.cpp.o |
[2020-09-30T11:47:49.970Z] /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-30T11:47:49.970Z] return d->pids.toSet(); |
[2020-09-30T11:47:49.970Z] ^ |
[2020-09-30T11:47:49.970Z] /usr/local/include/qt5/QtCore/qlist.h:412:5: note: 'toSet' has been explicitly marked deprecated here |
[2020-09-30T11:47:49.970Z] QT_DEPRECATED_X("Use QSet<T>(list.begin(), list.end()) instead.") |
[2020-09-30T11:47:49.970Z] ^ |
[2020-09-30T11:47:49.970Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2020-09-30T11:47:49.970Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2020-09-30T11:47:49.970Z] ^ |
[2020-09-30T11:47:49.970Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2020-09-30T11:47:49.970Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2020-09-30T11:47:49.970Z] ^ |
[2020-09-30T11:47:49.970Z] /usr/home/jenkins/workspace/Plasma/libksysguard/kf5-qt5 FreeBSDQt5.15/sensors/SensorDaemonInterface.cpp:51:5: error: no matching member function for call to 'connect' |
[2020-09-30T11:47:49.970Z] connect(d->serviceWatcher, &QDBusServiceWatcher::serviceUnregistered, this, &SensorDaemonInterface::reconnect); |
[2020-09-30T11:47:49.970Z] ^~~~~~~ |
[2020-09-30T11:47:49.970Z] /usr/local/include/qt5/QtCore/qobject.h:242:43: note: candidate function [with Func1 = void (QDBusServiceWatcher::*)(const QString &), Func2 = void (KSysGuard::SensorDaemonInterface::*)()] not viable: no known conversion from 'std::unique_ptr<QDBusServiceWatcher>' to 'const typename QtPrivate::FunctionPointer<void (QDBusServiceWatcher::*)(const QString &)>::Object *' (aka 'const QDBusServiceWatcher *') for 1st argument |
[2020-09-30T11:47:49.970Z] static inline QMetaObject::Connection connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, |
[2020-09-30T11:47:49.970Z] ^ |
[2020-09-30T11:47:49.970Z] /usr/local/include/qt5/QtCore/qobject.h:222:36: note: candidate function not viable: no known conversion from 'std::unique_ptr<QDBusServiceWatcher>' to 'const QObject *' for 1st argument |
[2020-09-30T11:47:49.970Z] static QMetaObject::Connection connect(const QObject *sender, const char *signal, |
[2020-09-30T11:47:49.970Z] ^ |
[2020-09-30T11:47:49.970Z] /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-30T11:47:49.970Z] static QMetaObject::Connection connect(const QObject *sender, const QMetaMethod &signal, |
[2020-09-30T11:47:49.970Z] ^ |
[2020-09-30T11:47:49.970Z] /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-30T11:47:49.970Z] inline QMetaObject::Connection QObject::connect(const QObject *asender, const char *asignal, |
[2020-09-30T11:47:49.970Z] ^ |
[2020-09-30T11:47:49.970Z] /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-30T11:47:49.970Z] connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot, |
[2020-09-30T11:47:49.970Z] ^ |
[2020-09-30T11:47:49.970Z] /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-30T11:47:49.970Z] connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, const QObject *context, Func2 slot, |
[2020-09-30T11:47:49.970Z] ^ |
[2020-09-30T11:47:49.970Z] /usr/local/include/qt5/QtCore/qobject.h:274:13: note: candidate function template not viable: requires 3 arguments, but 4 were provided |
[2020-09-30T11:47:49.970Z] connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot) |
[2020-09-30T11:47:49.970Z] ^ |
[2020-09-30T11:47:49.970Z] /usr/local/include/qt5/QtCore/qobject.h:314:13: note: candidate function template not viable: requires 3 arguments, but 4 were provided |
[2020-09-30T11:47:49.970Z] connect(const typename QtPrivate::FunctionPointer<Func1>::Object *sender, Func1 signal, Func2 slot) |
[2020-09-30T11:47:49.970Z] ^ |
[2020-09-30T11:47:50.227Z] 1 warning generated. |
[2020-09-30T11:47:50.227Z] 1 error generated. |
[2020-09-30T11:47:50.227Z] /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-30T11:47:50.227Z] return QAbstractListModel::roleNames().unite({ |
[2020-09-30T11:47:50.227Z] ^ |
[2020-09-30T11:47:50.227Z] /usr/local/include/qt5/QtCore/qhash.h:535:5: note: 'unite' has been explicitly marked deprecated here |
[2020-09-30T11:47:50.227Z] QT_DEPRECATED_VERSION_X_5_15("Use QMultiHash for hashes storing multiple values with the same key.") QHash &unite(const QHash &other); |
[2020-09-30T11:47:50.227Z] ^ |
[2020-09-30T11:47:50.227Z] /usr/local/include/qt5/QtCore/qglobal.h:372:45: note: expanded from macro 'QT_DEPRECATED_VERSION_X_5_15' |
[2020-09-30T11:47:50.227Z] # define QT_DEPRECATED_VERSION_X_5_15(text) QT_DEPRECATED_X(text) |
[2020-09-30T11:47:50.227Z] ^ |
[2020-09-30T11:47:50.227Z] /usr/local/include/qt5/QtCore/qglobal.h:294:33: note: expanded from macro 'QT_DEPRECATED_X' |
[2020-09-30T11:47:50.227Z] # define QT_DEPRECATED_X(text) Q_DECL_DEPRECATED_X(text) |
[2020-09-30T11:47:50.227Z] ^ |
[2020-09-30T11:47:50.227Z] /usr/local/include/qt5/QtCore/qcompilerdetection.h:675:55: note: expanded from macro 'Q_DECL_DEPRECATED_X' |
[2020-09-30T11:47:50.227Z] # define Q_DECL_DEPRECATED_X(text) __attribute__ ((__deprecated__(text))) |
[2020-09-30T11:47:50.227Z] ^ |
[2020-09-30T11:47:50.227Z] gmake[2]: *** [sensors/CMakeFiles/Sensors.dir/build.make:172: sensors/CMakeFiles/Sensors.dir/SensorDaemonInterface.cpp.o] Error 1 |
[2020-09-30T11:47:50.227Z] gmake[2]: *** Waiting for unfinished jobs.... |
[2020-09-30T11:47:50.227Z] /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-30T11:47:50.227Z] int ProcessDataModel::columnCount(const QModelIndex &parent) const |
[2020-09-30T11:47:50.227Z] ^ |
[2020-09-30T11:47:50.491Z] 1 warning generated. |
[2020-09-30T11:47:50.491Z] gmake[1]: *** [CMakeFiles/Makefile2:1123: sensors/CMakeFiles/Sensors.dir/all] Error 2 |
[2020-09-30T11:47:50.491Z] gmake[1]: *** Waiting for unfinished jobs.... |
[2020-09-30T11:47:50.491Z] 1 warning generated. |
[2020-09-30T11:47:51.076Z] [ 49%] Linking CXX shared library ../bin/libprocesscore.so |
[2020-09-30T11:47:51.076Z] [ 49%] Built target processcore |
[2020-09-30T11:47:51.076Z] gmake: *** [Makefile:161: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2020-09-30T11:47:51.096Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |