Mock Version: 1.1.41 Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target noarch --nodeps builddir/build/SPECS/python-jinja2.spec'], False, '/var/lib/mock/sclo6-devassist09-rh-el6-build-3680-5856/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/python-jinja2.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'} warning: Could not canonicalize hostname: c1bj.rdu2.centos.org Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target noarch --nodeps builddir/build/SPECS/python-jinja2.spec'], False, '/var/lib/mock/sclo6-devassist09-rh-el6-build-3680-5856/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/python-jinja2.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.dYaxx8 + umask 022 + cd /builddir/build/BUILD + LANG=C + export LANG + unset DISPLAY + cd /builddir/build/BUILD + rm -rf Jinja2-2.7.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/Jinja2-2.7.2.tar.gz + /bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Jinja2-2.7.2 + /bin/chmod -Rf a+rX,u+w,g-w,o-w . Patch #0 (python-jinja2-fix-CVE-2014-0012.patch): + echo 'Patch #0 (python-jinja2-fix-CVE-2014-0012.patch):' + /bin/cat /builddir/build/SOURCES/python-jinja2-fix-CVE-2014-0012.patch + /usr/bin/patch -p1 --fuzz=0 patching file jinja2/bccache.py + find . -name '*.pyo' -o -name '*.pyc' -delete + sed -i 's|\r$||g' LICENSE + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.NwNltd + umask 022 + cd /builddir/build/BUILD + cd Jinja2-2.7.2 + LANG=C + export LANG + unset DISPLAY + scl enable devassist09 ' /usr/bin/python setup.py build ' running build running build_py creating build creating build/lib creating build/lib/jinja2 copying jinja2/runtime.py -> build/lib/jinja2 copying jinja2/debug.py -> build/lib/jinja2 copying jinja2/exceptions.py -> build/lib/jinja2 copying jinja2/loaders.py -> build/lib/jinja2 copying jinja2/nodes.py -> build/lib/jinja2 copying jinja2/constants.py -> build/lib/jinja2 copying jinja2/_stringdefs.py -> build/lib/jinja2 copying jinja2/tests.py -> build/lib/jinja2 copying jinja2/__init__.py -> build/lib/jinja2 copying jinja2/environment.py -> build/lib/jinja2 copying jinja2/compiler.py -> build/lib/jinja2 copying jinja2/filters.py -> build/lib/jinja2 copying jinja2/parser.py -> build/lib/jinja2 copying jinja2/visitor.py -> build/lib/jinja2 copying jinja2/lexer.py -> build/lib/jinja2 copying jinja2/meta.py -> build/lib/jinja2 copying jinja2/utils.py -> build/lib/jinja2 copying jinja2/ext.py -> build/lib/jinja2 copying jinja2/_compat.py -> build/lib/jinja2 copying jinja2/bccache.py -> build/lib/jinja2 copying jinja2/defaults.py -> build/lib/jinja2 copying jinja2/sandbox.py -> build/lib/jinja2 copying jinja2/optimizer.py -> build/lib/jinja2 creating build/lib/jinja2/testsuite copying jinja2/testsuite/debug.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/loader.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/tests.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/__init__.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/bytecode_cache.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/doctests.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/filters.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/core_tags.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/security.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/lexnparse.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/inheritance.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/utils.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/ext.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/imports.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/regression.py -> build/lib/jinja2/testsuite copying jinja2/testsuite/api.py -> build/lib/jinja2/testsuite creating build/lib/jinja2/testsuite/res copying jinja2/testsuite/res/__init__.py -> build/lib/jinja2/testsuite/res running egg_info writing requirements to Jinja2.egg-info/requires.txt writing Jinja2.egg-info/PKG-INFO writing top-level names to Jinja2.egg-info/top_level.txt writing dependency_links to Jinja2.egg-info/dependency_links.txt writing entry points to Jinja2.egg-info/entry_points.txt reading manifest file 'Jinja2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'custom_fixers' warning: no previously-included files matching '*' found under directory 'docs/_build' warning: no previously-included files matching '*.pyc' found under directory 'jinja2' warning: no previously-included files matching '*.pyc' found under directory 'docs' warning: no previously-included files matching '*.pyo' found under directory 'jinja2' warning: no previously-included files matching '*.pyo' found under directory 'docs' writing manifest file 'Jinja2.egg-info/SOURCES.txt' creating build/lib/jinja2/testsuite/res/templates copying jinja2/testsuite/res/templates/broken.html -> build/lib/jinja2/testsuite/res/templates copying jinja2/testsuite/res/templates/syntaxerror.html -> build/lib/jinja2/testsuite/res/templates copying jinja2/testsuite/res/templates/test.html -> build/lib/jinja2/testsuite/res/templates creating build/lib/jinja2/testsuite/res/templates/foo copying jinja2/testsuite/res/templates/foo/test.html -> build/lib/jinja2/testsuite/res/templates/foo + scl enable devassist09 ' pushd docs make html popd ' ~/build/BUILD/Jinja2-2.7.2/docs ~/build/BUILD/Jinja2-2.7.2 sphinx-build -b html -d _build/doctrees . _build/html Making output directory... Running Sphinx v0.6.6 loading pickled environment... not found building [html]: targets for 12 source files that are out of date updating environment: 12 added, 0 changed, 0 removed reading sources... [ 8%] api reading sources... [ 16%] changelog reading sources... [ 25%] extensions reading sources... [ 33%] faq reading sources... [ 41%] index reading sources... [ 50%] integration reading sources... [ 58%] intro reading sources... [ 66%] latexindex reading sources... [ 75%] sandbox reading sources... [ 83%] switching reading sources... [ 91%] templates reading sources... [100%] tricks /builddir/build/BUILD/Jinja2-2.7.2/docs/api.rst:117: (WARNING/2) missing attribute select_template in object jinja2.Environment /builddir/build/BUILD/Jinja2-2.7.2/docs/api.rst:117: (WARNING/2) missing attribute get_or_select_template in object jinja2.Environment /builddir/build/BUILD/Jinja2-2.7.2/docs/api.rst:117: (WARNING/2) missing attribute compile_templates in object jinja2.Environment /builddir/build/BUILD/Jinja2-2.7.2/docs/api.rst:117: (WARNING/2) missing attribute list_templates in object jinja2.Environment /builddir/build/BUILD/Jinja2-2.7.2/docs/api.rst:117: (WARNING/2) missing attribute add_extension in object jinja2.Environment /builddir/build/BUILD/Jinja2-2.7.2/docs/api.rst:437: (WARNING/2) autodoc can't import/find class 'jinja2.ModuleLoader', it reported error: "ModuleLoader", please check your spelling and sys.path /builddir/build/BUILD/Jinja2-2.7.2/docs/api.rst:492: (WARNING/2) autodoc can't import/find function 'jinja2.evalcontextfilter', it reported error: "evalcontextfilter", please check your spelling and sys.path /builddir/build/BUILD/Jinja2-2.7.2/docs/api.rst:498: (WARNING/2) autodoc can't import/find function 'jinja2.evalcontextfunction', it reported error: "evalcontextfunction", please check your spelling and sys.path /builddir/build/BUILD/Jinja2-2.7.2/docs/api.rst:532: (WARNING/2) autodoc can't import/find exception 'jinja2.TemplatesNotFound', it reported error: "TemplatesNotFound", please check your spelling and sys.path /builddir/build/BUILD/Jinja2-2.7.2/docs/api.rst:665: (WARNING/2) autodoc can't import/find class 'jinja2.nodes.EvalContext', it reported error: "EvalContext", please check your spelling and sys.path /builddir/build/BUILD/Jinja2-2.7.2/docs/faq.rst:160: (WARNING/2) Title underline too short. My Macros are overridden by something ------------------------------------ /builddir/build/BUILD/Jinja2-2.7.2/docs/faq.rst:160: (WARNING/2) Title underline too short. My Macros are overridden by something ------------------------------------ /builddir/build/BUILD/Jinja2-2.7.2/docs/sandbox.rst:22: (WARNING/2) missing attribute default_binop_table in object jinja2.sandbox.SandboxedEnvironment /builddir/build/BUILD/Jinja2-2.7.2/docs/sandbox.rst:22: (WARNING/2) missing attribute default_unop_table in object jinja2.sandbox.SandboxedEnvironment /builddir/build/BUILD/Jinja2-2.7.2/docs/sandbox.rst:22: (WARNING/2) missing attribute intercepted_binops in object jinja2.sandbox.SandboxedEnvironment /builddir/build/BUILD/Jinja2-2.7.2/docs/sandbox.rst:22: (WARNING/2) missing attribute intercepted_unops in object jinja2.sandbox.SandboxedEnvironment /builddir/build/BUILD/Jinja2-2.7.2/docs/sandbox.rst:22: (WARNING/2) missing attribute call_binop in object jinja2.sandbox.SandboxedEnvironment /builddir/build/BUILD/Jinja2-2.7.2/docs/sandbox.rst:22: (WARNING/2) missing attribute call_unop in object jinja2.sandbox.SandboxedEnvironment /builddir/build/BUILD/Jinja2-2.7.2/docs/templates.rst:583: (WARNING/2) Inline interpreted text or phrase reference start-string without end-string. looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... /builddir/build/BUILD/Jinja2-2.7.2/docs/latexindex.rst:: WARNING: document isn't included in any toctree done writing output... [ 8%] api writing output... [ 16%] changelog writing output... [ 25%] extensions writing output... [ 33%] faq writing output... [ 41%] index Exception occurred: File "/usr/lib64/python2.6/site-packages/jinja2/utils.py", line 612, in __getitem__ rv = self._mapping[key] TypeError: unhashable type: 'list' The full traceback has been saved in /tmp/sphinx-err-bucmFs.log, if you want to report the issue to the developers. Please also report this if it was a user error, so that a better error message can be provided next time. Either send bugs to the mailing list at , or report them in the tracker at . Thanks! make: *** [html] Error 1 ~/build/BUILD/Jinja2-2.7.2 + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.btAQMs + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch ++ dirname /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch + cd Jinja2-2.7.2 + LANG=C + export LANG + unset DISPLAY + rm -rf /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch + scl enable devassist09 ' /usr/bin/python setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch --install-purelib /opt/rh/devassist09/root//usr/lib/python2.6/site-packages ' running install running install_lib creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09 creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/lib creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/lib/python2.6 creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/lib/python2.6/site-packages creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/runtime.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/debug.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/exceptions.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/loaders.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/nodes.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/constants.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/_stringdefs.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/tests.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/__init__.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/environment.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/compiler.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/filters.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/parser.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/visitor.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/lexer.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/meta.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/utils.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/ext.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/debug.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/loader.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/tests.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/__init__.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/bytecode_cache.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/doctests.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/filters.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/core_tags.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/lib/python2.6/site-packages/jinja2/testsuite/res copying build/lib/jinja2/testsuite/res/__init__.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/res creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/lib/python2.6/site-packages/jinja2/testsuite/res/templates copying build/lib/jinja2/testsuite/res/templates/broken.html -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/res/templates creating /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/lib/python2.6/site-packages/jinja2/testsuite/res/templates/foo copying build/lib/jinja2/testsuite/res/templates/foo/test.html -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/res/templates/foo copying build/lib/jinja2/testsuite/res/templates/syntaxerror.html -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/res/templates copying build/lib/jinja2/testsuite/res/templates/test.html -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/res/templates copying build/lib/jinja2/testsuite/security.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/lexnparse.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/inheritance.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/utils.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/ext.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/imports.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/regression.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/testsuite/api.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite copying build/lib/jinja2/_compat.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/bccache.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/defaults.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/sandbox.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 copying build/lib/jinja2/optimizer.py -> /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2 byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/runtime.py to runtime.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/loaders.py to loaders.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/nodes.py to nodes.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/constants.py to constants.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/_stringdefs.py to _stringdefs.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/environment.py to environment.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/compiler.py to compiler.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/filters.py to filters.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/parser.py to parser.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/visitor.py to visitor.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/lexer.py to lexer.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/meta.py to meta.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/ext.py to ext.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/debug.py to debug.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/loader.py to loader.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/tests.py to tests.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/bytecode_cache.py to bytecode_cache.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/doctests.py to doctests.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/filters.py to filters.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/core_tags.py to core_tags.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/res/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/security.py to security.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/lexnparse.py to lexnparse.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/inheritance.py to inheritance.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/ext.py to ext.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/imports.py to imports.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/regression.py to regression.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/testsuite/api.py to api.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/_compat.py to _compat.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/bccache.py to bccache.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/defaults.py to defaults.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/sandbox.py to sandbox.pyc byte-compiling /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/jinja2/optimizer.py to optimizer.pyc writing byte-compilation script '/tmp/tmpYr9W1a.py' /usr/bin/python -O /tmp/tmpYr9W1a.py removing /tmp/tmpYr9W1a.py running install_egg_info running egg_info writing requirements to Jinja2.egg-info/requires.txt writing Jinja2.egg-info/PKG-INFO writing top-level names to Jinja2.egg-info/top_level.txt writing dependency_links to Jinja2.egg-info/dependency_links.txt writing entry points to Jinja2.egg-info/entry_points.txt reading manifest file 'Jinja2.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*' under directory 'custom_fixers' warning: no previously-included files matching '*.pyc' found under directory 'jinja2' warning: no previously-included files matching '*.pyo' found under directory 'jinja2' warning: no previously-included files matching '*.pyo' found under directory 'docs' writing manifest file 'Jinja2.egg-info/SOURCES.txt' Copying Jinja2.egg-info to /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root//usr/lib/python2.6/site-packages/Jinja2-2.7.2-py2.6.egg-info running install_scripts + rm -rf docs/_build/html/.buildinfo + /usr/lib/rpm/find-debuginfo.sh --strict-build-id /builddir/build/BUILD/Jinja2-2.7.2 + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/devassist09/root + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-scl-python-bytecompile /usr/bin/python /opt/rh/devassist09/root + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.HCe5JJ + umask 022 + cd /builddir/build/BUILD + cd Jinja2-2.7.2 + unset DISPLAY + scl enable devassist09 ' make test ' python run-tests.py ........................................................................................................................................................................................................................................................................................................................................ ---------------------------------------------------------------------- Ran 328 tests in 1.014s OK + exit 0 Processing files: devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.vE69F3 + umask 022 + cd /builddir/build/BUILD + cd Jinja2-2.7.2 + DOCDIR=/builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-python-jinja2-2.7.2 + export DOCDIR + rm -rf /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-python-jinja2-2.7.2 + /bin/mkdir -p /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-python-jinja2-2.7.2 + cp -pr AUTHORS CHANGES LICENSE /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-python-jinja2-2.7.2 + cp -pr docs/_build/html /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-python-jinja2-2.7.2 + cp -pr ext /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-python-jinja2-2.7.2 + cp -pr examples /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch/opt/rh/devassist09/root/usr/share/doc/devassist09-python-jinja2-2.7.2 + exit 0 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: python(abi) = 2.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch warning: Could not canonicalize hostname: c1bj.rdu2.centos.org Wrote: /builddir/build/RPMS/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.L13hWV + umask 022 + cd /builddir/build/BUILD + cd Jinja2-2.7.2 + rm -rf /builddir/build/BUILDROOT/devassist09-python-jinja2-2.7.2-0.bootstrap1.1.el6.noarch + exit 0 Child return code was: 0 LEAVE do -->