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-etcd3gw.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-antelope-el9s-build-164871-997632/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', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080', 'no_proxy': '127.0.0.1,::1,localhost,localhost.localdomain,localhost4,localhost4.localdomain4,localhost6,localhost6.localdomain6'}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-etcd3gw.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', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080', 'no_proxy': '127.0.0.1,::1,localhost,localhost.localdomain,localhost4,localhost4.localdomain4,localhost6,localhost6.localdomain6'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1661990400 Wrote: /builddir/build/SRPMS/python-etcd3gw-2.1.0-1.el9s.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-etcd3gw.spec'], chrootPath='/var/lib/mock/cloud9s-openstack-antelope-el9s-build-164871-997632/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', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080', 'no_proxy': '127.0.0.1,::1,localhost,localhost.localdomain,localhost4,localhost4.localdomain4,localhost6,localhost6.localdomain6'}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-etcd3gw.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', 'http_proxy': 'http://cache.rdu2.centos.org:8080', 'https_proxy': 'http://cache.rdu2.centos.org:8080', 'no_proxy': '127.0.0.1,::1,localhost,localhost.localdomain,localhost4,localhost4.localdomain4,localhost6,localhost6.localdomain6'} and shell False Building target platforms: noarch Building for target noarch setting SOURCE_DATE_EPOCH=1661990400 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.Yz4qGh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf etcd3gw-2.1.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/etcd3gw-2.1.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd etcd3gw-2.1.0 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -f requirements.txt test-requirements.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.5HEkrX + umask 022 + cd /builddir/build/BUILD + cd etcd3gw-2.1.0 ++ '[' -f _current_flavor ']' ++ true + python_flavor= + '[' -z '' ']' + python_flavor=tmp + '[' tmp '!=' python3 ']' + '[' -d build ']' + '[' -d _build.python3 ']' + echo python3 + /usr/bin/python3 setup.py build '--executable=/usr/bin/python3 -s' running build running build_py creating build creating build/lib creating build/lib/etcd3gw creating build/lib/etcd3gw/tests copying etcd3gw/tests/base.py -> build/lib/etcd3gw/tests copying etcd3gw/tests/test_etcd3gw.py -> build/lib/etcd3gw/tests copying etcd3gw/tests/test_client.py -> build/lib/etcd3gw/tests copying etcd3gw/tests/__init__.py -> build/lib/etcd3gw/tests copying etcd3gw/watch.py -> build/lib/etcd3gw copying etcd3gw/exceptions.py -> build/lib/etcd3gw copying etcd3gw/utils.py -> build/lib/etcd3gw copying etcd3gw/lock.py -> build/lib/etcd3gw copying etcd3gw/lease.py -> build/lib/etcd3gw copying etcd3gw/__init__.py -> build/lib/etcd3gw copying etcd3gw/client.py -> build/lib/etcd3gw creating build/lib/etcd3gw/examples copying etcd3gw/examples/watcher.py -> build/lib/etcd3gw/examples copying etcd3gw/examples/__init__.py -> build/lib/etcd3gw/examples copying etcd3gw/examples/etcd.py -> build/lib/etcd3gw/examples running egg_info writing etcd3gw.egg-info/PKG-INFO writing dependency_links to etcd3gw.egg-info/dependency_links.txt deleting etcd3gw.egg-info/requires.txt writing top-level names to etcd3gw.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt + RPM_EC=0 ++ jobs -p + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.G7L6Oi + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch ++ dirname /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch + cd etcd3gw-2.1.0 ++ '[' -f _current_flavor ']' ++ cat _current_flavor + python_flavor=python3 + '[' -z python3 ']' + '[' python3 '!=' python3 ']' + echo python3 + /usr/bin/python3 setup.py install -O1 --skip-build --force --root /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch --prefix /usr running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr creating /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib creating /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9 creating /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages creating /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw copying build/lib/etcd3gw/watch.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw copying build/lib/etcd3gw/exceptions.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw copying build/lib/etcd3gw/utils.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw copying build/lib/etcd3gw/lock.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw copying build/lib/etcd3gw/lease.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw creating /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/examples copying build/lib/etcd3gw/examples/watcher.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/examples copying build/lib/etcd3gw/examples/__init__.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/examples copying build/lib/etcd3gw/examples/etcd.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/examples copying build/lib/etcd3gw/__init__.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw copying build/lib/etcd3gw/client.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw creating /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/tests copying build/lib/etcd3gw/tests/base.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/tests copying build/lib/etcd3gw/tests/test_etcd3gw.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/tests copying build/lib/etcd3gw/tests/test_client.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/tests copying build/lib/etcd3gw/tests/__init__.py -> /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/tests byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/watch.py to watch.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/exceptions.py to exceptions.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/utils.py to utils.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/lock.py to lock.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/lease.py to lease.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/examples/watcher.py to watcher.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/examples/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/examples/etcd.py to etcd.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/__init__.py to __init__.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/client.py to client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/tests/base.py to base.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/tests/test_etcd3gw.py to test_etcd3gw.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/tests/test_client.py to test_client.cpython-39.pyc byte-compiling /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw/tests/__init__.py to __init__.cpython-39.pyc writing byte-compilation script '/tmp/tmphwzk5ero.py' /usr/bin/python3 /tmp/tmphwzk5ero.py removing /tmp/tmphwzk5ero.py running install_egg_info running egg_info writing etcd3gw.egg-info/PKG-INFO writing dependency_links to etcd3gw.egg-info/dependency_links.txt writing top-level names to etcd3gw.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying etcd3gw.egg-info to /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9/site-packages/etcd3gw-2.1.0-py3.9.egg-info running install_scripts + /usr/lib/rpm/find-debuginfo.sh -j20 --strict-build-id -m -i --build-id-seed 2.1.0-1.el9s --unique-debug-suffix -2.1.0-1.el9s.noarch --unique-debug-src-base python-etcd3gw-2.1.0-1.el9s.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 --remove-section .gnu.build.attributes -S debugsourcefiles.list /builddir/build/BUILD/etcd3gw-2.1.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-etcd3gw-2.1.0-1.el9s.noarch/usr/lib/python3.9 using python3.9 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.T1xdLL + umask 022 + cd /builddir/build/BUILD + cd etcd3gw-2.1.0 + export PYTHON=/usr/bin/python3 + PYTHON=/usr/bin/python3 + rm -rf .testrepository/times.dbm + py.test-3 ============================= test session starts ============================== platform linux -- Python 3.9.16, pytest-6.2.2, py-1.10.0, pluggy-0.13.1 rootdir: /builddir/build/BUILD/etcd3gw-2.1.0 collected 28 items etcd3gw/tests/test_client.py ...... [ 21%] etcd3gw/tests/test_etcd3gw.py sssssssssssssssssssss. [100%] ======================== 7 passed, 21 skipped in 0.31s ========================= + RPM_EC=0 ++ jobs -p + exit 0 Processing files: python3-etcd3gw-2.1.0-1.el9s.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.G8QUdE + umask 022 + cd /builddir/build/BUILD + cd etcd3gw-2.1.0 + DOCDIR=/builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/share/doc/python3-etcd3gw + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/share/doc/python3-etcd3gw + cp -pr README.md /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/share/doc/python3-etcd3gw + cp -pr CONTRIBUTING.rst /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/share/doc/python3-etcd3gw + cp -pr HACKING.rst /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/share/doc/python3-etcd3gw + RPM_EC=0 ++ jobs -p + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.C5KSvf + umask 022 + cd /builddir/build/BUILD + cd etcd3gw-2.1.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/share/licenses/python3-etcd3gw + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/share/licenses/python3-etcd3gw + cp -pr LICENSE /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch/usr/share/licenses/python3-etcd3gw + RPM_EC=0 ++ jobs -p + exit 0 Provides: python-etcd3gw = 2.1.0-1.el9s python3-etcd3gw = 2.1.0-1.el9s python3.9-etcd3gw = 2.1.0-1.el9s python3.9dist(etcd3gw) = 2.1 python3dist(etcd3gw) = 2.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: python(abi) = 3.9 Obsoletes: python39-etcd3gw < 2.1.0-1.el9s Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch Wrote: /builddir/build/RPMS/python3-etcd3gw-2.1.0-1.el9s.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.AnnOYh + umask 022 + cd /builddir/build/BUILD + cd etcd3gw-2.1.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-etcd3gw-2.1.0-1.el9s.noarch + RPM_EC=0 ++ jobs -p + exit 0 Child return code was: 0