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-pystache-0.5.4-3.mga9.src.rpm
Building target platforms: aarch64
Building for target aarch64
Executing(%prep): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.E5dePc
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ '[' 1 -eq 1 ']'
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf pystache-0.5.4
+ /usr/bin/gzip -dc /home/iurt/rpmbuild/SOURCES/pystache-0.5.4.tar.gz
+ /usr/bin/tar -xof -
+ STATUS=0
+ '[' 0 -ne 0 ']'
+ cd pystache-0.5.4
+ /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w .
+ rm -rf pystache.egg-info
+ '[' -f /usr/bin/pathfix3.9.py ']'
+ pathfix=/usr/bin/pathfix.py
+ '[' -z s ']'
+ shebang_flags=-kas
+ /usr/bin/pathfix.py -pni /usr/bin/python3 -kas .
recursedown('.')
recursedown('./pystache')
recursedown('./pystache/commands')
recursedown('./pystache/tests')
recursedown('./pystache/tests/data')
recursedown('./pystache/tests/data/locator')
recursedown('./pystache/tests/examples')
./setup.py: updating
./test_pystache.py: updating
./pystache/__init__.py: no change
./pystache/common.py: no change
./pystache/context.py: no change
./pystache/defaults.py: no change
./pystache/init.py: no change
./pystache/loader.py: no change
./pystache/locator.py: no change
./pystache/parsed.py: no change
./pystache/parser.py: no change
./pystache/renderengine.py: no change
./pystache/renderer.py: no change
./pystache/specloader.py: no change
./pystache/template_spec.py: no change
./pystache/commands/__init__.py: no change
./pystache/commands/render.py: no change
./pystache/commands/test.py: no change
./pystache/tests/__init__.py: no change
./pystache/tests/benchmark.py: updating
./pystache/tests/common.py: no change
./pystache/tests/doctesting.py: no change
./pystache/tests/main.py: no change
./pystache/tests/spectesting.py: no change
./pystache/tests/test___init__.py: no change
./pystache/tests/test_commands.py: no change
./pystache/tests/test_context.py: no change
./pystache/tests/test_defaults.py: no change
./pystache/tests/test_examples.py: no change
./pystache/tests/test_loader.py: no change
./pystache/tests/test_locator.py: no change
./pystache/tests/test_parser.py: no change
./pystache/tests/test_pystache.py: no change
./pystache/tests/test_renderengine.py: no change
./pystache/tests/test_renderer.py: no change
./pystache/tests/test_simple.py: no change
./pystache/tests/test_specloader.py: no change
./pystache/tests/data/__init__.py: no change
./pystache/tests/data/views.py: no change
./pystache/tests/data/locator/__init__.py: no change
./pystache/tests/examples/__init__.py: no change
./pystache/tests/examples/comments.py: no change
./pystache/tests/examples/complex.py: no change
./pystache/tests/examples/delimiters.py: no change
./pystache/tests/examples/double_section.py: no change
./pystache/tests/examples/escaped.py: no change
./pystache/tests/examples/inverted.py: no change
./pystache/tests/examples/lambdas.py: no change
./pystache/tests/examples/nested_context.py: no change
./pystache/tests/examples/partials_with_lambdas.py: no change
./pystache/tests/examples/readme.py: no change
./pystache/tests/examples/simple.py: no change
./pystache/tests/examples/template_partial.py: no change
./pystache/tests/examples/unescaped.py: no change
./pystache/tests/examples/unicode_input.py: no change
./pystache/tests/examples/unicode_output.py: no change
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%build): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.4pXXgh
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pystache-0.5.4
+ '[' 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'
pystache: using: version '57.4.0' of <module 'setuptools' from '/usr/lib/python3.9/site-packages/setuptools/__init__.py'>
Warning: 'classifiers' should be a list, got type 'tuple'
running build
running build_py
creating build
creating build/lib
creating build/lib/pystache
copying pystache/template_spec.py -> build/lib/pystache
copying pystache/specloader.py -> build/lib/pystache
copying pystache/renderer.py -> build/lib/pystache
copying pystache/renderengine.py -> build/lib/pystache
copying pystache/parser.py -> build/lib/pystache
copying pystache/parsed.py -> build/lib/pystache
copying pystache/locator.py -> build/lib/pystache
copying pystache/loader.py -> build/lib/pystache
copying pystache/init.py -> build/lib/pystache
copying pystache/defaults.py -> build/lib/pystache
copying pystache/context.py -> build/lib/pystache
copying pystache/common.py -> build/lib/pystache
copying pystache/__init__.py -> build/lib/pystache
creating build/lib/pystache/commands
copying pystache/commands/test.py -> build/lib/pystache/commands
copying pystache/commands/render.py -> build/lib/pystache/commands
copying pystache/commands/__init__.py -> build/lib/pystache/commands
creating build/lib/pystache/tests
copying pystache/tests/benchmark.py -> build/lib/pystache/tests
copying pystache/tests/test_specloader.py -> build/lib/pystache/tests
copying pystache/tests/test_simple.py -> build/lib/pystache/tests
copying pystache/tests/test_renderer.py -> build/lib/pystache/tests
copying pystache/tests/test_renderengine.py -> build/lib/pystache/tests
copying pystache/tests/test_pystache.py -> build/lib/pystache/tests
copying pystache/tests/test_parser.py -> build/lib/pystache/tests
copying pystache/tests/test_locator.py -> build/lib/pystache/tests
copying pystache/tests/test_loader.py -> build/lib/pystache/tests
copying pystache/tests/test_examples.py -> build/lib/pystache/tests
copying pystache/tests/test_defaults.py -> build/lib/pystache/tests
copying pystache/tests/test_context.py -> build/lib/pystache/tests
copying pystache/tests/test_commands.py -> build/lib/pystache/tests
copying pystache/tests/test___init__.py -> build/lib/pystache/tests
copying pystache/tests/spectesting.py -> build/lib/pystache/tests
copying pystache/tests/main.py -> build/lib/pystache/tests
copying pystache/tests/doctesting.py -> build/lib/pystache/tests
copying pystache/tests/common.py -> build/lib/pystache/tests
copying pystache/tests/__init__.py -> build/lib/pystache/tests
creating build/lib/pystache/tests/data
copying pystache/tests/data/views.py -> build/lib/pystache/tests/data
copying pystache/tests/data/__init__.py -> build/lib/pystache/tests/data
creating build/lib/pystache/tests/data/locator
copying pystache/tests/data/locator/__init__.py -> build/lib/pystache/tests/data/locator
creating build/lib/pystache/tests/examples
copying pystache/tests/examples/unicode_output.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/unicode_input.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/unescaped.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/template_partial.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/simple.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/readme.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/partials_with_lambdas.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/nested_context.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/lambdas.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/inverted.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/escaped.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/double_section.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/delimiters.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/complex.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/comments.py -> build/lib/pystache/tests/examples
copying pystache/tests/examples/__init__.py -> build/lib/pystache/tests/examples
copying pystache/tests/data/say_hello.mustache -> build/lib/pystache/tests/data
copying pystache/tests/data/sample_view.mustache -> build/lib/pystache/tests/data
copying pystache/tests/data/non_ascii.mustache -> build/lib/pystache/tests/data
copying pystache/tests/data/duplicate.mustache -> build/lib/pystache/tests/data
copying pystache/tests/data/ascii.mustache -> build/lib/pystache/tests/data
copying pystache/tests/data/locator/duplicate.mustache -> build/lib/pystache/tests/data/locator
copying pystache/tests/data/locator/template.txt -> build/lib/pystache/tests/data/locator
copying pystache/tests/examples/unicode_output.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/unicode_input.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/unescaped.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/template_partial.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/tagless.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/simple.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/say_hello.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/partial_with_partial_and_lambda.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/partial_with_lambda.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/partial_in_partial.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/nested_context.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/looping_partial.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/lambdas.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/inverted.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/inner_partial.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/escaped.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/double_section.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/delimiters.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/complex.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/comments.mustache -> build/lib/pystache/tests/examples
copying pystache/tests/examples/template_partial.txt -> build/lib/pystache/tests/examples
copying pystache/tests/examples/inner_partial.txt -> build/lib/pystache/tests/examples
/usr/lib/python3.9/site-packages/setuptools/lib2to3_ex.py:36: SetuptoolsDeprecationWarning: 2to3 support is deprecated. If the project still requires Python 2 support, please migrate to a single-codebase solution or employ an independent conversion process.
  warnings.warn(
Fixing build/lib/pystache/template_spec.py build/lib/pystache/specloader.py build/lib/pystache/renderer.py build/lib/pystache/renderengine.py build/lib/pystache/parser.py build/lib/pystache/parsed.py build/lib/pystache/locator.py build/lib/pystache/loader.py build/lib/pystache/init.py build/lib/pystache/defaults.py build/lib/pystache/context.py build/lib/pystache/common.py build/lib/pystache/__init__.py build/lib/pystache/commands/test.py build/lib/pystache/commands/render.py build/lib/pystache/commands/__init__.py build/lib/pystache/tests/benchmark.py build/lib/pystache/tests/test_specloader.py build/lib/pystache/tests/test_simple.py build/lib/pystache/tests/test_renderer.py build/lib/pystache/tests/test_renderengine.py build/lib/pystache/tests/test_pystache.py build/lib/pystache/tests/test_parser.py build/lib/pystache/tests/test_locator.py build/lib/pystache/tests/test_loader.py build/lib/pystache/tests/test_examples.py build/lib/pystache/tests/test_defaults.py build/lib/pystache/tests/test_context.py build/lib/pystache/tests/test_commands.py build/lib/pystache/tests/test___init__.py build/lib/pystache/tests/spectesting.py build/lib/pystache/tests/main.py build/lib/pystache/tests/doctesting.py build/lib/pystache/tests/common.py build/lib/pystache/tests/__init__.py build/lib/pystache/tests/data/views.py build/lib/pystache/tests/data/__init__.py build/lib/pystache/tests/data/locator/__init__.py build/lib/pystache/tests/examples/unicode_output.py build/lib/pystache/tests/examples/unicode_input.py build/lib/pystache/tests/examples/unescaped.py build/lib/pystache/tests/examples/template_partial.py build/lib/pystache/tests/examples/simple.py build/lib/pystache/tests/examples/readme.py build/lib/pystache/tests/examples/partials_with_lambdas.py build/lib/pystache/tests/examples/nested_context.py build/lib/pystache/tests/examples/lambdas.py build/lib/pystache/tests/examples/inverted.py build/lib/pystache/tests/examples/escaped.py build/lib/pystache/tests/examples/double_section.py build/lib/pystache/tests/examples/delimiters.py build/lib/pystache/tests/examples/complex.py build/lib/pystache/tests/examples/comments.py build/lib/pystache/tests/examples/__init__.py
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma
Fixing build/lib/pystache/template_spec.py build/lib/pystache/specloader.py build/lib/pystache/renderer.py build/lib/pystache/renderengine.py build/lib/pystache/parser.py build/lib/pystache/parsed.py build/lib/pystache/locator.py build/lib/pystache/loader.py build/lib/pystache/init.py build/lib/pystache/defaults.py build/lib/pystache/context.py build/lib/pystache/common.py build/lib/pystache/__init__.py build/lib/pystache/commands/test.py build/lib/pystache/commands/render.py build/lib/pystache/commands/__init__.py build/lib/pystache/tests/benchmark.py build/lib/pystache/tests/test_specloader.py build/lib/pystache/tests/test_simple.py build/lib/pystache/tests/test_renderer.py build/lib/pystache/tests/test_renderengine.py build/lib/pystache/tests/test_pystache.py build/lib/pystache/tests/test_parser.py build/lib/pystache/tests/test_locator.py build/lib/pystache/tests/test_loader.py build/lib/pystache/tests/test_examples.py build/lib/pystache/tests/test_defaults.py build/lib/pystache/tests/test_context.py build/lib/pystache/tests/test_commands.py build/lib/pystache/tests/test___init__.py build/lib/pystache/tests/spectesting.py build/lib/pystache/tests/main.py build/lib/pystache/tests/doctesting.py build/lib/pystache/tests/common.py build/lib/pystache/tests/__init__.py build/lib/pystache/tests/data/views.py build/lib/pystache/tests/data/__init__.py build/lib/pystache/tests/data/locator/__init__.py build/lib/pystache/tests/examples/unicode_output.py build/lib/pystache/tests/examples/unicode_input.py build/lib/pystache/tests/examples/unescaped.py build/lib/pystache/tests/examples/template_partial.py build/lib/pystache/tests/examples/simple.py build/lib/pystache/tests/examples/readme.py build/lib/pystache/tests/examples/partials_with_lambdas.py build/lib/pystache/tests/examples/nested_context.py build/lib/pystache/tests/examples/lambdas.py build/lib/pystache/tests/examples/inverted.py build/lib/pystache/tests/examples/escaped.py build/lib/pystache/tests/examples/double_section.py build/lib/pystache/tests/examples/delimiters.py build/lib/pystache/tests/examples/complex.py build/lib/pystache/tests/examples/comments.py build/lib/pystache/tests/examples/__init__.py
Skipping optional fixer: buffer
Skipping optional fixer: idioms
Skipping optional fixer: set_literal
Skipping optional fixer: ws_comma
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(%install): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.YdoLlt
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ '[' 1 -eq 1 ']'
+ '[' /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64 '!=' / ']'
+ rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64
++ dirname /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64
+ mkdir -p /home/iurt/rpmbuild/BUILDROOT
+ mkdir /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64
+ cd pystache-0.5.4
+ '[' 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-pystache-0.5.4-3.mga9.aarch64
pystache: using: version '57.4.0' of <module 'setuptools' from '/usr/lib/python3.9/site-packages/setuptools/__init__.py'>
Warning: 'classifiers' should be a list, got type 'tuple'
running install
running install_lib
creating /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr
creating /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib
creating /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9
creating /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages
creating /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
creating /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
creating /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/inner_partial.txt -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/template_partial.txt -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/comments.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/complex.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/delimiters.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/double_section.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/escaped.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/inner_partial.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/inverted.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/lambdas.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/looping_partial.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/nested_context.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/partial_in_partial.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/partial_with_lambda.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/partial_with_partial_and_lambda.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/say_hello.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/simple.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/tagless.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/template_partial.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/unescaped.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/unicode_input.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/unicode_output.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/comments.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/complex.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/delimiters.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/double_section.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/escaped.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/inverted.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/lambdas.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/nested_context.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/partials_with_lambdas.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/readme.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/simple.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/template_partial.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/unescaped.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/unicode_input.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
copying build/lib/pystache/tests/examples/unicode_output.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples
creating /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data
copying build/lib/pystache/tests/data/ascii.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data
copying build/lib/pystache/tests/data/duplicate.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data
copying build/lib/pystache/tests/data/non_ascii.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data
copying build/lib/pystache/tests/data/sample_view.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data
copying build/lib/pystache/tests/data/say_hello.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data
creating /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data/locator
copying build/lib/pystache/tests/data/locator/template.txt -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data/locator
copying build/lib/pystache/tests/data/locator/duplicate.mustache -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data/locator
copying build/lib/pystache/tests/data/locator/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data/locator
copying build/lib/pystache/tests/data/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data
copying build/lib/pystache/tests/data/views.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data
copying build/lib/pystache/tests/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/common.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/doctesting.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/main.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/spectesting.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test___init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test_commands.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test_context.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test_defaults.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test_examples.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test_loader.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test_locator.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test_parser.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test_pystache.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test_renderengine.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test_renderer.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test_simple.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/test_specloader.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
copying build/lib/pystache/tests/benchmark.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests
creating /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/commands
copying build/lib/pystache/commands/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/commands
copying build/lib/pystache/commands/render.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/commands
copying build/lib/pystache/commands/test.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/commands
copying build/lib/pystache/__init__.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
copying build/lib/pystache/common.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
copying build/lib/pystache/context.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
copying build/lib/pystache/defaults.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
copying build/lib/pystache/init.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
copying build/lib/pystache/loader.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
copying build/lib/pystache/locator.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
copying build/lib/pystache/parsed.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
copying build/lib/pystache/parser.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
copying build/lib/pystache/renderengine.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
copying build/lib/pystache/renderer.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
copying build/lib/pystache/specloader.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
copying build/lib/pystache/template_spec.py -> /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/comments.py to comments.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/complex.py to complex.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/delimiters.py to delimiters.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/double_section.py to double_section.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/escaped.py to escaped.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/inverted.py to inverted.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/lambdas.py to lambdas.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/nested_context.py to nested_context.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/partials_with_lambdas.py to partials_with_lambdas.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/readme.py to readme.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/simple.py to simple.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/template_partial.py to template_partial.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/unescaped.py to unescaped.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/unicode_input.py to unicode_input.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/examples/unicode_output.py to unicode_output.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data/locator/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/data/views.py to views.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/common.py to common.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/doctesting.py to doctesting.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/main.py to main.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/spectesting.py to spectesting.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test___init__.py to test___init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test_commands.py to test_commands.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test_context.py to test_context.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test_defaults.py to test_defaults.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test_examples.py to test_examples.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test_loader.py to test_loader.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test_locator.py to test_locator.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test_parser.py to test_parser.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test_pystache.py to test_pystache.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test_renderengine.py to test_renderengine.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test_renderer.py to test_renderer.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test_simple.py to test_simple.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/test_specloader.py to test_specloader.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/tests/benchmark.py to benchmark.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/commands/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/commands/render.py to render.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/commands/test.py to test.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/__init__.py to __init__.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/common.py to common.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/context.py to context.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/defaults.py to defaults.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/init.py to init.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/loader.py to loader.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/locator.py to locator.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/parsed.py to parsed.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/parser.py to parser.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/renderengine.py to renderengine.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/renderer.py to renderer.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/specloader.py to specloader.cpython-39.pyc
byte-compiling /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache/template_spec.py to template_spec.cpython-39.pyc
writing byte-compilation script '/tmp/tmp7p_4n51p.py'
/usr/bin/python3 /tmp/tmp7p_4n51p.py
removing /tmp/tmp7p_4n51p.py
running install_egg_info
running egg_info
creating pystache.egg-info
writing pystache.egg-info/PKG-INFO
writing dependency_links to pystache.egg-info/dependency_links.txt
writing entry points to pystache.egg-info/entry_points.txt
writing top-level names to pystache.egg-info/top_level.txt
writing manifest file 'pystache.egg-info/SOURCES.txt'
reading manifest file 'pystache.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
writing manifest file 'pystache.egg-info/SOURCES.txt'
Copying pystache.egg-info to /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/lib/python3.9/site-packages/pystache-0.5.4-py3.9.egg-info
running install_scripts
Installing pystache script to /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/bin
Installing pystache-test script to /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/bin
+ rm -rfv /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/bin/__pycache__
+ /usr/bin/find-debuginfo -j8 --strict-build-id -m -i --build-id-seed 0.5.4-3.mga9 --unique-debug-suffix -0.5.4-3.mga9.aarch64 --unique-debug-src-base python-pystache-0.5.4-3.mga9.aarch64 --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /home/iurt/rpmbuild/BUILD/pystache-0.5.4

+ /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-pystache-0.5.4-3.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.GZSwKB
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pystache-0.5.4
+ '[' 1 -eq 1 ']'
+ RPM_EC=0
++ jobs -p
+ exit 0
Processing files: python3-pystache-0.5.4-3.mga9.noarch
Executing(%doc): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.dquPsO
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pystache-0.5.4
+ DOCDIR=/home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/share/doc/python3-pystache
+ export LC_ALL=C
+ LC_ALL=C
+ export DOCDIR
+ /usr/bin/mkdir -p /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/share/doc/python3-pystache
+ cp -pr PKG-INFO /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/share/doc/python3-pystache
+ cp -pr HISTORY.md /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/share/doc/python3-pystache
+ cp -pr README.md /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/share/doc/python3-pystache
+ cp -pr LICENSE /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64/usr/share/doc/python3-pystache
+ RPM_EC=0
++ jobs -p
+ exit 0
Provides: python-pystache = 0.5.4-3.mga9 python3-pystache = 0.5.4-3.mga9 python3.9-pystache = 0.5.4-3.mga9 python3.9dist(pystache) = 0.5.4 python3dist(pystache) = 0.5.4
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(setuptools)
Obsoletes: python-pystache < 0.5.4-3.mga9
Checking for unpackaged file(s): /usr/lib/rpm/check-files /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64
Wrote: /home/iurt/rpmbuild/RPMS/noarch/python3-pystache-0.5.4-3.mga9.noarch.rpm
Executing(%clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.SyuYgG
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ cd pystache-0.5.4
+ /usr/bin/rm -rf /home/iurt/rpmbuild/BUILDROOT/python-pystache-0.5.4-3.mga9.aarch64
+ RPM_EC=0
++ jobs -p
+ exit 0
Executing(--clean): /bin/sh -e /home/iurt/rpmbuild/tmp/rpm-tmp.8Aha75
+ umask 022
+ cd /home/iurt/rpmbuild/BUILD
+ rm -rf pystache-0.5.4
+ RPM_EC=0
++ jobs -p
+ exit 0
D: [iurt_root_command] Success!