Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['/usr/bin/rpmbuild', '-bs', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-keystonemiddleware.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-ussuri-el8-build-76366-417798/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', '848a251556bf4d53b40e618b10b76415', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-76366-417798/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-keystonemiddleware.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-keystonemiddleware-9.0.0-1.el8.src.rpm Child return code was: 0 ENTER ['do'](['/usr/bin/rpmbuild', '-bb', '--target', 'noarch', '--nodeps', u'/builddir/build/SPECS/python-keystonemiddleware.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-ussuri-el8-build-76366-417798/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['/usr/bin/systemd-nspawn', '-q', '-M', 'f7e84a9a0970445cb5a69dbc2145aec7', '-D', '/var/lib/mock/cloud8-openstack-ussuri-el8-build-76366-417798/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-keystonemiddleware.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.NGjwCj + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf keystonemiddleware-9.0.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/keystonemiddleware-9.0.0.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd keystonemiddleware-9.0.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 add . + /usr/bin/git commit -q --allow-empty -a --author 'rpm-build ' -m 'python-keystonemiddleware-9.0.0 base' + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + rm -rf requirements.txt test-requirements.txt + rm -rf keystonemiddleware.egg-info + sed -i 's/^warning-is-error.*/warning-is-error = 0/g' setup.cfg + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.wENuIK + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-9.0.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/keystonemiddleware copying keystonemiddleware/exceptions.py -> build/lib/keystonemiddleware copying keystonemiddleware/ec2_token.py -> build/lib/keystonemiddleware copying keystonemiddleware/fixture.py -> build/lib/keystonemiddleware copying keystonemiddleware/opts.py -> build/lib/keystonemiddleware copying keystonemiddleware/__init__.py -> build/lib/keystonemiddleware copying keystonemiddleware/i18n.py -> build/lib/keystonemiddleware copying keystonemiddleware/s3_token.py -> build/lib/keystonemiddleware creating build/lib/keystonemiddleware/tests creating build/lib/keystonemiddleware/tests/unit copying keystonemiddleware/tests/unit/test_s3_token_middleware.py -> build/lib/keystonemiddleware/tests/unit copying keystonemiddleware/tests/unit/utils.py -> build/lib/keystonemiddleware/tests/unit copying keystonemiddleware/tests/unit/__init__.py -> build/lib/keystonemiddleware/tests/unit copying keystonemiddleware/tests/unit/test_ec2_token_middleware.py -> build/lib/keystonemiddleware/tests/unit copying keystonemiddleware/tests/unit/test_entry_points.py -> build/lib/keystonemiddleware/tests/unit copying keystonemiddleware/tests/unit/test_opts.py -> build/lib/keystonemiddleware/tests/unit copying keystonemiddleware/tests/unit/test_fixtures.py -> build/lib/keystonemiddleware/tests/unit copying keystonemiddleware/tests/unit/client_fixtures.py -> build/lib/keystonemiddleware/tests/unit copying keystonemiddleware/tests/unit/test_access_rules.py -> build/lib/keystonemiddleware/tests/unit copying keystonemiddleware/tests/__init__.py -> build/lib/keystonemiddleware/tests creating build/lib/keystonemiddleware/audit copying keystonemiddleware/audit/_api.py -> build/lib/keystonemiddleware/audit copying keystonemiddleware/audit/__init__.py -> build/lib/keystonemiddleware/audit copying keystonemiddleware/audit/_notifier.py -> build/lib/keystonemiddleware/audit creating build/lib/keystonemiddleware/_common copying keystonemiddleware/_common/config.py -> build/lib/keystonemiddleware/_common copying keystonemiddleware/_common/__init__.py -> build/lib/keystonemiddleware/_common creating build/lib/keystonemiddleware/echo copying keystonemiddleware/echo/__init__.py -> build/lib/keystonemiddleware/echo copying keystonemiddleware/echo/service.py -> build/lib/keystonemiddleware/echo copying keystonemiddleware/echo/__main__.py -> build/lib/keystonemiddleware/echo creating build/lib/keystonemiddleware/tests/unit/audit copying keystonemiddleware/tests/unit/audit/base.py -> build/lib/keystonemiddleware/tests/unit/audit copying keystonemiddleware/tests/unit/audit/test_audit_middleware.py -> build/lib/keystonemiddleware/tests/unit/audit copying keystonemiddleware/tests/unit/audit/test_audit_api.py -> build/lib/keystonemiddleware/tests/unit/audit copying keystonemiddleware/tests/unit/audit/test_audit_oslo_messaging.py -> build/lib/keystonemiddleware/tests/unit/audit copying keystonemiddleware/tests/unit/audit/test_logging_notifier.py -> build/lib/keystonemiddleware/tests/unit/audit copying keystonemiddleware/tests/unit/audit/__init__.py -> build/lib/keystonemiddleware/tests/unit/audit creating build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_identity.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_user_plugin.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_request.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_auth.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_cache.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/__init__.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_exceptions.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_base.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_memcache_crypt.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_opts.py -> build/lib/keystonemiddleware/auth_token creating build/lib/keystonemiddleware/tests/unit/auth_token copying keystonemiddleware/tests/unit/auth_token/test_cache.py -> build/lib/keystonemiddleware/tests/unit/auth_token copying keystonemiddleware/tests/unit/auth_token/base.py -> build/lib/keystonemiddleware/tests/unit/auth_token copying keystonemiddleware/tests/unit/auth_token/test_auth_token_middleware.py -> build/lib/keystonemiddleware/tests/unit/auth_token copying keystonemiddleware/tests/unit/auth_token/test_base_middleware.py -> build/lib/keystonemiddleware/tests/unit/auth_token copying keystonemiddleware/tests/unit/auth_token/test_auth.py -> build/lib/keystonemiddleware/tests/unit/auth_token copying keystonemiddleware/tests/unit/auth_token/__init__.py -> build/lib/keystonemiddleware/tests/unit/auth_token copying keystonemiddleware/tests/unit/auth_token/test_request.py -> build/lib/keystonemiddleware/tests/unit/auth_token copying keystonemiddleware/tests/unit/auth_token/test_memcache_crypt.py -> build/lib/keystonemiddleware/tests/unit/auth_token copying keystonemiddleware/tests/unit/auth_token/test_config.py -> build/lib/keystonemiddleware/tests/unit/auth_token copying keystonemiddleware/tests/unit/auth_token/test_connection_pool.py -> build/lib/keystonemiddleware/tests/unit/auth_token copying keystonemiddleware/tests/unit/auth_token/test_user_auth_plugin.py -> build/lib/keystonemiddleware/tests/unit/auth_token running egg_info creating keystonemiddleware.egg-info writing keystonemiddleware.egg-info/PKG-INFO writing dependency_links to keystonemiddleware.egg-info/dependency_links.txt writing entry points to keystonemiddleware.egg-info/entry_points.txt writing requirements to keystonemiddleware.egg-info/requires.txt writing top-level names to keystonemiddleware.egg-info/top_level.txt writing pbr to keystonemiddleware.egg-info/pbr.json [pbr] Processing SOURCES.txt writing manifest file 'keystonemiddleware.egg-info/SOURCES.txt' [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'keystonemiddleware.egg-info/SOURCES.txt' creating build/lib/keystonemiddleware/locale creating build/lib/keystonemiddleware/locale/en_GB creating build/lib/keystonemiddleware/locale/en_GB/LC_MESSAGES copying keystonemiddleware/locale/en_GB/LC_MESSAGES/keystonemiddleware.po -> build/lib/keystonemiddleware/locale/en_GB/LC_MESSAGES creating build/lib/keystonemiddleware/locale/ko_KR creating build/lib/keystonemiddleware/locale/ko_KR/LC_MESSAGES copying keystonemiddleware/locale/ko_KR/LC_MESSAGES/keystonemiddleware.po -> build/lib/keystonemiddleware/locale/ko_KR/LC_MESSAGES + sphinx-build-3 -b html doc/source doc/build/html Running Sphinx v2.2.2 connecting events for openstackdocstheme [openstackdocstheme] connecting html-page-context event handler making output directory... done loading intersphinx inventory from https://docs.openstack.org/python-keystoneclient/latest/objects.inv... WARNING: failed to reach any of the inventories with the following issues: intersphinx inventory 'https://docs.openstack.org/python-keystoneclient/latest/objects.inv' not fetchable due to : HTTPSConnectionPool(host='docs.openstack.org', port=443): Max retries exceeded with url: /python-keystoneclient/latest/objects.inv (Caused by NewConnectionError(': Failed to establish a new connection: [Errno -2] Name or service not known',)) Using openstackdocstheme Sphinx theme from /usr/lib/python3.6/site-packages/openstackdocstheme/theme No /builddir/build/BUILD/keystonemiddleware-9.0.0/.gitreview found [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/../../config-generator/keystonemiddleware.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/_static/keystonemiddleware.conf.sample WARNING:stevedore.named:Could not load keystonemiddleware.auth_token Creating file /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/api/keystonemiddleware.rst. Creating file /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/api/keystonemiddleware.ec2_token.rst. Creating file /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/api/keystonemiddleware.exceptions.rst. Creating file /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/api/keystonemiddleware.fixture.rst. Creating file /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/api/keystonemiddleware.i18n.rst. Creating file /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/api/keystonemiddleware.opts.rst. Creating file /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/api/keystonemiddleware.s3_token.rst. Creating file /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/api/keystonemiddleware.audit.rst. Creating file /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/api/keystonemiddleware.auth_token.rst. Creating file /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/api/keystonemiddleware.echo.rst. Creating file /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/api/keystonemiddleware.echo.service.rst. Creating file /builddir/build/BUILD/keystonemiddleware-9.0.0/doc/source/api/modules.rst. building [mo]: targets for 0 po files that are out of date building [html]: targets for 4 source files that are out of date updating environment: [new config] 16 added, 0 changed, 0 removed reading sources... [ 6%] api/keystonemiddleware reading sources... [ 12%] api/keystonemiddleware.audit reading sources... [ 18%] api/keystonemiddleware.auth_token reading sources... [ 25%] api/keystonemiddleware.ec2_token reading sources... [ 31%] api/keystonemiddleware.echo reading sources... [ 37%] api/keystonemiddleware.echo.service reading sources... [ 43%] api/keystonemiddleware.exceptions reading sources... [ 50%] api/keystonemiddleware.fixture reading sources... [ 56%] api/keystonemiddleware.i18n reading sources... [ 62%] api/keystonemiddleware.opts reading sources... [ 68%] api/keystonemiddleware.s3_token reading sources... [ 75%] api/modules reading sources... [ 81%] audit reading sources... [ 87%] index reading sources... [ 93%] installation reading sources... [100%] middlewarearchitecture looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 6%] api/keystonemiddleware [openstackdocstheme] giturl 'https://git.openstack.org/cgit/openstack/keystonemiddleware/tree/doc/source' [openstackdocstheme] bug_project (from user) 'keystonemiddleware' [openstackdocstheme] series 'latest' [openstackdocstheme] display_badge False (no stable branches) [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystonemiddleware' writing output... [ 12%] api/keystonemiddleware.audit [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystonemiddleware.audit' writing output... [ 18%] api/keystonemiddleware.auth_token [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystonemiddleware.auth_token' writing output... [ 25%] api/keystonemiddleware.ec2_token [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystonemiddleware.ec2_token' writing output... [ 31%] api/keystonemiddleware.echo [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystonemiddleware.echo' writing output... [ 37%] api/keystonemiddleware.echo.service [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystonemiddleware.echo.service' writing output... [ 43%] api/keystonemiddleware.exceptions [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystonemiddleware.exceptions' writing output... [ 50%] api/keystonemiddleware.fixture [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystonemiddleware.fixture' writing output... [ 56%] api/keystonemiddleware.i18n [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystonemiddleware.i18n' writing output... [ 62%] api/keystonemiddleware.opts [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystonemiddleware.opts' writing output... [ 68%] api/keystonemiddleware.s3_token [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/keystonemiddleware.s3_token' writing output... [ 75%] api/modules [openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'api/modules' writing output... [ 81%] audit [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for audit is 2020-04-27 04:52:10 writing output... [ 87%] index [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for index is 2020-04-27 04:52:10 writing output... [ 93%] installation [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for installation is 2020-04-27 04:52:10 writing output... [100%] middlewarearchitecture [openstackdocstheme] other_versions [] [openstackdocstheme] Last updated for middlewarearchitecture is 2020-04-27 04:52:10 generating indices... genindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'genindex' py-modindex[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'py-modindex' done writing additional pages... search[openstackdocstheme] other_versions [] [openstackdocstheme] could not determine last_updated for 'search' done copying images... [ 33%] ./images/audit.png copying images... [ 66%] images/graphs_authComp.svg copying images... [100%] images/graphs_authCompDelegate.svg copying static files... ... done copying extra files... done dumping search index in English (code: en)... done dumping object inventory... done build succeeded, 1 warning. The HTML pages are in doc/build/html. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.kPCHu1 + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch ++ dirname /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch + cd keystonemiddleware-9.0.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-keystonemiddleware-9.0.0-1.el8.noarch --prefix /usr running install [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) running install_lib creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6 creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/test_s3_token_middleware.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_cache.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/base.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_auth_token_middleware.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_base_middleware.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_auth.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_request.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_memcache_crypt.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_config.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_connection_pool.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_user_auth_plugin.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/test_ec2_token_middleware.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/test_entry_points.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/test_opts.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/audit/base.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/audit/test_audit_middleware.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/audit/test_audit_api.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/audit/test_audit_oslo_messaging.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/audit/test_logging_notifier.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/audit/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/test_access_rules.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests copying build/lib/keystonemiddleware/exceptions.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/ec2_token.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/locale creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/locale/ko_KR creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/locale/ko_KR/LC_MESSAGES copying build/lib/keystonemiddleware/locale/ko_KR/LC_MESSAGES/keystonemiddleware.po -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/locale/en_GB creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/locale/en_GB/LC_MESSAGES copying build/lib/keystonemiddleware/locale/en_GB/LC_MESSAGES/keystonemiddleware.po -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/locale/en_GB/LC_MESSAGES copying build/lib/keystonemiddleware/fixture.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/opts.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_identity.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_user_plugin.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_request.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_auth.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_cache.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_exceptions.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_base.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_memcache_crypt.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_opts.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/i18n.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/s3_token.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/echo copying build/lib/keystonemiddleware/echo/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/echo copying build/lib/keystonemiddleware/echo/service.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/echo copying build/lib/keystonemiddleware/echo/__main__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/echo creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/audit copying build/lib/keystonemiddleware/audit/_api.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/audit copying build/lib/keystonemiddleware/audit/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/audit copying build/lib/keystonemiddleware/audit/_notifier.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/audit creating /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/_common copying build/lib/keystonemiddleware/_common/config.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/_common copying build/lib/keystonemiddleware/_common/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/_common byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/test_s3_token_middleware.py to test_s3_token_middleware.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/utils.py to utils.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token/test_cache.py to test_cache.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token/test_auth_token_middleware.py to test_auth_token_middleware.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token/test_base_middleware.py to test_base_middleware.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token/test_auth.py to test_auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token/test_request.py to test_request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token/test_memcache_crypt.py to test_memcache_crypt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token/test_config.py to test_config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token/test_connection_pool.py to test_connection_pool.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/auth_token/test_user_auth_plugin.py to test_user_auth_plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/test_ec2_token_middleware.py to test_ec2_token_middleware.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/test_entry_points.py to test_entry_points.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/test_opts.py to test_opts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/test_fixtures.py to test_fixtures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit/base.py to base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit/test_audit_middleware.py to test_audit_middleware.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit/test_audit_api.py to test_audit_api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit/test_audit_oslo_messaging.py to test_audit_oslo_messaging.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit/test_logging_notifier.py to test_logging_notifier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/audit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/client_fixtures.py to client_fixtures.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/unit/test_access_rules.py to test_access_rules.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/exceptions.py to exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/ec2_token.py to ec2_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/fixture.py to fixture.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/opts.py to opts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token/_identity.py to _identity.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token/_user_plugin.py to _user_plugin.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token/_request.py to _request.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token/_auth.py to _auth.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token/_cache.py to _cache.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token/_exceptions.py to _exceptions.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token/_base.py to _base.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py to _memcache_crypt.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/auth_token/_opts.py to _opts.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/i18n.py to i18n.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/s3_token.py to s3_token.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/echo/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/echo/service.py to service.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/echo/__main__.py to __main__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/audit/_api.py to _api.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/audit/__init__.py to __init__.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/audit/_notifier.py to _notifier.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/_common/config.py to config.cpython-36.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/_common/__init__.py to __init__.cpython-36.pyc writing byte-compilation script '/tmp/tmpbqmxz302.py' /usr/bin/python3 /tmp/tmpbqmxz302.py removing /tmp/tmpbqmxz302.py running install_egg_info running egg_info writing keystonemiddleware.egg-info/PKG-INFO writing dependency_links to keystonemiddleware.egg-info/dependency_links.txt writing entry points to keystonemiddleware.egg-info/entry_points.txt writing requirements to keystonemiddleware.egg-info/requires.txt writing top-level names to keystonemiddleware.egg-info/top_level.txt writing pbr to keystonemiddleware.egg-info/pbr.json [pbr] Processing SOURCES.txt [pbr] In git context, generating filelist from git warning: no previously-included files found matching '.gitignore' warning: no previously-included files found matching '.gitreview' warning: no previously-included files matching '*.pyc' found anywhere in distribution writing manifest file 'keystonemiddleware.egg-info/SOURCES.txt' Copying keystonemiddleware.egg-info to /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware-9.0.0-py3.6.egg-info running install_scripts /usr/lib/python3.6/site-packages/pbr/packaging.py:435: EasyInstallDeprecationWarning: Use get_header header = easy_install.get_script_header("", executable, is_wininst) + rm -r /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/lib/python3.6/site-packages/keystonemiddleware/tests + /usr/lib/rpm/find-debuginfo.sh -j8 --strict-build-id -m -i --build-id-seed 9.0.0-1.el8 --unique-debug-suffix -9.0.0-1.el8.noarch --unique-debug-src-base python-keystonemiddleware-9.0.0-1.el8.noarch --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 -S debugsourcefiles.list /builddir/build/BUILD/keystonemiddleware-9.0.0 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-keystonemiddleware-9.0.0-1.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 Processing files: python3-keystonemiddleware-9.0.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.wmsJkW + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-9.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/share/doc/python3-keystonemiddleware + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/share/doc/python3-keystonemiddleware + cp -pr README.rst /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/share/doc/python3-keystonemiddleware + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.W8RNDR + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-9.0.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/share/licenses/python3-keystonemiddleware + export LC_ALL=C + LC_ALL=C + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/share/licenses/python3-keystonemiddleware + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/share/licenses/python3-keystonemiddleware + exit 0 Provides: python3-keystonemiddleware = 9.0.0-1.el8 python3.6dist(keystonemiddleware) = 9.0.0 python3dist(keystonemiddleware) = 9.0.0 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 Processing files: python-keystonemiddleware-doc-9.0.0-1.el8.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.CNHC5s + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-9.0.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/share/doc/python-keystonemiddleware-doc + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/share/doc/python-keystonemiddleware-doc + cp -pr doc/build/html /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/share/doc/python-keystonemiddleware-doc + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch/usr/share/doc/python-keystonemiddleware-doc + exit 0 Provides: python-keystonemiddleware-doc = 9.0.0-1.el8 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-keystonemiddleware-9.0.0-1.el8.noarch Wrote: /builddir/build/RPMS/python3-keystonemiddleware-9.0.0-1.el8.noarch.rpm Wrote: /builddir/build/RPMS/python-keystonemiddleware-doc-9.0.0-1.el8.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.A2puEk + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-9.0.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-keystonemiddleware-9.0.0-1.el8.noarch + exit 0 Child return code was: 0