>>> py3-levenshtein: Building testing/py3-levenshtein 0.12.2-r2 (using abuild 3.9.0-r0) started Sun, 19 Dec 2021 15:25:43 +0000 >>> py3-levenshtein: Checking sanity of /home/buildozer/aports/testing/py3-levenshtein/APKBUILD... >>> py3-levenshtein: Analyzing dependencies... >>> py3-levenshtein: Installing for build: build-base python3 py3-setuptools python3-dev (1/14) Installing libffi (3.4.2-r1) (2/14) Installing gdbm (1.22-r0) (3/14) Installing mpdecimal (2.5.1-r1) (4/14) Installing readline (8.1.1-r0) (5/14) Installing sqlite-libs (3.37.0-r0) (6/14) Installing python3 (3.10.1-r0) (7/14) Installing py3-ordered-set (4.0.2-r3) (8/14) Installing py3-appdirs (1.4.4-r3) (9/14) Installing py3-parsing (2.4.7-r3) (10/14) Installing py3-six (1.16.0-r1) (11/14) Installing py3-packaging (21.3-r0) (12/14) Installing py3-setuptools (52.0.0-r5) (13/14) Installing python3-dev (3.10.1-r0) (14/14) Installing .makedepends-py3-levenshtein (20211219.152544) Executing busybox-1.34.1-r5.trigger OK: 396 MiB in 113 packages >>> py3-levenshtein: Cleaning up srcdir >>> py3-levenshtein: Cleaning up pkgdir >>> py3-levenshtein: Fetching https://distfiles.alpinelinux.org/distfiles/edge/python-Levenshtein-0.12.2.tar.gz >>> py3-levenshtein: Fetching https://distfiles.alpinelinux.org/distfiles/edge/python-Levenshtein-0.12.2.tar.gz >>> py3-levenshtein: Checking sha512sums... python-Levenshtein-0.12.2.tar.gz: OK >>> py3-levenshtein: Unpacking /var/cache/distfiles/edge/python-Levenshtein-0.12.2.tar.gz... running build running build_py creating build creating build/lib.linux-armv8l-3.10 creating build/lib.linux-armv8l-3.10/Levenshtein copying Levenshtein/StringMatcher.py -> build/lib.linux-armv8l-3.10/Levenshtein copying Levenshtein/__init__.py -> build/lib.linux-armv8l-3.10/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-armv8l-3.10/Levenshtein copying Levenshtein/_levenshtein.h -> build/lib.linux-armv8l-3.10/Levenshtein running build_ext building 'Levenshtein._levenshtein' extension creating build/temp.linux-armv8l-3.10 creating build/temp.linux-armv8l-3.10/Levenshtein gcc -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -fomit-frame-pointer -g -fomit-frame-pointer -g -fomit-frame-pointer -g -DTHREAD_STACK_SIZE=0x100000 -Os -fomit-frame-pointer -Os -fomit-frame-pointer -fPIC -I/usr/include/python3.10 -c Levenshtein/_levenshtein.c -o build/temp.linux-armv8l-3.10/Levenshtein/_levenshtein.o Levenshtein/_levenshtein.c: In function 'levenshtein_common': Levenshtein/_levenshtein.c:731:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 731 | string1 = PyString_AS_STRING(arg1); | ^ Levenshtein/_levenshtein.c:732:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 732 | string2 = PyString_AS_STRING(arg2); | ^ Levenshtein/_levenshtein.c:746:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 746 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:746:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 746 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:746:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 746 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:747:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 747 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:747:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 747 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:747:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 747 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:749:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 749 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:750:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 750 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/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:816:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 816 | string1 = PyString_AS_STRING(arg1); | ^ Levenshtein/_levenshtein.c:817:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 817 | string2 = PyString_AS_STRING(arg2); | ^ Levenshtein/_levenshtein.c:825:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 825 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:825:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 825 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:825:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 825 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:826:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 826 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:826:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 826 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:826:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 826 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:832:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 832 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:833:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 833 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/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:860:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 860 | string1 = PyString_AS_STRING(arg1); | ^ Levenshtein/_levenshtein.c:861:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 861 | string2 = PyString_AS_STRING(arg2); | ^ Levenshtein/_levenshtein.c:868:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 868 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:868:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 868 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:868:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 868 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:869:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 869 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:869:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 869 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:869:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 869 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:870:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 870 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:871:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 871 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/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:910:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 910 | string1 = PyString_AS_STRING(arg1); | ^ Levenshtein/_levenshtein.c:911:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 911 | string2 = PyString_AS_STRING(arg2); | ^ Levenshtein/_levenshtein.c:920:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 920 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:920:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 920 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:920:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 920 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:921:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 921 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:921:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 921 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:921:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 921 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:922:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 922 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:923:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 923 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/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:1012:43: warning: pointer targets in passing argument 1 of 'PyBytes_FromStringAndSize' differ in signedness [-Wpointer-sign] 1012 | result = PyString_FromStringAndSize(medstr, len); | ^~~~~~ | | | lev_byte * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:82, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/bytesobject.h:34:50: note: expected 'const char *' but argument is of type 'lev_byte *' {aka 'unsigned char *'} 34 | PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); | ^~~~~~~~~~~~ Levenshtein/_levenshtein.c:1021:7: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1021 | result = PyUnicode_FromUnicode(medstr, len); | ^~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/python3.10/bytesobject.h:62, from /usr/include/python3.10/Python.h:82, from Levenshtein/_levenshtein.c:99: Levenshtein/_levenshtein.c: In function 'median_improve_common': /usr/include/python3.10/cpython/bytesobject.h:32:31: warning: pointer targets in initialization of 'lev_byte *' {aka 'unsigned char *'} from 'char *' differ in signedness [-Wpointer-sign] 32 | #define PyBytes_AS_STRING(op) (assert(PyBytes_Check(op)), \ | ^ Levenshtein/_levenshtein.c:106:28: note: in expansion of macro 'PyBytes_AS_STRING' 106 | #define PyString_AS_STRING PyBytes_AS_STRING | ^~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1091:19: note: in expansion of macro 'PyString_AS_STRING' 1091 | lev_byte *s = PyString_AS_STRING(arg1); | ^~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1097:43: warning: pointer targets in passing argument 1 of 'PyBytes_FromStringAndSize' differ in signedness [-Wpointer-sign] 1097 | result = PyString_FromStringAndSize(medstr, len); | ^~~~~~ | | | lev_byte * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:82, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/bytesobject.h:34:50: note: expected 'const char *' but argument is of type 'lev_byte *' {aka 'unsigned char *'} 34 | PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); | ^~~~~~~~~~~~ Levenshtein/_levenshtein.c:1102:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1102 | Py_UNICODE *s = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1103:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1103 | size_t l = PyUnicode_GET_SIZE(arg1); | ^~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1103:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1103 | size_t l = PyUnicode_GET_SIZE(arg1); | ^~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1103:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1103 | size_t l = PyUnicode_GET_SIZE(arg1); | ^~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1108:7: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1108 | result = PyUnicode_FromUnicode(medstr, len); | ^~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/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:1135:41: warning: comparison of integer expressions of different signedness: 'Py_ssize_t' {aka 'int'} and 'size_t' {aka 'unsigned int'} [-Wsign-compare] 1135 | if (PySequence_Fast_GET_SIZE(wlist) != n) { | ^~ Levenshtein/_levenshtein.c: In function 'extract_stringlist': Levenshtein/_levenshtein.c:1221:16: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1221 | strings[0] = PyString_AS_STRING(first); | ^ Levenshtein/_levenshtein.c:1233:18: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1233 | strings[i] = PyString_AS_STRING(item); | ^ Levenshtein/_levenshtein.c:1257:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1257 | strings[0] = PyUnicode_AS_UNICODE(first); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1258:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1258 | sizes[0] = PyUnicode_GET_SIZE(first); | ^~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1258:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1258 | sizes[0] = PyUnicode_GET_SIZE(first); | ^~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1258:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1258 | sizes[0] = PyUnicode_GET_SIZE(first); | ^~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1269:7: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1269 | strings[i] = PyUnicode_AS_UNICODE(item); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1270:7: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1270 | sizes[i] = PyUnicode_GET_SIZE(item); | ^~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1270:7: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1270 | sizes[i] = PyUnicode_GET_SIZE(item); | ^~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1270:7: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1270 | sizes[i] = PyUnicode_GET_SIZE(item); | ^~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/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 'string_to_edittype': Levenshtein/_levenshtein.c:1399:13: warning: unused variable 'len' [-Wunused-variable] 1399 | size_t i, len; | ^~~ Levenshtein/_levenshtein.c:1398:15: warning: unused variable 's' [-Wunused-variable] 1398 | const char *s; | ^ Levenshtein/_levenshtein.c: In function 'editops_py': Levenshtein/_levenshtein.c:1670:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1670 | string1 = PyString_AS_STRING(arg1); | ^ Levenshtein/_levenshtein.c:1671:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1671 | string2 = PyString_AS_STRING(arg2); | ^ Levenshtein/_levenshtein.c:1678:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1678 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1678:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1678 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1678:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1678 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1679:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1679 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1679:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1679 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1679:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1679 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1680:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1680 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1681:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1681 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/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:1788:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1788 | string1 = PyString_AS_STRING(arg1); | ^ Levenshtein/_levenshtein.c:1789:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1789 | string2 = PyString_AS_STRING(arg2); | ^ Levenshtein/_levenshtein.c:1796:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1796 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1796:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1796 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1796:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1796 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1797:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1797 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1797:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1797 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1797:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1797 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1798:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1798 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1799:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1799 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/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:1883:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1883 | string1 = PyString_AS_STRING(arg1); | ^ Levenshtein/_levenshtein.c:1884:13: warning: pointer targets in assignment from 'char *' to 'lev_byte *' {aka 'unsigned char *'} differ in signedness [-Wpointer-sign] 1884 | string2 = PyString_AS_STRING(arg2); | ^ Levenshtein/_levenshtein.c:1898:43: warning: pointer targets in passing argument 1 of 'PyBytes_FromStringAndSize' differ in signedness [-Wpointer-sign] 1898 | result = PyString_FromStringAndSize(s, len); | ^ | | | lev_byte * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:82, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/bytesobject.h:34:50: note: expected 'const char *' but argument is of type 'lev_byte *' {aka 'unsigned char *'} 34 | PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); | ^~~~~~~~~~~~ Levenshtein/_levenshtein.c:1914:43: warning: pointer targets in passing argument 1 of 'PyBytes_FromStringAndSize' differ in signedness [-Wpointer-sign] 1914 | result = PyString_FromStringAndSize(s, len); | ^ | | | lev_byte * {aka unsigned char *} In file included from /usr/include/python3.10/Python.h:82, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/bytesobject.h:34:50: note: expected 'const char *' but argument is of type 'lev_byte *' {aka 'unsigned char *'} 34 | PyAPI_FUNC(PyObject *) PyBytes_FromStringAndSize(const char *, Py_ssize_t); | ^~~~~~~~~~~~ Levenshtein/_levenshtein.c:1933:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1933 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1933:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1933 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1933:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1933 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1934:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1934 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1934:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1934 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1934:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1934 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:446:26: note: declared here 446 | static inline Py_ssize_t _PyUnicode_get_wstr_length(PyObject *op) { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1935:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1935 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1936:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1936 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:580:45: note: declared here 580 | Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UNICODE *) PyUnicode_AsUnicode( | ^~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1950:7: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1950 | result = PyUnicode_FromUnicode(s, len); | ^~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/cpython/unicodeobject.h:551:42: note: declared here 551 | Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject*) PyUnicode_FromUnicode( | ^~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:1966:7: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1966 | result = PyUnicode_FromUnicode(s, len); | ^~~~~~ In file included from /usr/include/python3.10/unicodeobject.h:1046, from /usr/include/python3.10/Python.h:83, from Levenshtein/_levenshtein.c:99: /usr/include/python3.10/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:2080:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'unsigned int'} and 'int' [-Wsign-compare] 2080 | if (!orem && nr == -1) { | ^~ Levenshtein/_levenshtein.c: In function 'make_usymlist': Levenshtein/_levenshtein.c:3554:19: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 3554 | while (p->c != c && p->n != NULL) | ^~ Levenshtein/_levenshtein.c:3556:16: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 3556 | if (p->c != c) { | ^~ Levenshtein/_levenshtein.c: In function 'make_usymlistset': Levenshtein/_levenshtein.c:4330:19: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4330 | while (p->c != c && p->n != NULL) | ^~ Levenshtein/_levenshtein.c:4332:16: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4332 | if (p->c != c) { | ^~ Levenshtein/_levenshtein.c: In function 'lev_u_quick_median': Levenshtein/_levenshtein.c:4441:21: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4441 | while (p->c != c) | ^~ Levenshtein/_levenshtein.c:4450:21: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4450 | while (p->c != c) | ^~ Levenshtein/_levenshtein.c:4462:21: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4462 | while (p->c != c) | ^~ At top level: Levenshtein/_levenshtein.c:6720:1: warning: 'lev_opcodes_total_cost' defined but not used [-Wunused-function] 6720 | lev_opcodes_total_cost(size_t nb, | ^~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:6675:1: warning: 'lev_editops_normalize' defined but not used [-Wunused-function] 6675 | lev_editops_normalize(size_t n, | ^~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:6650:1: warning: 'lev_editops_total_cost' defined but not used [-Wunused-function] 6650 | lev_editops_total_cost(size_t n, | ^~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:2570:1: warning: 'lev_u_edit_distance_sod' defined but not used [-Wunused-function] 2570 | lev_u_edit_distance_sod(size_t len, const lev_wchar *string, | ^~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c:2391:1: warning: 'lev_edit_distance_sod' defined but not used [-Wunused-function] 2391 | lev_edit_distance_sod(size_t len, const lev_byte *string, | ^~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'lev_u_median_improve': Levenshtein/_levenshtein.c:4104:7: warning: 'free' called on pointer 'median' with nonzero offset 4 [-Wfree-nonheap-object] 4104 | free(median); | ^~~~~~~~~~~~ Levenshtein/_levenshtein.c:3976:24: note: returned from 'safe_malloc' 3976 | median = (lev_wchar*)safe_malloc((stoplen+1), sizeof(lev_wchar)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Levenshtein/_levenshtein.c: In function 'lev_median_improve': Levenshtein/_levenshtein.c:3471:7: warning: 'free' called on pointer 'median' with nonzero offset 1 [-Wfree-nonheap-object] 3471 | free(median); | ^~~~~~~~~~~~ Levenshtein/_levenshtein.c:3343:23: note: returned from 'safe_malloc' 3343 | median = (lev_byte*)safe_malloc((stoplen+1), sizeof(lev_byte)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -shared -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Wl,--as-needed,-O1,--sort-common -Os -fomit-frame-pointer -Os -fomit-frame-pointer build/temp.linux-armv8l-3.10/Levenshtein/_levenshtein.o -L/usr/lib -o build/lib.linux-armv8l-3.10/Levenshtein/_levenshtein.cpython-310-arm-linux-gnueabihf.so >>> py3-levenshtein: Entering fakeroot... running install running build running build_py 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' running build_ext running install_lib creating /home/buildozer/aports/testing/py3-levenshtein/pkg creating /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein creating /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr creating /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr/lib creating /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr/lib/python3.10 creating /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr/lib/python3.10/site-packages creating /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr/lib/python3.10/site-packages/Levenshtein copying build/lib.linux-armv8l-3.10/Levenshtein/_levenshtein.c -> /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr/lib/python3.10/site-packages/Levenshtein copying build/lib.linux-armv8l-3.10/Levenshtein/_levenshtein.h -> /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr/lib/python3.10/site-packages/Levenshtein copying build/lib.linux-armv8l-3.10/Levenshtein/StringMatcher.py -> /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr/lib/python3.10/site-packages/Levenshtein copying build/lib.linux-armv8l-3.10/Levenshtein/__init__.py -> /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr/lib/python3.10/site-packages/Levenshtein copying build/lib.linux-armv8l-3.10/Levenshtein/_levenshtein.cpython-310-arm-linux-gnueabihf.so -> /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr/lib/python3.10/site-packages/Levenshtein byte-compiling /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr/lib/python3.10/site-packages/Levenshtein/StringMatcher.py to StringMatcher.cpython-310.pyc byte-compiling /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr/lib/python3.10/site-packages/Levenshtein/__init__.py to __init__.cpython-310.pyc running install_egg_info Copying python_Levenshtein.egg-info to /home/buildozer/aports/testing/py3-levenshtein/pkg/py3-levenshtein/usr/lib/python3.10/site-packages/python_Levenshtein-0.12.2-py3.10.egg-info running install_scripts >>> py3-levenshtein*: Running postcheck for py3-levenshtein >>> py3-levenshtein*: Preparing package py3-levenshtein... >>> py3-levenshtein*: Stripping binaries >>> py3-levenshtein*: Scanning shared objects >>> py3-levenshtein*: Tracing dependencies... python3 so:libc.musl-armhf.so.1 >>> py3-levenshtein*: Package size: 348.0 KB >>> py3-levenshtein*: Compressing data... >>> py3-levenshtein*: Create checksum... >>> py3-levenshtein*: Create py3-levenshtein-0.12.2-r2.apk >>> py3-levenshtein: Build complete at Sun, 19 Dec 2021 15:25:48 +0000 elapsed time 0h 0m 5s >>> py3-levenshtein: Cleaning up srcdir >>> py3-levenshtein: Cleaning up pkgdir >>> py3-levenshtein: Uninstalling dependencies... (1/14) Purging .makedepends-py3-levenshtein (20211219.152544) (2/14) Purging py3-setuptools (52.0.0-r5) (3/14) Purging py3-ordered-set (4.0.2-r3) (4/14) Purging py3-appdirs (1.4.4-r3) (5/14) Purging py3-packaging (21.3-r0) (6/14) Purging py3-parsing (2.4.7-r3) (7/14) Purging py3-six (1.16.0-r1) (8/14) Purging python3-dev (3.10.1-r0) (9/14) Purging python3 (3.10.1-r0) (10/14) Purging libffi (3.4.2-r1) (11/14) Purging gdbm (1.22-r0) (12/14) Purging mpdecimal (2.5.1-r1) (13/14) Purging readline (8.1.1-r0) (14/14) Purging sqlite-libs (3.37.0-r0) Executing busybox-1.34.1-r5.trigger OK: 307 MiB in 99 packages >>> py3-levenshtein: Updating the testing/armhf repository index... >>> py3-levenshtein: Signing the index...