D: [iurt_root_command] chroot warning: Found bdb_ro Packages database while attempting sqlite backend: using bdb_ro backend. Installing /home/iurt/rpmbuild/SRPMS/python-fasteners-0.16-2.mga9.src.rpm Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.ddhsFI + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + '[' 1 -eq 1 ']' + cd /home/iurt/rpmbuild/BUILD + rm -rf fasteners-0.16 + /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/fasteners-0.16.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd fasteners-0.16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -rf fasteners.egg-info + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.WTmGjM + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd fasteners-0.16 + '[' 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 creating build/lib/fasteners copying fasteners/version.py -> build/lib/fasteners copying fasteners/test.py -> build/lib/fasteners copying fasteners/process_lock.py -> build/lib/fasteners copying fasteners/lock.py -> build/lib/fasteners copying fasteners/_utils.py -> build/lib/fasteners copying fasteners/__init__.py -> build/lib/fasteners creating build/lib/fasteners/tests copying fasteners/tests/test_reader_writer_lock.py -> build/lib/fasteners/tests copying fasteners/tests/test_process_lock.py -> build/lib/fasteners/tests copying fasteners/tests/test_lock.py -> build/lib/fasteners/tests copying fasteners/tests/test_helpers.py -> build/lib/fasteners/tests copying fasteners/tests/test_decorators.py -> build/lib/fasteners/tests copying fasteners/tests/__init__.py -> build/lib/fasteners/tests creating build/lib/fasteners/pywin32 copying fasteners/pywin32/win32file.py -> build/lib/fasteners/pywin32 copying fasteners/pywin32/win32con.py -> build/lib/fasteners/pywin32 copying fasteners/pywin32/pywintypes.py -> build/lib/fasteners/pywin32 copying fasteners/pywin32/__init__.py -> build/lib/fasteners/pywin32 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.f4ozci + umask 022 + cd /home/iurt/rpmbuild/BUILD + '[' 1 -eq 1 ']' + '[' /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64 '!=' / ']' + rm -rf /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64 ++ dirname /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64 + mkdir -p /home/iurt/rpmbuild/BUILDROOT + mkdir /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64 + cd fasteners-0.16 + '[' 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-fasteners-0.16-2.mga9.aarch64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr creating /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib creating /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9 creating /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages creating /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners creating /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/pywin32 copying build/lib/fasteners/pywin32/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/pywin32 copying build/lib/fasteners/pywin32/pywintypes.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/pywin32 copying build/lib/fasteners/pywin32/win32con.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/pywin32 copying build/lib/fasteners/pywin32/win32file.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/pywin32 creating /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests copying build/lib/fasteners/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests copying build/lib/fasteners/tests/test_decorators.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests copying build/lib/fasteners/tests/test_helpers.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests copying build/lib/fasteners/tests/test_lock.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests copying build/lib/fasteners/tests/test_process_lock.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests copying build/lib/fasteners/tests/test_reader_writer_lock.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests copying build/lib/fasteners/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners copying build/lib/fasteners/_utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners copying build/lib/fasteners/lock.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners copying build/lib/fasteners/process_lock.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners copying build/lib/fasteners/test.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners copying build/lib/fasteners/version.py -> /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/pywin32/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/pywin32/pywintypes.py to pywintypes.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/pywin32/win32con.py to win32con.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/pywin32/win32file.py to win32file.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests/test_decorators.py to test_decorators.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests/test_helpers.py to test_helpers.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests/test_lock.py to test_lock.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests/test_process_lock.py to test_process_lock.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/tests/test_reader_writer_lock.py to test_reader_writer_lock.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/__init__.py to __init__.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/_utils.py to _utils.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/lock.py to lock.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/process_lock.py to process_lock.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/test.py to test.cpython-39.pyc byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners/version.py to version.cpython-39.pyc writing byte-compilation script '/tmp/tmpv6znq1bn.py' /usr/bin/python3 /tmp/tmpv6znq1bn.py removing /tmp/tmpv6znq1bn.py running install_egg_info running egg_info creating fasteners.egg-info writing fasteners.egg-info/PKG-INFO writing dependency_links to fasteners.egg-info/dependency_links.txt writing requirements to fasteners.egg-info/requires.txt writing top-level names to fasteners.egg-info/top_level.txt writing manifest file 'fasteners.egg-info/SOURCES.txt' reading manifest file 'fasteners.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'README.rst' adding license file 'LICENSE' writing manifest file 'fasteners.egg-info/SOURCES.txt' Copying fasteners.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9/site-packages/fasteners-0.16-py3.9.egg-info running install_scripts + rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/bin/__pycache__ + /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.16-2.mga9 --unique-debug-suffix -0.16-2.mga9.aarch64 --unique-debug-src-base python-fasteners-0.16-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/fasteners-0.16 + /usr/lib/rpm/check-buildroot + '[' -n '' ']' + /usr/share/spec-helper/clean_files + '[' -n '' ']' + /usr/share/spec-helper/compress_files .xz + '[' -n '' ']' + /usr/share/spec-helper/relink_symlinks + '[' -n '' ']' + /usr/share/spec-helper/clean_perl + '[' -n '' ']' + /usr/share/spec-helper/lib_symlinks + '[' -n '' ']' + /usr/share/spec-helper/gprintify + '[' -n '' ']' + /usr/share/spec-helper/fix_mo + '[' -n '' ']' + /usr/share/spec-helper/fix_pamd + '[' -n '' ']' + /usr/share/spec-helper/remove_info_dir + '[' -n '' ']' + /usr/share/spec-helper/fix_eol + '[' -n '' ']' + /usr/share/spec-helper/check_desktop_files + '[' -n '' ']' + /usr/share/spec-helper/check_elf_files + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python3 1 0 Bytecompiling .py files below /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/check-rpaths + /usr/lib/rpm/brp-remove-la-files + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-fasteners-0.16-2.mga9.noarch Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gqRgMQ + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd fasteners-0.16 + DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/share/doc/python3-fasteners + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/share/doc/python3-fasteners + cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64/usr/share/doc/python3-fasteners + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-fasteners = 0.16-2.mga9 python3-fasteners = 0.16-2.mga9 python3.9-fasteners = 0.16-2.mga9 python3.9dist(fasteners) = 0.16 python3dist(fasteners) = 0.16 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: python(abi) = 3.9 python3.9dist(six) Obsoletes: python-fasteners < 0.16-2.mga9 Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64 Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-fasteners-0.16-2.mga9.noarch.rpm Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1nETn2 + umask 022 + cd /home/iurt/rpmbuild/BUILD + cd fasteners-0.16 + /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-fasteners-0.16-2.mga9.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.c0MaJ4 + umask 022 + cd /home/iurt/rpmbuild/BUILD + rm -rf fasteners-0.16 + RPM_EC=0 ++ jobs -p + exit 0 D: [iurt_root_command] Success!