>>> iozone: Building testing/iozone 3.492-r0 (using abuild 3.9.0_rc2-r0) started Wed, 13 Oct 2021 05:47:33 +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 (20211013.054734) OK: 321 MiB in 103 packages >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/iozone3_492.tar % 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 1840k 100 1840k 0 0 19.0M 0 --:--:-- --:--:-- --:--:-- 19.1M >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/Iozone_License.txt >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/iozone3_492.tar >>> iozone: Fetching https://distfiles.alpinelinux.org/distfiles/Iozone_License.txt >>> iozone: Checking sha512sums... iozone3_492.tar: OK Iozone_License.txt: OK >>> iozone: Unpacking /var/cache/distfiles/iozone3_492.tar... cc -DHAVE_PREADV -DHAVE_PWRITEV -Os -fomit-frame-pointer -c -o libasync.o libasync.c cc -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 -DHAVE_PREADV -DHAVE_PWRITEV iozone.c \ -DNAME='"linux"' -o iozone_linux.o Building fileop for Linux cc -Wall -c -O3 -DHAVE_PREADV -DHAVE_PWRITEV fileop.c -o fileop_linux.o Building the pit_server cc -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 | ^~~~~~~ libbif.c:205:1: warning: return type defaults to 'int' [-Wimplicit-int] 205 | create_xls(name) | ^~~~~~~~~~ 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 'end_async': libasync.c:299:2: warning: implicit declaration of function 'del_cache' [-Wimplicit-function-declaration] 299 | del_cache(gc); | ^~~~~~~~~ libasync.c: In function 'async_read': libasync.c:427:3: 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' 603 | takeoff_cache(struct cache *gc, struct cache_ent *ce) | ^~~~~~~~~~~~~ libasync.c:427:3: note: previous implicit declaration of 'takeoff_cache' was here 427 | takeoff_cache(gc,ce); | ^~~~~~~~~~~~~ libasync.c:677:1: warning: conflicting types for 'del_cache' 677 | del_cache(gc) | ^~~~~~~~~ libasync.c:299:2: note: previous implicit declaration of 'del_cache' was here 299 | del_cache(gc); | ^~~~~~~~~ libasync.c: In function 'async_read_no_copy': libasync.c:765:3: warning: implicit declaration of function 'putoninuse' [-Wimplicit-function-declaration] 765 | putoninuse(gc,ce); | ^~~~~~~~~~ libasync.c: In function 'async_release': libasync.c:870:2: 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' 884 | putoninuse(gc,entry) | ^~~~~~~~~~ libasync.c:765:3: note: previous implicit declaration of 'putoninuse' was here 765 | putoninuse(gc,ce); | ^~~~~~~~~~ libasync.c:905:1: warning: conflicting types for 'takeoffinuse' 905 | takeoffinuse(gc) | ^~~~~~~~~~~~ libasync.c:870:2: note: previous implicit declaration of 'takeoffinuse' was here 870 | takeoffinuse(gc); | ^~~~~~~~~~~~ iozone.c: In function 'main': iozone.c:1862:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 1862 | int anwser,bind_cpu; | ^~~~~~ iozone.c: In function 'throughput_test': iozone.c:3947:7: warning: variable 'getout' set but not used [-Wunused-but-set-variable] 3947 | char getout; | ^~~~~~ iozone.c: In function 'time_so_far': iozone.c:7315:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7315 | if (pit_gettimeofday(&tp, (struct timezone *) NULL, pit_hostname, pit_service) == -1) | ^~ iozone.c:7317:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7317 | return ((double) (tp.tv_sec)) + (((double) tp.tv_usec) * 0.000001 ); | ^~~~~~ iozone.c:7321:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7321 | if (gettimeofday(&tp, (struct timezone *) NULL) == -1) | ^~ iozone.c:7323:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7323 | return ((double) (tp.tv_sec)) + (((double) tp.tv_usec) * 0.000001 ); | ^~~~~~ iozone.c: In function 'fetchit': iozone.c:7347:21: warning: variable 'x' set but not used [-Wunused-but-set-variable] 7347 | volatile long long x[4]; | ^ iozone.c: In function 'verify_buffer': iozone.c:7436:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 7436 | if(!silent) | ^~ iozone.c:7443:8: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 7443 | printf("Found %.lx Expecting %.lx \n",de_ibuf[i], de_obuf[i]); | ^~~~~~ iozone.c:7395:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] 7395 | unsigned long x; | ^ iozone.c:7386:30: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] 7386 | volatile unsigned long long dummy; | ^~~~~ iozone.c: In function 'fill_buffer': iozone.c:7563:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] 7563 | unsigned long x; | ^ iozone.c: In function 'purgeit': iozone.c:7647:21: warning: variable 'x' set but not used [-Wunused-but-set-variable] 7647 | VOLATILE long long x[200]; | ^ iozone.c: In function 'write_perf_test': iozone.c:7733:6: warning: variable 'test_foo' set but not used [-Wunused-but-set-variable] 7733 | int test_foo; | ^~~~~~~~ iozone.c: In function 'read_perf_test': iozone.c:8782:6: warning: variable 'test_foo' set but not used [-Wunused-but-set-variable] 8782 | int test_foo,ltest; | ^~~~~~~~ iozone.c: At top level: iozone.c:11556:6: warning: no previous prototype for 'create_list' [-Wmissing-prototypes] 11556 | void create_list(long long *list_off, long long reclen, off64_t numrecs64) | ^~~~~~~~~~~ iozone.c: In function 'alloc_mem': iozone.c:12548:12: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] 12548 | long long tmp; | ^~~ iozone.c:12547:6: warning: variable 'tfd' set but not used [-Wunused-but-set-variable] 12547 | int tfd; | ^~~ iozone.c:12543:14: warning: variable 'dumb' set but not used [-Wunused-but-set-variable] 12543 | char *addr,*dumb; | ^~~~ iozone.c: In function 'purge_buffer_cache': iozone.c:12816:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 12816 | if (ret == 0) | ^~ iozone.c:12818:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 12818 | sleep(i); /* seconds */ | ^~~~~ iozone.c: In function 'thread_write_test': iozone.c:12861:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 12861 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c: In function 'thread_pwrite_test': iozone.c:13575:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 13575 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c: In function 'thread_rwrite_test': iozone.c:14215:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 14215 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c:14209:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 14209 | off64_t written_so_far, read_so_far, re_written_so_far,re_read_so_far=0; | ^~~~~~~~~~~~~~ iozone.c:14207:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 14207 | long long recs_per_buffer,traj_size; | ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_read_test': iozone.c:14817:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 14817 | int anwser,bind_cpu; | ^~~~~~ iozone.c:14808:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 14808 | long long recs_per_buffer,traj_size; | ^~~~~~~~~~~~~~~ iozone.c:14807:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 14807 | 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:15405:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 15405 | int anwser,bind_cpu; | ^~~~~~ iozone.c:15396:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 15396 | long long recs_per_buffer,traj_size; | ^~~~~~~~~~~~~~~ iozone.c:15395:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 15395 | 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:15931:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 15931 | int anwser,bind_cpu; | ^~~~~~ iozone.c:15924:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 15924 | off64_t written_so_far, read_so_far, re_written_so_far, | ^~~~~~~~~~~~~~ iozone.c:15922:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 15922 | long long recs_per_buffer,traj_size; | ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_reverse_read_test': iozone.c:16508:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 16508 | int anwser,bind_cpu; | ^~~~~~ iozone.c:16502:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 16502 | off64_t written_so_far, reverse_read, re_read_so_far,read_so_far; | ^~~~~~~~~~~~~~ iozone.c:16498:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 16498 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_stride_read_test': iozone.c:17043:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 17043 | int anwser,bind_cpu; | ^~~~~~ iozone.c:17036:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 17036 | off64_t written_so_far, stride_read,re_read_so_far,read_so_far; | ^~~~~~~~~~~~~~ iozone.c:17032:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 17032 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_ranread_test': iozone.c:17656:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 17656 | int anwser,bind_cpu; | ^~~~~~ iozone.c:17648:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 17648 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c:17647:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 17647 | 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:18283:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 18283 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c: In function 'dump_throughput_cpu': iozone.c:19221:8: warning: variable 'label' set but not used [-Wunused-but-set-variable] 19221 | char *label; | ^~~~~ iozone.c: In function 'dump_throughput': iozone.c:19288:12: warning: variable 'x' set but not used [-Wunused-but-set-variable] 19288 | long long x,y,i,j; | ^ iozone.c: In function 'r_traj_size': iozone.c:20335:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 20335 | int ret; | ^~~ iozone.c: In function 'w_traj_size': iozone.c:20434:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 20434 | int ret; | ^~~ iozone.c: In function 'start_child_listen': iozone.c:21388:6: warning: variable 'xx' set but not used [-Wunused-but-set-variable] 21388 | int xx; | ^~ iozone.c:21385:6: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] 21385 | int tsize; | ^~~~~ iozone.c: In function 'start_child_listen_async': iozone.c:21572:6: warning: variable 'xx' set but not used [-Wunused-but-set-variable] 21572 | int xx; | ^~ iozone.c:21569:6: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] 21569 | int tsize; | ^~~~~ iozone.c: In function 'start_child_listen_loop': iozone.c:22935:22: warning: variable 'child_stat' set but not used [-Wunused-but-set-variable] 22935 | struct child_stats *child_stat; | ^~~~~~~~~~ iozone.c: In function 'sp_start_child_listen': iozone.c:23752:6: warning: variable 'xx' set but not used [-Wunused-but-set-variable] 23752 | int xx; | ^~ iozone.c:23748:6: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] 23748 | int tsize; | ^~~~~ iozone.c: In function 'sp_start_master_listen': iozone.c:23997:6: warning: variable 'xx' set but not used [-Wunused-but-set-variable] 23997 | int xx; | ^~ iozone.c:23993:6: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] 23993 | int tsize; | ^~~~~ iozone.c: In function 'get_pattern': iozone.c:24252:15: warning: variable 'temp' set but not used [-Wunused-but-set-variable] 24252 | unsigned int temp; | ^~~~ iozone.c: In function 'thread_fwrite_test': iozone.c:25272:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 25272 | int anwser,bind_cpu,wval; | ^~~~~~ iozone.c:25263:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 25263 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c:25256:15: warning: variable 'delay' set but not used [-Wunused-but-set-variable] 25256 | float delay = (float)0; | ^~~~~ iozone.c: In function 'thread_fread_test': iozone.c:25744:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] 25744 | int anwser,bind_cpu; | ^~~~~~ iozone.c:25735:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] 25735 | long long recs_per_buffer; | ^~~~~~~~~~~~~~~ iozone.c:25728:15: warning: variable 'delay' set but not used [-Wunused-but-set-variable] 25728 | float delay = (float)0; | ^~~~~ cc -Wmissing-prototypes -Wall -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -D_LARGEFILE64_SOURCE \ -DSHARED_MEM -Dlinux -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 -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:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 742 | if(ret) | ^~ libasync.c:744:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 744 | printf("It changed in flight\n"); | ^~~~~~ 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 -DHAVE_PREADV -DHAVE_PWRITEV iozone_linux.o libasync.o libbif.o -lpthread \ -lrt -o iozone cc -O3 -DHAVE_PREADV -DHAVE_PWRITEV -Dlinux fileop_linux.o -o fileop cc -O3 -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.492-r0.apk >>> iozone*: Tracing dependencies... so:libc.musl-x86.so.1 >>> iozone*: Package size: 448.0 KB >>> iozone*: Compressing data... >>> iozone*: Create checksum... >>> iozone*: Create iozone-3.492-r0.apk >>> iozone: Build complete at Wed, 13 Oct 2021 05:48:01 +0000 elapsed time 0h 0m 28s >>> iozone: Cleaning up srcdir >>> iozone: Cleaning up pkgdir >>> iozone: Uninstalling dependencies... (1/1) Purging .makedepends-iozone (20211013.054734) OK: 321 MiB in 102 packages >>> iozone: Updating the testing/x86 repository index... >>> iozone: Signing the index...