D: [iurt_root_command] chroot Installing /home/iurt/rpmbuild/SRPMS/python-levenshtein-0.12.0-7.mga8.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YMERNr + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf python-Levenshtein-0.12.0 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/python-Levenshtein-0.12.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd python-Levenshtein-0.12.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/cat /home/iurt/rpmbuild/SOURCES/python-levenshtein-0.12.0-linking.patch + /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch + rm -rf python_Levenshtein.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.9QHBou + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd python-Levenshtein-0.12.0 + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib.linux-aarch64-3.8 creating build/lib.linux-aarch64-3.8/Levenshtein copying Levenshtein/__init__.py -> build/lib.linux-aarch64-3.8/Levenshtein copying Levenshtein/StringMatcher.py -> build/lib.linux-aarch64-3.8/Levenshtein running egg_info creating python_Levenshtein.egg-info writing python_Levenshtein.egg-info/PKG-INFO writing dependency_links to python_Levenshtein.egg-info/dependency_links.txt writing entry points to python_Levenshtein.egg-info/entry_points.txt writing namespace_packages to python_Levenshtein.egg-info/namespace_packages.txt writing requirements to python_Levenshtein.egg-info/requires.txt writing top-level names to python_Levenshtein.egg-info/top_level.txt writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' reading manifest file 'python_Levenshtein.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching '*so' found anywhere in distribution warning: no previously-included files matching '.project' found anywhere in distribution warning: no previously-included files matching '.pydevproject' found anywhere in distribution writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' copying Levenshtein/_levenshtein.c -> build/lib.linux-aarch64-3.8/Levenshtein copying Levenshtein/_levenshtein.h -> build/lib.linux-aarch64-3.8/Levenshtein running build_ext building 'Levenshtein._levenshtein' extension creating build/temp.linux-aarch64-3.8 creating build/temp.linux-aarch64-3.8/Levenshtein gcc -pthread -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.8 -c Levenshtein/_levenshtein.c -o build/temp.linux-aarch64-3.8/Levenshtein/_levenshtein.o 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 'subtract_edit_py': Levenshtein/_levenshtein.c:2060:27: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'int' [-Wsign-compare] 2060 | if (!orem && nr == -1) { | ^~ Levenshtein/_levenshtein.c: In function 'make_usymlist': Levenshtein/_levenshtein.c:3534:19: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 3534 | while (p->c != c && p->n != NULL) | ^~ Levenshtein/_levenshtein.c:3536:16: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 3536 | if (p->c != c) { | ^~ Levenshtein/_levenshtein.c: In function 'make_usymlistset': Levenshtein/_levenshtein.c:4310:19: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4310 | while (p->c != c && p->n != NULL) | ^~ Levenshtein/_levenshtein.c:4312:16: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4312 | if (p->c != c) { | ^~ Levenshtein/_levenshtein.c: In function 'lev_u_quick_median': Levenshtein/_levenshtein.c:4421:21: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4421 | while (p->c != c) | ^~ Levenshtein/_levenshtein.c:4430:21: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4430 | while (p->c != c) | ^~ Levenshtein/_levenshtein.c:4442:21: warning: comparison of integer expressions of different signedness: 'Py_UNICODE' {aka 'unsigned int'} and 'int' [-Wsign-compare] 4442 | while (p->c != c) | ^~ gcc -pthread -shared -Wl,--as-needed -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags -O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables build/temp.linux-aarch64-3.8/Levenshtein/_levenshtein.o -L/usr/lib64 -lpython3.8 -o build/lib.linux-aarch64-3.8/Levenshtein/_levenshtein.cpython-38-aarch64-linux-gnu.so -lm + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.f1MHRt + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64 + cd python-Levenshtein-0.12.0 + '[' 1 -eq 1 ']' + CFLAGS='-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 -fasynchronous-unwind-tables' + LDFLAGS=' -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro -Wl,-O1 -Wl,--build-id -Wl,--enable-new-dtags' + /usr/bin/python3 setup.py install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64 running install running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64 creating /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8 creating /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8/site-packages/Levenshtein copying build/lib.linux-aarch64-3.8/Levenshtein/_levenshtein.cpython-38-aarch64-linux-gnu.so -> /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8/site-packages/Levenshtein copying build/lib.linux-aarch64-3.8/Levenshtein/_levenshtein.h -> /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8/site-packages/Levenshtein copying build/lib.linux-aarch64-3.8/Levenshtein/_levenshtein.c -> /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8/site-packages/Levenshtein copying build/lib.linux-aarch64-3.8/Levenshtein/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8/site-packages/Levenshtein copying build/lib.linux-aarch64-3.8/Levenshtein/StringMatcher.py -> /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8/site-packages/Levenshtein byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8/site-packages/Levenshtein/__init__.py to __init__.cpython-38.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8/site-packages/Levenshtein/StringMatcher.py to StringMatcher.cpython-38.pyc writing byte-compilation script '/tmp/tmpoz7n4w0_.py' /usr/bin/python3 /tmp/tmpoz7n4w0_.py removing /tmp/tmpoz7n4w0_.py running install_egg_info running egg_info writing python_Levenshtein.egg-info/PKG-INFO writing dependency_links to python_Levenshtein.egg-info/dependency_links.txt writing entry points to python_Levenshtein.egg-info/entry_points.txt writing namespace_packages to python_Levenshtein.egg-info/namespace_packages.txt writing requirements to python_Levenshtein.egg-info/requires.txt writing top-level names to python_Levenshtein.egg-info/top_level.txt reading manifest file 'python_Levenshtein.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '*pyc' found anywhere in distribution warning: no previously-included files matching '*so' found anywhere in distribution warning: no previously-included files matching '.project' found anywhere in distribution warning: no previously-included files matching '.pydevproject' found anywhere in distribution writing manifest file 'python_Levenshtein.egg-info/SOURCES.txt' Copying python_Levenshtein.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8/site-packages/python_Levenshtein-0.12.0-py3.8.egg-info running install_scripts + rm -f /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64//usr/lib64/python3.8/site-packages/Levenshtein/_levenshtein.c + rm -f /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64//usr/lib64/python3.8/site-packages/Levenshtein/_levenshtein.h + rm -f /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64//usr/lib64/python3.8/site-packages/Levenshtein/StringMatcher.py + rm -f /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64//usr/lib64/python3.8/site-packages/Levenshtein/__pycache__/StringMatcher.cpython-38.opt-1.pyc /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64//usr/lib64/python3.8/site-packages/Levenshtein/__pycache__/StringMatcher.cpython-38.pyc + /usr/lib/rpm/find-debuginfo.sh -j16 --strict-build-id -m -i --build-id-seed 0.12.0-7.mga8 --unique-debug-suffix -0.12.0-7.mga8.aarch64 --unique-debug-src-base python-levenshtein-0.12.0-7.mga8.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/python-Levenshtein-0.12.0 explicitly decompress any DWARF compressed ELF sections in /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8/site-packages/Levenshtein/_levenshtein.cpython-38-aarch64-linux-gnu.so extracting debug info from /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8/site-packages/Levenshtein/_levenshtein.cpython-38-aarch64-linux-gnu.so original debug info size: 292kB, size after compression: 288kB /usr/lib/rpm/sepdebugcrcfix: Updated 1 CRC32s, 0 CRC32s did match. 397 blocks + '[' -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/translate_menu + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib/debug/usr/lib64/python3.8 using /usr/bin/python3.8 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/lib64/python3.8 using /usr/bin/python3.8 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-levenshtein-0.12.0-7.mga8.aarch64 Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gt7vas + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd python-Levenshtein-0.12.0 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/share/doc/python3-levenshtein + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/share/doc/python3-levenshtein + cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/share/doc/python3-levenshtein + cp -pr HISTORY.txt /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/share/doc/python3-levenshtein + cp -pr docs/Levenshtein.html /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/share/doc/python3-levenshtein + cp -pr Levenshtein/StringMatcher.py /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64/usr/share/doc/python3-levenshtein + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-levenshtein = 0.12.0-7.mga8 python3-Levenshtein = 0.12.0-7.mga8 python3-levenshtein = 0.12.0-7.mga8 python3-levenshtein(aarch-64) = 0.12.0-7.mga8 python3.8dist(python-levenshtein) = 0.12.0 python3dist(python-levenshtein) = 0.12.0 pythonegg(3)(python-levenshtein) = 0.12.0 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libc.so.6()(64bit) libc.so.6(GLIBC_2.17)(64bit) libpython3.8.so.1.0()(64bit) python(abi) = 3.8 python3.8dist(setuptools) Obsoletes: python-levenshtein < 0.12.0-7.mga8 Processing files: python-levenshtein-debugsource-0.12.0-7.mga8.aarch64 Provides: python-levenshtein-debugsource = 0.12.0-7.mga8 python-levenshtein-debugsource(aarch-64) = 0.12.0-7.mga8 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-7.mga8.aarch64 Provides: debuginfo(build-id) = e53c9e38a7dbc28c450fa5c2b3344bdae465f1ac python3-levenshtein-debuginfo = 0.12.0-7.mga8 python3-levenshtein-debuginfo(aarch-64) = 0.12.0-7.mga8 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Recommends: python-levenshtein-debugsource(aarch-64) = 0.12.0-7.mga8 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-levenshtein-0.12.0-7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python3-levenshtein-debuginfo-0.12.0-7.mga8.aarch64.rpm Wrote: /home/iurt/rpmbuild/RPMS/aarch64/python-levenshtein-debugsource-0.12.0-7.mga8.aarch64.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.FJlDGr + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd python-Levenshtein-0.12.0 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-levenshtein-0.12.0-7.mga8.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.oGQVQu + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf python-Levenshtein-0.12.0 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!