Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/libx86emu.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-e4a4b41a2cf2c4e38fb4ecc99475ceda34b3edbe/root'shell=FalseprintOutput=Falseenv={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0logger=uid=995) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/libx86emu.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/libx86emu-1.11-7.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/libx86emu.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-e4a4b41a2cf2c4e38fb4ecc99475ceda34b3edbe/root'shell=Falseuid=995env={'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'}gid=135user='mockbuild'timeout=0private_network=Truelogger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/libx86emu.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'PROMPT_COMMAND': 'printf "\x1b]0;\x07"', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'HOME': '/builddir', 'HOSTNAME': 'mock'} and shell False Building target platforms: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.jDNIK0 + 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 -xf - + 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 + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.AgehNZ + umask 022 + cd /builddir/build/BUILD + cd libx86emu-1.11 + /usr/bin/make -j4 LIBDIR=/usr/lib GIT2LOG=: VERSION=1.11 MAJOR_VERSION=1 'CFLAGS=-fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' 'LDFLAGS=-fPIC -Wl,-z,relro ' 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 -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard mem.c gcc -c -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard decode.c gcc -c -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard ops.c gcc -c -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard api.c mem.c: In function 'vm_i_byte': mem.c:547:5: warning: implicit declaration of function 'inb' [-Wimplicit-function-declaration] return inb(addr); ^ mem.c: In function 'vm_i_word': mem.c:585:3: warning: implicit declaration of function 'inw' [-Wimplicit-function-declaration] return inw(addr); ^ mem.c: In function 'vm_i_dword': mem.c:623:3: warning: implicit declaration of function 'inl' [-Wimplicit-function-declaration] return inl(addr); ^ mem.c: In function 'vm_o_byte': mem.c:642:5: warning: implicit declaration of function 'outb' [-Wimplicit-function-declaration] outb(val, addr); ^ mem.c: In function 'vm_o_word': mem.c:677:3: warning: implicit declaration of function 'outw' [-Wimplicit-function-declaration] outw(val, addr); ^ mem.c: In function 'vm_o_dword': mem.c:714:3: warning: implicit declaration of function 'outl' [-Wimplicit-function-declaration] outl(val, addr); ^ gcc -c -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard ops2.c gcc -c -fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard prim_ops.c gcc -shared -Wl,-soname,libx86emu.so.1 -fPIC -Wl,-z,relro mem.o decode.o ops.o api.o ops2.o prim_ops.o -o libx86emu.so.1.11 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.VhdeSV + exit 0 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm ++ dirname /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm + cd libx86emu-1.11 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm LIBDIR=/usr/lib GIT2LOG=: VERSION=1.11 MAJOR_VERSION=1 'CFLAGS=-fPIC -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard' 'LDFLAGS=-fPIC -Wl,-z,relro ' cat: VERSION: No such file or directory cut: VERSION: No such file or directory install -D libx86emu.so.1.11 /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm/usr/lib/libx86emu.so.1.11 ln -snf libx86emu.so.1.11 /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm/usr/lib/libx86emu.so.1 ln -snf libx86emu.so.1 /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm/usr/lib/libx86emu.so install -m 644 -D include/x86emu.h /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm/usr/include/x86emu.h + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/libx86emu-1.11 extracting debug info from /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm/usr/lib/libx86emu.so.1.11 dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib/libx86emu.so.1.11.debug to /usr/lib/debug/usr/lib/libx86emu.so.1.debug symlinked /usr/lib/debug/usr/lib/libx86emu.so.1.11.debug to /usr/lib/debug/usr/lib/libx86emu.so.debug 725 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: libx86emu-1.11-7.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.A69J8N + umask 022 + cd /builddir/build/BUILD + cd libx86emu-1.11 + DOCDIR=/builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm/usr/share/doc/libx86emu-1.11 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm/usr/share/doc/libx86emu-1.11 + cp -pr README.md /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm/usr/share/doc/libx86emu-1.11 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.hiI1kJ + umask 022 + cd /builddir/build/BUILD + cd libx86emu-1.11 + LICENSEDIR=/builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm/usr/share/licenses/libx86emu-1.11 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm/usr/share/licenses/libx86emu-1.11 + cp -pr LICENSE /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm/usr/share/licenses/libx86emu-1.11 + exit 0 Provides: libx86emu = 1.11-7.el7 libx86emu(armv7hl-32) = 1.11-7.el7 libx86emu.so.1 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-armhf.so.3 ld-linux-armhf.so.3(GLIBC_2.4) libc.so.6 libc.so.6(GLIBC_2.4) libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) rtld(GNU_HASH) Processing files: libx86emu-devel-1.11-7.el7.armv7hl Provides: libx86emu-devel = 1.11-7.el7 libx86emu-devel(armv7hl-32) = 1.11-7.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libx86emu.so.1 Processing files: libx86emu-debuginfo-1.11-7.el7.armv7hl Provides: libx86emu-debuginfo = 1.11-7.el7 libx86emu-debuginfo(armv7hl-32) = 1.11-7.el7 Requires(rpmlib): rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 rpmlib(CompressedFileNames) <= 3.0.4-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm Wrote: /builddir/build/RPMS/libx86emu-1.11-7.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/libx86emu-devel-1.11-7.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/libx86emu-debuginfo-1.11-7.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.xOcxPA + umask 022 + cd /builddir/build/BUILD + cd libx86emu-1.11 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libx86emu-1.11-7.el7.arm + exit 0 Child return code was: 0