D: [iurt_root_command] chroot Installing /home/pterjan/rpmbuild/SRPMS/python-levenshtein-0.12.0-11.mga9.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.HZcDaZ + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/pterjan/rpmbuild/BUILD + rm -rf python-Levenshtein-0.12.0 + /usr/lib/rpm/rpmuncompress -x /home/pterjan/rpmbuild/SOURCES/python-Levenshtein-0.12.0.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd python-Levenshtein-0.12.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/lib/rpm/rpmuncompress /home/pterjan/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/pterjan/rpmbuild/tmp/rpm-tmp.4LdYWy + umask 022 + cd /home/pterjan/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=sha1 -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-x86_64-cpython-310 creating build/lib.linux-x86_64-cpython-310/Levenshtein copying Levenshtein/StringMatcher.py -> build/lib.linux-x86_64-cpython-310/Levenshtein copying Levenshtein/__init__.py -> build/lib.linux-x86_64-cpython-310/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 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-x86_64-cpython-310/Levenshtein copying Levenshtein/_levenshtein.h -> build/lib.linux-x86_64-cpython-310/Levenshtein running build_ext building 'Levenshtein._levenshtein' extension creating build/temp.linux-x86_64-cpython-310 creating build/temp.linux-x86_64-cpython-310/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.10 -c Levenshtein/_levenshtein.c -o build/temp.linux-x86_64-cpython-310/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.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:726:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 726 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:726:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 726 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:727:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 727 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:727:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 727 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:727:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 727 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:729:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 729 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ /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:730:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 730 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ /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:805:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 805 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:805:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 805 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:805:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 805 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:806:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 806 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:806:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 806 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:806:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 806 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:812:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 812 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ /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:813:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 813 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ /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:848:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 848 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:848:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 848 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:848:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 848 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:849:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 849 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:849:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 849 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:849:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 849 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:850:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 850 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ /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:851:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 851 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ /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:900:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 900 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:900:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 900 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:900:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 900 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:901:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 901 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:901:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 901 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:901:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 901 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:902:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 902 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ /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:903:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 903 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ /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:1001:7: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1001 | result = PyUnicode_FromUnicode(medstr, len); | ^~~~~~ /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 'median_improve_common': Levenshtein/_levenshtein.c:1082:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1082 | Py_UNICODE *s = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~~~~ /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:1083:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1083 | size_t l = PyUnicode_GET_SIZE(arg1); | ^~~~~~ /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:1083:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1083 | size_t l = PyUnicode_GET_SIZE(arg1); | ^~~~~~ /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:1083:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1083 | size_t l = PyUnicode_GET_SIZE(arg1); | ^~~~~~ /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:1088:7: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1088 | result = PyUnicode_FromUnicode(medstr, len); | ^~~~~~ /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: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); | ^~~~~~~ /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:1238:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1238 | sizes[0] = PyUnicode_GET_SIZE(first); | ^~~~~ /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:1238:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1238 | sizes[0] = PyUnicode_GET_SIZE(first); | ^~~~~ /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:1238:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1238 | sizes[0] = PyUnicode_GET_SIZE(first); | ^~~~~ /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:1249:7: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1249 | strings[i] = PyUnicode_AS_UNICODE(item); | ^~~~~~~ /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:1250:7: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1250 | sizes[i] = PyUnicode_GET_SIZE(item); | ^~~~~ /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:1250:7: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1250 | sizes[i] = PyUnicode_GET_SIZE(item); | ^~~~~ /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:1250:7: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1250 | sizes[i] = PyUnicode_GET_SIZE(item); | ^~~~~ /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 'editops_py': Levenshtein/_levenshtein.c:1658:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1658 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:1658:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1658 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:1658:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1658 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:1659:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1659 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:1659:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1659 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:1659:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1659 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:1660:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1660 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ /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:1661:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1661 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ /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:1776:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1776 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:1776:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1776 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:1776:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1776 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:1777:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1777 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:1777:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1777 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:1777:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1777 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:1778:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1778 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ /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:1779:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1779 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ /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:1913:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1913 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:1913:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1913 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:1913:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1913 | len1 = PyUnicode_GET_SIZE(arg1); | ^~~~ /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:1914:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1914 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:1914:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1914 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:1914:5: warning: '_PyUnicode_get_wstr_length' is deprecated [-Wdeprecated-declarations] 1914 | len2 = PyUnicode_GET_SIZE(arg2); | ^~~~ /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:1915:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1915 | string1 = PyUnicode_AS_UNICODE(arg1); | ^~~~~~~ /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:1916:5: warning: 'PyUnicode_AsUnicode' is deprecated [-Wdeprecated-declarations] 1916 | string2 = PyUnicode_AS_UNICODE(arg2); | ^~~~~~~ /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:1930:7: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1930 | result = PyUnicode_FromUnicode(s, len); | ^~~~~~ /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:1946:7: warning: 'PyUnicode_FromUnicode' is deprecated [-Wdeprecated-declarations] 1946 | result = PyUnicode_FromUnicode(s, len); | ^~~~~~ /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: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) { | ^~ gcc -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id=sha1 -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-x86_64-cpython-310/Levenshtein/_levenshtein.o -L/usr/lib64 -lpython3.10 -o build/lib.linux-x86_64-cpython-310/Levenshtein/_levenshtein.cpython-310-x86_64-linux-gnu.so -lm + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.fGdWGw + umask 022 + cd /home/pterjan/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64 '!=' / ']' + rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64 ++ dirname /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64 + mkdir -p /home/pterjan/rpmbuild/BUILDROOT + mkdir /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64 + 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=sha1 -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64 running install /usr/lib/python3.10/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/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr creating /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64 creating /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10 creating /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10/site-packages creating /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10/site-packages/Levenshtein copying build/lib.linux-x86_64-cpython-310/Levenshtein/_levenshtein.cpython-310-x86_64-linux-gnu.so -> /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10/site-packages/Levenshtein copying build/lib.linux-x86_64-cpython-310/Levenshtein/_levenshtein.c -> /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10/site-packages/Levenshtein copying build/lib.linux-x86_64-cpython-310/Levenshtein/StringMatcher.py -> /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10/site-packages/Levenshtein copying build/lib.linux-x86_64-cpython-310/Levenshtein/_levenshtein.h -> /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10/site-packages/Levenshtein copying build/lib.linux-x86_64-cpython-310/Levenshtein/__init__.py -> /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10/site-packages/Levenshtein byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10/site-packages/Levenshtein/StringMatcher.py to StringMatcher.cpython-310.pyc byte-compiling /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10/site-packages/Levenshtein/__init__.py to __init__.cpython-310.pyc writing byte-compilation script '/tmp/tmp0pfrgqso.py' /usr/bin/python3 /tmp/tmp0pfrgqso.py removing /tmp/tmp0pfrgqso.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 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/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10/site-packages/python_Levenshtein-0.12.0-py3.10.egg-info running install_scripts + rm -rfv /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/bin/__pycache__ + rm -f /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64//usr/lib64/python3.10/site-packages/Levenshtein/_levenshtein.c + rm -f /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64//usr/lib64/python3.10/site-packages/Levenshtein/_levenshtein.h + rm -f /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64//usr/lib64/python3.10/site-packages/Levenshtein/StringMatcher.py + rm -f /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64//usr/lib64/python3.10/site-packages/Levenshtein/__pycache__/StringMatcher.cpython-310.opt-1.pyc /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64//usr/lib64/python3.10/site-packages/Levenshtein/__pycache__/StringMatcher.cpython-310.pyc + /usr/bin/find-debuginfo -j16 --strict-build-id -m -i --build-id-seed 0.12.0-11.mga9 --unique-debug-suffix -0.12.0-11.mga9.x86_64 --unique-debug-src-base python-levenshtein-0.12.0-11.mga9.x86_64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 -S debugsourcefiles.list /home/pterjan/rpmbuild/BUILD/python-Levenshtein-0.12.0 extracting debug info from /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10/site-packages/Levenshtein/_levenshtein.cpython-310-x86_64-linux-gnu.so original debug info size: 208kB, size after compression: 208kB /usr/bin/sepdebugcrcfix: Updated 1 CRC32s, 0 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/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib64/python3.10 using python3.10 Bytecompiling .py files below /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/lib/debug/usr/lib64/python3.10 using python3.10 + /usr/lib/rpm/redhat/brp-python-hardlink Processing files: python3-levenshtein-0.12.0-11.mga9.x86_64 Executing(%doc): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.8lSpKD + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd python-Levenshtein-0.12.0 + DOCDIR=/home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/share/doc/python3-levenshtein + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/share/doc/python3-levenshtein + cp -pr README.rst /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/share/doc/python3-levenshtein + cp -pr HISTORY.txt /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/share/doc/python3-levenshtein + cp -pr docs/Levenshtein.html /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/share/doc/python3-levenshtein + cp -pr Levenshtein/StringMatcher.py /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64/usr/share/doc/python3-levenshtein + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-levenshtein = 0.12.0-11.mga9 python3-Levenshtein = 0.12.0-11.mga9 python3-levenshtein = 0.12.0-11.mga9 python3-levenshtein(x86-64) = 0.12.0-11.mga9 python3.10-levenshtein = 0.12.0-11.mga9 python3.10dist(python-levenshtein) = 0.12 python3dist(python-levenshtein) = 0.12 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.14)(64bit) libc.so.6(GLIBC_2.2.5)(64bit) libpython3.10.so.1.0()(64bit) python(abi) = 3.10 python3.10dist(setuptools) Obsoletes: python-levenshtein < 0.12.0-11.mga9 Processing files: python-levenshtein-debugsource-0.12.0-11.mga9.x86_64 Provides: python-levenshtein-debugsource = 0.12.0-11.mga9 python-levenshtein-debugsource(x86-64) = 0.12.0-11.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-11.mga9.x86_64 Provides: debuginfo(build-id) = 25ae82a8157c5b7b426d576387c7f86fabbe99a8 python-levenshtein-debuginfo = 0.12.0-11.mga9 python3-levenshtein-debuginfo = 0.12.0-11.mga9 python3-levenshtein-debuginfo(x86-64) = 0.12.0-11.mga9 python3.10-levenshtein-debuginfo = 0.12.0-11.mga9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-levenshtein-debugsource(x86-64) = 0.12.0-11.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64 Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-levenshtein-0.12.0-11.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python-levenshtein-debugsource-0.12.0-11.mga9.x86_64.rpm Wrote: /home/pterjan/rpmbuild/RPMS/x86_64/python3-levenshtein-debuginfo-0.12.0-11.mga9.x86_64.rpm Executing(%clean): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.KWXY7a + umask 022 + cd /home/pterjan/rpmbuild/BUILD + cd python-Levenshtein-0.12.0 + /usr/bin/rm -rf /home/pterjan/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-11.mga9.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(rmbuild): /bin/sh -e /home/pterjan/rpmbuild/tmp/rpm-tmp.LAxyzE + umask 022 + cd /home/pterjan/rpmbuild/BUILD + rm -rf python-Levenshtein-0.12.0 python-Levenshtein-0.12.0.gemspec + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!