D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/iozone3-471-1.mga7.src.rpm Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.xwBiE7 + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf iozone3_471 + /usr/bin/tar -xvvof /home/pterjan/rpmbuild/SOURCES/iozone3_471.tar -r--r--r-- capps/capps 123596 2017-09-20 02:17 iozone3_471/src/current/Changes.txt drwxr-xr-x Creating directory: iozone3_471 drwxr-xr-x Creating directory: iozone3_471/src drwxr-xr-x Creating directory: iozone3_471/src/current -r--r--r-- capps/capps 687659 2017-09-20 02:17 iozone3_471/src/current/iozone.c -r-xr--r-- capps/capps 4268 2017-09-20 02:17 iozone3_471/src/current/report.pl -r--r--r-- capps/capps 47809 2017-09-20 02:17 iozone3_471/src/current/fileop.c -r--r--r-- capps/capps 33001 2017-09-20 02:17 iozone3_471/src/current/pit_server.c -r--r--r-- capps/capps 17466 2017-09-20 02:17 iozone3_471/docs/iozone.1 drwxr-xr-x Creating directory: iozone3_471/docs -r--r--r-- capps/capps 56319 2017-09-20 02:17 iozone3_471/src/current/makefile -r--r--r-- capps/capps 34023 2017-09-20 02:17 iozone3_471/src/current/libasync.c -r--r--r-- capps/capps 10710 2017-09-20 02:17 iozone3_471/src/current/libbif.c -r--r--r-- capps/capps 1628 2017-09-20 02:17 iozone3_471/src/current/gnuplot.dem -r-xr-x--x capps/capps 2707 2017-09-20 02:17 iozone3_471/src/current/gengnuplot.sh -r-xr-x--x capps/capps 767 2017-09-20 02:17 iozone3_471/src/current/Generate_Graphs -r-xr--r-- capps/capps 8679 2017-09-20 02:17 iozone3_471/src/current/iozone_visualizer.pl -r-xr-x--x capps/capps 2762 2017-09-20 02:17 iozone3_471/src/current/gnu3d.dem -r-xr-x--x capps/capps 748 2017-09-20 02:17 iozone3_471/src/current/Gnuplot.txt -r--r--r-- capps/capps 1685 2017-09-20 02:17 iozone3_471/src/current/gnuplotps.dem -r--r--r-- capps/capps 594 2017-09-20 02:17 iozone3_471/src/current/read_telemetry -r--r--r-- capps/capps 595 2017-09-20 02:17 iozone3_471/src/current/write_telemetry -r--r--r-- capps/capps 1307 2017-09-20 02:17 iozone3_471/src/current/client_list -r--r--r-- capps/capps 2933 2017-09-20 02:17 iozone3_471/src/current/spec.in -rw-rw-r-- capps/capps 283865 2017-09-20 02:17 iozone3_471/docs/IOzone_msword_98.pdf -rw-r--r-- capps/capps 26624 2017-09-20 02:17 iozone3_471/docs/Run_rules.doc -rwxr--r-- capps/capps 212992 2017-09-20 02:17 iozone3_471/docs/IOzone_msword_98.doc -rw-rw-r-- capps/capps 262680 2017-09-20 02:17 iozone3_471/docs/Iozone_ps.gz + cd iozone3_471 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.PX2cZK + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd iozone3_471 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + pushd src/current ~/rpmbuild/BUILD/iozone3_471/src/current ~/rpmbuild/BUILD/iozone3_471 + /usr/bin/make -O -j4 linux 'CFLAGS=-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' 'LDFLAGS= -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libbif.o libbif.c libbif.c:205:1: warning: return type defaults to 'int' [-Wimplicit-int] create_xls(name) ^~~~~~~~~~ libbif.c:230:1: warning: return type defaults to 'int' [-Wimplicit-int] do_header(fd) ^~~~~~~~~ libbif.c:230:1: warning: conflicting types for 'do_header' libbif.c:172:6: note: previous declaration of 'do_header' was here void do_header(); ^~~~~~~~~ libbif.c:254:1: warning: return type defaults to 'int' [-Wimplicit-int] do_int(fd,val,row,column) ^~~~~~ libbif.c:254:1: warning: conflicting types for 'do_int' libbif.c:173:6: note: previous declaration of 'do_int' was here void do_int(); ^~~~~~ libbif.c:290:1: warning: return type defaults to 'int' [-Wimplicit-int] do_float(fd, value, row, column) ^~~~~~~~ libbif.c:290:1: warning: conflicting types for 'do_float' libbif.c:174:6: note: previous declaration of 'do_float' was here void do_float(); ^~~~~~~~ libbif.c:373:1: warning: return type defaults to 'int' [-Wimplicit-int] do_label(fd, string, row, column) ^~~~~~~~ libbif.c:373:1: warning: conflicting types for 'do_label' libbif.c:175:6: note: previous declaration of 'do_label' was here void do_label(); ^~~~~~~~ libbif.c:416:1: warning: return type defaults to 'int' [-Wimplicit-int] do_eof(fd) ^~~~~~ libbif.c:416:1: warning: conflicting types for 'do_eof' libbif.c:176:6: note: previous declaration of 'do_eof' was here void do_eof(); ^~~~~~ cc -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -c -o libasync.o libasync.c libasync.c: In function 'end_async': libasync.c:299:2: warning: implicit declaration of function 'del_cache'; did you mean 'incache'? [-Wimplicit-function-declaration] del_cache(gc); ^~~~~~~~~ incache libasync.c: In function 'async_read': libasync.c:423:3: warning: implicit declaration of function 'takeoff_cache'; did you mean 'alloc_cache'? [-Wimplicit-function-declaration] takeoff_cache(gc,ce); ^~~~~~~~~~~~~ alloc_cache libasync.c: At top level: libasync.c:598:1: warning: conflicting types for 'takeoff_cache' takeoff_cache(struct cache *gc, struct cache_ent *ce) ^~~~~~~~~~~~~ libasync.c:423:3: note: previous implicit declaration of 'takeoff_cache' was here takeoff_cache(gc,ce); ^~~~~~~~~~~~~ libasync.c:664:1: warning: conflicting types for 'del_cache' del_cache(gc) ^~~~~~~~~ libasync.c:299:2: note: previous implicit declaration of 'del_cache' was here del_cache(gc); ^~~~~~~~~ libasync.c: In function 'async_read_no_copy': libasync.c:752:3: warning: implicit declaration of function 'putoninuse' [-Wimplicit-function-declaration] putoninuse(gc,ce); ^~~~~~~~~~ libasync.c: In function 'async_release': libasync.c:857:2: warning: implicit declaration of function 'takeoffinuse'; did you mean 'takeoff_cache'? [-Wimplicit-function-declaration] takeoffinuse(gc); ^~~~~~~~~~~~ takeoff_cache libasync.c: At top level: libasync.c:871:1: warning: conflicting types for 'putoninuse' putoninuse(gc,entry) ^~~~~~~~~~ libasync.c:752:3: note: previous implicit declaration of 'putoninuse' was here putoninuse(gc,ce); ^~~~~~~~~~ libasync.c:892:1: warning: conflicting types for 'takeoffinuse' takeoffinuse(gc) ^~~~~~~~~~~~ libasync.c:857:2: note: previous implicit declaration of 'takeoffinuse' was here takeoffinuse(gc); ^~~~~~~~~~~~ Building the pit_server cc -c -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables pit_server.c -o pit_server.o Building fileop for Linux cc -Wall -c -O3 -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables fileop.c -o fileop_linux.o Building iozone for Linux cc -Wmissing-prototypes -Wall -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DHAVE_PREAD \ -DSHARED_MEM -Dlinux -D_LARGEFILE64_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables iozone.c \ -DNAME='"linux"' -o iozone_linux.o iozone.c: In function 'main': iozone.c:1820:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu; ^~~~~~ iozone.c: In function 'throughput_test': iozone.c:3836:7: warning: variable 'getout' set but not used [-Wunused-but-set-variable] char getout; ^~~~~~ iozone.c: In function 'time_so_far': iozone.c:7204:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (pit_gettimeofday(&tp, (struct timezone *) NULL, pit_hostname, pit_service) == -1) ^~ iozone.c:7206:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return ((double) (tp.tv_sec)) + (((double) tp.tv_usec) * 0.000001 ); ^~~~~~ iozone.c:7210:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (gettimeofday(&tp, (struct timezone *) NULL) == -1) ^~ iozone.c:7212:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' return ((double) (tp.tv_sec)) + (((double) tp.tv_usec) * 0.000001 ); ^~~~~~ iozone.c: In function 'fetchit': iozone.c:7236:21: warning: variable 'x' set but not used [-Wunused-but-set-variable] volatile long long x[4]; ^ iozone.c: In function 'verify_buffer': iozone.c:7325:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(!silent) ^~ iozone.c:7332:8: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' printf("Found %.lx Expecting %.lx \n",de_ibuf[i], de_obuf[i]); ^~~~~~ iozone.c:7284:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] unsigned long x; ^ iozone.c:7275:30: warning: variable 'dummy' set but not used [-Wunused-but-set-variable] volatile unsigned long long dummy; ^~~~~ iozone.c: In function 'fill_buffer': iozone.c:7452:16: warning: variable 'x' set but not used [-Wunused-but-set-variable] unsigned long x; ^ iozone.c: In function 'purgeit': iozone.c:7536:21: warning: variable 'x' set but not used [-Wunused-but-set-variable] VOLATILE long long x[200]; ^ iozone.c: In function 'write_perf_test': iozone.c:7622:6: warning: variable 'test_foo' set but not used [-Wunused-but-set-variable] int test_foo; ^~~~~~~~ iozone.c: In function 'read_perf_test': iozone.c:8661:6: warning: variable 'test_foo' set but not used [-Wunused-but-set-variable] int test_foo,ltest; ^~~~~~~~ iozone.c: In function 'alloc_mem': iozone.c:12425:12: warning: variable 'tmp' set but not used [-Wunused-but-set-variable] long long tmp; ^~~ iozone.c:12424:6: warning: variable 'tfd' set but not used [-Wunused-but-set-variable] int tfd; ^~~ iozone.c:12422:14: warning: variable 'dumb' set but not used [-Wunused-but-set-variable] char *addr,*dumb; ^~~~ iozone.c: In function 'purge_buffer_cache': iozone.c:12693:15: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (ret == 0) ^~ iozone.c:12695:20: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' sleep(i); /* seconds */ ^~~~~ iozone.c: In function 'thread_write_test': iozone.c:12738:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu,wval; ^~~~~~ iozone.c: In function 'thread_pwrite_test': iozone.c:13453:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu,wval; ^~~~~~ iozone.c: In function 'thread_rwrite_test': iozone.c:14093:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu,wval; ^~~~~~ iozone.c:14087:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] off64_t written_so_far, read_so_far, re_written_so_far,re_read_so_far=0; ^~~~~~~~~~~~~~ iozone.c:14085:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] long long recs_per_buffer,traj_size; ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_read_test': iozone.c:14695:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu; ^~~~~~ iozone.c:14686:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] long long recs_per_buffer,traj_size; ^~~~~~~~~~~~~~~ iozone.c:14685:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 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:15283:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu; ^~~~~~ iozone.c:15274:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] long long recs_per_buffer,traj_size; ^~~~~~~~~~~~~~~ iozone.c:15273:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 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:15809:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu; ^~~~~~ iozone.c:15802:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] off64_t written_so_far, read_so_far, re_written_so_far, ^~~~~~~~~~~~~~ iozone.c:15800:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] long long recs_per_buffer,traj_size; ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_reverse_read_test': iozone.c:16386:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu; ^~~~~~ iozone.c:16380:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] off64_t written_so_far, reverse_read, re_read_so_far,read_so_far; ^~~~~~~~~~~~~~ iozone.c:16376:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] long long recs_per_buffer; ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_stride_read_test': iozone.c:16921:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu; ^~~~~~ iozone.c:16914:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] off64_t written_so_far, stride_read,re_read_so_far,read_so_far; ^~~~~~~~~~~~~~ iozone.c:16910:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] long long recs_per_buffer; ^~~~~~~~~~~~~~~ iozone.c: In function 'thread_ranread_test': iozone.c:17534:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu; ^~~~~~ iozone.c:17526:12: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] long long recs_per_buffer; ^~~~~~~~~~~~~~~ iozone.c:17525:10: warning: variable 'written_so_far' set but not used [-Wunused-but-set-variable] 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:18161:6: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu,wval; ^~~~~~ iozone.c: In function 'dump_throughput_cpu': iozone.c:19099:8: warning: variable 'label' set but not used [-Wunused-but-set-variable] char *label; ^~~~~ iozone.c: In function 'dump_throughput': iozone.c:19166:12: warning: variable 'x' set but not used [-Wunused-but-set-variable] long long x,y,i,j; ^ iozone.c: In function 'r_traj_size': iozone.c:20213:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^~~ iozone.c: In function 'w_traj_size': iozone.c:20312:6: warning: variable 'ret' set but not used [-Wunused-but-set-variable] int ret; ^~~ iozone.c: In function 'start_child_listen': iozone.c:21259:6: warning: variable 'xx' set but not used [-Wunused-but-set-variable] int xx; ^~ iozone.c:21256:6: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] int tsize; ^~~~~ iozone.c: In function 'start_child_listen_async': iozone.c:21439:6: warning: variable 'xx' set but not used [-Wunused-but-set-variable] int xx; ^~ iozone.c:21436:6: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] int tsize; ^~~~~ iozone.c: In function 'start_child_listen_loop': iozone.c:22791:22: warning: variable 'child_stat' set but not used [-Wunused-but-set-variable] struct child_stats *child_stat; ^~~~~~~~~~ iozone.c: In function 'sp_start_child_listen': iozone.c:23599:6: warning: variable 'xx' set but not used [-Wunused-but-set-variable] int xx; ^~ iozone.c:23595:6: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] int tsize; ^~~~~ iozone.c: In function 'sp_start_master_listen': iozone.c:23840:6: warning: variable 'xx' set but not used [-Wunused-but-set-variable] int xx; ^~ iozone.c:23836:6: warning: variable 'tsize' set but not used [-Wunused-but-set-variable] int tsize; ^~~~~ iozone.c: In function 'get_pattern': iozone.c:24091:15: warning: variable 'temp' set but not used [-Wunused-but-set-variable] unsigned int temp; ^~~~ iozone.c: In function 'thread_fwrite_test': iozone.c:24947:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu,wval; ^~~~~~ iozone.c:24938:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] long long recs_per_buffer; ^~~~~~~~~~~~~~~ iozone.c:24931:15: warning: variable 'delay' set but not used [-Wunused-but-set-variable] float delay = (float)0; ^~~~~ iozone.c: In function 'thread_fread_test': iozone.c:25419:13: warning: variable 'anwser' set but not used [-Wunused-but-set-variable] int anwser,bind_cpu; ^~~~~~ iozone.c:25410:19: warning: variable 'recs_per_buffer' set but not used [-Wunused-but-set-variable] long long recs_per_buffer; ^~~~~~~~~~~~~~~ iozone.c:25403:15: warning: variable 'delay' set but not used [-Wunused-but-set-variable] float delay = (float)0; ^~~~~ iozone.c: In function 'child_send': iozone.c:21016:32: warning: '__builtin___sprintf_chk' may write a terminating nul past the end of the destination [-Wformat-overflow=] sprintf(outbuf.m_stop_flag,"%d",send_buffer->m_stop_flag); ^ In file included from /usr/include/stdio.h:862:0, from iozone.c:280: /usr/include/bits/stdio2.h:33:10: note: '__builtin___sprintf_chk' output between 2 and 5 bytes into a destination of size 4 return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ __bos (__s), __fmt, __va_arg_pack ()); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ cc -Wmissing-prototypes -Wall -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -D_LARGEFILE64_SOURCE \ -DSHARED_MEM -Dlinux -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables libbif.c -o libbif.o cc -Wmissing-prototypes -Wall -c -O3 -Dunix -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \ -D_LARGEFILE64_SOURCE -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables libasync.c -o libasync.o libasync.c: In function 'async_read_no_copy': libasync.c:729:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if(ret) ^~ libasync.c:731:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' printf("It changed in flight\n"); ^~~~~~ At top level: libasync.c:164:19: warning: 'version' defined but not used [-Wunused-const-variable=] static const char version[] = "Libasync Version $Revision: 3.32 $"; ^~~~~~~ cc -O3 -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags iozone_linux.o libasync.o libbif.o -lpthread \ -lrt -o iozone cc -O3 -Dlinux fileop_linux.o -o fileop cc -O3 -Dlinux pit_server.o -o pit_server + popd ~/rpmbuild/BUILD/iozone3_471 + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.PDoP0J + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64 + cd iozone3_471 + '[' 1 -eq 1 ']' + pushd src/current/ ~/rpmbuild/BUILD/iozone3_471/src/current ~/rpmbuild/BUILD/iozone3_471 + install -m 755 -d /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/bin + install -m 755 iozone /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/bin + install -m 755 gnu3d.dem /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/bin + install -m 755 gengnuplot.sh /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/bin + install -m 755 fileop /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/bin + install -m 755 Generate_Graphs /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/bin + popd ~/rpmbuild/BUILD/iozone3_471 + pushd docs ~/rpmbuild/BUILD/iozone3_471/docs ~/rpmbuild/BUILD/iozone3_471 + install -m 755 -d /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/share/man/man1 + install -m 644 iozone.1 /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/share/man/man1 + popd ~/rpmbuild/BUILD/iozone3_471 + /usr/lib/rpm/find-debuginfo.sh -j4 -m -i --build-id-seed 471-1.mga7 --unique-debug-suffix -471-1.mga7.x86_64 --unique-debug-src-base iozone3-471-1.mga7.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/iozone3_471 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/bin/fileop extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/bin/iozone /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 1524 blocks + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + '[' 1 -eq 1 ']' + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink Processing files: iozone3-471-1.mga7.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.jdHVlL + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd iozone3_471 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/share/doc/iozone3 + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/share/doc/iozone3 + cp -pr docs/Iozone_ps.gz /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/share/doc/iozone3 + cp -pr src/current/Gnuplot.txt /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/share/doc/iozone3 + cp -pr docs/IOzone_msword_98.pdf /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/share/doc/iozone3 + cp -pr docs/IOzone_msword_98.doc docs/Run_rules.doc /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64/usr/share/doc/iozone3 + exit 0 Provides: iozone = 471-1.mga7 iozone3 = 471-1.mga7 iozone3(x86-64) = 471-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libc.so.6(GLIBC_2.3.4)(64bit) libc.so.6(GLIBC_2.4)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) libpthread.so.0(GLIBC_2.3.4)(64bit) librt.so.1()(64bit) librt.so.1(GLIBC_2.2.5)(64bit) Obsoletes: iozone < 471 Processing files: iozone3-debugsource-471-1.mga7.x86_64 Provides: iozone3-debugsource = 471-1.mga7 iozone3-debugsource(x86-64) = 471-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: iozone3-debuginfo-471-1.mga7.x86_64 Provides: debuginfo(build-id) = 159c68e3979b21efff40dc0c591744714d595546 debuginfo(build-id) = d4c77d13f4b1e0018d1382126866ebad00221c13 iozone3-debuginfo = 471-1.mga7 iozone3-debuginfo(x86-64) = 471-1.mga7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: iozone3-debugsource(x86-64) = 471-1.mga7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/iozone3-471-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/iozone3-debugsource-471-1.mga7.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/iozone3-debuginfo-471-1.mga7.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.DjmDaQ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd iozone3_471 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/iozone3-471-1.mga7.x86_64 + exit 0 Executing(--clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.do8s1U + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf iozone3_471 + exit 0 D: [iurt_root_command] Success!