iozone.c:24856:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24840:45: warning: '%s' directive writing 7 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5061 | start_monitor("Revread"); | ~~~~~~~~~ ...... 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5061:3: iozone.c:24840:20: note: 'sprintf' output between 10 and 265 bytes into a destination of size 256 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24838:45: warning: '%s' directive writing 7 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5061 | start_monitor("Revread"); | ~~~~~~~~~ ...... 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5061:3: iozone.c:24838:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24858:45: warning: '%s' directive writing 7 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5273 | stop_monitor("Revread"); | ~~~~~~~~~ ...... 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:5273:3: iozone.c:24858:20: note: 'sprintf' output between 11 and 266 bytes into a destination of size 256 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24856:45: warning: '%s' directive writing 7 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5273 | stop_monitor("Revread"); | ~~~~~~~~~ ...... 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:5273:3: iozone.c:24856:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24840:45: warning: '%s' directive writing 10 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5293 | start_monitor("Strideread"); | ~~~~~~~~~~~~ ...... 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5293:3: iozone.c:24840:20: note: 'sprintf' output between 13 and 268 bytes into a destination of size 256 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24838:45: warning: '%s' directive writing 10 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5293 | start_monitor("Strideread"); | ~~~~~~~~~~~~ ...... 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5293:3: iozone.c:24838:20: note: 'sprintf' output between 12 and 267 bytes into a destination of size 256 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24858:45: warning: '%s' directive writing 10 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5507 | stop_monitor("Strideread"); | ~~~~~~~~~~~~ ...... 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:5507:3: iozone.c:24858:20: note: 'sprintf' output between 14 and 269 bytes into a destination of size 256 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24856:45: warning: '%s' directive writing 10 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5507 | stop_monitor("Strideread"); | ~~~~~~~~~~~~ ...... 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:5507:3: iozone.c:24856:20: note: 'sprintf' output between 12 and 267 bytes into a destination of size 256 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24840:45: warning: '%s' directive writing 8 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5528 | start_monitor("Randread"); | ~~~~~~~~~~ ...... 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5528:3: iozone.c:24840:20: note: 'sprintf' output between 11 and 266 bytes into a destination of size 256 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24838:45: warning: '%s' directive writing 8 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5528 | start_monitor("Randread"); | ~~~~~~~~~~ ...... 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5528:3: iozone.c:24838:20: note: 'sprintf' output between 10 and 265 bytes into a destination of size 256 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24858:45: warning: '%s' directive writing 8 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5737 | stop_monitor("Randread"); | ~~~~~~~~~~ ...... 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:5737:3: iozone.c:24858:20: note: 'sprintf' output between 12 and 267 bytes into a destination of size 256 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24856:45: warning: '%s' directive writing 8 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5737 | stop_monitor("Randread"); | ~~~~~~~~~~ ...... 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:5737:3: iozone.c:24856:20: note: 'sprintf' output between 10 and 265 bytes into a destination of size 256 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24840:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5758 | start_monitor("Mixed"); | ~~~~~~~ ...... 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5758:3: iozone.c:24840:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24838:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5758 | start_monitor("Mixed"); | ~~~~~~~ ...... 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5758:3: iozone.c:24838:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24858:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5967 | stop_monitor("Mixed"); | ~~~~~~~ ...... 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:5967:3: iozone.c:24858:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24856:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5967 | stop_monitor("Mixed"); | ~~~~~~~ ...... 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:5967:3: iozone.c:24856:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24840:45: warning: '%s' directive writing 9 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5988 | start_monitor("Randwrite"); | ~~~~~~~~~~~ ...... 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5988:3: iozone.c:24840:20: note: 'sprintf' output between 12 and 267 bytes into a destination of size 256 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24838:45: warning: '%s' directive writing 9 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5988 | start_monitor("Randwrite"); | ~~~~~~~~~~~ ...... 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5988:3: iozone.c:24838:20: note: 'sprintf' output between 11 and 266 bytes into a destination of size 256 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24858:45: warning: '%s' directive writing 9 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6197 | stop_monitor("Randwrite"); | ~~~~~~~~~~~ ...... 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6197:3: iozone.c:24858:20: note: 'sprintf' output between 13 and 268 bytes into a destination of size 256 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24856:45: warning: '%s' directive writing 9 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6197 | stop_monitor("Randwrite"); | ~~~~~~~~~~~ ...... 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6197:3: iozone.c:24856:20: note: 'sprintf' output between 11 and 266 bytes into a destination of size 256 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24840:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6221 | start_monitor("Pwrite"); | ~~~~~~~~ ...... 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6221:3: iozone.c:24840:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24838:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6221 | start_monitor("Pwrite"); | ~~~~~~~~ ...... 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6221:3: iozone.c:24838:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24858:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6430 | stop_monitor("Pwrite"); | ~~~~~~~~ ...... 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6430:3: iozone.c:24858:20: note: 'sprintf' output between 10 and 265 bytes into a destination of size 256 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24856:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6430 | stop_monitor("Pwrite"); | ~~~~~~~~ ...... 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6430:3: iozone.c:24856:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24840:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6456 | start_monitor("Pread"); | ~~~~~~~ ...... 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6456:3: iozone.c:24840:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24838:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6456 | start_monitor("Pread"); | ~~~~~~~ ...... 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6456:3: iozone.c:24838:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24858:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6665 | stop_monitor("Pread"); | ~~~~~~~ ...... 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6665:3: iozone.c:24858:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24856:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6665 | stop_monitor("Pread"); | ~~~~~~~ ...... 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6665:3: iozone.c:24856:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24840:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6684 | start_monitor("Fwrite"); | ~~~~~~~~ ...... 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6684:3: iozone.c:24840:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24838:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6684 | start_monitor("Fwrite"); | ~~~~~~~~ ...... 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6684:3: iozone.c:24838:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24858:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6893 | stop_monitor("Fwrite"); | ~~~~~~~~ ...... 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6893:3: iozone.c:24858:20: note: 'sprintf' output between 10 and 265 bytes into a destination of size 256 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24856:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6893 | stop_monitor("Fwrite"); | ~~~~~~~~ ...... 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6893:3: iozone.c:24856:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24840:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6914 | start_monitor("Fread"); | ~~~~~~~ ...... 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6914:3: iozone.c:24840:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24840 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24838:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6914 | start_monitor("Fread"); | ~~~~~~~ ...... 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6914:3: iozone.c:24838:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24838 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24858:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 7123 | stop_monitor("Fread"); | ~~~~~~~ ...... 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:7123:3: iozone.c:24858:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24858 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'throughput_test': iozone.c:24856:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 7123 | stop_monitor("Fread"); | ~~~~~~~ ...... 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:7123:3: iozone.c:24856:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24856 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'random_perf_test': iozone.c:9628:36: warning: 'buffer1' may be used uninitialized [-Wmaybe-uninitialized] 9628 | if(verify_buffer(buffer1,reclen,(off64_t)offset64/reclen,reclen,(long long)pattern,sverify)){ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:9364:24: note: 'buffer1' was declared here 9364 | volatile char *buffer1; | ^~~~~~~ /home/autobuild/autobuild/instance-15/output-1/host/bin/arm-buildroot-linux-uclibcgnueabihf-gcc -Wmissing-prototypes -Wall -c -Dunix -DHAVE_ANSIC_C \ -DSHARED_MEM -Dlinux -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 libbif.c -o libbif.o Building fileop for Linux /home/autobuild/autobuild/instance-15/output-1/host/bin/arm-buildroot-linux-uclibcgnueabihf-gcc -Wall -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 fileop.c -o fileop_linux.o Building the pit_server /home/autobuild/autobuild/instance-15/output-1/host/bin/arm-buildroot-linux-uclibcgnueabihf-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 pit_server.c -o pit_server.o /home/autobuild/autobuild/instance-15/output-1/host/bin/arm-buildroot-linux-uclibcgnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 iozone_linux-noaio.o libbif.o \ -lpthread -lrt -o iozone /home/autobuild/autobuild/instance-15/output-1/host/bin/arm-buildroot-linux-uclibcgnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -Dlinux fileop_linux.o -o fileop /home/autobuild/autobuild/instance-15/output-1/host/bin/arm-buildroot-linux-uclibcgnueabihf-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -Dlinux pit_server.o -o pit_server make[1]: Leaving directory '/home/autobuild/autobuild/instance-15/output-1/build/iozone-3.506/src/current' >>> iozone 3.506 Installing to target /usr/bin/install -D -m 755 /home/autobuild/autobuild/instance-15/output-1/build/iozone-3.506/src/current/iozone /home/autobuild/autobuild/instance-15/output-1/target/usr/bin/iozone /usr/bin/install -D -m 755 /home/autobuild/autobuild/instance-15/output-1/build/iozone-3.506/src/current/fileop /home/autobuild/autobuild/instance-15/output-1/target/usr/bin/fileop ipmitool-1_8_19.tar.gz: OK (sha256: 48b010e7bcdf93e4e4b6e43c53c7f60aa6873d574cbd45a8d86fa7aaeebaff9c) ERROR: No hash found for enterprise-numbers.txt make: *** [package/pkg-generic.mk:180: /home/autobuild/autobuild/instance-15/output-1/build/ipmitool-1_8_19/.stamp_downloaded] Error 1 make: Leaving directory '/home/autobuild/autobuild/instance-15/buildroot'