Mock Version: 1.4.9 Mock Version: 1.4.9 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/pxz.spec'], chrootPath='/var/lib/mock/f29-build-11108-5035/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/pxz.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False BUILDSTDERR: warning: bogus date in %changelog: Thu Jun 8 2010 Jindrich Novy 4.999.9-1.beta.20100608git Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/pxz-4.999.9-14.beta.20120930git.fc29.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/pxz.spec'], chrootPath='/var/lib/mock/f29-build-11108-5035/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'}shell=Falselogger=timeout=345600uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/pxz.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'en_US.UTF-8'} and shell False BUILDSTDERR: warning: bogus date in %changelog: Thu Jun 8 2010 Jindrich Novy 4.999.9-1.beta.20100608git Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.ceSjbC + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pxz-4.999.9beta + /usr/bin/xz -dc /builddir/build/SOURCES/pxz-4.999.9beta.20120930git.tar.xz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd pxz-4.999.9beta + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wmqZim + umask 022 + cd /builddir/build/BUILD + cd pxz-4.999.9beta + export 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE' + make -j4 cc -o pxz -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -fopenmp pxz.c -llzma -DPXZ_BUILD_DATE=\"`date +%Y%m%d`\" -DPXZ_VERSION=\"4.999.9beta\" BUILDSTDERR: pxz.c: In function 'main': BUILDSTDERR: pxz.c:280:49: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] BUILDSTDERR: fprintf(stderr, "context size per thread: %llu B\n", chunk_size); BUILDSTDERR: ~~~^ ~~~~~~~~~~ BUILDSTDERR: %lu BUILDSTDERR: pxz.c:304:31: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] BUILDSTDERR: fprintf(stderr, "%s -> %llu/%llu thread%c: [", file[i], threads, (s.st_size+chunk_size-1)/chunk_size, threads != 1 ? 's' : ' '); BUILDSTDERR: ~~~^ ~~~~~~~ BUILDSTDERR: %lu BUILDSTDERR: pxz.c:304:36: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 5 has type 'long unsigned int' [-Wformat=] BUILDSTDERR: fprintf(stderr, "%s -> %llu/%llu thread%c: [", file[i], threads, (s.st_size+chunk_size-1)/chunk_size, threads != 1 ? 's' : ' '); BUILDSTDERR: ~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: %lu BUILDSTDERR: pxz.c:306:25: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] BUILDSTDERR: fprintf(stderr, "%llu thread%c: [", threads, threads != 1 ? 's' : ' '); BUILDSTDERR: ~~~^ ~~~~~~~ BUILDSTDERR: %lu BUILDSTDERR: pxz.c:393:26: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] BUILDSTDERR: fprintf(stderr, "%llu ", p); BUILDSTDERR: ~~~^ ~ BUILDSTDERR: %lu BUILDSTDERR: pxz.c:454:24: warning: format '%llu' expects argument of type 'long long unsigned int', but argument 3 has type '__off64_t' {aka 'long int'} [-Wformat=] BUILDSTDERR: fprintf(stderr, "%llu -> %zd %3.3f%%\n", s.st_size, ts, ts*100./s.st_size); BUILDSTDERR: ~~~^ ~~~~~~~~~ BUILDSTDERR: %lu + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.CSAXpQ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64 + cd pxz-4.999.9beta + rm -rf /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64 'INSTALL=/usr/bin/install -p' mkdir -p /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64/usr/bin cp pxz /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64/usr/bin mkdir -p /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64/usr/share/man/man1 cp pxz.1 /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64/usr/share/man/man1 + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.999.9-14.beta.20120930git.fc29 --unique-debug-suffix -4.999.9-14.beta.20120930git.fc29.riscv64 --unique-debug-src-base pxz-4.999.9-14.beta.20120930git.fc29.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pxz-4.999.9beta extracting debug info from /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64/usr/bin/pxz /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 26 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig BUILDSTDERR: /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: pxz-4.999.9-14.beta.20120930git.fc29.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.W5RSGS + umask 022 + cd /builddir/build/BUILD + cd pxz-4.999.9beta + DOCDIR=/builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64/usr/share/doc/pxz + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64/usr/share/doc/pxz + cp -pr COPYING /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64/usr/share/doc/pxz + exit 0 Provides: pxz = 4.999.9-14.beta.20120930git.fc29 pxz(riscv-64) = 4.999.9-14.beta.20120930git.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libgcc_s.so.1()(64bit) libgcc_s.so.1(GCC_3.3.1)(64bit) libgomp.so.1()(64bit) libgomp.so.1(GOMP_4.0)(64bit) libgomp.so.1(OMP_1.0)(64bit) liblzma.so.5()(64bit) liblzma.so.5(XZ_5.0)(64bit) libpthread.so.0()(64bit) libpthread.so.0(GLIBC_2.27)(64bit) rtld(GNU_HASH) Processing files: pxz-debugsource-4.999.9-14.beta.20120930git.fc29.riscv64 Provides: pxz-debugsource = 4.999.9-14.beta.20120930git.fc29 pxz-debugsource(riscv-64) = 4.999.9-14.beta.20120930git.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: pxz-debuginfo-4.999.9-14.beta.20120930git.fc29.riscv64 Provides: debuginfo(build-id) = 97f90cb170cb5a856d862a771883854a23c3a4d5 pxz-debuginfo = 4.999.9-14.beta.20120930git.fc29 pxz-debuginfo(riscv-64) = 4.999.9-14.beta.20120930git.fc29 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: pxz-debugsource(riscv-64) = 4.999.9-14.beta.20120930git.fc29 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64 Wrote: /builddir/build/RPMS/pxz-4.999.9-14.beta.20120930git.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/pxz-debugsource-4.999.9-14.beta.20120930git.fc29.riscv64.rpm Wrote: /builddir/build/RPMS/pxz-debuginfo-4.999.9-14.beta.20120930git.fc29.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.oCjkwW + umask 022 + cd /builddir/build/BUILD + cd pxz-4.999.9beta + rm -rf /builddir/build/BUILDROOT/pxz-4.999.9-14.beta.20120930git.fc29.riscv64 + exit 0 Child return code was: 0