+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/python-Levenshtein.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.9sIwYR + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf python-Levenshtein-0.12.0 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/python-Levenshtein-0.12.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd python-Levenshtein-0.12.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.Z9qn7l + 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 ' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib.linux-riscv64-2.7 creating build/lib.linux-riscv64-2.7/Levenshtein copying Levenshtein/StringMatcher.py -> build/lib.linux-riscv64-2.7/Levenshtein copying Levenshtein/__init__.py -> build/lib.linux-riscv64-2.7/Levenshtein running egg_info writing requirements to python_Levenshtein.egg-info/requires.txt writing python_Levenshtein.egg-info/PKG-INFO writing namespace_packages to python_Levenshtein.egg-info/namespace_packages.txt writing top-level names to python_Levenshtein.egg-info/top_level.txt writing dependency_links to python_Levenshtein.egg-info/dependency_links.txt writing entry points to python_Levenshtein.egg-info/entry_points.txt reading manifest file 'python_Levenshtein.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching '*so' found anywhere in distribution warning: no previously-included files matching '.project' found anywhere in distribution warning: no previously-included files matching '.pydevproject' found anywhere in distribution writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' copying Levenshtein/_levenshtein.c -> build/lib.linux-riscv64-2.7/Levenshtein copying Levenshtein/_levenshtein.h -> build/lib.linux-riscv64-2.7/Levenshtein running build_ext building 'Levenshtein._levenshtein' extension creating build/temp.linux-riscv64-2.7 creating build/temp.linux-riscv64-2.7/Levenshtein gcc -pthread -fno-strict-aliasing -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 -D_GNU_SOURCE -fPIC -fwrapv -DNDEBUG -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 -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 -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 -fPIC -I/usr/include/python2.7 -c Levenshtein/_levenshtein.c -o build/temp.linux-riscv64-2.7/Levenshtein/_levenshtein.o Levenshtein/_levenshtein.c: In function 'levenshtein_common': Levenshtein/_levenshtein.c:711:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:712:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c: In function 'hamming_py': Levenshtein/_levenshtein.c:796:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:797:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c: In function 'jaro_py': Levenshtein/_levenshtein.c:840:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:841:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c: In function 'jaro_winkler_py': Levenshtein/_levenshtein.c:890:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:891:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c: In function 'median_common': Levenshtein/_levenshtein.c:992:43: 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/_levenshtein.c:99: /usr/include/python2.7/stringobject.h:62:24: note: expected 'const char *' but argument is of type 'lev_byte * {aka unsigned char *}' PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_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/_levenshtein.c:1071:19: note: in expansion of macro 'PyString_AS_STRING' lev_byte *s = PyString_AS_STRING(arg1); ^~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1077:43: 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/_levenshtein.c:99: /usr/include/python2.7/stringobject.h:62:24: note: expected 'const char *' but argument is of type 'lev_byte * {aka unsigned char *}' PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'extract_weightlist': Levenshtein/_levenshtein.c:1117:29: warning: format '%i' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] "%s got %i strings but %i weights", ~^ %li Levenshtein/_levenshtein.c:1117:44: warning: format '%i' expects argument of type 'int', but argument 5 has type 'Py_ssize_t {aka long int}' [-Wformat=] "%s got %i strings but %i weights", ~^ %li Levenshtein/_levenshtein.c:1132:35: warning: format '%i' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] "%s weight #%i is not a Number", name, i); ~^ %li Levenshtein/_levenshtein.c:1141:35: warning: format '%i' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] "%s weight #%i is negative", name, i); ~^ %li Levenshtein/_levenshtein.c: In function 'extract_stringlist': Levenshtein/_levenshtein.c:1201:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] strings[0] = PyString_AS_STRING(first); ^ Levenshtein/_levenshtein.c:1210:33: warning: format '%i' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] "%s item #%i is not a String", name, i); ~^ %li Levenshtein/_levenshtein.c:1213:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] strings[i] = PyString_AS_STRING(item); ^ Levenshtein/_levenshtein.c:1246:33: warning: format '%i' expects argument of type 'int', but argument 4 has type 'size_t {aka long unsigned int}' [-Wformat=] "%s item #%i is not a Unicode", name, i); ~^ %li Levenshtein/_levenshtein.c: In function 'editops_py': Levenshtein/_levenshtein.c:1650:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:1651:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c: In function 'opcodes_py': Levenshtein/_levenshtein.c:1768:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:1769:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c: In function 'apply_edit_py': Levenshtein/_levenshtein.c:1863:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:1864:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c:1878:43: 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/_levenshtein.c:99: /usr/include/python2.7/stringobject.h:62:24: note: expected 'const char *' but argument is of type 'lev_byte * {aka unsigned char *}' PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1894:43: 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/_levenshtein.c:99: /usr/include/python2.7/stringobject.h:62:24: note: expected 'const char *' but argument is of type 'lev_byte * {aka unsigned char *}' PyAPI_FUNC(PyObject *) PyString_FromStringAndSize(const char *, Py_ssize_t); ^~~~~~~~~~~~~~~~~~~~~~~~~~ At top level: Levenshtein/_levenshtein.c:6700:1: warning: 'lev_opcodes_total_cost' defined but not used [-Wunused-function] lev_opcodes_total_cost(size_t nb, ^~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:6655:1: warning: 'lev_editops_normalize' defined but not used [-Wunused-function] lev_editops_normalize(size_t n, ^~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:6630:1: warning: 'lev_editops_total_cost' defined but not used [-Wunused-function] lev_editops_total_cost(size_t n, ^~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:2550: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, ^~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:2371:1: warning: 'lev_edit_distance_sod' defined but not used [-Wunused-function] lev_edit_distance_sod(size_t len, const lev_byte *string, ^~~~~~~~~~~~~~~~~~~~~ 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 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 build/temp.linux-riscv64-2.7/Levenshtein/_levenshtein.o -L/usr/lib64 -lpython2.7 -o build/lib.linux-riscv64-2.7/Levenshtein/_levenshtein.so + sleep 1 + 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 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build/lib.linux-riscv64-3.6 creating build/lib.linux-riscv64-3.6/Levenshtein copying Levenshtein/StringMatcher.py -> build/lib.linux-riscv64-3.6/Levenshtein copying Levenshtein/__init__.py -> build/lib.linux-riscv64-3.6/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' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching '*so' found anywhere in distribution warning: no previously-included files matching '.project' found anywhere in distribution warning: no previously-included files matching '.pydevproject' found anywhere in distribution writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' copying Levenshtein/_levenshtein.c -> build/lib.linux-riscv64-3.6/Levenshtein copying Levenshtein/_levenshtein.h -> build/lib.linux-riscv64-3.6/Levenshtein running build_ext building 'Levenshtein._levenshtein' extension creating build/temp.linux-riscv64-3.6 creating build/temp.linux-riscv64-3.6/Levenshtein gcc -pthread -DNDEBUG -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 -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 -fPIC -I/usr/include/python3.6m -c Levenshtein/_levenshtein.c -o build/temp.linux-riscv64-3.6/Levenshtein/_levenshtein.o Levenshtein/_levenshtein.c: In function ‘levenshtein_common’: Levenshtein/_levenshtein.c:711:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:712:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c: In function ‘hamming_py’: Levenshtein/_levenshtein.c:796:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:797:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c: In function ‘jaro_py’: Levenshtein/_levenshtein.c:840:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:841:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c: In function ‘jaro_winkler_py’: Levenshtein/_levenshtein.c:890:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:891:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c: In function ‘median_common’: Levenshtein/_levenshtein.c:992:43: warning: pointer targets in passing argument 1 of ‘PyBytes_FromStringAndSize’ differ in signedness [-Wpointer-sign] result = PyString_FromStringAndSize(medstr, len); ^~~~~~ In file included from /usr/include/python3.6m/Python.h:79:0, from Levenshtein/_levenshtein.c:99: /usr/include/python3.6m/bytesobject.h:51:24: note: expected ‘const char *’ but argument is of type ‘lev_byte * {aka unsigned char *}’ PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); ^~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function ‘median_improve_common’: /usr/include/python3.6m/bytesobject.h:87:31: warning: pointer targets in initialization differ in signedness [-Wpointer-sign] #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ ^ Levenshtein/_levenshtein.c:106:28: note: in expansion of macro ‘PyBytes_AS_STRING’ #define PyString_AS_STRING PyBytes_AS_STRING ^~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1071:19: note: in expansion of macro ‘PyString_AS_STRING’ lev_byte *s = PyString_AS_STRING(arg1); ^~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1077:43: warning: pointer targets in passing argument 1 of ‘PyBytes_FromStringAndSize’ differ in signedness [-Wpointer-sign] result = PyString_FromStringAndSize(medstr, len); ^~~~~~ In file included from /usr/include/python3.6m/Python.h:79:0, from Levenshtein/_levenshtein.c:99: /usr/include/python3.6m/bytesobject.h:51:24: note: expected ‘const char *’ but argument is of type ‘lev_byte * {aka unsigned char *}’ PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); ^~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function ‘extract_stringlist’: Levenshtein/_levenshtein.c:1201:16: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] strings[0] = PyString_AS_STRING(first); ^ Levenshtein/_levenshtein.c:1213:18: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] strings[i] = PyString_AS_STRING(item); ^ Levenshtein/_levenshtein.c: In function ‘string_to_edittype’: Levenshtein/_levenshtein.c:1379:13: warning: unused variable ‘len’ [-Wunused-variable] size_t i, len; ^~~ Levenshtein/_levenshtein.c:1378:15: warning: unused variable ‘s’ [-Wunused-variable] const char *s; ^ Levenshtein/_levenshtein.c: In function ‘editops_py’: Levenshtein/_levenshtein.c:1650:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:1651:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c: In function ‘opcodes_py’: Levenshtein/_levenshtein.c:1768:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:1769:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c: In function ‘apply_edit_py’: Levenshtein/_levenshtein.c:1863:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string1 = PyString_AS_STRING(arg1); ^ Levenshtein/_levenshtein.c:1864:13: warning: pointer targets in assignment differ in signedness [-Wpointer-sign] string2 = PyString_AS_STRING(arg2); ^ Levenshtein/_levenshtein.c:1878:43: warning: pointer targets in passing argument 1 of ‘PyBytes_FromStringAndSize’ differ in signedness [-Wpointer-sign] result = PyString_FromStringAndSize(s, len); ^ In file included from /usr/include/python3.6m/Python.h:79:0, from Levenshtein/_levenshtein.c:99: /usr/include/python3.6m/bytesobject.h:51:24: note: expected ‘const char *’ but argument is of type ‘lev_byte * {aka unsigned char *}’ PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); ^~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1894:43: warning: pointer targets in passing argument 1 of ‘PyBytes_FromStringAndSize’ differ in signedness [-Wpointer-sign] result = PyString_FromStringAndSize(s, len); ^ In file included from /usr/include/python3.6m/Python.h:79:0, from Levenshtein/_levenshtein.c:99: /usr/include/python3.6m/bytesobject.h:51:24: note: expected ‘const char *’ but argument is of type ‘lev_byte * {aka unsigned char *}’ PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); ^~~~~~~~~~~~~~~~~~~~~~~~~ At top level: Levenshtein/_levenshtein.c:6700:1: warning: ‘lev_opcodes_total_cost’ defined but not used [-Wunused-function] lev_opcodes_total_cost(size_t nb, ^~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:6655:1: warning: ‘lev_editops_normalize’ defined but not used [-Wunused-function] lev_editops_normalize(size_t n, ^~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:6630:1: warning: ‘lev_editops_total_cost’ defined but not used [-Wunused-function] lev_editops_total_cost(size_t n, ^~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:2550: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, ^~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:2371:1: warning: ‘lev_edit_distance_sod’ defined but not used [-Wunused-function] lev_edit_distance_sod(size_t len, const lev_byte *string, ^~~~~~~~~~~~~~~~~~~~~ gcc -pthread -shared -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -g -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 build/temp.linux-riscv64-3.6/Levenshtein/_levenshtein.o -L/usr/lib64 -lpython3.6m -o build/lib.linux-riscv64-3.6/Levenshtein/_levenshtein.cpython-36m-riscv64-linux-gnu.so + sleep 1 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.PwDQok + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.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 ' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64 creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python2.7 creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python2.7/site-packages creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python2.7/site-packages/Levenshtein copying build/lib.linux-riscv64-2.7/Levenshtein/_levenshtein.so -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python2.7/site-packages/Levenshtein copying build/lib.linux-riscv64-2.7/Levenshtein/StringMatcher.py -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python2.7/site-packages/Levenshtein copying build/lib.linux-riscv64-2.7/Levenshtein/_levenshtein.c -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python2.7/site-packages/Levenshtein copying build/lib.linux-riscv64-2.7/Levenshtein/__init__.py -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python2.7/site-packages/Levenshtein copying build/lib.linux-riscv64-2.7/Levenshtein/_levenshtein.h -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python2.7/site-packages/Levenshtein byte-compiling /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python2.7/site-packages/Levenshtein/StringMatcher.py to StringMatcher.pyc byte-compiling /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python2.7/site-packages/Levenshtein/__init__.py to __init__.pyc writing byte-compilation script '/tmp/tmprc0B55.py' /usr/bin/python2 -O /tmp/tmprc0B55.py removing /tmp/tmprc0B55.py running install_egg_info running egg_info writing requirements to python_Levenshtein.egg-info/requires.txt writing python_Levenshtein.egg-info/PKG-INFO writing namespace_packages to python_Levenshtein.egg-info/namespace_packages.txt writing top-level names to python_Levenshtein.egg-info/top_level.txt writing dependency_links to python_Levenshtein.egg-info/dependency_links.txt writing entry points to python_Levenshtein.egg-info/entry_points.txt reading manifest file 'python_Levenshtein.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching '*so' found anywhere in distribution warning: no previously-included files matching '.project' found anywhere in distribution warning: no previously-included files matching '.pydevproject' found anywhere in distribution writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' Copying python_Levenshtein.egg-info to /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python2.7/site-packages/python_Levenshtein-0.12.0-py2.7.egg-info running install_scripts + 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 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64 running install running install_lib creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python3.6 creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python3.6/site-packages creating /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python3.6/site-packages/Levenshtein copying build/lib.linux-riscv64-3.6/Levenshtein/StringMatcher.py -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python3.6/site-packages/Levenshtein copying build/lib.linux-riscv64-3.6/Levenshtein/_levenshtein.c -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python3.6/site-packages/Levenshtein copying build/lib.linux-riscv64-3.6/Levenshtein/__init__.py -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python3.6/site-packages/Levenshtein copying build/lib.linux-riscv64-3.6/Levenshtein/_levenshtein.cpython-36m-riscv64-linux-gnu.so -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python3.6/site-packages/Levenshtein copying build/lib.linux-riscv64-3.6/Levenshtein/_levenshtein.h -> /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python3.6/site-packages/Levenshtein byte-compiling /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python3.6/site-packages/Levenshtein/StringMatcher.py to StringMatcher.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python3.6/site-packages/Levenshtein/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpdasdphga.py' /usr/bin/python3 /tmp/tmpdasdphga.py removing /tmp/tmpdasdphga.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' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching '*so' found anywhere in distribution warning: no previously-included files matching '.project' found anywhere in distribution warning: no previously-included files matching '.pydevproject' found anywhere in distribution writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' Copying python_Levenshtein.egg-info to /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python3.6/site-packages/python_Levenshtein-0.12.0-py3.6.egg-info running install_scripts + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /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/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python2.7 using /usr/bin/python2.7 Bytecompiling .py files below /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/lib64/python3.6 using /usr/bin/python3.6 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python2-Levenshtein-0.12.0-5.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.PpodXb + umask 022 + cd /builddir/build/BUILD + cd python-Levenshtein-0.12.0 + DOCDIR=/builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/share/doc/python2-Levenshtein + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/share/doc/python2-Levenshtein + cp -pr README.rst /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/share/doc/python2-Levenshtein + cp -pr NEWS /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/share/doc/python2-Levenshtein + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.MNbTyi + umask 022 + cd /builddir/build/BUILD + cd python-Levenshtein-0.12.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/share/licenses/python2-Levenshtein + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/share/licenses/python2-Levenshtein + cp -pr COPYING /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/share/licenses/python2-Levenshtein + exit 0 Provides: python-Levenshtein = 0.12.0-5.fc28 python-Levenshtein(riscv-64) = 0.12.0-5.fc28 python2-Levenshtein = 0.12.0-5.fc28 python2-Levenshtein(riscv-64) = 0.12.0-5.fc28 python2.7dist(python-levenshtein) = 0.12.0 python2dist(python-levenshtein) = 0.12.0 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) libpthread.so.0()(64bit) libpython2.7.so.1.0()(64bit) python(abi) = 2.7 rtld(GNU_HASH) Obsoletes: python-Levenshtein < 0.12.0-5.fc28 Processing files: python3-Levenshtein-0.12.0-5.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.etOJ1m + umask 022 + cd /builddir/build/BUILD + cd python-Levenshtein-0.12.0 + DOCDIR=/builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.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-5.fc28.riscv64/usr/share/doc/python3-Levenshtein + cp -pr README.rst /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/share/doc/python3-Levenshtein + cp -pr NEWS /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/share/doc/python3-Levenshtein + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.wNeMNT + umask 022 + cd /builddir/build/BUILD + cd python-Levenshtein-0.12.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.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-5.fc28.riscv64/usr/share/licenses/python3-Levenshtein + cp -pr COPYING /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64/usr/share/licenses/python3-Levenshtein + exit 0 Provides: python3-Levenshtein = 0.12.0-5.fc28 python3-Levenshtein(riscv-64) = 0.12.0-5.fc28 python3.6dist(python-levenshtein) = 0.12.0 python3dist(python-levenshtein) = 0.12.0 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) libpthread.so.0()(64bit) libpython3.6m.so.1.0()(64bit) python(abi) = 3.6 rtld(GNU_HASH) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64 Wrote: /builddir/build/SRPMS/python-Levenshtein-0.12.0-5.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/python2-Levenshtein-0.12.0-5.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/python3-Levenshtein-0.12.0-5.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ZMfSGW + umask 022 + cd /builddir/build/BUILD + cd python-Levenshtein-0.12.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-Levenshtein-0.12.0-5.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff