>>> iozone: Building testing/iozone 3.493-r0 (using abuild 3.9.0-r0) started Sun, 16 Jan 2022 01:35:44 +0000 >>> iozone: Checking sanity of /home/buildozer/aports/testing/iozone/APKBUILD... >>> iozone: Analyzing dependencies... >>> iozone: Installing for build: build-base (1/1) Installing .makedepends-iozone (20220116.013545) OK: 230 MiB in 90 packages >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge//iozone3_493.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 146 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 404 >>> iozone: Fetching http://iozone.org/src/current/iozone3_493.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 811k 1 15701 0 0 11548 0 0:01:11 0:00:01 0:01:10 11544 100 811k 100 811k 0 0 420k 0 0:00:01 0:00:01 --:--:-- 420k >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge//Iozone_License.txt % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1197 100 1197 0 0 1680 0 --:--:-- --:--:-- --:--:-- 1678 >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge//iozone3_493.tgz >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge//Iozone_License.txt >>> iozone: Checking sha512sums... iozone3_493.tgz: OK Iozone_License.txt: OK >>> iozone: Unpacking /var/cache/distfiles/edge/iozone3_493.tgz... cc -DHAVE_PREADV -DHAVE_PWRITEV -Os -fomit-frame-pointer -c -o libbif.o libbif.c cc -DHAVE_PREADV -DHAVE_PWRITEV -Os -fomit-frame-pointer -c -o libasync.o libasync.c Building iozone for Linux PowerPC64 cc -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DNAME='"linux-powerpc64"' \ -DSHARED_MEM -Dlinux -D_LARGEFILE64_SOURCE -DHAVE_PREADV -DHAVE_PWRITEV iozone.c \ -m64 -o iozone_linux-powerpc64.o Building fileop for Linux-powerpc64 Building the pit_server cc -Wall -c -O3 -DHAVE_PREADV -DHAVE_PWRITEV -m64 fileop.c -o fileop_linux-ppc64.o cc -c -DHAVE_PREADV -DHAVE_PWRITEV -m64 pit_server.c -o pit_server-linux-powerpc64.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 | ^~~~~~~ libbif.c:205:1: warning: return type defaults to 'int' [-Wimplicit-int] 205 | create_xls(name) | ^~~~~~~~~~ libasync.c: In function 'end_async': libasync.c:299:9: warning: implicit declaration of function 'del_cache' [-Wimplicit-function-declaration] 299 | del_cache(gc); | ^~~~~~~~~ libasync.c: In function 'async_read': libasync.c:427:17: warning: implicit declaration of function 'takeoff_cache'; did you mean 'alloc_cache'? [-Wimplicit-function-declaration] 427 | takeoff_cache(gc,ce); | ^~~~~~~~~~~~~ | alloc_cache libasync.c: At top level: libasync.c:603:1: warning: conflicting types for 'takeoff_cache'; have 'void(struct cache *, struct cache_ent *)' 603 | takeoff_cache(struct cache *gc, struct cache_ent *ce) | ^~~~~~~~~~~~~ libasync.c:427:17: note: previous implicit declaration of 'takeoff_cache' with type 'void(struct cache *, struct cache_ent *)' 427 | takeoff_cache(gc,ce); | ^~~~~~~~~~~~~ libasync.c:677:1: warning: conflicting types for 'del_cache'; have 'void()' 677 | del_cache(gc) | ^~~~~~~~~ libasync.c:299:9: note: previous implicit declaration of 'del_cache' with type 'void()' 299 | del_cache(gc); | ^~~~~~~~~ libasync.c: In function 'async_read_no_copy': libasync.c:765:17: warning: implicit declaration of function 'putoninuse' [-Wimplicit-function-declaration] 765 | putoninuse(gc,ce); | ^~~~~~~~~~ libasync.c: In function 'async_release': libasync.c:870:9: warning: implicit declaration of function 'takeoffinuse' [-Wimplicit-function-declaration] 870 | takeoffinuse(gc); | ^~~~~~~~~~~~ libasync.c: At top level: libasync.c:884:1: warning: conflicting types for 'putoninuse'; have 'void()' 884 | putoninuse(gc,entry) | ^~~~~~~~~~ libasync.c:765:17: note: previous implicit declaration of 'putoninuse' with type 'void()' 765 | putoninuse(gc,ce); | ^~~~~~~~~~ libasync.c:905:1: warning: conflicting types for 'takeoffinuse'; have 'void()' 905 | takeoffinuse(gc) | ^~~~~~~~~~~~ libasync.c:870:9: note: previous implicit declaration of 'takeoffinuse' with type 'void()' 870 | takeoffinuse(gc); | ^~~~~~~~~~~~ cc -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -D_LARGEFILE64_SOURCE \ -DSHARED_MEM -Dlinux -DHAVE_PREADV -DHAVE_PWRITEV libbif.c -m64 -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 -c -O3 -Dunix -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \ -D_LARGEFILE64_SOURCE -DHAVE_PREADV -DHAVE_PWRITEV libasync.c -m64 -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 -Dunix -DHAVE_ANSIC_C -DSHARED_MEM -DASYNC_IO \ -D_LARGEFILE64_SOURCE -Dlinux \ iozone_linux-powerpc64.o libasync.o libbif.o -lpthread \ -lrt -m64 -o iozone cc -O3 -Dlinux fileop_linux-ppc64.o -m64 -o fileop cc -O3 -Dlinux pit_server-linux-powerpc64.o -m64 -o pit_server >>> iozone: Entering fakeroot... >>> iozone-doc*: Running split function doc... >>> 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: 40.0 KB >>> iozone-doc*: Compressing data... >>> iozone-doc*: Create checksum... >>> iozone-doc*: Create iozone-doc-3.493-r0.apk >>> iozone*: Tracing dependencies... so:libc.musl-ppc64le.so.1 >>> iozone*: Package size: 400.0 KB >>> iozone*: Compressing data... >>> iozone*: Create checksum... >>> iozone*: Create iozone-3.493-r0.apk >>> iozone: Build complete at Sun, 16 Jan 2022 01:36:04 +0000 elapsed time 0h 0m 20s >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Uninstalling dependencies... (1/1) Purging .makedepends-iozone (20220116.013545) OK: 230 MiB in 89 packages >>> iozone: Updating the testing/ppc64le repository index... >>> iozone: Signing the index...