Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/tiobench.spec'], False, '/var/lib/mock/epel-7-x86_64-mockbuilder-1787/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/tiobench.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'} warning: Could not canonicalize hostname: i-0001a708 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/tiobench-0.3.3-9.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/tiobench.spec'], False, '/var/lib/mock/epel-7-x86_64-mockbuilder-1787/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/tiobench.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'CCACHE_UMASK': '002'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.APdGsT + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf tiobench-0.3.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/tiobench-0.3.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd tiobench-0.3.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i 's|tiobench.pl|tiobench|' scripts/makeimages.pl scripts/bigbench.sh + rm -rf scripts/CVS + chmod 0644 scripts/README scripts/bigbench.sh scripts/makeimages.pl + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.BRDwKo + umask 022 + cd /builddir/build/BUILD + cd tiobench-0.3.3 + make 'CFLAGS=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DLARGEFILES' -j3 gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DLARGEFILES tiotest.c -o tiotest.o gcc -c -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic -DLARGEFILES crc32.c -o crc32.o tiotest.c: In function 'cleanup_test': tiotest.c:386:3: warning: pointer targets in passing argument 1 of 'aligned_free' differ in signedness [-Wpointer-sign] aligned_free( d->threads[i].buffer, d->threads[i].blockSize ); ^ tiotest.c:44:12: note: expected 'caddr_t' but argument is of type 'unsigned char *' static int aligned_free(caddr_t a, ssize_t size) ^ tiotest.c: In function 'report_seek_error': tiotest.c:877:3: warning: format '%Ld' expects argument of type 'long long int', but argument 3 has type 'toff_t' [-Wformat=] offset, wr ); ^ tiotest.c: In function 'report_random_write_error': tiotest.c:890:3: warning: format '%Ld' expects argument of type 'long long int', but argument 3 has type 'toff_t' [-Wformat=] offset, bytesWritten, wr ); ^ tiotest.c:890:3: warning: format '%d' expects argument of type 'int', but argument 4 has type 'ssize_t' [-Wformat=] tiotest.c: In function 'report_read_error': tiotest.c:904:3: warning: format '%Ld' expects argument of type 'long long int', but argument 3 has type 'toff_t' [-Wformat=] offset, bytesRead, rd ); ^ tiotest.c:904:3: warning: format '%d' expects argument of type 'int', but argument 4 has type 'ssize_t' [-Wformat=] tiotest.c: In function 'do_write_test': tiotest.c:912:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *buf = d->buffer; ^ tiotest.c: In function 'do_random_write_test': tiotest.c:1018:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *buf = d->buffer; ^ tiotest.c: In function 'do_read_test': tiotest.c:1111:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *buf = d->buffer; ^ tiotest.c: In function 'do_random_read_test': tiotest.c:1218:14: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] char *buf = d->buffer; ^ gcc -o tiotest tiotest.o crc32.o -lpthread ./tiobench.pl --help for usage options + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.Y5VYpV + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64 + cd tiobench-0.3.3 + rm -rf /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64 + install -Dp -m0755 tiotest /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/bin/tiotest + install -Dp -m0755 tiosum.pl /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/bin/tiosum + install -Dp -m0755 tiobench.pl /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/bin/tiobench + install -Dp -m0644 /builddir/build/SOURCES/tiobench-man-tiobench.1 /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/share/man/man1/tiobench.1 + install -Dp -m0644 /builddir/build/SOURCES/tiobench-man-tiotest.1 /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/share/man/man1/tiotest.1 + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/tiobench-0.3.3 extracting debug info from /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/bin/tiotest dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 88 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: tiobench-0.3.3-9.el7.centos.x86_64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lKMFXs + umask 022 + cd /builddir/build/BUILD + cd tiobench-0.3.3 + DOCDIR=/builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/share/doc/tiobench-0.3.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/share/doc/tiobench-0.3.3 + cp -pr BUGS /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/share/doc/tiobench-0.3.3 + cp -pr ChangeLog /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/share/doc/tiobench-0.3.3 + cp -pr COPYING /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/share/doc/tiobench-0.3.3 + cp -pr README /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/share/doc/tiobench-0.3.3 + cp -pr TODO /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/share/doc/tiobench-0.3.3 + cp -pr scripts/ /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64/usr/share/doc/tiobench-0.3.3 + exit 0 Provides: tiobench = 0.3.3-9.el7.centos tiobench(x86-64) = 0.3.3-9.el7.centos Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/perl 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) libc.so.6(GLIBC_2.7)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.2.5)(64bit) perl(Getopt::Long) perl(strict) rtld(GNU_HASH) Processing files: tiobench-debuginfo-0.3.3-9.el7.centos.x86_64 Provides: tiobench-debuginfo = 0.3.3-9.el7.centos tiobench-debuginfo(x86-64) = 0.3.3-9.el7.centos Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64 warning: Could not canonicalize hostname: i-0001a708 Wrote: /builddir/build/RPMS/tiobench-0.3.3-9.el7.centos.x86_64.rpm Wrote: /builddir/build/RPMS/tiobench-debuginfo-0.3.3-9.el7.centos.x86_64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ui8Fz6 + umask 022 + cd /builddir/build/BUILD + cd tiobench-0.3.3 + rm -rf /builddir/build/BUILDROOT/tiobench-0.3.3-9.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->