>>> iozone: Building community/iozone 3.508-r0 (using abuild 3.15.0-r3) started Thu, 04 Sep 2025 01:30:07 +0000 >>> iozone: Validating /home/buildozer/aports/community/iozone/APKBUILD... >>> iozone: Analyzing dependencies... >>> iozone: Installing for build: build-base (1/1) Installing .makedepends-iozone (20250904.013008) OK: 426 MiB in 105 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) saving to '/var/cache/distfiles/edge/iozone3_508.tar.part' iozone3_508.tar.part 57% |****************** | 1071k 0:00:00 ETA iozone3_508.tar.part 100% |********************************| 1860k 0:00:00 ETA '/var/cache/distfiles/edge/iozone3_508.tar.part' saved >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Iozone_License.txt Connecting to distfiles.alpinelinux.org (172.105.82.32:443) saving to '/var/cache/distfiles/edge/Iozone_License.txt.part' Iozone_License.txt.p 100% |********************************| 1197 0:00:00 ETA '/var/cache/distfiles/edge/Iozone_License.txt.part' saved >>> 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/edge/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 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 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 pit_server.c:33: /usr/include/sys/poll.h:1:2: warning: #warning redirecting incorrect #include to [-Wcpp] 1 | #warning redirecting incorrect #include to | ^~~~~~~ libasync.c: In function 'del_cache': libasync.c:716:67: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'ssize_t' {aka 'int'} [-Wformat=] 716 | printf("Aio return in del_cache failed. %ld %d\n",ret,errno); | ~~^ ~~~ | | | | | ssize_t {aka int} | long int | %d 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 | ^~~~~~~ libasync.c: In function 'del_cache': libasync.c:716:67: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'ssize_t' {aka 'int'} [-Wformat=] 716 | printf("Aio return in del_cache failed. %ld %d\n",ret,errno); | ~~^ ~~~ | | | | | ssize_t {aka int} | long int | %d 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-x86.so.1 >>> iozone*: Package size: 270.7 KB >>> iozone*: Compressing data... >>> iozone*: Create checksum... >>> iozone*: Create iozone-3.508-r0.apk >>> iozone: Build complete at Thu, 04 Sep 2025 01:30:18 +0000 elapsed time 0h 0m 11s >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Uninstalling dependencies... (1/1) Purging .makedepends-iozone (20250904.013008) OK: 426 MiB in 104 packages >>> iozone: Updating the community/x86 repository index... >>> iozone: Signing the index...