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-sphinx-autoapi-1.8.1-1.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.7swgic
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf sphinx-autoapi-1.8.1
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/sphinx-autoapi-1.8.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd sphinx-autoapi-1.8.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ rm -rf sphinx_autoapi.egg-info
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.KLPrd8
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd sphinx-autoapi-1.8.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'
running build
running build_py
creating build
creating build/lib
creating build/lib/autoapi
copying autoapi/toctree.py -> build/lib/autoapi
copying autoapi/settings.py -> build/lib/autoapi
copying autoapi/inheritance_diagrams.py -> build/lib/autoapi
copying autoapi/extension.py -> build/lib/autoapi
copying autoapi/documenters.py -> build/lib/autoapi
copying autoapi/directives.py -> build/lib/autoapi
copying autoapi/backends.py -> build/lib/autoapi
copying autoapi/__init__.py -> build/lib/autoapi
creating build/lib/autoapi/mappers
copying autoapi/mappers/javascript.py -> build/lib/autoapi/mappers
copying autoapi/mappers/go.py -> build/lib/autoapi/mappers
copying autoapi/mappers/dotnet.py -> build/lib/autoapi/mappers
copying autoapi/mappers/base.py -> build/lib/autoapi/mappers
copying autoapi/mappers/__init__.py -> build/lib/autoapi/mappers
creating build/lib/autoapi/mappers/python
copying autoapi/mappers/python/parser.py -> build/lib/autoapi/mappers/python
copying autoapi/mappers/python/objects.py -> build/lib/autoapi/mappers/python
copying autoapi/mappers/python/mapper.py -> build/lib/autoapi/mappers/python
copying autoapi/mappers/python/astroid_utils.py -> build/lib/autoapi/mappers/python
copying autoapi/mappers/python/__init__.py -> build/lib/autoapi/mappers/python
running egg_info
creating sphinx_autoapi.egg-info
writing sphinx_autoapi.egg-info/PKG-INFO
writing dependency_links to sphinx_autoapi.egg-info/dependency_links.txt
writing requirements to sphinx_autoapi.egg-info/requires.txt
writing top-level names to sphinx_autoapi.egg-info/top_level.txt
writing manifest file 'sphinx_autoapi.egg-info/SOURCES.txt'
reading manifest file 'sphinx_autoapi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'LICENSE.mit'
adding license file 'LICENSE.rst'
writing manifest file 'sphinx_autoapi.egg-info/SOURCES.txt'
creating build/lib/autoapi/templates
copying autoapi/templates/index.rst -> build/lib/autoapi/templates
creating build/lib/autoapi/templates/base
copying autoapi/templates/base/base.rst -> build/lib/autoapi/templates/base
creating build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/base_detail.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/base_embed.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/base_list.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/class.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/constructor.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/delegate.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/enum.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/event.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/field.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/interface.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/method.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/namespace.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/operator.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/property.rst -> build/lib/autoapi/templates/dotnet
copying autoapi/templates/dotnet/struct.rst -> build/lib/autoapi/templates/dotnet
creating build/lib/autoapi/templates/go
copying autoapi/templates/go/base_member.rst -> build/lib/autoapi/templates/go
copying autoapi/templates/go/const.rst -> build/lib/autoapi/templates/go
copying autoapi/templates/go/func.rst -> build/lib/autoapi/templates/go
copying autoapi/templates/go/method.rst -> build/lib/autoapi/templates/go
copying autoapi/templates/go/package.rst -> build/lib/autoapi/templates/go
copying autoapi/templates/go/type.rst -> build/lib/autoapi/templates/go
copying autoapi/templates/go/var.rst -> build/lib/autoapi/templates/go
creating build/lib/autoapi/templates/javascript
copying autoapi/templates/javascript/class.rst -> build/lib/autoapi/templates/javascript
copying autoapi/templates/javascript/function.rst -> build/lib/autoapi/templates/javascript
copying autoapi/templates/javascript/member.rst -> build/lib/autoapi/templates/javascript
copying autoapi/templates/javascript/module.rst -> build/lib/autoapi/templates/javascript
creating build/lib/autoapi/templates/python
copying autoapi/templates/python/attribute.rst -> build/lib/autoapi/templates/python
copying autoapi/templates/python/class.rst -> build/lib/autoapi/templates/python
copying autoapi/templates/python/data.rst -> build/lib/autoapi/templates/python
copying autoapi/templates/python/exception.rst -> build/lib/autoapi/templates/python
copying autoapi/templates/python/function.rst -> build/lib/autoapi/templates/python
copying autoapi/templates/python/method.rst -> build/lib/autoapi/templates/python
copying autoapi/templates/python/module.rst -> build/lib/autoapi/templates/python
copying autoapi/templates/python/package.rst -> build/lib/autoapi/templates/python
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.UWCSan
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64
+ cd sphinx-autoapi-1.8.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-sphinx-autoapi-1.8.1-1.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-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr
creating /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib
creating /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9
creating /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages
creating /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi
creating /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates
creating /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/python
copying build/lib/autoapi/templates/python/package.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/python
copying build/lib/autoapi/templates/python/module.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/python
copying build/lib/autoapi/templates/python/method.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/python
copying build/lib/autoapi/templates/python/function.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/python
copying build/lib/autoapi/templates/python/exception.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/python
copying build/lib/autoapi/templates/python/data.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/python
copying build/lib/autoapi/templates/python/class.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/python
copying build/lib/autoapi/templates/python/attribute.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/python
creating /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/javascript
copying build/lib/autoapi/templates/javascript/module.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/javascript
copying build/lib/autoapi/templates/javascript/member.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/javascript
copying build/lib/autoapi/templates/javascript/function.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/javascript
copying build/lib/autoapi/templates/javascript/class.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/javascript
creating /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/go
copying build/lib/autoapi/templates/go/var.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/go
copying build/lib/autoapi/templates/go/type.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/go
copying build/lib/autoapi/templates/go/package.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/go
copying build/lib/autoapi/templates/go/method.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/go
copying build/lib/autoapi/templates/go/func.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/go
copying build/lib/autoapi/templates/go/const.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/go
copying build/lib/autoapi/templates/go/base_member.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/go
creating /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/struct.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/property.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/operator.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/namespace.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/method.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/interface.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/field.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/event.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/enum.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/delegate.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/constructor.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/class.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/base_list.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/base_embed.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
copying build/lib/autoapi/templates/dotnet/base_detail.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/dotnet
creating /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/base
copying build/lib/autoapi/templates/base/base.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates/base
copying build/lib/autoapi/templates/index.rst -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/templates
creating /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers
creating /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/python
copying build/lib/autoapi/mappers/python/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/python
copying build/lib/autoapi/mappers/python/astroid_utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/python
copying build/lib/autoapi/mappers/python/mapper.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/python
copying build/lib/autoapi/mappers/python/objects.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/python
copying build/lib/autoapi/mappers/python/parser.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/python
copying build/lib/autoapi/mappers/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers
copying build/lib/autoapi/mappers/base.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers
copying build/lib/autoapi/mappers/dotnet.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers
copying build/lib/autoapi/mappers/go.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers
copying build/lib/autoapi/mappers/javascript.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers
copying build/lib/autoapi/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi
copying build/lib/autoapi/backends.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi
copying build/lib/autoapi/directives.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi
copying build/lib/autoapi/documenters.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi
copying build/lib/autoapi/extension.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi
copying build/lib/autoapi/inheritance_diagrams.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi
copying build/lib/autoapi/settings.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi
copying build/lib/autoapi/toctree.py -> /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/python/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/python/astroid_utils.py to astroid_utils.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/python/mapper.py to mapper.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/python/objects.py to objects.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/python/parser.py to parser.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/base.py to base.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/dotnet.py to dotnet.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/go.py to go.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/mappers/javascript.py to javascript.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/backends.py to backends.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/directives.py to directives.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/documenters.py to documenters.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/extension.py to extension.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/inheritance_diagrams.py to inheritance_diagrams.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/settings.py to settings.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/autoapi/toctree.py to toctree.cpython-39.pyc
writing byte-compilation script '/tmp/tmpjf9yi1e6.py'
/usr/bin/python3 /tmp/tmpjf9yi1e6.py
removing /tmp/tmpjf9yi1e6.py
running install_egg_info
running egg_info
writing sphinx_autoapi.egg-info/PKG-INFO
writing dependency_links to sphinx_autoapi.egg-info/dependency_links.txt
writing requirements to sphinx_autoapi.egg-info/requires.txt
writing top-level names to sphinx_autoapi.egg-info/top_level.txt
reading manifest file 'sphinx_autoapi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'LICENSE.mit'
adding license file 'LICENSE.rst'
writing manifest file 'sphinx_autoapi.egg-info/SOURCES.txt'
Copying sphinx_autoapi.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/lib/python3.9/site-packages/sphinx_autoapi-1.8.1-py3.9.egg-info
running install_scripts
+ rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/bin/__pycache__
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 1.8.1-1.mga9 --unique-debug-suffix -1.8.1-1.mga9.aarch64 --unique-debug-src-base python-sphinx-autoapi-1.8.1-1.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/sphinx-autoapi-1.8.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-sphinx-autoapi-1.8.1-1.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.i5T10m
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd sphinx-autoapi-1.8.1
+ '[' 1 -eq 1 ']'
+ /usr/bin/python3 setup.py test
running test
WARNING: Testing via this command is deprecated and will be removed in a future version. Users looking for a generic test entry point independent of test runner are encouraged to use tox.
running egg_info
writing sphinx_autoapi.egg-info/PKG-INFO
writing dependency_links to sphinx_autoapi.egg-info/dependency_links.txt
writing requirements to sphinx_autoapi.egg-info/requires.txt
writing top-level names to sphinx_autoapi.egg-info/top_level.txt
reading manifest file 'sphinx_autoapi.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
warning: no files found matching 'LICENSE.mit'
adding license file 'LICENSE.rst'
writing manifest file 'sphinx_autoapi.egg-info/SOURCES.txt'
running build_ext

----------------------------------------------------------------------
Ran 0 tests in 0.000s

OK
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: python3-sphinx-autoapi-1.8.1-1.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.i9FFOA
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd sphinx-autoapi-1.8.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/share/doc/python3-sphinx-autoapi
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/share/doc/python3-sphinx-autoapi
+ cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/share/doc/python3-sphinx-autoapi
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.Cdxewk
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd sphinx-autoapi-1.8.1
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/share/licenses/python3-sphinx-autoapi
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/share/licenses/python3-sphinx-autoapi
+ cp -pr LICENSE.rst /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64/usr/share/licenses/python3-sphinx-autoapi
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-sphinx-autoapi = 1.8.1-1.mga9 python3-sphinx-autoapi = 1.8.1-1.mga9 python3.9-sphinx-autoapi = 1.8.1-1.mga9 python3.9dist(sphinx-autoapi) = 1.8.1 python3dist(sphinx-autoapi) = 1.8.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 python3.9dist(astroid) >= 2.4 python3.9dist(jinja2) python3.9dist(pyyaml) python3.9dist(sphinx) >= 3 python3.9dist(unidecode)
Obsoletes: python-sphinx-autoapi < 1.8.1-1.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-sphinx-autoapi-1.8.1-1.mga9.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.1uhUKL
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd sphinx-autoapi-1.8.1
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-sphinx-autoapi-1.8.1-1.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.bD9Yxe
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf sphinx-autoapi-1.8.1
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!