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-testfixtures-6.17.1-2.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.fHSbAa
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf testfixtures-6.17.1
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/testfixtures-6.17.1.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd testfixtures-6.17.1
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ rm -rf testfixtures.egg-info
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.yq2LdW
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd testfixtures-6.17.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/testfixtures
copying testfixtures/utils.py -> build/lib/testfixtures
copying testfixtures/twisted.py -> build/lib/testfixtures
copying testfixtures/tempdirectory.py -> build/lib/testfixtures
copying testfixtures/tdatetime.py -> build/lib/testfixtures
copying testfixtures/sybil.py -> build/lib/testfixtures
copying testfixtures/shouldwarn.py -> build/lib/testfixtures
copying testfixtures/shouldraise.py -> build/lib/testfixtures
copying testfixtures/rmtree.py -> build/lib/testfixtures
copying testfixtures/resolve.py -> build/lib/testfixtures
copying testfixtures/replace.py -> build/lib/testfixtures
copying testfixtures/popen.py -> build/lib/testfixtures
copying testfixtures/outputcapture.py -> build/lib/testfixtures
copying testfixtures/mock.py -> build/lib/testfixtures
copying testfixtures/logcapture.py -> build/lib/testfixtures
copying testfixtures/django.py -> build/lib/testfixtures
copying testfixtures/components.py -> build/lib/testfixtures
copying testfixtures/compat.py -> build/lib/testfixtures
copying testfixtures/comparison.py -> build/lib/testfixtures
copying testfixtures/__init__.py -> build/lib/testfixtures
creating build/lib/testfixtures/tests
copying testfixtures/tests/test_wrap.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_twisted.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_time.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_tempdirectory.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_tempdir.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_sybil.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_stringcomparison.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_shouldwarn.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_should_raise.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_sequencecomparison.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_roundcomparison.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_replacer.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_replace.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_rangecomparison.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_popen_docs.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_popen.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_outputcapture.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_mock.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_mappingcomparison.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_logcapture.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_log_capture.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_generator.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_diff.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_datetime.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_date.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_components.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_comparison.py -> build/lib/testfixtures/tests
copying testfixtures/tests/test_compare.py -> build/lib/testfixtures/tests
copying testfixtures/tests/sample2.py -> build/lib/testfixtures/tests
copying testfixtures/tests/sample1.py -> build/lib/testfixtures/tests
copying testfixtures/tests/conftest.py -> build/lib/testfixtures/tests
copying testfixtures/tests/__init__.py -> build/lib/testfixtures/tests
creating build/lib/testfixtures/tests/test_django
copying testfixtures/tests/test_django/test_shouldraise.py -> build/lib/testfixtures/tests/test_django
copying testfixtures/tests/test_django/test_compare.py -> build/lib/testfixtures/tests/test_django
copying testfixtures/tests/test_django/settings.py -> build/lib/testfixtures/tests/test_django
copying testfixtures/tests/test_django/models.py -> build/lib/testfixtures/tests/test_django
copying testfixtures/tests/test_django/manage.py -> build/lib/testfixtures/tests/test_django
copying testfixtures/tests/test_django/__init__.py -> build/lib/testfixtures/tests/test_django
running egg_info
creating testfixtures.egg-info
writing testfixtures.egg-info/PKG-INFO
writing dependency_links to testfixtures.egg-info/dependency_links.txt
writing requirements to testfixtures.egg-info/requires.txt
writing top-level names to testfixtures.egg-info/top_level.txt
writing manifest file 'testfixtures.egg-info/SOURCES.txt'
reading manifest file 'testfixtures.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'testfixtures.egg-info/SOURCES.txt'
+ PYTHONPATH=/home/iurt/rpmbuild/BUILD/testfixtures-6.17.1
+ sphinx-build-3 docs html
Running Sphinx v4.1.2
making output directory... done
loading intersphinx inventory from http://docs.python.org/objects.inv...
loading intersphinx inventory from http://django.readthedocs.org/en/latest/objects.inv...
loading intersphinx inventory from http://sybil.readthedocs.io/en/latest/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 0xffffa4f37bb0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'http://django.readthedocs.org/en/latest/objects.inv' not fetchable due to <class 'requests.exceptions.ConnectionError'>: HTTPConnectionPool(host='django.readthedocs.org', port=80): Max retries exceeded with url: /en/latest/objects.inv (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xffffa46ce0a0>: Failed to establish a new connection: [Errno -2] Name or service not known'))
WARNING: failed to reach any of the inventories with the following issues:
intersphinx inventory 'http://sybil.readthedocs.io/en/latest/objects.inv' not fetchable due to <class 'requests.exceptions.ConnectionError'>: HTTPConnectionPool(host='sybil.readthedocs.io', port=80): Max retries exceeded with url: /en/latest/objects.inv (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0xffffa4f2f1c0>: 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 18 source files that are out of date
updating environment: [new config] 18 added, 0 changed, 0 removed
reading sources... [  5%] api
reading sources... [ 11%] changes
reading sources... [ 16%] comparing
reading sources... [ 22%] components
reading sources... [ 27%] datetime
reading sources... [ 33%] development
reading sources... [ 38%] django
reading sources... [ 44%] exceptions
reading sources... [ 50%] files
reading sources... [ 55%] index
reading sources... [ 61%] installation
reading sources... [ 66%] license
reading sources... [ 72%] logging
reading sources... [ 77%] mocking
reading sources... [ 83%] popen
reading sources... [ 88%] streams
reading sources... [ 94%] utilities
reading sources... [100%] warnings

looking for now-outdated files... none found
pickling environment... done
checking consistency... done
preparing documents... done
writing output... [  5%] api
writing output... [ 11%] changes
writing output... [ 16%] comparing
writing output... [ 22%] components
writing output... [ 27%] datetime
writing output... [ 33%] development
writing output... [ 38%] django
writing output... [ 44%] exceptions
writing output... [ 50%] files
writing output... [ 55%] index
writing output... [ 61%] installation
writing output... [ 66%] license
writing output... [ 72%] logging
writing output... [ 77%] mocking
writing output... [ 83%] popen
writing output... [ 88%] streams
writing output... [ 94%] utilities
writing output... [100%] warnings

/home/iurt/rpmbuild/BUILD/testfixtures-6.17.1/docs/exceptions.txt:13: WARNING: unknown keyword: with
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, 4 warnings.

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.ML1kxn
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64
+ cd testfixtures-6.17.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-testfixtures-6.17.1-2.mga9.aarch64
running install
running install_lib
creating /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr
creating /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib
creating /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9
creating /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages
creating /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
creating /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
creating /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django
copying build/lib/testfixtures/tests/test_django/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django
copying build/lib/testfixtures/tests/test_django/manage.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django
copying build/lib/testfixtures/tests/test_django/models.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django
copying build/lib/testfixtures/tests/test_django/settings.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django
copying build/lib/testfixtures/tests/test_django/test_compare.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django
copying build/lib/testfixtures/tests/test_django/test_shouldraise.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django
copying build/lib/testfixtures/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/conftest.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/sample1.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/sample2.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_compare.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_comparison.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_components.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_date.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_datetime.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_diff.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_generator.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_log_capture.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_logcapture.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_mappingcomparison.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_mock.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_outputcapture.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_popen.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_popen_docs.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_rangecomparison.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_replace.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_replacer.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_roundcomparison.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_sequencecomparison.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_should_raise.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_shouldwarn.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_stringcomparison.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_sybil.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_tempdir.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_tempdirectory.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_time.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_twisted.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/tests/test_wrap.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests
copying build/lib/testfixtures/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/comparison.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/compat.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/components.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/django.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/logcapture.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/mock.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/outputcapture.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/popen.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/replace.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/resolve.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/rmtree.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/shouldraise.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/shouldwarn.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/sybil.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/tdatetime.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/tempdirectory.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/twisted.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
copying build/lib/testfixtures/utils.py -> /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django/manage.py to manage.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django/models.py to models.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django/settings.py to settings.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django/test_compare.py to test_compare.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_django/test_shouldraise.py to test_shouldraise.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/conftest.py to conftest.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/sample1.py to sample1.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/sample2.py to sample2.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_compare.py to test_compare.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_comparison.py to test_comparison.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_components.py to test_components.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_date.py to test_date.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_datetime.py to test_datetime.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_diff.py to test_diff.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_generator.py to test_generator.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_log_capture.py to test_log_capture.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_logcapture.py to test_logcapture.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_mappingcomparison.py to test_mappingcomparison.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_mock.py to test_mock.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_outputcapture.py to test_outputcapture.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_popen.py to test_popen.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_popen_docs.py to test_popen_docs.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_rangecomparison.py to test_rangecomparison.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_replace.py to test_replace.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_replacer.py to test_replacer.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_roundcomparison.py to test_roundcomparison.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_sequencecomparison.py to test_sequencecomparison.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_should_raise.py to test_should_raise.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_shouldwarn.py to test_shouldwarn.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_stringcomparison.py to test_stringcomparison.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_sybil.py to test_sybil.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_tempdir.py to test_tempdir.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_tempdirectory.py to test_tempdirectory.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_time.py to test_time.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_twisted.py to test_twisted.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tests/test_wrap.py to test_wrap.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/comparison.py to comparison.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/compat.py to compat.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/components.py to components.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/django.py to django.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/logcapture.py to logcapture.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/mock.py to mock.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/outputcapture.py to outputcapture.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/popen.py to popen.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/replace.py to replace.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/resolve.py to resolve.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/rmtree.py to rmtree.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/shouldraise.py to shouldraise.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/shouldwarn.py to shouldwarn.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/sybil.py to sybil.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tdatetime.py to tdatetime.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/tempdirectory.py to tempdirectory.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/twisted.py to twisted.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures/utils.py to utils.cpython-39.pyc
writing byte-compilation script '/tmp/tmp1cp58mhz.py'
/usr/bin/python3 /tmp/tmp1cp58mhz.py
removing /tmp/tmp1cp58mhz.py
running install_egg_info
running egg_info
writing testfixtures.egg-info/PKG-INFO
writing dependency_links to testfixtures.egg-info/dependency_links.txt
writing requirements to testfixtures.egg-info/requires.txt
writing top-level names to testfixtures.egg-info/top_level.txt
reading manifest file 'testfixtures.egg-info/SOURCES.txt'
adding license file 'LICENSE.txt'
writing manifest file 'testfixtures.egg-info/SOURCES.txt'
Copying testfixtures.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/lib/python3.9/site-packages/testfixtures-6.17.1-py3.9.egg-info
running install_scripts
+ rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/bin/__pycache__
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 6.17.1-2.mga9 --unique-debug-suffix -6.17.1-2.mga9.aarch64 --unique-debug-src-base python-testfixtures-6.17.1-2.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/testfixtures-6.17.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-testfixtures-6.17.1-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-testfixtures-6.17.1-2.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.XO0a9p
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd testfixtures-6.17.1
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/share/doc/python3-testfixtures
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/share/doc/python3-testfixtures
+ cp -pr README.rst /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/share/doc/python3-testfixtures
+ cp -pr html /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/share/doc/python3-testfixtures
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%license): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.LBc86d
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd testfixtures-6.17.1
+ LICENSEDIR=/home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/share/licenses/python3-testfixtures
+ export LC_ALL=C
+ LC_ALL=C
+ export LICENSEDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/share/licenses/python3-testfixtures
+ cp -pr LICENSE.txt /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64/usr/share/licenses/python3-testfixtures
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-testfixtures = 6.17.1-2.mga9 python3-testfixtures = 6.17.1-2.mga9 python3.9-testfixtures = 6.17.1-2.mga9 python3.9dist(testfixtures) = 6.17.1 python3dist(testfixtures) = 6.17.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-testfixtures < 6.17.1-2.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-testfixtures-6.17.1-2.mga9.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.qkl1zn
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd testfixtures-6.17.1
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-testfixtures-6.17.1-2.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.gBzzPu
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf testfixtures-6.17.1
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!