Mock Version: 1.4.21 Mock Version: 1.4.21 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/crcimg.spec'], chrootPath='/var/lib/mock/f33-build-287557-53843/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/crcimg.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=1595808000 Wrote: /builddir/build/SRPMS/crcimg-1.1-25.fc33.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/crcimg.spec'], chrootPath='/var/lib/mock/f33-build-287557-53843/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=432000uid=987gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/crcimg.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=1595808000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.tPrYcs + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf crcimg-1.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/crcimg-1.1.tar.bz2 + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd crcimg-1.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.DJQRfr + umask 022 + cd /builddir/build/BUILD + cd crcimg-1.1 + make -f Makefile.build -j4 'CFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' 'LDFLAGS=-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O -Wall -c -o crc32.o crc32.c gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -O -Wall -c -o crcimg.o crcimg.c crcimg.c: In function 'main': crcimg.c:89:66: warning: format '%x' expects argument of type 'unsigned int', but argument 3 has type 'size_t' {aka 'long unsigned int'} [-Wformat=] 89 | printf("Input file size is not a multiple of 0x%x - residue 0x%x\n", EBSIZE, bytes_read); | ~^ ~~~~~~~~~~ | | | | unsigned int size_t {aka long unsigned int} | %lx gcc -O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -fasynchronous-unwind-tables -fstack-clash-protection -o crcimg crc32.o crcimg.o + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kmtStp + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64 + cd crcimg-1.1 + make -f Makefile.build install DESTDIR=/builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64 install -D -m 755 crcimg /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64/usr/bin/crcimg + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.1-25.fc33 --unique-debug-suffix -1.1-25.fc33.riscv64 --unique-debug-src-base crcimg-1.1-25.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/crcimg-1.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64/usr/bin/crcimg extracting debug info from /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64/usr/bin/crcimg original debug info size: 56kB, size after compression: 60kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 6 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: crcimg-1.1-25.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.7V73op + umask 022 + cd /builddir/build/BUILD + cd crcimg-1.1 + DOCDIR=/builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64/usr/share/doc/crcimg + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64/usr/share/doc/crcimg + cp -pr AUTHORS /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64/usr/share/doc/crcimg + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.B9QQlo + umask 022 + cd /builddir/build/BUILD + cd crcimg-1.1 + LICENSEDIR=/builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64/usr/share/licenses/crcimg + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64/usr/share/licenses/crcimg + cp -pr COPYING /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64/usr/share/licenses/crcimg + RPM_EC=0 ++ jobs -p + exit 0 Provides: crcimg = 1.1-25.fc33 crcimg(riscv-64) = 1.1-25.fc33 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) rtld(GNU_HASH) Processing files: crcimg-debugsource-1.1-25.fc33.riscv64 Provides: crcimg-debugsource = 1.1-25.fc33 crcimg-debugsource(riscv-64) = 1.1-25.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: crcimg-debuginfo-1.1-25.fc33.riscv64 Provides: crcimg-debuginfo = 1.1-25.fc33 crcimg-debuginfo(riscv-64) = 1.1-25.fc33 debuginfo(build-id) = d4ae43f87b05f378c92fd388a39843f1636d113a Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: crcimg-debugsource(riscv-64) = 1.1-25.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64 Wrote: /builddir/build/RPMS/crcimg-debugsource-1.1-25.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/crcimg-1.1-25.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/crcimg-debuginfo-1.1-25.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.Z5VNdr + umask 022 + cd /builddir/build/BUILD + cd crcimg-1.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/crcimg-1.1-25.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0