CONSOLE OUTPUT
|
[...truncated 429 lines...] |
[2020-03-20T09:52:22.622Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c: In function ���registerBatteryRate���: |
[2020-03-20T09:52:22.622Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c:84:63: warning: ���%s��� directive output may be truncated writing up to 63 bytes into a region of size between 39 and 49 [-Wformat-truncation=] |
[2020-03-20T09:52:22.622Z] 84 | snprintf(sensorName, sizeof(sensorName), "acpi/Battery/%d-%s/Rate", number, name); |
[2020-03-20T09:52:22.622Z] | ^~ ~~~~ |
[2020-03-20T09:52:22.622Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c:84:5: note: ���snprintf��� output between 21 and 94 bytes into a destination of size 64 |
[2020-03-20T09:52:22.622Z] 84 | snprintf(sensorName, sizeof(sensorName), "acpi/Battery/%d-%s/Rate", number, name); |
[2020-03-20T09:52:22.622Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-03-20T09:52:22.622Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c: In function ���registerThermalZone���: |
[2020-03-20T09:52:22.622Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c:255:68: warning: ���%s��� directive output may be truncated writing up to 63 bytes into a region of size between 34 and 44 [-Wformat-truncation=] |
[2020-03-20T09:52:22.622Z] 255 | snprintf(sensorName, sizeof(sensorName), "acpi/Thermal_Zone/%d-%s/Temperature", number, name); |
[2020-03-20T09:52:22.622Z] | ^~ ~~~~ |
[2020-03-20T09:52:22.622Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c:255:5: note: ���snprintf��� output between 33 and 106 bytes into a destination of size 64 |
[2020-03-20T09:52:22.622Z] 255 | snprintf(sensorName, sizeof(sensorName), "acpi/Thermal_Zone/%d-%s/Temperature", number, name); |
[2020-03-20T09:52:22.622Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-03-20T09:52:22.622Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c: In function ���registerCoolingDevice���: |
[2020-03-20T09:52:22.622Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c:267:70: warning: ���%s��� directive output may be truncated writing up to 63 bytes into a region of size between 32 and 42 [-Wformat-truncation=] |
[2020-03-20T09:52:22.622Z] 267 | snprintf(sensorName, sizeof(sensorName), "acpi/Cooling_Device/%d-%s/Activity", number, name); |
[2020-03-20T09:52:22.623Z] | ^~ ~~~~ |
[2020-03-20T09:52:22.623Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c:267:5: note: ���snprintf��� output between 32 and 105 bytes into a destination of size 64 |
[2020-03-20T09:52:22.623Z] 267 | snprintf(sensorName, sizeof(sensorName), "acpi/Cooling_Device/%d-%s/Activity", number, name); |
[2020-03-20T09:52:22.623Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-03-20T09:52:22.623Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c: In function ���initAcpiThermal���: |
[2020-03-20T09:52:22.623Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c:310:42: warning: ���%s��� directive output may be truncated writing up to 255 bytes into a region of size 46 [-Wformat-truncation=] |
[2020-03-20T09:52:22.623Z] 310 | "acpi/thermal_zone/%s/temperature", de->d_name); |
[2020-03-20T09:52:22.623Z] | ^~ |
[2020-03-20T09:52:22.624Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c:309:15: note: ���snprintf��� output between 31 and 286 bytes into a destination of size 64 |
[2020-03-20T09:52:22.624Z] 309 | snprintf(th_ref, sizeof(th_ref), |
[2020-03-20T09:52:22.624Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-03-20T09:52:22.624Z] 310 | "acpi/thermal_zone/%s/temperature", de->d_name); |
[2020-03-20T09:52:22.624Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-03-20T09:52:22.624Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c:324:33: warning: ���%s��� directive output may be truncated writing up to 255 bytes into a region of size 55 [-Wformat-truncation=] |
[2020-03-20T09:52:22.624Z] 324 | "acpi/fan/%s/state", de->d_name); |
[2020-03-20T09:52:22.624Z] | ^~ |
[2020-03-20T09:52:22.624Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/acpi.c:323:15: note: ���snprintf��� output between 16 and 271 bytes into a destination of size 64 |
[2020-03-20T09:52:22.624Z] 323 | snprintf(th_ref, sizeof(th_ref), |
[2020-03-20T09:52:22.624Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-03-20T09:52:22.624Z] 324 | "acpi/fan/%s/state", de->d_name); |
[2020-03-20T09:52:22.624Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-03-20T09:52:22.884Z] [ 20%] Building C object ksysguardd/Linux/CMakeFiles/libksysguardd.dir/Memory.c.o |
[2020-03-20T09:52:22.884Z] [ 21%] Building C object ksysguardd/Linux/CMakeFiles/libksysguardd.dir/netdev.c.o |
[2020-03-20T09:52:22.884Z] [ 23%] Building C object ksysguardd/Linux/CMakeFiles/libksysguardd.dir/netstat.c.o |
[2020-03-20T09:52:22.884Z] [ 26%] Building C object ksysguardd/Linux/CMakeFiles/libksysguardd.dir/ProcessList.c.o |
[2020-03-20T09:52:22.884Z] [ 26%] Building C object ksysguardd/Linux/CMakeFiles/libksysguardd.dir/stat.c.o |
[2020-03-20T09:52:22.884Z] [ 27%] Building C object ksysguardd/Linux/CMakeFiles/libksysguardd.dir/softraid.c.o |
[2020-03-20T09:52:22.884Z] [ 28%] Building C object ksysguardd/Linux/CMakeFiles/libksysguardd.dir/uptime.c.o |
[2020-03-20T09:52:22.884Z] [ 30%] Building C object ksysguardd/Linux/CMakeFiles/libksysguardd.dir/lmsensors.c.o |
[2020-03-20T09:52:22.884Z] [ 30%] Built target ksysguard_plugin_nvidia_autogen |
[2020-03-20T09:52:22.884Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/softraid.c:30: warning: "_GNU_SOURCE" redefined |
[2020-03-20T09:52:22.884Z] 30 | #define _GNU_SOURCE /* pipe2 */ |
[2020-03-20T09:52:22.884Z] | |
[2020-03-20T09:52:22.884Z] <command-line>: note: this is the location of the previous definition |
[2020-03-20T09:52:22.884Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/lmsensors.c: In function ���initLmSensors���: |
[2020-03-20T09:52:22.884Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/lmsensors.c:156:60: warning: ���%s��� directive output may be truncated writing up to 299 bytes into a region of size 290 [-Wformat-truncation=] |
[2020-03-20T09:52:22.884Z] 156 | snprintf( p->fullName, BUFFER_SIZE_LMSEN, "lmsensors/%s/%s", scnbuf, label ); |
[2020-03-20T09:52:22.884Z] | ^~ ~~~~~~ |
[2020-03-20T09:52:22.884Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/lmsensors.c:156:7: note: ���snprintf��� output 12 or more bytes (assuming 311) into a destination of size 300 |
[2020-03-20T09:52:22.884Z] 156 | snprintf( p->fullName, BUFFER_SIZE_LMSEN, "lmsensors/%s/%s", scnbuf, label ); |
[2020-03-20T09:52:22.884Z] | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2020-03-20T09:52:22.884Z] At top level: |
[2020-03-20T09:52:22.884Z] /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/ksysguardd/Linux/lmsensors.c:90:20: warning: ���chipName��� defined but not used [-Wunused-function] |
[2020-03-20T09:52:22.884Z] 90 | static const char *chipName(const sensors_chip_name *chip) { |
[2020-03-20T09:52:22.884Z] | ^~~~~~~~ |
[2020-03-20T09:52:22.884Z] Scanning dependencies of target ksysguard_plugin_nvidia |
[2020-03-20T09:52:22.884Z] [ 31%] Building CXX object plugins/process/nvidia/CMakeFiles/ksysguard_plugin_nvidia.dir/ksysguard_plugin_nvidia_autogen/mocs_compilation.cpp.o |
[2020-03-20T09:52:22.884Z] [ 33%] Building CXX object plugins/process/nvidia/CMakeFiles/ksysguard_plugin_nvidia.dir/nvidia.cpp.o |
[2020-03-20T09:52:23.144Z] [ 34%] Linking CXX static library ../../lib/liblibksysguardd.a |
[2020-03-20T09:52:23.144Z] In file included from /home/jenkins/install-prefix/include/ksysguard/processcore/unit.h:20, |
[2020-03-20T09:52:23.144Z] from /home/jenkins/install-prefix/include/ksysguard/processcore/process_attribute.h:24, |
[2020-03-20T09:52:23.144Z] from /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/plugins/process/nvidia/nvidia.h:24, |
[2020-03-20T09:52:23.144Z] from /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/plugins/process/nvidia/nvidia.cpp:21: |
[2020-03-20T09:52:23.144Z] /home/jenkins/install-prefix/include/ksysguard/formatter/Unit.h:25:10: fatal error: formatter_export.h: No such file or directory |
[2020-03-20T09:52:23.144Z] 25 | #include "formatter_export.h" |
[2020-03-20T09:52:23.144Z] | ^~~~~~~~~~~~~~~~~~~~ |
[2020-03-20T09:52:23.144Z] compilation terminated. |
[2020-03-20T09:52:23.144Z] make[2]: *** [plugins/process/nvidia/CMakeFiles/ksysguard_plugin_nvidia.dir/build.make:76: plugins/process/nvidia/CMakeFiles/ksysguard_plugin_nvidia.dir/nvidia.cpp.o] Error 1 |
[2020-03-20T09:52:23.144Z] make[2]: *** Waiting for unfinished jobs.... |
[2020-03-20T09:52:23.144Z] In file included from /home/jenkins/install-prefix/include/ksysguard/processcore/unit.h:20, |
[2020-03-20T09:52:23.144Z] from /home/jenkins/install-prefix/include/ksysguard/processcore/process_attribute.h:24, |
[2020-03-20T09:52:23.144Z] from /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/plugins/process/nvidia/nvidia.h:24, |
[2020-03-20T09:52:23.144Z] from /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/build/plugins/process/nvidia/ksysguard_plugin_nvidia_autogen/EWIEGA46WW/moc_nvidia.cpp:9, |
[2020-03-20T09:52:23.144Z] from /home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12/build/plugins/process/nvidia/ksysguard_plugin_nvidia_autogen/mocs_compilation.cpp:2: |
[2020-03-20T09:52:23.144Z] /home/jenkins/install-prefix/include/ksysguard/formatter/Unit.h:25:10: fatal error: formatter_export.h: No such file or directory |
[2020-03-20T09:52:23.144Z] 25 | #include "formatter_export.h" |
[2020-03-20T09:52:23.144Z] | ^~~~~~~~~~~~~~~~~~~~ |
[2020-03-20T09:52:23.144Z] compilation terminated. |
[2020-03-20T09:52:23.144Z] make[2]: *** [plugins/process/nvidia/CMakeFiles/ksysguard_plugin_nvidia.dir/build.make:63: plugins/process/nvidia/CMakeFiles/ksysguard_plugin_nvidia.dir/ksysguard_plugin_nvidia_autogen/mocs_compilation.cpp.o] Error 1 |
[2020-03-20T09:52:23.144Z] make[1]: *** [CMakeFiles/Makefile2:573: plugins/process/nvidia/CMakeFiles/ksysguard_plugin_nvidia.dir/all] Error 2 |
[2020-03-20T09:52:23.144Z] make[1]: *** Waiting for unfinished jobs.... |
[2020-03-20T09:52:23.144Z] [ 34%] Built target libksysguardd |
[2020-03-20T09:52:23.144Z] [ 34%] Built target kdeinit_ksysguard_autogen |
[2020-03-20T09:52:23.402Z] [ 34%] Built target doc-index-cache-bz2 |
[2020-03-20T09:52:23.402Z] make: *** [Makefile:141: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2020-03-20T09:52:23.773Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |