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-versiontools-1.9.1-7.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.pHEwju
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf versiontools-1.9.1
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/versiontools-1.9.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd versiontools-1.9.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/versiontools-1.9.1-py34-tests.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ /usr/bin/cat /home/iurt/rpmbuild/SOURCES/python-versiontools-py35.patch
+ /usr/bin/patch -p1 -s --fuzz=0 --no-backup-if-mismatch -f
+ rm -rf versiontools.egg-info
+ find . -name '*.py'
+ xargs sed -i '1s|^#!python|#!/usr/bin/python3|'
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.hjBVCc
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd versiontools-1.9.1
+ '[' 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'
/usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:501: UserWarning: The version specified (':versiontools:versiontools') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
  warnings.warn(
running build
running build_py
creating build
creating build/lib
creating build/lib/versiontools
copying versiontools/versiontools_support.py -> build/lib/versiontools
copying versiontools/hg_support.py -> build/lib/versiontools
copying versiontools/bzr_support.py -> build/lib/versiontools
copying versiontools/git_support.py -> build/lib/versiontools
copying versiontools/__init__.py -> build/lib/versiontools
copying versiontools/setuptools_hooks.py -> build/lib/versiontools
copying versiontools/tests.py -> build/lib/versiontools
+ sphinx-build doc html
Running Sphinx v4.3.0
making output directory... done
loading intersphinx inventory from http://docs.python.org/objects.inv...
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'http://docs.python.org/objects.inv' not fetchable due to <class 'requests.exceptions.ConnectionError'>: HTTPConnectionPool(host='docs.python.org', port=80): Max retries exceeded with url: /objects.inv (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xffffaec8f640>: Failed to establish a new connection: [Errno -2] Name or service not known'))
building [mo]: targets for 0 po files that are out of date
building [html]: targets for 5 source files that are out of date
updating environment: [new config] 5 added, 0 changed, 0 removed
reading sources... [ 20%] changes
reading sources... [ 40%] index
reading sources... [ 60%] reference
reading sources... [ 80%] usage
reading sources... [100%] vcs-integration

looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [ 20%] changes
writing output... [ 40%] index
writing output... [ 60%] reference
writing output... [ 80%] usage
writing output... [100%] vcs-integration

generating indices... genindex py-modindex done
writing additional pages... search done
copying static files... done
copying extra files... done
dumping search index in English (code: en)... done
dumping object inventory... done
build succeeded, 1 warning.

The HTML pages are in html.
+ rm -rf html/.doctrees html/.buildinfo
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.tnC8As
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64
+ cd versiontools-1.9.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 install -O1 --skip-build --root /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64
/usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead
  warnings.warn(
/usr/lib/python3.9/site-packages/setuptools/dist.py:501: UserWarning: The version specified (':versiontools:versiontools') is an invalid version, this may not work as expected with newer versions of setuptools, pip, and PyPI. Please see PEP 440 for more details.
  warnings.warn(
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-versiontools-1.9.1-7.mga9.aarch64/usr
creating /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib
creating /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9
creating /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages
creating /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools
copying build/lib/versiontools/tests.py -> /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools
copying build/lib/versiontools/setuptools_hooks.py -> /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools
copying build/lib/versiontools/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools
copying build/lib/versiontools/git_support.py -> /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools
copying build/lib/versiontools/bzr_support.py -> /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools
copying build/lib/versiontools/hg_support.py -> /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools
copying build/lib/versiontools/versiontools_support.py -> /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools/tests.py to tests.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools/setuptools_hooks.py to setuptools_hooks.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools/git_support.py to git_support.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools/bzr_support.py to bzr_support.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools/hg_support.py to hg_support.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools/versiontools_support.py to versiontools_support.cpython-39.pyc
writing byte-compilation script '/tmp/tmplebq6xms.py'
/usr/bin/python3 /tmp/tmplebq6xms.py
removing /tmp/tmplebq6xms.py
running install_egg_info
running egg_info
creating versiontools.egg-info
writing versiontools.egg-info/PKG-INFO
writing dependency_links to versiontools.egg-info/dependency_links.txt
writing entry points to versiontools.egg-info/entry_points.txt
writing top-level names to versiontools.egg-info/top_level.txt
writing manifest file 'versiontools.egg-info/SOURCES.txt'
reading manifest file 'versiontools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'versiontools.egg-info/SOURCES.txt'
Copying versiontools.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/lib/python3.9/site-packages/versiontools-1.9.1-py3.9.egg-info
running install_scripts
+ rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/bin/__pycache__
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.9.1-7.mga9 --unique-debug-suffix -1.9.1-7.mga9.aarch64 --unique-debug-src-base python-versiontools-1.9.1-7.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/versiontools-1.9.1

+ /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-versiontools-1.9.1-7.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
Executing(%check): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.6nDuFy
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd versiontools-1.9.1
+ '[' 1 -eq 1 ']'
+ PYTHONPATH=/home/iurt/rpmbuild/BUILD/versiontools-1.9.1
+ /usr/bin/python3 setup.py nosetests
/usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'upload-dir' will not be supported in future versions. Please use the underscore name 'upload_dir' instead
  warnings.warn(
running nosetests
running egg_info
writing versiontools.egg-info/PKG-INFO
writing dependency_links to versiontools.egg-info/dependency_links.txt
writing entry points to versiontools.egg-info/entry_points.txt
writing top-level names to versiontools.egg-info/top_level.txt
reading manifest file 'versiontools.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'versiontools.egg-info/SOURCES.txt'
...............
----------------------------------------------------------------------
Ran 15 tests in 0.115s

OK
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: python3-versiontools-1.9.1-7.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.aYeZdS
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd versiontools-1.9.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/share/doc/python3-versiontools
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/share/doc/python3-versiontools
+ cp -pr html /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64/usr/share/doc/python3-versiontools
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-versiontools = 1.9.1-7.mga9 python3-versiontools = 1.9.1-7.mga9 python3.9-versiontools = 1.9.1-7.mga9 python3.9dist(versiontools) = 1.9.1 python3dist(versiontools) = 1.9.1
Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1
Requires: python(abi) = 3.9
Obsoletes: python-versiontools < 1.9.1-7.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-versiontools-1.9.1-7.mga9.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8iAZl8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd versiontools-1.9.1
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-versiontools-1.9.1-7.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.NBVZTi
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf versiontools-1.9.1
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!