Mock Version: 1.4.14 Mock Version: 1.4.14 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/pxz.spec'], chrootPath='/var/lib/mock/f31-build-89884-32124/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=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 Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Wrote: /builddir/build/SRPMS/pxz-4.999.9-17.beta.20120930git.fc31.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/f31-build-89884-32124/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=986gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=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 Building target platforms: riscv64 Building for target riscv64 setting SOURCE_DATE_EPOCH=1564099200 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.hxTx9r + 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 . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.esMwuq + 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 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: 280 | fprintf(stderr, "context size per thread: %llu B\n", chunk_size); BUILDSTDERR: | ~~~^ ~~~~~~~~~~ BUILDSTDERR: | | | BUILDSTDERR: | | uint64_t {aka long unsigned int} BUILDSTDERR: | long long unsigned int 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: 304 | fprintf(stderr, "%s -> %llu/%llu thread%c: [", file[i], threads, (s.st_size+chunk_size-1)/chunk_size, threads != 1 ? 's' : ' '); BUILDSTDERR: | ~~~^ ~~~~~~~ BUILDSTDERR: | | | BUILDSTDERR: | long long unsigned int uint64_t {aka long unsigned int} 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: 304 | fprintf(stderr, "%s -> %llu/%llu thread%c: [", file[i], threads, (s.st_size+chunk_size-1)/chunk_size, threads != 1 ? 's' : ' '); BUILDSTDERR: | ~~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: | | | BUILDSTDERR: | long long unsigned int long unsigned int 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: 306 | fprintf(stderr, "%llu thread%c: [", threads, threads != 1 ? 's' : ' '); BUILDSTDERR: | ~~~^ ~~~~~~~ BUILDSTDERR: | | | BUILDSTDERR: | | uint64_t {aka long unsigned int} BUILDSTDERR: | long long unsigned int 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: 393 | fprintf(stderr, "%llu ", p); BUILDSTDERR: | ~~~^ ~ BUILDSTDERR: | | | BUILDSTDERR: | | uint64_t {aka long unsigned int} BUILDSTDERR: | long long unsigned int 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: 454 | fprintf(stderr, "%llu -> %zd %3.3f%%\n", s.st_size, ts, ts*100./s.st_size); BUILDSTDERR: | ~~~^ ~~~~~~~~~ BUILDSTDERR: | | | BUILDSTDERR: | | __off64_t {aka long int} BUILDSTDERR: | long long unsigned int BUILDSTDERR: | %lu + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 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\" Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.6WPvzr + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64 + cd pxz-4.999.9beta + rm -rf /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64 'INSTALL=/usr/bin/install -p' + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 4.999.9-17.beta.20120930git.fc31 --unique-debug-suffix -4.999.9-17.beta.20120930git.fc31.riscv64 --unique-debug-src-base pxz-4.999.9-17.beta.20120930git.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/pxz-4.999.9beta BUILDSTDERR: 26 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs mkdir -p /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64/usr/bin cp pxz /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64/usr/bin mkdir -p /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64/usr/share/man/man1 cp pxz.1 /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64/usr/share/man/man1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64/usr/bin/pxz extracting debug info from /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64/usr/bin/pxz original debug info size: 76kB, size after compression: 76kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Processing files: pxz-4.999.9-17.beta.20120930git.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ACXuWp + umask 022 + cd /builddir/build/BUILD + cd pxz-4.999.9beta + DOCDIR=/builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.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-17.beta.20120930git.fc31.riscv64/usr/share/doc/pxz + cp -pr COPYING /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64/usr/share/doc/pxz + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: pxz = 4.999.9-17.beta.20120930git.fc31 pxz(riscv-64) = 4.999.9-17.beta.20120930git.fc31 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-17.beta.20120930git.fc31.riscv64 Provides: pxz-debugsource = 4.999.9-17.beta.20120930git.fc31 pxz-debugsource(riscv-64) = 4.999.9-17.beta.20120930git.fc31 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-17.beta.20120930git.fc31.riscv64 Provides: debuginfo(build-id) = ce75c98bbb68797f3d3b48dde2611b3adf2e4538 pxz-debuginfo = 4.999.9-17.beta.20120930git.fc31 pxz-debuginfo(riscv-64) = 4.999.9-17.beta.20120930git.fc31 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-17.beta.20120930git.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64 Wrote: /builddir/build/RPMS/pxz-debugsource-4.999.9-17.beta.20120930git.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/pxz-4.999.9-17.beta.20120930git.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/pxz-debuginfo-4.999.9-17.beta.20120930git.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0SeCsp + umask 022 + cd /builddir/build/BUILD + cd pxz-4.999.9beta + /usr/bin/rm -rf /builddir/build/BUILDROOT/pxz-4.999.9-17.beta.20120930git.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0