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/python-Levenshtein.spec'], chrootPath='/var/lib/mock/f31-build-99044-33107/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/python-Levenshtein.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 setting SOURCE_DATE_EPOCH=1566432000 Wrote: /builddir/build/SRPMS/python-Levenshtein-0.12.0-12.fc31.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target riscv64 --nodeps /builddir/build/SPECS/python-Levenshtein.spec'], chrootPath='/var/lib/mock/f31-build-99044-33107/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/python-Levenshtein.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 setting SOURCE_DATE_EPOCH=1566432000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.G0cz3J + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-Levenshtein-0.12.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/python-Levenshtein-0.12.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-Levenshtein-0.12.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.faFt6L + umask 022 + cd /builddir/build/BUILD + cd python-Levenshtein-0.12.0 + CFLAGS='-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='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' BUILDSTDERR: warning: no previously-included files matching '*pyc' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '*so' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '.project' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '.pydevproject' found anywhere in distribution BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘levenshtein_common’: BUILDSTDERR: Levenshtein/_levenshtein.c:711:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 711 | string1 = PyString_AS_STRING(arg1); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c:712:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 712 | string2 = PyString_AS_STRING(arg2); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘hamming_py’: BUILDSTDERR: Levenshtein/_levenshtein.c:796:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 796 | string1 = PyString_AS_STRING(arg1); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c:797:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 797 | string2 = PyString_AS_STRING(arg2); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘jaro_py’: BUILDSTDERR: Levenshtein/_levenshtein.c:840:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 840 | string1 = PyString_AS_STRING(arg1); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c:841:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 841 | string2 = PyString_AS_STRING(arg2); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘jaro_winkler_py’: BUILDSTDERR: Levenshtein/_levenshtein.c:890:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 890 | string1 = PyString_AS_STRING(arg1); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c:891:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 891 | string2 = PyString_AS_STRING(arg2); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘median_common’: BUILDSTDERR: Levenshtein/_levenshtein.c:992:43: warning: pointer targets in passing argument 1 of ‘PyBytes_FromStringAndSize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 992 | result = PyString_FromStringAndSize(medstr, len); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | lev_byte * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:98, BUILDSTDERR: from Levenshtein/_levenshtein.c:99: BUILDSTDERR: /usr/include/python3.7m/bytesobject.h:51:24: note: expected ‘const char *’ but argument is of type ‘lev_byte *’ {aka ‘unsigned char *’} BUILDSTDERR: 51 | PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘median_improve_common’: BUILDSTDERR: /usr/include/python3.7m/bytesobject.h:87:31: warning: pointer targets in initialization of ‘lev_byte *’ {aka ‘unsigned char *’} from ‘char *’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 87 | #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c:106:28: note: in expansion of macro ‘PyBytes_AS_STRING’ BUILDSTDERR: 106 | #define PyString_AS_STRING PyBytes_AS_STRING BUILDSTDERR: | ^~~~~~~~~~~~~~~~~ BUILDSTDERR: Levenshtein/_levenshtein.c:1071:19: note: in expansion of macro ‘PyString_AS_STRING’ BUILDSTDERR: 1071 | lev_byte *s = PyString_AS_STRING(arg1); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~ BUILDSTDERR: Levenshtein/_levenshtein.c:1077:43: warning: pointer targets in passing argument 1 of ‘PyBytes_FromStringAndSize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 1077 | result = PyString_FromStringAndSize(medstr, len); BUILDSTDERR: | ^~~~~~ BUILDSTDERR: | | BUILDSTDERR: | lev_byte * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:98, BUILDSTDERR: from Levenshtein/_levenshtein.c:99: BUILDSTDERR: /usr/include/python3.7m/bytesobject.h:51:24: note: expected ‘const char *’ but argument is of type ‘lev_byte *’ {aka ‘unsigned char *’} BUILDSTDERR: 51 | PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘extract_weightlist’: BUILDSTDERR: Levenshtein/_levenshtein.c:1115:41: warning: comparison of integer expressions of different signedness: ‘Py_ssize_t’ {aka ‘long int’} and ‘size_t’ {aka ‘long unsigned int’} [-Wsign-compare] BUILDSTDERR: 1115 | if (PySequence_Fast_GET_SIZE(wlist) != n) { BUILDSTDERR: | ^~ BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘extract_stringlist’: BUILDSTDERR: Levenshtein/_levenshtein.c:1201:16: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 1201 | strings[0] = PyString_AS_STRING(first); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c:1213:18: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 1213 | strings[i] = PyString_AS_STRING(item); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘string_to_edittype’: BUILDSTDERR: Levenshtein/_levenshtein.c:1379:13: warning: unused variable ‘len’ [-Wunused-variable] BUILDSTDERR: 1379 | size_t i, len; BUILDSTDERR: | ^~~ BUILDSTDERR: Levenshtein/_levenshtein.c:1378:15: warning: unused variable ‘s’ [-Wunused-variable] BUILDSTDERR: 1378 | const char *s; BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘editops_py’: BUILDSTDERR: Levenshtein/_levenshtein.c:1650:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 1650 | string1 = PyString_AS_STRING(arg1); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c:1651:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 1651 | string2 = PyString_AS_STRING(arg2); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘opcodes_py’: BUILDSTDERR: Levenshtein/_levenshtein.c:1768:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 1768 | string1 = PyString_AS_STRING(arg1); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c:1769:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 1769 | string2 = PyString_AS_STRING(arg2); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘apply_edit_py’: BUILDSTDERR: Levenshtein/_levenshtein.c:1863:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 1863 | string1 = PyString_AS_STRING(arg1); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c:1864:13: warning: pointer targets in assignment from ‘char *’ to ‘lev_byte *’ {aka ‘unsigned char *’} differ in signedness [-Wpointer-sign] BUILDSTDERR: 1864 | string2 = PyString_AS_STRING(arg2); BUILDSTDERR: | ^ BUILDSTDERR: Levenshtein/_levenshtein.c:1878:43: warning: pointer targets in passing argument 1 of ‘PyBytes_FromStringAndSize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 1878 | result = PyString_FromStringAndSize(s, len); BUILDSTDERR: | ^ BUILDSTDERR: | | BUILDSTDERR: | lev_byte * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:98, BUILDSTDERR: from Levenshtein/_levenshtein.c:99: BUILDSTDERR: /usr/include/python3.7m/bytesobject.h:51:24: note: expected ‘const char *’ but argument is of type ‘lev_byte *’ {aka ‘unsigned char *’} BUILDSTDERR: 51 | PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Levenshtein/_levenshtein.c:1894:43: warning: pointer targets in passing argument 1 of ‘PyBytes_FromStringAndSize’ differ in signedness [-Wpointer-sign] BUILDSTDERR: 1894 | result = PyString_FromStringAndSize(s, len); BUILDSTDERR: | ^ BUILDSTDERR: | | BUILDSTDERR: | lev_byte * {aka unsigned char *} BUILDSTDERR: In file included from /usr/include/python3.7m/Python.h:98, BUILDSTDERR: from Levenshtein/_levenshtein.c:99: BUILDSTDERR: /usr/include/python3.7m/bytesobject.h:51:24: note: expected ‘const char *’ but argument is of type ‘lev_byte *’ {aka ‘unsigned char *’} BUILDSTDERR: 51 | PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Levenshtein/_levenshtein.c: In function ‘subtract_edit_py’: BUILDSTDERR: Levenshtein/_levenshtein.c:2060:27: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] BUILDSTDERR: 2060 | if (!orem && nr == -1) { BUILDSTDERR: | ^~ BUILDSTDERR: At top level: BUILDSTDERR: Levenshtein/_levenshtein.c:6700:1: warning: ‘lev_opcodes_total_cost’ defined but not used [-Wunused-function] BUILDSTDERR: 6700 | lev_opcodes_total_cost(size_t nb, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Levenshtein/_levenshtein.c:6655:1: warning: ‘lev_editops_normalize’ defined but not used [-Wunused-function] BUILDSTDERR: 6655 | lev_editops_normalize(size_t n, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Levenshtein/_levenshtein.c:6630:1: warning: ‘lev_editops_total_cost’ defined but not used [-Wunused-function] BUILDSTDERR: 6630 | lev_editops_total_cost(size_t n, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Levenshtein/_levenshtein.c:2550:1: warning: ‘lev_u_edit_distance_sod’ defined but not used [-Wunused-function] BUILDSTDERR: 2550 | lev_u_edit_distance_sod(size_t len, const lev_wchar *string, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~~~ BUILDSTDERR: Levenshtein/_levenshtein.c:2371:1: warning: ‘lev_edit_distance_sod’ defined but not used [-Wunused-function] BUILDSTDERR: 2371 | lev_edit_distance_sod(size_t len, const lev_byte *string, BUILDSTDERR: | ^~~~~~~~~~~~~~~~~~~~~ + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 running build running build_py creating build creating build/lib.linux-riscv64-3.7 creating build/lib.linux-riscv64-3.7/Levenshtein copying Levenshtein/StringMatcher.py -> build/lib.linux-riscv64-3.7/Levenshtein copying Levenshtein/__init__.py -> build/lib.linux-riscv64-3.7/Levenshtein running egg_info writing python_Levenshtein.egg-info/PKG-INFO writing dependency_links to python_Levenshtein.egg-info/dependency_links.txt writing entry points to python_Levenshtein.egg-info/entry_points.txt writing namespace_packages to python_Levenshtein.egg-info/namespace_packages.txt writing requirements to python_Levenshtein.egg-info/requires.txt writing top-level names to python_Levenshtein.egg-info/top_level.txt reading manifest file 'python_Levenshtein.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' copying Levenshtein/_levenshtein.c -> build/lib.linux-riscv64-3.7/Levenshtein copying Levenshtein/_levenshtein.h -> build/lib.linux-riscv64-3.7/Levenshtein running build_ext building 'Levenshtein._levenshtein' extension creating build/temp.linux-riscv64-3.7 creating build/temp.linux-riscv64-3.7/Levenshtein gcc -pthread -Wno-unused-result -Wsign-compare -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection -D_GNU_SOURCE -fPIC -fwrapv -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 -fPIC -I/usr/include/python3.7m -c Levenshtein/_levenshtein.c -o build/temp.linux-riscv64-3.7/Levenshtein/_levenshtein.o gcc -pthread -shared -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -g -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -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 build/temp.linux-riscv64-3.7/Levenshtein/_levenshtein.o -L/usr/lib64 -lpython3.7m -o build/lib.linux-riscv64-3.7/Levenshtein/_levenshtein.cpython-37m-riscv64-linux-gnu.so Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.O8jSCJ + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64 BUILDSTDERR: ++ dirname /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64 + cd python-Levenshtein-0.12.0 + CFLAGS='-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='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64 BUILDSTDERR: warning: no previously-included files matching '*pyc' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '*so' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '.project' found anywhere in distribution BUILDSTDERR: warning: no previously-included files matching '.pydevproject' found anywhere in distribution + /usr/lib/rpm/find-debuginfo.sh -j4 --strict-build-id -m -i --build-id-seed 0.12.0-12.fc31 --unique-debug-suffix -0.12.0-12.fc31.riscv64 --unique-debug-src-base python-Levenshtein-0.12.0-12.fc31.riscv64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/python-Levenshtein-0.12.0 BUILDSTDERR: 397 blocks + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile /usr/bin/python 1 0 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs running install running install_lib creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7 creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7/site-packages creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7/site-packages/Levenshtein copying build/lib.linux-riscv64-3.7/Levenshtein/_levenshtein.cpython-37m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7/site-packages/Levenshtein copying build/lib.linux-riscv64-3.7/Levenshtein/_levenshtein.h -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7/site-packages/Levenshtein copying build/lib.linux-riscv64-3.7/Levenshtein/_levenshtein.c -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7/site-packages/Levenshtein copying build/lib.linux-riscv64-3.7/Levenshtein/StringMatcher.py -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7/site-packages/Levenshtein copying build/lib.linux-riscv64-3.7/Levenshtein/__init__.py -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7/site-packages/Levenshtein byte-compiling /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7/site-packages/Levenshtein/StringMatcher.py to StringMatcher.cpython-37.pyc byte-compiling /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7/site-packages/Levenshtein/__init__.py to __init__.cpython-37.pyc writing byte-compilation script '/tmp/tmp535hj5k9.py' /usr/bin/python3 /tmp/tmp535hj5k9.py removing /tmp/tmp535hj5k9.py running install_egg_info running egg_info writing python_Levenshtein.egg-info/PKG-INFO writing dependency_links to python_Levenshtein.egg-info/dependency_links.txt writing entry points to python_Levenshtein.egg-info/entry_points.txt writing namespace_packages to python_Levenshtein.egg-info/namespace_packages.txt writing requirements to python_Levenshtein.egg-info/requires.txt writing top-level names to python_Levenshtein.egg-info/top_level.txt reading manifest file 'python_Levenshtein.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' Copying python_Levenshtein.egg-info to /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7/site-packages/python_Levenshtein-0.12.0-py3.7.egg-info running install_scripts explicitly decompress any DWARF compressed ELF sections in /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7/site-packages/Levenshtein/_levenshtein.cpython-37m-riscv64-linux-gnu.so extracting debug info from /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7/site-packages/Levenshtein/_levenshtein.cpython-37m-riscv64-linux-gnu.so original debug info size: 308kB, size after compression: 300kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. Bytecompiling .py files below /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib/debug/usr/lib64/python3.7 using /usr/bin/python3.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/lib64/python3.7 using /usr/bin/python3.7 Processing files: python3-Levenshtein-0.12.0-12.fc31.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.z6eT1J + umask 022 + cd /builddir/build/BUILD + cd python-Levenshtein-0.12.0 + DOCDIR=/builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/share/doc/python3-Levenshtein + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/share/doc/python3-Levenshtein + cp -pr README.rst /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/share/doc/python3-Levenshtein + cp -pr NEWS /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/share/doc/python3-Levenshtein + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.DpxGNK + umask 022 + cd /builddir/build/BUILD + cd python-Levenshtein-0.12.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/share/licenses/python3-Levenshtein + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/share/licenses/python3-Levenshtein + cp -pr COPYING /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64/usr/share/licenses/python3-Levenshtein + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Provides: python-Levenshtein = 0.12.0-12.fc31 python3-Levenshtein = 0.12.0-12.fc31 python3-Levenshtein(riscv-64) = 0.12.0-12.fc31 python3.7dist(python-levenshtein) = 0.12 python3dist(python-levenshtein) = 0.12 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 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) libpython3.7m.so.1.0()(64bit) python(abi) = 3.7 python3.7dist(setuptools) rtld(GNU_HASH) Obsoletes: python-Levenshtein < 0.12.0-12.fc31 Processing files: python-Levenshtein-debugsource-0.12.0-12.fc31.riscv64 Provides: python-Levenshtein-debugsource = 0.12.0-12.fc31 python-Levenshtein-debugsource(riscv-64) = 0.12.0-12.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: python3-Levenshtein-debuginfo-0.12.0-12.fc31.riscv64 Provides: debuginfo(build-id) = 4a2bfc6faab396fa2bb383d61e2ffeedaeb441f5 python3-Levenshtein-debuginfo = 0.12.0-12.fc31 python3-Levenshtein-debuginfo(riscv-64) = 0.12.0-12.fc31 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-Levenshtein-debugsource(riscv-64) = 0.12.0-12.fc31 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64 Wrote: /builddir/build/RPMS/python3-Levenshtein-debuginfo-0.12.0-12.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python-Levenshtein-debugsource-0.12.0-12.fc31.riscv64.rpm Wrote: /builddir/build/RPMS/python3-Levenshtein-0.12.0-12.fc31.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.z0jwgJ + umask 022 + cd /builddir/build/BUILD + cd python-Levenshtein-0.12.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-12.fc31.riscv64 + RPM_EC=0 BUILDSTDERR: ++ jobs -p + exit 0 Child return code was: 0