>>> iozone: Building community/iozone 3.508-r0 (using abuild 3.15.0-r3) started Wed, 03 Sep 2025 21:31:30 +0000 >>> iozone: Validating /home/buildozer/aports/community/iozone/APKBUILD... >>> iozone: Analyzing dependencies... >>> iozone: Installing for build: build-base (1/1) Installing .makedepends-iozone (20250903.213132) OK: 288 MiB in 102 packages >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Cleaning up tmpdir >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/iozone3_508.tar Connecting to distfiles.alpinelinux.org (172.105.82.32:443) wget: server returned error: HTTP/1.1 404 Not Found >>> iozone: Fetching https://www.iozone.org/src/current/iozone3_508.tar Connecting to www.iozone.org (38.146.202.4:443) saving to '/var/cache/distfiles/iozone3_508.tar.part' iozone3_508.tar.part 2% | | 39881 0:00:47 ETA iozone3_508.tar.part 100% |********************************| 1860k 0:00:00 ETA '/var/cache/distfiles/iozone3_508.tar.part' saved >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Iozone_License.txt >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/iozone3_508.tar >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Iozone_License.txt >>> iozone: Checking sha512sums... iozone3_508.tar: OK Iozone_License.txt: OK gcc-15.patch: OK >>> iozone: Unpacking /var/cache/distfiles/iozone3_508.tar... >>> iozone: gcc-15.patch File src/current/iozone.c is read-only; trying to patch anyway patching file src/current/iozone.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV -c -o libasync.o libasync.c cc -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV -c -o libbif.o libbif.c Building iozone for Linux cc -Wmissing-prototypes -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DHAVE_PREAD \ -DSHARED_MEM -Dlinux -D_LARGEFILE64_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV iozone.c \ -DNAME='"linux"' -o iozone_linux.o Building fileop for Linux Building the pit_server cc -c -O3 -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV fileop.c -o fileop_linux.o cc -c -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV pit_server.c -o pit_server.o In file included from libasync.c:110: /usr/include/sys/errno.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ In file included from libbif.c:23: /usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ In file included from pit_server.c:33: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ iozone.c: In function 'dump_throughput': iozone.c:19846:47: warning: '%15s' directive writing between 15 and 399 bytes into a region of size 300 [-Wformat-overflow=] 19846 | sprintf(print_str,"%15s ",toutput[i]); | ^~~~ iozone.c:19846:28: note: 'sprintf' output between 17 and 401 bytes into a destination of size 300 19846 | sprintf(print_str,"%15s ",toutput[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'start_monitor': iozone.c:24863:47: warning: '&' directive writing 1 byte into a region of size between 0 and 255 [-Wformat-overflow=] 24863 | sprintf(command_line,"%s %s&",imon_start,test); | ^ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24851:1: iozone.c:24863:20: note: 'sprintf' output 3 or more bytes (assuming 258) into a destination of size 256 24863 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'start_monitor': iozone.c:24861:47: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] 24861 | sprintf(command_line,"%s %s",imon_start,test); | ^ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24851:1: iozone.c:24861:20: note: 'sprintf' output 2 or more bytes (assuming 257) into a destination of size 256 24861 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'stop_monitor': iozone.c:24881:47: warning: ' &' directive writing 2 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 24881 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24869:1: iozone.c:24881:20: note: 'sprintf' output 4 or more bytes (assuming 259) into a destination of size 256 24881 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'stop_monitor': iozone.c:24879:47: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] 24879 | sprintf(command_line,"%s %s",imon_stop,test); | ^ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24869:1: iozone.c:24879:20: note: 'sprintf' output 2 or more bytes (assuming 257) into a destination of size 256 24879 | sprintf(command_line,"%s %s",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -Wmissing-prototypes -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -D_LARGEFILE64_SOURCE \ -DSHARED_MEM -Dlinux -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV libbif.c -o libbif.o In file included from libbif.c:23: /usr/include/sys/fcntl.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ cc -Wmissing-prototypes -c -O3 -Dunix -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \ -D_LARGEFILE64_SOURCE -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV libasync.c -o libasync.o In file included from libasync.c:110: /usr/include/sys/errno.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ cc -O3 -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV iozone_linux.o libasync.o libbif.o -lpthread \ -lrt -o iozone cc -O3 -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV -Dlinux fileop_linux.o -o fileop cc -O3 -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV -Dlinux pit_server.o -o pit_server >>> iozone: Entering fakeroot... >>> iozone-doc*: Running split function doc... 'usr/share/man' -> '/home/buildozer/aports/community/iozone/pkg/iozone-doc/usr/share/man' 'usr/share/licenses' -> '/home/buildozer/aports/community/iozone/pkg/iozone-doc/usr/share/licenses' >>> iozone-doc*: Preparing subpackage iozone-doc... >>> iozone-doc*: Running postcheck for iozone-doc >>> iozone*: Running postcheck for iozone >>> iozone*: Preparing package iozone... >>> iozone*: Stripping binaries >>> iozone-doc*: Scanning shared objects >>> iozone*: Scanning shared objects >>> iozone-doc*: Tracing dependencies... >>> iozone-doc*: Package size: 6.9 KB >>> iozone-doc*: Compressing data... >>> iozone-doc*: Create checksum... >>> iozone-doc*: Create iozone-doc-3.508-r0.apk >>> iozone*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> iozone*: Package size: 259.9 KB >>> iozone*: Compressing data... >>> iozone*: Create checksum... >>> iozone*: Create iozone-3.508-r0.apk >>> iozone: Build complete at Wed, 03 Sep 2025 21:31:42 +0000 elapsed time 0h 0m 12s >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Uninstalling dependencies... (1/1) Purging .makedepends-iozone (20250903.213132) OK: 288 MiB in 101 packages >>> iozone: Updating the community/ppc64le repository index... >>> iozone: Signing the index...