Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python-lz4.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-dfb68692ee977e24c821ab14516ac8d6b19d5be8/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=996) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python-lz4.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 sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory sh: /usr/bin/python2: No such file or directory Building target platforms: armv7hl Building for target armv7hl Wrote: /builddir/build/SRPMS/python-lz4-0.8.2-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target armv7hl --nodeps /builddir/build/SPECS/python-lz4.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-dfb68692ee977e24c821ab14516ac8d6b19d5be8/root'shell=Falseuid=996env={'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/python-lz4.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.sqFNId + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf lz4-0.8.2 + /usr/bin/tar -xf - + /usr/bin/gzip -dc /builddir/build/SOURCES/lz4-0.8.2.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd lz4-0.8.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm src/lz4.c src/lz4.h src/lz4hc.c src/lz4hc.h + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.uqIs6n + umask 022 + cd /builddir/build/BUILD + cd lz4-0.8.2 + CFLAGS='-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' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_ext building 'lz4' extension creating build creating build/temp.linux-armv7l-2.7 creating build/temp.linux-armv7l-2.7/src gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DVERSION="0.8.2" -I/usr/include/python2.7 -c src/python-lz4.c -o build/temp.linux-armv7l-2.7/src/python-lz4.o -std=c99 src/python-lz4.c: In function 'py_lz4_compress': src/python-lz4.c:143:5: warning: 'LZ4_compress' is deprecated (declared at /usr/include/lz4.h:428): use LZ4_compress_default() instead [-Wdeprecated-declarations] return compress_with(LZ4_compress, self, args); ^ src/python-lz4.c: In function 'py_lz4_compressHC': src/python-lz4.c:147:5: warning: 'LZ4_compressHC' is deprecated (declared at /usr/include/lz4hc.h:200): use LZ4_compress_HC() instead [-Wdeprecated-declarations] return compress_with(LZ4_compressHC, self, args); ^ creating build/lib.linux-armv7l-2.7 gcc -pthread -shared -Wl,-z,relro -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 build/temp.linux-armv7l-2.7/src/python-lz4.o -L/usr/lib -llz4 -lpython2.7 -o build/lib.linux-armv7l-2.7/lz4.so + sleep 1 + CFLAGS='-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' + /usr/bin/python3.4 setup.py build '--executable=/usr/bin/python3.4 -s' running build running build_ext building 'lz4' extension creating build/temp.linux-armv7l-3.4 creating build/temp.linux-armv7l-3.4/src gcc -pthread -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -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 -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -DVERSION="0.8.2" -I/usr/include/python3.4m -c src/python-lz4.c -o build/temp.linux-armv7l-3.4/src/python-lz4.o -std=c99 src/python-lz4.c: In function 'py_lz4_compress': src/python-lz4.c:143:5: warning: 'LZ4_compress' is deprecated (declared at /usr/include/lz4.h:428): use LZ4_compress_default() instead [-Wdeprecated-declarations] return compress_with(LZ4_compress, self, args); ^ src/python-lz4.c: In function 'py_lz4_compressHC': src/python-lz4.c:147:5: warning: 'LZ4_compressHC' is deprecated (declared at /usr/include/lz4hc.h:200): use LZ4_compress_HC() instead [-Wdeprecated-declarations] return compress_with(LZ4_compressHC, self, args); ^ creating build/lib.linux-armv7l-3.4 gcc -pthread -shared -Wl,-z,relro -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 build/temp.linux-armv7l-3.4/src/python-lz4.o -L/usr/lib -llz4 -lpython3.4m -o build/lib.linux-armv7l-3.4/lz4.cpython-34m.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.gSP3oT + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm ++ dirname /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm + cd lz4-0.8.2 + CFLAGS='-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' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr creating /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib creating /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/lz4.so -> /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python2.7/site-packages writing byte-compilation script '/tmp/tmpdJRlhZ.py' /usr/bin/python2 -O /tmp/tmpdJRlhZ.py removing /tmp/tmpdJRlhZ.py running install_egg_info running egg_info writing src/lz4.egg-info/PKG-INFO writing top-level names to src/lz4.egg-info/top_level.txt writing dependency_links to src/lz4.egg-info/dependency_links.txt reading manifest file 'src/lz4.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'tests/*.pyc' writing manifest file 'src/lz4.egg-info/SOURCES.txt' Copying src/lz4.egg-info to /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python2.7/site-packages/lz4-0.8.2-py2.7.egg-info running install_scripts + CFLAGS='-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' + /usr/bin/python3.4 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python3.4 creating /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python3.4/site-packages copying build/lib.linux-armv7l-3.4/lz4.cpython-34m.so -> /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python3.4/site-packages writing byte-compilation script '/tmp/tmpgn9qc2sv.py' /usr/bin/python3.4 -O /tmp/tmpgn9qc2sv.py removing /tmp/tmpgn9qc2sv.py running install_egg_info running egg_info writing src/lz4.egg-info/PKG-INFO writing dependency_links to src/lz4.egg-info/dependency_links.txt writing top-level names to src/lz4.egg-info/top_level.txt reading manifest file 'src/lz4.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'tests/*.pyc' writing manifest file 'src/lz4.egg-info/SOURCES.txt' Copying src/lz4.egg-info to /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python3.4/site-packages/lz4-0.8.2-py3.4.egg-info running install_scripts + find /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python3.4/site-packages -name 'lz4*.so' -exec chmod 0755 '{}' ';' + find /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python2.7/site-packages -name 'lz4*.so' -exec chmod 0755 '{}' ';' + /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/lz4-0.8.2 extracting debug info from /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python2.7/site-packages/lz4.so extracting debug info from /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python3.4/site-packages/lz4.cpython-34m.so /usr/lib/rpm/sepdebugcrcfix: Updated 2 CRC32s, 0 CRC32s did match. 17 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 Bytecompiling .py files below /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python3.4 using /usr/bin/python3.4 Bytecompiling .py files below /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/debug/usr/lib/python3.4 using /usr/bin/python3.4 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.FbtR3Q + umask 022 + cd /builddir/build/BUILD + cd lz4-0.8.2 + PYTHONPATH=/builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python2.7/site-packages + /usr/bin/python2 -c 'import lz4' + PYTHONPATH=/builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/lib/python3.4/site-packages + /usr/bin/python3.4 -c 'import lz4' + /usr/bin/python2 setup.py test running test running egg_info writing src/lz4.egg-info/PKG-INFO writing top-level names to src/lz4.egg-info/top_level.txt writing dependency_links to src/lz4.egg-info/dependency_links.txt reading manifest file 'src/lz4.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'tests/*.pyc' writing manifest file 'src/lz4.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-armv7l-2.7/lz4.so -> src test_random (test.TestLZ4) ... ok test_threads (test.TestLZ4) ... ok ---------------------------------------------------------------------- Ran 2 tests in 0.486s OK + /usr/bin/python3.4 setup.py test running test running egg_info writing top-level names to src/lz4.egg-info/top_level.txt writing dependency_links to src/lz4.egg-info/dependency_links.txt writing src/lz4.egg-info/PKG-INFO reading manifest file 'src/lz4.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files found matching 'tests/*.pyc' writing manifest file 'src/lz4.egg-info/SOURCES.txt' running build_ext copying build/lib.linux-armv7l-3.4/lz4.cpython-34m.so -> src test_random (test.TestLZ4) ... ok test_threads (test.TestLZ4) ... ok ---------------------------------------------------------------------- Ran 2 tests in 0.541s OK + exit 0 Processing files: python2-lz4-0.8.2-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.lm30Ze + umask 022 + cd /builddir/build/BUILD + cd lz4-0.8.2 + DOCDIR=/builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/share/doc/python2-lz4-0.8.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/share/doc/python2-lz4-0.8.2 + cp -pr README.rst /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/share/doc/python2-lz4-0.8.2 + exit 0 Provides: python-lz4 = 0.8.2-1.el7 python-lz4(armv7hl-32) = 0.8.2-1.el7 python2-lz4 = 0.8.2-1.el7 python2-lz4(armv7hl-32) = 0.8.2-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 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) liblz4.so.1 libpthread.so.0 libpython2.7.so.1.0 python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-lz4 < 0.8.2-1.el7 Processing files: python34-lz4-0.8.2-1.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.fspgVV + umask 022 + cd /builddir/build/BUILD + cd lz4-0.8.2 + DOCDIR=/builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/share/doc/python34-lz4-0.8.2 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/share/doc/python34-lz4-0.8.2 + cp -pr README.rst /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm/usr/share/doc/python34-lz4-0.8.2 + exit 0 Provides: python34-lz4 = 0.8.2-1.el7 python34-lz4(armv7hl-32) = 0.8.2-1.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 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) liblz4.so.1 libpthread.so.0 libpython3.4m.so.1.0 python(abi) = 3.4 rtld(GNU_HASH) Processing files: python-lz4-debuginfo-0.8.2-1.el7.armv7hl Provides: python-lz4-debuginfo = 0.8.2-1.el7 python-lz4-debuginfo(armv7hl-32) = 0.8.2-1.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/python-lz4-0.8.2-1.el7.arm Wrote: /builddir/build/RPMS/python2-lz4-0.8.2-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python34-lz4-0.8.2-1.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python-lz4-debuginfo-0.8.2-1.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.uyFtVc + umask 022 + cd /builddir/build/BUILD + cd lz4-0.8.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-lz4-0.8.2-1.el7.arm + exit 0 Child return code was: 0