Mock Version: 1.2.17 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target armv7hl --nodeps /builddir/build/SPECS/python-Levenshtein.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-51badb8fc6bf062f1b6210f13fd8ec58b8483859/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/python-Levenshtein.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/python: No such file or directory 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/python-Levenshtein-0.10.1-19.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-Levenshtein.spec'], chrootPath='/var/lib/mock/epel-1-armhfp-51badb8fc6bf062f1b6210f13fd8ec58b8483859/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/python-Levenshtein.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.mYoYUo + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-Levenshtein-0.10.1 + /usr/bin/bzip2 -dc /builddir/build/SOURCES/python-Levenshtein-0.10.1.tar.bz2 + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-Levenshtein-0.10.1 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + cp /builddir/build/SOURCES/genextdoc.py . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.EnzFHN + umask 022 + cd /builddir/build/BUILD + cd python-Levenshtein-0.10.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/python -c 'import setuptools; execfile("setup.py")' build running build running build_ext building 'Levenshtein' extension creating build creating build/temp.linux-armv7l-2.7 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 -I/usr/include/python2.7 -c Levenshtein.c -o build/temp.linux-armv7l-2.7/Levenshtein.o Levenshtein.c: In function 'levenshtein_common': Levenshtein.c:673:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein.c:674:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein.c: In function 'hamming_py': Levenshtein.c:758:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein.c:759:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein.c: In function 'jaro_py': Levenshtein.c:802:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein.c:803:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein.c: In function 'jaro_winkler_py': Levenshtein.c:852:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein.c:853:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein.c: In function 'median_common': Levenshtein.c:954:7: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness [-Wpointer-sign] result = PyString_FromStringAndSize(medstr, len); ^ In file included from /usr/include/python2.7/Python.h:94:0, from Levenshtein.c:99: /usr/include/python2.7/stringobject.h:62:24: note: expected 'const char *' but argument is of type 'lev_byte *' PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); ^ Levenshtein.c: In function 'median_improve_common': /usr/include/python2.7/stringobject.h:91:32: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] #define PyString_AS_STRING(op) (((PyStringObject *)(op))->ob_sval) ^ Levenshtein.c:1033:19: note: in expansion of macro 'PyString_AS_STRING' lev_byte *s = PyString_AS_STRING(arg1); ^ Levenshtein.c:1039:7: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness [-Wpointer-sign] result = PyString_FromStringAndSize(medstr, len); ^ In file included from /usr/include/python2.7/Python.h:94:0, from Levenshtein.c:99: /usr/include/python2.7/stringobject.h:62:24: note: expected 'const char *' but argument is of type 'lev_byte *' PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); ^ Levenshtein.c: In function 'extract_stringlist': Levenshtein.c:1163:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] strings[0] = PyString_AS_STRING(first); ^ Levenshtein.c:1175:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] strings[i] = PyString_AS_STRING(item); ^ Levenshtein.c: In function 'editops_py': Levenshtein.c:1592:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein.c:1593:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein.c: In function 'opcodes_py': Levenshtein.c:1710:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein.c:1711:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein.c: In function 'apply_edit_py': Levenshtein.c:1805:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein.c:1806:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein.c:1820:7: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness [-Wpointer-sign] result = PyString_FromStringAndSize(s, len); ^ In file included from /usr/include/python2.7/Python.h:94:0, from Levenshtein.c:99: /usr/include/python2.7/stringobject.h:62:24: note: expected 'const char *' but argument is of type 'lev_byte *' PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); ^ Levenshtein.c:1836:7: warning: pointer targets in passing argument 1 of 'PyString_FromStringAndSize' differ in signedness [-Wpointer-sign] result = PyString_FromStringAndSize(s, len); ^ In file included from /usr/include/python2.7/Python.h:94:0, from Levenshtein.c:99: /usr/include/python2.7/stringobject.h:62:24: note: expected 'const char *' but argument is of type 'lev_byte *' PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); ^ Levenshtein.c: In function 'initLevenshtein': Levenshtein.c:2026:13: warning: variable 'module' set but not used [-Wunused-but-set-variable] PyObject *module; ^ Levenshtein.c: At top level: Levenshtein.c:6563:1: warning: 'lev_editops_total_cost' defined but not used [-Wunused-function] lev_editops_total_cost(size_t n, ^ Levenshtein.c:6633:1: warning: 'lev_opcodes_total_cost' defined but not used [-Wunused-function] lev_opcodes_total_cost(size_t nb, ^ Levenshtein.c:6588:1: warning: 'lev_editops_normalize' defined but not used [-Wunused-function] lev_editops_normalize(size_t n, ^ Levenshtein.c:2304:1: warning: 'lev_edit_distance_sod' defined but not used [-Wunused-function] lev_edit_distance_sod(size_t len, const lev_byte *string, ^ Levenshtein.c:2483:1: warning: 'lev_u_edit_distance_sod' defined but not used [-Wunused-function] lev_u_edit_distance_sod(size_t len, const lev_wchar *string, ^ 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/Levenshtein.o -L/usr/lib -lpython2.7 -o build/lib.linux-armv7l-2.7/Levenshtein.so + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.JYEvks + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm ++ dirname /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm + cd python-Levenshtein-0.10.1 + rm -rf /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm + /usr/bin/python -c 'import setuptools; execfile("setup.py")' install --skip-build --root /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm running install running install_lib creating /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm creating /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr creating /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/lib creating /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/lib/python2.7/site-packages copying build/lib.linux-armv7l-2.7/Levenshtein.so -> /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/lib/python2.7/site-packages running install_egg_info running egg_info creating python_Levenshtein.egg-info writing python_Levenshtein.egg-info/PKG-INFO writing top-level names to python_Levenshtein.egg-info/top_level.txt writing dependency_links to python_Levenshtein.egg-info/dependency_links.txt writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' warning: manifest_maker: standard file '-c' not found reading manifest file 'python_Levenshtein.egg-info/SOURCES.txt' writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' Copying python_Levenshtein.egg-info to /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/lib/python2.7/site-packages/python_Levenshtein-0.10.1-py2.7.egg-info running install_scripts + PYTHONPATH=:/builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm//usr/lib/python2.7/site-packages + /usr/bin/python genextdoc.py Levenshtein Levenshtein.html + /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/python-Levenshtein-0.10.1 extracting debug info from /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/lib/python2.7/site-packages/Levenshtein.so dwz: Too few files for multifile optimization /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 394 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-Levenshtein-0.10.1-19.el7.arm/usr/lib/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/lib/debug/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python-Levenshtein-0.10.1-19.el7.armv7hl Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.eLUDRQ + umask 022 + cd /builddir/build/BUILD + cd python-Levenshtein-0.10.1 + DOCDIR=/builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/share/doc/python-Levenshtein-0.10.1 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/share/doc/python-Levenshtein-0.10.1 + cp -pr README /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/share/doc/python-Levenshtein-0.10.1 + cp -pr COPYING /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/share/doc/python-Levenshtein-0.10.1 + cp -pr NEWS /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/share/doc/python-Levenshtein-0.10.1 + cp -pr StringMatcher.py /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/share/doc/python-Levenshtein-0.10.1 + cp -pr Levenshtein.html /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm/usr/share/doc/python-Levenshtein-0.10.1 + exit 0 Provides: python-Levenshtein = 0.10.1-19.el7 python-Levenshtein(armv7hl-32) = 0.10.1-19.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) libpthread.so.0 libpython2.7.so.1.0 python(abi) = 2.7 rtld(GNU_HASH) Processing files: python-Levenshtein-debuginfo-0.10.1-19.el7.armv7hl Provides: python-Levenshtein-debuginfo = 0.10.1-19.el7 python-Levenshtein-debuginfo(armv7hl-32) = 0.10.1-19.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-Levenshtein-0.10.1-19.el7.arm Wrote: /builddir/build/RPMS/python-Levenshtein-0.10.1-19.el7.armv7hl.rpm Wrote: /builddir/build/RPMS/python-Levenshtein-debuginfo-0.10.1-19.el7.armv7hl.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.XUeuro + umask 022 + cd /builddir/build/BUILD + cd python-Levenshtein-0.10.1 + rm -rf /builddir/build/BUILDROOT/python-Levenshtein-0.10.1-19.el7.arm + exit 0 Child return code was: 0