D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/python-levenshtein-0.12.0-9.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KHvrcb + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf python-Levenshtein-0.12.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/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 . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/python-levenshtein-0.12.0-linking.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f + rm -rf python_Levenshtein.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.CjoEH3 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd python-Levenshtein-0.12.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-aarch64-3.9 creating build/lib.linux-aarch64-3.9/Levenshtein copying Levenshtein/__init__.py -> build/lib.linux-aarch64-3.9/Levenshtein copying Levenshtein/StringMatcher.py -> build/lib.linux-aarch64-3.9/Levenshtein running egg_info creating python_Levenshtein.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 writing manifest file 'python_Levenshtein.egg-info/SOURCES.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 adding license file 'COPYING' writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' copying Levenshtein/_levenshtein.c -> build/lib.linux-aarch64-3.9/Levenshtein copying Levenshtein/_levenshtein.h -> build/lib.linux-aarch64-3.9/Levenshtein running build_ext building 'Levenshtein._levenshtein' extension creating build/temp.linux-aarch64-3.9 creating build/temp.linux-aarch64-3.9/Levenshtein gcc -Wno-unused-result -Wsign-compare -DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -D_GNU_SOURCE -fPIC -fwrapv -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables -fPIC -I/usr/include/python3.9 -c Levenshtein/_levenshtein.c -o build/temp.linux-aarch64-3.9/Levenshtein/_levenshtein.o Levenshtein/_levenshtein.c: In function 'levenshtein_common': Levenshtein/_levenshtein.c:726:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 726 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:726:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 726 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:726:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 726 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:727:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 727 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:727:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 727 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:727:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 727 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:729:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 729 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:730:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 730 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'hamming_py': Levenshtein/_levenshtein.c:805:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 805 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:805:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 805 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:805:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 805 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:806:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 806 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:806:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 806 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:806:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 806 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:812:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 812 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:813:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 813 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'jaro_py': Levenshtein/_levenshtein.c:848:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 848 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:848:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 848 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:848:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 848 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:849:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 849 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:849:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 849 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:849:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 849 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:850:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 850 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:851:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 851 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'jaro_winkler_py': Levenshtein/_levenshtein.c:900:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 900 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:900:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 900 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:900:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 900 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:901:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 901 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:901:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 901 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:901:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 901 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:902:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 902 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:903:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 903 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'median_common': Levenshtein/_levenshtein.c:1001:7: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1001 | result = PyUnicode_FromUnicode(medstr, len); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'median_improve_common': Levenshtein/_levenshtein.c:1082:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1082 | Py_UNICODE *s = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1083:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1083 | size_t l = PyUnicode_GET_SIZE(arg1); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1083:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1083 | size_t l = PyUnicode_GET_SIZE(arg1); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1083:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1083 | size_t l = PyUnicode_GET_SIZE(arg1); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1088:7: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1088 | result = PyUnicode_FromUnicode(medstr, len); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'extract_weightlist': 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] 1115 | if (PySequence_Fast_GET_SIZE(wlist) != n) { | ^~ Levenshtein/_levenshtein.c: In function 'extract_stringlist': Levenshtein/_levenshtein.c:1237:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1237 | strings[0] = PyUnicode_AS_UNICODE(first); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1238:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1238 | sizes[0] = PyUnicode_GET_SIZE(first); | ^~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1238:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1238 | sizes[0] = PyUnicode_GET_SIZE(first); | ^~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1238:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1238 | sizes[0] = PyUnicode_GET_SIZE(first); | ^~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1249:7: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1249 | strings[i] = PyUnicode_AS_UNICODE(item); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1250:7: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1250 | sizes[i] = PyUnicode_GET_SIZE(item); | ^~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1250:7: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1250 | sizes[i] = PyUnicode_GET_SIZE(item); | ^~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1250:7: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1250 | sizes[i] = PyUnicode_GET_SIZE(item); | ^~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'editops_py': Levenshtein/_levenshtein.c:1658:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1658 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1658:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1658 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1658:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1658 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1659:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1659 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1659:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1659 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1659:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1659 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1660:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1660 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1661:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1661 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'opcodes_py': Levenshtein/_levenshtein.c:1776:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1776 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1776:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1776 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1776:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1776 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1777:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1777 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1777:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1777 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1777:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1777 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1778:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1778 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1779:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1779 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'apply_edit_py': Levenshtein/_levenshtein.c:1913:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1913 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1913:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1913 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1913:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1913 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1914:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1914 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1914:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1914 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1914:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1914 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1915:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1915 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1916:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1916 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1930:7: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1930 | result = PyUnicode_FromUnicode(s, len); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1946:7: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1946 | result = PyUnicode_FromUnicode(s, len); | ^~~~~~ In file included from /usr/include/python3.9/unicodeobject.h:1026, from /usr/include/python3.9/Python.h:93, from Levenshtein/_levenshtein.c:99: /usr/include/python3.9/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'subtract_edit_py': Levenshtein/_levenshtein.c:2060:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2060 | if (!orem && nr == -1) { | ^~ Levenshtein/_levenshtein.c: In function 'make_usymlist': Levenshtein/_levenshtein.c:3534:19: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 3534 | while (p->c != c && p->n != NULL) | ^~ Levenshtein/_levenshtein.c:3536:16: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 3536 | if (p->c != c) { | ^~ Levenshtein/_levenshtein.c: In function 'make_usymlistset': Levenshtein/_levenshtein.c:4310:19: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4310 | while (p->c != c && p->n != NULL) | ^~ Levenshtein/_levenshtein.c:4312:16: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4312 | if (p->c != c) { | ^~ Levenshtein/_levenshtein.c: In function 'lev_u_quick_median': Levenshtein/_levenshtein.c:4421:21: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4421 | while (p->c != c) | ^~ Levenshtein/_levenshtein.c:4430:21: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4430 | while (p->c != c) | ^~ Levenshtein/_levenshtein.c:4442:21: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4442 | while (p->c != c) | ^~ gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.9/Levenshtein/_levenshtein.o -L/usr/lib64 -lpython3.9 -o build/lib.linux-aarch64-3.9/Levenshtein/_levenshtein.cpython-39-aarch64-linux-gnu.so -lm + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.AE02YU + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64 + cd python-Levenshtein-0.12.0 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9 creating /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9/site-packages/Levenshtein copying build/lib.linux-aarch64-3.9/Levenshtein/_levenshtein.cpython-39-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9/site-packages/Levenshtein copying build/lib.linux-aarch64-3.9/Levenshtein/_levenshtein.h -> /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9/site-packages/Levenshtein copying build/lib.linux-aarch64-3.9/Levenshtein/_levenshtein.c -> /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9/site-packages/Levenshtein copying build/lib.linux-aarch64-3.9/Levenshtein/StringMatcher.py -> /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9/site-packages/Levenshtein copying build/lib.linux-aarch64-3.9/Levenshtein/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9/site-packages/Levenshtein byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9/site-packages/Levenshtein/StringMatcher.py to StringMatcher.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9/site-packages/Levenshtein/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmp_9qmmyoi.py' /usr/bin/python3 /tmp/tmp_9qmmyoi.py removing /tmp/tmp_9qmmyoi.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 adding license file 'COPYING' writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' Copying python_Levenshtein.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9/site-packages/python_Levenshtein-0.12.0-py3.9.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/bin/__pycache__ + rm -f /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64//usr/lib64/python3.9/site-packages/Levenshtein/_levenshtein.c + rm -f /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64//usr/lib64/python3.9/site-packages/Levenshtein/_levenshtein.h + rm -f /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64//usr/lib64/python3.9/site-packages/Levenshtein/StringMatcher.py + rm -f /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64//usr/lib64/python3.9/site-packages/Levenshtein/__pycache__/StringMatcher.cpython-39.opt-1.pyc /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64//usr/lib64/python3.9/site-packages/Levenshtein/__pycache__/StringMatcher.cpython-39.pyc + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.12.0-9.mga9 --unique-debug-suffix -0.12.0-9.mga9.aarch64 --unique-debug-src-base python-levenshtein-0.12.0-9.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/python-Levenshtein-0.12.0 extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9/site-packages/Levenshtein/_levenshtein.cpython-39-aarch64-linux-gnu.so dwz: ./usr/lib64/python3.9/site-packages/Levenshtein/_levenshtein.cpython-39-aarch64-linux-gnu.so-0.12.0-9.mga9.aarch64.debug: Unknown debugging section .debug_line_str original debug info size: 188kB, size after compression: 188kB /usr/bin/sepdebugcrcfix: Updated 0 CRC32s, 1 CRC32s did match. 397 blocks + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib/debug/usr/lib64/python3.9 using python3.9 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/lib64/python3.9 using python3.9 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-levenshtein-0.12.0-9.mga9.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7BPcWj + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd python-Levenshtein-0.12.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/share/doc/python3-levenshtein + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/share/doc/python3-levenshtein + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/share/doc/python3-levenshtein + cp -pr HISTORY.txt /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/share/doc/python3-levenshtein + cp -pr docs/Levenshtein.html /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/share/doc/python3-levenshtein + cp -pr Levenshtein/StringMatcher.py /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64/usr/share/doc/python3-levenshtein + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-levenshtein = 0.12.0-9.mga9 python3-Levenshtein = 0.12.0-9.mga9 python3-levenshtein = 0.12.0-9.mga9 python3-levenshtein(aarch-64) = 0.12.0-9.mga9 python3.9-levenshtein = 0.12.0-9.mga9 python3.9dist(python-levenshtein) = 0.12 python3dist(python-levenshtein) = 0.12 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpython3.9.so.1.0()(64bit) python(abi) = 3.9 python3.9dist(setuptools) Obsoletes: python-levenshtein < 0.12.0-9.mga9 Processing files: python-levenshtein-debugsource-0.12.0-9.mga9.aarch64 Provides: python-levenshtein-debugsource = 0.12.0-9.mga9 python-levenshtein-debugsource(aarch-64) = 0.12.0-9.mga9 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-9.mga9.aarch64 Provides: debuginfo(build-id) = f088b30b59fbc25945918ae6ee984e9d4560e92e python-levenshtein-debuginfo = 0.12.0-9.mga9 python3-levenshtein-debuginfo = 0.12.0-9.mga9 python3-levenshtein-debuginfo(aarch-64) = 0.12.0-9.mga9 python3.9-levenshtein-debuginfo = 0.12.0-9.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-levenshtein-debugsource(aarch-64) = 0.12.0-9.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-levenshtein-0.12.0-9.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-levenshtein-debuginfo-0.12.0-9.mga9.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-levenshtein-debugsource-0.12.0-9.mga9.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.rDVUzs + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd python-Levenshtein-0.12.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-9.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.jAj8GX + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf python-Levenshtein-0.12.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!