CONSOLE OUTPUT
|
[...truncated 662 lines...] |
[2021-01-07T12:49:37.685Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:193:22: warning: array subscript is of type 'char' [-Wchar-subscripts] |
[2021-01-07T12:49:37.685Z] ++statcnt[prev_list[prev_sorted[proc]].ki_stat]; |
[2021-01-07T12:49:37.685Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:243:24: warning: comparison of array 'ps->ki_comm' not equal to a null pointer is always true [-Wtautological-pointer-compare] |
[2021-01-07T12:49:37.940Z] } else if (ps->ki_comm != NULL) |
[2021-01-07T12:49:37.940Z] ~~~~^~~~~~~ ~~~~ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:246:18: warning: assigning to 'char *' from 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] |
[2021-01-07T12:49:37.940Z] name = "????"; |
[2021-01-07T12:49:37.940Z] ^ ~~~~~~ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:256:25: warning: comparison of array 'ps->ki_wmesg' not equal to a null pointer is always true [-Wtautological-pointer-compare] |
[2021-01-07T12:49:37.940Z] if (ps->ki_wmesg != NULL) { |
[2021-01-07T12:49:37.940Z] ~~~~^~~~~~~~ ~~~~ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:203:35: warning: unused parameter 'cmd' [-Wunused-parameter] |
[2021-01-07T12:49:37.940Z] void printProcessList(const char* cmd) |
[2021-01-07T12:49:37.940Z] ^ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:320:39: warning: unused parameter 'cmd' [-Wunused-parameter] |
[2021-01-07T12:49:37.940Z] void printProcessListInfo(const char* cmd) |
[2021-01-07T12:49:37.940Z] ^ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:326:36: warning: unused parameter 'cmd' [-Wunused-parameter] |
[2021-01-07T12:49:37.940Z] void printProcessCount(const char *cmd) { |
[2021-01-07T12:49:37.940Z] ^ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:330:40: warning: unused parameter 'cmd' [-Wunused-parameter] |
[2021-01-07T12:49:37.940Z] void printProcessCountInfo(const char *cmd) { |
[2021-01-07T12:49:37.940Z] ^ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:346:39: warning: initializing 'char *const' with an _expression_ of type 'const char [1]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] |
[2021-01-07T12:49:37.940Z] static char *const statnames[] = {"", "Idle", "Running", "Sleeping", "Stopped", "Zombie", "Waiting", "Locked" }; |
[2021-01-07T12:49:37.940Z] ^~ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:346:43: warning: initializing 'char *const' with an _expression_ of type 'const char [5]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] |
[2021-01-07T12:49:37.940Z] static char *const statnames[] = {"", "Idle", "Running", "Sleeping", "Stopped", "Zombie", "Waiting", "Locked" }; |
[2021-01-07T12:49:37.940Z] ^~~~~~ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:346:51: warning: initializing 'char *const' with an _expression_ of type 'const char [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] |
[2021-01-07T12:49:37.940Z] static char *const statnames[] = {"", "Idle", "Running", "Sleeping", "Stopped", "Zombie", "Waiting", "Locked" }; |
[2021-01-07T12:49:37.940Z] ^~~~~~~~~ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:346:62: warning: initializing 'char *const' with an _expression_ of type 'const char [9]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] |
[2021-01-07T12:49:37.940Z] static char *const statnames[] = {"", "Idle", "Running", "Sleeping", "Stopped", "Zombie", "Waiting", "Locked" }; |
[2021-01-07T12:49:37.940Z] ^~~~~~~~~~ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:346:74: warning: initializing 'char *const' with an _expression_ of type 'const char [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] |
[2021-01-07T12:49:37.940Z] static char *const statnames[] = {"", "Idle", "Running", "Sleeping", "Stopped", "Zombie", "Waiting", "Locked" }; |
[2021-01-07T12:49:37.940Z] ^~~~~~~~~ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:346:85: warning: initializing 'char *const' with an _expression_ of type 'const char [7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] |
[2021-01-07T12:49:37.940Z] static char *const statnames[] = {"", "Idle", "Running", "Sleeping", "Stopped", "Zombie", "Waiting", "Locked" }; |
[2021-01-07T12:49:37.940Z] ^~~~~~~~ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:346:95: warning: initializing 'char *const' with an _expression_ of type 'const char [8]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] |
[2021-01-07T12:49:37.940Z] static char *const statnames[] = {"", "Idle", "Running", "Sleeping", "Stopped", "Zombie", "Waiting", "Locked" }; |
[2021-01-07T12:49:37.940Z] ^~~~~~~~~ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:346:106: warning: initializing 'char *const' with an _expression_ of type 'const char [7]' discards qualifiers [-Wincompatible-pointer-types-discards-qualifiers] |
[2021-01-07T12:49:37.940Z] static char *const statnames[] = {"", "Idle", "Running", "Sleeping", "Stopped", "Zombie", "Waiting", "Locked" }; |
[2021-01-07T12:49:37.940Z] ^~~~~~~~ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:356:33: warning: unused parameter 'cmd' [-Wunused-parameter] |
[2021-01-07T12:49:37.940Z] void printProcSpawn(const char *cmd) { |
[2021-01-07T12:49:37.940Z] ^ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:360:37: warning: unused parameter 'cmd' [-Wunused-parameter] |
[2021-01-07T12:49:37.940Z] void printProcSpawnInfo(const char *cmd) { |
[2021-01-07T12:49:37.940Z] ^ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:364:31: warning: unused parameter 'cmd' [-Wunused-parameter] |
[2021-01-07T12:49:37.940Z] void printLastPID(const char *cmd) { |
[2021-01-07T12:49:37.940Z] ^ |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/ksysguardd/FreeBSD/ProcessList.c:368:35: warning: unused parameter 'cmd' [-Wunused-parameter] |
[2021-01-07T12:49:37.940Z] void printLastPIDInfo(const char *cmd) { |
[2021-01-07T12:49:37.940Z] ^ |
[2021-01-07T12:49:37.940Z] In file included from /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/plugins/process/network/helper/Accumulator.cpp:25: |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/plugins/process/network/helper/ConnectionMapping.h:29:10: fatal error: 'netlink/socket.h' file not found |
[2021-01-07T12:49:37.940Z] #include <netlink/socket.h> |
[2021-01-07T12:49:37.940Z] ^~~~~~~~~~~~~~~~~~ |
[2021-01-07T12:49:37.940Z] 29 warnings generated. |
[2021-01-07T12:49:37.940Z] 1 error generated. |
[2021-01-07T12:49:37.940Z] gmake[2]: *** [plugins/process/network/helper/CMakeFiles/ksgrd_network_helper.dir/build.make:147: plugins/process/network/helper/CMakeFiles/ksgrd_network_helper.dir/Accumulator.cpp.o] Error 1 |
[2021-01-07T12:49:37.940Z] [ 20%] Linking CXX static library ../../lib/liblibksysguardd.a |
[2021-01-07T12:49:37.940Z] In file included from /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/plugins/process/network/helper/ConnectionMapping.cpp:23: |
[2021-01-07T12:49:37.940Z] /usr/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 FreeBSDQt5.15/plugins/process/network/helper/ConnectionMapping.h:29:10: fatal error: 'netlink/socket.h' file not found |
[2021-01-07T12:49:37.940Z] #include <netlink/socket.h> |
[2021-01-07T12:49:37.940Z] ^~~~~~~~~~~~~~~~~~ |
[2021-01-07T12:49:37.940Z] [ 21%] Building CXX object libkstats/CMakeFiles/ksgrdbackend.dir/AggregateSensor.cpp.o |
[2021-01-07T12:49:37.940Z] [ 21%] Building CXX object libkstats/CMakeFiles/ksgrdbackend.dir/SensorObject.cpp.o |
[2021-01-07T12:49:37.940Z] [ 21%] Built target libksysguardd |
[2021-01-07T12:49:37.941Z] [ 22%] Building CXX object libkstats/CMakeFiles/ksgrdbackend.dir/SensorContainer.cpp.o |
[2021-01-07T12:49:37.941Z] [ 22%] Built target doc-index-cache-bz2 |
[2021-01-07T12:49:37.941Z] [ 23%] Building CXX object libkstats/CMakeFiles/ksgrdbackend.dir/SensorPlugin.cpp.o |
[2021-01-07T12:49:37.941Z] 1 error generated. |
[2021-01-07T12:49:37.941Z] gmake[2]: *** [plugins/process/network/helper/CMakeFiles/ksgrd_network_helper.dir/build.make:134: plugins/process/network/helper/CMakeFiles/ksgrd_network_helper.dir/ConnectionMapping.cpp.o] Error 1 |
[2021-01-07T12:49:37.941Z] gmake[1]: *** [CMakeFiles/Makefile2:1706: plugins/process/network/helper/CMakeFiles/ksgrd_network_helper.dir/all] Error 2 |
[2021-01-07T12:49:37.941Z] gmake[1]: *** Waiting for unfinished jobs.... |
[2021-01-07T12:49:37.941Z] [ 23%] Building CXX object libkstats/CMakeFiles/ksgrdbackend.dir/SensorProperty.cpp.o |
[2021-01-07T12:49:38.511Z] [ 23%] Built target kdeinit_ksysguard_autogen |
[2021-01-07T12:49:38.511Z] [ 24%] Building CXX object libkstats/CMakeFiles/ksgrdbackend.dir/SysFsSensor.cpp.o |
[2021-01-07T12:49:39.072Z] [ 25%] Linking CXX shared module ../../../bin/ksysguard_plugin_network.so |
[2021-01-07T12:49:39.072Z] [ 25%] Built target ksysguard_plugin_network |
[2021-01-07T12:49:39.072Z] [ 25%] Linking CXX shared module ../../../bin/ksysguard_plugin_nvidia.so |
[2021-01-07T12:49:39.072Z] [ 25%] Built target ksysguard_plugin_nvidia |
[2021-01-07T12:49:39.327Z] [ 25%] Linking CXX shared library ../bin/libksgrdbackend.so |
[2021-01-07T12:49:39.327Z] [ 25%] Built target ksgrdbackend |
[2021-01-07T12:49:39.327Z] gmake: *** [Makefile:160: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-01-07T12:49:39.354Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |