BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/ksystemstats/job/kf5-qt5%20FreeBSDQt5.15/3/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Thu, 13 May 2021 12:48:43 +0000
Build duration: 1 min 30 sec and counting


CONSOLE OUTPUT
[...truncated 396 lines...]
[2021-05-13T12:50:11.585Z] Scanning dependencies of target ksystemstatstest_autogen
[2021-05-13T12:50:11.585Z] [ 76%] Automatic MOC for target ksystemstatstest
[2021-05-13T12:50:11.585Z] In file included from /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/cpu/freebsdcpuplugin.cpp:7:
[2021-05-13T12:50:11.585Z] In file included from /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/cpu/freebsdcpuplugin.h:10:
[2021-05-13T12:50:11.585Z] In file included from /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/cpu/cpu.h:10:
[2021-05-13T12:50:11.585Z] In file included from /usr/home/jenkins/install-prefix/include/ksysguard/systemstats/SensorObject.h:24:
[2021-05-13T12:50:11.585Z] In file included from /usr/local/include/qt5/QtCore/QObject:1:
[2021-05-13T12:50:11.585Z] In file included from /usr/local/include/qt5/QtCore/qobject.h:46:
[2021-05-13T12:50:11.585Z] In file included from /usr/local/include/qt5/QtCore/qobjectdefs.h:48:
[2021-05-13T12:50:11.585Z] In file included from /usr/local/include/qt5/QtCore/qnamespace.h:43:
[2021-05-13T12:50:11.585Z] In file included from /usr/local/include/qt5/QtCore/qglobal.h:142:
[2021-05-13T12:50:11.585Z] /usr/include/c++/v1/algorithm:1701:19: error: no viable overloaded '='
[2021-05-13T12:50:11.585Z] *__result = *__first;
[2021-05-13T12:50:11.585Z] ~~~~~~~~~ ^ ~~~~~~~~
[2021-05-13T12:50:11.585Z] /usr/include/c++/v1/algorithm:1735:23: note: in instantiation of function template specialization 'std::__1::__copy_constexpr<KSysGuard::SysctlSensor<int> *, std::__1::back_insert_iterator<QVector<SysctlSensor<int> *> > >' requested here
[2021-05-13T12:50:11.585Z] return _VSTD::__copy_constexpr(
[2021-05-13T12:50:11.585Z] ^
[2021-05-13T12:50:11.585Z] /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:50:11.585Z] std::copy(first, last, std::back_inserter(*this));
[2021-05-13T12:50:11.585Z] ^
[2021-05-13T12:50:11.585Z] /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:50:11.585Z] m_sysctlSensors.append({freq, temp});
[2021-05-13T12:50:11.585Z] ^
[2021-05-13T12:50:11.585Z] /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:50:11.585Z] _LIBCPP_INLINE_VISIBILITY back_insert_iterator& operator=(const typename _Container::value_type& __value_)
[2021-05-13T12:50:11.585Z] ^
[2021-05-13T12:50:11.585Z] /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:50:11.585Z] _LIBCPP_INLINE_VISIBILITY back_insert_iterator& operator=(typename _Container::value_type&& __value_)
[2021-05-13T12:50:11.585Z] ^
[2021-05-13T12:50:11.585Z] /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:50:11.585Z] class _LIBCPP_TEMPLATE_VIS back_insert_iterator
[2021-05-13T12:50:11.585Z] ^
[2021-05-13T12:50:11.585Z] /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:50:11.585Z] In file included from /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/cpu/freebsdcpuplugin.cpp:7:
[2021-05-13T12:50:11.585Z] In file included from /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/cpu/freebsdcpuplugin.h:10:
[2021-05-13T12:50:11.585Z] In file included from /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/cpu/cpu.h:10:
[2021-05-13T12:50:11.586Z] In file included from /usr/home/jenkins/install-prefix/include/ksysguard/systemstats/SensorObject.h:24:
[2021-05-13T12:50:11.586Z] In file included from /usr/local/include/qt5/QtCore/QObject:1:
[2021-05-13T12:50:11.586Z] In file included from /usr/local/include/qt5/QtCore/qobject.h:46:
[2021-05-13T12:50:11.586Z] In file included from /usr/local/include/qt5/QtCore/qobjectdefs.h:48:
[2021-05-13T12:50:11.586Z] In file included from /usr/local/include/qt5/QtCore/qnamespace.h:43:
[2021-05-13T12:50:11.586Z] In file included from /usr/local/include/qt5/QtCore/qglobal.h:142:
[2021-05-13T12:50:11.586Z] /usr/include/c++/v1/algorithm:1710:12: error: no matching function for call to '__copy_constexpr'
[2021-05-13T12:50:11.586Z] return __copy_constexpr(__first, __last, __result);
[2021-05-13T12:50:11.586Z] ^~~~~~~~~~~~~~~~
[2021-05-13T12:50:11.586Z] /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:50:11.586Z] return _VSTD::__copy(
[2021-05-13T12:50:11.586Z] ^
[2021-05-13T12:50:11.586Z] /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:50:11.586Z] std::copy(first, last, std::back_inserter(*this));
[2021-05-13T12:50:11.586Z] ^
[2021-05-13T12:50:11.586Z] /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:50:11.586Z] m_sysctlSensors.append({freq, temp});
[2021-05-13T12:50:11.586Z] ^
[2021-05-13T12:50:11.586Z] /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:50:11.586Z] _CharT* __copy_constexpr(_CharT* __s1, const _CharT* __s2, size_t __n) _NOEXCEPT
[2021-05-13T12:50:11.586Z] ^
[2021-05-13T12:50:11.843Z] /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:50:11.843Z] __copy_constexpr(_InputIterator __first, _InputIterator __last, _OutputIterator __result)
[2021-05-13T12:50:11.843Z] ^
[2021-05-13T12:50:11.843Z] 4 errors generated.
[2021-05-13T12:50:11.843Z] 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:50:11.843Z] gmake[1]: *** [CMakeFiles/Makefile2:742: plugins/cpu/CMakeFiles/ksystemstats_plugin_cpu.dir/all] Error 2
[2021-05-13T12:50:11.843Z] gmake[1]: *** Waiting for unfinished jobs....
[2021-05-13T12:50:11.843Z] [ 77%] Building CXX object plugins/memory/CMakeFiles/ksystemstats_plugin_memory.dir/freebsdbackend.cpp.o
[2021-05-13T12:50:12.099Z] [ 79%] Building CXX object plugins/gpu/CMakeFiles/ksystemstats_plugin_gpu.dir/LinuxNvidiaGpu.cpp.o
[2021-05-13T12:50:12.099Z] [ 80%] Building CXX object plugins/gpu/CMakeFiles/ksystemstats_plugin_gpu.dir/LinuxBackend.cpp.o
[2021-05-13T12:50:13.030Z] [ 80%] Built target ksystemstatstest_autogen
[2021-05-13T12:50:13.030Z] [ 82%] Building CXX object plugins/gpu/CMakeFiles/ksystemstats_plugin_gpu.dir/NvidiaSmiProcess.cpp.o
[2021-05-13T12:50:13.030Z] [ 84%] Building CXX object plugins/gpu/CMakeFiles/ksystemstats_plugin_gpu.dir/AllGpus.cpp.o
[2021-05-13T12:50:13.310Z] In file included from /usr/home/jenkins/workspace/Plasma/ksystemstats/kf5-qt5 FreeBSDQt5.15/plugins/memory/freebsdbackend.cpp:11:
[2021-05-13T12:50:13.310Z] /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:50:13.310Z] #include <SensorProperty.h>
[2021-05-13T12:50:13.310Z] ^
[2021-05-13T12:50:13.567Z] /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:50:13.567Z] return sysctlbyname(name, buffer, &size, nullptr, 0) != -1;
[2021-05-13T12:50:13.567Z] ^
[2021-05-13T12:50:13.567Z] /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:50:13.567Z] if (readSysctl("vm.stats.vm.v_active_count", &activePages) && readSysctl("vm.stats.vm.v_inactive_count", &inactivePages)) {
[2021-05-13T12:50:13.567Z] ^
[2021-05-13T12:50:13.567Z] 2 errors generated.
[2021-05-13T12:50:13.567Z] 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:50:13.567Z] gmake[1]: *** [CMakeFiles/Makefile2:796: plugins/memory/CMakeFiles/ksystemstats_plugin_memory.dir/all] Error 2
[2021-05-13T12:50:13.825Z] /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:50:13.825Z] static const char *intelVendor = "0x8086";
[2021-05-13T12:50:13.825Z] ^
[2021-05-13T12:50:13.825Z] [ 85%] Linking CXX shared module ../../bin/ksystemstats_plugin_osinfo.so
[2021-05-13T12:50:13.825Z] 1 warning generated.
[2021-05-13T12:50:13.825Z] [ 85%] Built target ksystemstats_plugin_osinfo
[2021-05-13T12:50:14.761Z] [ 87%] Linking CXX shared module ../../bin/ksystemstats_plugin_gpu.so
[2021-05-13T12:50:14.761Z] [ 87%] Built target ksystemstats_plugin_gpu
[2021-05-13T12:50:14.761Z] gmake: *** [Makefile:160: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-05-13T12:50:14.774Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to