...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4070 | start_monitor("Write"); | ~~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4310 | stop_monitor("Write"); | ~~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4310 | stop_monitor("Write"); | ~~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24349:45: warning: '%s' directive writing 7 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4340 | start_monitor("Rewrite"); | ~~~~~~~~~ ...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 10 and 265 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 7 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4340 | start_monitor("Rewrite"); | ~~~~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 7 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4559 | stop_monitor("Rewrite"); | ~~~~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 11 and 266 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 7 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4559 | stop_monitor("Rewrite"); | ~~~~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24349:45: warning: '%s' directive writing 4 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4580 | start_monitor("Read"); | ~~~~~~ ...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 4 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4580 | start_monitor("Read"); | ~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 6 and 261 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 4 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4789 | stop_monitor("Read"); | ~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 4 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4789 | stop_monitor("Read"); | ~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 6 and 261 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24349:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4814 | start_monitor("Reread"); | ~~~~~~~~ ...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 4814 | start_monitor("Reread"); | ~~~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5027 | stop_monitor("Reread"); | ~~~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 10 and 265 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5027 | stop_monitor("Reread"); | ~~~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24349:45: warning: '%s' directive writing 7 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5054 | start_monitor("Revread"); | ~~~~~~~~~ ...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 10 and 265 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 7 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5054 | start_monitor("Revread"); | ~~~~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 7 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5266 | stop_monitor("Revread"); | ~~~~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 11 and 266 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 7 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5266 | stop_monitor("Revread"); | ~~~~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24349:45: warning: '%s' directive writing 10 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5286 | start_monitor("Strideread"); | ~~~~~~~~~~~~ ...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 13 and 268 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 10 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5286 | start_monitor("Strideread"); | ~~~~~~~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 12 and 267 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 10 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5500 | stop_monitor("Strideread"); | ~~~~~~~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 14 and 269 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 10 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5500 | stop_monitor("Strideread"); | ~~~~~~~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 12 and 267 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24349:45: warning: '%s' directive writing 8 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5521 | start_monitor("Randread"); | ~~~~~~~~~~ ...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 11 and 266 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 8 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5521 | start_monitor("Randread"); | ~~~~~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 10 and 265 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 8 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5730 | stop_monitor("Randread"); | ~~~~~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 12 and 267 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 8 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5730 | stop_monitor("Randread"); | ~~~~~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 10 and 265 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24349:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5751 | start_monitor("Mixed"); | ~~~~~~~ ...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5751 | start_monitor("Mixed"); | ~~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5960 | stop_monitor("Mixed"); | ~~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5960 | stop_monitor("Mixed"); | ~~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24349:45: warning: '%s' directive writing 9 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5981 | start_monitor("Randwrite"); | ~~~~~~~~~~~ ...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 12 and 267 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 9 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 5981 | start_monitor("Randwrite"); | ~~~~~~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 11 and 266 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 9 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6190 | stop_monitor("Randwrite"); | ~~~~~~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 13 and 268 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 9 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6190 | stop_monitor("Randwrite"); | ~~~~~~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 11 and 266 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24349:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6214 | start_monitor("Pwrite"); | ~~~~~~~~ ...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6214 | start_monitor("Pwrite"); | ~~~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6423 | stop_monitor("Pwrite"); | ~~~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 10 and 265 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6423 | stop_monitor("Pwrite"); | ~~~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24349:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6449 | start_monitor("Pread"); | ~~~~~~~ ...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6449 | start_monitor("Pread"); | ~~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6658 | stop_monitor("Pread"); | ~~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6658 | stop_monitor("Pread"); | ~~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24349:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6677 | start_monitor("Fwrite"); | ~~~~~~~~ ...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6677 | start_monitor("Fwrite"); | ~~~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6886 | stop_monitor("Fwrite"); | ~~~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 10 and 265 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 6 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6886 | stop_monitor("Fwrite"); | ~~~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24349:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6907 | start_monitor("Fread"); | ~~~~~~~ ...... 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~ iozone.c:24349:20: note: 'sprintf' output between 8 and 263 bytes into a destination of size 256 24349 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24347:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 6907 | start_monitor("Fread"); | ~~~~~~~ ...... 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~ iozone.c:24347:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24347 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24367:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 7116 | stop_monitor("Fread"); | ~~~~~~~ ...... 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ iozone.c:24367:20: note: 'sprintf' output between 9 and 264 bytes into a destination of size 256 24367 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c:24365:45: warning: '%s' directive writing 5 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 7116 | stop_monitor("Fread"); | ~~~~~~~ ...... 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~ iozone.c:24365:20: note: 'sprintf' output between 7 and 262 bytes into a destination of size 256 24365 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-2/output-1/host/bin/sh4-buildroot-linux-musl-gcc -Wmissing-prototypes -Wall -c -Dunix -DHAVE_ANSIC_C -DASYNC_IO \ -DSHARED_MEM -Dlinux -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static libbif.c -o libbif.o In file included from libbif.c:23: /home/buildroot/autobuild/instance-2/output-1/host/sh4-buildroot-linux-musl/sysroot/usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ /home/buildroot/autobuild/instance-2/output-1/host/bin/sh4-buildroot-linux-musl-gcc -Wmissing-prototypes -Wall -c -Dunix -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static libasync.c -o libasync.o In file included from libasync.c:110: /home/buildroot/autobuild/instance-2/output-1/host/sh4-buildroot-linux-musl/sysroot/usr/include/sys/errno.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ libasync.c: In function 'async_read_no_copy': libasync.c:742:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 742 | if(ret) | ^~ libasync.c:744:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 744 | printf("It changed in flight\n"); | ^~~~~~ At top level: libasync.c:164:19: warning: 'version' defined but not used [-Wunused-const-variable=] 164 | static const char version[] = "Libasync Version $Revision: 3.34 $"; | ^~~~~~~ /home/buildroot/autobuild/instance-2/output-1/host/bin/sh4-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -static iozone_linux.o libasync.o libbif.o \ -lpthread -lrt -o iozone /home/buildroot/autobuild/instance-2/output-1/host/bin/sh4-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -Dlinux fileop_linux.o -o fileop /home/buildroot/autobuild/instance-2/output-1/host/bin/sh4-buildroot-linux-musl-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 -static -Dlinux pit_server.o -o pit_server make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/iozone-3.493/src/current' >>> iozone 3.493 Installing to target /usr/bin/install -D -m 755 /home/buildroot/autobuild/instance-2/output-1/build/iozone-3.493/src/current/iozone /home/buildroot/autobuild/instance-2/output-1/target/usr/bin/iozone /usr/bin/install -D -m 755 /home/buildroot/autobuild/instance-2/output-1/build/iozone-3.493/src/current/fileop /home/buildroot/autobuild/instance-2/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/buildroot/autobuild/instance-2/output-1/build/ipmitool-1_8_19/.stamp_downloaded] Error 1 make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'