Mock Version: 2.8 Mock Version: 2.8 Mock Version: 2.8 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-podman.spec'], chrootPath='/var/lib/mock/module-container-tools-3.0-920210811090310-8cf767d6-build-167793-25248/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=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /builddir/build/SPECS/python-podman.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 Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1628640000 Wrote: /builddir/build/SRPMS/python-podman-3.2.0-3.module_el9+95+31ec2ca4.src.rpm Child return code was: 0 ENTER ['do_with_status'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-podman.spec'], chrootPath='/var/lib/mock/module-container-tools-3.0-920210811090310-8cf767d6-build-167793-25248/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=86400uid=989gid=135user='mockbuild'nspawn_args=[]unshare_net=TrueprintOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bb --target noarch --nodeps /builddir/build/SPECS/python-podman.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 Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1628640000 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.6snhyh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf podman-py-3.2.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/v3.2.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd podman-py-3.2.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + /usr/bin/git init -q + /usr/bin/git config user.name rpm-build + /usr/bin/git config user.email '' + /usr/bin/git config gc.auto 0 + /usr/bin/git add --force . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-podman-3.2.0 base' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.p0KQv7 + umask 022 + cd /builddir/build/BUILD + cd podman-py-3.2.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power9 -mtune=power9 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/podman copying podman/tlsconfig.py -> build/lib/podman copying podman/version.py -> build/lib/podman copying podman/client.py -> build/lib/podman copying podman/__init__.py -> build/lib/podman creating build/lib/podman/domain copying podman/domain/secrets.py -> build/lib/podman/domain copying podman/domain/images.py -> build/lib/podman/domain copying podman/domain/manifests.py -> build/lib/podman/domain copying podman/domain/networks_manager.py -> build/lib/podman/domain copying podman/domain/images_build.py -> build/lib/podman/domain copying podman/domain/events.py -> build/lib/podman/domain copying podman/domain/containers.py -> build/lib/podman/domain copying podman/domain/containers_create.py -> build/lib/podman/domain copying podman/domain/volumes.py -> build/lib/podman/domain copying podman/domain/containers_manager.py -> build/lib/podman/domain copying podman/domain/ipam.py -> build/lib/podman/domain copying podman/domain/config.py -> build/lib/podman/domain copying podman/domain/pods.py -> build/lib/podman/domain copying podman/domain/system.py -> build/lib/podman/domain copying podman/domain/registry_data.py -> build/lib/podman/domain copying podman/domain/images_manager.py -> build/lib/podman/domain copying podman/domain/containers_run.py -> build/lib/podman/domain copying podman/domain/manager.py -> build/lib/podman/domain copying podman/domain/__init__.py -> build/lib/podman/domain copying podman/domain/pods_manager.py -> build/lib/podman/domain copying podman/domain/networks.py -> build/lib/podman/domain creating build/lib/podman/errors copying podman/errors/exceptions.py -> build/lib/podman/errors copying podman/errors/__init__.py -> build/lib/podman/errors creating build/lib/podman/api copying podman/api/uds.py -> build/lib/podman/api copying podman/api/cached_property.py -> build/lib/podman/api copying podman/api/http_utils.py -> build/lib/podman/api copying podman/api/tar_utils.py -> build/lib/podman/api copying podman/api/client.py -> build/lib/podman/api copying podman/api/ssh.py -> build/lib/podman/api copying podman/api/parse_utils.py -> build/lib/podman/api copying podman/api/typing_extensions.py -> build/lib/podman/api copying podman/api/__init__.py -> build/lib/podman/api copying podman/api/adapter_utils.py -> build/lib/podman/api running egg_info creating podman.egg-info writing podman.egg-info/PKG-INFO writing dependency_links to podman.egg-info/dependency_links.txt writing requirements to podman.egg-info/requires.txt writing top-level names to podman.egg-info/top_level.txt writing manifest file 'podman.egg-info/SOURCES.txt' reading manifest file 'podman.egg-info/SOURCES.txt' writing manifest file 'podman.egg-info/SOURCES.txt' + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.tHkCCD + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch ++ dirname /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch + cd podman-py-3.2.0 + CFLAGS='-O2 -flto=auto -ffat-lto-objects -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mcpu=power9 -mtune=power9 -fasynchronous-unwind-tables -fstack-clash-protection' + LDFLAGS='-Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 ' + /usr/bin/python3 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch running install running install_lib creating /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr creating /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib creating /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman creating /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/secrets.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/images.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/manifests.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/networks_manager.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/images_build.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/events.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/containers.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/containers_create.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/volumes.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/containers_manager.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/ipam.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/config.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/pods.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/system.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/registry_data.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/images_manager.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/containers_run.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/manager.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/__init__.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/pods_manager.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/domain/networks.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain copying build/lib/podman/tlsconfig.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman creating /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/errors copying build/lib/podman/errors/exceptions.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/errors copying build/lib/podman/errors/__init__.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/errors copying build/lib/podman/version.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman copying build/lib/podman/client.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman creating /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api copying build/lib/podman/api/uds.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api copying build/lib/podman/api/cached_property.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api copying build/lib/podman/api/http_utils.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api copying build/lib/podman/api/tar_utils.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api copying build/lib/podman/api/client.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api copying build/lib/podman/api/ssh.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api copying build/lib/podman/api/parse_utils.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api copying build/lib/podman/api/typing_extensions.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api copying build/lib/podman/api/__init__.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api copying build/lib/podman/api/adapter_utils.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api copying build/lib/podman/__init__.py -> /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/secrets.py to secrets.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/images.py to images.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/manifests.py to manifests.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/networks_manager.py to networks_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/images_build.py to images_build.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/events.py to events.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/containers.py to containers.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/containers_create.py to containers_create.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/volumes.py to volumes.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/containers_manager.py to containers_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/ipam.py to ipam.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/config.py to config.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/pods.py to pods.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/system.py to system.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/registry_data.py to registry_data.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/images_manager.py to images_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/containers_run.py to containers_run.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/manager.py to manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/pods_manager.py to pods_manager.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/domain/networks.py to networks.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/tlsconfig.py to tlsconfig.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/errors/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/errors/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/version.py to version.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api/uds.py to uds.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api/cached_property.py to cached_property.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api/http_utils.py to http_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api/tar_utils.py to tar_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api/ssh.py to ssh.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api/parse_utils.py to parse_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api/typing_extensions.py to typing_extensions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/api/adapter_utils.py to adapter_utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmpe1xcha5v.py' /usr/bin/python3 /tmp/tmpe1xcha5v.py removing /tmp/tmpe1xcha5v.py running install_egg_info running egg_info writing podman.egg-info/PKG-INFO writing dependency_links to podman.egg-info/dependency_links.txt writing requirements to podman.egg-info/requires.txt writing top-level names to podman.egg-info/top_level.txt reading manifest file 'podman.egg-info/SOURCES.txt' writing manifest file 'podman.egg-info/SOURCES.txt' Copying podman.egg-info to /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9/site-packages/podman-3.2.0-py3.9.egg-info running install_scripts + rm -rfv /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/bin/__pycache__ + /usr/lib/rpm/find-debuginfo.sh -j20 --strict-build-id -m -i --build-id-seed 3.2.0-3.module_el9+95+31ec2ca4 --unique-debug-suffix -3.2.0-3.module_el9+95+31ec2ca4.noarch --unique-debug-src-base python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/podman-py-3.2.0 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig + /usr/lib/rpm/brp-compress + /usr/lib/rpm/redhat/brp-strip-lto /usr/bin/strip + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/redhat/brp-python-bytecompile '' 1 0 Bytecompiling .py files below /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: python3-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.Ju9Pjj + umask 022 + cd /builddir/build/BUILD + cd podman-py-3.2.0 + DOCDIR=/builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/share/doc/python3-podman + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/share/doc/python3-podman + cp -pr README.md /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/share/doc/python3-podman + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.R6Ll7w + umask 022 + cd /builddir/build/BUILD + cd podman-py-3.2.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/share/licenses/python3-podman + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/share/licenses/python3-podman + cp -pr LICENSE /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch/usr/share/licenses/python3-podman + RPM_EC=0 ++ jobs -p + exit 0 Provides: podman-py = 3.2.0-3.module_el9+95+31ec2ca4 python-podman = 3.2.0-3.module_el9+95+31ec2ca4 python3-podman = 3.2.0-3.module_el9+95+31ec2ca4 python3.9-podman = 3.2.0-3.module_el9+95+31ec2ca4 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: python(abi) = 3.9 Obsoletes: python-podman < 3.2.0-3.module_el9+95+31ec2ca4 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch Wrote: /builddir/build/RPMS/python3-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.L7uwbh + umask 022 + cd /builddir/build/BUILD + cd podman-py-3.2.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-podman-3.2.0-3.module_el9+95+31ec2ca4.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0