>>> iozone: Building community/iozone 3.506-r0 (using abuild 3.12.0-r0) started Mon, 20 Nov 2023 13:24:12 +0000 >>> iozone: Checking sanity of /home/buildozer/aports/community/iozone/APKBUILD... >>> iozone: Analyzing dependencies... >>> iozone: Installing for build: build-base (1/1) Installing .makedepends-iozone (20231120.132413) OK: 380 MiB in 104 packages >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Cleaning up tmpdir >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/iozone3_506.tar >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Iozone_License.txt >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/iozone3_506.tar >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Iozone_License.txt >>> iozone: Checking sha512sums... iozone3_506.tar: OK Iozone_License.txt: OK >>> iozone: Unpacking /var/cache/distfiles/iozone3_506.tar... 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 -Wall -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 -Wall -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 'main': iozone.c:1865:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 1865 | int anwser,bind_cpu; | ^~~~~~ iozone.c: In function 'throughput_test': iozone.c:3954:14: warning: variable 'getout' set but not used [-Wunused-but-set-variable] 3954 | char getout; | ^~~~~~ iozone.c: In function 'time_so_far': iozone.c:7322:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7322 | if (pit_gettimeofday(&tp, (struct timezone *) NULL, pit_hostname, pit_service) == -1) | ^~ iozone.c:7324:10: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7324 | return ((double) (tp.tv_sec)) + (((double) tp.tv_usec) * 0.000001 ); | ^~~~~~ iozone.c:7328:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7328 | if (gettimeofday(&tp, (struct timezone *) NULL) == -1) | ^~ iozone.c:7330:10: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7330 | return ((double) (tp.tv_sec)) + (((double) tp.tv_usec) * 0.000001 ); | ^~~~~~ iozone.c: In function 'fetchit': iozone.c:7354:28: warning: variable 'x' set but not used [-Wunused-but-set-variable] 7354 | volatile long long x[4]; | ^ iozone.c: In function 'verify_buffer': iozone.c:7443:33: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7443 | if(!silent) | ^~ iozone.c:7450:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7450 | printf("Found %.lx Expecting %.lx \n",de_ibuf[i], de_obuf[i]); | ^~~~~~ iozone.c:7402:23: warning: variable 'x' set but not used [-Wunused-but-set-variable] 7402 | unsigned long x; | ^ iozone.c:7393:37: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] 7393 | volatile unsigned long long dummy; | ^~~~~ iozone.c: In function 'fill_buffer': iozone.c:7570:23: warning: variable 'x' set but not used [-Wunused-but-set-variable] 7570 | unsigned long x; | ^ iozone.c: In function 'purgeit': iozone.c:7654:28: warning: variable 'x' set but not used [-Wunused-but-set-variable] 7654 | VOLATILE long long x[200]; | ^ iozone.c: In function 'write_perf_test': iozone.c:7741:13: warning: variable 'test_foo' set but not used [-Wunused-but-set-variable] 7741 | int test_foo; | ^~~~~~~~ iozone.c:7709:19: warning: unused variable 'cur_off' [-Wunused-variable] 7709 | long long cur_off; | ^~~~~~~ iozone.c: In function 'read_perf_test': iozone.c:8822:13: warning: variable 'test_foo' set but not used [-Wunused-but-set-variable] 8822 | int test_foo,ltest; | ^~~~~~~~ iozone.c: At top level: iozone.c:11725:6: warning: no previous prototype for 'create_list' [-Wmissing-prototypes] 11725 | void create_list(long long *list_off, long long reclen, off64_t numrecs64) | ^~~~~~~~~~~ iozone.c: In function 'alloc_mem': iozone.c:12717:19: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 12717 | long long tmp; | ^~~ iozone.c:12716:13: warning: variable 'tfd' set but not used [-Wunused-but-set-variable] 12716 | int tfd; | ^~~ iozone.c:12712:21: warning: variable 'dumb' set but not used [-Wunused-but-set-variable] 12712 | char *addr,*dumb; | ^~~~ iozone.c: In function 'purge_buffer_cache': iozone.c:12985:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12985 | if (ret == 0) | ^~ iozone.c:12987:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 12987 | sleep(i); /* seconds */ | ^~~~~ iozone.c: In function 'thread_write_test': iozone.c:13030:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 13030 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c: In function 'thread_pwrite_test': iozone.c:13779:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 13779 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c: In function 'thread_rwrite_test': iozone.c:14444:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 14444 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c:14438:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 14438 | off64_t written_so_far, read_so_far, re_written_so_far,re_read_so_far=0; | ^~~~~~~~~~~~~~ iozone.c:14436:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 14436 | long long recs_per_buffer,traj_size; | ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_read_test': iozone.c:15084:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 15084 | int anwser,bind_cpu; | ^~~~~~ iozone.c:15075:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 15075 | long long recs_per_buffer,traj_size; | ^~~~~~~~~~~~~~~ iozone.c:15074:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 15074 | off64_t written_so_far, read_so_far, re_written_so_far,re_read_so_far; | ^~~~~~~~~~~~~~ iozone.c: In function 'thread_pread_test': iozone.c:15716:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 15716 | int anwser,bind_cpu; | ^~~~~~ iozone.c:15707:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 15707 | long long recs_per_buffer,traj_size; | ^~~~~~~~~~~~~~~ iozone.c:15706:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 15706 | off64_t written_so_far, read_so_far, re_written_so_far,re_read_so_far; | ^~~~~~~~~~~~~~ iozone.c: In function 'thread_rread_test': iozone.c:16265:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 16265 | int anwser,bind_cpu; | ^~~~~~ iozone.c:16258:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 16258 | off64_t written_so_far, read_so_far, re_written_so_far, | ^~~~~~~~~~~~~~ iozone.c:16256:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 16256 | long long recs_per_buffer,traj_size; | ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_reverse_read_test': iozone.c:16879:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 16879 | int anwser,bind_cpu; | ^~~~~~ iozone.c:16873:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 16873 | off64_t written_so_far, reverse_read, re_read_so_far,read_so_far; | ^~~~~~~~~~~~~~ iozone.c:16869:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 16869 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_stride_read_test': iozone.c:17438:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 17438 | int anwser,bind_cpu; | ^~~~~~ iozone.c:17431:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 17431 | off64_t written_so_far, stride_read,re_read_so_far,read_so_far; | ^~~~~~~~~~~~~~ iozone.c:17427:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 17427 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_ranread_test': iozone.c:18075:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 18075 | int anwser,bind_cpu; | ^~~~~~ iozone.c:18067:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 18067 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c:18066:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 18066 | off64_t written_so_far, ranread_so_far, re_written_so_far,re_read_so_far; | ^~~~~~~~~~~~~~ iozone.c: In function 'thread_ranwrite_test': iozone.c:18726:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 18726 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c: In function 'dump_throughput_cpu': iozone.c:19688:15: warning: variable 'label' set but not used [-Wunused-but-set-variable] 19688 | char *label; | ^~~~~ iozone.c: In function 'dump_throughput': iozone.c:19755:19: warning: variable 'x' set but not used [-Wunused-but-set-variable] 19755 | long long x,y,i,j; | ^ iozone.c: In function 'r_traj_size': iozone.c:20802:13: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 20802 | int ret; | ^~~ iozone.c: In function 'w_traj_size': iozone.c:20901:13: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 20901 | int ret; | ^~~ iozone.c: In function 'start_child_listen': iozone.c:21856:13: warning: variable 'xx' set but not used [-Wunused-but-set-variable] 21856 | int xx; | ^~ iozone.c:21853:13: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] 21853 | int tsize; | ^~~~~ iozone.c: In function 'start_child_listen_async': iozone.c:22040:13: warning: variable 'xx' set but not used [-Wunused-but-set-variable] 22040 | int xx; | ^~ iozone.c:22037:13: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] 22037 | int tsize; | ^~~~~ iozone.c: In function 'start_child_listen_loop': iozone.c:23406:29: warning: variable 'child_stat' set but not used [-Wunused-but-set-variable] 23406 | struct child_stats *child_stat; | ^~~~~~~~~~ iozone.c: In function 'sp_start_child_listen': iozone.c:24223:13: warning: variable 'xx' set but not used [-Wunused-but-set-variable] 24223 | int xx; | ^~ iozone.c:24219:13: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] 24219 | int tsize; | ^~~~~ iozone.c: In function 'sp_start_master_listen': iozone.c:24468:13: warning: variable 'xx' set but not used [-Wunused-but-set-variable] 24468 | int xx; | ^~ iozone.c:24464:13: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] 24464 | int tsize; | ^~~~~ iozone.c: In function 'get_pattern': iozone.c:24723:22: warning: variable 'temp' set but not used [-Wunused-but-set-variable] 24723 | unsigned int temp; | ^~~~ iozone.c: In function 'thread_fwrite_test': iozone.c:25749:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 25749 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c:25740:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 25740 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c:25733:15: warning: variable 'delay' set but not used [-Wunused-but-set-variable] 25733 | float delay = (float)0; | ^~~~~ iozone.c: In function 'thread_fread_test': iozone.c:26221:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 26221 | int anwser,bind_cpu; | ^~~~~~ iozone.c:26212:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 26212 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c:26205:15: warning: variable 'delay' set but not used [-Wunused-but-set-variable] 26205 | float delay = (float)0; | ^~~~~ cc -Wmissing-prototypes -Wall -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 -Wall -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 '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 $"; | ^~~~~~~ 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... >>> 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.506-r0.apk >>> iozone*: Tracing dependencies... so:libc.musl-aarch64.so.1 >>> iozone*: Package size: 272.0 KB >>> iozone*: Compressing data... >>> iozone*: Create checksum... >>> iozone*: Create iozone-3.506-r0.apk >>> iozone: Build complete at Mon, 20 Nov 2023 13:24:21 +0000 elapsed time 0h 0m 9s >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Uninstalling dependencies... (1/1) Purging .makedepends-iozone (20231120.132413) OK: 380 MiB in 103 packages >>> iozone: Updating the community/aarch64 repository index... >>> iozone: Signing the index...