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/libx86emu.spec'], chrootPath='/var/lib/mock/f33-build-128239-40392/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/libx86emu.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=1583020800 Wrote: /builddir/build/SRPMS/libx86emu-3.1-1.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/libx86emu.spec'], chrootPath='/var/lib/mock/f33-build-128239-40392/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/libx86emu.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=1583020800 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.TacW8y + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libx86emu-3.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/libx86emu-3.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libx86emu-3.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.ic8uvy + umask 022 + cd /builddir/build/BUILD + cd libx86emu-3.1 + /usr/bin/make -O -j4 V=1 VERBOSE=1 LIBDIR=/usr/lib64 GIT2LOG=: VERSION=3.1 MAJOR_VERSION=3 'CFLAGS=-fPIC -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' 'LDFLAGS=-fPIC -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' shared cat: VERSION: No such file or directory cut: VERSION: No such file or directory cat: VERSION: No such file or directory cut: VERSION: No such file or directory gcc -c -fPIC -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 mem.c mem.c: In function 'vm_i_byte': mem.c:581:12: warning: implicit declaration of function 'inb'; did you mean 'ins'? [-Wimplicit-function-declaration] 581 | return inb(addr); | ^~~ | ins mem.c: In function 'vm_i_word': mem.c:619:10: warning: implicit declaration of function 'inw'; did you mean 'ins'? [-Wimplicit-function-declaration] 619 | return inw(addr); | ^~~ | ins mem.c: In function 'vm_i_dword': mem.c:657:10: warning: implicit declaration of function 'inl'; did you mean 'ins'? [-Wimplicit-function-declaration] 657 | return inl(addr); | ^~~ | ins mem.c: In function 'vm_o_byte': mem.c:676:5: warning: implicit declaration of function 'outb'; did you mean 'outs'? [-Wimplicit-function-declaration] 676 | outb(val, addr); | ^~~~ | outs mem.c: In function 'vm_o_word': mem.c:711:3: warning: implicit declaration of function 'outw'; did you mean 'outs'? [-Wimplicit-function-declaration] 711 | outw(val, addr); | ^~~~ | outs mem.c: In function 'vm_o_dword': mem.c:748:3: warning: implicit declaration of function 'outl'; did you mean 'outs'? [-Wimplicit-function-declaration] 748 | outl(val, addr); | ^~~~ | outs gcc -c -fPIC -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 api.c gcc -c -fPIC -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 decode.c gcc -c -fPIC -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 ops2.c gcc -c -fPIC -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 prim_ops.c gcc -c -fPIC -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 ops.c gcc -shared -Wl,-soname,libx86emu.so.3 mem.o decode.o ops.o api.o ops2.o prim_ops.o -o libx86emu.so.3.1 -fPIC -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.4GiCfy + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64 ++ dirname /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64 + cd libx86emu-3.1 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64 'INSTALL=/usr/bin/install -p' LIBDIR=/usr/lib64 GIT2LOG=: VERSION=3.1 MAJOR_VERSION=3 'CFLAGS=-fPIC -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' 'LDFLAGS=-fPIC -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' cat: VERSION: No such file or directory cut: VERSION: No such file or directory install -D libx86emu.so.3.1 /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64/usr/lib64/libx86emu.so.3.1 ln -snf libx86emu.so.3.1 /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64/usr/lib64/libx86emu.so.3 ln -snf libx86emu.so.3 /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64/usr/lib64/libx86emu.so install -m 644 -D include/x86emu.h /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64/usr/include/x86emu.h + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 3.1-1.fc33 --unique-debug-suffix -3.1-1.fc33.riscv64 --unique-debug-src-base libx86emu-3.1-1.fc33.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/libx86emu-3.1 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64/usr/lib64/libx86emu.so.3.1 extracting debug info from /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64/usr/lib64/libx86emu.so.3.1 original debug info size: 724kB, size after compression: 696kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 795 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 /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: libx86emu-3.1-1.fc33.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.8RpMQx + umask 022 + cd /builddir/build/BUILD + cd libx86emu-3.1 + DOCDIR=/builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64/usr/share/doc/libx86emu + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64/usr/share/doc/libx86emu + cp -pr README.md /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64/usr/share/doc/libx86emu + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.qv7VOz + umask 022 + cd /builddir/build/BUILD + cd libx86emu-3.1 + LICENSEDIR=/builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64/usr/share/licenses/libx86emu + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64/usr/share/licenses/libx86emu + cp -pr LICENSE /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64/usr/share/licenses/libx86emu + RPM_EC=0 ++ jobs -p + exit 0 Provides: libx86emu = 3.1-1.fc33 libx86emu(riscv-64) = 3.1-1.fc33 libx86emu.so.3()(64bit) 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: libx86emu-devel-3.1-1.fc33.riscv64 Provides: libx86emu-devel = 3.1-1.fc33 libx86emu-devel(riscv-64) = 3.1-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libx86emu.so.3()(64bit) Processing files: libx86emu-debugsource-3.1-1.fc33.riscv64 Provides: libx86emu-debugsource = 3.1-1.fc33 libx86emu-debugsource(riscv-64) = 3.1-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libx86emu-debuginfo-3.1-1.fc33.riscv64 Provides: debuginfo(build-id) = 24b26e61d20f75101086e335a5c28605b672001b libx86emu-debuginfo = 3.1-1.fc33 libx86emu-debuginfo(riscv-64) = 3.1-1.fc33 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libx86emu-debugsource(riscv-64) = 3.1-1.fc33 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64 Wrote: /builddir/build/RPMS/libx86emu-devel-3.1-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libx86emu-3.1-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libx86emu-debugsource-3.1-1.fc33.riscv64.rpm Wrote: /builddir/build/RPMS/libx86emu-debuginfo-3.1-1.fc33.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.3IV4vx + umask 022 + cd /builddir/build/BUILD + cd libx86emu-3.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libx86emu-3.1-1.fc33.riscv64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0