Mock Version: 1.1.41 ENTER do(['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-chameleon.spec'], False, '/var/lib/mock/epel-7-x86_64-mockbuilder-1724/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bs --target x86_64 --nodeps builddir/build/SPECS/python-chameleon.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'} warning: Could not canonicalize hostname: i-0001a7c1 Building target platforms: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/devpi21-python-chameleon-2.16-2.el7.centos.src.rpm Child return code was: 0 LEAVE do --> ENTER do(['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-chameleon.spec'], False, '/var/lib/mock/epel-7-x86_64-mockbuilder-1724/root/', None, 0, True, False, 500, 135, None, False, {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'}, logger=) Executing command: ['bash', '--login', '-c', 'rpmbuild -bb --target x86_64 --nodeps builddir/build/SPECS/python-chameleon.spec'] with env {'LANG': 'en_US.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'CCACHE_DIR': '/tmp/ccache', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'echo -n ""', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'CCACHE_UMASK': '002'} Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.xx1jQs + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf Chameleon-2.16 + /usr/bin/gzip -dc /builddir/build/SOURCES/Chameleon-2.16.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd Chameleon-2.16 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.iJTjmT + umask 022 + cd /builddir/build/BUILD + cd Chameleon-2.16 + scl enable devpi21 - running build running build_py creating build creating build/lib creating build/lib/chameleon copying src/chameleon/tales.py -> build/lib/chameleon copying src/chameleon/interfaces.py -> build/lib/chameleon copying src/chameleon/compiler.py -> build/lib/chameleon copying src/chameleon/astutil.py -> build/lib/chameleon copying src/chameleon/codegen.py -> build/lib/chameleon copying src/chameleon/i18n.py -> build/lib/chameleon copying src/chameleon/exc.py -> build/lib/chameleon copying src/chameleon/nodes.py -> build/lib/chameleon copying src/chameleon/parser.py -> build/lib/chameleon copying src/chameleon/py25.py -> build/lib/chameleon copying src/chameleon/config.py -> build/lib/chameleon copying src/chameleon/metal.py -> build/lib/chameleon copying src/chameleon/program.py -> build/lib/chameleon copying src/chameleon/utils.py -> build/lib/chameleon copying src/chameleon/namespaces.py -> build/lib/chameleon copying src/chameleon/benchmark.py -> build/lib/chameleon copying src/chameleon/ast25.py -> build/lib/chameleon copying src/chameleon/py26.py -> build/lib/chameleon copying src/chameleon/template.py -> build/lib/chameleon copying src/chameleon/__init__.py -> build/lib/chameleon copying src/chameleon/loader.py -> build/lib/chameleon copying src/chameleon/tal.py -> build/lib/chameleon copying src/chameleon/tokenize.py -> build/lib/chameleon creating build/lib/chameleon/tests copying src/chameleon/tests/test_templates.py -> build/lib/chameleon/tests copying src/chameleon/tests/test_parser.py -> build/lib/chameleon/tests copying src/chameleon/tests/test_loader.py -> build/lib/chameleon/tests copying src/chameleon/tests/test_doctests.py -> build/lib/chameleon/tests copying src/chameleon/tests/test_sniffing.py -> build/lib/chameleon/tests copying src/chameleon/tests/test_tokenizer.py -> build/lib/chameleon/tests copying src/chameleon/tests/test_exc.py -> build/lib/chameleon/tests copying src/chameleon/tests/__init__.py -> build/lib/chameleon/tests creating build/lib/chameleon/zpt copying src/chameleon/zpt/program.py -> build/lib/chameleon/zpt copying src/chameleon/zpt/template.py -> build/lib/chameleon/zpt copying src/chameleon/zpt/__init__.py -> build/lib/chameleon/zpt copying src/chameleon/zpt/loader.py -> build/lib/chameleon/zpt running egg_info writing src/Chameleon.egg-info/PKG-INFO writing top-level names to src/Chameleon.egg-info/top_level.txt writing dependency_links to src/Chameleon.egg-info/dependency_links.txt reading manifest file 'src/Chameleon.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/Chameleon.egg-info/SOURCES.txt' creating build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/001-interpolation.txt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/001-interpolation.txt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/001-variable-scope.html -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/001-variable-scope.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/001-variable-scope.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/001.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/002-repeat-scope.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/002-repeat-scope.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/002.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/003-content.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/003-content.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/003.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/004-attributes.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/004-attributes.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/004.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/005-default.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/005-default.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/005.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/006-attribute-interpolation.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/006-attribute-interpolation.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/006.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/007-content-interpolation.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/007-content-interpolation.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/007.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/008-builtins.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/008-builtins.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/008.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/009-literals.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/009-literals.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/009.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/010-structure.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/010-structure.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/010.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/011-messages.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/011-messages.pt-en.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/011-messages.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/011.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/012-translation.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/012-translation.pt-en.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/012-translation.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/012.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/013-repeat-nested.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/013-repeat-nested.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/013.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/014-repeat-nested-similar.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/014-repeat-nested-similar.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/014.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/015-translation-nested.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/015-translation-nested.pt-en.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/015-translation-nested.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/015.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/016-explicit-translation.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/016-explicit-translation.pt-en.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/016-explicit-translation.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/016.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/017-omit-tag.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/017-omit-tag.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/017.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/018-translation-nested-dynamic.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/018-translation-nested-dynamic.pt-en.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/018-translation-nested-dynamic.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/018.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/019-replace.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/019-replace.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/019.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/020-on-error.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/020-on-error.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/020.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/021-translation-domain.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/021-translation-domain.pt-en.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/021-translation-domain.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/021.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/022-switch.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/022-switch.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/022.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/023-condition.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/023-condition.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/023.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/024-namespace-elements.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/024-namespace-elements.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/024.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/025-repeat-whitespace.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/025-repeat-whitespace.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/025.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/026-repeat-variable.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/026-repeat-variable.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/026.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/027-attribute-replacement.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/027-attribute-replacement.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/027.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/028-attribute-toggle.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/028-attribute-toggle.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/028.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/029-attribute-ordering.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/029-attribute-ordering.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/029.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/030-repeat-tuples.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/030-repeat-tuples.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/030.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/031-namespace-with-tal.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/031-namespace-with-tal.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/031.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/032-master-template.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/032-master-template.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/032.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/033-use-macro-trivial.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/033-use-macro-trivial.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/033.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/034-use-template-as-macro.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/034-use-template-as-macro.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/034.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/035-use-macro-with-fill-slot.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/035-use-macro-with-fill-slot.pt.py -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/035.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/036-use-macro-inherits-dynamic-scope.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/036.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/037-use-macro-local-variable-scope.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/037.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/038-use-macro-globals.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/038.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/039-globals.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/039.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/040-macro-using-template-symbol.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/040.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/041-translate-nested-names.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/041.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/042-use-macro-fill-footer.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/042.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/043-macro-nested-dynamic-vars.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/043.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/044-tuple-define.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/044.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/045-namespaces.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/045.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/046-extend-macro.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/046.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/047-use-extended-macro.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/047.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/048-use-extended-macro-fill-original.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/048.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/049-entities-in-attributes.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/049.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/050-define-macro-and-use-not-extend.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/050.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/051-use-non-extended-macro.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/051.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/052-i18n-domain-inside-filled-slot.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/052.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/053-special-characters-in-attributes.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/053.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/054-import-expression.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/054.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/055-attribute-fallback-to-dict-lookup.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/055.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/056-comment-attribute.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/056.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/057-order.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/057.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/058-script.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/058.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/059-embedded-javascript.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/059.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/060-macro-with-multiple-same-slots.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/060.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/061-fill-one-slot-but-two-defined.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/061.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/062-comments-and-expressions.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/062.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/063-continuation.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/063.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/064-tags-and-special-characters.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/064.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/065-use-macro-in-fill.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/065.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/066-load-expression.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/066.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/067-attribute-decode.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/067.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/068-less-than-greater-than-in-attributes.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/068.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/069-translation-domain-and-macro.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/069.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/070-translation-domain-and-use-macro.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/070.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/071-html-attribute-defaults.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/071.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/072-repeat-interpolation.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/072.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/073-utf8-encoded.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/073.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/074-encoded-template.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/074.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/075-nested-macros.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/075.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/076-nested-macro-override.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/076.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/077-i18n-attributes.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/077.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/078-tags-and-newlines.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/078.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/079-implicit-i18n.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/079.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/080-xmlns-namespace-on-tal.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/080.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/081-load-spec.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/081.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/082-load-spec-computed.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/082.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/083-template-dict-to-macro.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/083.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/084-interpolation-in-cdata.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/084.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/085-nested-translation.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/085.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/086-self-closing.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/086.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/087-code-blocks.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/087.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/088-python-newlines.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/088.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/089-load-fallback.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/089.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/090-tuple-expression.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/090.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/091-repeat-none.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/091.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/092.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/093.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/094.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/095.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/096.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/097.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/098.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/099.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/100.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/101-unclosed-tags.html -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/101.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/102-unquoted-attributes.html -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/102.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/103-simple-attribute.html -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/103.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/104.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/105.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/106.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/107.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/108.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/109.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/110.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/111.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/112.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/113.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/114.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/115.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/116.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/117.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/118.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/119.xml -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/greeting.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/hello_world.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/hello_world.txt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/hello_world.txt.py -> build/lib/chameleon/tests/inputs creating build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/001.html -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/001.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/001.txt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/002.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/003.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/004.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/005.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/006.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/007.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/008.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/009.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/010.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/011-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/011.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/012-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/012.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/013.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/014.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/015-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/015.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/016-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/016.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/017.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/018-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/018.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/019.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/020.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/021-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/021.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/022.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/023.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/024.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/025.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/026.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/027.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/028.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/029.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/030.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/031.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/032.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/033.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/034.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/035.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/036.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/037.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/038.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/039.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/040.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/041.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/042.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/043.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/044.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/045.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/046.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/047.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/048.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/049.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/050.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/051.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/052.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/053.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/054.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/055.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/056.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/057.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/058.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/059.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/060.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/061.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/062.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/063.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/064.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/065.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/066.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/067.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/068.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/069-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/069.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/070-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/070.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/071.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/072.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/073.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/074.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/075.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/076.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/077-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/077.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/078.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/079-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/079.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/080.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/081.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/082.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/083.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/084.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/085-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/085.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/086.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/087.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/088.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/089.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/090.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/091.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/101.html -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/102.html -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/103.html -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/greeting.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/hello_world.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/hello_world.txt -> build/lib/chameleon/tests/outputs sphinx-build -b html -d _build/doctrees docs _build/html Running Sphinx v1.1.3 loading pickled environment... failed: [Errno 2] No such file or directory: '/builddir/build/BUILD/Chameleon-2.16/_build/doctrees/environment.pickle' building [html]: targets for 5 source files that are out of date updating environment: 5 added, 0 changed, 0 removed reading sources... [ 20%] configuration reading sources... [ 40%] index reading sources... [ 60%] integration reading sources... [ 80%] library reading sources... [100%] reference looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 20%] configuration writing output... [ 40%] index writing output... [ 60%] integration writing output... [ 80%] library writing output... [100%] reference writing additional files... genindex py-modindex search copying static files... done dumping search index... done dumping object inventory... done build succeeded. Making output directory... Build finished. The HTML pages are in _build/html. + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.jcIKqu + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64 ++ dirname /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64 + cd Chameleon-2.16 + scl enable devpi21 - running install running install_lib creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21 creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3 creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/tales.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/interfaces.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/119.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/116.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/065.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/064-tags-and-special-characters.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/095.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/030-repeat-tuples.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/021-translation-domain.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/049.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/034-use-template-as-macro.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/004.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/004-attributes.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/026.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/019-replace.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/001-interpolation.txt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/019.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/044-tuple-define.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/061-fill-one-slot-but-two-defined.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/022.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/103.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/040-macro-using-template-symbol.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/039.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/017-omit-tag.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/066.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/047-use-extended-macro.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/042-use-macro-fill-footer.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/037-use-macro-local-variable-scope.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/009.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/096.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/054.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/021.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/115.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/020.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/082.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/074-encoded-template.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/072-repeat-interpolation.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/050.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/070.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/022-switch.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/026-repeat-variable.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/107.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/111.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/080-xmlns-namespace-on-tal.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/100.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/038.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/057.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/062.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/018.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/104.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/103-simple-attribute.html -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/021-translation-domain.pt-en.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/025.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/011-messages.pt-en.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/046.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/016-explicit-translation.pt-en.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/042.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/012-translation.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/019-replace.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/002.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/075.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/020-on-error.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/089-load-fallback.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/090.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/051-use-non-extended-macro.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/012-translation.pt-en.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/101-unclosed-tags.html -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/009-literals.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/008-builtins.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/072.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/012.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/088-python-newlines.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/091-repeat-none.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/067.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/030-repeat-tuples.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/118.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/058-script.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/089.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/086-self-closing.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/108.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/053-special-characters-in-attributes.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/011-messages.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/031-namespace-with-tal.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/092.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/001-variable-scope.html -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/041.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/001-variable-scope.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/099.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/073.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/083.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/009-literals.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/005.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/011-messages.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/024-namespace-elements.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/035.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/003-content.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/022-switch.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/070-translation-domain-and-use-macro.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/101.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/071.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/018-translation-nested-dynamic.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/001-variable-scope.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/040.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/hello_world.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/greeting.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/105.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/045-namespaces.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/017.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/079-implicit-i18n.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/038-use-macro-globals.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/014.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/013.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/010.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/002-repeat-scope.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/110.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/002-repeat-scope.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/021-translation-domain.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/032.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/006-attribute-interpolation.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/017-omit-tag.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/080.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/007-content-interpolation.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/086.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/093.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/091.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/074.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/032-master-template.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/020-on-error.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/098.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/014-repeat-nested-similar.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/015-translation-nested.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/hello_world.txt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/081.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/069.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/061.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/023-condition.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/027-attribute-replacement.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/047.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/077-i18n-attributes.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/018-translation-nested-dynamic.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/015-translation-nested.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/023-condition.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/025-repeat-whitespace.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/033.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/035-use-macro-with-fill-slot.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/016-explicit-translation.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/005-default.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/068.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/106.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/033-use-macro-trivial.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/029-attribute-ordering.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/006.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/001.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/075-nested-macros.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/094.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/112.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/031.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/071-html-attribute-defaults.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/069-translation-domain-and-macro.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/077.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/078.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/025-repeat-whitespace.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/034-use-template-as-macro.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/030.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/102.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/027.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/102-unquoted-attributes.html -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/031-namespace-with-tal.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/046-extend-macro.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/016-explicit-translation.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/078-tags-and-newlines.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/083-template-dict-to-macro.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/063-continuation.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/055-attribute-fallback-to-dict-lookup.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/090-tuple-expression.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/029-attribute-ordering.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/056.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/059.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/023.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/059-embedded-javascript.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/010-structure.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/051.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/073-utf8-encoded.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/097.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/058.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/067-attribute-decode.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/057-order.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/044.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/062-comments-and-expressions.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/027-attribute-replacement.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/087.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/052-i18n-domain-inside-filled-slot.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/016.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/013-repeat-nested.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/041-translate-nested-names.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/053.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/066-load-expression.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/079.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/065-use-macro-in-fill.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/060.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/064.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/052.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/076.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/007-content-interpolation.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/055.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/029.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/008.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/054-import-expression.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/011.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/015-translation-nested.pt-en.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/063.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/005-default.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/034.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/085.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/084.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/032-master-template.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/043-macro-nested-dynamic-vars.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/087-code-blocks.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/088.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/048.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/113.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/hello_world.txt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/043.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/068-less-than-greater-than-in-attributes.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/076-nested-macro-override.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/109.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/036.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/028-attribute-toggle.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/039-globals.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/003.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/024-namespace-elements.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/060-macro-with-multiple-same-slots.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/028-attribute-toggle.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/003-content.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/004-attributes.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/084-interpolation-in-cdata.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/008-builtins.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/018-translation-nested-dynamic.pt-en.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/035-use-macro-with-fill-slot.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/056-comment-attribute.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/081-load-spec.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/033-use-macro-trivial.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/026-repeat-variable.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/082-load-spec-computed.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/015.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/013-repeat-nested.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/010-structure.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/048-use-extended-macro-fill-original.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/114.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/085-nested-translation.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/006-attribute-interpolation.pt.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/037.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/012-translation.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/028.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/001-interpolation.txt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/024.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/036-use-macro-inherits-dynamic-scope.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/050-define-macro-and-use-not-extend.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/117.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/014-repeat-nested-similar.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/045.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/007.xml -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/049-entities-in-attributes.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/001.html -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/012-en.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/034.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/017.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/014.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/011.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/004.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/031.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/016-en.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/084.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/012.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/052.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/035.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/070-en.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/009.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/080.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/085-en.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/055.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/045.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/057.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/071.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/030.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/065.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/103.html -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/063.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/088.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/060.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/090.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/091.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/058.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/044.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/040.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/073.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/029.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/028.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/083.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/054.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/066.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/006.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/050.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/003.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/068.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/064.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/038.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/025.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/075.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/hello_world.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/greeting.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/076.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/101.html -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/102.html -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/078.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/021.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/010.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/081.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/043.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/024.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/016.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/hello_world.txt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/020.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/069.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/048.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/062.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/021-en.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/026.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/059.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/039.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/015.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/019.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/033.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/037.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/074.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/086.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/001.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/056.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/042.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/001.txt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/027.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/061.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/011-en.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/008.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/082.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/077-en.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/013.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/077.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/015-en.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/005.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/049.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/072.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/002.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/047.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/036.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/046.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/067.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/041.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/032.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/051.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/053.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/079.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/089.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/069-en.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/022.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/018.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/087.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/007.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/070.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/023.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/085.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/079-en.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/018-en.pt -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/test_templates.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests copying build/lib/chameleon/tests/test_parser.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests copying build/lib/chameleon/tests/test_loader.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests copying build/lib/chameleon/tests/test_doctests.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests copying build/lib/chameleon/tests/test_sniffing.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests copying build/lib/chameleon/tests/test_tokenizer.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests copying build/lib/chameleon/tests/test_exc.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests copying build/lib/chameleon/tests/__init__.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests copying build/lib/chameleon/compiler.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/astutil.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/codegen.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/i18n.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/exc.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/nodes.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon creating /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/zpt copying build/lib/chameleon/zpt/program.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/zpt copying build/lib/chameleon/zpt/template.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/zpt copying build/lib/chameleon/zpt/__init__.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/zpt copying build/lib/chameleon/zpt/loader.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/zpt copying build/lib/chameleon/parser.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/py25.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/config.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/metal.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/program.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/utils.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/namespaces.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/benchmark.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/ast25.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/py26.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/template.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/__init__.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/loader.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/tal.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon copying build/lib/chameleon/tokenize.py -> /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tales.py to tales.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/interfaces.py to interfaces.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/030-repeat-tuples.pt.py to 030-repeat-tuples.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/021-translation-domain.pt.py to 021-translation-domain.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/001-interpolation.txt.py to 001-interpolation.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/017-omit-tag.pt.py to 017-omit-tag.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/022-switch.pt.py to 022-switch.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/011-messages.pt-en.py to 011-messages.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/016-explicit-translation.pt-en.py to 016-explicit-translation.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/012-translation.pt.py to 012-translation.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/019-replace.pt.py to 019-replace.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/009-literals.pt.py to 009-literals.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/008-builtins.pt.py to 008-builtins.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/001-variable-scope.pt.py to 001-variable-scope.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/003-content.pt.py to 003-content.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/018-translation-nested-dynamic.pt.py to 018-translation-nested-dynamic.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/002-repeat-scope.pt.py to 002-repeat-scope.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/032-master-template.pt.py to 032-master-template.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/020-on-error.pt.py to 020-on-error.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/014-repeat-nested-similar.pt.py to 014-repeat-nested-similar.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/015-translation-nested.pt.py to 015-translation-nested.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/023-condition.pt.py to 023-condition.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/027-attribute-replacement.pt.py to 027-attribute-replacement.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/025-repeat-whitespace.pt.py to 025-repeat-whitespace.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/035-use-macro-with-fill-slot.pt.py to 035-use-macro-with-fill-slot.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/005-default.pt.py to 005-default.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/033-use-macro-trivial.pt.py to 033-use-macro-trivial.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/029-attribute-ordering.pt.py to 029-attribute-ordering.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/034-use-template-as-macro.pt.py to 034-use-template-as-macro.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/031-namespace-with-tal.pt.py to 031-namespace-with-tal.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/013-repeat-nested.pt.py to 013-repeat-nested.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/007-content-interpolation.pt.py to 007-content-interpolation.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/hello_world.txt.py to hello_world.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/028-attribute-toggle.pt.py to 028-attribute-toggle.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/024-namespace-elements.pt.py to 024-namespace-elements.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/004-attributes.pt.py to 004-attributes.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/026-repeat-variable.pt.py to 026-repeat-variable.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/010-structure.pt.py to 010-structure.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/inputs/006-attribute-interpolation.pt.py to 006-attribute-interpolation.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/test_templates.py to test_templates.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/test_parser.py to test_parser.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/test_loader.py to test_loader.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/test_doctests.py to test_doctests.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/test_sniffing.py to test_sniffing.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/test_tokenizer.py to test_tokenizer.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/test_exc.py to test_exc.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/compiler.py to compiler.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/astutil.py to astutil.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/codegen.py to codegen.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/i18n.py to i18n.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/exc.py to exc.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/nodes.py to nodes.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/zpt/program.py to program.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/zpt/template.py to template.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/zpt/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/zpt/loader.py to loader.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/parser.py to parser.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/py25.py to py25.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/config.py to config.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/metal.py to metal.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/program.py to program.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/utils.py to utils.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/namespaces.py to namespaces.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/benchmark.py to benchmark.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/ast25.py to ast25.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/py26.py to py26.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/template.py to template.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/__init__.py to __init__.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/loader.py to loader.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tal.py to tal.cpython-33.pyc byte-compiling /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tokenize.py to tokenize.cpython-33.pyc running install_egg_info running egg_info writing dependency_links to src/Chameleon.egg-info/dependency_links.txt writing src/Chameleon.egg-info/PKG-INFO writing top-level names to src/Chameleon.egg-info/top_level.txt reading manifest file 'src/Chameleon.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/Chameleon.egg-info/SOURCES.txt' Copying src/Chameleon.egg-info to /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/Chameleon-2.16-py3.3.egg-info running install_scripts + rm -rf /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/docs + rm -rf /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon/tests + find /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/lib/python3.3/site-packages/chameleon -name '*.txt' -exec rm '{}' ';' + mv _build/html . + rm -rf html/.buildinfo + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 110000000 /builddir/build/BUILD/Chameleon-2.16 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-scl-compress /opt/rh/devpi21/root + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + scl enable python33 '/usr/lib/rpm/redhat/brp-python-bytecompile-with-scl-python-33 /opt/rh/python33/root/usr/bin/python3 1 /opt/rh/devpi21/root' + /usr/lib/rpm/redhat/brp-python-hardlink Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.WdVlZ8 + umask 022 + cd /builddir/build/BUILD + cd Chameleon-2.16 + scl enable devpi21 - running test running egg_info writing src/Chameleon.egg-info/PKG-INFO writing dependency_links to src/Chameleon.egg-info/dependency_links.txt writing top-level names to src/Chameleon.egg-info/top_level.txt reading manifest file 'src/Chameleon.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'src/Chameleon.egg-info/SOURCES.txt' running build_ext test_pagetemplates (chameleon.tests.test_templates.ImportTestCase) ... ok test_pagetexttemplates (chameleon.tests.test_templates.ImportTestCase) ... ok test_auto_reload (chameleon.tests.test_templates.TemplateFileTestCase) ... ok test_cook_check (chameleon.tests.test_templates.TemplateFileTestCase) ... ok test_relative_is_expanded_to_cwd (chameleon.tests.test_templates.TemplateFileTestCase) ... ok test_attributes_on_tal_tag_fails (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_boolean_attributes (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_compiler_internals_are_disallowed (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_create_formatted_exception (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_create_formatted_exception_no_subclass (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_custom_encoding_for_str_or_bytes_in_attributes (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_custom_encoding_for_str_or_bytes_in_content (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_debug_flag_on_file (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_debug_flag_on_string (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_default_debug_flag (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_double_underscore_variable (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_encoded (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_error_handler_makes_safe_copy (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_exception (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_i18n_attributes_with_non_identifiers (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_i18n_name_not_in_translation_error (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_literal_false (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_null_translate_function (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_object_substitution_coerce_to_str (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_repeat_i18n_name_error (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_repeat_syntax_error_message (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_repr (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_simple_translate_mapping (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_syntax_error_in_non_strict_mode (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_syntax_error_in_strict_mode (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_tag_mismatch (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_translate_is_not_an_internal (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_trim_attribute_space (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_underscore_variable (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_unicode_decode_error (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_utf8_encoded (chameleon.tests.test_templates.ZopePageTemplatesTest) ... ok test_pt_files (chameleon.tests.test_templates.ZopeTemplatesTestSuite) ... ok test_txt_files (chameleon.tests.test_templates.ZopeTemplatesTestSuite) ... ok test_sample_files (chameleon.tests.test_parser.ParserTest) ... ok test_consecutive_loads (chameleon.tests.test_loader.LoadPageTests) ... ok test_load_abs (chameleon.tests.test_loader.LoadPageTests) ... ok test_load_relative (chameleon.tests.test_loader.LoadPageTests) ... ok test_load_relative_badpath_in_searchpath (chameleon.tests.test_loader.LoadPageTests) ... ok test_build (chameleon.tests.test_loader.ModuleLoadTests) ... /builddir/build/BUILD/Chameleon-2.16/src/chameleon/loader.py:167: DeprecationWarning: imp.load_source() is deprecated; use importlib.machinery.SourceFileLoader(name, pathname).load_module() instead module = imp.load_source(base, filename, f) ok test_load_getitem_gets_xml_file (chameleon.tests.test_loader.ZPTLoadTests) ... ok test_load_text (chameleon.tests.test_loader.ZPTLoadTests) ... ok test_load_xml (chameleon.tests.test_loader.ZPTLoadTests) ... ok ExpressionEngine (chameleon.compiler) Doctest: chameleon.compiler.ExpressionEngine ... ok ExpressionEvaluator (chameleon.compiler) Doctest: chameleon.compiler.ExpressionEvaluator ... ok NameTransform (chameleon.compiler) Doctest: chameleon.compiler.NameTransform ... ok TemplateError (chameleon.exc) Doctest: chameleon.exc.TemplateError ... ok compute_source_marker (chameleon.exc) Doctest: chameleon.exc.compute_source_marker ... ok RepeatDict (chameleon.tal) Doctest: chameleon.tal.RepeatDict ... ok _letter (chameleon.tal.RepeatItem) Doctest: chameleon.tal.RepeatItem._letter ... ok parse_defines (chameleon.tal) Doctest: chameleon.tal.parse_defines ... ok ExistsExpr (chameleon.tales) Doctest: chameleon.tales.ExistsExpr ... ok IdentityExpr (chameleon.tales) Doctest: chameleon.tales.IdentityExpr ... ok NotExpr (chameleon.tales) Doctest: chameleon.tales.NotExpr ... ok PythonExpr (chameleon.tales) Doctest: chameleon.tales.PythonExpr ... ok StringExpr (chameleon.tales) Doctest: chameleon.tales.StringExpr ... ok StructureExpr (chameleon.tales) Doctest: chameleon.tales.StructureExpr ... ok TalesExpr (chameleon.tales) Doctest: chameleon.tales.TalesExpr ... ok Markup (chameleon.utils) Doctest: chameleon.utils.Markup ... ok decode_htmlentities (chameleon.utils) Doctest: chameleon.utils.decode_htmlentities ... ok join (chameleon.utils) Doctest: chameleon.utils.join ... ok mangle (chameleon.utils) Doctest: chameleon.utils.mangle ... ok test_html_default_encoding (chameleon.tests.test_sniffing.TypeSniffingTestCase) ... ok test_html_encoding_by_meta (chameleon.tests.test_sniffing.TypeSniffingTestCase) ... ok test_xhtml (chameleon.tests.test_sniffing.TypeSniffingTestCase) ... ok test_xml_encoding (chameleon.tests.test_sniffing.TypeSniffingTestCase) ... ok test_sample_files (chameleon.tests.test_tokenizer.TokenizerTest) ... ok test_token (chameleon.tests.test_tokenizer.TokenizerTest) ... ok test_keep_token_location_info (chameleon.tests.test_exc.TestTemplateError) ... ok ---------------------------------------------------------------------- Ran 73 tests in 3.689s OK + exit 0 Processing files: devpi21-python-chameleon-2.16-2.el7.centos.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.NP9AX2 + umask 022 + cd /builddir/build/BUILD + cd Chameleon-2.16 + DOCDIR=/builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/share/doc/devpi21-python-chameleon-2.16 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/share/doc/devpi21-python-chameleon-2.16 + cp -pr CHANGES.rst README.rst /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/share/doc/devpi21-python-chameleon-2.16 + cp -pr COPYRIGHT.txt LICENSE.txt /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/share/doc/devpi21-python-chameleon-2.16 + cp -pr docs /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/share/doc/devpi21-python-chameleon-2.16 + cp -pr html /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64/opt/rh/devpi21/root/usr/share/doc/devpi21-python-chameleon-2.16 + exit 0 Provides: devpi21-python-chameleon = 2.16-2.el7.centos scl-package(devpi21) 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: devpi21-runtime python33-python(abi) = 3.3 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64 warning: Could not canonicalize hostname: i-0001a7c1 Wrote: /builddir/build/RPMS/devpi21-python-chameleon-2.16-2.el7.centos.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.LNcTC0 + umask 022 + cd /builddir/build/BUILD + cd Chameleon-2.16 + /usr/bin/rm -rf /builddir/build/BUILDROOT/devpi21-python-chameleon-2.16-2.el7.centos.x86_64 + exit 0 Child return code was: 0 LEAVE do -->