INFO: not using any hashes in /data/userland-archives/hashes for Chameleon-4.2.0.tar.gz (overridden with --hash) Source /data/userland-archives/Chameleon-4.2.0.tar.gz... not found, skipping file copy Source https://files.pythonhosted.org/packages/8f/54/241db142fe924cbdd06d3d9ba7628624cb46baf6e87ab6fb9bbe722fb33b/Chameleon-4.2.0.tar.gz... downloading... ok validating signature... checking local signature... not found signature validation failed validating hash... ok copy cloning /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/Chameleon-4.2.0 to /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/amd64-3.9 No 'requirements-files' section was found. Nothing to do. 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/metal.py -> build/lib/chameleon copying src/chameleon/astutil.py -> build/lib/chameleon copying src/chameleon/template.py -> build/lib/chameleon copying src/chameleon/nodes.py -> build/lib/chameleon copying src/chameleon/tokenize.py -> build/lib/chameleon copying src/chameleon/loader.py -> build/lib/chameleon copying src/chameleon/__init__.py -> build/lib/chameleon copying src/chameleon/benchmark.py -> build/lib/chameleon copying src/chameleon/compiler.py -> build/lib/chameleon copying src/chameleon/i18n.py -> build/lib/chameleon copying src/chameleon/utils.py -> build/lib/chameleon copying src/chameleon/namespaces.py -> build/lib/chameleon copying src/chameleon/parser.py -> build/lib/chameleon copying src/chameleon/config.py -> build/lib/chameleon copying src/chameleon/exc.py -> build/lib/chameleon copying src/chameleon/codegen.py -> build/lib/chameleon copying src/chameleon/program.py -> build/lib/chameleon copying src/chameleon/interfaces.py -> build/lib/chameleon copying src/chameleon/tal.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_tokenizer.py -> build/lib/chameleon/tests copying src/chameleon/tests/test_parser.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 copying src/chameleon/tests/test_sniffing.py -> build/lib/chameleon/tests copying src/chameleon/tests/test_doctests.py -> build/lib/chameleon/tests copying src/chameleon/tests/test_astutil.py -> build/lib/chameleon/tests copying src/chameleon/tests/test_bools_plus_sniffing.py -> build/lib/chameleon/tests copying src/chameleon/tests/test_loader.py -> build/lib/chameleon/tests creating 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/program.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 dependency_links to src/Chameleon.egg-info/dependency_links.txt writing requirements to src/Chameleon.egg-info/requires.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' warning: no files found matching '*.md' warning: no files found matching 'buildout.cfg' warning: no files found matching 'Makefile' under directory 'docs' adding license file 'LICENSE.txt' writing manifest file 'src/Chameleon.egg-info/SOURCES.txt' /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:204: _Warning: Package 'chameleon.tests.inputs' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'chameleon.tests.inputs' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'chameleon.tests.inputs' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'chameleon.tests.inputs' to be distributed and are already explicitly excluding 'chameleon.tests.inputs' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) /usr/lib/python3.9/vendor-packages/setuptools/command/build_py.py:204: _Warning: Package 'chameleon.tests.outputs' is absent from the `packages` configuration. !! ******************************************************************************** ############################ # Package would be ignored # ############################ Python recognizes 'chameleon.tests.outputs' as an importable package[^1], but it is absent from setuptools' `packages` configuration. This leads to an ambiguous overall configuration. If you want to distribute this package, please make sure that 'chameleon.tests.outputs' is explicitly added to the `packages` configuration field. Alternatively, you can also rely on setuptools' discovery methods (for example by using `find_namespace_packages(...)`/`find_namespace:` instead of `find_packages(...)`/`find:`). You can read more about "package discovery" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/package_discovery.html If you don't want 'chameleon.tests.outputs' to be distributed and are already explicitly excluding 'chameleon.tests.outputs' via `find_namespace_packages(...)/find_namespace` or `find_packages(...)/find`, you can try to use `exclude_package_data`, or `include-package-data=False` in combination with a more fine grained `package-data` configuration. You can read more about "package data files" on setuptools documentation page: - https://setuptools.pypa.io/en/latest/userguide/datafiles.html [^1]: For Python, any directory (with suitable naming) can be imported, even if it does not contain any `.py` files. On the other hand, currently there is no concept of package data directory, all directories are treated like packages. ******************************************************************************** !! check.warn(importable) 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-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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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/120-translation-context.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/121-translation-comment.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/122-translation-ignore.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/123-html5-data-attributes.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/124-translation-target.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/125-macro-translation-ordering.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/126-define-escaping.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/127-tags-and-attributes-special-chars.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/237-double-define.pt -> build/lib/chameleon/tests/inputs copying src/chameleon/tests/inputs/238-macroname.pt -> 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/multinode-implicit-i18n.pt -> 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/120-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/120.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/121.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/122.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/123.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/124-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/124.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/125.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/126.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/127.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/237.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/238.pt -> 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 copying src/chameleon/tests/outputs/multinode-en.pt -> build/lib/chameleon/tests/outputs copying src/chameleon/tests/outputs/multinode.pt -> build/lib/chameleon/tests/outputs No 'requirements-files' section was found. Nothing to do. running install /usr/lib/python3.9/vendor-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. !! ******************************************************************************** Please avoid running ``setup.py`` directly. Instead, use pypa/build, pypa/installer or other standards-based tools. See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. ******************************************************************************** !! self.initialize_options() running install_lib creating /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype creating /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386 creating /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr creating /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib creating /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9 creating /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages creating /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/template.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/namespaces.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/tokenize.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/nodes.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/i18n.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/parser.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/compiler.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/benchmark.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon creating /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests creating /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/080.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/077.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/028.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/015-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/007.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/058.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/010.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/060.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/061.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/011.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/059.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/006.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/029.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/076.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/081.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/237.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/004.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/083.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/074.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/018-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/077-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/063.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/013.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/012.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/multinode.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/120-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/062.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/075.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/082.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/005.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/039.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/085-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/066.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/091.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/049.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/016.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/001.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/086.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/071.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/hello_world.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/070.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/087.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/017.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/048.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/090.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/067.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/038.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/015.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/079-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/016-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/065.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/085.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/072.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/101.html -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/002.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/003.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/021-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/greeting.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/073.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/084.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/multinode-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/064.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/014.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/055.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/hello_world.txt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/025.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/032.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/120.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/042.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/011-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/043.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/121.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/033.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/024.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/238.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/054.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/079.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/026.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/009.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/056.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/123.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/041.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/031.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/103.html -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/030.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/040.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/122.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/001.html -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/069-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/057.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/008.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/027.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/078.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/124-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/044.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/126.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/034.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/070-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/023.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/102.html -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/053.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/052.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/022.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/035.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/127.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/045.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/037.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/068.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/047.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/125.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/018.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/050.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/012-en.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/020.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/088.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/089.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/021.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/051.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/019.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/124.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/046.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/001.txt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/069.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/outputs/036.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/outputs copying build/lib/chameleon/tests/test_tokenizer.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests copying build/lib/chameleon/tests/test_exc.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests copying build/lib/chameleon/tests/test_templates.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests copying build/lib/chameleon/tests/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests copying build/lib/chameleon/tests/test_parser.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests copying build/lib/chameleon/tests/test_astutil.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests copying build/lib/chameleon/tests/test_loader.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests creating /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/053.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/082.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/067-attribute-decode.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/041-translate-nested-names.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/030-repeat-tuples.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/hello_world.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/006-attribute-interpolation.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/028.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/054.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/085.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/022-switch.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/026.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/087-code-blocks.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/hello_world.txt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/102.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/105.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/021.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/068.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/014.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/040-macro-using-template-symbol.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/013.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/012-translation.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/023-condition.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/061.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/066.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/044-tuple-define.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/059-embedded-javascript.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/077.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/011-messages.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/062-comments-and-expressions.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/101-unclosed-tags.html -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/122-translation-ignore.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/070.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/026-repeat-variable.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/002.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/089-load-fallback.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/047-use-extended-macro.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/002-repeat-scope.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/079.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/027-attribute-replacement.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/005.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/237-double-define.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/035-use-macro-with-fill-slot.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/114.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/030.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/010-structure.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/037.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/113.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/036-use-macro-inherits-dynamic-scope.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/090-tuple-expression.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/004-attributes.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/039.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/094.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/045.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/093.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/042.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/020-on-error.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/079-implicit-i18n.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/102-unquoted-attributes.html -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/009-literals.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/067.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/057-order.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/060.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/001-variable-scope.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/061-fill-one-slot-but-two-defined.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/060-macro-with-multiple-same-slots.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/012.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/008-builtins.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/028-attribute-toggle.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/069.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/015.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/043-macro-nested-dynamic-vars.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/104.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/020.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/027.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/103.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/082-load-spec-computed.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/029.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/055.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/084.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/125-macro-translation-ordering.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/052.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/083.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/092.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/043.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/058-script.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/038.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/042-use-macro-fill-footer.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/025-repeat-whitespace.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/095.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/050-define-macro-and-use-not-extend.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/044.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/036.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/124-translation-target.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/112.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/091-repeat-none.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/115.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/031.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/007-content-interpolation.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/078.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/004.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/055-attribute-fallback-to-dict-lookup.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/003.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/123-html5-data-attributes.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/multinode-implicit-i18n.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/086-self-closing.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/071.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/081-load-spec.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/076.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/080-xmlns-namespace-on-tal.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/096.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/047.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/118.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/091.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/040.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/116.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/032.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/035.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/111.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/088-python-newlines.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/098.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/049.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/066-load-expression.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/068-less-than-greater-than-in-attributes.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/019-replace.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/074-encoded-template.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/054-import-expression.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/075-nested-macros.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/007.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/051-use-non-extended-macro.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/075.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/009.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/003-content.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/greeting.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/083-template-dict-to-macro.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/039-globals.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/069-translation-domain-and-macro.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/072.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/063.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/014-repeat-nested-similar.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/064.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/078-tags-and-newlines.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/018.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/121-translation-comment.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/127-tags-and-attributes-special-chars.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/077-i18n-attributes.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/052-i18n-domain-inside-filled-slot.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/120-translation-context.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/016.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/011.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/085-nested-translation.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/046-extend-macro.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/024.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/058.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/089.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/100.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/018-translation-nested-dynamic.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/107.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/023.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/051.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/080.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/109.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/001-variable-scope.html -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/072-repeat-interpolation.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/056.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/087.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/126-define-escaping.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/073.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/074.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/008.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/006.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/048-use-extended-macro-fill-original.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/034-use-template-as-macro.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/013-repeat-nested.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/001.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/065-use-macro-in-fill.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/103-simple-attribute.html -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/034.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/110.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/029-attribute-ordering.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/099.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/048.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/117.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/238-macroname.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/056-comment-attribute.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/033.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/119.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/090.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/038-use-macro-globals.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/041.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/016-explicit-translation.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/001-interpolation.txt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/015-translation-nested.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/049-entities-in-attributes.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/097.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/046.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/032-master-template.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/057.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/086.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/017-omit-tag.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/050.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/076-nested-macro-override.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/081.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/108.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/005-default.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/071-html-attribute-defaults.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/106.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/022.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/070-translation-domain-and-use-macro.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/025.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/064-tags-and-special-characters.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/053-special-characters-in-attributes.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/045-namespaces.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/059.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/088.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/101.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/010.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/021-translation-domain.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/024-namespace-elements.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/063-continuation.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/017.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/065.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/084-interpolation-in-cdata.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/037-use-macro-local-variable-scope.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/073-utf8-encoded.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/019.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/031-namespace-with-tal.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/033-use-macro-trivial.pt -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/inputs/062.xml -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/inputs copying build/lib/chameleon/tests/test_bools_plus_sniffing.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests copying build/lib/chameleon/tests/test_doctests.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests copying build/lib/chameleon/tests/test_sniffing.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests copying build/lib/chameleon/tal.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/astutil.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/config.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/metal.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/tales.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/interfaces.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/exc.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/codegen.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/program.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon creating /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/zpt copying build/lib/chameleon/zpt/template.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/zpt copying build/lib/chameleon/zpt/__init__.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/zpt copying build/lib/chameleon/zpt/program.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/zpt copying build/lib/chameleon/zpt/loader.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/zpt copying build/lib/chameleon/utils.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon copying build/lib/chameleon/loader.py -> /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/template.py to template.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/namespaces.py to namespaces.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tokenize.py to tokenize.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/__init__.py to __init__.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/nodes.py to nodes.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/i18n.py to i18n.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/parser.py to parser.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/compiler.py to compiler.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/benchmark.py to benchmark.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/test_tokenizer.py to test_tokenizer.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/test_exc.py to test_exc.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/test_templates.py to test_templates.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/test_parser.py to test_parser.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/test_astutil.py to test_astutil.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/test_loader.py to test_loader.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/test_bools_plus_sniffing.py to test_bools_plus_sniffing.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/test_doctests.py to test_doctests.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tests/test_sniffing.py to test_sniffing.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tal.py to tal.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/astutil.py to astutil.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/config.py to config.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/metal.py to metal.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/tales.py to tales.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/interfaces.py to interfaces.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/exc.py to exc.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/codegen.py to codegen.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/program.py to program.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/zpt/template.py to template.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/zpt/__init__.py to __init__.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/zpt/program.py to program.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/zpt/loader.py to loader.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/utils.py to utils.cpython-39.pyc byte-compiling /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/chameleon/loader.py to loader.cpython-39.pyc running install_egg_info running egg_info writing src/Chameleon.egg-info/PKG-INFO writing dependency_links to src/Chameleon.egg-info/dependency_links.txt writing requirements to src/Chameleon.egg-info/requires.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' warning: no files found matching '*.md' warning: no files found matching 'buildout.cfg' warning: no files found matching 'Makefile' under directory 'docs' adding license file 'LICENSE.txt' writing manifest file 'src/Chameleon.egg-info/SOURCES.txt' Copying src/Chameleon.egg-info to /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/prototype/i386/usr/lib/python3.9/vendor-packages/Chameleon-4.2.0-py3.9.egg-info running install_scripts Testing dependencies: tox>=3.18 zope.testrunner Testing extras: test VALIDATING MANIFEST CONTENT: /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/manifest-i386-Chameleon-39.depend.res /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/manifest-i386-Chameleon.depend.res /jenkins/jobs/oi-userland/workspace/components/python/Chameleon/build/manifest-i386-library---python---chameleon-37.depend.res NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO NEW PACKAGE CONTENTS ARE LOCALLY VALIDATED AND READY TO GO generating metadata: python/Chameleon pkg://openindiana.org/library/python/chameleon-39@4.2.0,5.11-2023.0.0.0:20230926T182107Z PUBLISHED pkg://openindiana.org/library/python/chameleon@4.2.0,5.11-2023.0.0.0:20230926T182112Z PUBLISHED pkg://openindiana.org/library/python/chameleon-37@4.0.1,5.11-2023.0.0.1:20230926T182116Z PUBLISHED