Mock Version: 1.3.4 Mock Version: 1.3.4 ENTER ['do'](['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /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/cloud7-openstack-queens-el7-build-67922-334939/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', '/usr/bin/rpmbuild -bs --target noarch --nodeps /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-4.22.0-1.el7.src.rpm Child return code was: 0 ENTER ['do'](['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /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/cloud7-openstack-queens-el7-build-67922-334939/root'gid=135user='mockbuild'timeout=86400logger=printOutput=False) Executing command: ['bash', '--login', '-c', u'/usr/bin/rpmbuild -bb --target noarch --nodeps /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.P5D6N7 + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf keystonemiddleware-4.22.0 + /usr/bin/gzip -dc /builddir/build/SOURCES/keystonemiddleware-4.22.0.tar.gz + /usr/bin/tar -xf - + STATUS=0 + '[' 0 -ne 0 ']' + cd keystonemiddleware-4.22.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 -a --author 'rpm-build ' -m 'python-keystonemiddleware-4.22.0 base' + 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.sqkuvo + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-4.22.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py build '--executable=/usr/bin/python2 -s' running build running build_py creating build creating build/lib creating build/lib/keystonemiddleware creating build/lib/keystonemiddleware/audit copying keystonemiddleware/audit/_api.py -> build/lib/keystonemiddleware/audit copying keystonemiddleware/audit/_notifier.py -> build/lib/keystonemiddleware/audit copying keystonemiddleware/audit/__init__.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/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/test_entry_points.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_opts.py -> build/lib/keystonemiddleware/tests/unit copying keystonemiddleware/tests/unit/__init__.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/utils.py -> build/lib/keystonemiddleware/tests/unit creating 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_cache.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/test_base_middleware.py -> build/lib/keystonemiddleware/tests/unit/auth_token copying keystonemiddleware/tests/unit/auth_token/test_signing_dir.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_revocations.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_user_auth_plugin.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/__init__.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/base.py -> build/lib/keystonemiddleware/tests/unit/auth_token creating 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/test_audit_middleware.py -> build/lib/keystonemiddleware/tests/unit/audit copying keystonemiddleware/tests/unit/audit/__init__.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/base.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/__init__.py -> build/lib/keystonemiddleware/tests copying keystonemiddleware/fixture.py -> build/lib/keystonemiddleware copying keystonemiddleware/i18n.py -> build/lib/keystonemiddleware copying keystonemiddleware/opts.py -> build/lib/keystonemiddleware copying keystonemiddleware/exceptions.py -> build/lib/keystonemiddleware copying keystonemiddleware/__init__.py -> build/lib/keystonemiddleware copying keystonemiddleware/s3_token.py -> build/lib/keystonemiddleware copying keystonemiddleware/ec2_token.py -> build/lib/keystonemiddleware creating build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_signing_dir.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/_cache.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_memcache_crypt.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/__init__.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_auth.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_identity.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_request.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_revocations.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_opts.py -> build/lib/keystonemiddleware/auth_token copying keystonemiddleware/auth_token/_user_plugin.py -> build/lib/keystonemiddleware/auth_token creating build/lib/keystonemiddleware/echo copying keystonemiddleware/echo/__main__.py -> build/lib/keystonemiddleware/echo copying keystonemiddleware/echo/__init__.py -> build/lib/keystonemiddleware/echo copying keystonemiddleware/echo/service.py -> build/lib/keystonemiddleware/echo running egg_info creating keystonemiddleware.egg-info writing pbr to keystonemiddleware.egg-info/pbr.json writing requirements to keystonemiddleware.egg-info/requires.txt writing keystonemiddleware.egg-info/PKG-INFO writing top-level names to keystonemiddleware.egg-info/top_level.txt writing dependency_links to keystonemiddleware.egg-info/dependency_links.txt writing entry points to keystonemiddleware.egg-info/entry_points.txt [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 + sleep 1 + /usr/bin/python2 setup.py build_sphinx -b html running build_sphinx creating /builddir/build/BUILD/keystonemiddleware-4.22.0/doc/build creating /builddir/build/BUILD/keystonemiddleware-4.22.0/doc/build/doctrees creating /builddir/build/BUILD/keystonemiddleware-4.22.0/doc/build/html [pbr] Writing ChangeLog [pbr] Generating ChangeLog [pbr] ChangeLog complete (0.0s) [pbr] Generating AUTHORS [pbr] AUTHORS complete (0.0s) Creating file doc/source/api/keystonemiddleware.rst. Creating file doc/source/api/keystonemiddleware.audit.rst. Creating file doc/source/api/keystonemiddleware.auth_token.rst. Creating file doc/source/api/keystonemiddleware.echo.rst. Creating file doc/source/api/keystonemiddleware.tests.rst. Creating file doc/source/api/keystonemiddleware.tests.unit.rst. Creating file doc/source/api/keystonemiddleware.tests.unit.audit.rst. Creating file doc/source/api/keystonemiddleware.tests.unit.auth_token.rst. Creating file doc/source/api/modules.rst. Running Sphinx v1.6.5 connecting events for openstackdocstheme loading pickled environment... not yet created loading intersphinx inventory from https://docs.openstack.org/python-keystoneclient/latest/objects.inv... WARNING: intersphinx inventory u'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/python2.7/site-packages/openstackdocstheme/theme [oslo_config.sphinxconfiggen] reading config generator instructions from /builddir/build/BUILD/keystonemiddleware-4.22.0/doc/source/../../config-generator/keystonemiddleware.conf [oslo_config.sphinxconfiggen] writing sample configuration to /builddir/build/BUILD/keystonemiddleware-4.22.0/doc/source/_static/keystonemiddleware.conf.sample building [mo]: all of 0 po files building [html]: all source files updating environment: 14 added, 0 changed, 0 removed reading sources... [ 7%] api/keystonemiddleware reading sources... [ 14%] api/keystonemiddleware.audit reading sources... [ 21%] api/keystonemiddleware.auth_token reading sources... [ 28%] api/keystonemiddleware.echo reading sources... [ 35%] api/keystonemiddleware.tests reading sources... [ 42%] api/keystonemiddleware.tests.unit reading sources... [ 50%] api/keystonemiddleware.tests.unit.audit reading sources... [ 57%] api/keystonemiddleware.tests.unit.auth_token reading sources... [ 64%] api/modules reading sources... [ 71%] audit reading sources... [ 78%] history reading sources... [ 85%] index reading sources... [ 92%] installation reading sources... [100%] middlewarearchitecture looking for now-outdated files... none found pickling environment... done checking consistency... done preparing documents... done writing output... [ 7%] api/keystonemiddleware writing output... [ 14%] api/keystonemiddleware.audit writing output... [ 21%] api/keystonemiddleware.auth_token writing output... [ 28%] api/keystonemiddleware.echo writing output... [ 35%] api/keystonemiddleware.tests writing output... [ 42%] api/keystonemiddleware.tests.unit writing output... [ 50%] api/keystonemiddleware.tests.unit.audit writing output... [ 57%] api/keystonemiddleware.tests.unit.auth_token writing output... [ 64%] api/modules writing output... [ 71%] audit writing output... [ 78%] history writing output... [ 85%] index writing output... [ 92%] installation writing output... [100%] middlewarearchitecture generating indices... genindex py-modindex writing additional pages... search copying images... [ 33%] images/graphs_authComp.svg copying images... [ 66%] images/graphs_authCompDelegate.svg copying images... [100%] ./images/audit.png copying static files... done copying extra files... done dumping search index in English (code: en) ... done dumping object inventory... done build succeeded, 1 warning. + rm -rf doc/build/html/.doctrees doc/build/html/.buildinfo + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.pCeP6Z + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch '!=' / ']' + rm -rf /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch ++ dirname /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch + cd keystonemiddleware-4.22.0 + CFLAGS='-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong --param=ssp-buffer-size=4 -grecord-gcc-switches -m64 -mtune=generic' + /usr/bin/python2 setup.py install -O1 --skip-build --root /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch 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-4.22.0-1.el7.noarch/usr creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7 creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/locale creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/locale/ko_KR creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/locale/ko_KR/LC_MESSAGES copying build/lib/keystonemiddleware/locale/ko_KR/LC_MESSAGES/keystonemiddleware.po -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/locale/ko_KR/LC_MESSAGES creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/locale/en_GB creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/locale/en_GB/LC_MESSAGES copying build/lib/keystonemiddleware/locale/en_GB/LC_MESSAGES/keystonemiddleware.po -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/locale/en_GB/LC_MESSAGES creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/_common copying build/lib/keystonemiddleware/_common/config.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/_common copying build/lib/keystonemiddleware/_common/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/_common copying build/lib/keystonemiddleware/fixture.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/i18n.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/opts.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/exceptions.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo copying build/lib/keystonemiddleware/echo/__main__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo copying build/lib/keystonemiddleware/echo/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo copying build/lib/keystonemiddleware/echo/service.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo copying build/lib/keystonemiddleware/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/s3_token.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware copying build/lib/keystonemiddleware/ec2_token.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit copying build/lib/keystonemiddleware/audit/_api.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit copying build/lib/keystonemiddleware/audit/_notifier.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit copying build/lib/keystonemiddleware/audit/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/test_s3_token_middleware.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/test_entry_points.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/test_ec2_token_middleware.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/test_opts.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/test_fixtures.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/unit/client_fixtures.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/audit/test_logging_notifier.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/audit/test_audit_middleware.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/audit/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/audit/test_audit_api.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/audit/base.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit copying build/lib/keystonemiddleware/tests/unit/audit/test_audit_oslo_messaging.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_config.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_cache.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_auth.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_base_middleware.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_signing_dir.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_connection_pool.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_revocations.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_request.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/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-4.22.0-1.el7.noarch/usr/lib/python2.7/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-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/test_memcache_crypt.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/auth_token/base.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token copying build/lib/keystonemiddleware/tests/unit/utils.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit copying build/lib/keystonemiddleware/tests/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests creating /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_signing_dir.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_exceptions.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_base.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_cache.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_memcache_crypt.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/__init__.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_auth.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_identity.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_request.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_revocations.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_opts.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token copying build/lib/keystonemiddleware/auth_token/_user_plugin.py -> /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/_common/config.py to config.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/_common/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/fixture.py to fixture.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/i18n.py to i18n.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/opts.py to opts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/exceptions.py to exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo/__main__.py to __main__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/echo/service.py to service.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/s3_token.py to s3_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/ec2_token.py to ec2_token.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit/_api.py to _api.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit/_notifier.py to _notifier.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/audit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/test_s3_token_middleware.py to test_s3_token_middleware.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/test_entry_points.py to test_entry_points.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/test_ec2_token_middleware.py to test_ec2_token_middleware.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/test_opts.py to test_opts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/test_fixtures.py to test_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/client_fixtures.py to client_fixtures.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit/test_logging_notifier.py to test_logging_notifier.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit/test_audit_middleware.py to test_audit_middleware.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit/test_audit_api.py to test_audit_api.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/audit/test_audit_oslo_messaging.py to test_audit_oslo_messaging.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/test_config.py to test_config.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/test_cache.py to test_cache.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/test_auth.py to test_auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/test_base_middleware.py to test_base_middleware.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/test_signing_dir.py to test_signing_dir.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/test_connection_pool.py to test_connection_pool.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/test_revocations.py to test_revocations.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/test_request.py to test_request.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/test_user_auth_plugin.py to test_user_auth_plugin.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/test_auth_token_middleware.py to test_auth_token_middleware.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/test_memcache_crypt.py to test_memcache_crypt.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/auth_token/base.py to base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/unit/utils.py to utils.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_signing_dir.py to _signing_dir.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_exceptions.py to _exceptions.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_base.py to _base.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_cache.py to _cache.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_memcache_crypt.py to _memcache_crypt.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/__init__.py to __init__.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_auth.py to _auth.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_identity.py to _identity.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_request.py to _request.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_revocations.py to _revocations.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_opts.py to _opts.pyc byte-compiling /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/auth_token/_user_plugin.py to _user_plugin.pyc writing byte-compilation script '/tmp/tmpLX6qLC.py' /usr/bin/python2 -O /tmp/tmpLX6qLC.py removing /tmp/tmpLX6qLC.py running install_egg_info running egg_info writing pbr to keystonemiddleware.egg-info/pbr.json writing requirements to keystonemiddleware.egg-info/requires.txt writing keystonemiddleware.egg-info/PKG-INFO writing top-level names to keystonemiddleware.egg-info/top_level.txt writing dependency_links to keystonemiddleware.egg-info/dependency_links.txt writing entry points to keystonemiddleware.egg-info/entry_points.txt [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-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware-4.22.0-py2.7.egg-info running install_scripts + rm -r /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7/site-packages/keystonemiddleware/tests + /usr/lib/rpm/find-debuginfo.sh --strict-build-id -m --run-dwz --dwz-low-mem-die-limit 10000000 --dwz-max-die-limit 50000000 /builddir/build/BUILD/keystonemiddleware-4.22.0 /usr/lib/rpm/sepdebugcrcfix: Updated 0 CRC32s, 0 CRC32s did match. find: 'debug': No such file or directory + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-compress + /usr/lib/rpm/redhat/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 Bytecompiling .py files below /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/lib/python2.7 using /usr/bin/python2.7 + /usr/lib/rpm/redhat/brp-python-hardlink + /usr/lib/rpm/redhat/brp-java-repack-jars Processing files: python2-keystonemiddleware-4.22.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.JijiDE + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-4.22.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/share/doc/python2-keystonemiddleware-4.22.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/share/doc/python2-keystonemiddleware-4.22.0 + cp -pr README.rst /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/share/doc/python2-keystonemiddleware-4.22.0 + exit 0 Executing(%license): /bin/sh -e /var/tmp/rpm-tmp.YKmzaj + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-4.22.0 + LICENSEDIR=/builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/share/licenses/python2-keystonemiddleware-4.22.0 + export LICENSEDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/share/licenses/python2-keystonemiddleware-4.22.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/share/licenses/python2-keystonemiddleware-4.22.0 + exit 0 Provides: python-keystonemiddleware = 4.22.0-1.el7 python2-keystonemiddleware = 4.22.0-1.el7 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) = 2.7 Obsoletes: python-keystonemiddleware < 4.22.0-1.el7 Processing files: python-keystonemiddleware-doc-4.22.0-1.el7.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.2Nq0tZ + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-4.22.0 + DOCDIR=/builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/share/doc/python-keystonemiddleware-doc-4.22.0 + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/share/doc/python-keystonemiddleware-doc-4.22.0 + cp -pr doc/build/html /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/share/doc/python-keystonemiddleware-doc-4.22.0 + cp -pr LICENSE /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch/usr/share/doc/python-keystonemiddleware-doc-4.22.0 + exit 0 Provides: python-keystonemiddleware-doc = 4.22.0-1.el7 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-4.22.0-1.el7.noarch Wrote: /builddir/build/RPMS/python2-keystonemiddleware-4.22.0-1.el7.noarch.rpm Wrote: /builddir/build/RPMS/python-keystonemiddleware-doc-4.22.0-1.el7.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.BfS1k9 + umask 022 + cd /builddir/build/BUILD + cd keystonemiddleware-4.22.0 + /usr/bin/rm -rf /builddir/build/BUILDROOT/python-keystonemiddleware-4.22.0-1.el7.noarch + exit 0 Child return code was: 0