Mock Version: 3.5 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target x86_64 --nodeps /builddir/build/SPECS/python-punch-py.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1684162925.384151/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-punch-py.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-punch.py-2.0.0-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-punch-py.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1684162925.384151/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-punch-py.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-punch.py-2.0.0-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-punch-py.spec'], chrootPath='/var/lib/mock/openeuler-22.03_LTS_SP1-x86_64-1684162925.384151/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-punch-py.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.oxaToT + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf punch.py-2.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/punch.py-2.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd punch.py-2.0.0 + /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.ixzElQ + umask 022 + cd /builddir/build/BUILD + cd punch.py-2.0.0 + 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' /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( running build running build_py creating build creating build/lib creating build/lib/tests copying tests/test_replacer.py -> build/lib/tests copying tests/conftest.py -> build/lib/tests copying tests/test_version.py -> build/lib/tests copying tests/__init__.py -> build/lib/tests copying tests/test_config.py -> build/lib/tests copying tests/test_version_part.py -> build/lib/tests copying tests/test_file_configuration.py -> build/lib/tests copying tests/test_file_updater.py -> build/lib/tests copying tests/test_helpers.py -> build/lib/tests copying tests/test_vcs_configuration.py -> build/lib/tests copying tests/test_action_register.py -> build/lib/tests creating build/lib/punch copying punch/vcs_configuration.py -> build/lib/punch copying punch/version_part.py -> build/lib/punch copying punch/action_register.py -> build/lib/punch copying punch/file_configuration.py -> build/lib/punch copying punch/file_updater.py -> build/lib/punch copying punch/helpers.py -> build/lib/punch copying punch/__init__.py -> build/lib/punch copying punch/config.py -> build/lib/punch copying punch/replacer.py -> build/lib/punch copying punch/cli.py -> build/lib/punch copying punch/version.py -> build/lib/punch creating build/lib/tests/script copying tests/script/test_init.py -> build/lib/tests/script copying tests/script/test_action_set_part.py -> build/lib/tests/script copying tests/script/test_too_many_options.py -> build/lib/tests/script copying tests/script/test_plain_semver.py -> build/lib/tests/script copying tests/script/test_file_addition.py -> build/lib/tests/script copying tests/script/test_punch.py -> build/lib/tests/script copying tests/script/conftest.py -> build/lib/tests/script copying tests/script/test_full_date_string.py -> build/lib/tests/script copying tests/script/__init__.py -> build/lib/tests/script copying tests/script/test_action_conditional_reset_reset.py -> build/lib/tests/script copying tests/script/test_semver_with_prerelease_metadata_empty_first.py -> build/lib/tests/script copying tests/script/test_dedicated_serializer.py -> build/lib/tests/script copying tests/script/test_release_notes.py -> build/lib/tests/script copying tests/script/test_date.py -> build/lib/tests/script copying tests/script/test_undefined_action.py -> build/lib/tests/script copying tests/script/test_semver_with_build_metadata.py -> build/lib/tests/script copying tests/script/test_simulate_verbose.py -> build/lib/tests/script copying tests/script/test_calver.py -> build/lib/tests/script copying tests/script/test_misconfigured_action.py -> build/lib/tests/script copying tests/script/test_semver_with_prerelease_metadata_empty_last.py -> build/lib/tests/script copying tests/script/test_action_increase_part.py -> build/lib/tests/script copying tests/script/test_named_serializers.py -> build/lib/tests/script copying tests/script/test_complex_serializers.py -> build/lib/tests/script copying tests/script/test_action_conditional_reset_increment.py -> build/lib/tests/script copying tests/script/test_warn_if_no_updates_happened.py -> build/lib/tests/script copying tests/script/test_quotes.py -> build/lib/tests/script creating build/lib/punch/vcs_use_cases copying punch/vcs_use_cases/release.py -> build/lib/punch/vcs_use_cases copying punch/vcs_use_cases/tag.py -> build/lib/punch/vcs_use_cases copying punch/vcs_use_cases/vcs_start_release.py -> build/lib/punch/vcs_use_cases copying punch/vcs_use_cases/use_case.py -> build/lib/punch/vcs_use_cases copying punch/vcs_use_cases/__init__.py -> build/lib/punch/vcs_use_cases copying punch/vcs_use_cases/vcs_finish_release.py -> build/lib/punch/vcs_use_cases creating build/lib/punch/vcs_repositories copying punch/vcs_repositories/vcs_repo.py -> build/lib/punch/vcs_repositories copying punch/vcs_repositories/__init__.py -> build/lib/punch/vcs_repositories copying punch/vcs_repositories/hg_repo.py -> build/lib/punch/vcs_repositories copying punch/vcs_repositories/novcs_repo.py -> build/lib/punch/vcs_repositories copying punch/vcs_repositories/git_repo.py -> build/lib/punch/vcs_repositories copying punch/vcs_repositories/exceptions.py -> build/lib/punch/vcs_repositories copying punch/vcs_repositories/git_flow_repo.py -> build/lib/punch/vcs_repositories creating build/lib/punch/actions copying punch/actions/set_part.py -> build/lib/punch/actions copying punch/actions/__init__.py -> build/lib/punch/actions copying punch/actions/increase_part.py -> build/lib/punch/actions copying punch/actions/conditional_reset.py -> build/lib/punch/actions running egg_info writing punch.py.egg-info/PKG-INFO writing dependency_links to punch.py.egg-info/dependency_links.txt writing entry points to punch.py.egg-info/entry_points.txt writing requirements to punch.py.egg-info/requires.txt writing top-level names to punch.py.egg-info/top_level.txt reading manifest file 'punch.py.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no files found matching '*.rst' under directory 'docs' warning: no files found matching 'conf.py' under directory 'docs' warning: no files found matching 'Makefile' under directory 'docs' adding license file 'LICENSE' adding license file 'AUTHORS.rst' warning: no files found matching 'make.bat' under directory 'docs' writing manifest file 'punch.py.egg-info/SOURCES.txt' creating build/lib/tests/actions copying tests/actions/test_conditional_reset.py -> build/lib/tests/actions copying tests/actions/test_increase_part.py -> build/lib/tests/actions copying tests/actions/test_set_part.py -> build/lib/tests/actions creating build/lib/tests/vcs_repositories copying tests/vcs_repositories/test_git_flow_repo.py -> build/lib/tests/vcs_repositories copying tests/vcs_repositories/test_git_repo.py -> build/lib/tests/vcs_repositories copying tests/vcs_repositories/test_hg_repo.py -> build/lib/tests/vcs_repositories copying tests/vcs_repositories/test_novcs_repo.py -> build/lib/tests/vcs_repositories copying tests/vcs_repositories/test_vcs_repo.py -> build/lib/tests/vcs_repositories creating build/lib/tests/vcs_use_cases copying tests/vcs_use_cases/test_release_use_case.py -> build/lib/tests/vcs_use_cases copying tests/vcs_use_cases/test_tag_use_case.py -> build/lib/tests/vcs_use_cases copying tests/vcs_use_cases/test_use_case.py -> build/lib/tests/vcs_use_cases copying tests/vcs_use_cases/test_vcs_finish_release.py -> build/lib/tests/vcs_use_cases copying tests/vcs_use_cases/test_vcs_start_release.py -> build/lib/tests/vcs_use_cases copying tests/script/.coverage -> build/lib/tests/script + sleep 1 + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.M05ohW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64 ++ dirname /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64 + cd punch.py-2.0.0 + 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-punch.py-2.0.0-1.x86_64 /usr/lib/python3.9/site-packages/setuptools/dist.py:717: UserWarning: Usage of dash-separated 'description-file' will not be supported in future versions. Please use the underscore name 'description_file' instead warnings.warn( 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-punch.py-2.0.0-1.x86_64/usr creating /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib creating /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_use_cases copying build/lib/tests/vcs_use_cases/test_tag_use_case.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_use_cases copying build/lib/tests/vcs_use_cases/test_use_case.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_use_cases copying build/lib/tests/vcs_use_cases/test_release_use_case.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_use_cases copying build/lib/tests/vcs_use_cases/test_vcs_finish_release.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_use_cases copying build/lib/tests/vcs_use_cases/test_vcs_start_release.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_use_cases copying build/lib/tests/test_replacer.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/conftest.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_version.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/__init__.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_repositories copying build/lib/tests/vcs_repositories/test_git_repo.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_repositories copying build/lib/tests/vcs_repositories/test_git_flow_repo.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_repositories copying build/lib/tests/vcs_repositories/test_novcs_repo.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_repositories copying build/lib/tests/vcs_repositories/test_hg_repo.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_repositories copying build/lib/tests/vcs_repositories/test_vcs_repo.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_repositories copying build/lib/tests/test_config.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_version_part.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_file_configuration.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_file_updater.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_init.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_action_set_part.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_too_many_options.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_plain_semver.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_file_addition.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_punch.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/conftest.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_full_date_string.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/__init__.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_action_conditional_reset_reset.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_semver_with_prerelease_metadata_empty_first.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_dedicated_serializer.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_release_notes.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_date.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_undefined_action.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_semver_with_build_metadata.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_simulate_verbose.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_calver.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_misconfigured_action.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_semver_with_prerelease_metadata_empty_last.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_action_increase_part.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/.coverage -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_named_serializers.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_complex_serializers.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_action_conditional_reset_increment.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_warn_if_no_updates_happened.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script copying build/lib/tests/script/test_quotes.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script creating /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/actions copying build/lib/tests/actions/test_increase_part.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/actions copying build/lib/tests/actions/test_conditional_reset.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/actions copying build/lib/tests/actions/test_set_part.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/actions copying build/lib/tests/test_helpers.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_vcs_configuration.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests copying build/lib/tests/test_action_register.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests creating /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch copying build/lib/punch/vcs_configuration.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch creating /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases copying build/lib/punch/vcs_use_cases/release.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases copying build/lib/punch/vcs_use_cases/tag.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases copying build/lib/punch/vcs_use_cases/vcs_start_release.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases copying build/lib/punch/vcs_use_cases/use_case.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases copying build/lib/punch/vcs_use_cases/__init__.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases copying build/lib/punch/vcs_use_cases/vcs_finish_release.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases copying build/lib/punch/version_part.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch copying build/lib/punch/action_register.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch copying build/lib/punch/file_configuration.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch copying build/lib/punch/file_updater.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch copying build/lib/punch/helpers.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch copying build/lib/punch/__init__.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch creating /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories copying build/lib/punch/vcs_repositories/vcs_repo.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories copying build/lib/punch/vcs_repositories/__init__.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories copying build/lib/punch/vcs_repositories/hg_repo.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories copying build/lib/punch/vcs_repositories/novcs_repo.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories copying build/lib/punch/vcs_repositories/git_repo.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories copying build/lib/punch/vcs_repositories/exceptions.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories copying build/lib/punch/vcs_repositories/git_flow_repo.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories copying build/lib/punch/config.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch copying build/lib/punch/replacer.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch creating /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/actions copying build/lib/punch/actions/set_part.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/actions copying build/lib/punch/actions/__init__.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/actions copying build/lib/punch/actions/increase_part.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/actions copying build/lib/punch/actions/conditional_reset.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/actions copying build/lib/punch/cli.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch copying build/lib/punch/version.py -> /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_use_cases/test_tag_use_case.py to test_tag_use_case.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_use_cases/test_use_case.py to test_use_case.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_use_cases/test_release_use_case.py to test_release_use_case.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_use_cases/test_vcs_finish_release.py to test_vcs_finish_release.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_use_cases/test_vcs_start_release.py to test_vcs_start_release.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/test_replacer.py to test_replacer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/test_version.py to test_version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_repositories/test_git_repo.py to test_git_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_repositories/test_git_flow_repo.py to test_git_flow_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_repositories/test_novcs_repo.py to test_novcs_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_repositories/test_hg_repo.py to test_hg_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/vcs_repositories/test_vcs_repo.py to test_vcs_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/test_config.py to test_config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/test_version_part.py to test_version_part.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/test_file_configuration.py to test_file_configuration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/test_file_updater.py to test_file_updater.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_init.py to test_init.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_action_set_part.py to test_action_set_part.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_too_many_options.py to test_too_many_options.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_plain_semver.py to test_plain_semver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_file_addition.py to test_file_addition.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_punch.py to test_punch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/conftest.py to conftest.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_full_date_string.py to test_full_date_string.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_action_conditional_reset_reset.py to test_action_conditional_reset_reset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_semver_with_prerelease_metadata_empty_first.py to test_semver_with_prerelease_metadata_empty_first.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_dedicated_serializer.py to test_dedicated_serializer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_release_notes.py to test_release_notes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_date.py to test_date.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_undefined_action.py to test_undefined_action.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_semver_with_build_metadata.py to test_semver_with_build_metadata.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_simulate_verbose.py to test_simulate_verbose.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_calver.py to test_calver.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_misconfigured_action.py to test_misconfigured_action.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_semver_with_prerelease_metadata_empty_last.py to test_semver_with_prerelease_metadata_empty_last.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_action_increase_part.py to test_action_increase_part.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_named_serializers.py to test_named_serializers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_complex_serializers.py to test_complex_serializers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_action_conditional_reset_increment.py to test_action_conditional_reset_increment.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_warn_if_no_updates_happened.py to test_warn_if_no_updates_happened.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/script/test_quotes.py to test_quotes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/actions/test_increase_part.py to test_increase_part.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/actions/test_conditional_reset.py to test_conditional_reset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/actions/test_set_part.py to test_set_part.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/test_helpers.py to test_helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/test_vcs_configuration.py to test_vcs_configuration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/tests/test_action_register.py to test_action_register.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_configuration.py to vcs_configuration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases/release.py to release.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases/tag.py to tag.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases/vcs_start_release.py to vcs_start_release.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases/use_case.py to use_case.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_use_cases/vcs_finish_release.py to vcs_finish_release.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/version_part.py to version_part.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/action_register.py to action_register.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/file_configuration.py to file_configuration.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/file_updater.py to file_updater.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/helpers.py to helpers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories/vcs_repo.py to vcs_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories/hg_repo.py to hg_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories/novcs_repo.py to novcs_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories/git_repo.py to git_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/vcs_repositories/git_flow_repo.py to git_flow_repo.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/replacer.py to replacer.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/actions/set_part.py to set_part.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/actions/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/actions/increase_part.py to increase_part.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/actions/conditional_reset.py to conditional_reset.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/cli.py to cli.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch/version.py to version.cpython-39.pyc writing byte-compilation script '/tmp/tmpzzo04w18.py' /usr/bin/python3 /tmp/tmpzzo04w18.py removing /tmp/tmpzzo04w18.py running install_egg_info running egg_info writing punch.py.egg-info/PKG-INFO writing dependency_links to punch.py.egg-info/dependency_links.txt writing entry points to punch.py.egg-info/entry_points.txt writing requirements to punch.py.egg-info/requires.txt writing top-level names to punch.py.egg-info/top_level.txt reading manifest file 'punch.py.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no previously-included files matching '__pycache__' found under directory '*' warning: no previously-included files matching '*.py[co]' found under directory '*' warning: no files found matching '*.rst' under directory 'docs' warning: no files found matching 'conf.py' under directory 'docs' warning: no files found matching 'Makefile' under directory 'docs' adding license file 'LICENSE' adding license file 'AUTHORS.rst' warning: no files found matching 'make.bat' under directory 'docs' writing manifest file 'punch.py.egg-info/SOURCES.txt' Copying punch.py.egg-info to /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/lib/python3.9/site-packages/punch.py-2.0.0-py3.9.egg-info running install_scripts Installing punch script to /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/usr/bin + install -d -m755 /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64//usr/share/doc/python-punch.py + '[' -d doc ']' + '[' -d docs ']' + '[' -d example ']' + '[' -d examples ']' + pushd /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64 ~/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64 ~/build/BUILD/punch.py-2.0.0 + '[' -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/punch.py-2.0.0 + popd + mv /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/filelist.lst . + mv /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64/doclist.lst . + /usr/bin/find-debuginfo -j4 --strict-build-id -i --build-id-seed 2.0.0-1 --unique-debug-suffix -2.0.0-1.x86_64 --unique-debug-src-base python-punch.py-2.0.0-1.x86_64 -S debugsourcefiles.list /builddir/build/BUILD/punch.py-2.0.0 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-punch.py-2.0.0-1.x86_64/usr/lib/python3.9 using /usr/bin/python3.9 + /usr/lib/rpm/brp-python-hardlink Processing files: python3-punch.py-2.0.0-1.noarch Provides: python-punch.py python3-punch.py = 2.0.0-1 python3.9dist(punch.py) = 2 python3dist(punch.py) = 2 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(jinja2) python3.9dist(setuptools) python3.9dist(six) Processing files: python-punch.py-help-2.0.0-1.noarch warning: Empty %files file /builddir/build/BUILD/punch.py-2.0.0/doclist.lst Provides: python-punch.py-help = 2.0.0-1 python3-punch.py-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-punch.py-2.0.0-1.x86_64 Wrote: /builddir/build/RPMS/python-punch.py-help-2.0.0-1.noarch.rpm Wrote: /builddir/build/RPMS/python3-punch.py-2.0.0-1.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.W5xffe + umask 022 + cd /builddir/build/BUILD + cd punch.py-2.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-punch.py-2.0.0-1.x86_64 + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0