>>> iozone: Building community/iozone 3.511-r0 (using abuild 3.18.0_rc5-r0) started Sat, 22 Aug 2026 23:16:10 +0000 >>> iozone: Validating /home/buildozer/aports/community/iozone/APKBUILD... >>> iozone: Analyzing dependencies... >>> iozone: Installing for build: build-base (1/1) Installing .makedepends-iozone (20260822.231611) OK: 289.3 MiB in 107 packages >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Cleaning up tmpdir >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/iozone3_511.tgz 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_511.tgz Connecting to www.iozone.org (38.146.202.4:443) saving to '/var/cache/distfiles/iozone3_511.tgz.part' iozone3_511.tgz.part 100% |********************************| 817k 0:00:00 ETA '/var/cache/distfiles/iozone3_511.tgz.part' saved /var/cache/distfiles/iozone3_511.tgz: OK >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Iozone_License.txt /var/cache/distfiles/Iozone_License.txt: OK /home/buildozer/aports/community/iozone/gcc-15.patch: OK >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/iozone3_511.tgz /var/cache/distfiles/iozone3_511.tgz: OK >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Iozone_License.txt /var/cache/distfiles/Iozone_License.txt: OK /home/buildozer/aports/community/iozone/gcc-15.patch: OK >>> iozone: Unpacking /var/cache/distfiles/iozone3_511.tgz... >>> 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 cc -c -O3 -Os -fstack-clash-protection -Wformat -Werror=format-security -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV fileop.c -o fileop_linux.o Building the pit_server 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 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 | ^~~~~~~ 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 | ^~~~~~~ iozone.c: In function 'dump_throughput': iozone.c:19848:47: warning: '%15s' directive writing between 15 and 399 bytes into a region of size 300 [-Wformat-overflow=] 19848 | sprintf(print_str,"%15s ",toutput[i]); | ^~~~ iozone.c:19848:28: note: 'sprintf' output between 17 and 401 bytes into a destination of size 300 19848 | sprintf(print_str,"%15s ",toutput[i]); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'start_monitor': iozone.c:24871:47: warning: '&' directive writing 1 byte into a region of size between 0 and 255 [-Wformat-overflow=] 24871 | sprintf(command_line,"%s %s&",imon_start,test); | ^ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24859:1: iozone.c:24871:20: note: 'sprintf' output 3 or more bytes (assuming 258) into a destination of size 256 24871 | sprintf(command_line,"%s %s&",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'start_monitor': iozone.c:24869:47: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] 24869 | sprintf(command_line,"%s %s",imon_start,test); | ^ In function 'start_monitor', inlined from 'start_monitor' at iozone.c:24859:1: iozone.c:24869:20: note: 'sprintf' output 2 or more bytes (assuming 257) into a destination of size 256 24869 | sprintf(command_line,"%s %s",imon_start,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'stop_monitor': iozone.c:24889:47: warning: ' &' directive writing 2 bytes into a region of size between 0 and 255 [-Wformat-overflow=] 24889 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24877:1: iozone.c:24889:20: note: 'sprintf' output 4 or more bytes (assuming 259) into a destination of size 256 24889 | sprintf(command_line,"%s %s &",imon_stop,test); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ iozone.c: In function 'stop_monitor': iozone.c:24887:47: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] 24887 | sprintf(command_line,"%s %s",imon_stop,test); | ^ In function 'stop_monitor', inlined from 'stop_monitor' at iozone.c:24877:1: iozone.c:24887:20: note: 'sprintf' output 2 or more bytes (assuming 257) into a destination of size 256 24887 | 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*: Scanning shared objects >>> 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.511-r0.apk >>> 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.511-r0.apk >>> iozone: Build complete at Sat, 22 Aug 2026 23:16:22 +0000 elapsed time 0h 0m 12s >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Uninstalling dependencies... (1/1) Purging .makedepends-iozone (20260822.231611) OK: 289.3 MiB in 106 packages >>> iozone: Updating the community/ppc64le repository index... >>> iozone: Signing the index...