Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-handsdown.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1684431375.101971/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 x86_64 --nodeps /builddir/build/SPECS/python-handsdown.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-handsdown-2.0.1-1.src.rpm Child return code was: 0 Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-handsdown.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1684431375.101971/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 x86_64 --nodeps /builddir/build/SPECS/python-handsdown.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: x86_64 Building for target x86_64 Wrote: /builddir/build/SRPMS/python-handsdown-2.0.1-1.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target x86_64 --nodeps /builddir/build/SPECS/python-handsdown.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1684431375.101971/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 x86_64 --nodeps /builddir/build/SPECS/python-handsdown.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: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.QgQHDp + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf handsdown-2.0.1 + /usr/bin/gzip -dc /builddir/build/SOURCES/handsdown-2.0.1.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd handsdown-2.0.1 + /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.Hctwlc + umask 022 + cd /builddir/build/BUILD + cd handsdown-2.0.1 + 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 -m64 -mtune=generic -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/handsdown copying handsdown/exceptions.py -> build/lib/handsdown copying handsdown/jinja_manager.py -> build/lib/handsdown copying handsdown/constants.py -> build/lib/handsdown copying handsdown/loader.py -> build/lib/handsdown copying handsdown/md_document.py -> build/lib/handsdown copying handsdown/cli_parser.py -> build/lib/handsdown copying handsdown/__main__.py -> build/lib/handsdown copying handsdown/main.py -> build/lib/handsdown copying handsdown/__init__.py -> build/lib/handsdown creating build/lib/handsdown/ast_parser copying handsdown/ast_parser/type_defs.py -> build/lib/handsdown/ast_parser copying handsdown/ast_parser/module_record_list.py -> build/lib/handsdown/ast_parser copying handsdown/ast_parser/smart_ast.py -> build/lib/handsdown/ast_parser copying handsdown/ast_parser/__init__.py -> build/lib/handsdown/ast_parser creating build/lib/handsdown/ast_parser/analyzers copying handsdown/ast_parser/analyzers/function_analyzer.py -> build/lib/handsdown/ast_parser/analyzers copying handsdown/ast_parser/analyzers/class_analyzer.py -> build/lib/handsdown/ast_parser/analyzers copying handsdown/ast_parser/analyzers/expression_analyzer.py -> build/lib/handsdown/ast_parser/analyzers copying handsdown/ast_parser/analyzers/module_analyzer.py -> build/lib/handsdown/ast_parser/analyzers copying handsdown/ast_parser/analyzers/base_analyzer.py -> build/lib/handsdown/ast_parser/analyzers copying handsdown/ast_parser/analyzers/__init__.py -> build/lib/handsdown/ast_parser/analyzers creating build/lib/handsdown/ast_parser/node_records copying handsdown/ast_parser/node_records/argument_record.py -> build/lib/handsdown/ast_parser/node_records copying handsdown/ast_parser/node_records/function_record.py -> build/lib/handsdown/ast_parser/node_records copying handsdown/ast_parser/node_records/class_record.py -> build/lib/handsdown/ast_parser/node_records copying handsdown/ast_parser/node_records/module_record.py -> build/lib/handsdown/ast_parser/node_records copying handsdown/ast_parser/node_records/node_record.py -> build/lib/handsdown/ast_parser/node_records copying handsdown/ast_parser/node_records/expression_record.py -> build/lib/handsdown/ast_parser/node_records copying handsdown/ast_parser/node_records/text_record.py -> build/lib/handsdown/ast_parser/node_records copying handsdown/ast_parser/node_records/attribute_record.py -> build/lib/handsdown/ast_parser/node_records copying handsdown/ast_parser/node_records/import_record.py -> build/lib/handsdown/ast_parser/node_records copying handsdown/ast_parser/node_records/__init__.py -> build/lib/handsdown/ast_parser/node_records creating build/lib/handsdown/generators copying handsdown/generators/material.py -> build/lib/handsdown/generators copying handsdown/generators/rtd.py -> build/lib/handsdown/generators copying handsdown/generators/base.py -> build/lib/handsdown/generators copying handsdown/generators/__init__.py -> build/lib/handsdown/generators creating build/lib/handsdown/processors copying handsdown/processors/pep257.py -> build/lib/handsdown/processors copying handsdown/processors/section.py -> build/lib/handsdown/processors copying handsdown/processors/section_block.py -> build/lib/handsdown/processors copying handsdown/processors/smart.py -> build/lib/handsdown/processors copying handsdown/processors/base.py -> build/lib/handsdown/processors copying handsdown/processors/section_map.py -> build/lib/handsdown/processors copying handsdown/processors/rst.py -> build/lib/handsdown/processors copying handsdown/processors/__init__.py -> build/lib/handsdown/processors creating build/lib/handsdown/utils copying handsdown/utils/indent_trimmer.py -> build/lib/handsdown/utils copying handsdown/utils/path_finder.py -> build/lib/handsdown/utils copying handsdown/utils/import_string.py -> build/lib/handsdown/utils copying handsdown/utils/nice_path.py -> build/lib/handsdown/utils copying handsdown/utils/blackify.py -> build/lib/handsdown/utils copying handsdown/utils/markdown.py -> build/lib/handsdown/utils copying handsdown/utils/logger.py -> build/lib/handsdown/utils copying handsdown/utils/docstring_formatter.py -> build/lib/handsdown/utils copying handsdown/utils/strings.py -> build/lib/handsdown/utils copying handsdown/utils/__init__.py -> build/lib/handsdown/utils copying handsdown/py.typed -> build/lib/handsdown copying handsdown/README.md -> build/lib/handsdown creating build/lib/handsdown/templates creating build/lib/handsdown/templates/common copying handsdown/templates/common/gh_pages_config.yml.jinja2 -> build/lib/handsdown/templates/common copying handsdown/templates/common/function.md.jinja2 -> build/lib/handsdown/templates/common copying handsdown/templates/common/class_signature.py.jinja2 -> build/lib/handsdown/templates/common copying handsdown/templates/common/docstring.md.jinja2 -> build/lib/handsdown/templates/common copying handsdown/templates/common/function_signature.py.jinja2 -> build/lib/handsdown/templates/common copying handsdown/templates/common/method.md.jinja2 -> build/lib/handsdown/templates/common copying handsdown/templates/common/class.md.jinja2 -> build/lib/handsdown/templates/common copying handsdown/templates/common/argument.py.jinja2 -> build/lib/handsdown/templates/common copying handsdown/templates/common/index.md.jinja2 -> build/lib/handsdown/templates/common creating build/lib/handsdown/templates/material copying handsdown/templates/material/readthedocs.yml.jinja2 -> build/lib/handsdown/templates/material copying handsdown/templates/material/mkdocs.yml.jinja2 -> build/lib/handsdown/templates/material copying handsdown/templates/material/module.md.jinja2 -> build/lib/handsdown/templates/material copying handsdown/templates/material/requirements.mkdocs.txt.jinja2 -> build/lib/handsdown/templates/material creating build/lib/handsdown/templates/readthedocs copying handsdown/templates/readthedocs/readthedocs.yml.jinja2 -> build/lib/handsdown/templates/readthedocs copying handsdown/templates/readthedocs/mkdocs.yml.jinja2 -> build/lib/handsdown/templates/readthedocs copying handsdown/templates/readthedocs/module.md.jinja2 -> build/lib/handsdown/templates/readthedocs + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.TTG2vP + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64 + cd handsdown-2.0.1 + 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 -m64 -mtune=generic -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-handsdown-2.0.1-1.x86_64 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-handsdown-2.0.1-1.x86_64/usr creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown copying build/lib/handsdown/exceptions.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown copying build/lib/handsdown/jinja_manager.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/common copying build/lib/handsdown/templates/common/gh_pages_config.yml.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/common copying build/lib/handsdown/templates/common/function.md.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/common copying build/lib/handsdown/templates/common/class_signature.py.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/common copying build/lib/handsdown/templates/common/docstring.md.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/common copying build/lib/handsdown/templates/common/function_signature.py.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/common copying build/lib/handsdown/templates/common/method.md.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/common copying build/lib/handsdown/templates/common/class.md.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/common copying build/lib/handsdown/templates/common/argument.py.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/common copying build/lib/handsdown/templates/common/index.md.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/common creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/readthedocs copying build/lib/handsdown/templates/readthedocs/readthedocs.yml.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/readthedocs copying build/lib/handsdown/templates/readthedocs/mkdocs.yml.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/readthedocs copying build/lib/handsdown/templates/readthedocs/module.md.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/readthedocs creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/material copying build/lib/handsdown/templates/material/readthedocs.yml.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/material copying build/lib/handsdown/templates/material/mkdocs.yml.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/material copying build/lib/handsdown/templates/material/module.md.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/material copying build/lib/handsdown/templates/material/requirements.mkdocs.txt.jinja2 -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/templates/material copying build/lib/handsdown/constants.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown copying build/lib/handsdown/py.typed -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/generators copying build/lib/handsdown/generators/material.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/generators copying build/lib/handsdown/generators/rtd.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/generators copying build/lib/handsdown/generators/base.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/generators copying build/lib/handsdown/generators/__init__.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/generators copying build/lib/handsdown/loader.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors copying build/lib/handsdown/processors/pep257.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors copying build/lib/handsdown/processors/section.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors copying build/lib/handsdown/processors/section_block.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors copying build/lib/handsdown/processors/smart.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors copying build/lib/handsdown/processors/base.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors copying build/lib/handsdown/processors/section_map.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors copying build/lib/handsdown/processors/rst.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors copying build/lib/handsdown/processors/__init__.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils copying build/lib/handsdown/utils/indent_trimmer.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils copying build/lib/handsdown/utils/path_finder.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils copying build/lib/handsdown/utils/import_string.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils copying build/lib/handsdown/utils/nice_path.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils copying build/lib/handsdown/utils/blackify.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils copying build/lib/handsdown/utils/markdown.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils copying build/lib/handsdown/utils/logger.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils copying build/lib/handsdown/utils/docstring_formatter.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils copying build/lib/handsdown/utils/strings.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils copying build/lib/handsdown/utils/__init__.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records copying build/lib/handsdown/ast_parser/node_records/argument_record.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records copying build/lib/handsdown/ast_parser/node_records/function_record.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records copying build/lib/handsdown/ast_parser/node_records/class_record.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records copying build/lib/handsdown/ast_parser/node_records/module_record.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records copying build/lib/handsdown/ast_parser/node_records/node_record.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records copying build/lib/handsdown/ast_parser/node_records/expression_record.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records copying build/lib/handsdown/ast_parser/node_records/text_record.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records copying build/lib/handsdown/ast_parser/node_records/attribute_record.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records copying build/lib/handsdown/ast_parser/node_records/import_record.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records copying build/lib/handsdown/ast_parser/node_records/__init__.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records copying build/lib/handsdown/ast_parser/type_defs.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser copying build/lib/handsdown/ast_parser/module_record_list.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser copying build/lib/handsdown/ast_parser/smart_ast.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser creating /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers copying build/lib/handsdown/ast_parser/analyzers/function_analyzer.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers copying build/lib/handsdown/ast_parser/analyzers/class_analyzer.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers copying build/lib/handsdown/ast_parser/analyzers/expression_analyzer.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers copying build/lib/handsdown/ast_parser/analyzers/module_analyzer.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers copying build/lib/handsdown/ast_parser/analyzers/base_analyzer.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers copying build/lib/handsdown/ast_parser/analyzers/__init__.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers copying build/lib/handsdown/ast_parser/__init__.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser copying build/lib/handsdown/md_document.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown copying build/lib/handsdown/cli_parser.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown copying build/lib/handsdown/__main__.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown copying build/lib/handsdown/README.md -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown copying build/lib/handsdown/main.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown copying build/lib/handsdown/__init__.py -> /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/jinja_manager.py to jinja_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/constants.py to constants.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/generators/material.py to material.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/generators/rtd.py to rtd.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/generators/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/generators/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/loader.py to loader.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors/pep257.py to pep257.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors/section.py to section.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors/section_block.py to section_block.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors/smart.py to smart.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors/section_map.py to section_map.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors/rst.py to rst.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/processors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils/indent_trimmer.py to indent_trimmer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils/path_finder.py to path_finder.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils/import_string.py to import_string.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils/nice_path.py to nice_path.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils/blackify.py to blackify.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils/markdown.py to markdown.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils/logger.py to logger.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils/docstring_formatter.py to docstring_formatter.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils/strings.py to strings.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/utils/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records/argument_record.py to argument_record.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records/function_record.py to function_record.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records/class_record.py to class_record.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records/module_record.py to module_record.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records/node_record.py to node_record.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records/expression_record.py to expression_record.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records/text_record.py to text_record.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records/attribute_record.py to attribute_record.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records/import_record.py to import_record.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/node_records/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/type_defs.py to type_defs.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/module_record_list.py to module_record_list.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/smart_ast.py to smart_ast.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers/function_analyzer.py to function_analyzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers/class_analyzer.py to class_analyzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers/expression_analyzer.py to expression_analyzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers/module_analyzer.py to module_analyzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers/base_analyzer.py to base_analyzer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/analyzers/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/ast_parser/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/md_document.py to md_document.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/cli_parser.py to cli_parser.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/__main__.py to __main__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/main.py to main.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmp3vmc0_xb.py' /usr/bin/python3 /tmp/tmp3vmc0_xb.py removing /tmp/tmp3vmc0_xb.py running install_egg_info running egg_info creating handsdown.egg-info writing handsdown.egg-info/PKG-INFO writing dependency_links to handsdown.egg-info/dependency_links.txt writing entry points to handsdown.egg-info/entry_points.txt writing requirements to handsdown.egg-info/requires.txt writing top-level names to handsdown.egg-info/top_level.txt writing manifest file 'handsdown.egg-info/SOURCES.txt' reading manifest file 'handsdown.egg-info/SOURCES.txt' adding license file 'LICENSE' writing manifest file 'handsdown.egg-info/SOURCES.txt' Copying handsdown.egg-info to /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/lib/python3.9/site-packages/handsdown-2.0.1-py3.9.egg-info running install_scripts Installing handsdown script to /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64//usr/share/doc/python-handsdown + '[' -d doc ']' ~/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64 ~/build/BUILD/handsdown-2.0.1 + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64 + '[' -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 ']' + popd ~/build/BUILD/handsdown-2.0.1 + mv /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.0.1-1 --unique-debug-suffix -2.0.1-1.x86_64 --unique-debug-src-base python-handsdown-2.0.1-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/handsdown-2.0.1 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-handsdown-2.0.1-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-handsdown-2.0.1-1.noarch Provides: python-handsdown python3-handsdown = 2.0.1-1 python3.9dist(handsdown) = 2.0.1 python3dist(handsdown) = 2.0.1 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(black) python3.9dist(importlib-resources) python3.9dist(jinja2) python3.9dist(pip) python3.9dist(setuptools) python3.9dist(typed-ast) Processing files: python-handsdown-help-2.0.1-1.noarch warning: Empty %files file /builddir/build/BUILD/handsdown-2.0.1/doclist.lst Provides: python-handsdown-help = 2.0.1-1 python3-handsdown-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-handsdown-2.0.1-1.x86_64 Wrote: /builddir/build/RPMS/python-handsdown-help-2.0.1-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-handsdown-2.0.1-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AEIEhR + umask 022 + cd /builddir/build/BUILD + cd handsdown-2.0.1 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-handsdown-2.0.1-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0