sa_common.c: In function 'check_net_edev_reg': sa_common.c:746:5: warning: 'strncpy' output may be truncated copying 15 bytes from a string of length 15 [-Wstringop-truncation] strncpy(snedp->interface, snedc->interface, MAX_IFACE_LEN - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o format_sadf.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSOURCE_SADF -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H format.c /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o sadf_misc.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H sadf_misc.c /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o sa_conv.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H sa_conv.c sadf_misc.c: In function 'print_dbppc_timestamp': sadf_misc.c:493:28: warning: 'snprintf' output may be truncated before the last format character [-Wformat-truncation=] snprintf(temp, 80, "%s%s ", pre, cur_date); ^ sadf_misc.c:493:3: note: 'snprintf' output 2 or more bytes (assuming 81) into a destination of size 80 snprintf(temp, 80, "%s%s ", pre, cur_date); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ sadf_misc.c:498:25: warning: '%s' directive output may be truncated writing up to 4 bytes into a region of size between 1 and 80 [-Wformat-truncation=] snprintf(pre, 80, "%s%s%s", temp, cur_time, ^~ sadf_misc.c:498:2: note: 'snprintf' output 1 or more bytes (assuming 84) into a destination of size 80 snprintf(pre, 80, "%s%s%s", temp, cur_time, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ strlen(cur_date) && utc ? " UTC" : ""); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from sa.h:11, from sadf.h:9, from sa_conv.c:29: sa_conv.c: In function 'upgrade_header_section': sa_conv.c:478:66: warning: '*' in boolean context, suggest '&&' instead [-Wint-in-bool-context] SREALLOC(*file_actlst, struct file_activity, FILE_ACTIVITY_SIZE * file_hdr->sa_act_nr); common.h:126:16: note: in definition of macro 'SREALLOC' if (SIZE) { \ ^~~~ /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o rndr_stats.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H rndr_stats.c /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o xml_stats.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H xml_stats.c /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o json_stats.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H json_stats.c xml_stats.c: In function 'xml_print_cpu_stats': xml_stats.c:133:20: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(cpuno, "%d", i - 1); ^~ xml_stats.c:133:19: note: directive argument in the range [0, 2147483646] sprintf(cpuno, "%d", i - 1); ^~~~ xml_stats.c:133:4: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(cpuno, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ json_stats.c: In function 'json_print_cpu_stats': json_stats.c:142:20: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(cpuno, "%d", i - 1); ^~ json_stats.c:142:19: note: directive argument in the range [0, 2147483646] sprintf(cpuno, "%d", i - 1); ^~~~ json_stats.c:142:4: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(cpuno, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o svg_stats.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H svg_stats.c xml_stats.c: In function 'xml_print_irq_stats': xml_stats.c:314:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(irqno, "%d", i - 1); ^~ xml_stats.c:314:20: note: directive argument in the range [0, 2147483646] sprintf(irqno, "%d", i - 1); ^~~~ xml_stats.c:314:5: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(irqno, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o raw_stats.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H raw_stats.c json_stats.c: In function 'json_print_irq_stats': json_stats.c:330:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(irqno, "%d", i - 1); ^~ json_stats.c:330:20: note: directive argument in the range [0, 2147483646] sprintf(irqno, "%d", i - 1); ^~~~ json_stats.c:330:5: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(irqno, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o iostat.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H iostat.c svg_stats.c: In function 'recappend': svg_stats.c:499:25: warning: ' L' directive output may be truncated writing 2 bytes into a region of size between 1 and 128 [-Wformat-truncation=] snprintf(data, 128, "%s L%lu,%.2f%s", restart ? data1 : "", timetag, p_value, ^~ svg_stats.c:499:22: note: assuming directive output of 4 bytes snprintf(data, 128, "%s L%lu,%.2f%s", restart ? data1 : "", timetag, p_value, ^~~~~~~~~~~~~~~~ svg_stats.c:499:2: note: 'snprintf' output between 8 and 581 bytes into a destination of size 128 snprintf(data, 128, "%s L%lu,%.2f%s", restart ? data1 : "", timetag, p_value, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ p_value != value ? data2 : ""); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iostat.c: In function 'read_sysfs_dlist_part_stat': iostat.c:573:39: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size between 0 and 1023 [-Wformat-truncation=] snprintf(filename, MAX_PF_NAME, "%s/%s/%s", dfile, drd->d_name, S_STAT); ^~ iostat.c:573:3: note: 'snprintf' output between 7 and 1285 bytes into a destination of size 1024 snprintf(filename, MAX_PF_NAME, "%s/%s/%s", dfile, drd->d_name, S_STAT); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ xml_stats.c: In function 'xml_print_pwr_cpufreq_stats': xml_stats.c:1723:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(cpuno, "%d", i - 1); ^~ xml_stats.c:1723:20: note: directive argument in the range [0, 2147483646] sprintf(cpuno, "%d", i - 1); ^~~~ xml_stats.c:1723:5: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(cpuno, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ svg_stats.c: In function 'svg_print_cpu_stats': svg_stats.c:1242:25: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(item_name, "%d", i - 1); ^~ svg_stats.c:1242:24: note: directive argument in the range [0, 2147483646] sprintf(item_name, "%d", i - 1); ^~~~ svg_stats.c:1242:5: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(item_name, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ json_stats.c: In function 'json_print_pwr_cpufreq_stats': json_stats.c:1770:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(cpuno, "%d", i - 1); ^~ json_stats.c:1770:20: note: directive argument in the range [0, 2147483646] sprintf(cpuno, "%d", i - 1); ^~~~ json_stats.c:1770:5: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(cpuno, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ xml_stats.c: In function 'xml_print_pwr_wghfreq_stats': xml_stats.c:1967:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(cpuno, "%d", i - 1); ^~ xml_stats.c:1967:20: note: directive argument in the range [0, 2147483646] sprintf(cpuno, "%d", i - 1); ^~~~ xml_stats.c:1967:5: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(cpuno, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o rd_stats_light.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H rd_stats.c json_stats.c: In function 'json_print_pwr_wghfreq_stats': json_stats.c:2046:21: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(cpuno, "%d", i - 1); ^~ json_stats.c:2046:20: note: directive argument in the range [0, 2147483646] sprintf(cpuno, "%d", i - 1); ^~~~ json_stats.c:2046:5: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(cpuno, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o count_light.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H count.c xml_stats.c: In function 'xml_print_softnet_stats': xml_stats.c:2181:20: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(cpuno, "%d", i - 1); ^~ xml_stats.c:2181:19: note: directive argument in the range [0, 2147483646] sprintf(cpuno, "%d", i - 1); ^~~~ xml_stats.c:2181:4: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(cpuno, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o tapestat.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H tapestat.c json_stats.c: In function 'json_print_softnet_stats': json_stats.c:2316:20: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(cpuno, "%d", i - 1); ^~ json_stats.c:2316:19: note: directive argument in the range [0, 2147483646] sprintf(cpuno, "%d", i - 1); ^~~~ json_stats.c:2316:4: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(cpuno, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o mpstat.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H mpstat.c /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o pidstat.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H pidstat.c /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o cifsiostat.o -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 -DSA_DIR=\"/var/log/sa\" -DSADC_PATH=\"/usr/lib/sa/sadc\" -DHAVE_SYS_SYSMACROS_H -DHAVE_SYS_PARAM_H cifsiostat.c /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-ar rvs librdsensors.a rd_sensors.o /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-ar: creating librdsensors.a a - rd_sensors.o /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-ar rvs libsyscom.a common.o ioconf.o /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-ar: creating libsyscom.a a - common.o a - ioconf.o /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-ar rvs librdstats_light.a rd_stats_light.o count_light.o /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-ar: creating librdstats_light.a a - rd_stats_light.o a - count_light.o /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o sar -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 sar.o act_sar.o format_sar.o sa_common.o pr_stats.o libsyscom.a /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o iostat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 iostat.o librdstats_light.a libsyscom.a rd_stats.c: In function 'read_fchost': rd_stats.c:2241:4: warning: 'strncpy' output may be truncated copying 16 bytes from a string of length 255 [-Wstringop-truncation] strncpy(st_fc_i->fchost_name, drd->d_name, MAX_FCH_LEN); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-ar rvs librdstats.a rd_stats.o count.o /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-ar: creating librdstats.a a - rd_stats.o a - count.o /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o sadc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 sadc.o act_sadc.o sa_wrap.o sa_common.o librdstats.a librdsensors.a libsyscom.a /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o tapestat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 tapestat.o librdstats_light.a libsyscom.a /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o cifsiostat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 cifsiostat.o librdstats_light.a libsyscom.a /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o mpstat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 mpstat.o librdstats_light.a libsyscom.a /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o pidstat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 pidstat.o librdstats_light.a libsyscom.a svg_stats.c: In function 'svg_print_pwr_cpufreq_stats': svg_stats.c:4139:25: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(item_name, "%d", i - 1); ^~ svg_stats.c:4139:24: note: directive argument in the range [0, 2147483646] sprintf(item_name, "%d", i - 1); ^~~~ svg_stats.c:4139:5: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(item_name, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ svg_stats.c: In function 'svg_print_pwr_fan_stats': svg_stats.c:4212:54: warning: '%s' directive output may be truncated writing up to 19 bytes into a region of size between 16 and 25 [-Wformat-truncation=] snprintf(item_name, MAX_SENSORS_DEV_LEN + 8, "%d: %s", i + 1, spc->device); ^~ svg_stats.c:4212:4: note: 'snprintf' output between 4 and 32 bytes into a destination of size 28 snprintf(item_name, MAX_SENSORS_DEV_LEN + 8, "%d: %s", i + 1, spc->device); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ svg_stats.c: In function 'svg_print_pwr_temp_stats': svg_stats.c:4306:54: warning: '%s' directive output may be truncated writing up to 19 bytes into a region of size between 16 and 25 [-Wformat-truncation=] snprintf(item_name, MAX_SENSORS_DEV_LEN + 8, "%d: %s", i + 1, spc->device); ^~ svg_stats.c:4306:4: note: 'snprintf' output between 4 and 32 bytes into a destination of size 28 snprintf(item_name, MAX_SENSORS_DEV_LEN + 8, "%d: %s", i + 1, spc->device); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ svg_stats.c: In function 'svg_print_pwr_in_stats': svg_stats.c:4400:54: warning: '%s' directive output may be truncated writing up to 19 bytes into a region of size between 16 and 25 [-Wformat-truncation=] snprintf(item_name, MAX_SENSORS_DEV_LEN + 8, "%d: %s", i + 1, spc->device); ^~ svg_stats.c:4400:4: note: 'snprintf' output between 4 and 32 bytes into a destination of size 28 snprintf(item_name, MAX_SENSORS_DEV_LEN + 8, "%d: %s", i + 1, spc->device); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ svg_stats.c: In function 'svg_print_softnet_stats': svg_stats.c:4928:25: warning: '%d' directive writing between 1 and 10 bytes into a region of size 8 [-Wformat-overflow=] sprintf(item_name, "%d", i - 1); ^~ svg_stats.c:4928:24: note: directive argument in the range [0, 2147483646] sprintf(item_name, "%d", i - 1); ^~~~ svg_stats.c:4928:5: note: 'sprintf' output between 2 and 11 bytes into a destination of size 8 sprintf(item_name, "%d", i - 1); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-gcc -o sadf -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -Wall -Wstrict-prototypes -pipe -O2 sadf.o act_sadf.o format_sadf.o sadf_misc.o sa_conv.o rndr_stats.o xml_stats.o json_stats.o svg_stats.o raw_stats.o sa_common.o libsyscom.a make[1]: Leaving directory '/nvmedata/autobuild/instance-4/output-1/build/sysstat-11.6.3' >>> sysstat 11.6.3 Installing to target PATH="/nvmedata/autobuild/instance-4/output-1/host/bin:/nvmedata/autobuild/instance-4/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /usr/bin/make -j8 DESTDIR=/nvmedata/autobuild/instance-4/output-1/target install -C /nvmedata/autobuild/instance-4/output-1/build/sysstat-11.6.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-4/output-1/build/sysstat-11.6.3' mkdir -p /nvmedata/autobuild/instance-4/output-1/target/usr/lib/sa mkdir -p /nvmedata/autobuild/instance-4/output-1/target/var/log/sa mkdir -p /nvmedata/autobuild/instance-4/output-1/target/usr/bin mkdir -p /nvmedata/autobuild/instance-4/output-1/target/usr/share/doc/sysstat-11.6.3 mkdir -p /nvmedata/autobuild/instance-4/output-1/target/etc/sysconfig install -m 755 sa1 /nvmedata/autobuild/instance-4/output-1/target/usr/lib/sa install -m 755 sa2 /nvmedata/autobuild/instance-4/output-1/target/usr/lib/sa install -m 755 sadc /nvmedata/autobuild/instance-4/output-1/target/usr/lib/sa install -m 755 sar /nvmedata/autobuild/instance-4/output-1/target/usr/bin install -m 755 sadf /nvmedata/autobuild/instance-4/output-1/target/usr/bin install -m 755 iostat /nvmedata/autobuild/instance-4/output-1/target/usr/bin install -m 755 tapestat /nvmedata/autobuild/instance-4/output-1/target/usr/bin install -m 755 mpstat /nvmedata/autobuild/instance-4/output-1/target/usr/bin install -m 755 pidstat /nvmedata/autobuild/instance-4/output-1/target/usr/bin install -m 755 cifsiostat /nvmedata/autobuild/instance-4/output-1/target/usr/bin install -m 644 sysstat.ioconf /nvmedata/autobuild/instance-4/output-1/target/etc/sysconfig install -m 644 sysstat.sysconfig /nvmedata/autobuild/instance-4/output-1/target/etc/sysconfig/sysstat make[1]: Leaving directory '/nvmedata/autobuild/instance-4/output-1/build/sysstat-11.6.3' >>> Finalizing host directory >>> Finalizing target directory /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /nvmedata/autobuild/instance-4/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-4/output-1/target/etc/inittab if grep -q CONFIG_ASH=y ./.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-4/output-1/target/etc/shells; fi grep: ./.config: No such file or directory if grep -q CONFIG_HUSH=y ./.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-4/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-4/output-1/target/etc/shells; fi grep: ./.config: No such file or directory mkdir -p /nvmedata/autobuild/instance-4/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-4/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-4/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-4/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-4/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-4/output-1/target/etc/shadow rm -f /nvmedata/autobuild/instance-4/output-1/target/bin/sh if [ -x /nvmedata/autobuild/instance-4/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-4/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-4/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-4/output-1/target/etc/inittab; fi rm -f /nvmedata/autobuild/instance-4/output-1/build/locales.nopurge for i in C en_US locale-archive; do echo $i >> /nvmedata/autobuild/instance-4/output-1/build/locales.nopurge; done for dir in ; do for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /nvmedata/autobuild/instance-4/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /nvmedata/autobuild/instance-4/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /nvmedata/autobuild/instance-4/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /nvmedata/autobuild/instance-4/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/include /nvmedata/autobuild/instance-4/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-4/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-4/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-4/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-4/output-1/target/usr/share/cmake find /nvmedata/autobuild/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-4/output-1/target/lib/ /nvmedata/autobuild/instance-4/output-1/target/usr/lib/ /nvmedata/autobuild/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/man /nvmedata/autobuild/instance-4/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/info /nvmedata/autobuild/instance-4/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/doc /nvmedata/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true find /nvmedata/autobuild/instance-4/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /nvmedata/autobuild/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /nvmedata/autobuild/instance-4/output-1/host/bin/sh4-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /nvmedata/autobuild/instance-4/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-4/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /nvmedata/autobuild/instance-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2020.02-rc3-00104-g3cbf70366f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2020.02-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2020.02-rc3\"" \ ) > /nvmedata/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-4/output-1/per-package /nvmedata/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-4/output-1/target/usr cat /nvmedata/autobuild/instance-4/output-1/build/argp-standalone-1.3/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/busybox-1.31.1/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/cannelloni-20160414/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/cantarell-0.0.25/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/cjson-1.7.12/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/cpio-2.13/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/doom-wad-1.9/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/ethtool-5.4/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/fdk-aac-2.0.1/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/fmt-6.1.2/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/genromfs-0.5.2/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/initscripts/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/kmsxx-cb0786049f960f2bd383617151b01318e02e9ff9/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/libavl-0.3.5/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/libcurl-7.68.0/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/libdrm-2.4.100/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/libev-4.27/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/libg7221-dbfc29d4806ecdace50379a2f4d68a992a6fec34/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/libhid-0.2.16/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/libite-2.1.0/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/libpthread-stubs-0.4/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/libusb-1.0.23/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/libusb-compat-0.1.5/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/murata-cyw-fw-8d87950bfad28c65926695b7357bd8995b60016a/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/obsidian-cursors-1.0/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/pcre-8.43/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/prboom-2.5.0/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/protobuf-c-1.3.2/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/sdl-1.2.15/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/sdl_mixer-1.2.12/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/sdl_net-1.2.8/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/skeleton-init-common/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/skeleton-init-sysv/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/skeleton/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/stm32flash-3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/sysrepo-1.3.21/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/sysstat-11.6.3/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/toolchain-external-custom/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/toolchain-external/.files-list.txt /nvmedata/autobuild/instance-4/output-1/build/toolchain/.files-list.txt > \ /nvmedata/autobuild/instance-4/output-1/build/packages-file-list.txt cat /nvmedata/autobuild/instance-4/output-1/build/host-autoconf-2.69/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-automake-1.15.1/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-bison-3.4.2/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-dtc-1.5.1/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-expat-2.2.9/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-flex-2.6.4/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-gettext-tiny-adaa9c64921e80f2b8dd3610ffb508618b9204f3/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-gettext/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-go-1.13.8/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-go-bootstrap-1.4.3/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-jimtcl-0.79/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-jsmin-1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-libavl-0.3.5/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-libev-4.27/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-libffi-3.3/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-libftdi-0.20/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-libtool-2.4.6/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-libusb-1.0.23/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-libusb-compat-0.1.5/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-libzlib-1.2.11/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-m4-1.4.18/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-mender-artifact-3.2.1/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-meson-0.53.1/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-ninja-1.10.0/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-openocd-0.10.0/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-patchelf-0.9/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-pcre-8.43/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-pkgconf-1.6.1/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-protobuf-3.11.0/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-protobuf-c-1.3.2/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-python3-3.8.2/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-python3-setuptools-41.4.0/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-skeleton/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-sysrepo-1.3.21/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-tar-1.29/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-xz-5.2.4/.files-list-host.txt /nvmedata/autobuild/instance-4/output-1/build/host-zlib/.files-list-host.txt > \ /nvmedata/autobuild/instance-4/output-1/build/packages-file-list-host.txt cat /nvmedata/autobuild/instance-4/output-1/build/argp-standalone-1.3/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/cjson-1.7.12/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/fdk-aac-2.0.1/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/fmt-6.1.2/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/kmsxx-cb0786049f960f2bd383617151b01318e02e9ff9/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/libavl-0.3.5/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/libcurl-7.68.0/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/libdrm-2.4.100/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/libev-4.27/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/libg7221-dbfc29d4806ecdace50379a2f4d68a992a6fec34/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/libhid-0.2.16/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/libite-2.1.0/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/libpthread-stubs-0.4/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/libusb-1.0.23/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/libusb-compat-0.1.5/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/pcre-8.43/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/protobuf-c-1.3.2/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/sdl-1.2.15/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/sdl_mixer-1.2.12/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/sdl_net-1.2.8/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/skeleton-init-common/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/sysrepo-1.3.21/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/toolchain-external-custom/.files-list-staging.txt /nvmedata/autobuild/instance-4/output-1/build/toolchain/.files-list-staging.txt > \ /nvmedata/autobuild/instance-4/output-1/build/packages-file-list-staging.txt ln -snf /nvmedata/autobuild/instance-4/output-1/host/sh4-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-4/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-4/buildroot' make: Entering directory '/nvmedata/autobuild/instance-4/buildroot' >>> Buildroot 2020.02-rc3-00104-g3cbf70366f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.29 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-custom Collecting legal info >>> toolchain Collecting legal info >>> argp-standalone 1.3 Collecting legal info >>> busybox 1.31.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) >>> cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> cannelloni 20160414 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pkgconf 1.6.1 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cjson 1.7.12 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> doom-wad 1.9 Collecting legal info >>> host-dtc 1.5.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-bison 3.4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-m4 1.4.18 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.69 Collecting legal info COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.15.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny adaa9c64921e80f2b8dd3610ffb508618b9204f3 Collecting legal info LICENSE: OK (sha256: b57aa4fdc1c614c28d41c1e2d5c4090935964c5f86291ba7d1c99ffd1d698b34) extra/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ethtool 5.4 Collecting legal info LICENSE: OK (sha256: 5d632934396f90c82dfebe3c9512648bbb6333b406113d0cd331b0e0aa2d34a1) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fdk-aac 2.0.1 Collecting legal info NOTICE: OK (sha256: 95ec80da40b4af12ad4c4f3158c9cfb80f2479f3246e4260cb600827cc8c7836) >>> fmt 6.1.2 Collecting legal info LICENSE.rst: OK (sha256: 825c9324e70f8c839c8ba910543dd4a7daee243b86ef960594c11381a19980b8) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> initscripts Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> kmsxx cb0786049f960f2bd383617151b01318e02e9ff9 Collecting legal info LICENSE: OK (sha256: 022b4d51da34a380d74dc24eea8e2c4e1a4c8776a52171f8d9e941cf56daf888) >>> libdrm 2.4.100 Collecting legal info >>> host-meson 0.53.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.0 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.8.2 Collecting legal info LICENSE: OK (sha256: de4d1f2d2ad5ad0cfd1657a106476b31cb5db5ef9d1ff842b237c0c81f0c8a23) >>> host-expat 2.2.9 Collecting legal info COPYING: OK (sha256: 46336ab2fec900803e2f1a4253e325ac01d998efb09bc6906651f7259e636f76) >>> host-libffi 3.3 Collecting legal info LICENSE: OK (sha256: deaf3a42effb551a5b140fa9afefed183a27f1341c6d1bf430d106a5e6931fc0) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-python3-setuptools 41.4.0 Collecting legal info LICENSE: OK (sha256: c32a3ac395af6321efd28be73d06a00f0db6ab887d1c21d4fec46128d2056d5a) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libcurl 7.68.0 Collecting legal info COPYING: OK (sha256: db3c4a3b3695a0f317a0c5176acd2f656d18abc45b3ee78e50935a78eb1e132e) >>> libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.5 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libite 2.1.0 Collecting legal info LICENSE: OK (sha256: 0e97ab27b60e20a7ddb8e9638189ad159124e51d2c12e12735b05423df224da5) src/chomp.c: OK (sha256: 9e0fb98d251dddf5ba81a355f6b4d89835ec53bc5d7f5fcd2c866b54ec5ccec8) src/pidfile.c: OK (sha256: a7d29c148e057fae11a87febc3a51970a26433c35a08fc710be689394442d32d) >>> libyang 1.0.109 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> host-mender-artifact 3.2.1 Collecting legal info LICENSE: OK (sha256: beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2) LIC_FILES_CHKSUM.sha256: OK (sha256: 68d145b900b4845834d49efe470d7e9ec7a3d9f175e72cb974f38c54b9172801) vendor/github.com/mendersoftware/mendertesting/LICENSE: OK (sha256: beb140be4cd64599bedc691a55b2729c9cc611a4b9d6ec44e01270105daf18a2) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: a284e538f3e5649ae6a8f32da2bbd18e9daabf2c1ebbfb99ed92e797b159be1a) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 3525392c6db3b804af76980b2c560ee9ec1abdadd907d76a26091df7c78f3a25) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: 402f39eed8a1851385d0703999aa9f23d067c2ea3e15c63c074e389cbf8f8f8f) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) >>> host-go 1.13.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4.3 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-xz 5.2.4 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> obsidian-cursors 1.0 Collecting legal info >>> host-openocd 0.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.79 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.23 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.5 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer 1.2.12 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 1.2.8 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> protobuf-c 1.3.2 Collecting legal info LICENSE: OK (sha256: 20e800cad4550f4b19bb37fc9577dac21de13333ae66497c4c45ae489c35c34a) >>> host-protobuf-c 1.3.2 Collecting legal info LICENSE: OK (sha256: 20e800cad4550f4b19bb37fc9577dac21de13333ae66497c4c45ae489c35c34a) >>> host-protobuf 3.11.0 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> stm32flash 3cebf121f7b32b9edfcb0d49f0fb43ccf33e5650 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysrepo 1.3.21 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-sysrepo 1.3.21 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> host-libev 4.27 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> host-libyang 1.0.109 Collecting legal info LICENSE: OK (sha256: f942fe693e03e4e3ff67a351c00dc8f468a042e0d7273b0aa6bc53060b568112) >>> host-pcre 8.43 Collecting legal info LICENCE: OK (sha256: a5fce68baf797e0918463a4437ef75984c41118f43850ddeabda1b5a90154309) >>> sysstat 11.6.3 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-custom: cannot save license (TOOLCHAIN_EXTERNAL_CUSTOM_LICENSE_FILES not defined) WARNING: argp-standalone-1.3: cannot save license (ARGP_STANDALONE_LICENSE_FILES not defined) WARNING: doom-wad-1.9: cannot save license (DOOM_WAD_LICENSE_FILES not defined) WARNING: libdrm-2.4.100: cannot save license (LIBDRM_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-4/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-4/buildroot'