CONSOLE OUTPUT
|
[...truncated 388 lines...] |
[2021-05-13T12:43:31.339Z] m_sysctlSensors.append({freq, temp}); |
[2021-05-13T12:43:31.339Z] ^ |
[2021-05-13T12:43:31.339Z] /usr/include/c++/v1/iterator:902:53: note: candidate function not viable: no known conversion from 'KSysGuard::SysctlSensor<int>' to 'const typename QVector<SysctlSensor<int> *>::value_type' (aka 'SysctlSensor<int> *const') for 1st argument |
[2021-05-13T12:43:31.339Z] _LIBCPP_INLINE_VISIBILITY back_insert_iterator& operator=(const typename _Container::value_type& __value_) |
[2021-05-13T12:43:31.339Z] ^ |
[2021-05-13T12:43:31.339Z] /usr/include/c++/v1/iterator:905:53: note: candidate function not viable: no known conversion from 'KSysGuard::SysctlSensor<int>' to 'typename QVector<SysctlSensor<int> *>::value_type' (aka 'SysctlSensor<int> *') for 1st argument |
[2021-05-13T12:43:31.339Z] _LIBCPP_INLINE_VISIBILITY back_insert_iterator& operator=(typename _Container::value_type&& __value_) |
[2021-05-13T12:43:31.339Z] ^ |
[2021-05-13T12:43:31.339Z] /usr/include/c++/v1/iterator:889:28: note: candidate function (the implicit copy assignment operator) not viable: no known conversion from 'KSysGuard::SysctlSensor<int>' to 'const std::__1::back_insert_iterator<QVector<SysctlSensor<int> *> >' for 1st argument |
[2021-05-13T12:43:31.339Z] class _LIBCPP_TEMPLATE_VIS back_insert_iterator |
[2021-05-13T12:43:31.339Z] ^ |
[2021-05-13T12:43:31.339Z] /usr/include/c++/v1/iterator:889:28: note: candidate function (the implicit move assignment operator) not viable: no known conversion from 'KSysGuard::SysctlSensor<int>' to 'std::__1::back_insert_iterator<QVector<SysctlSensor<int> *> >' for 1st argument |
[2021-05-13T12:43:31.339Z] In file included from /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/cpu/freebsdcpuplugin.cpp:7: |
[2021-05-13T12:43:31.339Z] In file included from /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/cpu/freebsdcpuplugin.h:10: |
[2021-05-13T12:43:31.339Z] In file included from /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/cpu/cpu.h:10: |
[2021-05-13T12:43:31.339Z] In file included from /usr/home/jenkins/install-prefix/include/ksysguard/systemstats/SensorObject.h:24: |
[2021-05-13T12:43:31.339Z] In file included from /usr/local/include/qt5/QtCore/QObject:1: |
[2021-05-13T12:43:31.339Z] In file included from /usr/local/include/qt5/QtCore/qobject.h:46: |
[2021-05-13T12:43:31.339Z] In file included from /usr/local/include/qt5/QtCore/qobjectdefs.h:48: |
[2021-05-13T12:43:31.339Z] In file included from /usr/local/include/qt5/QtCore/qnamespace.h:43: |
[2021-05-13T12:43:31.339Z] In file included from /usr/local/include/qt5/QtCore/qglobal.h:142: |
[2021-05-13T12:43:31.339Z] /usr/include/c++/v1/algorithm:1710:12: error: no matching function for call to '__copy_constexpr' |
[2021-05-13T12:43:31.339Z] return __copy_constexpr(__first, __last, __result); |
[2021-05-13T12:43:31.339Z] ^~~~~~~~~~~~~~~~ |
[2021-05-13T12:43:31.339Z] /usr/include/c++/v1/algorithm:1738:23: note: in instantiation of function template specialization 'std::__1::__copy<KSysGuard::SysctlSensor<int> *, std::__1::back_insert_iterator<QVector<SysctlSensor<int> *> > >' requested here |
[2021-05-13T12:43:31.339Z] return _VSTD::__copy( |
[2021-05-13T12:43:31.339Z] ^ |
[2021-05-13T12:43:31.339Z] /usr/local/include/qt5/QtCore/qvector.h:577:10: note: in instantiation of function template specialization 'std::__1::copy<KSysGuard::SysctlSensor<int> *, std::__1::back_insert_iterator<QVector<SysctlSensor<int> *> > >' requested here |
[2021-05-13T12:43:31.339Z] std::copy(first, last, std::back_inserter(*this)); |
[2021-05-13T12:43:31.339Z] ^ |
[2021-05-13T12:43:31.339Z] /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/cpu/freebsdcpuplugin.cpp:38:28: note: in instantiation of function template specialization 'QVector<SysctlSensor<int> *>::QVector<KSysGuard::SysctlSensor<int> *, true>' requested here |
[2021-05-13T12:43:31.339Z] m_sysctlSensors.append({freq, temp}); |
[2021-05-13T12:43:31.339Z] ^ |
[2021-05-13T12:43:31.339Z] /usr/include/c++/v1/__string:218:9: note: candidate function template not viable: no known conversion from 'std::__1::back_insert_iterator<QVector<SysctlSensor<int> *> >' to 'size_t' (aka 'unsigned long') for 3rd argument |
[2021-05-13T12:43:31.339Z] _CharT* __copy_constexpr(_CharT* __s1, const _CharT* __s2, size_t __n) _NOEXCEPT |
[2021-05-13T12:43:31.339Z] ^ |
[2021-05-13T12:43:31.339Z] /usr/include/c++/v1/algorithm:1698:1: note: candidate template ignored: substitution failure [with _InputIterator = KSysGuard::SysctlSensor<int> *, _OutputIterator = std::__1::back_insert_iterator<QVector<SysctlSensor<int> *> >] |
[2021-05-13T12:43:31.339Z] __copy_constexpr(_InputIterator __first, _InputIterator __last, _OutputIterator __result) |
[2021-05-13T12:43:31.339Z] ^ |
[2021-05-13T12:43:31.339Z] 4 errors generated. |
[2021-05-13T12:43:31.339Z] gmake[2]: *** [plugins/cpu/CMakeFiles/ksystemstats_plugin_cpu.dir/build.make:134: plugins/cpu/CMakeFiles/ksystemstats_plugin_cpu.dir/freebsdcpuplugin.cpp.o] Error 1 |
[2021-05-13T12:43:31.339Z] [ 49%] Building CXX object plugins/network/CMakeFiles/ksystemstats_plugin_network.dir/NetworkPlugin.cpp.o |
[2021-05-13T12:43:31.339Z] gmake[2]: *** Waiting for unfinished jobs.... |
[2021-05-13T12:43:31.339Z] [ 50%] Building CXX object plugins/network/CMakeFiles/ksystemstats_plugin_network.dir/NetworkDevice.cpp.o |
[2021-05-13T12:43:31.339Z] gmake[1]: *** [CMakeFiles/Makefile2:742: plugins/cpu/CMakeFiles/ksystemstats_plugin_cpu.dir/all] Error 2 |
[2021-05-13T12:43:31.339Z] gmake[1]: *** Waiting for unfinished jobs.... |
[2021-05-13T12:43:31.339Z] [ 53%] Building CXX object plugins/network/CMakeFiles/ksystemstats_plugin_network.dir/NetworkBackend.cpp.o |
[2021-05-13T12:43:31.339Z] [ 53%] Building CXX object src/CMakeFiles/ksystemstats_core.dir/daemon.cpp.o |
[2021-05-13T12:43:31.339Z] [ 55%] Building CXX object plugins/memory/CMakeFiles/ksystemstats_plugin_memory.dir/freebsdbackend.cpp.o |
[2021-05-13T12:43:31.339Z] [ 57%] Building CXX object src/CMakeFiles/ksystemstats_core.dir/client.cpp.o |
[2021-05-13T12:43:31.612Z] [ 57%] Built target ksystemstats_plugin_power |
[2021-05-13T12:43:31.612Z] [ 58%] Building CXX object plugins/gpu/CMakeFiles/ksystemstats_plugin_gpu.dir/GpuBackend.cpp.o |
[2021-05-13T12:43:32.618Z] [ 60%] Building CXX object plugins/network/CMakeFiles/ksystemstats_plugin_network.dir/AllDevicesObject.cpp.o |
[2021-05-13T12:43:32.618Z] [ 61%] Building CXX object plugins/gpu/CMakeFiles/ksystemstats_plugin_gpu.dir/GpuDevice.cpp.o |
[2021-05-13T12:43:32.618Z] In file included from /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/memory/freebsdbackend.cpp:11: |
[2021-05-13T12:43:32.618Z] /usr/home/jenkins/install-prefix/include/ksysguard/systemstats/SysctlSensor.h:22:10: error: 'SensorProperty.h' file not found with <angled> include; use "quotes" instead |
[2021-05-13T12:43:32.618Z] #include <SensorProperty.h> |
[2021-05-13T12:43:32.618Z] ^ |
[2021-05-13T12:43:32.618Z] [ 63%] Building CXX object src/CMakeFiles/ksystemstats_core.dir/ksystemstatsadaptor.cpp.o |
[2021-05-13T12:43:32.618Z] [ 65%] Building CXX object plugins/gpu/CMakeFiles/ksystemstats_plugin_gpu.dir/LinuxAmdGpu.cpp.o |
[2021-05-13T12:43:32.618Z] [ 66%] Linking CXX executable ../../bin/kstatsviewer |
[2021-05-13T12:43:32.905Z] [ 68%] Building CXX object plugins/gpu/CMakeFiles/ksystemstats_plugin_gpu.dir/LinuxNvidiaGpu.cpp.o |
[2021-05-13T12:43:32.905Z] [ 69%] Building CXX object plugins/gpu/CMakeFiles/ksystemstats_plugin_gpu.dir/LinuxBackend.cpp.o |
[2021-05-13T12:43:32.905Z] [ 69%] Built target kstatsviewer |
[2021-05-13T12:43:32.905Z] [ 71%] Building CXX object plugins/gpu/CMakeFiles/ksystemstats_plugin_gpu.dir/NvidiaSmiProcess.cpp.o |
[2021-05-13T12:43:32.905Z] /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/memory/freebsdbackend.cpp:21:12: error: use of undeclared identifier 'sysctlbyname' |
[2021-05-13T12:43:32.905Z] return sysctlbyname(name, buffer, &size, nullptr, 0) != -1; |
[2021-05-13T12:43:32.905Z] ^ |
[2021-05-13T12:43:32.905Z] /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/memory/freebsdbackend.cpp:93:9: note: in instantiation of function template specialization 'readSysctl<unsigned int>' requested here |
[2021-05-13T12:43:32.905Z] if (readSysctl("vm.stats.vm.v_active_count", &activePages) && readSysctl("vm.stats.vm.v_inactive_count", &inactivePages)) { |
[2021-05-13T12:43:32.905Z] ^ |
[2021-05-13T12:43:32.905Z] 2 errors generated. |
[2021-05-13T12:43:33.173Z] gmake[2]: *** [plugins/memory/CMakeFiles/ksystemstats_plugin_memory.dir/build.make:121: plugins/memory/CMakeFiles/ksystemstats_plugin_memory.dir/freebsdbackend.cpp.o] Error 1 |
[2021-05-13T12:43:33.173Z] gmake[1]: *** [CMakeFiles/Makefile2:796: plugins/memory/CMakeFiles/ksystemstats_plugin_memory.dir/all] Error 2 |
[2021-05-13T12:43:33.173Z] [ 73%] Building CXX object plugins/gpu/CMakeFiles/ksystemstats_plugin_gpu.dir/AllGpus.cpp.o |
[2021-05-13T12:43:33.445Z] [ 74%] Linking CXX shared module ../../bin/ksystemstats_plugin_osinfo.so |
[2021-05-13T12:43:33.445Z] [ 74%] Built target ksystemstats_plugin_osinfo |
[2021-05-13T12:43:33.703Z] /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/src/daemon.cpp:88:93: warning: lambda capture 'this' is not used [-Wunused-lambda-capture] |
[2021-05-13T12:43:33.703Z] const auto plugins = KPluginLoader::instantiatePlugins(QStringLiteral("ksystemstats"), [this, &knownPlugins](const KPluginMetaData &metaData) { |
[2021-05-13T12:43:33.703Z] ^~~~~ |
[2021-05-13T12:43:34.278Z] [ 76%] Linking CXX shared module ../../bin/ksystemstats_plugin_network.so |
[2021-05-13T12:43:34.278Z] [ 76%] Built target ksystemstats_plugin_network |
[2021-05-13T12:43:34.278Z] /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/gpu/LinuxBackend.cpp:20:20: warning: unused variable 'intelVendor' [-Wunused-variable] |
[2021-05-13T12:43:34.278Z] static const char *intelVendor = "0x8086"; |
[2021-05-13T12:43:34.278Z] ^ |
[2021-05-13T12:43:34.278Z] 1 warning generated. |
[2021-05-13T12:43:34.278Z] 1 warning generated. |
[2021-05-13T12:43:34.534Z] [ 77%] Linking CXX shared module ../../bin/ksystemstats_plugin_gpu.so |
[2021-05-13T12:43:34.534Z] [ 77%] Built target ksystemstats_plugin_gpu |
[2021-05-13T12:43:34.789Z] [ 79%] Linking CXX static library ../lib/libksystemstats_core.a |
[2021-05-13T12:43:35.046Z] [ 79%] Built target ksystemstats_core |
[2021-05-13T12:43:35.046Z] gmake: *** [Makefile:160: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-05-13T12:43:35.095Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |