Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-stevedore.spec'], nspawn_args=[]shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-victoria-el8-build-83816-516203/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '0c60bc534f4e43e58c846a119023feaf', '-D', '/var/lib/mock/cloud8-openstack-victoria-el8-build-83816-516203/root', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-stevedore.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Wrote: /builddir/build/SRPMS/python-stevedore-3.2.2-2.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-stevedore.spec'], nspawn_args=['--private-network']shell=Falseuid=996env={'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '}chrootPath='/var/lib/mock/cloud8-openstack-victoria-el8-build-83816-516203/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'a70d671f3da243c9997e5dac2f4745c1', '-D', '/var/lib/mock/cloud8-openstack-victoria-el8-build-83816-516203/root', '--private-network', '--setenv=LANG=en_GB.UTF-8', '--setenv=TERM=vt100', '--setenv=SHELL=/bin/bash', '--setenv=HOSTNAME=mock', '--setenv=PROMPT_COMMAND=printf "\\033]0;\\007"', '--setenv=HOME=/builddir', '--setenv=PATH=/usr/bin:/bin:/usr/sbin:/sbin', '--setenv=PS1= \\s-\\v\\$ ', '-u', 'mockbuild', '/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-stevedore.spec'] with env {'LANG': 'en_GB.UTF-8', 'TERM': 'vt100', 'SHELL': '/bin/bash', 'HOSTNAME': 'mock', 'PROMPT_COMMAND': 'printf "\\033]0;\\007"', 'HOME': '/builddir', 'PATH': '/usr/bin:/bin:/usr/sbin:/sbin', 'PS1': ' \\s-\\v\\$ '} and shell False Building target platforms: noarch Building for target noarch Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.CgDr1p + umask 022 + cd /builddir/build/BUILD + /usr/lib/rpm/redhat/gpgverify --keyring=/builddir/build/SOURCES/0x2426b928085a020d8a90d0d879ab7008d0896c8a.txt --signature=/builddir/build/SOURCES/stevedore-3.2.2.tar.gz.asc --data=/builddir/build/SOURCES/stevedore-3.2.2.tar.gz gpgv: Signature made Fri Sep 11 19:22:26 2020 UTC gpgv: using RSA key BC26D3A8D0665C87F7BEDF2AC12B8E73B30F2FC8 gpgv: Good signature from "OpenStack Infra (Victoria Cycle) " + cd /builddir/build/BUILD + rm -rf stevedore-3.2.2 + /usr/bin/gzip -dc /builddir/build/SOURCES/stevedore-3.2.2.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd stevedore-3.2.2 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + rm -f requirements.txt + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.8CDZJF + umask 022 + cd /builddir/build/BUILD + cd stevedore-3.2.2 ++ '[' -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/stevedore creating build/lib/stevedore/example copying stevedore/example/setup.py -> build/lib/stevedore/example copying stevedore/example/load_as_extension.py -> build/lib/stevedore/example copying stevedore/example/base.py -> build/lib/stevedore/example copying stevedore/example/simple.py -> build/lib/stevedore/example copying stevedore/example/__init__.py -> build/lib/stevedore/example copying stevedore/example/load_as_driver.py -> build/lib/stevedore/example creating build/lib/stevedore/example2 copying stevedore/example2/setup.py -> build/lib/stevedore/example2 copying stevedore/example2/fields.py -> build/lib/stevedore/example2 copying stevedore/example2/__init__.py -> build/lib/stevedore/example2 creating build/lib/stevedore/tests copying stevedore/tests/test_driver.py -> build/lib/stevedore/tests copying stevedore/tests/test_enabled.py -> build/lib/stevedore/tests copying stevedore/tests/test_callback.py -> build/lib/stevedore/tests copying stevedore/tests/extension_unimportable.py -> build/lib/stevedore/tests copying stevedore/tests/test_hook.py -> build/lib/stevedore/tests copying stevedore/tests/test_extension.py -> build/lib/stevedore/tests copying stevedore/tests/test_example_fields.py -> build/lib/stevedore/tests copying stevedore/tests/test_example_simple.py -> build/lib/stevedore/tests copying stevedore/tests/test_named.py -> build/lib/stevedore/tests copying stevedore/tests/test_dispatch.py -> build/lib/stevedore/tests copying stevedore/tests/utils.py -> build/lib/stevedore/tests copying stevedore/tests/test_test_manager.py -> build/lib/stevedore/tests copying stevedore/tests/manager.py -> build/lib/stevedore/tests copying stevedore/tests/__init__.py -> build/lib/stevedore/tests copying stevedore/tests/test_sphinxext.py -> build/lib/stevedore/tests copying stevedore/_cache.py -> build/lib/stevedore copying stevedore/sphinxext.py -> build/lib/stevedore copying stevedore/exception.py -> build/lib/stevedore copying stevedore/enabled.py -> build/lib/stevedore copying stevedore/driver.py -> build/lib/stevedore copying stevedore/dispatch.py -> build/lib/stevedore copying stevedore/hook.py -> build/lib/stevedore copying stevedore/extension.py -> build/lib/stevedore copying stevedore/named.py -> build/lib/stevedore copying stevedore/__init__.py -> build/lib/stevedore running egg_info writing stevedore.egg-info/PKG-INFO writing dependency_links to stevedore.egg-info/dependency_links.txt writing entry points to stevedore.egg-info/entry_points.txt deleting stevedore.egg-info/requires.txt writing top-level names to stevedore.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.1IO0hW + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch + cd stevedore-3.2.2 ++ '[' -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-stevedore-3.2.2-2.el8.noarch --prefix /usr running install [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr creating /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore copying build/lib/stevedore/_cache.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore copying build/lib/stevedore/sphinxext.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore creating /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example2 copying build/lib/stevedore/example2/setup.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example2 copying build/lib/stevedore/example2/fields.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example2 copying build/lib/stevedore/example2/__init__.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example2 copying build/lib/stevedore/exception.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore copying build/lib/stevedore/enabled.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore copying build/lib/stevedore/driver.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore copying build/lib/stevedore/dispatch.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore copying build/lib/stevedore/hook.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore copying build/lib/stevedore/extension.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore copying build/lib/stevedore/named.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore creating /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_driver.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_enabled.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_callback.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/extension_unimportable.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_hook.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_extension.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_example_fields.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_example_simple.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_named.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_dispatch.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/utils.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_test_manager.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/manager.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/__init__.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/tests/test_sphinxext.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests copying build/lib/stevedore/__init__.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore creating /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example copying build/lib/stevedore/example/setup.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example copying build/lib/stevedore/example/load_as_extension.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example copying build/lib/stevedore/example/base.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example copying build/lib/stevedore/example/simple.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example copying build/lib/stevedore/example/__init__.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example copying build/lib/stevedore/example/load_as_driver.py -> /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/_cache.py to _cache.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/sphinxext.py to sphinxext.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example2/setup.py to setup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example2/fields.py to fields.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example2/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/exception.py to exception.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/enabled.py to enabled.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/driver.py to driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/dispatch.py to dispatch.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/hook.py to hook.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/extension.py to extension.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/named.py to named.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/test_driver.py to test_driver.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/test_enabled.py to test_enabled.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/test_callback.py to test_callback.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/extension_unimportable.py to extension_unimportable.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/test_hook.py to test_hook.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/test_extension.py to test_extension.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/test_example_fields.py to test_example_fields.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/test_example_simple.py to test_example_simple.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/test_named.py to test_named.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/test_dispatch.py to test_dispatch.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/test_test_manager.py to test_test_manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/manager.py to manager.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/tests/test_sphinxext.py to test_sphinxext.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example/setup.py to setup.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example/load_as_extension.py to load_as_extension.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example/simple.py to simple.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore/example/load_as_driver.py to load_as_driver.cpython-36.pyc writing byte-compilation script '/tmp/tmp49hz0iy_.py' /usr/bin/python3 /tmp/tmp49hz0iy_.py removing /tmp/tmp49hz0iy_.py running install_egg_info running egg_info writing stevedore.egg-info/PKG-INFO writing dependency_links to stevedore.egg-info/dependency_links.txt writing entry points to stevedore.egg-info/entry_points.txt writing top-level names to stevedore.egg-info/top_level.txt [pbr] Reusing existing SOURCES.txt Copying stevedore.egg-info to /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6/site-packages/stevedore-3.2.2-py3.6.egg-info running install_scripts /usr/lib/python3.6/site-packages/pbr/core.py:131: UserWarning: Unknown distribution option: 'requires_python' warnings.warn(msg) /usr/lib/python3.6/site-packages/pbr/packaging.py:436: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable) + /usr/lib/rpm/find-debuginfo.sh -j20 --strict-build-id -m -i --build-id-seed 3.2.2-2.el8 --unique-debug-suffix -3.2.2-2.el8.noarch --unique-debug-src-base python-stevedore-3.2.2-2.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/stevedore-3.2.2 find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile '' 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/lib/python3.6 using /usr/libexec/platform-python + /usr/lib/rpm/brp-python-hardlink + PYTHON3=/usr/bin/python3 + /usr/lib/rpm/redhat/brp-mangle-shebangs Executing(%check): /bin/sh -e /var/tmp/rpm-tmp.QrMCQe + umask 022 + cd /builddir/build/BUILD + cd stevedore-3.2.2 + exit 0 Processing files: python3-stevedore-3.2.2-2.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JY2eqx + umask 022 + cd /builddir/build/BUILD + cd stevedore-3.2.2 + DOCDIR=/builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/share/doc/python3-stevedore + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/share/doc/python3-stevedore + cp -pr README.rst /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/share/doc/python3-stevedore + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.adha1P + umask 022 + cd /builddir/build/BUILD + cd stevedore-3.2.2 + LICENSEDIR=/builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/share/licenses/python3-stevedore + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/share/licenses/python3-stevedore + cp -pr LICENSE /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch/usr/share/licenses/python3-stevedore + exit 0 Provides: python3-stevedore = 3.2.2-2.el8 python3.6dist(stevedore) = 3.2.2 python3dist(stevedore) = 3.2.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: python(abi) = 3.6 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch Wrote: /builddir/build/RPMS/python3-stevedore-3.2.2-2.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.15j0Tl + umask 022 + cd /builddir/build/BUILD + cd stevedore-3.2.2 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-stevedore-3.2.2-2.el8.noarch + exit 0 Child return code was: 0