>>> iozone: Building testing/iozone 3.494-r0 (using abuild 3.10.0-r0) started Thu, 22 Dec 2022 01:00:28 +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 (20221222.010030) OK: 391 MiB in 99 packages >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/iozone3_494.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 6 1180k 6 81866 0 0 188k 0 0:00:06 --:--:-- 0:00:06 188k 100 1180k 100 1180k 0 0 2460k 0 --:--:-- --:--:-- --:--:-- 2460k >>> 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 100 1197 100 1197 0 0 3485 0 --:--:-- --:--:-- --:--:-- 3489 >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/iozone3_494.tgz >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/edge/Iozone_License.txt >>> iozone: Checking sha512sums... iozone3_494.tgz: OK Iozone_License.txt: OK >>> iozone: Unpacking /var/cache/distfiles/edge/iozone3_494.tgz... cc -Os -fomit-frame-pointer -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV -Os -fomit-frame-pointer -c -o libasync.o libasync.c cc -Os -fomit-frame-pointer -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV -Os -fomit-frame-pointer -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 -fomit-frame-pointer -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV iozone.c \ -DNAME='"linux"' -o iozone_linux.o Building fileop for Linux cc -Wall -c -O3 -Os -fomit-frame-pointer -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV fileop.c -o fileop_linux.o Building the pit_server cc -c -Os -fomit-frame-pointer -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 | ^~~~~~~ iozone.c: In function 'main': iozone.c:1866:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 1866 | int anwser,bind_cpu; | ^~~~~~ iozone.c: In function 'throughput_test': iozone.c:3955:14: warning: variable 'getout' set but not used [-Wunused-but-set-variable] 3955 | char getout; | ^~~~~~ iozone.c: In function 'time_so_far': iozone.c:7323:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7323 | if (pit_gettimeofday(&tp, (struct timezone *) NULL, pit_hostname, pit_service) == -1) | ^~ iozone.c:7325:10: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7325 | return ((double) (tp.tv_sec)) + (((double) tp.tv_usec) * 0.000001 ); | ^~~~~~ iozone.c:7329:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7329 | if (gettimeofday(&tp, (struct timezone *) NULL) == -1) | ^~ iozone.c:7331:10: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7331 | return ((double) (tp.tv_sec)) + (((double) tp.tv_usec) * 0.000001 ); | ^~~~~~ iozone.c: In function 'fetchit': iozone.c:7355:28: warning: variable 'x' set but not used [-Wunused-but-set-variable] 7355 | volatile long long x[4]; | ^ iozone.c: In function 'verify_buffer': iozone.c:7444:33: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7444 | if(!silent) | ^~ iozone.c:7451:36: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7451 | printf("Found %.lx Expecting %.lx \n",de_ibuf[i], de_obuf[i]); | ^~~~~~ iozone.c:7403:23: warning: variable 'x' set but not used [-Wunused-but-set-variable] 7403 | unsigned long x; | ^ iozone.c:7394:37: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] 7394 | volatile unsigned long long dummy; | ^~~~~ iozone.c: In function 'fill_buffer': iozone.c:7571:23: warning: variable 'x' set but not used [-Wunused-but-set-variable] 7571 | unsigned long x; | ^ iozone.c: In function 'purgeit': iozone.c:7655:28: warning: variable 'x' set but not used [-Wunused-but-set-variable] 7655 | VOLATILE long long x[200]; | ^ iozone.c: In function 'write_perf_test': iozone.c:7742:13: warning: variable 'test_foo' set but not used [-Wunused-but-set-variable] 7742 | int test_foo; | ^~~~~~~~ iozone.c:7710:19: warning: unused variable 'cur_off' [-Wunused-variable] 7710 | long long cur_off; | ^~~~~~~ iozone.c: In function 'read_perf_test': iozone.c:8811:13: warning: variable 'test_foo' set but not used [-Wunused-but-set-variable] 8811 | int test_foo,ltest; | ^~~~~~~~ iozone.c: At top level: iozone.c:11625:6: warning: no previous prototype for 'create_list' [-Wmissing-prototypes] 11625 | void create_list(long long *list_off, long long reclen, off64_t numrecs64) | ^~~~~~~~~~~ iozone.c: In function 'alloc_mem': iozone.c:12617:19: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 12617 | long long tmp; | ^~~ iozone.c:12616:13: warning: variable 'tfd' set but not used [-Wunused-but-set-variable] 12616 | int tfd; | ^~~ iozone.c:12612:21: warning: variable 'dumb' set but not used [-Wunused-but-set-variable] 12612 | char *addr,*dumb; | ^~~~ iozone.c: In function 'purge_buffer_cache': iozone.c:12885:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12885 | if (ret == 0) | ^~ iozone.c:12887:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 12887 | sleep(i); /* seconds */ | ^~~~~ iozone.c: In function 'thread_write_test': iozone.c:12930:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 12930 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c: In function 'thread_pwrite_test': iozone.c:13664:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 13664 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c: In function 'thread_rwrite_test': iozone.c:14314:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 14314 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c:14308:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 14308 | off64_t written_so_far, read_so_far, re_written_so_far,re_read_so_far=0; | ^~~~~~~~~~~~~~ iozone.c:14306:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 14306 | long long recs_per_buffer,traj_size; | ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_read_test': iozone.c:14939:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 14939 | int anwser,bind_cpu; | ^~~~~~ iozone.c:14930:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 14930 | long long recs_per_buffer,traj_size; | ^~~~~~~~~~~~~~~ iozone.c:14929:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 14929 | 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:15551:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 15551 | int anwser,bind_cpu; | ^~~~~~ iozone.c:15542:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 15542 | long long recs_per_buffer,traj_size; | ^~~~~~~~~~~~~~~ iozone.c:15541:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 15541 | 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:16087:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 16087 | int anwser,bind_cpu; | ^~~~~~ iozone.c:16080:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 16080 | off64_t written_so_far, read_so_far, re_written_so_far, | ^~~~~~~~~~~~~~ iozone.c:16078:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 16078 | long long recs_per_buffer,traj_size; | ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_reverse_read_test': iozone.c:16688:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 16688 | int anwser,bind_cpu; | ^~~~~~ iozone.c:16682:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 16682 | off64_t written_so_far, reverse_read, re_read_so_far,read_so_far; | ^~~~~~~~~~~~~~ iozone.c:16678:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 16678 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_stride_read_test': iozone.c:17234:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 17234 | int anwser,bind_cpu; | ^~~~~~ iozone.c:17227:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 17227 | off64_t written_so_far, stride_read,re_read_so_far,read_so_far; | ^~~~~~~~~~~~~~ iozone.c:17223:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 17223 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_ranread_test': iozone.c:17858:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 17858 | int anwser,bind_cpu; | ^~~~~~ iozone.c:17850:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 17850 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c:17849:17: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 17849 | 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:18496:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 18496 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c: In function 'dump_throughput_cpu': iozone.c:19443:15: warning: variable 'label' set but not used [-Wunused-but-set-variable] 19443 | char *label; | ^~~~~ iozone.c: In function 'dump_throughput': iozone.c:19510:19: warning: variable 'x' set but not used [-Wunused-but-set-variable] 19510 | long long x,y,i,j; | ^ iozone.c: In function 'r_traj_size': iozone.c:20557:13: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 20557 | int ret; | ^~~ iozone.c: In function 'w_traj_size': iozone.c:20656:13: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 20656 | int ret; | ^~~ iozone.c: In function 'start_child_listen': iozone.c:21611:13: warning: variable 'xx' set but not used [-Wunused-but-set-variable] 21611 | int xx; | ^~ iozone.c:21608:13: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] 21608 | int tsize; | ^~~~~ iozone.c: In function 'start_child_listen_async': iozone.c:21795:13: warning: variable 'xx' set but not used [-Wunused-but-set-variable] 21795 | int xx; | ^~ iozone.c:21792:13: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] 21792 | int tsize; | ^~~~~ iozone.c: In function 'start_child_listen_loop': iozone.c:23161:29: warning: variable 'child_stat' set but not used [-Wunused-but-set-variable] 23161 | struct child_stats *child_stat; | ^~~~~~~~~~ iozone.c: In function 'sp_start_child_listen': iozone.c:23978:13: warning: variable 'xx' set but not used [-Wunused-but-set-variable] 23978 | int xx; | ^~ iozone.c:23974:13: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] 23974 | int tsize; | ^~~~~ iozone.c: In function 'sp_start_master_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 'get_pattern': iozone.c:24478:22: warning: variable 'temp' set but not used [-Wunused-but-set-variable] 24478 | unsigned int temp; | ^~~~ iozone.c: In function 'thread_fwrite_test': iozone.c:25498:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 25498 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c:25489:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 25489 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c:25482:15: warning: variable 'delay' set but not used [-Wunused-but-set-variable] 25482 | float delay = (float)0; | ^~~~~ iozone.c: In function 'thread_fread_test': iozone.c:25970:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 25970 | int anwser,bind_cpu; | ^~~~~~ iozone.c:25961:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 25961 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c:25954:15: warning: variable 'delay' set but not used [-Wunused-but-set-variable] 25954 | float delay = (float)0; | ^~~~~ cc -Wmissing-prototypes -Wall -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -D_LARGEFILE64_SOURCE \ -DSHARED_MEM -Dlinux -Os -fomit-frame-pointer -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 -fomit-frame-pointer -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_read_no_copy': libasync.c:742:17: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 742 | if(ret) | ^~ libasync.c:744:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 744 | printf("It changed in flight\n"); | ^~~~~~ 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.34 $"; | ^~~~~~~ cc -O3 -Os -fomit-frame-pointer -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV iozone_linux.o libasync.o libbif.o -lpthread \ -lrt -o iozone cc -O3 -Os -fomit-frame-pointer -DHAVE_ANSIC_C -DHAVE_PREADV -DHAVE_PWRITEV -Dlinux fileop_linux.o -o fileop cc -O3 -Os -fomit-frame-pointer -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.494-r0.apk >>> iozone*: Tracing dependencies... so:libc.musl-x86_64.so.1 >>> iozone*: Package size: 252.0 KB >>> iozone*: Compressing data... >>> iozone*: Create checksum... >>> iozone*: Create iozone-3.494-r0.apk >>> iozone: Build complete at Thu, 22 Dec 2022 01:00:40 +0000 elapsed time 0h 0m 12s >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Uninstalling dependencies... (1/1) Purging .makedepends-iozone (20221222.010030) OK: 391 MiB in 98 packages >>> iozone: Updating the testing/x86_64 repository index... >>> iozone: Signing the index...