Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/libdasm.spec'], chrootPath='/var/lib/mock/f26-build-12026958-887280/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/libdasm.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 sh: /usr/bin/python: No such file or directory sh: /usr/bin/python: No such file or directory Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/libdasm-1.6-1.fc26.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/libdasm.spec'], chrootPath='/var/lib/mock/f26-build-12026958-887280/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=172800uid=1000gid=425user='mockbuild'nspawn_args=[]printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/libdasm.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: armv7hl Building for target armv7hl Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.NzgXKe + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf libdasm-1.6 + /usr/bin/gzip -dc /builddir/build/SOURCES/libdasm-1.6.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd libdasm-1.6 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + sed -i -e 's|#!/usr/bin/env.*|#!/usr/bin/python2|;' pydasm/das.py + rm -rf bin + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.0d7eBl + umask 022 + cd /builddir/build/BUILD + cd libdasm-1.6 + make -j4 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC' PREFIX=/usr LIBDIR=/usr/lib BINDIR=/usr/bin gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -c -o libdasm.o libdasm.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -shared -fPIC -Wl,-soname,libdasm.so.1 -o libdasm.so libdasm.c ar rc libdasm.a libdasm.o && ranlib libdasm.a make -C examples make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/libdasm-1.6/examples' gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -c -o das.o das.c das.c: In function 'read_file': das.c:185:16: warning: pointer targets in return differ in signedness [-Wpointer-sign] return (buf); ^ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -o das das.o -l dasm -L ../ gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -c -o simple.o simple.c gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -o simple simple.o -l dasm -L ../ make[1]: Leaving directory '/builddir/build/BUILD/libdasm-1.6/examples' make -C pydasm make[1]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule. make[1]: Entering directory '/builddir/build/BUILD/libdasm-1.6/pydasm' python setup.py build running build running build_ext building 'pydasm' extension creating build creating build/temp.linux-armv7l-2.7 gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c ../libdasm.c -o build/temp.linux-armv7l-2.7/../libdasm.o gcc -pthread -fno-strict-aliasing -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC -fPIC -I/usr/include/python2.7 -I/usr/include/python2.7 -c pydasm.c -o build/temp.linux-armv7l-2.7/pydasm.o creating build/lib.linux-armv7l-2.7 gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -fPIC build/temp.linux-armv7l-2.7/../libdasm.o build/temp.linux-armv7l-2.7/pydasm.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/pydasm.so make[1]: Leaving directory '/builddir/build/BUILD/libdasm-1.6/pydasm' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.a65Fla + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm ++ dirname /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm + cd libdasm-1.6 + make install DESTDIR=/builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm PREFIX=/usr LIBDIR=/usr/lib BINDIR=/usr/bin install -p -D libdasm.so /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/lib/libdasm.so.1.0 ln -s "libdasm.so.1.0" /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/lib/libdasm.so.1 ln -s "libdasm.so.1.0" /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/lib/libdasm.so install -d /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/include install -m 644 -p libdasm.h /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/include/libdasm.h install -m 644 -p -D libdasm.a /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/lib/libdasm.a make -C examples install DESTDIR=/builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm make[1]: Entering directory '/builddir/build/BUILD/libdasm-1.6/examples' install -p -D das /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/bin/das make[1]: Leaving directory '/builddir/build/BUILD/libdasm-1.6/examples' make -C pydasm install DESTDIR=/builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm make[1]: Entering directory '/builddir/build/BUILD/libdasm-1.6/pydasm' python setup.py install --skip-build --root /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm running install running install_lib creating /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/pydasm.so -> /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/lib/python2.7/site-packages running install_egg_info running egg_info creating pydasm.egg-info writing pydasm.egg-info/PKG-INFO writing top-level names to pydasm.egg-info/top_level.txt writing dependency_links to pydasm.egg-info/dependency_links.txt writing manifest file 'pydasm.egg-info/SOURCES.txt' reading manifest file 'pydasm.egg-info/SOURCES.txt' writing manifest file 'pydasm.egg-info/SOURCES.txt' Copying pydasm.egg-info to /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/lib/python2.7/site-packages/pydasm-1.5-py2.7.egg-info running install_scripts install -m 755 -p -D das.py /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/bin/das.py make[1]: Leaving directory '/builddir/build/BUILD/libdasm-1.6/pydasm' + find /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm -name '*.la' -exec rm -f '{}' ';' + find /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm -name '*.a' -exec rm -f '{}' ';' + /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/libdasm-1.6 extracting debug info from /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/lib/python2.7/site-packages/pydasm.so extracting debug info from /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/lib/libdasm.so.1.0 extracting debug info from /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/bin/das /usr/lib/rpm/sepdebugcrcfix: Updated 3 CRC32s, 0 CRC32s did match. symlinked /usr/lib/debug/usr/lib/libdasm.so.1.0.debug to /usr/lib/debug/usr/lib/libdasm.so.1.debug symlinked /usr/lib/debug/usr/lib/libdasm.so.1.0.debug to /usr/lib/debug/usr/lib/libdasm.so.debug 732 blocks + /usr/lib/rpm/check-buildroot + /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 Bytecompiling .py files below /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/brp-python-hardlink Processing files: libdasm-1.6-1.fc26.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.X4Nnrg + umask 022 + cd /builddir/build/BUILD + cd libdasm-1.6 + DOCDIR=/builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/share/doc/libdasm + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/share/doc/libdasm + cp -pr HISTORY.txt /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/share/doc/libdasm + cp -pr LIB.txt /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/share/doc/libdasm + cp -pr README.txt /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/share/doc/libdasm + cp -pr TODO.txt /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm/usr/share/doc/libdasm + exit 0 Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: libdasm = 1.6-1.fc26 libdasm(armv7hl-32) = 1.6-1.fc26 libdasm.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) libdasm.so.1 libgcc_s.so.1 libgcc_s.so.1(GCC_3.5) rtld(GNU_HASH) Processing files: libdasm-devel-1.6-1.fc26.armv7hl Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: libdasm-devel = 1.6-1.fc26 libdasm-devel(armv7hl-32) = 1.6-1.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libdasm.so.1 Processing files: python2-pydasm-1.6-1.fc26.armv7hl Finding Provides: /bin/sh -c " /usr/bin/grep -v '/usr/lib/python2.7/site-packages/.*\.so$' | while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -P; done | /bin/sort -u " Finding Requires(interp): Finding Requires(rpmlib): Finding Requires(verify): Finding Requires(pre): Finding Requires(post): Finding Requires(preun): Finding Requires(postun): Finding Requires(pretrans): Finding Requires(posttrans): Finding Requires: /bin/sh -c " while read FILE; do echo "${FILE}" | /usr/lib/rpm/rpmdeps -R; done | /bin/sort -u " Provides: python-libdasm = 1.6-1.fc26 python-libdasm(armv7hl-32) = 1.6-1.fc26 python-pydasm = 1.6-1.fc26 python-pydasm(armv7hl-32) = 1.6-1.fc26 python2-pydasm = 1.6-1.fc26 python2-pydasm(armv7hl-32) = 1.6-1.fc26 python2.7dist(pydasm) = 1.5 python2dist(pydasm) = 1.5 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python2 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) libpthread.so.0 libpython2.7.so.1.0 python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-libdasm < 1.6-1.fc26 python-pydasm < 1.6-1.fc26 Processing files: libdasm-debuginfo-1.6-1.fc26.armv7hl Provides: libdasm-debuginfo = 1.6-1.fc26 libdasm-debuginfo(armv7hl-32) = 1.6-1.fc26 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm Wrote: /builddir/build/RPMS/libdasm-1.6-1.fc26.armv7hl.rpm Wrote: /builddir/build/RPMS/libdasm-devel-1.6-1.fc26.armv7hl.rpm Wrote: /builddir/build/RPMS/python2-pydasm-1.6-1.fc26.armv7hl.rpm Wrote: /builddir/build/RPMS/libdasm-debuginfo-1.6-1.fc26.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.0qYp1g + umask 022 + cd /builddir/build/BUILD + cd libdasm-1.6 + /usr/bin/rm -rf /builddir/build/BUILDROOT/libdasm-1.6-1.fc26.arm + exit 0 Child return code was: 0