Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/pystache.spec'], False, '/var/lib/mock/cloud7-el7-build-877-1555/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/pystache.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/pystache-0.5.3-2.el7.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/pystache.spec'], False, '/var/lib/mock/cloud7-el7-build-877-1555/root/', None, 86400, True, False, 497, 135, None, False, {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/pystache.spec'] with env {'LANG': 'en_GB', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin'} Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0Pgc9I + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf pystache-0.5.3 + /usr/bin/gzip -dc /builddir/build/SOURCES/pystache-0.5.3.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd pystache-0.5.3 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -fvr pystache.egg-info removed 'pystache.egg-info/dependency_links.txt' removed 'pystache.egg-info/PKG-INFO' removed 'pystache.egg-info/entry_points.txt' removed 'pystache.egg-info/SOURCES.txt' removed 'pystache.egg-info/top_level.txt' removed directory: 'pystache.egg-info' Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.ZhPYaf + exit 0 + umask 022 + cd /builddir/build/BUILD + cd pystache-0.5.3 + /usr/bin/python setup.py build pystache: using: version '0.9.8' of running build running build_py creating build creating build/lib creating build/lib/pystache copying pystache/parser.py -> build/lib/pystache copying pystache/template_spec.py -> build/lib/pystache copying pystache/context.py -> build/lib/pystache copying pystache/renderengine.py -> build/lib/pystache copying pystache/__init__.py -> build/lib/pystache copying pystache/specloader.py -> build/lib/pystache copying pystache/parsed.py -> build/lib/pystache copying pystache/renderer.py -> build/lib/pystache copying pystache/locator.py -> build/lib/pystache copying pystache/init.py -> build/lib/pystache copying pystache/common.py -> build/lib/pystache copying pystache/defaults.py -> build/lib/pystache copying pystache/loader.py -> build/lib/pystache creating build/lib/pystache/commands copying pystache/commands/test.py -> build/lib/pystache/commands copying pystache/commands/__init__.py -> build/lib/pystache/commands copying pystache/commands/render.py -> build/lib/pystache/commands creating build/lib/pystache/tests copying pystache/tests/test_commands.py -> build/lib/pystache/tests copying pystache/tests/doctesting.py -> build/lib/pystache/tests copying pystache/tests/benchmark.py -> build/lib/pystache/tests copying pystache/tests/test_pystache.py -> build/lib/pystache/tests copying pystache/tests/test___init__.py -> build/lib/pystache/tests copying pystache/tests/main.py -> build/lib/pystache/tests copying pystache/tests/test_renderengine.py -> build/lib/pystache/tests copying pystache/tests/spectesting.py -> build/lib/pystache/tests copying pystache/tests/__init__.py -> build/lib/pystache/tests copying pystache/tests/test_simple.py -> build/lib/pystache/tests copying pystache/tests/test_specloader.py -> build/lib/pystache/tests copying pystache/tests/test_loader.py -> build/lib/pystache/tests copying pystache/tests/test_parser.py -> build/lib/pystache/tests copying pystache/tests/test_context.py -> build/lib/pystache/tests copying pystache/tests/common.py -> build/lib/pystache/tests copying pystache/tests/test_defaults.py -> build/lib/pystache/tests copying pystache/tests/test_renderer.py -> build/lib/pystache/tests copying pystache/tests/test_examples.py -> build/lib/pystache/tests copying pystache/tests/test_locator.py -> build/lib/pystache/tests creating build/lib/pystache/tests/data copying pystache/tests/data/__init__.py -> build/lib/pystache/tests/data copying pystache/tests/data/views.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/readme.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/nested_context.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/double_section.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_output.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/escaped.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/comments.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/unescaped.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/partials_with_lambdas.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/__init__.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/delimiters.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/lambdas.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/template_partial.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/inverted.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_input.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/simple.py -> build/lib/pystache/tests/examples copying pystache/tests/examples/complex.py -> build/lib/pystache/tests/examples copying pystache/tests/data/say_hello.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/ascii.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/non_ascii.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/sample_view.mustache -> build/lib/pystache/tests/data copying pystache/tests/data/duplicate.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/say_hello.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/unescaped.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/double_section.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/complex.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/inner_partial.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/looping_partial.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/comments.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/partial_with_lambda.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_output.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/simple.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/nested_context.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/inverted.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/lambdas.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_in_partial.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/template_partial.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/delimiters.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/escaped.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/unicode_input.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/tagless.mustache -> build/lib/pystache/tests/examples copying pystache/tests/examples/inner_partial.txt -> build/lib/pystache/tests/examples copying pystache/tests/examples/template_partial.txt -> build/lib/pystache/tests/examples + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.mAf8yL + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch ++ dirname /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch + cd pystache-0.5.3 + rm -rf /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch + /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch pystache: using: version '0.9.8' of running install running install_lib creating /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch creating /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr creating /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache copying build/lib/pystache/parser.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache copying build/lib/pystache/template_spec.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache copying build/lib/pystache/context.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache copying build/lib/pystache/renderengine.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache copying build/lib/pystache/__init__.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache copying build/lib/pystache/specloader.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache copying build/lib/pystache/parsed.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache copying build/lib/pystache/renderer.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache copying build/lib/pystache/locator.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache copying build/lib/pystache/init.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache creating /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/test_commands.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/doctesting.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/benchmark.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/test_pystache.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/test___init__.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests creating /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/say_hello.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/readme.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/nested_context.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/unescaped.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/double_section.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/unicode_output.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/inner_partial.txt -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/escaped.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/comments.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/double_section.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/unescaped.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/partials_with_lambdas.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/complex.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/inner_partial.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/__init__.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/looping_partial.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/comments.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/partial_with_lambda.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/delimiters.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/lambdas.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/template_partial.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/inverted.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/unicode_output.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/simple.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/unicode_input.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/nested_context.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/inverted.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/lambdas.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/partial_with_partial_and_lambda.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/partial_in_partial.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/template_partial.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/simple.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/template_partial.txt -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/complex.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/delimiters.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/escaped.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/unicode_input.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/examples/tagless.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples copying build/lib/pystache/tests/main.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/test_renderengine.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/spectesting.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/__init__.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/test_simple.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/test_specloader.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/test_loader.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/test_parser.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/test_context.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/common.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/test_defaults.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests creating /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data copying build/lib/pystache/tests/data/say_hello.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data copying build/lib/pystache/tests/data/ascii.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data copying build/lib/pystache/tests/data/non_ascii.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data copying build/lib/pystache/tests/data/__init__.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data copying build/lib/pystache/tests/data/views.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data creating /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data/locator copying build/lib/pystache/tests/data/locator/__init__.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data/locator copying build/lib/pystache/tests/data/locator/template.txt -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data/locator copying build/lib/pystache/tests/data/locator/duplicate.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data/locator copying build/lib/pystache/tests/data/sample_view.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data copying build/lib/pystache/tests/data/duplicate.mustache -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data copying build/lib/pystache/tests/test_renderer.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/test_examples.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/tests/test_locator.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests copying build/lib/pystache/common.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache copying build/lib/pystache/defaults.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache creating /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/commands copying build/lib/pystache/commands/test.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/commands copying build/lib/pystache/commands/__init__.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/commands copying build/lib/pystache/commands/render.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/commands copying build/lib/pystache/loader.py -> /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/template_spec.py to template_spec.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/context.py to context.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/renderengine.py to renderengine.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/specloader.py to specloader.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/parsed.py to parsed.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/renderer.py to renderer.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/locator.py to locator.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/init.py to init.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test_commands.py to test_commands.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/doctesting.py to doctesting.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/benchmark.py to benchmark.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test_pystache.py to test_pystache.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test___init__.py to test___init__.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/readme.py to readme.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/nested_context.py to nested_context.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/double_section.py to double_section.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/unicode_output.py to unicode_output.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/escaped.py to escaped.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/comments.py to comments.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/unescaped.py to unescaped.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/partials_with_lambdas.py to partials_with_lambdas.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/delimiters.py to delimiters.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/lambdas.py to lambdas.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/template_partial.py to template_partial.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/inverted.py to inverted.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/unicode_input.py to unicode_input.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/simple.py to simple.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/examples/complex.py to complex.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/main.py to main.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test_renderengine.py to test_renderengine.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/spectesting.py to spectesting.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test_simple.py to test_simple.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test_specloader.py to test_specloader.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test_loader.py to test_loader.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test_parser.py to test_parser.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test_context.py to test_context.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test_defaults.py to test_defaults.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data/views.py to views.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/data/locator/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test_renderer.py to test_renderer.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test_examples.py to test_examples.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/tests/test_locator.py to test_locator.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/common.py to common.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/defaults.py to defaults.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/commands/test.py to test.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/commands/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/commands/render.py to render.pyc byte-compiling /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache/loader.py to loader.pyc writing byte-compilation script '/tmp/tmpcCc6Ku.py' /usr/bin/python -O /tmp/tmpcCc6Ku.py removing /tmp/tmpcCc6Ku.py running install_egg_info running egg_info creating pystache.egg-info writing pystache.egg-info/PKG-INFO writing top-level names to pystache.egg-info/top_level.txt writing dependency_links to pystache.egg-info/dependency_links.txt writing entry points to pystache.egg-info/entry_points.txt writing manifest file 'pystache.egg-info/SOURCES.txt' reading manifest file 'pystache.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'pystache.egg-info/SOURCES.txt' Copying pystache.egg-info to /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/site-packages/pystache-0.5.3-py2.7.egg-info running install_scripts Installing pystache script to /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/bin Installing pystache-test script to /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/bin + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/pystache-0.5.3 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/lib/python2.7/ using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.SAejck + umask 022 + cd /builddir/build/BUILD + cd pystache-0.5.3 + /usr/bin/python -m pystache.commands.test ............................................................................................................................................................................................................................................................. pystache: running tests: argv: ['/builddir/build/BUILD/pystache-0.5.3/pystache/commands/test.py'] ---------------------------------------------------------------------- Ran 253 tests in 0.042s OK + exit 0 Processing files: pystache-0.5.3-2.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.ZCgPaT + umask 022 + cd /builddir/build/BUILD + cd pystache-0.5.3 + DOCDIR=/builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/share/doc/pystache-0.5.3 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/share/doc/pystache-0.5.3 + cp -pr PKG-INFO /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/share/doc/pystache-0.5.3 + cp -pr HISTORY.md /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/share/doc/pystache-0.5.3 + cp -pr README.md /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/share/doc/pystache-0.5.3 + cp -pr LICENSE /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch/usr/share/doc/pystache-0.5.3 + exit 0 Provides: pystache = 0.5.3-2.el7 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python python(abi) = 2.7 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch Wrote: /builddir/build/RPMS/pystache-0.5.3-2.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.pk31t8 + umask 022 + cd /builddir/build/BUILD + cd pystache-0.5.3 + /usr/bin/rm -rf /builddir/build/BUILDROOT/pystache-0.5.3-2.el7.noarch + exit 0 Child return code was: 0 LEAVE do -->