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 'sprintf', inlined from 'stop_monitor' at iozone.c:24858:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:5737:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 12 and 267 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24856:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:5737:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 10 and 265 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'start_monitor' at iozone.c:24840:6, inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5758:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 8 and 263 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'start_monitor' at iozone.c:24838:6, inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5758:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 7 and 262 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24858:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:5967:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 9 and 264 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24856:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:5967:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 7 and 262 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'start_monitor' at iozone.c:24840:6, inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5988:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 12 and 267 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'start_monitor' at iozone.c:24838:6, inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:5988:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 11 and 266 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24858:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6197:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 13 and 268 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24856:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6197:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 11 and 266 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'start_monitor' at iozone.c:24840:6, inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6221:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 9 and 264 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'start_monitor' at iozone.c:24838:6, inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6221:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 8 and 263 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24858:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6430:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 10 and 265 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24856:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6430:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 8 and 263 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'start_monitor' at iozone.c:24840:6, inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6456:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 8 and 263 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'start_monitor' at iozone.c:24838:6, inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6456:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 7 and 262 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24858:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6665:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 9 and 264 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24856:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6665:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 7 and 262 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'start_monitor' at iozone.c:24840:6, inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6684:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 9 and 264 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'start_monitor' at iozone.c:24838:6, inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6684:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 8 and 263 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24858:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6893:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 10 and 265 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24856:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:6893:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 8 and 263 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'start_monitor' at iozone.c:24840:6, inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6914:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 8 and 263 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'start_monitor' at iozone.c:24838:6, inlined from 'start_monitor' at iozone.c:24828:1, inlined from 'throughput_test' at iozone.c:6914:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 7 and 262 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24858:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:7123:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 9 and 264 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ 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 'sprintf', inlined from 'stop_monitor' at iozone.c:24856:6, inlined from 'stop_monitor' at iozone.c:24846:1, inlined from 'throughput_test' at iozone.c:7123:3: /home/buildroot/autobuild/instance-0/output-1/host/powerpc-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:30:10: note: '__builtin___sprintf_chk' output between 7 and 262 bytes into a destination of size 256 30 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 31 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 32 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-gnu-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 -O3 -g0 -D_FORTIFY_SOURCE=1 libbif.c -o libbif.o /home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc -Wmissing-prototypes -Wall -c -Dunix -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \ -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 libasync.c -o libasync.o libasync.c: In function 'del_cache': libasync.c:714:67: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'ssize_t' {aka 'int'} [-Wformat=] 714 | printf("Aio return in del_cache failed. %ld %d\n",ret,errno); | ~~^ ~~~ | | | | | ssize_t {aka int} | long int | %d libasync.c: In function 'async_wait_for_write': libasync.c:1231:13: warning: variable 'retval' set but not used [-Wunused-but-set-variable] 1231 | int retval; | ^~~~~~ libasync.c: 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.52 $"; | ^~~~~~~ /home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 iozone_linux.o libasync.o libbif.o \ -lpthread -lrt -o iozone /home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -Dlinux fileop_linux.o -o fileop /home/buildroot/autobuild/instance-0/output-1/host/bin/powerpc-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O3 -g0 -D_FORTIFY_SOURCE=1 -Dlinux pit_server.o -o pit_server make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/iozone-3.506/src/current' >>> iozone 3.506 Installing to target /usr/bin/install -D -m 755 /home/buildroot/autobuild/instance-0/output-1/build/iozone-3.506/src/current/iozone /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/iozone /usr/bin/install -D -m 755 /home/buildroot/autobuild/instance-0/output-1/build/iozone-3.506/src/current/fileop /home/buildroot/autobuild/instance-0/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-0/output-1/build/ipmitool-1_8_19/.stamp_downloaded] Error 1 make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'