Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-dexy.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1684214755.294383/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-dexy.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-dexy-2.0.9-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-dexy.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1684214755.294383/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target aarch64 --nodeps /builddir/build/SPECS/python-dexy.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Wrote: /builddir/build/SRPMS/python-dexy-2.0.9-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-dexy.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-aarch64-1684214755.294383/root'env={'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'}shell=Falselogger=timeout=0uid=1000gid=135user='mockbuild'nspawn_args=[]unshare_net=FalseprintOutput=True) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target aarch64 --nodeps /builddir/build/SPECS/python-dexy.spec'] with env {'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOME': '/builddir', 'HOSTNAME': 'mock', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'PS1': ' \\s-\\v\\$ ', 'LANG': 'C.UTF-8'} and shell False /etc/profile.d/system-info.sh: line 55: ps: command not found Building target platforms: aarch64 Building for target aarch64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.0hw4o4 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf dexy-2.0.9 + /usr/bin/gzip -dc /builddir/build/SOURCES/dexy-2.0.9.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd dexy-2.0.9 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8PNNFP + umask 022 + cd /builddir/build/BUILD + cd dexy-2.0.9 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/tests copying tests/test_filter.py -> build/lib/tests copying tests/test_utils.py -> build/lib/tests copying tests/test_doc.py -> build/lib/tests copying tests/test_node.py -> build/lib/tests copying tests/test_names.py -> build/lib/tests copying tests/test_plugin.py -> build/lib/tests copying tests/test_template.py -> build/lib/tests copying tests/test_sectioned.py -> build/lib/tests copying tests/utils.py -> build/lib/tests copying tests/test_batch.py -> build/lib/tests copying tests/test_data.py -> build/lib/tests copying tests/test_abstract_syntax_tree.py -> build/lib/tests copying tests/test_wrapper.py -> build/lib/tests copying tests/test_parser.py -> build/lib/tests copying tests/test_commands.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_workspace.py -> build/lib/tests creating build/lib/dexy copying dexy/template.py -> build/lib/dexy copying dexy/doc.py -> build/lib/dexy copying dexy/data.py -> build/lib/dexy copying dexy/version.py -> build/lib/dexy copying dexy/load_plugins.py -> build/lib/dexy copying dexy/plugin.py -> build/lib/dexy copying dexy/utils.py -> build/lib/dexy copying dexy/batch.py -> build/lib/dexy copying dexy/exceptions.py -> build/lib/dexy copying dexy/wrapper.py -> build/lib/dexy copying dexy/reporter.py -> build/lib/dexy copying dexy/storage.py -> build/lib/dexy copying dexy/__init__.py -> build/lib/dexy copying dexy/filter.py -> build/lib/dexy copying dexy/node.py -> build/lib/dexy copying dexy/parser.py -> build/lib/dexy creating build/lib/tests/plugins copying tests/plugins/test_wordpress_filters.py -> build/lib/tests/plugins copying tests/plugins/test_restructured_test_filters.py -> build/lib/tests/plugins copying tests/plugins/test_templates.py -> build/lib/tests/plugins copying tests/plugins/test_process_filters.py -> build/lib/tests/plugins copying tests/plugins/test_r_filters.py -> build/lib/tests/plugins copying tests/plugins/test_phantomjs_filters.py -> build/lib/tests/plugins copying tests/plugins/test_latex_filters.py -> build/lib/tests/plugins copying tests/plugins/test_calibre_filters.py -> build/lib/tests/plugins copying tests/plugins/test_yaml_parser.py -> build/lib/tests/plugins copying tests/plugins/test_xxml_filters.py -> build/lib/tests/plugins copying tests/plugins/test_stdout_filters.py -> build/lib/tests/plugins copying tests/plugins/test_example_filters.py -> build/lib/tests/plugins copying tests/plugins/test_git_filters.py -> build/lib/tests/plugins copying tests/plugins/test_markdown_filters.py -> build/lib/tests/plugins copying tests/plugins/test_kramdown_filters.py -> build/lib/tests/plugins copying tests/plugins/test_integration.py -> build/lib/tests/plugins copying tests/plugins/test_template_assertions.py -> build/lib/tests/plugins copying tests/plugins/test_websequence_filters.py -> build/lib/tests/plugins copying tests/plugins/test_archive_filters.py -> build/lib/tests/plugins copying tests/plugins/test_pexpect_filters.py -> build/lib/tests/plugins copying tests/plugins/test_yamlargs_filters.py -> build/lib/tests/plugins copying tests/plugins/test_pygments_filters.py -> build/lib/tests/plugins copying tests/plugins/test_standard_filters.py -> build/lib/tests/plugins copying tests/plugins/test_soup_filters.py -> build/lib/tests/plugins copying tests/plugins/test_matrix_filters.py -> build/lib/tests/plugins copying tests/plugins/test_easyhtml_filters.py -> build/lib/tests/plugins copying tests/plugins/test_sanitize_filters.py -> build/lib/tests/plugins copying tests/plugins/test_tidy_filters.py -> build/lib/tests/plugins copying tests/plugins/test_lyx_filters.py -> build/lib/tests/plugins copying tests/plugins/test_reporters.py -> build/lib/tests/plugins copying tests/plugins/test_clang_filters.py -> build/lib/tests/plugins copying tests/plugins/test_split_filters.py -> build/lib/tests/plugins copying tests/plugins/test_stdout_input_filters.py -> build/lib/tests/plugins copying tests/plugins/test_api_filters.py -> build/lib/tests/plugins copying tests/plugins/test_java_filters.py -> build/lib/tests/plugins copying tests/plugins/test_pydoc_filters.py -> build/lib/tests/plugins copying tests/plugins/test_website_repoters.py -> build/lib/tests/plugins copying tests/plugins/__init__.py -> build/lib/tests/plugins copying tests/plugins/test_pytest_filters.py -> build/lib/tests/plugins copying tests/plugins/test_id_filters.py -> build/lib/tests/plugins copying tests/plugins/test_templating_filters.py -> build/lib/tests/plugins copying tests/plugins/test_subprocess_filters.py -> build/lib/tests/plugins copying tests/plugins/test_pyparse_filters.py -> build/lib/tests/plugins copying tests/plugins/test_templating_plugins.py -> build/lib/tests/plugins creating build/lib/dexy/filters copying dexy/filters/fluid_html.py -> build/lib/dexy/filters copying dexy/filters/example.py -> build/lib/dexy/filters copying dexy/filters/ansi.py -> build/lib/dexy/filters copying dexy/filters/phantomjs.py -> build/lib/dexy/filters copying dexy/filters/confluence.py -> build/lib/dexy/filters copying dexy/filters/md_mistune.py -> build/lib/dexy/filters copying dexy/filters/soup.py -> build/lib/dexy/filters copying dexy/filters/api.py -> build/lib/dexy/filters copying dexy/filters/genipynb.py -> build/lib/dexy/filters copying dexy/filters/rst.py -> build/lib/dexy/filters copying dexy/filters/easy.py -> build/lib/dexy/filters copying dexy/filters/deprecated.py -> build/lib/dexy/filters copying dexy/filters/process.py -> build/lib/dexy/filters copying dexy/filters/ipynb.py -> build/lib/dexy/filters copying dexy/filters/utils.py -> build/lib/dexy/filters copying dexy/filters/sanitize.py -> build/lib/dexy/filters copying dexy/filters/org.py -> build/lib/dexy/filters copying dexy/filters/pexp.py -> build/lib/dexy/filters copying dexy/filters/templating_plugins.py -> build/lib/dexy/filters copying dexy/filters/asciidoctor.py -> build/lib/dexy/filters copying dexy/filters/matrix.py -> build/lib/dexy/filters copying dexy/filters/split.py -> build/lib/dexy/filters copying dexy/filters/wordpress.py -> build/lib/dexy/filters copying dexy/filters/drupal.py -> build/lib/dexy/filters copying dexy/filters/md.py -> build/lib/dexy/filters copying dexy/filters/archive.py -> build/lib/dexy/filters copying dexy/filters/xxml.py -> build/lib/dexy/filters copying dexy/filters/pyg.py -> build/lib/dexy/filters copying dexy/filters/zulip.py -> build/lib/dexy/filters copying dexy/filters/pyn.py -> build/lib/dexy/filters copying dexy/filters/pydoc.py -> build/lib/dexy/filters copying dexy/filters/discuss.py -> build/lib/dexy/filters copying dexy/filters/id.py -> build/lib/dexy/filters copying dexy/filters/yamlargs.py -> build/lib/dexy/filters copying dexy/filters/standard.py -> build/lib/dexy/filters copying dexy/filters/aws.py -> build/lib/dexy/filters copying dexy/filters/websequence.py -> build/lib/dexy/filters copying dexy/filters/__init__.py -> build/lib/dexy/filters copying dexy/filters/git.py -> build/lib/dexy/filters copying dexy/filters/latex.py -> build/lib/dexy/filters copying dexy/filters/pyparse.py -> build/lib/dexy/filters copying dexy/filters/java.py -> build/lib/dexy/filters copying dexy/filters/templating.py -> build/lib/dexy/filters copying dexy/filters/sub.py -> build/lib/dexy/filters copying dexy/filters/pytest.py -> build/lib/dexy/filters copying dexy/filters/lyx.py -> build/lib/dexy/filters creating build/lib/dexy/reporters copying dexy/reporters/__init__.py -> build/lib/dexy/reporters copying dexy/reporters/output.py -> build/lib/dexy/reporters creating build/lib/dexy/datas copying dexy/datas/soup.py -> build/lib/dexy/datas copying dexy/datas/et.py -> build/lib/dexy/datas copying dexy/datas/h5.py -> build/lib/dexy/datas copying dexy/datas/__init__.py -> build/lib/dexy/datas creating build/lib/dexy/parsers copying dexy/parsers/doc.py -> build/lib/dexy/parsers copying dexy/parsers/environment.py -> build/lib/dexy/parsers copying dexy/parsers/__init__.py -> build/lib/dexy/parsers creating build/lib/dexy/templates copying dexy/templates/standard.py -> build/lib/dexy/templates copying dexy/templates/__init__.py -> build/lib/dexy/templates creating build/lib/dexy/commands copying dexy/commands/filters.py -> build/lib/dexy/commands copying dexy/commands/cite.py -> build/lib/dexy/commands copying dexy/commands/templates.py -> build/lib/dexy/commands copying dexy/commands/it.py -> build/lib/dexy/commands copying dexy/commands/serve.py -> build/lib/dexy/commands copying dexy/commands/parsers.py -> build/lib/dexy/commands copying dexy/commands/env.py -> build/lib/dexy/commands copying dexy/commands/nodes.py -> build/lib/dexy/commands copying dexy/commands/conf.py -> build/lib/dexy/commands copying dexy/commands/grep.py -> build/lib/dexy/commands copying dexy/commands/utils.py -> build/lib/dexy/commands copying dexy/commands/fcmds.py -> build/lib/dexy/commands copying dexy/commands/info.py -> build/lib/dexy/commands copying dexy/commands/__init__.py -> build/lib/dexy/commands copying dexy/commands/reporters.py -> build/lib/dexy/commands copying dexy/commands/dirs.py -> build/lib/dexy/commands creating build/lib/dexy/reporters/website copying dexy/reporters/website/classes.py -> build/lib/dexy/reporters/website copying dexy/reporters/website/__init__.py -> build/lib/dexy/reporters/website creating build/lib/dexy/reporters/nodegraph copying dexy/reporters/nodegraph/graphviz.py -> build/lib/dexy/reporters/nodegraph copying dexy/reporters/nodegraph/text.py -> build/lib/dexy/reporters/nodegraph copying dexy/reporters/nodegraph/__init__.py -> build/lib/dexy/reporters/nodegraph creating build/lib/dexy/reporters/run copying dexy/reporters/run/classes.py -> build/lib/dexy/reporters/run copying dexy/reporters/run/__init__.py -> build/lib/dexy/reporters/run creating build/lib/dexy/reporters/nodegraph/d3 copying dexy/reporters/nodegraph/d3/__init__.py -> build/lib/dexy/reporters/nodegraph/d3 running egg_info writing dexy.egg-info/PKG-INFO writing dependency_links to dexy.egg-info/dependency_links.txt writing entry points to dexy.egg-info/entry_points.txt writing requirements to dexy.egg-info/requires.txt writing top-level names to dexy.egg-info/top_level.txt reading manifest file 'dexy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'dexy.egg-info/SOURCES.txt' copying dexy/__init__.pyc -> build/lib/dexy copying dexy/batch.pyc -> build/lib/dexy copying dexy/data.pyc -> build/lib/dexy copying dexy/doc.pyc -> build/lib/dexy copying dexy/exceptions.pyc -> build/lib/dexy copying dexy/filter.pyc -> build/lib/dexy copying dexy/load_plugins.pyc -> build/lib/dexy copying dexy/node.pyc -> build/lib/dexy copying dexy/parser.pyc -> build/lib/dexy copying dexy/plugin.pyc -> build/lib/dexy copying dexy/reporter.pyc -> build/lib/dexy copying dexy/storage.pyc -> build/lib/dexy copying dexy/template.pyc -> build/lib/dexy copying dexy/utils.pyc -> build/lib/dexy copying dexy/version.pyc -> build/lib/dexy copying dexy/wrapper.pyc -> build/lib/dexy creating build/lib/dexy/__pycache__ copying dexy/__pycache__/__init__.cpython-36.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/__init__.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/__init__.cpython-39.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/batch.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/data.cpython-36.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/data.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/doc.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/exceptions.cpython-36.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/exceptions.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/filter.cpython-36.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/filter.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/load_plugins.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/modargs.cpython-36.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/modargs.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/node.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/parser.cpython-36.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/parser.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/plugin.cpython-36.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/plugin.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/reporter.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/storage.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/template.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/utils.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/version.cpython-36.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/version.cpython-37.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/version.cpython-39.pyc -> build/lib/dexy/__pycache__ copying dexy/__pycache__/wrapper.cpython-37.pyc -> build/lib/dexy/__pycache__ creating build/lib/dexy/macros copying dexy/macros/dexy.jinja -> build/lib/dexy/macros copying dexy/filters/__init__.pyc -> build/lib/dexy/filters copying dexy/filters/ansi.pyc -> build/lib/dexy/filters copying dexy/filters/api.pyc -> build/lib/dexy/filters copying dexy/filters/archive.pyc -> build/lib/dexy/filters copying dexy/filters/asciidoctor.pyc -> build/lib/dexy/filters copying dexy/filters/aws.pyc -> build/lib/dexy/filters copying dexy/filters/confluence.pyc -> build/lib/dexy/filters copying dexy/filters/deprecated.pyc -> build/lib/dexy/filters copying dexy/filters/easy.pyc -> build/lib/dexy/filters copying dexy/filters/example.pyc -> build/lib/dexy/filters copying dexy/filters/filters.yaml -> build/lib/dexy/filters copying dexy/filters/fluid_html.pyc -> build/lib/dexy/filters copying dexy/filters/genipynb.pyc -> build/lib/dexy/filters copying dexy/filters/git.pyc -> build/lib/dexy/filters copying dexy/filters/id.pyc -> build/lib/dexy/filters copying dexy/filters/ipynb.pyc -> build/lib/dexy/filters copying dexy/filters/java.pyc -> build/lib/dexy/filters copying dexy/filters/latex.pyc -> build/lib/dexy/filters copying dexy/filters/lyx.pyc -> build/lib/dexy/filters copying dexy/filters/md.pyc -> build/lib/dexy/filters copying dexy/filters/org.pyc -> build/lib/dexy/filters copying dexy/filters/pexp.pyc -> build/lib/dexy/filters copying dexy/filters/phantomjs.pyc -> build/lib/dexy/filters copying dexy/filters/process.pyc -> build/lib/dexy/filters copying dexy/filters/pydoc.pyc -> build/lib/dexy/filters copying dexy/filters/pyg.pyc -> build/lib/dexy/filters copying dexy/filters/pyn.pyc -> build/lib/dexy/filters copying dexy/filters/pyparse.pyc -> build/lib/dexy/filters copying dexy/filters/pytest.pyc -> build/lib/dexy/filters copying dexy/filters/rst.pyc -> build/lib/dexy/filters copying dexy/filters/sanitize.pyc -> build/lib/dexy/filters copying dexy/filters/soup.pyc -> build/lib/dexy/filters copying dexy/filters/split.pyc -> build/lib/dexy/filters copying dexy/filters/standard.pyc -> build/lib/dexy/filters copying dexy/filters/sub.pyc -> build/lib/dexy/filters copying dexy/filters/templating.pyc -> build/lib/dexy/filters copying dexy/filters/templating_plugins.pyc -> build/lib/dexy/filters copying dexy/filters/utils.pyc -> build/lib/dexy/filters copying dexy/filters/websequence.pyc -> build/lib/dexy/filters copying dexy/filters/wordpress.pyc -> build/lib/dexy/filters copying dexy/filters/xxml.pyc -> build/lib/dexy/filters copying dexy/filters/yamlargs.pyc -> build/lib/dexy/filters creating build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/__init__.cpython-36.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/__init__.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/ansi.cpython-36.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/ansi.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/api.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/archive.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/asciidoctor.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/aws.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/confluence.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/deprecated.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/discuss.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/drupal.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/easy.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/example.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/fluid_html.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/genipynb.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/git.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/id.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/ipynb.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/ipynbcasper.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/java.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/latex.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/lyx.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/matrix.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/md.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/md_mistune.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/org.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/pexp.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/phantomjs.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/process.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/pydoc.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/pyg.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/pyn.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/pyparse.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/pytest.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/rst.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/sanitize.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/soup.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/split.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/standard.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/sub.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/templating.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/templating_plugins.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/utils.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/websequence.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/wordpress.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/xxml.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/yamlargs.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ copying dexy/filters/__pycache__/zulip.cpython-37.pyc -> build/lib/dexy/filters/__pycache__ creating build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/asciidoctor.css -> build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/colony.css -> build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/foundation-lime.css -> build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/foundation-potion.css -> build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/foundation.css -> build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/github.css -> build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/golo.css -> build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/iconic.css -> build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/maker.css -> build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/readthedocs.css -> build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/riak.css -> build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/rocket-panda.css -> build/lib/dexy/filters/asciidoctor copying dexy/filters/asciidoctor/rubygems.css -> build/lib/dexy/filters/asciidoctor creating build/lib/dexy/filters/ext copying dexy/filters/ext/introspect.R -> build/lib/dexy/filters/ext copying dexy/reporters/__init__.pyc -> build/lib/dexy/reporters copying dexy/reporters/output.pyc -> build/lib/dexy/reporters creating build/lib/dexy/reporters/__pycache__ copying dexy/reporters/__pycache__/__init__.cpython-36.pyc -> build/lib/dexy/reporters/__pycache__ copying dexy/reporters/__pycache__/__init__.cpython-37.pyc -> build/lib/dexy/reporters/__pycache__ copying dexy/reporters/__pycache__/output.cpython-37.pyc -> build/lib/dexy/reporters/__pycache__ copying dexy/datas/__init__.pyc -> build/lib/dexy/datas copying dexy/datas/et.pyc -> build/lib/dexy/datas copying dexy/datas/h5.pyc -> build/lib/dexy/datas copying dexy/datas/soup.pyc -> build/lib/dexy/datas creating build/lib/dexy/datas/__pycache__ copying dexy/datas/__pycache__/__init__.cpython-36.pyc -> build/lib/dexy/datas/__pycache__ copying dexy/datas/__pycache__/__init__.cpython-37.pyc -> build/lib/dexy/datas/__pycache__ copying dexy/datas/__pycache__/et.cpython-37.pyc -> build/lib/dexy/datas/__pycache__ copying dexy/datas/__pycache__/h5.cpython-37.pyc -> build/lib/dexy/datas/__pycache__ copying dexy/datas/__pycache__/soup.cpython-36.pyc -> build/lib/dexy/datas/__pycache__ copying dexy/datas/__pycache__/soup.cpython-37.pyc -> build/lib/dexy/datas/__pycache__ copying dexy/parsers/__init__.pyc -> build/lib/dexy/parsers copying dexy/parsers/doc.pyc -> build/lib/dexy/parsers copying dexy/parsers/environment.pyc -> build/lib/dexy/parsers creating build/lib/dexy/parsers/__pycache__ copying dexy/parsers/__pycache__/__init__.cpython-36.pyc -> build/lib/dexy/parsers/__pycache__ copying dexy/parsers/__pycache__/__init__.cpython-37.pyc -> build/lib/dexy/parsers/__pycache__ copying dexy/parsers/__pycache__/doc.cpython-36.pyc -> build/lib/dexy/parsers/__pycache__ copying dexy/parsers/__pycache__/doc.cpython-37.pyc -> build/lib/dexy/parsers/__pycache__ copying dexy/parsers/__pycache__/environment.cpython-37.pyc -> build/lib/dexy/parsers/__pycache__ copying dexy/templates/__init__.pyc -> build/lib/dexy/templates copying dexy/templates/standard.pyc -> build/lib/dexy/templates creating build/lib/dexy/templates/__pycache__ copying dexy/templates/__pycache__/__init__.cpython-36.pyc -> build/lib/dexy/templates/__pycache__ copying dexy/templates/__pycache__/__init__.cpython-37.pyc -> build/lib/dexy/templates/__pycache__ copying dexy/templates/__pycache__/standard.cpython-36.pyc -> build/lib/dexy/templates/__pycache__ copying dexy/templates/__pycache__/standard.cpython-37.pyc -> build/lib/dexy/templates/__pycache__ creating build/lib/dexy/templates/default-template copying dexy/templates/default-template/README -> build/lib/dexy/templates/default-template copying dexy/templates/default-template/dexy.rst -> build/lib/dexy/templates/default-template copying dexy/templates/default-template/dexy.yaml -> build/lib/dexy/templates/default-template copying dexy/templates/default-template/hello.txt -> build/lib/dexy/templates/default-template copying dexy/commands/__init__.pyc -> build/lib/dexy/commands copying dexy/commands/cite.pyc -> build/lib/dexy/commands copying dexy/commands/conf.pyc -> build/lib/dexy/commands copying dexy/commands/dirs.pyc -> build/lib/dexy/commands copying dexy/commands/env.pyc -> build/lib/dexy/commands copying dexy/commands/fcmds.pyc -> build/lib/dexy/commands copying dexy/commands/filters.pyc -> build/lib/dexy/commands copying dexy/commands/grep.pyc -> build/lib/dexy/commands copying dexy/commands/info.pyc -> build/lib/dexy/commands copying dexy/commands/it.pyc -> build/lib/dexy/commands copying dexy/commands/nodes.pyc -> build/lib/dexy/commands copying dexy/commands/parsers.pyc -> build/lib/dexy/commands copying dexy/commands/reporters.pyc -> build/lib/dexy/commands copying dexy/commands/serve.pyc -> build/lib/dexy/commands copying dexy/commands/templates.pyc -> build/lib/dexy/commands copying dexy/commands/utils.pyc -> build/lib/dexy/commands creating build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/__init__.cpython-36.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/__init__.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/cite.cpython-36.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/cite.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/conf.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/dirs.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/env.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/fcmds.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/filters.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/grep.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/info.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/it.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/nodes.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/parsers.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/reporters.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/serve.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/templates.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/commands/__pycache__/utils.cpython-37.pyc -> build/lib/dexy/commands/__pycache__ copying dexy/reporters/website/__init__.pyc -> build/lib/dexy/reporters/website copying dexy/reporters/website/classes.pyc -> build/lib/dexy/reporters/website copying dexy/reporters/website/nav.jinja -> build/lib/dexy/reporters/website creating build/lib/dexy/reporters/website/__pycache__ copying dexy/reporters/website/__pycache__/__init__.cpython-37.pyc -> build/lib/dexy/reporters/website/__pycache__ copying dexy/reporters/website/__pycache__/classes.cpython-37.pyc -> build/lib/dexy/reporters/website/__pycache__ copying dexy/reporters/nodegraph/__init__.pyc -> build/lib/dexy/reporters/nodegraph copying dexy/reporters/nodegraph/graphviz.pyc -> build/lib/dexy/reporters/nodegraph copying dexy/reporters/nodegraph/text.pyc -> build/lib/dexy/reporters/nodegraph creating build/lib/dexy/reporters/nodegraph/__pycache__ copying dexy/reporters/nodegraph/__pycache__/__init__.cpython-37.pyc -> build/lib/dexy/reporters/nodegraph/__pycache__ copying dexy/reporters/nodegraph/__pycache__/graphviz.cpython-37.pyc -> build/lib/dexy/reporters/nodegraph/__pycache__ copying dexy/reporters/nodegraph/__pycache__/text.cpython-37.pyc -> build/lib/dexy/reporters/nodegraph/__pycache__ copying dexy/reporters/run/__init__.pyc -> build/lib/dexy/reporters/run copying dexy/reporters/run/classes.pyc -> build/lib/dexy/reporters/run copying dexy/reporters/run/template.html -> build/lib/dexy/reporters/run creating build/lib/dexy/reporters/run/__pycache__ copying dexy/reporters/run/__pycache__/__init__.cpython-36.pyc -> build/lib/dexy/reporters/run/__pycache__ copying dexy/reporters/run/__pycache__/__init__.cpython-37.pyc -> build/lib/dexy/reporters/run/__pycache__ copying dexy/reporters/run/__pycache__/classes.cpython-36.pyc -> build/lib/dexy/reporters/run/__pycache__ copying dexy/reporters/run/__pycache__/classes.cpython-37.pyc -> build/lib/dexy/reporters/run/__pycache__ creating build/lib/dexy/reporters/run/files creating build/lib/dexy/reporters/run/files/css copying dexy/reporters/run/files/css/bootstrap-responsive.css -> build/lib/dexy/reporters/run/files/css copying dexy/reporters/run/files/css/bootstrap-responsive.min.css -> build/lib/dexy/reporters/run/files/css copying dexy/reporters/run/files/css/bootstrap.css -> build/lib/dexy/reporters/run/files/css copying dexy/reporters/run/files/css/bootstrap.min.css -> build/lib/dexy/reporters/run/files/css creating build/lib/dexy/reporters/run/files/img copying dexy/reporters/run/files/img/glyphicons-halflings-white.png -> build/lib/dexy/reporters/run/files/img copying dexy/reporters/run/files/img/glyphicons-halflings.png -> build/lib/dexy/reporters/run/files/img creating build/lib/dexy/reporters/run/files/js copying dexy/reporters/run/files/js/bootstrap.js -> build/lib/dexy/reporters/run/files/js copying dexy/reporters/run/files/js/bootstrap.min.js -> build/lib/dexy/reporters/run/files/js copying dexy/reporters/nodegraph/d3/__init__.pyc -> build/lib/dexy/reporters/nodegraph/d3 copying dexy/reporters/nodegraph/d3/template.js -> build/lib/dexy/reporters/nodegraph/d3 creating build/lib/dexy/reporters/nodegraph/d3/__pycache__ copying dexy/reporters/nodegraph/d3/__pycache__/__init__.cpython-37.pyc -> build/lib/dexy/reporters/nodegraph/d3/__pycache__ creating build/lib/dexy/reporters/nodegraph/d3/files copying dexy/reporters/nodegraph/d3/files/d3.min.js -> build/lib/dexy/reporters/nodegraph/d3/files copying dexy/reporters/nodegraph/d3/files/index.html -> build/lib/dexy/reporters/nodegraph/d3/files copying dexy/reporters/nodegraph/d3/files/jquery-1.6.2.min.js -> build/lib/dexy/reporters/nodegraph/d3/files + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.QCC7v8 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64 ++ dirname /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64 + cd dexy-2.0.9 + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/generic-hardened-cc1 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,-z,now -specs=/usr/lib/rpm/generic-hardened-ld' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64 running install /usr/lib/python3.9/site-packages/setuptools/command/install.py:34: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running install_lib creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_filter.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_utils.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_doc.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_node.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_names.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_plugin.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_template.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_sectioned.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/utils.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_batch.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_data.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_abstract_syntax_tree.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_wrapper.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_parser.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_commands.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_workspace.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_wordpress_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_restructured_test_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_templates.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_process_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_r_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_phantomjs_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_latex_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_calibre_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_yaml_parser.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_xxml_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_stdout_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_example_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_git_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_markdown_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_kramdown_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_integration.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_template_assertions.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_websequence_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_archive_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_pexpect_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_yamlargs_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_pygments_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_standard_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_soup_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_matrix_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_easyhtml_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_sanitize_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_tidy_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_lyx_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_reporters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_clang_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_split_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_stdout_input_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_api_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_java_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_pydoc_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_website_repoters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_pytest_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_id_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_templating_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_subprocess_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_pyparse_filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins copying build/lib/tests/plugins/test_templating_plugins.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/data.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/template.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/template.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/doc.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/data.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/xxml.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/fluid_html.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/example.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/pytest.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/ansi.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/pydoc.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/phantomjs.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/confluence.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/md_mistune.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/example.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/phantomjs.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/genipynb.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/rst.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/latex.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/sub.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/soup.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/api.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/genipynb.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/rst.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/easy.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/easy.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/wordpress.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/deprecated.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/ext copying build/lib/dexy/filters/ext/introspect.R -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/ext copying build/lib/dexy/filters/process.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/ipynb.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/process.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/templating.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/aws.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/utils.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/templating.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/asciidoctor.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/pyn.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/pyparse.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/drupal.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/zulip.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/ipynb.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/split.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/api.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/aws.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/ipynbcasper.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/yamlargs.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/archive.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/lyx.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/pytest.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/process.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/org.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/sanitize.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/example.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/rst.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/wordpress.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/websequence.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/md_mistune.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/deprecated.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/sub.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/pyg.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/matrix.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/standard.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/fluid_html.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/ansi.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/soup.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/xxml.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/latex.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/discuss.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/easy.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/utils.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/pexp.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/pydoc.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/genipynb.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/confluence.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/md.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/templating_plugins.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/id.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/ansi.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/java.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/phantomjs.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/__pycache__/git.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__pycache__ copying build/lib/dexy/filters/sanitize.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/pyg.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/standard.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/deprecated.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/org.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/soup.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/md.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/pexp.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/org.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/templating_plugins.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/fluid_html.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/asciidoctor.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/pyparse.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/id.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/matrix.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/split.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/wordpress.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/drupal.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/rubygems.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/foundation-potion.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/iconic.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/foundation-lime.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/maker.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/golo.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/readthedocs.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/github.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/foundation.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/riak.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/asciidoctor.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/rocket-panda.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor/colony.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor copying build/lib/dexy/filters/asciidoctor.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/md.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/archive.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/xxml.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/pyg.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/templating_plugins.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/lyx.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/zulip.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/websequence.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/pyn.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/pydoc.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/pyn.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/ansi.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/filters.yaml -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/discuss.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/id.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/yamlargs.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/__init__.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/standard.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/aws.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/websequence.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/api.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/split.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/ipynb.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/utils.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/pexp.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/archive.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/git.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/latex.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/pyparse.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/java.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/confluence.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/git.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/templating.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/yamlargs.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/sub.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/sanitize.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/java.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/pytest.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/filters/lyx.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters copying build/lib/dexy/exceptions.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/version.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/doc.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters copying build/lib/dexy/reporters/output.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/__pycache__ copying build/lib/dexy/reporters/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/__pycache__ copying build/lib/dexy/reporters/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/__pycache__ copying build/lib/dexy/reporters/__pycache__/output.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/__pycache__ creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/website copying build/lib/dexy/reporters/website/nav.jinja -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/website creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/website/__pycache__ copying build/lib/dexy/reporters/website/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/website/__pycache__ copying build/lib/dexy/reporters/website/__pycache__/classes.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/website/__pycache__ copying build/lib/dexy/reporters/website/classes.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/website copying build/lib/dexy/reporters/website/__init__.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/website copying build/lib/dexy/reporters/website/classes.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/website copying build/lib/dexy/reporters/website/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/website creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph copying build/lib/dexy/reporters/nodegraph/text.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph copying build/lib/dexy/reporters/nodegraph/graphviz.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph copying build/lib/dexy/reporters/nodegraph/text.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/__pycache__ copying build/lib/dexy/reporters/nodegraph/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/__pycache__ copying build/lib/dexy/reporters/nodegraph/__pycache__/graphviz.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/__pycache__ copying build/lib/dexy/reporters/nodegraph/__pycache__/text.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/__pycache__ copying build/lib/dexy/reporters/nodegraph/graphviz.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph copying build/lib/dexy/reporters/nodegraph/__init__.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/d3 creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/d3/files copying build/lib/dexy/reporters/nodegraph/d3/files/jquery-1.6.2.min.js -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/d3/files copying build/lib/dexy/reporters/nodegraph/d3/files/index.html -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/d3/files copying build/lib/dexy/reporters/nodegraph/d3/files/d3.min.js -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/d3/files creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/d3/__pycache__ copying build/lib/dexy/reporters/nodegraph/d3/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/d3/__pycache__ copying build/lib/dexy/reporters/nodegraph/d3/template.js -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/d3 copying build/lib/dexy/reporters/nodegraph/d3/__init__.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/d3 copying build/lib/dexy/reporters/nodegraph/d3/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/d3 copying build/lib/dexy/reporters/nodegraph/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/files creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/files/js copying build/lib/dexy/reporters/run/files/js/bootstrap.min.js -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/files/js copying build/lib/dexy/reporters/run/files/js/bootstrap.js -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/files/js creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/files/css copying build/lib/dexy/reporters/run/files/css/bootstrap-responsive.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/files/css copying build/lib/dexy/reporters/run/files/css/bootstrap-responsive.min.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/files/css copying build/lib/dexy/reporters/run/files/css/bootstrap.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/files/css copying build/lib/dexy/reporters/run/files/css/bootstrap.min.css -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/files/css creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/files/img copying build/lib/dexy/reporters/run/files/img/glyphicons-halflings.png -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/files/img copying build/lib/dexy/reporters/run/files/img/glyphicons-halflings-white.png -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/files/img creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/__pycache__ copying build/lib/dexy/reporters/run/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/__pycache__ copying build/lib/dexy/reporters/run/__pycache__/classes.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/__pycache__ copying build/lib/dexy/reporters/run/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/__pycache__ copying build/lib/dexy/reporters/run/__pycache__/classes.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/__pycache__ copying build/lib/dexy/reporters/run/classes.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run copying build/lib/dexy/reporters/run/template.html -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run copying build/lib/dexy/reporters/run/__init__.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run copying build/lib/dexy/reporters/run/classes.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run copying build/lib/dexy/reporters/run/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run copying build/lib/dexy/reporters/__init__.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters copying build/lib/dexy/reporters/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters copying build/lib/dexy/reporters/output.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters copying build/lib/dexy/load_plugins.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/reporter.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas copying build/lib/dexy/datas/h5.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas copying build/lib/dexy/datas/soup.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas/__pycache__ copying build/lib/dexy/datas/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas/__pycache__ copying build/lib/dexy/datas/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas/__pycache__ copying build/lib/dexy/datas/__pycache__/et.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas/__pycache__ copying build/lib/dexy/datas/__pycache__/soup.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas/__pycache__ copying build/lib/dexy/datas/__pycache__/h5.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas/__pycache__ copying build/lib/dexy/datas/__pycache__/soup.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas/__pycache__ copying build/lib/dexy/datas/soup.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas copying build/lib/dexy/datas/et.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas copying build/lib/dexy/datas/h5.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas copying build/lib/dexy/datas/__init__.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas copying build/lib/dexy/datas/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas copying build/lib/dexy/datas/et.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas copying build/lib/dexy/plugin.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/batch.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/filter.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/utils.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/wrapper.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/parser.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/template.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/parser.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/doc.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/version.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/reporter.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/data.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/filter.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/version.cpython-39.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/exceptions.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/data.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/plugin.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/exceptions.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/version.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/node.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/load_plugins.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/__init__.cpython-39.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/storage.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/utils.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/modargs.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/plugin.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/modargs.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/batch.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/__pycache__/filter.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/__pycache__ copying build/lib/dexy/batch.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/node.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/version.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/exceptions.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/wrapper.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/wrapper.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/reporter.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/storage.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/plugin.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers copying build/lib/dexy/parsers/doc.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers copying build/lib/dexy/parsers/environment.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers copying build/lib/dexy/parsers/doc.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers/__pycache__ copying build/lib/dexy/parsers/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers/__pycache__ copying build/lib/dexy/parsers/__pycache__/doc.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers/__pycache__ copying build/lib/dexy/parsers/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers/__pycache__ copying build/lib/dexy/parsers/__pycache__/doc.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers/__pycache__ copying build/lib/dexy/parsers/__pycache__/environment.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers/__pycache__ copying build/lib/dexy/parsers/environment.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers copying build/lib/dexy/parsers/__init__.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers copying build/lib/dexy/parsers/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers copying build/lib/dexy/load_plugins.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/__init__.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates/default-template copying build/lib/dexy/templates/default-template/dexy.rst -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates/default-template copying build/lib/dexy/templates/default-template/dexy.yaml -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates/default-template copying build/lib/dexy/templates/default-template/README -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates/default-template copying build/lib/dexy/templates/default-template/hello.txt -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates/default-template creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates/__pycache__ copying build/lib/dexy/templates/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates/__pycache__ copying build/lib/dexy/templates/__pycache__/standard.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates/__pycache__ copying build/lib/dexy/templates/__pycache__/standard.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates/__pycache__ copying build/lib/dexy/templates/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates/__pycache__ copying build/lib/dexy/templates/standard.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates copying build/lib/dexy/templates/__init__.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates copying build/lib/dexy/templates/standard.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates copying build/lib/dexy/templates/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/macros copying build/lib/dexy/macros/dexy.jinja -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/macros copying build/lib/dexy/utils.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/storage.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/filters.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/filters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/nodes.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/cite.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/cite.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/fcmds.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/templates.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/it.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/serve.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/parsers.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/parsers.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/dirs.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/env.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/nodes.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/conf.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/grep.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/conf.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/utils.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands creating /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/__init__.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/info.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/serve.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/templates.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/grep.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/dirs.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/env.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/cite.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/fcmds.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/nodes.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/parsers.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/cite.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/__init__.cpython-36.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/reporters.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/it.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/utils.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/conf.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/__pycache__/filters.cpython-37.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__pycache__ copying build/lib/dexy/commands/templates.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/info.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/fcmds.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/it.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/__init__.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/reporters.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/env.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/info.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/utils.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/__init__.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/reporters.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/serve.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/dirs.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/commands/grep.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands copying build/lib/dexy/filter.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/node.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/parser.pyc -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy copying build/lib/dexy/parser.py -> /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_filter.py to test_filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_utils.py to test_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_doc.py to test_doc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_node.py to test_node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_names.py to test_names.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_plugin.py to test_plugin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_template.py to test_template.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_sectioned.py to test_sectioned.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_batch.py to test_batch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_data.py to test_data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_abstract_syntax_tree.py to test_abstract_syntax_tree.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_wrapper.py to test_wrapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_parser.py to test_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_commands.py to test_commands.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/test_workspace.py to test_workspace.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_wordpress_filters.py to test_wordpress_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_restructured_test_filters.py to test_restructured_test_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_templates.py to test_templates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_process_filters.py to test_process_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_r_filters.py to test_r_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_phantomjs_filters.py to test_phantomjs_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_latex_filters.py to test_latex_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_calibre_filters.py to test_calibre_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_yaml_parser.py to test_yaml_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_xxml_filters.py to test_xxml_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_stdout_filters.py to test_stdout_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_example_filters.py to test_example_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_git_filters.py to test_git_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_markdown_filters.py to test_markdown_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_kramdown_filters.py to test_kramdown_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_integration.py to test_integration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_template_assertions.py to test_template_assertions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_websequence_filters.py to test_websequence_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_archive_filters.py to test_archive_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_pexpect_filters.py to test_pexpect_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_yamlargs_filters.py to test_yamlargs_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_pygments_filters.py to test_pygments_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_standard_filters.py to test_standard_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_soup_filters.py to test_soup_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_matrix_filters.py to test_matrix_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_easyhtml_filters.py to test_easyhtml_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_sanitize_filters.py to test_sanitize_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_tidy_filters.py to test_tidy_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_lyx_filters.py to test_lyx_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_reporters.py to test_reporters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_clang_filters.py to test_clang_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_split_filters.py to test_split_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_stdout_input_filters.py to test_stdout_input_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_api_filters.py to test_api_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_java_filters.py to test_java_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_pydoc_filters.py to test_pydoc_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_website_repoters.py to test_website_repoters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_pytest_filters.py to test_pytest_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_id_filters.py to test_id_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_templating_filters.py to test_templating_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_subprocess_filters.py to test_subprocess_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_pyparse_filters.py to test_pyparse_filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/tests/plugins/test_templating_plugins.py to test_templating_plugins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/template.py to template.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/doc.py to doc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/data.py to data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/fluid_html.py to fluid_html.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/example.py to example.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/ansi.py to ansi.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/phantomjs.py to phantomjs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/confluence.py to confluence.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/md_mistune.py to md_mistune.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/soup.py to soup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/api.py to api.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/genipynb.py to genipynb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/rst.py to rst.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/easy.py to easy.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/deprecated.py to deprecated.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/process.py to process.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/ipynb.py to ipynb.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/sanitize.py to sanitize.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/org.py to org.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/pexp.py to pexp.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/templating_plugins.py to templating_plugins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/asciidoctor.py to asciidoctor.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/matrix.py to matrix.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/split.py to split.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/wordpress.py to wordpress.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/drupal.py to drupal.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/md.py to md.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/archive.py to archive.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/xxml.py to xxml.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/pyg.py to pyg.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/zulip.py to zulip.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/pyn.py to pyn.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/pydoc.py to pydoc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/discuss.py to discuss.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/id.py to id.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/yamlargs.py to yamlargs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/standard.py to standard.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/aws.py to aws.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/websequence.py to websequence.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/git.py to git.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/latex.py to latex.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/pyparse.py to pyparse.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/java.py to java.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/templating.py to templating.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/sub.py to sub.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/pytest.py to pytest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filters/lyx.py to lyx.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/website/classes.py to classes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/website/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/graphviz.py to graphviz.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/text.py to text.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/d3/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/nodegraph/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/classes.py to classes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/run/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporters/output.py to output.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/load_plugins.py to load_plugins.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas/soup.py to soup.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas/et.py to et.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas/h5.py to h5.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/datas/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/plugin.py to plugin.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/batch.py to batch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/wrapper.py to wrapper.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/reporter.py to reporter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers/doc.py to doc.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers/environment.py to environment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parsers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates/standard.py to standard.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/templates/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/storage.py to storage.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/filters.py to filters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/cite.py to cite.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/templates.py to templates.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/it.py to it.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/serve.py to serve.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/parsers.py to parsers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/env.py to env.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/nodes.py to nodes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/conf.py to conf.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/grep.py to grep.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/fcmds.py to fcmds.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/info.py to info.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/reporters.py to reporters.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/commands/dirs.py to dirs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/filter.py to filter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/node.py to node.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy/parser.py to parser.cpython-39.pyc writing byte-compilation script '/tmp/tmpu3qa2k_m.py' /usr/bin/python3 /tmp/tmpu3qa2k_m.py removing /tmp/tmpu3qa2k_m.py running install_egg_info running egg_info writing dexy.egg-info/PKG-INFO writing dependency_links to dexy.egg-info/dependency_links.txt writing entry points to dexy.egg-info/entry_points.txt writing requirements to dexy.egg-info/requires.txt writing top-level names to dexy.egg-info/top_level.txt reading manifest file 'dexy.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' writing manifest file 'dexy.egg-info/SOURCES.txt' Copying dexy.egg-info to /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9/site-packages/dexy-2.0.9-py3.9.egg-info running install_scripts Installing dexy script to /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64//usr/share/doc/python-dexy + '[' -d doc ']' ~/build/BUILDROOT/python-dexy-2.0.9-1.aarch64 ~/build/BUILD/dexy-2.0.9 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64 + '[' -d usr/lib ']' + find usr/lib -type f -printf '/%h/%f\n' + '[' -d usr/lib64 ']' + '[' -d usr/bin ']' + find usr/bin -type f -printf '/%h/%f\n' + '[' -d usr/sbin ']' + touch doclist.lst + '[' -d usr/share/man ']' ~/build/BUILD/dexy-2.0.9 + popd + mv /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/filelist.lst . + mv /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.0.9-1 --unique-debug-suffix -2.0.9-1.aarch64 --unique-debug-src-base python-dexy-2.0.9-1.aarch64 -S debugsourcefiles.list /builddir/build/BUILD/dexy-2.0.9 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-dexy-2.0.9-1.noarch Provides: python-dexy python3-dexy = 2.0.9-1 python3.9dist(dexy) = 2.0.9 python3dist(dexy) = 2.0.9 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PartialHardlinkSets) <= 4.0.4-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /usr/bin/python3 python(abi) = 3.9 python3.9dist(beautifulsoup4) python3.9dist(cashew) >= 0.4.1 python3.9dist(chardet) python3.9dist(docutils) python3.9dist(inflection) >= 0.2 python3.9dist(jinja2) python3.9dist(markdown) python3.9dist(pexpect) python3.9dist(ply) >= 3.4 python3.9dist(pygments) python3.9dist(python3-modargs) python3.9dist(pyyaml) python3.9dist(requests) >= 0.10.6 python3.9dist(setuptools) Processing files: python-dexy-help-2.0.9-1.noarch warning: Empty %files file /builddir/build/BUILD/dexy-2.0.9/doclist.lst Provides: python-dexy-help = 2.0.9-1 python3-dexy-doc Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64 Wrote: /builddir/build/RPMS/python-dexy-help-2.0.9-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-dexy-2.0.9-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.ViREuo + umask 022 + cd /builddir/build/BUILD + cd dexy-2.0.9 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-dexy-2.0.9-1.aarch64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0