Mock Version: 1.4.13 Mock Version: 1.4.13 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target riscv64 --nodeps /builddir/build/SPECS/libx86emu.spec'], chrootPath='/var/lib/mock/f30-build-42378-24294/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': 'C.UTF-8'}shell=Falselogger=timeout=432000uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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': 'C.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Wrote: /builddir/build/SRPMS/libx86emu-1.11-6.fc30.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/libx86emu.spec'], chrootPath='/var/lib/mock/f30-build-42378-24294/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': 'C.UTF-8'}shell=Falselogger=timeout=432000uid=998gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=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': 'C.UTF-8'} and shell False Building target platforms: riscv64 Building for target riscv64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Jpd2Uh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libx86emu-1.11 + /usr/bin/gzip -dc /builddir/build/SOURCES/libx86emu-1.11.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libx86emu-1.11 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /builddir/build/SOURCES/libx86emu-1.11-ldflags.patch + /usr/bin/patch -s --fuzz=0 --no-backup-if-mismatch + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.rO4Ihm + umask 022 + cd /builddir/build/BUILD + cd libx86emu-1.11 + /usr/bin/make -O -j4 LIBDIR=/usr/lib64 GIT2LOG=: VERSION=1.11 MAJOR_VERSION=1 '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 BUILDSTDERR: cat: VERSION: No such file or directory BUILDSTDERR: cut: VERSION: No such file or directory BUILDSTDERR: cat: VERSION: No such file or directory BUILDSTDERR: 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 BUILDSTDERR: mem.c: In function 'vm_i_byte': BUILDSTDERR: mem.c:547:12: warning: implicit declaration of function 'inb'; did you mean 'ins'? [-Wimplicit-function-declaration] BUILDSTDERR: return inb(addr); BUILDSTDERR: ^~~ BUILDSTDERR: ins BUILDSTDERR: mem.c: In function 'vm_i_word': BUILDSTDERR: mem.c:585:10: warning: implicit declaration of function 'inw'; did you mean 'ins'? [-Wimplicit-function-declaration] BUILDSTDERR: return inw(addr); BUILDSTDERR: ^~~ BUILDSTDERR: ins BUILDSTDERR: mem.c: In function 'vm_i_dword': BUILDSTDERR: mem.c:623:10: warning: implicit declaration of function 'inl'; did you mean 'ins'? [-Wimplicit-function-declaration] BUILDSTDERR: return inl(addr); BUILDSTDERR: ^~~ BUILDSTDERR: ins BUILDSTDERR: mem.c: In function 'vm_o_byte': BUILDSTDERR: mem.c:642:5: warning: implicit declaration of function 'outb'; did you mean 'outs'? [-Wimplicit-function-declaration] BUILDSTDERR: outb(val, addr); BUILDSTDERR: ^~~~ BUILDSTDERR: outs BUILDSTDERR: mem.c: In function 'vm_o_word': BUILDSTDERR: mem.c:677:3: warning: implicit declaration of function 'outw'; did you mean 'outs'? [-Wimplicit-function-declaration] BUILDSTDERR: outw(val, addr); BUILDSTDERR: ^~~~ BUILDSTDERR: outs BUILDSTDERR: mem.c: In function 'vm_o_dword': BUILDSTDERR: mem.c:714:3: warning: implicit declaration of function 'outl'; did you mean 'outs'? [-Wimplicit-function-declaration] BUILDSTDERR: outl(val, addr); BUILDSTDERR: ^~~~ BUILDSTDERR: 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 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 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 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.1 -fPIC -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld mem.o decode.o ops.o api.o ops2.o prim_ops.o -o libx86emu.so.1.11 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.B549Pg + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64 + cd libx86emu-1.11 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64 'INSTALL=/usr/bin/install -p' LIBDIR=/usr/lib64 GIT2LOG=: VERSION=1.11 MAJOR_VERSION=1 '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' BUILDSTDERR: cat: VERSION: No such file or directory BUILDSTDERR: cut: VERSION: No such file or directory install -D libx86emu.so.1.11 /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64/usr/lib64/libx86emu.so.1.11 ln -snf libx86emu.so.1.11 /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64/usr/lib64/libx86emu.so.1 ln -snf libx86emu.so.1 /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64/usr/lib64/libx86emu.so install -m 644 -D include/x86emu.h /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64/usr/include/x86emu.h + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 1.11-6.fc30 --unique-debug-suffix -1.11-6.fc30.riscv64 --unique-debug-src-base libx86emu-1.11-6.fc30.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/libx86emu-1.11 explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64/usr/lib64/libx86emu.so.1.11 extracting debug info from /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64/usr/lib64/libx86emu.so.1.11 /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. BUILDSTDERR: 725 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 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: libx86emu-1.11-6.fc30.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.HVDwyh + umask 022 + cd /builddir/build/BUILD + cd libx86emu-1.11 + DOCDIR=/builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64/usr/share/doc/libx86emu + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64/usr/share/doc/libx86emu + cp -pr README.md /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64/usr/share/doc/libx86emu + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.xrWpal + umask 022 + cd /builddir/build/BUILD + cd libx86emu-1.11 + LICENSEDIR=/builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64/usr/share/licenses/libx86emu + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64/usr/share/licenses/libx86emu + cp -pr LICENSE /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64/usr/share/licenses/libx86emu + exit 0 Provides: libx86emu = 1.11-6.fc30 libx86emu(riscv-64) = 1.11-6.fc30 libx86emu.so.1()(64bit) Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig 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-1.11-6.fc30.riscv64 Provides: libx86emu-devel = 1.11-6.fc30 libx86emu-devel(riscv-64) = 1.11-6.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libx86emu.so.1()(64bit) Processing files: libx86emu-debugsource-1.11-6.fc30.riscv64 Provides: libx86emu-debugsource = 1.11-6.fc30 libx86emu-debugsource(riscv-64) = 1.11-6.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: libx86emu-debuginfo-1.11-6.fc30.riscv64 Provides: debuginfo(build-id) = 0997fffcfee726b8595a6f4c4bfda76ace0c5311 libx86emu-debuginfo = 1.11-6.fc30 libx86emu-debuginfo(riscv-64) = 1.11-6.fc30 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: libx86emu-debugsource(riscv-64) = 1.11-6.fc30 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64 Wrote: /builddir/build/RPMS/libx86emu-1.11-6.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/libx86emu-devel-1.11-6.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/libx86emu-debugsource-1.11-6.fc30.riscv64.rpm Wrote: /builddir/build/RPMS/libx86emu-debuginfo-1.11-6.fc30.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.fwazO0 + umask 022 + cd /builddir/build/BUILD + cd libx86emu-1.11 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libx86emu-1.11-6.fc30.riscv64 + exit 0 Child return code was: 0