<86>Apr 14 01:17:35 userdel[13878]: delete user 'rooter' <86>Apr 14 01:17:35 groupadd[13926]: group added to /etc/group: name=rooter, GID=681 <86>Apr 14 01:17:35 groupadd[13926]: group added to /etc/gshadow: name=rooter <86>Apr 14 01:17:35 groupadd[13926]: new group: name=rooter, GID=681 <86>Apr 14 01:17:35 useradd[13952]: new user: name=rooter, UID=681, GID=681, home=/root, shell=/bin/bash <86>Apr 14 01:17:35 userdel[13997]: delete user 'builder' <86>Apr 14 01:17:35 userdel[13997]: removed group 'builder' owned by 'builder' <86>Apr 14 01:17:35 userdel[13997]: removed shadow group 'builder' owned by 'builder' <86>Apr 14 01:17:35 groupadd[14030]: group added to /etc/group: name=builder, GID=682 <86>Apr 14 01:17:35 groupadd[14030]: group added to /etc/gshadow: name=builder <86>Apr 14 01:17:35 groupadd[14030]: new group: name=builder, GID=682 <86>Apr 14 01:17:35 useradd[14077]: new user: name=builder, UID=682, GID=682, home=/usr/src, shell=/bin/bash <13>Apr 14 01:17:38 rpmi: libtcl-8.5.9-alt2 1351878901 installed <13>Apr 14 01:17:38 rpmi: tcl-8.5.9-alt2 1351878901 installed <13>Apr 14 01:17:38 rpmi: url_handler-0.3.1-alt1 1290564262 installed <13>Apr 14 01:17:38 rpmi: libpng15-1.5.28-alt1 1484572014 installed <13>Apr 14 01:17:38 rpmi: libgraphite2-1.3.10-alt0.M80P.1 1496411360 installed <13>Apr 14 01:17:38 rpmi: libexpat-2.2.4-alt0.M80P.1 1503871120 installed <13>Apr 14 01:17:38 rpmi: libX11-locales-3:1.6.3-alt1 1431956885 installed <13>Apr 14 01:17:38 rpmi: libXdmcp-1.1.1-alt1 1334617699 installed <13>Apr 14 01:17:38 rpmi: libXau-1.0.8-alt1 1369565807 installed <13>Apr 14 01:17:38 rpmi: libxcb-1.12-alt2 p8.218219.300 1545313310 installed <13>Apr 14 01:17:39 rpmi: libX11-3:1.6.3-alt1 1431956911 installed <13>Apr 14 01:17:39 rpmi: libXrender-0.9.8-alt1 1371312110 installed <13>Apr 14 01:17:39 rpmi: libharfbuzz-1.6.3-alt0.M80P.1 1509918814 installed <13>Apr 14 01:17:39 rpmi: libfreetype-2.8-alt0.M80P.3 1505462817 installed <13>Apr 14 01:17:39 rpmi: fontconfig-2.12.6-alt1.M80P.1 1506008910 installed Updating fonts cache: <29>Apr 14 01:17:40 fontconfig: Updating fonts cache: succeeded [ DONE ] <13>Apr 14 01:17:40 rpmi: libXft-2.3.2-alt1 1409902650 installed <13>Apr 14 01:17:40 rpmi: libtk-8.5.9-alt3 1308047279 installed <13>Apr 14 01:17:40 rpmi: tk-8.5.9-alt3 1308047279 installed <13>Apr 14 01:17:40 rpmi: catdoc-0.94.2-alt4 1301505677 installed Installing iozone-3.430-alt1.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.16408 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf iozone-3.430 + echo 'Source #0 (iozone-3.430.tar):' Source #0 (iozone-3.430.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/iozone-3.430.tar + cd iozone-3.430 + /bin/chmod -c -Rf u+rwX,go-w . + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.16408 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd iozone-3.430 + cd src/current + '[' -n '' ']' + NPROCS=8 + make -j8 linux-AMD64 make: Entering directory `/usr/src/RPM/BUILD/iozone-3.430/src/current' cc -c -o libbif.o libbif.c cc -c -o libasync.o libasync.c Building iozone for Linux-AMD64 Building fileop for Linux-AMD64 cc -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -DNAME='"linux-AMD64"' \ -D__AMD64__ -DSHARED_MEM -Dlinux -D_LARGEFILE64_SOURCE \ -DHAVE_PREAD iozone.c -o iozone_linux-AMD64.o cc -Wall -c -O3 fileop.c -o fileop_linux-AMD64.o Building the pit_server cc -c pit_server.c -o pit_server.o libbif.c:169:1: warning: return type defaults to 'int' [-Wimplicit-int] close_xls(fd) ^ libbif.c: In function 'close_xls': libbif.c:173:2: warning: implicit declaration of function 'do_eof' [-Wimplicit-function-declaration] do_eof(fd); ^ libbif.c: At top level: libbif.c:185:1: warning: return type defaults to 'int' [-Wimplicit-int] create_xls(name) ^ libbif.c: In function 'create_xls': libbif.c:201:2: warning: implicit declaration of function 'do_header' [-Wimplicit-function-declaration] do_header(fd); ^ libbif.c: At top level: libbif.c:210:1: warning: return type defaults to 'int' [-Wimplicit-int] do_header(fd) ^ libbif.c:234:1: warning: return type defaults to 'int' [-Wimplicit-int] do_int(fd,val,row,column) ^ libbif.c:270:1: warning: return type defaults to 'int' [-Wimplicit-int] do_float(fd, value, row, column) ^ libbif.c: In function 'do_float': libbif.c:295:5: warning: implicit declaration of function 'endian' [-Wimplicit-function-declaration] if(endian()==ENDIAN_2) /* Big Endian */ ^ libbif.c: At top level: libbif.c:353:1: warning: return type defaults to 'int' [-Wimplicit-int] do_label(fd, string, row, column) ^ libbif.c:396:1: warning: return type defaults to 'int' [-Wimplicit-int] do_eof(fd) ^ libasync.c: In function 'async_read': libasync.c:370:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_error 1: ret %d %d\n",ret,errno); ^ libasync.c:408:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_return error1: ret %d %d\n",retval,errno); ^ libasync.c:426:11: warning: format '%d' expects argument of type 'int', but argument 3 has type '__off_t {aka long int}' [-Wformat=] printf("aio_return error1: fd %d offset %d buffer %lx size %d Opcode %d\n", ^ libasync.c:426:11: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] libasync.c:460:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("error returned from aio_read(). Ret %d errno %d\n",ret,errno); ^ libasync.c:522:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_error 2: ret %d %d\n",ret,errno); ^ libasync.c:542:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_return error2: ret %d %d\n",retval,errno); ^ libasync.c:560:11: warning: format '%d' expects argument of type 'int', but argument 3 has type '__off_t {aka long int}' [-Wformat=] printf("aio_return error2: fd %d offset %d buffer %lx size %d Opcode %d\n", ^ libasync.c:560:11: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] libasync.c: In function 'async_read_no_copy': libasync.c:886:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_error 3: ret %d %d\n",ret,errno); ^ libasync.c:936:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_return error4: ret %d %d\n",retval,errno); ^ libasync.c:954:11: warning: format '%d' expects argument of type 'int', but argument 3 has type '__off_t {aka long int}' [-Wformat=] printf("aio_return error4: fd %d offset %d buffer %lx size %d Opcode %d\n", ^ libasync.c:954:11: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] libasync.c:999:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("error returned from aio_read(). Ret %d errno %d\n",ret,errno); ^ libasync.c:1070:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_error 4: ret %d %d\n",ret,errno); ^ libasync.c:1102:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_return error5: ret %d %d\n",retval,errno); ^ libasync.c:1120:11: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("aio_return error5: fd %d offset %ld buffer %lx size %d Opcode %d\n", ^ libasync.c: In function 'async_write': libasync.c:1261:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("Error in aio_write: ret %d errno %d count %lld\n",ret,errno,gc->w_count); ^ libasync.c: In function 'async_wait_for_write': libasync.c:1460:10: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("aio_error 5: ret %d %d\n",ret,errno); ^ libasync.c:1474:10: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type '__off_t {aka long int}' [-Wformat=] printf("fd %d offset %lld size %d\n", ^ libasync.c:1474:10: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] libasync.c: In function 'async_write_no_copy': libasync.c:1566:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("Error in aio_write: ret %d errno %d\n",ret,errno); ^ libasync.c:1582:11: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("aio_write_no_copy: fd %d buffer %lx offset %ld size %d\n", ^ iozone.c: In function 'main': iozone.c:1905:18: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off64_t * {aka long int *}' [-Wformat=] sscanf(optarg,"%lld",&kilobytes64); ^ iozone.c:1929:38: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] sprintf(splash[splash_line++],"\tFile size set to %lld kB\n",kilobytes64); ^ iozone.c:2310:34: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] sprintf(splash[splash_line++],"\tUsing minimum file size of %lld kilobytes.\n",minimum_file_size); ^ iozone.c:2333:34: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] sprintf(splash[splash_line++],"\tUsing maximum file size of %lld kilobytes.\n",maximum_file_size); ^ iozone.c:2439:21: warning: format '%lld' expects argument of type 'long long int *', but argument 3 has type 'off64_t * {aka long int *}' [-Wformat=] sscanf(subarg,"%lld",&burst_size_kb_64); ^ iozone.c:3100:10: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\tBurst size set to %lld Kbytes.\n\tBurst sleep duration set to %lld msec\n", ^ iozone.c: In function 'begin': iozone.c:3337:21: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] if(!silent) printf("%16lld",kilobytes64); ^ iozone.c:3395:14: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\n\tiozone %lld %lld ", kilobytes64, goodrecl); ^ iozone.c: In function 'auto_test': iozone.c:3535:20: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] printf("Error: record length %lld is greater than filesize %lld kB\n ", ^ iozone.c: In function 'throughput_test': iozone.c:3711:21: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] if(!silent) printf("\tEach %s writes a %lld kByte file in telemetry controlled records\n", ^ iozone.c:3721:21: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] if(!silent) printf("\tEach %s writes a %lld kByte file in %lld kByte records\n", ^ iozone.c: In function 'verify_buffer': iozone.c:7149:9: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("Error in file: Position %lld \n",file_position); ^ iozone.c:7150:9: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("Record # %lld Record size %lld kb \n",recnum,recsize/1024); ^ iozone.c:7193:9: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("Error in file: Position %lld %lld %lld \n",i,j,k); ^ iozone.c:7194:9: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("Error in file: Position %lld \n",file_position); ^ iozone.c:7195:9: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("Record # %lld Record size %lld kb \n",recnum,recsize/1024); ^ iozone.c: In function 'write_perf_test': iozone.c:7802:18: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(wqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((qtime_stop-qtime_start-time_res))*1000000,reclen); ^ iozone.c:7804:19: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(rwqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((qtime_stop-qtime_start-time_res))*1000000,reclen); ^ iozone.c: In function 'fread_perf_test': iozone.c:8298:12: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nError freading block %llu %llx\n", i, ^ iozone.c: In function 'read_perf_test': iozone.c:8716:12: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nError reading block %lld %llx\n", i, ^ iozone.c:8765:18: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(rqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,(qtime_stop-qtime_start-time_res)*1000000,reclen); ^ iozone.c:8767:19: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(rrqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,(qtime_stop-qtime_start-time_res)*1000000,reclen); ^ iozone.c: In function 'random_perf_test': iozone.c:9193:13: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nError reading block at %lld\n", ^ iozone.c:9317:14: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nError writing block at %lld\n", ^ iozone.c: In function 'reverse_perf_test': iozone.c:9634:13: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nError reading block %lld\n", i); ^ iozone.c: In function 'read_stride_perf_test': iozone.c:10239:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nError reading block %lld, fd= %d Filename %s Read returned %lld\n", i, fd,filename,uu); ^ iozone.c:10240:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nSeeked to %lld Reclen = %lld\n", savepos64,reclen); ^ iozone.c: In function 'dump_report': iozone.c:11766:22: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] if(!silent) printf(" %c%lld%c",'"',rec_size/1024,'"'); ^ iozone.c:11784:21: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] if(!silent) printf("%c%lld%c ",'"',current_file_size,'"'); ^ iozone.c:11799:23: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] if(!silent) printf("%c%lld%c ",'"',current_file_size,'"'); ^ iozone.c:11807:22: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] if(!silent) printf(" %lld ",report_array[who][i]); ^ iozone.c: In function 'dump_times': iozone.c:11996:22: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] if(!silent) printf(" %c%lld%c",'"',rec_size/1024,'"'); ^ iozone.c:12014:21: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] if(!silent) printf("%c%lld%c ",'"',current_file_size,'"'); ^ iozone.c:12029:23: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] if(!silent) printf("%c%lld%c ",'"',current_file_size,'"'); ^ iozone.c: In function 'thread_write_test': iozone.c:13022:24: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(thread_wqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ^ iozone.c: In function 'thread_pwrite_test': iozone.c:13676:24: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(thread_wqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ^ iozone.c: In function 'thread_rwrite_test': iozone.c:14280:25: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(thread_rwqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ^ iozone.c: In function 'thread_read_test': iozone.c:14795:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nError reading block %lld, fd= %d\n", i, ^ iozone.c:14869:45: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(thread_rqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ^ iozone.c: In function 'thread_pread_test': iozone.c:15330:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nError preading block %lld, fd= %d\n", i, ^ iozone.c:15404:45: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(thread_rqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ^ iozone.c: In function 'thread_rread_test': iozone.c:15908:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nError writing block %lld, fd= %d\n", i, ^ iozone.c:15982:46: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(thread_rrqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ^ iozone.c: In function 'thread_reverse_read_test': iozone.c:16458:12: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nError reading block %lld\n", i); ^ iozone.c:16540:47: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(thread_revqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ^ iozone.c: In function 'thread_stride_read_test': iozone.c:16968:16: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nError reading block %lld, fd= %d\n", i, fd); ^ iozone.c:17085:47: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(thread_strqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ^ iozone.c: In function 'thread_ranread_test': iozone.c:17691:12: warning: format '%lld' expects argument of type 'long long int', but argument 2 has type 'off64_t {aka long int}' [-Wformat=] printf("\nError reading block at %lld\n", ^ iozone.c:17769:48: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(thread_randrfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ^ iozone.c: In function 'thread_ranwrite_test': iozone.c:18440:28: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(thread_randwqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ^ iozone.c: In function 'mythread_create': iozone.c:18718:10: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=] printf("meme %ld\n",meme); ^ iozone.c: In function 'thread_fwrite_test': iozone.c:24967:24: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(thread_wqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ^ iozone.c: In function 'thread_fread_test': iozone.c:25426:24: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'off64_t {aka long int}' [-Wformat=] fprintf(thread_wqfd,"%10.1lld %10.0f %10.1lld\n",(traj_offset)/1024,((thread_qtime_stop-thread_qtime_start-time_res))*1000000,reclen); ^ cc -c -O3 -Dunix -DHAVE_ANSIC_C -DASYNC_IO -D_LARGEFILE64_SOURCE \ -DSHARED_MEM -Dlinux libbif.c -o libbif.o cc -c -O3 -Dunix -Dlinux -DHAVE_ANSIC_C -DASYNC_IO \ -D_LARGEFILE64_SOURCE libasync.c -o libasync.o libasync.c: In function 'async_read': libasync.c:370:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_error 1: ret %d %d\n",ret,errno); ^ libasync.c:408:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_return error1: ret %d %d\n",retval,errno); ^ libasync.c:411:11: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("aio_return error1: fd %d offset %ld buffer %lx size %d Opcode %d\n", ^ libasync.c:460:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("error returned from aio_read(). Ret %d errno %d\n",ret,errno); ^ libasync.c:522:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_error 2: ret %d %d\n",ret,errno); ^ libasync.c:542:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_return error2: ret %d %d\n",retval,errno); ^ libasync.c:545:11: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type '__off_t {aka long int}' [-Wformat=] printf("aio_return error2: fd %d offset %lld buffer %lx size %d Opcode %d\n", ^ libasync.c:545:11: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] libasync.c: In function 'async_read_no_copy': libasync.c:886:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_error 3: ret %d %d\n",ret,errno); ^ libasync.c:936:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_return error4: ret %d %d\n",retval,errno); ^ libasync.c:939:11: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type '__off_t {aka long int}' [-Wformat=] printf("aio_return error4: fd %d offset %lld buffer %lx size %d Opcode %d\n", ^ libasync.c:939:11: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] libasync.c:999:12: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("error returned from aio_read(). Ret %d errno %d\n",ret,errno); ^ libasync.c:1070:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_error 4: ret %d %d\n",ret,errno); ^ libasync.c:1102:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'ssize_t {aka long int}' [-Wformat=] printf("aio_return error5: ret %d %d\n",retval,errno); ^ libasync.c:1105:11: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type '__off_t {aka long int}' [-Wformat=] printf("aio_return error5: fd %d offset %lld buffer %lx size %d Opcode %d\n", ^ libasync.c:1105:11: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] libasync.c: In function 'async_write': libasync.c:1261:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("Error in aio_write: ret %d errno %d count %lld\n",ret,errno,gc->w_count); ^ libasync.c: In function 'async_wait_for_write': libasync.c:1460:10: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("aio_error 5: ret %d %d\n",ret,errno); ^ libasync.c:1463:10: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type '__off_t {aka long int}' [-Wformat=] printf("fd %d offset %lld size %d\n", ^ libasync.c:1463:10: warning: format '%d' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] libasync.c: In function 'async_write_no_copy': libasync.c:1566:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'size_t {aka long unsigned int}' [-Wformat=] printf("Error in aio_write: ret %d errno %d\n",ret,errno); ^ libasync.c:1569:11: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type '__off_t {aka long int}' [-Wformat=] printf("aio_write_no_copy: fd %d buffer %lx offset %lld size %d\n", ^ libasync.c:1569:11: warning: format '%d' expects argument of type 'int', but argument 5 has type 'size_t {aka long unsigned int}' [-Wformat=] cc -O3 iozone_linux-AMD64.o libbif.o libasync.o \ -lrt -lpthread -o iozone cc -O3 -Dlinux fileop_linux-AMD64.o -o fileop cc -O3 -Dlinux pit_server.o -o pit_server make: Leaving directory `/usr/src/RPM/BUILD/iozone-3.430/src/current' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.27478 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/iozone-buildroot + : + /bin/rm -rf -- /usr/src/tmp/iozone-buildroot + cd iozone-3.430 + cd src/current + install -D -m755 iozone /usr/src/tmp/iozone-buildroot/usr/bin/iozone + install -D -m755 /usr/src/RPM/SOURCES/iozone-graphs /usr/src/tmp/iozone-buildroot/usr/bin/iozone-graphs + install -D -m755 gengnuplot.sh /usr/src/tmp/iozone-buildroot/usr/bin/iozone-gnuplot.sh + install -D gnu3d.dem /usr/src/tmp/iozone-buildroot/usr/share/iozone/gnu3d.dem + cd ../../docs + install -D iozone.1 /usr/src/tmp/iozone-buildroot/usr/share/man/man1/iozone.1 + catdoc Run_rules.doc + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/iozone-buildroot (auto) Verifying and fixing files in /usr/src/tmp/iozone-buildroot (binconfig,pkgconfig,libtool,desktop) Compressing files in /usr/src/tmp/iozone-buildroot (auto) mode of '/usr/src/tmp/iozone-buildroot/usr/share/man/man1/iozone.1' changed from 0755 (rwxr-xr-x) to 0644 (rw-r--r--) Verifying ELF objects in /usr/src/tmp/iozone-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: iozone-3.430-alt1 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.27478 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd iozone-3.430 + DOCDIR=/usr/src/tmp/iozone-buildroot/usr/share/doc/iozone-3.430 + export DOCDIR + rm -rf /usr/src/tmp/iozone-buildroot/usr/share/doc/iozone-3.430 + /bin/mkdir -p /usr/src/tmp/iozone-buildroot/usr/share/doc/iozone-3.430 + cp -prL src/current/Gnuplot.txt docs/IOzone_msword_98.pdf docs/Run_rules.txt /usr/src/tmp/iozone-buildroot/usr/share/doc/iozone-3.430 + chmod -R go-w /usr/src/tmp/iozone-buildroot/usr/share/doc/iozone-3.430 + chmod -R a+rX /usr/src/tmp/iozone-buildroot/usr/share/doc/iozone-3.430 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.l97XJY find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.bbbQsi find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks) find-requires: FINDPACKAGE-COMMANDS: awk cp mkdir Requires: /bin/sh, /lib64/ld-linux-x86-64.so.2, coreutils, gawk, 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(GLIBC_2.2.5)(64bit), libpthread.so.0(GLIBC_2.3.4)(64bit), librt.so.1()(64bit) >= set:jgBmeckhaArxquyj5, librt.so.1(GLIBC_2.2.5)(64bit), rtld(GNU_HASH) Requires(rpmlib): rpmlib(SetVersions) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.neJJ0E Creating iozone-debuginfo package Processing files: iozone-debuginfo-3.430-alt1 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.vJWrl4 find-provides: running scripts (debuginfo) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.v0SWqw find-requires: running scripts (debuginfo) Requires: iozone = 3.430-alt1, /usr/lib/debug/lib64/ld-linux-x86-64.so.2.debug, debug64(libc.so.6), debug64(libpthread.so.0), debug64(librt.so.1) Wrote: /usr/src/RPM/RPMS/x86_64/iozone-3.430-alt1.x86_64.rpm Wrote: /usr/src/RPM/RPMS/x86_64/iozone-debuginfo-3.430-alt1.x86_64.rpm 10.73user 0.97system 0:16.08elapsed 72%CPU (0avgtext+0avgdata 153348maxresident)k 0inputs+0outputs (0major+239437minor)pagefaults 0swaps 15.33user 4.55system 0:25.41elapsed 78%CPU (0avgtext+0avgdata 153348maxresident)k 152inputs+0outputs (0major+462165minor)pagefaults 0swaps --- iozone-3.430-alt1.x86_64.rpm.repo 2015-08-21 22:43:22.000000000 +0000 +++ iozone-3.430-alt1.x86_64.rpm.hasher 2019-04-14 01:17:57.680232929 +0000 @@ -9,3 +9,3 @@ /usr/share/iozone/gnu3d.dem 100755 -/usr/share/man/man1/iozone.1.bz2 100644 +/usr/share/man/man1/iozone.1.xz 100644 Requires: /bin/sh